/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0; }

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block; }

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent; }

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder; }

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%; }

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none; }

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible; }

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none; }

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline; }

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto; }

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block; }

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item; }

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none; }

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none; }

.o-container::before,
.o-container-fluid::before, .o-container::after,
.o-container-fluid::after {
  content: '';
  display: table; }

.o-container::after,
.o-container-fluid::after {
  clear: both; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  background-color: #fffeff; }

.headline-figure-dash {
  position: relative; }
  .headline-figure-dash::after {
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    content: '';
    background-color: #28a8e0;
    bottom: 0;
    height: 2px;
    width: 30px; }
    @media only screen and (min-width: 767px) {
      .headline-figure-dash::after {
        height: 4px;
        width: 91px; } }
    @media only screen and (min-width: 992px) {
      .headline-figure-dash::after {
        width: 61px; } }
  .headline-figure-dash.top::after {
    top: 0;
    bottom: auto; }
  .headline-figure-dash.accent::after {
    background-color: #204e94; }
  .headline-figure-dash.white::after {
    background-color: #ffffff; }

@font-face {
  font-family: "GothamLight";
  src: url("../fonts/gotham/GothamLight.eot");
  src: url("../fonts/gotham/GothamLight.eot?#iefix") format("embedded-opentype"), url("../fonts/gotham/GothamLight.woff") format("woff"), url("../fonts/gotham/GothamLight.ttf") format("truetype"), url("../fonts/gotham/GothamLight.svg#GothamLight") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "GothamMedium-Italic";
  src: url("../fonts/gotham/GothamMedium-Italic.eot");
  src: url("../fonts/gotham/GothamMedium-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/gotham/GothamMedium-Italic.woff") format("woff"), url("../fonts/gotham/GothamMedium-Italic.ttf") format("truetype"), url("../fonts/gotham/GothamMedium-Italic.svg#GothamMedium-Italic") format("svg");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: "GothamMedium";
  src: url("../fonts/gotham/GothamMedium.eot");
  src: url("../fonts/gotham/GothamMedium.eot?#iefix") format("embedded-opentype"), url("../fonts/gotham/GothamMedium.woff") format("woff"), url("../fonts/gotham/GothamMedium.ttf") format("truetype"), url("../fonts/gotham/GothamMedium.svg#GothamMedium") format("svg");
  font-weight: normal;
  font-style: normal; }

.navigation-list, section .headline .subheading span, .homepage-section .entry-container, .footer-nav-bar .item .c-link, .footer-panel.left-panel, .button-default, .section-product-wrapper .excerpt p,
.product-article .excerpt p, .section-product-wrapper .entry p, .product-milk-page.c-section-container .row .safebox .c-desc p, .about-product-detail-slider .swiper-wrapper .swiper-slide .swiper-col-content .bounds .c-entry p, .product-slurp-page.c-section-container .row .safebox .c-desc p, .product-slurp .swiper-container .swiper-slide .bounds .description .entry, .lifestyle-tab-wrapper .tab-list li, .article-banner-headline .heading h1, .article-banner-headline .excerpt, .article-banner-headline .button-action-wrapper .c-link, .lifestyle-thumbnail .category label, .lifestyle-thumbnail .excerpt p, .lifestyle-thumbnail .button-action-wrapper .c-button, .about-page-main-container .entry-container p, .about-page-main-container.section-b .entry-container p, .about-page-main-container.section-c .section-entry-wrapper .entry, .input-control input,
.input-control textarea, .input-control .selectric, .input-control .selectric-items, .form-status, .section-contact-location-wrapper .excerpt p, .contact-location-container .entry, .page-banner-wrapper .headline-container .headline-wrapper .category, .page-banner-wrapper .headline-container.bottom-banner .headline-wrapper .category, .page-content-container .page-content-wrapper .entry, .page-content-wrapper .image .quote blockquote, .page-banner .author-name, .author-wrapper .author-name, .mini-advert-wrapper .mini-advert-wrapper-container .entry H6, .mini-advert-wrapper .mini-advert-wrapper-container .entry span {
  font-family: 'GothamLight', Arial, sans-serif; }

.product-homepage .product-information .information-list .column label, .footer-bottom-link .c-link, .header-headline-wrapper .entry h3, .mini-advert-wrapper .mini-advert-wrapper-container .entry .btn-action-wrapper .label p {
  font-family: 'GothamMedium-Italic', Arial, sans-serif; }

section .headline .heading label, section .headline .heading h3, .product-homepage .swiper-slide .heading h5, .footer-panel.left-panel .panel b, .language-navigation.navigation-mobile .item .c-link, .language-list .item .c-link, .section-product-wrapper .heading,
.product-article .heading, .about-product-information .thumbnail-group .column .label label, .about-product-detail-group .heading h3, .about-product-detail-showcase .column-right .single-product-detail .heading h3, .product-milk-page.c-section-container .row .safebox .c-desc h3, .product-milk-page.c-section-container .row .safebox .c-desc h4, .about-product-detail-slider .swiper-wrapper .swiper-slide .swiper-col-content .bounds .c-heading h3, .product-slurp-page.c-section-container .row .safebox .c-desc h3, .product-slurp .swiper-container .swiper-slide .bounds .description .heading h3, .lifestyle-thumbnail .heading .c-link h3, .header-headline-wrapper .entry p, .about-page-main-container .heading h3, .about-page-main-container .heading h5, .about-page-main-container.section-b .swiper-wrapper .swiper-slide label span, .form-contact-submit, .fast-contact-wrapper .entry .panel, .section-contact-location-wrapper .heading, .form-contact-location .c-message-result, .form-contact-location .c-card label,
.form-contact-location .c-card .heading,
.form-contact-location .c-card .address span,
.form-contact-location .c-card .contact-person span, .form-contact-location .c-card .address p + .c-link,
.form-contact-location .c-card .contact-person p + .c-link, .form-contact-location .c-card .contact-person h5, .page-banner-wrapper .headline-container .headline-wrapper h1, .page-banner-wrapper .headline-container.bottom-banner .headline-wrapper h1, .page-content-wrapper b,
.page-content-wrapper strong, .page-content-wrapper .quote blockquote, .page-content-wrapper .step-content .list .image label, .page-content-wrapper .step-content .list .content h4, .mini-advert-wrapper .mini-advert-wrapper-container .entry h4, .mini-advert-wrapper .mini-advert-wrapper-container .entry H6 b, #button-popup-close {
  font-family: 'GothamMedium', Arial, sans-serif; }

.navigation-list {
  font-size: 0.9375rem; }
  @media only screen and (min-width: 767px) {
    .navigation-list {
      font-size: 1.5rem; } }
  .navigation-list .item .c-link {
    color: #1ea4dd; }

.navigation-desktop .item .c-link {
  font-size: 0.75rem;
  color: #989898;
  text-transform: uppercase; }
  .navigation-desktop .item .c-link:hover, .navigation-desktop .item .c-link.active {
    color: #1ea4dd; }

section .headline .heading label {
  font-size: 0.875rem;
  color: #231f20; }
  @media only screen and (min-width: 576px) {
    section .headline .heading label {
      font-size: 1rem; } }
  @media only screen and (min-width: 767px) {
    section .headline .heading label {
      font-size: 1.75rem; } }

section .headline .heading h3 {
  font-size: 1.125rem;
  margin: 0;
  padding: 10px 0;
  color: #204e94;
  text-transform: uppercase;
  line-height: 1.4; }
  @media only screen and (min-width: 576px) {
    section .headline .heading h3 {
      font-size: 1.375rem;
      line-height: 1.6; } }
  @media only screen and (min-width: 767px) {
    section .headline .heading h3 {
      font-size: 2.25rem;
      line-height: 46px;
      padding: 20px 0 34px; } }

section .headline .subheading span {
  font-size: 0.875rem;
  color: #2b2b2b;
  line-height: 1.6; }
  @media only screen and (min-width: 576px) {
    section .headline .subheading span {
      font-size: 1rem; } }
  @media only screen and (min-width: 767px) {
    section .headline .subheading span {
      font-size: 1.5rem; } }
  @media only screen and (min-width: 992px) {
    section .headline .subheading span {
      font-size: 1rem; } }

@media only screen and (min-width: 992px) {
  section .entry .heading label {
    font-size: 1.125rem; } }

@media only screen and (min-width: 992px) {
  section .entry .heading h3 {
    font-size: 1.3125rem;
    color: #ffffff;
    line-height: 28px;
    padding: 15px 0 10px; } }

.homepage-section .entry-container {
  font-size: 0.875rem;
  color: #ffffff;
  line-height: 1.8;
  text-align: center; }
  @media only screen and (min-width: 576px) {
    .homepage-section .entry-container {
      font-size: 1.125rem; } }
  @media only screen and (min-width: 767px) {
    .homepage-section .entry-container {
      font-size: 1.5rem; } }
  @media only screen and (min-width: 992px) {
    .homepage-section .entry-container {
      font-size: 1rem;
      line-height: 1.2; } }

.homepage-section .button-action-wrapper .c-link {
  text-decoration: underline;
  font-size: 1rem;
  display: block;
  color: #183058;
  line-height: 1.8; }
  @media only screen and (min-width: 767px) {
    .homepage-section .button-action-wrapper .c-link {
      font-size: 1.75rem; } }
  @media only screen and (min-width: 992px) {
    .homepage-section .button-action-wrapper .c-link {
      font-size: 1rem; } }

.homepage-section.origin-homepage .entry-container {
  color: #2b2b2b; }

@media only screen and (min-width: 992px) {
  .homepage-section.origin-homepage .heading label {
    font-size: 1.375rem; } }

@media only screen and (min-width: 992px) {
  .homepage-section.origin-homepage .heading h3 {
    font-size: 1.375rem; } }

@media only screen and (min-width: 1200px) {
  .homepage-section.origin-homepage .heading h3 {
    font-size: 1.75rem; } }

@media only screen and (min-width: 992px) {
  .homepage-section.origin-homepage .entry p {
    font-size: 1rem;
    line-height: 1.6; } }

@media only screen and (min-width: 1200px) {
  .homepage-section.origin-homepage .entry p {
    font-size: 1.25rem; } }

@media only screen and (min-width: 992px) {
  .homepage-section.product-homepage .heading h3 {
    font-size: 1.5rem; } }

.product-homepage .excerpt p {
  color: #2b2b2b; }

.product-homepage .product-information .information-list .column label {
  font-size: 0.75rem;
  color: #2b2b2b; }
  @media only screen and (min-width: 767px) {
    .product-homepage .product-information .information-list .column label {
      font-size: 1rem; } }
  @media only screen and (min-width: 992px) {
    .product-homepage .product-information .information-list .column label {
      font-size: 0.625rem;
      line-height: 1.8; } }

.product-homepage .swiper-slide .heading h5 {
  font-size: 1rem;
  margin: 0;
  color: #204e94;
  text-align: center; }
  @media only screen and (min-width: 767px) {
    .product-homepage .swiper-slide .heading h5 {
      font-size: 2.25rem; } }

.product-homepage.product-fresh-yogurt .swiper-slide .heading h5 {
  color: #ffffff; }

.product-homepage .swiper-pagination-bullet-active {
  background-color: #28a8e0; }

.text-white {
  color: #ffffff !important; }

@media only screen and (min-width: 992px) {
  .homepage-section.crawling-homepage .heading label {
    font-size: 1rem; } }

@media only screen and (min-width: 992px) {
  .homepage-section.crawling-homepage .heading h3 {
    font-size: 1.375rem; } }

.footer-nav-bar .item .c-link {
  font-size: 0.8125rem;
  display: block;
  color: #919495;
  line-height: 24px;
  vertical-align: middle; }
  @media only screen and (min-width: 767px) {
    .footer-nav-bar .item .c-link {
      font-size: 1.375rem;
      line-height: 40px; } }
  @media only screen and (min-width: 992px) {
    .footer-nav-bar .item .c-link {
      font-size: 0.75rem;
      line-height: 1.8; } }
  .footer-nav-bar .item .c-link:hover {
    color: #1ea4dd; }

.footer-bottom-link .c-link {
  font-size: 0.8125rem;
  display: block;
  color: #1ea4dd;
  text-transform: uppercase; }
  @media only screen and (min-width: 767px) {
    .footer-bottom-link .c-link {
      font-size: 1.375rem; } }

.footer-panel.left-panel {
  color: #707679; }
  @media only screen and (min-width: 992px) {
    .footer-panel.left-panel .panel {
      font-size: 0.75rem;
      line-height: 1.8; } }
  .footer-panel.left-panel .panel b {
    display: block; }
  @media only screen and (min-width: 992px) {
    .footer-panel.left-panel .panel .c-link {
      color: #707679; } }
  @media only screen and (min-width: 992px) {
    .footer-panel.left-panel .panel .c-link:hover {
      color: #28a8e0; } }
  @media only screen and (min-width: 992px) {
    .footer-panel.left-panel .copyright {
      font-size: 0.75rem;
      line-height: 1.8; } }

.button-default {
  font-size: 0.9375rem;
  color: #ffffff;
  text-decoration: none; }
  @media only screen and (min-width: 767px) {
    .button-default {
      font-size: 1.5rem; } }
  @media only screen and (min-width: 992px) {
    .button-default {
      font-size: 1rem; } }
  .button-default.button-ghost {
    color: #28a8e0; }

.hamburger {
  background-color: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  font: inherit;
  margin: 0;
  overflow: visible;
  padding: 15px 0;
  text-transform: none;
  -webkit-transition-duration: .15s;
  -o-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear; }
  .hamburger .c-button {
    height: 17px;
    width: 30px; }
    @media only screen and (min-width: 767px) {
      .hamburger .c-button {
        height: 35px;
        width: 62px; } }

.hamburger-box {
  position: relative;
  display: inline-block;
  height: 17px;
  width: 30px; }
  @media only screen and (min-width: 767px) {
    .hamburger-box {
      height: 35px;
      width: 62px; } }

.hamburger-inner {
  position: absolute;
  background-color: transparent;
  border-radius: 40px;
  display: block;
  height: 3px;
  top: 0;
  -webkit-transition: background-color 0s linear .22s;
  -o-transition: background-color 0s linear .22s;
  transition: background-color 0s linear .22s;
  width: 30px; }
  @media only screen and (min-width: 767px) {
    .hamburger-inner {
      height: 7px;
      width: 62px; } }
  .hamburger-inner::before, .hamburger-inner::after {
    position: absolute;
    background-color: #28a8e0;
    border-radius: 40px;
    content: '';
    display: block;
    height: 3px;
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    width: 30px; }
    @media only screen and (min-width: 767px) {
      .hamburger-inner::before, .hamburger-inner::after {
        border-radius: 100px;
        height: 7px;
        width: 62px; } }
  .hamburger-inner::before {
    top: 0;
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
    transform: translate3d(0, 10px, 0) rotate(45deg);
    -webkit-transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
    transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
    -o-transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
    transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
    transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s; }
  .hamburger-inner::after {
    top: 0;
    -webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
    transform: translate3d(0, 10px, 0) rotate(-45deg);
    -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
    -o-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s; }

.navigation-closed .hamburger-inner {
  background-color: #28a8e0;
  -webkit-transition-delay: .13s;
  -o-transition-delay: .13s;
  transition-delay: .13s; }
  .navigation-closed .hamburger-inner::before {
    top: 7px;
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
    transform: translate3d(0, 0, 0) rotate(0deg);
    -webkit-transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
    @media only screen and (min-width: 767px) {
      .navigation-closed .hamburger-inner::before {
        top: 14px; } }
  .navigation-closed .hamburger-inner::after {
    top: 14px;
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
    transform: translate3d(0, 0, 0) rotate(0deg);
    -webkit-transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
    @media only screen and (min-width: 767px) {
      .navigation-closed .hamburger-inner::after {
        top: 28px; } }

.c-button.button-default {
  background-color: #28a8e0;
  padding: 0 15px;
  text-align: center;
  line-height: 50px;
  vertical-align: middle;
  height: 50px; }
  @media only screen and (min-width: 767px) {
    .c-button.button-default {
      line-height: 77px;
      height: 77px; } }
  @media only screen and (min-width: 992px) {
    .c-button.button-default {
      line-height: 56px;
      height: 56px; } }
  .c-button.button-default.button-ghost {
    background-color: #ffffff;
    border: 2px solid #28a8e0; }
    @media only screen and (min-width: 767px) {
      .c-button.button-default.button-ghost {
        border-width: 3px; } }

.icon {
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 8px;
  line-height: 50px;
  vertical-align: middle; }
  @media only screen and (min-width: 767px) {
    .icon {
      line-height: 77px; } }
  @media only screen and (min-width: 992px) {
    .icon {
      line-height: 56px; } }

.icon-buy {
  background: url("../img/icon-buy.png") center no-repeat; }
  @media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min--moz-device-pixel-ratio: 2), screen and (-moz-min-device-pixel-ratio: 2), screen and (-o-min-device-pixel-ratio: 2 / 1), screen and (min-device-pixel-ratio: 2), screen and (-o-min-device-pixel-ratio: 2/1), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
    .icon-buy {
      background: url("../img/icon-buy@2x.png") center no-repeat;
      background-size: 24px 24px; } }

.o-container,
.o-container-fluid {
  position: relative;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%; }
  .o-container .o-row,
  .o-container-fluid .o-row {
    margin-left: -30px;
    margin-right: -30px; }

@media only screen and (min-width: 576px) {
  .o-container {
    max-width: 540px; } }

@media only screen and (min-width: 767px) {
  .o-container {
    max-width: 720px; } }

@media only screen and (min-width: 992px) {
  .o-container {
    max-width: 960px; } }

@media only screen and (min-width: 1200px) {
  .o-container {
    max-width: 1140px; } }

.c-button {
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  margin: 0;
  outline: none;
  padding: 0; }

.c-link {
  border: none;
  cursor: pointer;
  outline: none;
  text-decoration: none; }

.nav-bar {
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  left: 0;
  height: 75px; }
  @media only screen and (min-width: 767px) {
    .nav-bar {
      height: 157px; } }
  @media only screen and (min-width: 992px) {
    .nav-bar {
      height: 100px; } }

.nav-bar-bg {
  position: relative;
  z-index: 2;
  background-color: #fffeff; }

.nav-bar-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 75px; }
  @media only screen and (min-width: 576px) {
    .nav-bar-container {
      padding-left: 60px;
      padding-right: 60px; } }
  @media only screen and (min-width: 767px) {
    .nav-bar-container {
      height: 157px; } }
  @media only screen and (min-width: 992px) {
    .nav-bar-container {
      height: 100px; } }
  @media only screen and (min-width: 1200px) {
    .nav-bar-container {
      margin: 0 auto;
      padding-left: 15px;
      padding-right: 15px;
      width: 1140px; } }

.nav-bar-logo {
  background: url("../img/kin-logo.png") center no-repeat;
  display: block;
  margin: 0 auto;
  font-size: 0;
  text-indent: -9999px;
  height: 51px;
  width: 30px; }
  @media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min--moz-device-pixel-ratio: 2), screen and (-moz-min-device-pixel-ratio: 2), screen and (-o-min-device-pixel-ratio: 2 / 1), screen and (min-device-pixel-ratio: 2), screen and (-o-min-device-pixel-ratio: 2/1), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
    .nav-bar-logo {
      background: url("../img/kin-logo@2x.png") center no-repeat;
      background-size: 30px 51px; } }
  @media only screen and (min-width: 767px) {
    .nav-bar-logo {
      background: url("../img/kin-logo.png") center no-repeat;
      height: 99px;
      width: 58px; } }
  @media only screen and (min-width: 767px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 767px) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 767px) and (-moz-min-device-pixel-ratio: 2), only screen and (min-width: 767px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-width: 767px) and (min-device-pixel-ratio: 2), only screen and (min-width: 767px) and (-o-min-device-pixel-ratio: 2/1), only screen and (min-width: 767px) and (min-resolution: 192dpi), only screen and (min-width: 767px) and (min-resolution: 2dppx) {
    .nav-bar-logo {
      background: url("../img/kin-logo@2x.png") center no-repeat;
      background-size: 58px 99px; } }
  @media only screen and (min-width: 992px) {
    .nav-bar-logo {
      background: url("../img/kin-logo.png") center no-repeat;
      background-size: 44px 77px;
      margin-right: auto;
      margin-left: 0;
      height: 77px;
      width: 44px; } }
  @media only screen and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 992px) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 992px) and (-moz-min-device-pixel-ratio: 2), only screen and (min-width: 992px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-width: 992px) and (min-device-pixel-ratio: 2), only screen and (min-width: 992px) and (-o-min-device-pixel-ratio: 2/1), only screen and (min-width: 992px) and (min-resolution: 192dpi), only screen and (min-width: 992px) and (min-resolution: 2dppx) {
    .nav-bar-logo {
      background: url("../img/kin-logo@2x.png") center no-repeat;
      background-size: 44px 77px; } }

.nav-bar-toggle-navigation {
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  right: 35px; }
  @media only screen and (min-width: 576px) {
    .nav-bar-toggle-navigation {
      right: 60px; } }
  @media only screen and (min-width: 992px) {
    .nav-bar-toggle-navigation {
      display: none; } }

.menu-panel {
  background-color: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  opacity: 1;
  overflow-y: scroll;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  -o-transition: 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  -webkit-overflow-scrolling: touch; }

.navigation-installed {
  visibility: visible; }

.navigation-closed .menu-panel {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%); }

.navigation-mobile {
  padding-top: 75px; }
  @media only screen and (min-width: 767px) {
    .navigation-mobile {
      padding-top: 157px; } }

.navigation-mobile .navigation-list {
  margin: 0;
  padding: 0; }
  @media only screen and (min-width: 576px) {
    .navigation-mobile .navigation-list {
      padding-top: 15px;
      padding-bottom: 15px; } }
  .navigation-mobile .navigation-list .item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media only screen and (min-width: 767px) {
      .navigation-mobile .navigation-list .item:first-child {
        margin-top: 0; } }
    .navigation-mobile .navigation-list .item .c-link {
      color: #989898;
      display: block;
      line-height: 50px;
      padding: 0 30px;
      text-align: left;
      text-transform: uppercase;
      width: 100%; }
      @media only screen and (min-width: 576px) {
        .navigation-mobile .navigation-list .item .c-link {
          padding: 0 60px; } }
      @media only screen and (min-width: 767px) {
        .navigation-mobile .navigation-list .item .c-link {
          margin-top: 30px; } }
      .navigation-mobile .navigation-list .item .c-link.active {
        color: #1ea4dd; }

.navigation-desktop {
  display: none; }
  @media only screen and (min-width: 992px) {
    .navigation-desktop {
      display: block; } }
  .navigation-desktop .navigation-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    height: 100px; }
    .navigation-desktop .navigation-list .item {
      display: block;
      height: 100%;
      position: relative; }
      @media only screen and (min-width: 992px) {
        .navigation-desktop .navigation-list .item {
          padding: 0 10px; } }
      @media only screen and (min-width: 1200px) {
        .navigation-desktop .navigation-list .item {
          padding: 0 20px; } }
      .navigation-desktop .navigation-list .item:last-child {
        padding-right: 0; }
      .navigation-desktop .navigation-list .item .c-link {
        display: block; }
        @media only screen and (min-width: 992px) {
          .navigation-desktop .navigation-list .item .c-link {
            line-height: 100px;
            vertical-align: middle; } }
        @media only screen and (min-width: 992px) {
          .navigation-desktop .navigation-list .item .c-link:hover + .sub-main-navigation {
            opacity: 1;
            visibility: visible; } }

.toggle-submenu {
  overflow: hidden;
  position: relative; }
  .toggle-submenu::after {
    top: 0;
    position: absolute;
    background: url("../img/icon-toggle-submenu.png") center no-repeat;
    background-color: #989898 !important;
    content: '';
    height: 50px;
    right: 25px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    width: 50px; }
    @media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min--moz-device-pixel-ratio: 2), screen and (-moz-min-device-pixel-ratio: 2), screen and (-o-min-device-pixel-ratio: 2 / 1), screen and (min-device-pixel-ratio: 2), screen and (-o-min-device-pixel-ratio: 2/1), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
      .toggle-submenu::after {
        background: url("../img/icon-toggle-submenu@2x.png") center no-repeat;
        background-size: 50px 50px; } }
    @media only screen and (min-width: 992px) {
      .toggle-submenu::after {
        display: none;
        visibility: hidden; } }
  .toggle-submenu.active::after {
    background-color: #1ea4dd !important;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }

.sub-main-navigation {
  background-color: #28a8e0;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%; }
  @media only screen and (min-width: 992px) {
    .sub-main-navigation {
      top: 100px;
      left: 0;
      position: absolute;
      background-color: #fffeff;
      opacity: 0;
      -webkit-transition: all .2s ease-out;
      -o-transition: all .2s ease-out;
      transition: all .2s ease-out;
      visibility: hidden;
      width: 240px; } }
  .sub-main-navigation.old {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    width: 100%; }
    @media only screen and (min-width: 992px) {
      .sub-main-navigation.old {
        width: 100%; } }
  @media only screen and (min-width: 992px) {
    .sub-main-navigation:hover {
      display: block;
      opacity: 1;
      visibility: visible; } }
  .sub-main-navigation .list {
    text-align: center; }
    @media only screen and (min-width: 992px) {
      .sub-main-navigation .list {
        padding: 1rem 0 1rem 10px; } }
    @media only screen and (min-width: 1200px) {
      .sub-main-navigation .list {
        padding-left: 20px; } }
    .sub-main-navigation .list .c-link {
      color: #ffffff !important; }
      @media only screen and (min-width: 992px) {
        .sub-main-navigation .list .c-link {
          color: #989898 !important;
          line-height: normal !important;
          text-align: left !important; } }
      @media only screen and (min-width: 992px) {
        .sub-main-navigation .list .c-link:hover {
          color: #1ea4dd !important; } }

header {
  position: relative;
  z-index: 10; }

.main-banner {
  position: relative;
  padding-top: 75px; }
  @media only screen and (min-width: 767px) {
    .main-banner {
      padding-top: 157px; } }
  @media only screen and (min-width: 992px) {
    .main-banner {
      padding-top: 100px; } }
  @media only screen and (min-width: 576px) {
    .main-banner .main-banner-container {
      padding-left: 60px;
      padding-right: 60px; } }
  @media only screen and (min-width: 1200px) {
    .main-banner .main-banner-container {
      margin: 0 auto;
      padding: 0;
      width: 1140px; } }
  @media only screen and (min-width: 992px) {
    .main-banner .main-banner-container.mobile {
      display: none; } }
  .main-banner .main-banner-container.desktop {
    display: none; }
    @media only screen and (min-width: 992px) {
      .main-banner .main-banner-container.desktop {
        display: block; } }

.main-banner-swiper .swiper-slide img {
  display: block;
  margin: 0;
  width: 100%;
  height: auto; }

.main-banner-container .swiper-pagination {
  margin: 0 auto;
  position: relative; }
  @media only screen and (min-width: 992px) {
    .main-banner-container .swiper-pagination {
      padding: 8px 0; } }
  .main-banner-container .swiper-pagination .swiper-pagination-bullet {
    cursor: pointer;
    -webkit-transition: .3s all linear;
    -o-transition: .3s all linear;
    transition: .3s all linear;
    margin: 0 3px; }
  .main-banner-container .swiper-pagination .swiper-pagination-buller-active {
    background-color: #28a8e0; }

.language-navigation.navigation-desktop {
  margin-left: 60px; }
  .language-navigation.navigation-desktop .navigation-list .item {
    padding-left: 10px;
    padding-right: 0; }
    .language-navigation.navigation-desktop .navigation-list .item:first-child {
      border-left: none; }
    .language-navigation.navigation-desktop .navigation-list .item:last-child {
      padding-right: 0; }
    .language-navigation.navigation-desktop .navigation-list .item .c-link {
      display: none; }
      .language-navigation.navigation-desktop .navigation-list .item .c-link.active {
        display: block; }
    .language-navigation.navigation-desktop .navigation-list .item .flag {
      display: inline-block;
      margin-right: 8px;
      width: 22px;
      height: 22px;
      line-height: 22px;
      vertical-align: middle; }
      .language-navigation.navigation-desktop .navigation-list .item .flag.flag-id {
        background: url("../img/flag-id-rounded.png") center no-repeat; }
        @media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min--moz-device-pixel-ratio: 2), screen and (-moz-min-device-pixel-ratio: 2), screen and (-o-min-device-pixel-ratio: 2 / 1), screen and (min-device-pixel-ratio: 2), screen and (-o-min-device-pixel-ratio: 2/1), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
          .language-navigation.navigation-desktop .navigation-list .item .flag.flag-id {
            background: url("../img/flag-id-rounded@2x.png") center no-repeat;
            background-size: 22px 22px; } }
      .language-navigation.navigation-desktop .navigation-list .item .flag.flag-en, .language-navigation.navigation-desktop .navigation-list .item .flag.flag-us {
        background: url("../img/flag-en-rounded.png") center no-repeat; }
        @media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min--moz-device-pixel-ratio: 2), screen and (-moz-min-device-pixel-ratio: 2), screen and (-o-min-device-pixel-ratio: 2 / 1), screen and (min-device-pixel-ratio: 2), screen and (-o-min-device-pixel-ratio: 2/1), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
          .language-navigation.navigation-desktop .navigation-list .item .flag.flag-en, .language-navigation.navigation-desktop .navigation-list .item .flag.flag-us {
            background: url("../img/flag-en-rounded@2x.png") center no-repeat;
            background-size: 22px 22px; } }

.language-navigation.navigation-mobile {
  display: block;
  padding-top: 0;
  margin-top: 10px; }
  @media only screen and (min-width: 992px) {
    .language-navigation.navigation-mobile {
      display: none; } }
  .language-navigation.navigation-mobile .navigation-list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-flow: row;
    flex-flow: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .language-navigation.navigation-mobile .item {
    border-left: 1px solid #989898;
    margin-top: 0; }
    .language-navigation.navigation-mobile .item .c-link {
      line-height: normal;
      padding: 10px 30px;
      color: #989898; }
      .language-navigation.navigation-mobile .item .c-link.active {
        color: #1ea4dd; }
    .language-navigation.navigation-mobile .item:first-child {
      border: none; }

.language-control {
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 35px; }
  @media only screen and (min-width: 767px) {
    .language-control {
      left: 60px; } }
  @media only screen and (min-width: 992px) {
    .language-control.mobile {
      display: none; } }

.language-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-flow: row;
  flex-flow: row;
  -ms-flex-line-pack: stretch;
  align-content: stretch; }
  .language-list .item {
    padding: 0 8px;
    border-left: none; }
    .language-list .item:first-of-type {
      padding-left: 0;
      border-left: none; }
    .language-list .item .c-link {
      font-size: 0.8125rem;
      line-height: 18px;
      color: #989898;
      display: none; }
      .language-list .item .c-link span {
        display: none; }
        @media only screen and (min-width: 767px) {
          .language-list .item .c-link span {
            display: inline-block; } }
      .language-list .item .c-link.active {
        color: #1ea4dd;
        display: block; }
    .language-list .item .flag {
      display: inline-block;
      width: 22px;
      height: 22px;
      line-height: 22px;
      vertical-align: middle; }
      @media only screen and (min-width: 767px) {
        .language-list .item .flag {
          margin-right: 8px; } }
      .language-list .item .flag.flag-id {
        background: url("../img/flag-id-rounded.png") center no-repeat; }
        @media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min--moz-device-pixel-ratio: 2), screen and (-moz-min-device-pixel-ratio: 2), screen and (-o-min-device-pixel-ratio: 2 / 1), screen and (min-device-pixel-ratio: 2), screen and (-o-min-device-pixel-ratio: 2/1), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
          .language-list .item .flag.flag-id {
            background: url("../img/flag-id-rounded@2x.png") center no-repeat;
            background-size: 22px 22px; } }
      .language-list .item .flag.flag-us, .language-list .item .flag.flag-en {
        background: url("../img/flag-en-rounded.png") center no-repeat; }
        @media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min--moz-device-pixel-ratio: 2), screen and (-moz-min-device-pixel-ratio: 2), screen and (-o-min-device-pixel-ratio: 2 / 1), screen and (min-device-pixel-ratio: 2), screen and (-o-min-device-pixel-ratio: 2/1), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
          .language-list .item .flag.flag-us, .language-list .item .flag.flag-en {
            background: url("../img/flag-en-rounded@2x.png") center no-repeat;
            background-size: 22px 22px; } }

.homepage-section .headline {
  text-align: center;
  padding-bottom: 20px; }
  .homepage-section .headline.white .heading h3 {
    color: white; }
  .homepage-section .headline .image img {
    display: inline-block;
    margin: 0 auto 10px;
    max-width: 60px;
    height: auto; }
    @media only screen and (min-width: 576px) {
      .homepage-section .headline .image img {
        max-width: 80px; } }
    @media only screen and (min-width: 767px) {
      .homepage-section .headline .image img {
        max-width: 100%;
        margin-bottom: 20px; } }
    .homepage-section .headline .image img.figure-milk {
      max-width: 54px; }
      @media only screen and (max-width: 320px) {
        .homepage-section .headline .image img.figure-milk {
          max-width: 36px; } }
    .homepage-section .headline .image img.slurp-icon {
      max-width: 70px; }
      @media only screen and (min-width: 576px) {
        .homepage-section .headline .image img.slurp-icon {
          max-width: 90px; } }
    .homepage-section .headline .image img.figure-mung-bean {
      -ms-transform: translateZ(0);
      -webkit-backface-visibility: hidden;
      -webkit-transform: translateZ(0);
      backface-visibility: hidden;
      height: 70px;
      transform: translateZ(0);
      width: auto !important;
      max-width: none; }
      @media only screen and (min-width: 767px) {
        .homepage-section .headline .image img.figure-mung-bean {
          height: 80px; } }
      @media only screen and (min-width: 1200px) {
        .homepage-section .headline .image img.figure-mung-bean {
          height: 90px; } }

.homepage-section .subheading {
  padding-top: 20px; }
  @media only screen and (min-width: 767px) {
    .homepage-section .subheading {
      padding-top: 40px; } }
  .homepage-section .subheading span {
    display: block;
    text-align: center; }

.homepage-section .entry .row {
  margin-left: -30px;
  margin-right: -30px; }
  @media only screen and (min-width: 576px) {
    .homepage-section .entry .row {
      margin-left: -60px;
      margin-right: -60px; } }

.homepage-section .entry .entry-container {
  position: relative;
  z-index: 5; }
  .homepage-section .entry .entry-container .row {
    padding: 40px 0; }
    .homepage-section .entry .entry-container .row .o-container {
      position: relative;
      z-index: 3; }
    .homepage-section .entry .entry-container .row p {
      margin: 0; }
    .homepage-section .entry .entry-container .row .button-action-wrapper {
      padding-top: 20px; }
      @media only screen and (min-width: 767px) {
        .homepage-section .entry .entry-container .row .button-action-wrapper {
          padding-top: 50px; } }
      @media only screen and (min-width: 992px) {
        .homepage-section .entry .entry-container .row .button-action-wrapper {
          padding-top: 20px; } }

.about-us-homepage {
  padding: 40px 0;
  position: relative;
  overflow: hidden; }
  @media only screen and (min-width: 767px) {
    .about-us-homepage {
      padding: 80px 0; } }
  @media only screen and (min-width: 992px) {
    .about-us-homepage {
      padding-bottom: 0; } }
  @media only screen and (min-width: 576px) {
    .about-us-homepage .o-container-fluid {
      padding-left: 60px;
      padding-right: 60px; } }
  @media only screen and (min-width: 992px) {
    .about-us-homepage .o-container-fluid {
      max-width: 1140px;
      padding-bottom: 0; } }

@media only screen and (min-width: 992px) {
  .about-us-homepage .headline {
    display: none; } }

@media only screen and (min-width: 992px) {
  .about-us-homepage .entry {
    height: 533px; } }

.about-us-homepage .entry .entry-container .row .headline {
  display: none; }
  @media only screen and (min-width: 992px) {
    .about-us-homepage .entry .entry-container .row .headline {
      display: block;
      padding-bottom: 0; } }
  @media only screen and (min-width: 992px) {
    .about-us-homepage .entry .entry-container .row .headline .image.headline-figure-dash {
      padding-bottom: 14px; } }
  @media only screen and (min-width: 992px) {
    .about-us-homepage .entry .entry-container .row .headline .image.headline-figure-dash img {
      margin-bottom: 0; } }
  @media only screen and (min-width: 992px) {
    .about-us-homepage .entry .entry-container .row .headline .heading {
      padding-top: 10px; } }

.about-us-homepage .entry .entry-container .row {
  background-color: #28a8e0;
  padding-top: 80px;
  padding-bottom: 80px; }
  @media only screen and (min-width: 576px) {
    .about-us-homepage .entry .entry-container .row {
      padding-top: 60px;
      padding-bottom: 120px; } }
  @media only screen and (min-width: 767px) {
    .about-us-homepage .entry .entry-container .row {
      padding-top: 85px;
      padding-bottom: 80px; } }
  @media only screen and (min-width: 992px) {
    .about-us-homepage .entry .entry-container .row {
      background-color: rgba(40, 168, 224, 0.9);
      margin: 0 auto;
      padding-top: 45px;
      padding-bottom: 30px;
      max-width: 720px;
      height: 370px; } }
  @media only screen and (min-width: 576px) {
    .about-us-homepage .entry .entry-container .row .o-container {
      padding-left: 60px;
      padding-right: 60px; } }
  @media only screen and (min-width: 767px) {
    .about-us-homepage .entry .entry-container .row .o-container {
      max-width: 420px;
      padding-left: 0;
      padding-right: 0; } }
  @media only screen and (min-width: 992px) {
    .about-us-homepage .entry .entry-container .row .o-container {
      max-width: 520px; } }

.about-us-homepage .entry .mountain-top,
.about-us-homepage .entry .mountain-bottom {
  position: relative;
  z-index: 2; }
  @media only screen and (min-width: 992px) {
    .about-us-homepage .entry .mountain-top.mobile,
    .about-us-homepage .entry .mountain-bottom.mobile {
      display: none; } }
  .about-us-homepage .entry .mountain-top.desktop,
  .about-us-homepage .entry .mountain-bottom.desktop {
    display: none; }
    @media only screen and (min-width: 992px) {
      .about-us-homepage .entry .mountain-top.desktop,
      .about-us-homepage .entry .mountain-bottom.desktop {
        display: block; } }
  .about-us-homepage .entry .mountain-top img,
  .about-us-homepage .entry .mountain-bottom img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto; }
    @media only screen and (min-width: 576px) {
      .about-us-homepage .entry .mountain-top img,
      .about-us-homepage .entry .mountain-bottom img {
        width: 100%;
        max-width: auto; } }

.about-us-homepage .entry .mountain-top {
  margin-bottom: -60px; }
  @media only screen and (min-width: 576px) {
    .about-us-homepage .entry .mountain-top {
      margin-bottom: -120px; } }
  @media only screen and (min-width: 767px) {
    .about-us-homepage .entry .mountain-top {
      margin-bottom: -220px; } }
  @media only screen and (min-width: 992px) {
    .about-us-homepage .entry .mountain-top.desktop {
      left: 50%;
      position: absolute;
      -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
      transform: translate(-50%);
      bottom: 0;
      margin: 0;
      max-width: 1280px;
      width: 100%;
      height: auto; } }

.about-us-homepage .entry .mountain-bottom.mobile {
  margin-top: -40px; }
  @media only screen and (min-width: 576px) {
    .about-us-homepage .entry .mountain-bottom.mobile {
      margin-top: -80px; } }
  @media only screen and (min-width: 767px) {
    .about-us-homepage .entry .mountain-bottom.mobile {
      margin-top: -120px; } }

@media only screen and (min-width: 992px) {
  .about-us-homepage .entry .mountain-bottom.desktop {
    margin-top: -152px; } }

.about-us-homepage .figure-cow-left,
.about-us-homepage .figure-plant-right {
  position: absolute;
  bottom: -65px;
  z-index: 2;
  display: block; }
  @media only screen and (min-width: 576px) {
    .about-us-homepage .figure-cow-left,
    .about-us-homepage .figure-plant-right {
      bottom: -130px; } }
  @media only screen and (min-width: 767px) {
    .about-us-homepage .figure-cow-left,
    .about-us-homepage .figure-plant-right {
      bottom: -140px; } }
  @media only screen and (min-width: 992px) {
    .about-us-homepage .figure-cow-left,
    .about-us-homepage .figure-plant-right {
      bottom: -120px; } }
  @media only screen and (min-width: 992px) {
    .about-us-homepage .figure-cow-left.mobile,
    .about-us-homepage .figure-plant-right.mobile {
      display: none; } }
  .about-us-homepage .figure-cow-left.desktop,
  .about-us-homepage .figure-plant-right.desktop {
    display: none; }
    @media only screen and (min-width: 992px) {
      .about-us-homepage .figure-cow-left.desktop,
      .about-us-homepage .figure-plant-right.desktop {
        display: block; } }

.about-us-homepage .figure-cow-left.mobile {
  left: -30px;
  width: 70px; }
  @media only screen and (min-width: 576px) {
    .about-us-homepage .figure-cow-left.mobile {
      left: -60px;
      width: 140px; } }
  @media only screen and (min-width: 767px) {
    .about-us-homepage .figure-cow-left.mobile {
      max-width: 100%;
      width: auto; } }

@media only screen and (min-width: 992px) {
  .about-us-homepage .figure-cow-left.desktop {
    max-width: 100%;
    width: auto;
    left: 62px; } }

@media only screen and (min-width: 1200px) {
  .about-us-homepage .figure-cow-left.desktop {
    left: 20%; } }

.about-us-homepage .figure-plant-right {
  right: -30px;
  width: 70px; }
  @media only screen and (min-width: 576px) {
    .about-us-homepage .figure-plant-right {
      right: -60px;
      width: 140px; } }
  @media only screen and (min-width: 767px) {
    .about-us-homepage .figure-plant-right {
      max-width: 100%;
      width: auto; } }
  @media only screen and (min-width: 992px) {
    .about-us-homepage .figure-plant-right.desktop {
      max-width: 100%;
      height: auto;
      right: 116px; } }
  @media only screen and (min-width: 1200px) {
    .about-us-homepage .figure-plant-right.desktop {
      right: 25%; } }

.about-us-homepage .figure-cow-right,
.about-us-homepage .figure-plant-left {
  position: absolute;
  z-index: 2;
  bottom: -65px; }
  @media only screen and (min-width: 767px) {
    .about-us-homepage .figure-cow-right,
    .about-us-homepage .figure-plant-left {
      bottom: -120px; } }
  @media only screen and (min-width: 992px) {
    .about-us-homepage .figure-cow-right.mobile,
    .about-us-homepage .figure-plant-left.mobile {
      display: none; } }
  .about-us-homepage .figure-cow-right.desktop,
  .about-us-homepage .figure-plant-left.desktop {
    display: none; }
    @media only screen and (min-width: 992px) {
      .about-us-homepage .figure-cow-right.desktop,
      .about-us-homepage .figure-plant-left.desktop {
        display: block; } }

.about-us-homepage .figure-cow-right.mobile {
  max-height: 160px;
  width: auto;
  right: -40px; }
  @media only screen and (min-width: 767px) {
    .about-us-homepage .figure-cow-right.mobile {
      max-width: 41.65367%;
      max-height: inherit;
      height: auto;
      right: -60px; } }

@media only screen and (min-width: 992px) {
  .about-us-homepage .figure-cow-right.desktop {
    width: 428px;
    height: auto;
    right: -20px; } }

@media only screen and (min-width: 1200px) {
  .about-us-homepage .figure-cow-right.desktop {
    right: -100px; } }

.about-us-homepage .figure-plant-left.mobile {
  max-height: 160px;
  width: auto;
  left: -40px; }
  @media only screen and (min-width: 767px) {
    .about-us-homepage .figure-plant-left.mobile {
      max-width: 25.58502%;
      max-height: inherit;
      height: auto;
      left: -60px; } }

@media only screen and (min-width: 992px) {
  .about-us-homepage .figure-plant-left.desktop {
    width: 288px;
    height: auto;
    left: -20px; } }

@media only screen and (min-width: 1200px) {
  .about-us-homepage .figure-plant-left.desktop {
    left: -40px; } }

@media only screen and (min-width: 992px) {
  .about-us-homepage.white-theme {
    padding-bottom: 160px;
    padding-top: 60px; } }

@media only screen and (min-width: 992px) {
  .about-us-homepage.white-theme.yogurt {
    padding-bottom: 0;
    padding-top: 0; } }

@media only screen and (min-width: 992px) {
  .about-us-homepage.white-theme.fresh-yogurt {
    padding-bottom: 60px; } }

@media only screen and (min-width: 992px) {
  .about-us-homepage.white-theme.about-slurp {
    padding-bottom: 60px; } }

.about-us-homepage.white-theme.about-slurp .entry .entry-container .row .o-container p {
  margin-bottom: 1em; }

.about-us-homepage.white-theme.about-slurp label {
  color: #193a81; }
  @media only screen and (min-width: 767px) {
    .about-us-homepage.white-theme.about-slurp label {
      font-size: 1.75rem; } }

.about-us-homepage.white-theme.about-slurp .headline-figure-dash {
  text-transform: none; }

@media only screen and (min-width: 992px) {
  .about-us-homepage.white-theme .entry {
    height: auto; } }

.about-us-homepage.white-theme .entry .entry-container {
  color: #6d6e71; }
  .about-us-homepage.white-theme .entry .entry-container .row {
    background-color: transparent;
    padding-bottom: 0;
    padding-top: 0; }
    @media only screen and (min-width: 992px) {
      .about-us-homepage.white-theme .entry .entry-container .row {
        height: auto;
        max-width: 768px;
        padding-bottom: 3rem;
        padding-top: 3rem; } }
    @media only screen and (min-width: 992px) {
      .about-us-homepage.white-theme .entry .entry-container .row .o-container {
        max-width: inherit;
        width: auto; } }
    @media only screen and (min-width: 992px) {
      .about-us-homepage.white-theme .entry .entry-container .row .o-container .heading {
        margin-bottom: 2rem;
        padding-top: 0; } }
    .about-us-homepage.white-theme .entry .entry-container .row .o-container .heading h3 {
      color: #274b83; }
      @media only screen and (min-width: 992px) {
        .about-us-homepage.white-theme .entry .entry-container .row .o-container .heading h3 {
          padding-bottom: 2rem; } }
    .about-us-homepage.white-theme .entry .entry-container .row .o-container p {
      line-height: 1.5; }
      @media only screen and (min-width: 992px) {
        .about-us-homepage.white-theme .entry .entry-container .row .o-container p {
          font-size: 1.5rem; } }
    .about-us-homepage.white-theme .entry .entry-container .row .o-container .figure-mooing-cow {
      display: block;
      height: auto;
      margin: 0;
      width: 100%; }
      @media only screen and (min-width: 992px) {
        .about-us-homepage.white-theme .entry .entry-container .row .o-container .figure-mooing-cow {
          right: 0;
          bottom: 0;
          position: absolute;
          -webkit-transform: translateY(100%);
          -ms-transform: translateY(100%);
          transform: translateY(100%);
          width: 30%; } }
    .about-us-homepage.white-theme .entry .entry-container .row .o-container .figure-yogurt-bowl {
      display: block;
      height: auto;
      margin: 0 auto;
      padding-top: 40px;
      width: 50%; }
      @media only screen and (min-width: 992px) {
        .about-us-homepage.white-theme .entry .entry-container .row .o-container .figure-yogurt-bowl {
          margin: 0;
          width: 40%; } }

@media only screen and (min-width: 992px) {
  .about-us-homepage.sterilized-milk {
    padding-bottom: 60px; } }

@media only screen and (min-width: 992px) {
  .about-us-homepage.sterilized-milk .o-container-fluid .entry .row {
    padding-bottom: 0;
    max-width: inherit; } }

@media only screen and (min-width: 992px) {
  .about-us-homepage.sterilized-milk .o-container.description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-flow: row;
    flex-flow: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

@media only screen and (min-width: 992px) {
  .about-us-homepage.sterilized-milk .o-container.description .figure-image {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40%; } }

.about-us-homepage.sterilized-milk .o-container.description .figure-image img {
  max-width: 100%; }

@media only screen and (min-width: 992px) {
  .about-us-homepage.sterilized-milk .o-container.description .content-body {
    width: 60%;
    text-align: left; } }

.origin-homepage {
  background: transparent url("../img/origin-homepage-background-mobile.jpg") no-repeat center bottom;
  background-size: cover;
  padding: 90px 0 230px; }
  @media only screen and (min-width: 767px) {
    .origin-homepage {
      padding-top: 180px;
      padding-bottom: 430px; } }
  @media only screen and (min-width: 992px) {
    .origin-homepage {
      background: none;
      padding-top: 0;
      padding-bottom: 58px; } }
  @media only screen and (min-width: 1200px) {
    .origin-homepage {
      background: transparent url("../img/origin-background-chaining.jpg") no-repeat left bottom;
      background-size: cover;
      margin: 0 auto;
      padding-left: 0;
      padding-right: 0; } }
  .origin-homepage.fresh-yogurt {
    background: transparent !important;
    padding-bottom: 60px; }

.origin-homepage .headline .image img {
  width: 39px;
  height: auto;
  margin-bottom: 10px; }

@media only screen and (min-width: 992px) {
  .origin-homepage .headline .heading h3.mobile {
    display: none; } }

.origin-homepage .headline .heading h3.desktop {
  display: none; }
  @media only screen and (min-width: 992px) {
    .origin-homepage .headline .heading h3.desktop {
      padding: 10px 0;
      display: block; } }

@media only screen and (min-width: 992px) {
  .origin-homepage .o-container.origin-container {
    max-width: inherit;
    overflow: hidden;
    padding-top: 40px;
    padding-bottom: 40px;
    background: transparent url("../img/origin-homepage-background-desktop.jpg") no-repeat center bottom;
    background-size: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; } }

@media only screen and (min-width: 1200px) {
  .origin-homepage .o-container.origin-container {
    padding-bottom: 100px;
    padding-top: 100px; } }

@media only screen and (min-width: 992px) {
  .origin-homepage .o-container .headline,
  .origin-homepage .o-container .entry {
    width: 40%;
    margin-right: 10px; } }

@media only screen and (min-width: 1200px) {
  .origin-homepage .o-container .headline,
  .origin-homepage .o-container .entry {
    margin-right: 50px; } }

@media only screen and (min-width: 992px) {
  .origin-homepage .o-container .entry {
    padding-bottom: 40px; } }

.origin-homepage .o-container .entry .entry-container .row {
  padding-top: 0; }
  @media only screen and (min-width: 767px) {
    .origin-homepage .o-container .entry .entry-container .row {
      margin-left: 0;
      margin-right: 0;
      padding: 0; } }
  @media only screen and (min-width: 767px) {
    .origin-homepage .o-container .entry .entry-container .row .o-container {
      max-width: inherit; } }
  @media only screen and (min-width: 992px) {
    .origin-homepage .o-container .entry .entry-container .row .o-container {
      width: auto;
      padding: 0; } }

@media only screen and (min-width: 992px) {
  .origin-homepage .headline .image img.figure-bucket {
    height: auto;
    margin-bottom: 20px;
    width: 56px; } }

.product-homepage {
  background-image: url("../img/product-homepage-background-mobile-opacity.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
  padding: 50px 0; }
  @media only screen and (min-width: 576px) {
    .product-homepage {
      padding: 100px 0;
      background-position-y: 80%; } }
  @media only screen and (min-width: 767px) {
    .product-homepage {
      padding-bottom: 64px; } }
  @media only screen and (min-width: 992px) {
    .product-homepage {
      background: transparent url("../img/product-homepage-background-desktop-opacity.png") no-repeat center bottom;
      background-size: cover;
      padding: 42px 0 0; } }
  .product-homepage.product-milk {
    background: transparent url("../img/product-homepage-milk-background-mobile-opacity.png") no-repeat center top;
    background-size: cover; }
    @media only screen and (min-width: 992px) {
      .product-homepage.product-milk {
        background: transparent url("../img/product-homepage-milk-background-desktop-opacity.png") no-repeat center bottom;
        background-size: cover;
        padding-bottom: 42px; } }
    @media only screen and (min-width: 992px) {
      .product-homepage.product-milk + .origin-homepage {
        padding-top: 58px; } }
  .product-homepage.product-fresh-yogurt {
    background: transparent url("../img/product-homepage-fresh-yogurt-background-mobile-opacity.png") repeat-x center bottom;
    background-size: auto 100%; }
    @media only screen and (min-width: 992px) {
      .product-homepage.product-fresh-yogurt {
        background-size: auto 100%;
        padding-bottom: 60px;
        padding-top: 40px; } }
  .product-homepage.product-sterilized-milk {
    background: #1cadef; }
    @media only screen and (min-width: 992px) {
      .product-homepage.product-sterilized-milk {
        background-size: auto 100%;
        padding-bottom: 60px;
        padding-top: 40px; } }
  .product-homepage.product-mung-bean {
    background: transparent url("../img/product-page/mung-bean/product-bg-sm.jpg") no-repeat;
    background-size: cover;
    background-position-x: center;
    background-position-y: top; }
    @media only screen and (min-width: 992px) {
      .product-homepage.product-mung-bean {
        background: transparent url("../img/product-page/mung-bean/product-bg-lg.jpg") no-repeat;
        background-size: cover;
        background-position-x: center;
        background-position-y: top;
        padding-bottom: 60px;
        padding-top: 40px; } }

@media only screen and (min-width: 992px) {
  .product-homepage .headline .image img {
    width: 33px;
    height: auto;
    margin-bottom: 10px; } }

@media only screen and (min-width: 992px) {
  .product-homepage .headline .heading h3 {
    padding-top: 0;
    padding-bottom: 4px; } }

@media only screen and (min-width: 992px) {
  .product-homepage.product-fresh-yogurt .headline, .product-homepage.product-sterilized-milk .headline, .product-homepage.product-mung-bean .headline {
    padding-bottom: 10px;
    padding-top: 40px; } }

.product-homepage.product-fresh-yogurt .headline .heading h3, .product-homepage.product-sterilized-milk .headline .heading h3, .product-homepage.product-mung-bean .headline .heading h3 {
  color: #ffffff; }
  .product-homepage.product-fresh-yogurt .headline .heading h3::after, .product-homepage.product-sterilized-milk .headline .heading h3::after, .product-homepage.product-mung-bean .headline .heading h3::after {
    background-color: #ffffff; }

.product-homepage.product-sterilized-milk .product-thumbnail .row .swiper-container.thumbnail-group, .product-homepage.product-mung-bean .product-thumbnail .row .swiper-container.thumbnail-group {
  width: 100%; }
  @media only screen and (min-width: 992px) {
    .product-homepage.product-sterilized-milk .product-thumbnail .row .swiper-container.thumbnail-group, .product-homepage.product-mung-bean .product-thumbnail .row .swiper-container.thumbnail-group {
      padding-top: 0; } }
  .product-homepage.product-sterilized-milk .product-thumbnail .row .swiper-container.thumbnail-group .image img, .product-homepage.product-mung-bean .product-thumbnail .row .swiper-container.thumbnail-group .image img {
    max-width: 100%;
    margin: 0 auto; }
    @media only screen and (min-width: 992px) {
      .product-homepage.product-sterilized-milk .product-thumbnail .row .swiper-container.thumbnail-group .image img, .product-homepage.product-mung-bean .product-thumbnail .row .swiper-container.thumbnail-group .image img {
        max-width: 568px; } }

.product-homepage .excerpt {
  display: none; }
  @media only screen and (min-width: 992px) {
    .product-homepage .excerpt {
      max-width: 640px;
      display: block;
      padding: 10px 0 50px;
      margin: 0 auto; } }

@media only screen and (min-width: 992px) {
  .product-homepage .entry .entry-container .row {
    padding: 0; } }

.product-homepage .product-information {
  padding: 0; }
  @media only screen and (min-width: 576px) {
    .product-homepage .product-information {
      max-width: 320px;
      margin: 0 auto; } }
  @media only screen and (min-width: 767px) {
    .product-homepage .product-information {
      max-width: 400px; } }
  @media only screen and (min-width: 992px) {
    .product-homepage .product-information {
      max-width: inherit; } }
  .product-homepage .product-information .figures {
    display: none; }
    @media only screen and (min-width: 992px) {
      .product-homepage .product-information .figures {
        left: 50%;
        position: absolute;
        -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
        z-index: 2;
        display: block;
        width: 928px; } }
    .product-homepage .product-information .figures.top {
      height: 72px;
      top: 70px; }
    .product-homepage .product-information .figures.bottom {
      height: 63px;
      bottom: 100px; }
  .product-homepage .product-information .information-list {
    position: relative; }
    .product-homepage .product-information .information-list.row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      margin-right: auto;
      margin-left: auto; }
      @media only screen and (min-width: 992px) {
        .product-homepage .product-information .information-list.row {
          max-width: 928px; } }
      @media only screen and (min-width: 1200px) {
        .product-homepage .product-information .information-list.row {
          padding-left: 57px;
          padding-right: 57px; } }
      .product-homepage .product-information .information-list.row .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        margin-right: -20px;
        margin-left: -20px;
        padding: 0; }
        @media only screen and (min-width: 576px) {
          .product-homepage .product-information .information-list.row .row {
            margin-right: -40px;
            margin-left: -40px; } }
        @media only screen and (min-width: 767px) {
          .product-homepage .product-information .information-list.row .row {
            margin-right: -45px;
            margin-left: -45px; } }
        @media only screen and (min-width: 992px) {
          .product-homepage .product-information .information-list.row .row {
            margin-left: -57px;
            margin-right: -57px; } }
    .product-homepage .product-information .information-list .column {
      padding: 0px 20px;
      margin-bottom: 20px;
      width: 50%; }
      @media only screen and (min-width: 576px) {
        .product-homepage .product-information .information-list .column {
          padding: 0px 40px; } }
      @media only screen and (min-width: 767px) {
        .product-homepage .product-information .information-list .column {
          padding: 0px 45px;
          margin-bottom: 50px; } }
      @media only screen and (min-width: 992px) {
        .product-homepage .product-information .information-list .column {
          position: relative;
          z-index: 3;
          width: 232px;
          padding-left: 57px;
          padding-right: 57px;
          margin-bottom: 28px; } }
      .product-homepage .product-information .information-list .column img {
        display: block;
        margin: 0 auto;
        max-width: 90%;
        height: auto; }
        @media only screen and (min-width: 767px) {
          .product-homepage .product-information .information-list .column img {
            max-width: 100%; } }
      .product-homepage .product-information .information-list .column label {
        display: block;
        margin-top: 10px; }
        @media only screen and (min-width: 767px) {
          .product-homepage .product-information .information-list .column label {
            margin-top: 20px; } }
        @media only screen and (min-width: 992px) {
          .product-homepage .product-information .information-list .column label {
            margin-top: 10px; } }

@media only screen and (min-width: 992px) {
  .product-homepage .product-thumbnail {
    padding-top: 20px; } }

.product-homepage .product-thumbnail .row {
  margin-left: -30px;
  margin-right: -30px; }
  @media only screen and (min-width: 767px) {
    .product-homepage .product-thumbnail .row {
      margin-left: -60px;
      margin-right: -60px; } }
  @media only screen and (min-width: 992px) {
    .product-homepage .product-thumbnail .row {
      margin-left: 0;
      margin-right: 0; } }
  .product-homepage .product-thumbnail .row .swiper-container {
    overflow: visible; }
    .product-homepage .product-thumbnail .row .swiper-container.thumbnail-group {
      width: 32.91732%;
      padding-top: 40px; }
      @media only screen and (min-width: 576px) {
        .product-homepage .product-thumbnail .row .swiper-container.thumbnail-group {
          width: 120px; } }
      @media only screen and (min-width: 767px) {
        .product-homepage .product-thumbnail .row .swiper-container.thumbnail-group {
          width: 29.17317%; } }
      @media only screen and (min-width: 992px) {
        .product-homepage .product-thumbnail .row .swiper-container.thumbnail-group {
          width: 100%; } }
      .product-homepage .product-thumbnail .row .swiper-container.thumbnail-group.sterilized-milk.mobile {
        padding-top: 0; }
        .product-homepage .product-thumbnail .row .swiper-container.thumbnail-group.sterilized-milk.mobile .swiper-slide {
          width: 25%; }
        .product-homepage .product-thumbnail .row .swiper-container.thumbnail-group.sterilized-milk.mobile .button-action-wrapper {
          left: auto;
          margin: 0 auto;
          max-width: 260px;
          width: 100%; }
      .product-homepage .product-thumbnail .row .swiper-container.thumbnail-group.fresh-yogurt {
        width: 80%; }
        .product-homepage .product-thumbnail .row .swiper-container.thumbnail-group.fresh-yogurt.mobile .swiper-slide {
          position: relative;
          padding-top: 8px; }
          @media only screen and (min-width: 767px) {
            .product-homepage .product-thumbnail .row .swiper-container.thumbnail-group.fresh-yogurt.mobile .swiper-slide {
              padding-top: 40px; } }
          .product-homepage .product-thumbnail .row .swiper-container.thumbnail-group.fresh-yogurt.mobile .swiper-slide .heading {
            left: 50%;
            margin-bottom: 0;
            position: absolute;
            text-align: center;
            top: -20px;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            width: 300px; }
        @media only screen and (min-width: 992px) {
          .product-homepage .product-thumbnail .row .swiper-container.thumbnail-group.fresh-yogurt.desktop {
            width: 16.66667% !important; } }
        @media only screen and (min-width: 992px) {
          .product-homepage .product-thumbnail .row .swiper-container.thumbnail-group.fresh-yogurt.desktop .button-action-wrapper {
            width: 320px;
            -webkit-transform: translateX(-85px);
            -ms-transform: translateX(-85px);
            transform: translateX(-85px); } }
        @media only screen and (min-width: 1200px) {
          .product-homepage .product-thumbnail .row .swiper-container.thumbnail-group.fresh-yogurt.desktop .button-action-wrapper {
            -webkit-transform: translateX(-70px);
            -ms-transform: translateX(-70px);
            transform: translateX(-70px); } }
      .product-homepage .product-thumbnail .row .swiper-container.thumbnail-group.milk {
        width: 49.29797%; }
        @media only screen and (min-width: 992px) {
          .product-homepage .product-thumbnail .row .swiper-container.thumbnail-group.milk {
            width: 810px; } }
        @media only screen and (min-width: 992px) {
          .product-homepage .product-thumbnail .row .swiper-container.thumbnail-group.milk.new {
            width: 100%; } }
        .product-homepage .product-thumbnail .row .swiper-container.thumbnail-group.milk.new .button-action-wrapper {
          margin-left: 0;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%); }
          @media only screen and (min-width: 992px) {
            .product-homepage .product-thumbnail .row .swiper-container.thumbnail-group.milk.new .button-action-wrapper {
              -webkit-transform: translateX(0);
              -ms-transform: translateX(0);
              transform: translateX(0); } }
      .product-homepage .product-thumbnail .row .swiper-container.thumbnail-group.bulgarian .swiper-slide .heading {
        width: 320px;
        position: absolute;
        top: -20px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
        @media only screen and (min-width: 767px) {
          .product-homepage .product-thumbnail .row .swiper-container.thumbnail-group.bulgarian .swiper-slide .heading {
            width: 500px;
            top: -60px; } }
        @media only screen and (min-width: 767px) {
          .product-homepage .product-thumbnail .row .swiper-container.thumbnail-group.bulgarian .swiper-slide .heading h5 {
            font-size: 1.875rem; } }
      @media only screen and (min-width: 992px) {
        .product-homepage .product-thumbnail .row .swiper-container.thumbnail-group.mobile {
          display: none; } }
      .product-homepage .product-thumbnail .row .swiper-container.thumbnail-group.desktop {
        display: none; }
        @media only screen and (min-width: 992px) {
          .product-homepage .product-thumbnail .row .swiper-container.thumbnail-group.desktop {
            display: block; } }
        .product-homepage .product-thumbnail .row .swiper-container.thumbnail-group.desktop.fresh-yogurt .swiper-wrapper {
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; }
    .product-homepage .product-thumbnail .row .swiper-container.button-action-group {
      padding: 5px 30px 0;
      width: 100%; }
      .product-homepage .product-thumbnail .row .swiper-container.button-action-group .swiper-wrapper {
        -webkit-transition-duration: 250ms !important;
        -o-transition-duration: 250ms !important;
        transition-duration: 250ms !important; }
    .product-homepage .product-thumbnail .row .swiper-container .swiper-slide .heading {
      opacity: 0;
      margin-bottom: 45px;
      -webkit-transition: .3s opacity ease;
      -o-transition: .3s opacity ease;
      transition: .3s opacity ease; }
      @media only screen and (min-width: 767px) {
        .product-homepage .product-thumbnail .row .swiper-container .swiper-slide .heading {
          margin-bottom: 80px; } }
      @media only screen and (min-width: 992px) {
        .product-homepage .product-thumbnail .row .swiper-container .swiper-slide .heading {
          display: none; } }
    .product-homepage .product-thumbnail .row .swiper-container .swiper-slide.swiper-slide-active .heading {
      opacity: 1; }
    .product-homepage .product-thumbnail .row .swiper-container .swiper-slide.swiper-slide-active .button-action-wrapper {
      opacity: 1; }
    .product-homepage .product-thumbnail .row .swiper-container .swiper-slide .image img {
      display: block;
      margin: 0 auto;
      max-width: 100%;
      height: auto; }
      @media only screen and (min-width: 767px) {
        .product-homepage .product-thumbnail .row .swiper-container .swiper-slide .image img {
          max-width: inherit;
          width: 100%; } }
      @media only screen and (min-width: 992px) {
        .product-homepage .product-thumbnail .row .swiper-container .swiper-slide .image img {
          max-width: 400px; } }
    .product-homepage .product-thumbnail .row .swiper-container .swiper-slide .button-action-wrapper {
      position: relative;
      top: 0;
      left: 50%;
      margin-left: -130px;
      opacity: 0;
      min-width: 260px;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
      @media only screen and (min-width: 767px) {
        .product-homepage .product-thumbnail .row .swiper-container .swiper-slide .button-action-wrapper {
          width: 563px;
          margin-left: -281.5px; } }
      @media only screen and (min-width: 992px) {
        .product-homepage .product-thumbnail .row .swiper-container .swiper-slide .button-action-wrapper {
          width: 377px;
          margin-left: -188.5px; } }

.product-button-wrapper.desktop {
  display: none; }
  @media only screen and (min-width: 992px) {
    .product-button-wrapper.desktop {
      display: block; } }
  .product-button-wrapper.desktop .c-button {
    display: block;
    max-width: 262px;
    margin: 0 auto 20px; }

@media only screen and (min-width: 992px) {
  .product-homepage .product-thumbnail .row .desktop.thumbnail-group .swiper-wrapper {
    width: 100%; } }

@media only screen and (min-width: 992px) {
  .product-homepage .product-thumbnail .row .desktop.thumbnail-group .swiper-wrapper .swiper-slide {
    padding: 0 30px; } }

@media only screen and (min-width: 992px) {
  .product-homepage .product-thumbnail .row .desktop.thumbnail-group .swiper-wrapper .swiper-slide .button-action-wrapper {
    left: auto;
    margin-left: -45px;
    opacity: 1;
    padding: 0 15px;
    width: 100%; } }

@media only screen and (min-width: 992px) {
  .product-homepage .product-thumbnail .row .desktop.thumbnail-group.milk .swiper-wrapper {
    margin-left: 0;
    margin-right: 0;
    width: 100%; } }

@media only screen and (min-width: 992px) {
  .product-homepage .product-thumbnail .row .desktop.thumbnail-group.milk .swiper-wrapper .swiper-slide {
    width: 33.3333333333%; } }

.product-homepage {
  /*@include breakpoint(md) {
        height: 800px;
    }
    .swiper-container, .swiper-slide{
        height: 100%;
    }
    .swiper-slide{
        display: flex;
        align-items: center;
    }*/ }
  .product-homepage .swiper-pagination-bullets {
    bottom: 130px !important; }
    @media only screen and (min-width: 767px) {
      .product-homepage .swiper-pagination-bullets {
        bottom: 200px !important; } }
    @media only screen and (min-width: 992px) {
      .product-homepage .swiper-pagination-bullets {
        bottom: 170px !important; } }
    @media only screen and (min-width: 767px) {
      .product-homepage .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0px 5px !important;
        height: 15px;
        width: 15px; } }
    @media only screen and (min-width: 992px) {
      .product-homepage .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0px 2px !important;
        height: 8px;
        width: 8px; } }

.product-homepage .swiper-wrapper .c-button {
  display: block;
  margin-top: 20px; }
  .product-homepage .swiper-wrapper .c-button:first-of-type {
    margin-top: 0; }

.product-homepage .product-thumbnail.product-highlight .row {
  margin-left: -30px;
  margin-right: -30px; }
  .product-homepage .product-thumbnail.product-highlight .row .safebox {
    width: 100%; }
    .product-homepage .product-thumbnail.product-highlight .row .safebox .product-highlight-thumbnail {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-flow: column;
      flex-flow: column;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      width: 100%;
      padding-left: 1rem;
      padding-right: 1rem; }
      @media only screen and (min-width: 767px) {
        .product-homepage .product-thumbnail.product-highlight .row .safebox .product-highlight-thumbnail {
          padding-left: 0;
          padding-right: 0; } }
      .product-homepage .product-thumbnail.product-highlight .row .safebox .product-highlight-thumbnail a {
        display: inline-block;
        border: none;
        margin: 0 auto;
        text-decoration: none; }
        .product-homepage .product-thumbnail.product-highlight .row .safebox .product-highlight-thumbnail a .figure-assets {
          margin: 0 auto;
          max-width: 100%; }

.crawling-homepage {
  padding: 50px 0; }
  @media only screen and (min-width: 767px) {
    .crawling-homepage {
      padding-bottom: 178px; } }
  @media only screen and (min-width: 992px) {
    .crawling-homepage {
      padding-bottom: 80px; } }
  .crawling-homepage .crawling-container {
    max-width: 623px; }
    @media only screen and (min-width: 992px) {
      .crawling-homepage .crawling-container {
        max-width: 1024px;
        padding-left: 60px;
        padding-right: 60px; } }
  .crawling-homepage .entry-container .row {
    margin-left: -10px;
    margin-right: -10px;
    padding: 20px 0 !important; }
    @media only screen and (min-width: 767px) {
      .crawling-homepage .entry-container .row {
        padding-top: 50px !important; } }

@media only screen and (min-width: 992px) {
  .crawling-homepage .headline .image img {
    width: 24px;
    height: 24px;
    margin-bottom: 0; } }

@media only screen and (min-width: 992px) {
  .crawling-homepage .headline .heading h3 {
    padding: 10px 0 4px; } }

.crawling-homepage .thumbnail-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .crawling-homepage .thumbnail-group .item {
    padding: 0px 10px;
    margin-bottom: 20px;
    width: 50%; }
    @media only screen and (min-width: 992px) {
      .crawling-homepage .thumbnail-group .item {
        width: 25%; } }
    .crawling-homepage .thumbnail-group .item .image .c-link {
      display: block; }
      .crawling-homepage .thumbnail-group .item .image .c-link img {
        display: block;
        margin: 0 auto;
        max-width: 100%;
        height: auto; }

@media only screen and (min-width: 992px) {
  .crawling-homepage .button-action-wrapper {
    width: 377px;
    margin: 0 auto; } }

.crawling-homepage .button-action-wrapper .c-button {
  display: block; }

.homepage-section-slurp {
  background: none;
  padding-top: 0; }
  .homepage-section-slurp .swiper-wrapper {
    margin: 0 0;
    width: 100%; }
  .homepage-section-slurp .swiper-slide {
    width: 100%;
    padding: 0; }
    .homepage-section-slurp .swiper-slide .image {
      padding-bottom: 30px; }
      .homepage-section-slurp .swiper-slide .image img {
        display: block;
        width: 100%;
        max-width: none; }
  .homepage-section-slurp .swiper-pagination-bullets .swiper-pagination-bullet {
    margin-inline: 3px !important; }
  .homepage-section-slurp .button-action-wrapper {
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
    margin-inline: auto; }
  @media only screen and (min-width: 767px) {
    .homepage-section-slurp {
      padding-bottom: 80px; } }
  @media only screen and (min-width: 992px) {
    .homepage-section-slurp .swiper-pagination {
      bottom: 170px !important; } }

.main-mung-bean {
  background: transparent url("../img/product-page/mung-bean/product-bg-lg.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed; }

.section-product-wrapper .o-container-fluid .row {
  margin-left: -30px;
  margin-right: -30px; }

@media only screen and (min-width: 992px) {
  .section-product-wrapper .mobile {
    display: none !important; } }

.section-product-wrapper .desktop {
  display: none !important; }
  @media only screen and (min-width: 992px) {
    .section-product-wrapper .desktop {
      display: block !important; } }
  .section-product-wrapper .desktop.flex {
    display: none !important; }
    @media only screen and (min-width: 992px) {
      .section-product-wrapper .desktop.flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important; } }

.section-product-wrapper .headline .image,
.section-product-wrapper .headline .heading,
.section-product-wrapper .headline .excerpt,
.product-article .headline .image,
.product-article .headline .heading,
.product-article .headline .excerpt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center; }
  @media only screen and (min-width: 767px) {
    .section-product-wrapper .headline .image,
    .section-product-wrapper .headline .heading,
    .section-product-wrapper .headline .excerpt,
    .product-article .headline .image,
    .product-article .headline .heading,
    .product-article .headline .excerpt {
      padding-left: 60px;
      padding-right: 60px; } }

.section-product-wrapper .headline .figure,
.product-article .headline .figure {
  display: block;
  margin: 0 auto;
  width: 39px;
  height: auto; }
  @media only screen and (min-width: 767px) {
    .section-product-wrapper .headline .figure,
    .product-article .headline .figure {
      max-width: 100%;
      width: auto;
      height: auto; } }
  @media only screen and (min-width: 992px) {
    .section-product-wrapper .headline .figure,
    .product-article .headline .figure {
      max-width: inherit; } }
  @media only screen and (min-width: 767px) {
    .section-product-wrapper .headline .figure.figure-milk,
    .product-article .headline .figure.figure-milk {
      width: 54px; } }
  @media only screen and (min-width: 767px) {
    .section-product-wrapper .headline .figure.figure-yogurt,
    .product-article .headline .figure.figure-yogurt {
      width: 62px; } }
  @media only screen and (min-width: 992px) {
    .section-product-wrapper .headline .figure.figure-bucket,
    .product-article .headline .figure.figure-bucket {
      width: 52px; } }
  @media only screen and (min-width: 992px) {
    .section-product-wrapper .headline .figure.figure-flower,
    .product-article .headline .figure.figure-flower {
      width: 47px; } }
  @media only screen and (min-width: 992px) {
    .section-product-wrapper .headline .figure.figure-compass,
    .product-article .headline .figure.figure-compass {
      width: 51px; } }
  .section-product-wrapper .headline .figure.figure-sterilised-bottle,
  .product-article .headline .figure.figure-sterilised-bottle {
    height: 60px;
    width: auto; }
    @media only screen and (min-width: 767px) {
      .section-product-wrapper .headline .figure.figure-sterilised-bottle,
      .product-article .headline .figure.figure-sterilised-bottle {
        height: inherit;
        width: inherit; } }
  .section-product-wrapper .headline .figure.figure-mung-bean,
  .product-article .headline .figure.figure-mung-bean {
    -ms-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    backface-visibility: hidden;
    height: 80px;
    transform: translateZ(0);
    width: auto; }
    @media only screen and (min-width: 767px) {
      .section-product-wrapper .headline .figure.figure-mung-bean,
      .product-article .headline .figure.figure-mung-bean {
        height: 90px; } }
    @media only screen and (min-width: 1200px) {
      .section-product-wrapper .headline .figure.figure-mung-bean,
      .product-article .headline .figure.figure-mung-bean {
        height: 110px; } }

.section-product-wrapper .heading,
.product-article .heading {
  margin-top: 20px; }
  @media only screen and (min-width: 992px) {
    .section-product-wrapper .heading,
    .product-article .heading {
      margin-top: 16px; } }
  .section-product-wrapper .heading label + h2,
  .product-article .heading label + h2 {
    margin-top: 10px; }
    @media only screen and (min-width: 767px) {
      .section-product-wrapper .heading label + h2,
      .product-article .heading label + h2 {
        margin-top: 24px; } }
    @media only screen and (min-width: 992px) {
      .section-product-wrapper .heading label + h2,
      .product-article .heading label + h2 {
        margin-top: 10px; } }
  .section-product-wrapper .heading label,
  .product-article .heading label {
    font-size: 1.75rem;
    color: #231f20; }
    @media only screen and (min-width: 992px) {
      .section-product-wrapper .heading label,
      .product-article .heading label {
        font-size: 1.125rem; } }
  .section-product-wrapper .heading h2,
  .product-article .heading h2 {
    font-size: 1.5rem;
    position: relative;
    margin: 0 0 10px;
    color: #204e94;
    line-height: 1.4; }
    @media only screen and (min-width: 767px) {
      .section-product-wrapper .heading h2,
      .product-article .heading h2 {
        font-size: 2.25rem;
        margin: 0 24px; } }
    @media only screen and (min-width: 992px) {
      .section-product-wrapper .heading h2,
      .product-article .heading h2 {
        font-size: 1.5rem;
        margin-bottom: 22px; } }
    .section-product-wrapper .heading h2::after,
    .product-article .heading h2::after {
      left: 50%;
      position: absolute;
      -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
      transform: translate(-50%);
      bottom: -10px;
      content: '';
      background-color: #3192d4;
      width: 30px;
      height: 2px; }
      @media only screen and (min-width: 767px) {
        .section-product-wrapper .heading h2::after,
        .product-article .heading h2::after {
          bottom: -24px;
          width: 91px;
          height: 4px; } }
      @media only screen and (min-width: 992px) {
        .section-product-wrapper .heading h2::after,
        .product-article .heading h2::after {
          bottom: -22px;
          width: 61px;
          height: 3px; } }
    .section-product-wrapper .heading h2.half-width,
    .product-article .heading h2.half-width {
      width: 100%; }
      @media only screen and (min-width: 767px) {
        .section-product-wrapper .heading h2.half-width,
        .product-article .heading h2.half-width {
          width: 46%; } }
      @media only screen and (min-width: 1200px) {
        .section-product-wrapper .heading h2.half-width,
        .product-article .heading h2.half-width {
          width: 40%; } }

.section-product-wrapper .excerpt,
.product-article .excerpt {
  max-width: 680px;
  margin: 0 auto;
  padding-top: 30px; }
  .section-product-wrapper .excerpt p,
  .product-article .excerpt p {
    font-size: 1rem;
    color: #020202;
    line-height: 1.4;
    text-align: center;
    margin: 0; }
    @media only screen and (min-width: 767px) {
      .section-product-wrapper .excerpt p,
      .product-article .excerpt p {
        font-size: 1.5rem;
        line-height: 1.8; } }
    @media only screen and (min-width: 992px) {
      .section-product-wrapper .excerpt p,
      .product-article .excerpt p {
        font-size: 1rem; } }

.section-product-wrapper .heading.white h2,
.product-article .heading.white h2 {
  color: #ffffff; }
  .section-product-wrapper .heading.white h2::after,
  .product-article .heading.white h2::after {
    background-color: #193a81; }
  .section-product-wrapper .heading.white h2.white::after,
  .product-article .heading.white h2.white::after {
    background-color: #ffffff; }

.section-product-wrapper .entry {
  padding: 30px; }
  @media only screen and (min-width: 767px) {
    .section-product-wrapper .entry {
      padding-top: 80px;
      padding-left: 60px;
      padding-right: 60px; } }
  .section-product-wrapper .entry p {
    font-size: 1rem;
    color: #020202;
    line-height: 1.4;
    text-align: center;
    margin: 0; }
    @media only screen and (min-width: 767px) {
      .section-product-wrapper .entry p {
        font-size: 1.5rem;
        line-height: 1.8; } }
    @media only screen and (min-width: 992px) {
      .section-product-wrapper .entry p {
        font-size: 1rem;
        text-align: left; } }

.section-product-wrapper .entry.white p {
  color: #ffffff; }

.about-product {
  padding: 40px 0; }
  @media only screen and (min-width: 767px) {
    .about-product {
      padding: 80px 0; } }
  @media only screen and (min-width: 992px) {
    .about-product {
      padding: 100px 0; } }
  .about-product .entry-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    @media only screen and (min-width: 992px) {
      .about-product .entry-wrapper {
        background: #fcfbfc url("../img/product-page/about-product-main-background-desktop.png") repeat-x bottom left;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        margin-top: -80px; } }
    .about-product .entry-wrapper .column {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }

@media only screen and (min-width: 992px) {
  .about-product .content-left {
    width: 60%; } }

@media only screen and (min-width: 1200px) {
  .about-product .content-left {
    width: 47.57813%; } }

.about-product .content-left .entry {
  width: 100%; }
  @media only screen and (min-width: 767px) {
    .about-product .content-left .entry {
      padding-bottom: 60px; } }
  @media only screen and (min-width: 992px) {
    .about-product .content-left .entry {
      padding-top: 120px;
      padding-left: 120px;
      position: relative; } }
  @media only screen and (min-width: 1200px) {
    .about-product .content-left .entry {
      padding-left: 155px; } }
  @media only screen and (min-width: 992px) {
    .about-product .content-left .entry .figure-leaf {
      max-width: 10.23438%;
      position: absolute;
      left: 0;
      bottom: -40px; } }
  @media only screen and (min-width: 1200px) {
    .about-product .content-left .entry .figure-leaf {
      max-width: 100%; } }

.custom-object-fit {
  position: relative;
  background-size: cover;
  background-position: center left;
  width: 100%; }
  .custom-object-fit .featured-image {
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    visibility: hidden !important;
    z-index: -1; }

.img-container.center.custom-object-fit {
  position: relative;
  background-size: cover;
  background-position: center; }
  .img-container.center.custom-object-fit .featured-image {
    opacity: 0; }

@media only screen and (min-width: 992px) {
  .about-product .content-right {
    width: 40%; } }

@media only screen and (min-width: 1200px) {
  .about-product .content-right {
    width: 52.34375%; } }

.about-product .content-right .entry {
  padding-top: 40px; }
  @media only screen and (min-width: 767px) {
    .about-product .content-right .entry {
      padding-top: 70px; } }

.about-product .content-right .image {
  width: 100%;
  position: relative; }
  @media only screen and (min-width: 992px) {
    .about-product .content-right .image {
      position: inherit;
      height: 100%; } }
  @media only screen and (min-width: 1200px) {
    .about-product .content-right .image {
      position: relative;
      width: auto;
      margin-left: auto; } }
  .about-product .content-right .image img {
    display: block;
    max-width: 100%;
    height: auto; }
    @media only screen and (min-width: 767px) {
      .about-product .content-right .image img.background {
        width: 100%; } }
    @media only screen and (min-width: 992px) {
      .about-product .content-right .image img.background {
        width: auto;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: left;
        object-position: left; } }
    @media only screen and (min-width: 1200px) {
      .about-product .content-right .image img.background {
        margin-left: auto; } }
    .about-product .content-right .image img.figure {
      position: absolute;
      left: 0;
      max-width: 27.14509%; }
      .about-product .content-right .image img.figure.figure-leaf {
        top: -8.62069%; }
        @media only screen and (min-width: 992px) {
          .about-product .content-right .image img.figure.figure-leaf {
            max-width: 10.23438%;
            top: auto;
            bottom: -40px; } }
        @media only screen and (min-width: 1200px) {
          .about-product .content-right .image img.figure.figure-leaf {
            max-width: 100%;
            left: -52.34375%; } }
      .about-product .content-right .image img.figure.figure-fruit {
        max-width: 43.83775%;
        left: 0;
        bottom: -17px; }
        @media only screen and (min-width: 767px) {
          .about-product .content-right .image img.figure.figure-fruit {
            max-width: inherit;
            width: 43.83775%;
            bottom: -40px;
            left: 0; } }
        @media only screen and (min-width: 992px) {
          .about-product .content-right .image img.figure.figure-fruit {
            max-width: 18.125%;
            width: auto;
            bottom: -40px;
            left: 60%; } }
        @media only screen and (min-width: 1200px) {
          .about-product .content-right .image img.figure.figure-fruit {
            max-width: 100%;
            left: -8.35821%;
            bottom: -43px; } }

.about-bulgarian {
  overflow: hidden; }
  @media only screen and (min-width: 992px) {
    .about-bulgarian .about-bulgarian-container {
      padding-left: 60px;
      padding-right: 60px; } }
  @media only screen and (min-width: 1200px) {
    .about-bulgarian .about-bulgarian-container {
      max-width: 1140px;
      margin: 0 auto;
      padding-left: 0;
      padding-right: 0; } }

@media only screen and (min-width: 992px) {
  .about-bulgarian .column.content {
    margin-right: auto;
    margin-left: auto;
    padding-top: 57px;
    padding-bottom: 33px;
    padding-right: 80px; } }

@media only screen and (min-width: 1200px) {
  .about-bulgarian .column.content {
    min-height: 582px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

.about-bulgarian .column.content .entry-wrapper {
  background: rgba(56, 161, 220, 0.9);
  padding-top: 40px;
  padding-bottom: 40px; }
  @media only screen and (min-width: 992px) {
    .about-bulgarian .column.content .entry-wrapper {
      position: relative;
      width: 60%;
      padding-top: 15px;
      padding-bottom: 15px;
      margin-left: auto; } }
  @media only screen and (min-width: 1200px) {
    .about-bulgarian .column.content .entry-wrapper {
      width: 100%;
      max-width: 468px; } }
  @media only screen and (min-width: 992px) {
    .about-bulgarian .column.content .entry-wrapper .entry {
      padding-top: 30px;
      padding-left: 50px;
      padding-right: 50px; } }
  .about-bulgarian .column.content .entry-wrapper .entry p {
    display: block;
    text-align: center; }
    @media only screen and (min-width: 992px) {
      .about-bulgarian .column.content .entry-wrapper .entry p {
        font-size: 0.875rem; } }
  @media only screen and (min-width: 992px) {
    .about-bulgarian .column.content .entry-wrapper .figure-plant.desktop {
      position: absolute;
      z-index: 1;
      top: auto;
      right: -92px;
      bottom: -32px;
      left: auto;
      max-width: inherit;
      width: 154px;
      height: auto; } }
  @media only screen and (min-width: 1200px) {
    .about-bulgarian .column.content .entry-wrapper .figure-plant.desktop {
      right: -80px;
      bottom: -62px; } }

@media only screen and (min-width: 992px) {
  .about-bulgarian .column.backdrop {
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    top: 0;
    width: 90.625%;
    height: 100%;
    z-index: -1;
    margin-left: 0;
    margin-right: 0; } }

@media only screen and (min-width: 992px) {
  .about-bulgarian .column.backdrop {
    width: 1140px; } }

.about-bulgarian .column.backdrop .image {
  position: relative; }
  @media only screen and (min-width: 992px) {
    .about-bulgarian .column.backdrop .image {
      height: 100%;
      overflow: hidden; } }
  .about-bulgarian .column.backdrop .image img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto; }
    @media only screen and (min-width: 767px) {
      .about-bulgarian .column.backdrop .image img.backdrop {
        width: 100%;
        max-width: inherit; } }
    @media only screen and (min-width: 992px) {
      .about-bulgarian .column.backdrop .image img.backdrop {
        width: auto;
        height: 100%;
        z-index: -1;
        -o-object-fit: cover;
        object-fit: cover; } }
    @media only screen and (min-width: 1200px) {
      .about-bulgarian .column.backdrop .image img.backdrop {
        width: 100%;
        height: auto; } }
    .about-bulgarian .column.backdrop .image img.figure-plant {
      position: absolute;
      max-width: 14.04056%;
      top: -30.10033%;
      left: 0; }
      @media only screen and (min-width: 992px) {
        .about-bulgarian .column.backdrop .image img.figure-plant.desktop {
          position: absolute;
          z-index: 1;
          top: auto;
          right: 0;
          bottom: 0;
          left: auto;
          max-width: inherit;
          width: 154px;
          height: auto; } }

.about-product-detail {
  background: transparent url("../img/product-page/about-product-detail-mobile-opacity.png") no-repeat center center;
  background-size: cover;
  padding-top: 30px; }
  @media only screen and (min-width: 767px) {
    .about-product-detail {
      padding-top: 40px;
      padding-bottom: 0; } }
  @media only screen and (min-width: 992px) {
    .about-product-detail {
      background: transparent url("../img/product-page/about-product-detail-main-background-desktop-cover-fixed2-opacity.png") no-repeat;
      background-size: cover;
      background-position-x: center;
      background-position-y: bottom;
      margin-bottom: 120px;
      padding-top: 80px; } }
  .about-product-detail.product-milk {
    background: transparent url("../img/product-page/about-product-milk-detail-mobile-opacity.png") no-repeat;
    background-position: 0 20%;
    background-size: cover; }
    @media only screen and (min-width: 992px) {
      .about-product-detail.product-milk {
        background: transparent url("../img/product-page/about-product-milk-detail-main-background-desktop-cover-fixed2-opacity.png") no-repeat;
        background-size: cover;
        background-position-x: center;
        background-position-y: bottom; } }
  @media only screen and (min-width: 992px) {
    .about-product-detail.product-fresh-yogurt {
      background: transparent url("../img/product-page/fresh-yogurt-product-thumbnail-bg-desktop.png") no-repeat;
      background-size: cover;
      background-position-x: center;
      background-position-y: bottom; } }
  .about-product-detail.product-pro-imuno {
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(65%, #dce5f3), to(#1cadef)) 0% 0% no-repeat padding-box;
    background: transparent -webkit-linear-gradient(top, #ffffff 0%, #dce5f3 65%, #1cadef 100%) 0% 0% no-repeat padding-box;
    background: transparent -o-linear-gradient(top, #ffffff 0%, #dce5f3 65%, #1cadef 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(180deg, #ffffff 0%, #dce5f3 65%, #1cadef 100%) 0% 0% no-repeat padding-box; }
  .about-product-detail.product-sterilized-milk {
    background: #1cadef; }
  .about-product-detail.product-mung-bean {
    background: transparent url("../img/product-page/mung-bean/product-bg-sm.jpg") no-repeat;
    background-size: cover;
    background-position-x: center;
    background-position-y: top; }
    @media only screen and (min-width: 767px) {
      .about-product-detail.product-mung-bean {
        background: transparent url("../img/product-page/mung-bean/product-bg-lg.jpg") no-repeat;
        background-size: cover;
        background-position-x: center;
        background-position-y: top; } }

@media only screen and (min-width: 767px) {
  .about-product-detail .headline {
    margin-bottom: 30px; } }

.about-product-information {
  padding: 30px 0; }
  @media only screen and (min-width: 767px) {
    .about-product-information {
      padding: 80px 0 60px; } }
  @media only screen and (min-width: 992px) {
    .about-product-information {
      padding-bottom: 0; } }
  .about-product-information .thumbnail-group {
    padding: 0px 30px; }
    @media only screen and (min-width: 767px) {
      .about-product-information .thumbnail-group {
        max-width: 49.922%;
        margin: 0 auto; } }
    @media only screen and (min-width: 992px) {
      .about-product-information .thumbnail-group {
        max-width: 928px;
        padding-left: 57px;
        padding-right: 57px; } }
    .about-product-information .thumbnail-group .row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      margin-left: -10px;
      margin-right: -10px;
      position: relative; }
      @media only screen and (min-width: 767px) {
        .about-product-information .thumbnail-group .row {
          margin-right: -40px;
          margin-left: -40px; } }
      @media only screen and (min-width: 992px) {
        .about-product-information .thumbnail-group .row {
          margin-right: -57px;
          margin-left: -57px; } }
    .about-product-information .thumbnail-group .column {
      width: 50%;
      padding-left: 10px;
      padding-right: 10px;
      margin-bottom: 30px; }
      @media only screen and (min-width: 767px) {
        .about-product-information .thumbnail-group .column {
          padding-left: 40px;
          padding-right: 40px; } }
      @media only screen and (min-width: 992px) {
        .about-product-information .thumbnail-group .column {
          width: 232px;
          padding-left: 57px;
          padding-right: 57px; } }
      .about-product-information .thumbnail-group .column .image img {
        display: block;
        width: 60%;
        height: auto;
        margin: 0 auto; }
        @media only screen and (min-width: 767px) {
          .about-product-information .thumbnail-group .column .image img {
            width: auto;
            max-width: 100%; } }
      .about-product-information .thumbnail-group .column .label {
        padding-top: 10px; }
        .about-product-information .thumbnail-group .column .label label {
          font-size: 0.75rem;
          line-height: 1.6;
          display: block;
          text-align: center;
          font-style: italic; }
          @media only screen and (min-width: 767px) {
            .about-product-information .thumbnail-group .column .label label {
              font-size: 1.125rem; } }
          @media only screen and (min-width: 992px) {
            .about-product-information .thumbnail-group .column .label label {
              font-size: 0.75rem; } }

@media only screen and (min-width: 767px) {
  .about-product-information .figure-dash {
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 150px;
    left: -106px;
    z-index: -1;
    width: 862px;
    height: 213px; } }

.about-product-information .figures {
  display: none; }
  @media only screen and (min-width: 992px) {
    .about-product-information .figures {
      left: 50%;
      position: absolute;
      -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
      transform: translate(-50%);
      z-index: -1;
      display: block;
      width: 928px; } }
  .about-product-information .figures.top {
    height: 72px;
    top: 10px; }
  .about-product-information .figures.bottom {
    height: 63px;
    bottom: 100px; }

.about-product-detail-group {
  background: transparent url("../img/product-page/fresh-yogurt-product-thumbnail-bg-mobile.png") no-repeat;
  background-position: top center;
  background-size: cover;
  padding-top: 30px; }
  .about-product-detail-group.no-bg {
    background: none; }

.product-milk .about-product-detail-group {
  background: none; }

.about-product-detail-group .swiper-slide {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.about-product-detail-group.swiper-container-horizontal > .swiper-pagination {
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 8px; }
  @media only screen and (min-width: 767px) {
    .about-product-detail-group.swiper-container-horizontal > .swiper-pagination {
      height: 15px;
      top: auto;
      bottom: 500px !important; } }
  .about-product-detail-group.swiper-container-horizontal > .swiper-pagination span {
    background: #ffffff;
    opacity: .8; }
    @media only screen and (min-width: 767px) {
      .about-product-detail-group.swiper-container-horizontal > .swiper-pagination span {
        width: 15px;
        height: 15px; } }
    .about-product-detail-group.swiper-container-horizontal > .swiper-pagination span.swiper-pagination-bullet-active {
      background: #1ea4dd; }

.about-product-detail-group.new.swiper-container-horizontal > .swiper-pagination {
  top: 57%; }
  @media only screen and (min-width: 767px) {
    .about-product-detail-group.new.swiper-container-horizontal > .swiper-pagination {
      top: auto;
      bottom: 470px !important; } }

.about-product-detail-group.new.milk.swiper-container-horizontal .swiper-wrapper {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.about-product-detail-group.new.milk.swiper-container-horizontal .image {
  max-width: 320px;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (min-width: 767px) {
    .about-product-detail-group.new.milk.swiper-container-horizontal .image {
      max-width: 468px; } }

@media only screen and (orientation: landscape) {
  .about-product-detail-group.new.milk.swiper-container-horizontal .detail {
    min-height: 50vw; } }

.about-product-detail-group.new.milk.swiper-container-horizontal > .swiper-pagination {
  top: 360px; }
  @media only screen and (orientation: landscape) {
    .about-product-detail-group.new.milk.swiper-container-horizontal > .swiper-pagination {
      top: 63vw; } }
  @media only screen and (min-width: 767px) {
    .about-product-detail-group.new.milk.swiper-container-horizontal > .swiper-pagination {
      top: 540px; } }

.about-product-detail-group .heading {
  margin-top: 0;
  padding-bottom: 20px; }
  @media only screen and (min-width: 767px) {
    .about-product-detail-group .heading {
      padding-bottom: 40px; } }
  .about-product-detail-group .heading.white h3 {
    color: #ffffff; }
  .about-product-detail-group .heading h3 {
    font-size: 1.125rem;
    color: #204e94;
    margin: 0;
    text-align: center; }
    @media only screen and (min-width: 767px) {
      .about-product-detail-group .heading h3 {
        font-size: 2.25rem; } }

.about-product-detail-group .image {
  padding-bottom: 20px; }
  .about-product-detail-group .image img {
    display: block;
    width: 29.17317%;
    max-width: 100%;
    height: auto;
    margin: 0 auto; }
    .about-product-detail-group .image img.big {
      width: 90%; }
      @media only screen and (min-width: 767px) {
        .about-product-detail-group .image img.big {
          width: 90%; } }

.about-product-detail-group .detail {
  background: rgba(238, 238, 238, 0.93);
  position: relative; }
  @media only screen and (min-width: 767px) {
    .about-product-detail-group .detail .entry {
      padding-left: 60px;
      padding-right: 60px; } }
  .about-product-detail-group .detail .entry p {
    font-size: 0.875rem;
    text-align: center;
    line-height: 1.6; }
    @media only screen and (min-width: 767px) {
      .about-product-detail-group .detail .entry p {
        font-size: 1.5rem; } }
  .about-product-detail-group .detail .entry .devider {
    background-color: #3192d4;
    height: 2px;
    width: 30px;
    margin: 1rem auto 2rem; }
    @media only screen and (min-width: 767px) {
      .about-product-detail-group .detail .entry .devider {
        height: 4px;
        width: 90px; } }
    @media only screen and (min-width: 992px) {
      .about-product-detail-group .detail .entry .devider {
        height: 3px;
        width: 60px; } }
  .about-product-detail-group .detail .entry {
    padding-bottom: 90px; }
    @media only screen and (min-width: 767px) {
      .about-product-detail-group .detail .entry {
        padding-bottom: 150px; } }
  .about-product-detail-group .detail .button-action-wrapper {
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%; }
    @media only screen and (min-width: 767px) {
      .about-product-detail-group .detail .button-action-wrapper {
        padding-left: 60px;
        padding-right: 60px;
        padding-bottom: 40px; } }
    .about-product-detail-group .detail .button-action-wrapper.align-bottom {
      bottom: 0;
      left: 0;
      position: absolute; }
    .about-product-detail-group .detail .button-action-wrapper .button-default {
      display: block; }

@media only screen and (min-width: 992px) {
  .about-product-detail-showcase {
    max-height: 565px;
    padding-top: 60px; } }

@media only screen and (min-width: 1200px) {
  .about-product-detail-showcase {
    min-height: 700px;
    padding-top: 60px; } }

@media only screen and (min-width: 992px) {
  .about-product-detail-showcase .showcase-container {
    max-width: 1140px;
    padding-left: 60px;
    padding-right: 60px;
    margin: 0 auto; } }
  @media only screen and (min-width: 992px) and (min-width: 992px) {
    .about-product-detail-showcase .showcase-container .row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      max-height: 565px;
      margin-left: -60px;
      margin-right: -60px; } }

@media only screen and (min-width: 992px) {
  .about-product-detail-showcase .showcase-container .column {
    width: 50%;
    padding-left: 25px;
    padding-right: 25px; } }

@media only screen and (min-width: 992px) {
  .about-product-detail-showcase .column-right .single-product-detail {
    padding: 30px 30px 35px;
    background: rgba(0, 0, 0, 0.93); } }

@media only screen and (min-width: 1200px) {
  .about-product-detail-showcase .column-right .single-product-detail {
    padding: 30px 60px 35px; } }

.about-product-detail-showcase .column-right .single-product-detail .heading h3 {
  text-align: center;
  color: #204e94; }
  @media only screen and (min-width: 992px) {
    .about-product-detail-showcase .column-right .single-product-detail .heading h3 {
      font-size: 2rem;
      margin: 0; } }

@media only screen and (min-width: 992px) {
  .about-product-detail-showcase .column-right .single-product-detail .entry {
    padding: 30px 0 40px; } }

@media only screen and (min-width: 992px) {
  .about-product-detail-showcase .column-right .single-product-detail .entry p {
    font-size: 1rem;
    text-align: center;
    display: block; } }

@media only screen and (min-width: 992px) {
  .about-product-detail-showcase .column-right .single-product-detail .button-action-wrapper {
    padding-bottom: 0; } }

.about-product-detail-showcase .column-right .single-product-detail .button-action-wrapper .c-button {
  display: block; }

@media only screen and (min-width: 992px) {
  .about-product-detail-showcase .column.column-left {
    margin-top: auto;
    position: relative;
    right: -50px; } }

@media only screen and (min-width: 992px) {
  .about-product-detail-showcase .column.column-left.middle {
    margin-bottom: auto;
    margin-top: auto; } }

@media only screen and (min-width: 992px) {
  .about-product-detail-showcase .column.column-left .product-swap-container {
    max-width: 420px;
    margin: 0 auto; } }

@media only screen and (min-width: 992px) {
  .about-product-detail-showcase .column.column-left .product-swap-container .swap-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; } }

@media only screen and (min-width: 992px) {
  .about-product-detail-showcase .column.column-left .product-swap-container .swap-wrapper .swap-slide {
    width: 33.33333%;
    position: relative;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
    .about-product-detail-showcase .column.column-left .product-swap-container .swap-wrapper .swap-slide .c-link {
      display: block; }
      .about-product-detail-showcase .column.column-left .product-swap-container .swap-wrapper .swap-slide .c-link img {
        display: block;
        margin: 0 auto;
        max-width: 100%;
        height: auto; } }

.about-product-detail-showcase .column.column-left .product-swap-container .swap-wrapper .swap-slide.left, .about-product-detail-showcase .column.column-left .product-swap-container .swap-wrapper .swap-slide.right, .about-product-detail-showcase .column.column-left .product-swap-container .swap-wrapper .swap-slide.back, .about-product-detail-showcase .column.column-left .product-swap-container .swap-wrapper .swap-slide.left-back, .about-product-detail-showcase .column.column-left .product-swap-container .swap-wrapper .swap-slide.right-back {
  -webkit-filter: brightness(70%);
  filter: brightness(70%); }

@media only screen and (min-width: 992px) {
  .about-product-detail-showcase .column.column-left .product-swap-container .swap-wrapper .swap-slide.product-original.left {
    -webkit-transform: scale(1) translateX(-126px);
    -ms-transform: scale(1) translateX(-126px);
    transform: scale(1) translateX(-126px); } }

@media only screen and (min-width: 992px) {
  .about-product-detail-showcase .column.column-left .product-swap-container .swap-wrapper .swap-slide.product-original.center {
    -webkit-transform: scale(1.1) translateX(0);
    -ms-transform: scale(1.1) translateX(0);
    transform: scale(1.1) translateX(0); } }

@media only screen and (min-width: 992px) {
  .about-product-detail-showcase .column.column-left .product-swap-container .swap-wrapper .swap-slide.product-original.right {
    -webkit-transform: scale(1) translateX(130px);
    -ms-transform: scale(1) translateX(130px);
    transform: scale(1) translateX(130px); } }

@media only screen and (min-width: 992px) {
  .about-product-detail-showcase .column.column-left .product-swap-container .swap-wrapper .swap-slide.product-original.right-back {
    -webkit-transform: scale(1) translateX(67px) translateY(2%);
    -ms-transform: scale(1) translateX(67px) translateY(2%);
    transform: scale(1) translateX(67px) translateY(2%); } }

@media only screen and (min-width: 992px) {
  .about-product-detail-showcase .column.column-left .product-swap-container .swap-wrapper .swap-slide.product-original.left-back {
    -webkit-transform: scale(1) translateX(-65px) translateY(2%);
    -ms-transform: scale(1) translateX(-65px) translateY(2%);
    transform: scale(1) translateX(-65px) translateY(2%); } }

@media only screen and (min-width: 992px) {
  .about-product-detail-showcase .column.column-left .product-swap-container .swap-wrapper .swap-slide.product-original img.big {
    position: absolute;
    display: block;
    height: auto;
    left: -152px;
    max-width: inherit;
    bottom: 34px;
    width: 234px;
    z-index: -1; } }

.about-product-detail-showcase .column.column-left .product-swap-container .swap-wrapper .swap-slide.product-strawberry {
  z-index: 2; }
  @media only screen and (min-width: 992px) {
    .about-product-detail-showcase .column.column-left .product-swap-container .swap-wrapper .swap-slide.product-strawberry.center {
      -webkit-transform: scale(1.1) translateX(130px);
      -ms-transform: scale(1.1) translateX(130px);
      transform: scale(1.1) translateX(130px); } }
  .about-product-detail-showcase .column.column-left .product-swap-container .swap-wrapper .swap-slide.product-strawberry.left {
    -webkit-transform: scale(1) translateX(10px);
    -ms-transform: scale(1) translateX(10px);
    transform: scale(1) translateX(10px); }
  @media only screen and (min-width: 992px) {
    .about-product-detail-showcase .column.column-left .product-swap-container .swap-wrapper .swap-slide.product-strawberry.right {
      -webkit-transform: scale(1) translateX(270px);
      -ms-transform: scale(1) translateX(270px);
      transform: scale(1) translateX(270px); } }
  @media only screen and (min-width: 992px) {
    .about-product-detail-showcase .column.column-left .product-swap-container .swap-wrapper .swap-slide.product-strawberry.right-back {
      -webkit-transform: scale(1) translateX(207px) translateY(2%);
      -ms-transform: scale(1) translateX(207px) translateY(2%);
      transform: scale(1) translateX(207px) translateY(2%); } }
  @media only screen and (min-width: 992px) {
    .about-product-detail-showcase .column.column-left .product-swap-container .swap-wrapper .swap-slide.product-strawberry.left-back {
      -webkit-transform: scale(1) translateX(72px) translateY(2%);
      -ms-transform: scale(1) translateX(72px) translateY(2%);
      transform: scale(1) translateX(72px) translateY(2%); } }

@media only screen and (min-width: 992px) {
  .about-product-detail-showcase .column.column-left .product-swap-container .swap-wrapper .swap-slide.product-orange.right {
    -webkit-transform: scale(1) translateX(-10px);
    -ms-transform: scale(1) translateX(-10px);
    transform: scale(1) translateX(-10px); } }

@media only screen and (min-width: 992px) {
  .about-product-detail-showcase .column.column-left .product-swap-container .swap-wrapper .swap-slide.product-orange.center {
    -webkit-transform: scale(1.1) translateX(-127px);
    -ms-transform: scale(1.1) translateX(-127px);
    transform: scale(1.1) translateX(-127px); } }

@media only screen and (min-width: 992px) {
  .about-product-detail-showcase .column.column-left .product-swap-container .swap-wrapper .swap-slide.product-orange.left {
    -webkit-transform: scale(1) translateX(-270px);
    -ms-transform: scale(1) translateX(-270px);
    transform: scale(1) translateX(-270px); } }

@media only screen and (min-width: 992px) {
  .about-product-detail-showcase .column.column-left .product-swap-container .swap-wrapper .swap-slide.product-orange.right-back {
    -webkit-transform: scale(1) translateX(-73px) translateY(2%);
    -ms-transform: scale(1) translateX(-73px) translateY(2%);
    transform: scale(1) translateX(-73px) translateY(2%); } }

@media only screen and (min-width: 992px) {
  .about-product-detail-showcase .column.column-left .product-swap-container .swap-wrapper .swap-slide.product-orange.left-back {
    -webkit-transform: scale(1) translateX(-208px) translateY(2%);
    -ms-transform: scale(1) translateX(-208px) translateY(2%);
    transform: scale(1) translateX(-208px) translateY(2%); } }

@media only screen and (min-width: 992px) {
  .about-product-detail-showcase .column.column-left .product-swap-container .swap-wrapper .swap-slide.product-orange img.big {
    position: absolute;
    display: block;
    height: auto;
    left: -152px;
    max-width: inherit;
    bottom: 34px;
    width: 234px;
    z-index: -1; } }

@media only screen and (min-width: 992px) {
  .about-product-detail-showcase .column.column-left .product-swap-container .swap-wrapper .swap-slide.product-blueberry.left {
    -webkit-transform: scale(1) translateX(11px) translateY(-100%);
    -ms-transform: scale(1) translateX(11px) translateY(-100%);
    transform: scale(1) translateX(11px) translateY(-100%); } }

@media only screen and (min-width: 992px) {
  .about-product-detail-showcase .column.column-left .product-swap-container .swap-wrapper .swap-slide.product-blueberry.center {
    -webkit-transform: scale(1.1) translateX(127px) translateY(-91%);
    -ms-transform: scale(1.1) translateX(127px) translateY(-91%);
    transform: scale(1.1) translateX(127px) translateY(-91%); } }

@media only screen and (min-width: 992px) {
  .about-product-detail-showcase .column.column-left .product-swap-container .swap-wrapper .swap-slide.product-blueberry.right {
    -webkit-transform: scale(1) translateX(270px) translateY(-100%);
    -ms-transform: scale(1) translateX(270px) translateY(-100%);
    transform: scale(1) translateX(270px) translateY(-100%); } }

@media only screen and (min-width: 992px) {
  .about-product-detail-showcase .column.column-left .product-swap-container .swap-wrapper .swap-slide.product-blueberry.right-back {
    -webkit-transform: scale(1) translateX(213px) translateY(-98%);
    -ms-transform: scale(1) translateX(213px) translateY(-98%);
    transform: scale(1) translateX(213px) translateY(-98%); } }

@media only screen and (min-width: 992px) {
  .about-product-detail-showcase .column.column-left .product-swap-container .swap-wrapper .swap-slide.product-blueberry.left-back {
    -webkit-transform: scale(1) translateX(72px) translateY(-98%);
    -ms-transform: scale(1) translateX(72px) translateY(-98%);
    transform: scale(1) translateX(72px) translateY(-98%); } }

@media only screen and (min-width: 992px) {
  .about-product-detail-showcase .column.column-left .product-swap-container .swap-wrapper .swap-slide.product-lychee.left {
    -webkit-transform: scale(1) translateX(-130px) translateY(-100%);
    -ms-transform: scale(1) translateX(-130px) translateY(-100%);
    transform: scale(1) translateX(-130px) translateY(-100%); } }

@media only screen and (min-width: 992px) {
  .about-product-detail-showcase .column.column-left .product-swap-container .swap-wrapper .swap-slide.product-lychee.center {
    -webkit-transform: scale(1.1) translateX(0) translateY(-91%);
    -ms-transform: scale(1.1) translateX(0) translateY(-91%);
    transform: scale(1.1) translateX(0) translateY(-91%); } }

@media only screen and (min-width: 992px) {
  .about-product-detail-showcase .column.column-left .product-swap-container .swap-wrapper .swap-slide.product-lychee.right {
    -webkit-transform: scale(1) translateX(135px) translateY(-100%);
    -ms-transform: scale(1) translateX(135px) translateY(-100%);
    transform: scale(1) translateX(135px) translateY(-100%); } }

@media only screen and (min-width: 992px) {
  .about-product-detail-showcase .column.column-left .product-swap-container .swap-wrapper .swap-slide.product-lychee.right-back {
    -webkit-transform: scale(1) translateX(67px) translateY(-98%);
    -ms-transform: scale(1) translateX(67px) translateY(-98%);
    transform: scale(1) translateX(67px) translateY(-98%); } }

@media only screen and (min-width: 992px) {
  .about-product-detail-showcase .column.column-left .product-swap-container .swap-wrapper .swap-slide.product-lychee.left-back {
    -webkit-transform: scale(1) translateX(-58px) translateY(-98%);
    -ms-transform: scale(1) translateX(-58px) translateY(-98%);
    transform: scale(1) translateX(-58px) translateY(-98%); } }

@media only screen and (min-width: 992px) {
  .about-product-detail-showcase .column.column-left .product-swap-container .swap-wrapper .swap-slide.active {
    z-index: 2; } }

@media only screen and (min-width: 1200px) {
  .about-product-video {
    margin-top: -80px; } }

@media only screen and (min-width: 992px) {
  .about-product-video + .about-product-video {
    padding-top: 80px; } }

.about-product-video .about-product-video-container {
  overflow: hidden;
  padding-top: 30px; }
  @media only screen and (min-width: 767px) {
    .about-product-video .about-product-video-container {
      padding-top: 60px; } }
  @media only screen and (min-width: 992px) {
    .about-product-video .about-product-video-container {
      max-width: 1260px;
      padding-top: 0;
      padding-left: 60px;
      padding-right: 60px;
      margin: 0 auto; } }

.about-product-video-container {
  padding-bottom: 20px; }
  @media only screen and (min-width: 767px) {
    .about-product-video-container {
      padding-bottom: 40px; } }
  @media only screen and (min-width: 992px) {
    .about-product-video-container {
      padding-bottom: 100px; } }
  .about-product-video-container .video-container {
    margin-top: 20px;
    position: relative; }
    @media only screen and (min-width: 767px) {
      .about-product-video-container .video-container {
        margin-top: 80px; } }
    @media only screen and (min-width: 992px) {
      .about-product-video-container .video-container {
        margin-top: 40px; } }
    .about-product-video-container .video-container.row {
      margin-left: 0;
      margin-right: 0; }
      @media only screen and (min-width: 1200px) {
        .about-product-video-container .video-container.row {
          margin-left: auto;
          margin-right: auto;
          width: 80%; } }
  .about-product-video-container .embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%; }
    .about-product-video-container .embed-container iframe,
    .about-product-video-container .embed-container object,
    .about-product-video-container .embed-container embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

.video-swiper-pagination {
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 22px;
  max-width: 1140px;
  width: 100%; }
  @media only screen and (min-width: 992px) {
    .video-swiper-pagination {
      height: 44px; } }
  .video-swiper-pagination .swiper-button-next,
  .video-swiper-pagination .swiper-button-prev {
    background-size: 14px 22px;
    height: 22px;
    width: 14px; }
    @media only screen and (min-width: 992px) {
      .video-swiper-pagination .swiper-button-next,
      .video-swiper-pagination .swiper-button-prev {
        background-size: 27px 44px;
        height: 44px;
        width: 27px; } }
  .video-swiper-pagination .swiper-button-next {
    right: -23px; }
    @media only screen and (min-width: 992px) {
      .video-swiper-pagination .swiper-button-next {
        right: -60px; } }
  .video-swiper-pagination .swiper-button-prev {
    left: -23px; }
    @media only screen and (min-width: 992px) {
      .video-swiper-pagination .swiper-button-prev {
        left: -60px; } }

.pt-30 {
  padding-top: 30px; }
  @media only screen and (min-width: 992px) {
    .pt-30 {
      padding-top: 0; } }

.product-milk-page.c-section-container {
  padding-top: 30px; }
  @media only screen and (min-width: 992px) {
    .product-milk-page.c-section-container {
      padding-bottom: 40px;
      padding-top: 40px; } }
  .product-milk-page.c-section-container .o-container {
    padding-left: 30px;
    padding-right: 30px; }
    @media only screen and (min-width: 767px) {
      .product-milk-page.c-section-container .o-container {
        padding-left: 15px;
        padding-right: 15px; } }
  .product-milk-page.c-section-container .row {
    margin-left: -30px;
    margin-right: -30px; }
    @media only screen and (min-width: 767px) {
      .product-milk-page.c-section-container .row {
        margin-left: -15px;
        margin-right: -15px; } }
    @media only screen and (min-width: 992px) {
      .product-milk-page.c-section-container .row .safebox {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-flow: row;
        flex-flow: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%; } }
    .product-milk-page.c-section-container .row .safebox .c-panel {
      padding: 0 30px;
      width: 100%; }
      @media only screen and (min-width: 992px) {
        .product-milk-page.c-section-container .row .safebox .c-panel {
          padding: 0 15px;
          width: 50%; } }
      .product-milk-page.c-section-container .row .safebox .c-panel.headline .c-thumbnail {
        display: block;
        padding-bottom: 10px;
        padding-top: 20px; }
        @media only screen and (min-width: 767px) {
          .product-milk-page.c-section-container .row .safebox .c-panel.headline .c-thumbnail {
            padding-bottom: 20px;
            padding-top: 30px; } }
        @media only screen and (min-width: 992px) {
          .product-milk-page.c-section-container .row .safebox .c-panel.headline .c-thumbnail {
            display: none; } }
        .product-milk-page.c-section-container .row .safebox .c-panel.headline .c-thumbnail + .c-desc {
          padding-top: 10px; }
      .product-milk-page.c-section-container .row .safebox .c-panel.headline .c-heading + .c-desc {
        padding-top: 30px; }
      .product-milk-page.c-section-container .row .safebox .c-panel.headline .c-heading + .c-thumbnail {
        padding-bottom: 20px;
        padding-top: 40px; }
        @media only screen and (min-width: 767px) {
          .product-milk-page.c-section-container .row .safebox .c-panel.headline .c-heading + .c-thumbnail {
            padding-bottom: 30px;
            padding-top: 60px; } }
    .product-milk-page.c-section-container .row .safebox .c-thumbnail {
      display: none; }
      @media only screen and (min-width: 992px) {
        .product-milk-page.c-section-container .row .safebox .c-thumbnail {
          display: block; } }
      .product-milk-page.c-section-container .row .safebox .c-thumbnail.block {
        display: block; }
      .product-milk-page.c-section-container .row .safebox .c-thumbnail img {
        display: block;
        height: auto;
        margin: 0;
        width: 100%; }
        .product-milk-page.c-section-container .row .safebox .c-thumbnail img.fresh-yogurt {
          width: 90%;
          margin: 0 auto; }
    .product-milk-page.c-section-container .row .safebox .c-heading,
    .product-milk-page.c-section-container .row .safebox .c-desc {
      text-align: center; }
      @media only screen and (min-width: 992px) {
        .product-milk-page.c-section-container .row .safebox .c-heading.align-left-lg,
        .product-milk-page.c-section-container .row .safebox .c-desc.align-left-lg {
          text-align: left; } }
    .product-milk-page.c-section-container .row .safebox .c-heading {
      margin: 0; }
      @media only screen and (min-width: 992px) {
        .product-milk-page.c-section-container .row .safebox .c-heading {
          margin-bottom: 20px;
          padding-bottom: 20px;
          padding-top: 20px; } }
      .product-milk-page.c-section-container .row .safebox .c-heading h2 {
        margin: 0; }
    @media only screen and (min-width: 767px) {
      .product-milk-page.c-section-container .row .safebox .c-desc.mxw-md-90 {
        margin: 0 auto;
        max-width: 90%; } }
    .product-milk-page.c-section-container .row .safebox .c-desc h3 {
      font-size: 1.25rem;
      color: #204e94;
      line-height: 1.5;
      margin: 0; }
      @media only screen and (max-width: 320px) {
        .product-milk-page.c-section-container .row .safebox .c-desc h3 {
          font-size: 1.125rem; } }
      @media only screen and (min-width: 767px) {
        .product-milk-page.c-section-container .row .safebox .c-desc h3 {
          font-size: 1.375rem;
          padding-bottom: 10px; } }
      @media only screen and (min-width: 767px) {
        .product-milk-page.c-section-container .row .safebox .c-desc h3.p-t-20 {
          padding-top: 20px; } }
    .product-milk-page.c-section-container .row .safebox .c-desc h4 {
      font-size: 1rem;
      color: #204e94;
      line-height: 1.5;
      margin: 0;
      padding-top: 8px; }
      @media only screen and (min-width: 767px) {
        .product-milk-page.c-section-container .row .safebox .c-desc h4 {
          font-size: 1.125rem; } }
      .product-milk-page.c-section-container .row .safebox .c-desc h4 + p {
        padding-top: 16px; }
        @media only screen and (min-width: 767px) {
          .product-milk-page.c-section-container .row .safebox .c-desc h4 + p {
            padding-top: 20px; } }
    .product-milk-page.c-section-container .row .safebox .c-desc p {
      font-size: 0.875rem;
      display: block;
      line-height: 1.6;
      margin: 0;
      padding: 10px 0; }
      @media only screen and (min-width: 767px) {
        .product-milk-page.c-section-container .row .safebox .c-desc p {
          font-size: 1rem; } }
      .product-milk-page.c-section-container .row .safebox .c-desc p.fs-lg {
        font-size: 1rem; }
        @media only screen and (min-width: 767px) {
          .product-milk-page.c-section-container .row .safebox .c-desc p.fs-lg {
            font-size: 1.5rem; } }

.product-milk-page.c-section-container .row.headline {
  padding-bottom: 30px; }
  @media only screen and (min-width: 767px) {
    .product-milk-page.c-section-container .row.headline {
      padding-bottom: 40px; } }

.about-product-detail-carousel.mobile .about-product-detail-group .detail .entry,
.about-product-detail.mobile .about-product-detail-group .detail .entry {
  padding: 30px 20px 0; }
  @media only screen and (max-width: 320px) {
    .about-product-detail-carousel.mobile .about-product-detail-group .detail .entry,
    .about-product-detail.mobile .about-product-detail-group .detail .entry {
      padding: 30px 15px 0; } }
  .about-product-detail-carousel.mobile .about-product-detail-group .detail .entry p,
  .about-product-detail.mobile .about-product-detail-group .detail .entry p {
    font-size: 1rem; }
    @media only screen and (max-width: 320px) {
      .about-product-detail-carousel.mobile .about-product-detail-group .detail .entry p,
      .about-product-detail.mobile .about-product-detail-group .detail .entry p {
        font-size: 0.8125rem; } }

@media only screen and (min-width: 992px) {
  .about-product-detail-slider .swiper-container {
    padding-bottom: 80px; } }

.about-product-detail-slider .swiper-button-prev.white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='white'/%3E%3C/svg%3E"); }

.about-product-detail-slider .swiper-button-next.white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='white'/%3E%3C/svg%3E"); }

@media only screen and (min-width: 992px) {
  .about-product-detail-slider .swiper-wrapper .swiper-slide {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-flow: row;
    flex-flow: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 60px; } }

@media only screen and (min-width: 992px) {
  .about-product-detail-slider .swiper-wrapper .swiper-slide .swiper-col-figure {
    width: 50%; } }

.about-product-detail-slider .swiper-wrapper .swiper-slide .swiper-col-figure .figure-assets {
  display: block;
  margin: 0 auto; }

.about-product-detail-slider .swiper-wrapper .swiper-slide.slide-all-product .swiper-col-figure {
  position: relative; }
  @media only screen and (min-width: 992px) {
    .about-product-detail-slider .swiper-wrapper .swiper-slide.slide-all-product .swiper-col-figure {
      padding-right: 30px; } }
  .about-product-detail-slider .swiper-wrapper .swiper-slide.slide-all-product .swiper-col-figure .figure-assets {
    max-width: 100%;
    max-height: 567px;
    position: relative; }
    @media only screen and (min-width: 992px) {
      .about-product-detail-slider .swiper-wrapper .swiper-slide.slide-all-product .swiper-col-figure .figure-assets {
        top: 60px; } }

@media only screen and (min-width: 992px) {
  .about-product-detail-slider .swiper-wrapper .swiper-slide .swiper-col-content {
    width: 50%;
    padding-top: 80px; } }

@media only screen and (min-width: 992px) {
  .about-product-detail-slider .swiper-wrapper .swiper-slide .swiper-col-content .bounds {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: rgba(255, 255, 255, 0.93);
    padding: 30px 30px 35px;
    position: relative; } }

@media only screen and (min-width: 1200px) {
  .about-product-detail-slider .swiper-wrapper .swiper-slide .swiper-col-content .bounds {
    padding: 30px 40px 35px; } }

.about-product-detail-slider .swiper-wrapper .swiper-slide .swiper-col-content .bounds .c-heading {
  padding-top: 1rem;
  width: 100%; }
  .about-product-detail-slider .swiper-wrapper .swiper-slide .swiper-col-content .bounds .c-heading h3 {
    color: #204e94;
    text-align: center; }
    @media only screen and (min-width: 992px) {
      .about-product-detail-slider .swiper-wrapper .swiper-slide .swiper-col-content .bounds .c-heading h3 {
        font-size: 2rem;
        margin: 0; } }

.about-product-detail-slider .swiper-wrapper .swiper-slide .swiper-col-content .bounds .c-entry {
  position: relative;
  padding: 30px 0 0;
  width: 100%; }
  @media only screen and (min-width: 767px) {
    .about-product-detail-slider .swiper-wrapper .swiper-slide .swiper-col-content .bounds .c-entry {
      padding: 80px 0 0; } }
  @media only screen and (min-width: 992px) {
    .about-product-detail-slider .swiper-wrapper .swiper-slide .swiper-col-content .bounds .c-entry {
      padding: 30px 0 0; } }
  .about-product-detail-slider .swiper-wrapper .swiper-slide .swiper-col-content .bounds .c-entry p {
    color: #020202;
    display: block;
    font-size: 1rem;
    line-height: 1.4;
    margin: 0;
    text-align: center; }
    @media only screen and (min-width: 767px) {
      .about-product-detail-slider .swiper-wrapper .swiper-slide .swiper-col-content .bounds .c-entry p {
        font-size: 1.5rem;
        line-height: 1.5; } }
    @media only screen and (min-width: 992px) {
      .about-product-detail-slider .swiper-wrapper .swiper-slide .swiper-col-content .bounds .c-entry p {
        font-size: .96rem; } }
    @media only screen and (min-width: 992px) {
      .about-product-detail-slider .swiper-wrapper .swiper-slide .swiper-col-content .bounds .c-entry p:first-of-type {
        font-size: 1rem; } }
  .about-product-detail-slider .swiper-wrapper .swiper-slide .swiper-col-content .bounds .c-entry .devider {
    background-color: #3192d4;
    height: 2px;
    width: 30px;
    margin: 1rem auto 2rem; }
    @media only screen and (min-width: 767px) {
      .about-product-detail-slider .swiper-wrapper .swiper-slide .swiper-col-content .bounds .c-entry .devider {
        height: 4px;
        width: 90px; } }
    @media only screen and (min-width: 992px) {
      .about-product-detail-slider .swiper-wrapper .swiper-slide .swiper-col-content .bounds .c-entry .devider {
        height: 3px;
        width: 60px; } }

.about-product-detail-slider .swiper-wrapper .swiper-slide .swiper-col-content .bounds .button-action-wrapper {
  width: 100%;
  padding-top: 1rem; }
  .about-product-detail-slider .swiper-wrapper .swiper-slide .swiper-col-content .bounds .button-action-wrapper .c-button {
    display: block; }
    @media only screen and (min-width: 767px) {
      .about-product-detail-slider .swiper-wrapper .swiper-slide .swiper-col-content .bounds .button-action-wrapper .c-button {
        height: 77px;
        line-height: 77px; } }
    @media only screen and (min-width: 992px) {
      .about-product-detail-slider .swiper-wrapper .swiper-slide .swiper-col-content .bounds .button-action-wrapper .c-button {
        height: 56px;
        line-height: 56px; } }

.product-slurp-page .headline .figure {
  width: 70px; }
  @media only screen and (min-width: 767px) {
    .product-slurp-page .headline .figure {
      width: 90px; } }

.product-slurp-page.c-section-container {
  padding-top: 30px;
  padding-bottom: 30px; }
  @media only screen and (min-width: 992px) {
    .product-slurp-page.c-section-container {
      padding-bottom: 60px;
      padding-top: 40px; } }
  .product-slurp-page.c-section-container .o-container {
    padding-left: 30px;
    padding-right: 30px; }
    @media only screen and (min-width: 767px) {
      .product-slurp-page.c-section-container .o-container {
        padding-left: 15px;
        padding-right: 15px; } }
  .product-slurp-page.c-section-container .row {
    margin-left: -30px;
    margin-right: -30px; }
    @media only screen and (min-width: 767px) {
      .product-slurp-page.c-section-container .row {
        margin-left: -15px;
        margin-right: -15px; } }
    @media only screen and (min-width: 992px) {
      .product-slurp-page.c-section-container .row .safebox {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-flow: row;
        flex-flow: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%; } }
    .product-slurp-page.c-section-container .row .safebox .c-panel {
      padding: 0 30px;
      width: 100%; }
      @media only screen and (min-width: 992px) {
        .product-slurp-page.c-section-container .row .safebox .c-panel {
          padding: 0 15px;
          width: 50%; } }
      .product-slurp-page.c-section-container .row .safebox .c-panel.headline .c-thumbnail {
        display: block;
        padding-bottom: 10px;
        padding-top: 20px; }
        @media only screen and (min-width: 767px) {
          .product-slurp-page.c-section-container .row .safebox .c-panel.headline .c-thumbnail {
            padding-bottom: 20px;
            padding-top: 30px; } }
        @media only screen and (min-width: 992px) {
          .product-slurp-page.c-section-container .row .safebox .c-panel.headline .c-thumbnail {
            display: none; } }
        .product-slurp-page.c-section-container .row .safebox .c-panel.headline .c-thumbnail + .c-desc {
          padding-top: 10px; }
      .product-slurp-page.c-section-container .row .safebox .c-panel.headline .c-heading + .c-desc {
        padding-top: 30px; }
      .product-slurp-page.c-section-container .row .safebox .c-panel.headline .c-heading + .c-thumbnail {
        padding-bottom: 20px;
        padding-top: 40px; }
        @media only screen and (min-width: 767px) {
          .product-slurp-page.c-section-container .row .safebox .c-panel.headline .c-heading + .c-thumbnail {
            padding-bottom: 30px;
            padding-top: 60px; } }
    .product-slurp-page.c-section-container .row .safebox .c-thumbnail {
      display: none; }
      @media only screen and (min-width: 992px) {
        .product-slurp-page.c-section-container .row .safebox .c-thumbnail {
          display: block; } }
      .product-slurp-page.c-section-container .row .safebox .c-thumbnail img {
        display: block;
        height: auto;
        margin: 0;
        width: 100%; }
    .product-slurp-page.c-section-container .row .safebox .c-desc {
      text-align: center; }
      @media only screen and (min-width: 992px) {
        .product-slurp-page.c-section-container .row .safebox .c-desc.align-left-lg {
          text-align: left; } }
    @media only screen and (min-width: 767px) {
      .product-slurp-page.c-section-container .row .safebox .c-desc.mxw-md-90 {
        margin: 0 auto;
        max-width: 90%; } }
    .product-slurp-page.c-section-container .row .safebox .c-desc h3 {
      font-size: 1.25rem;
      color: #204e94;
      line-height: 1.5;
      margin: 0; }
      @media only screen and (max-width: 320px) {
        .product-slurp-page.c-section-container .row .safebox .c-desc h3 {
          font-size: 1.125rem; } }
      @media only screen and (min-width: 767px) {
        .product-slurp-page.c-section-container .row .safebox .c-desc h3 {
          font-size: 1.375rem;
          padding-bottom: 10px; } }
      @media only screen and (min-width: 767px) {
        .product-slurp-page.c-section-container .row .safebox .c-desc h3.p-t-20 {
          padding-top: 20px; } }
    .product-slurp-page.c-section-container .row .safebox .c-desc p {
      font-size: 0.875rem;
      display: block;
      line-height: 1.6;
      margin: 0;
      padding: 10px 0; }
      @media only screen and (min-width: 767px) {
        .product-slurp-page.c-section-container .row .safebox .c-desc p {
          font-size: 1rem; } }
      .product-slurp-page.c-section-container .row .safebox .c-desc p.fs-lg {
        font-size: 1rem; }
        @media only screen and (min-width: 767px) {
          .product-slurp-page.c-section-container .row .safebox .c-desc p.fs-lg {
            font-size: 1.5rem; } }

.product-slurp-page.c-section-container .row.headline {
  padding-bottom: 30px; }
  @media only screen and (min-width: 767px) {
    .product-slurp-page.c-section-container .row.headline {
      padding-bottom: 40px; } }

.product-slurp {
  position: relative;
  height: auto; }
  @media only screen and (min-width: 767px) {
    .product-slurp {
      height: 800px; } }
  .product-slurp .swiper-container, .product-slurp .swiper-slide {
    height: 100%; }
  .product-slurp .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .product-slurp .swiper-pagination {
    margin-inline: auto; }
    .product-slurp .swiper-pagination-bullet {
      margin-right: 3px;
      margin-left: 3px;
      margin-inline: 3px; }
  .product-slurp .swiper-pagination {
    position: relative;
    padding-bottom: 30px; }
    @media only screen and (min-width: 767px) {
      .product-slurp .swiper-pagination {
        padding-bottom: 40px; } }
    @media only screen and (min-width: 992px) {
      .product-slurp .swiper-pagination {
        position: absolute;
        right: 0;
        bottom: 10px;
        left: 0;
        padding-bottom: 0; } }

.product-slurp .swiper-container .swiper-slide {
  padding-top: 30px;
  padding-bottom: 30px; }
  @media only screen and (min-width: 767px) {
    .product-slurp .swiper-container .swiper-slide {
      padding-top: 40px;
      padding-bottom: 40px; } }
  @media only screen and (min-width: 992px) {
    .product-slurp .swiper-container .swiper-slide {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media only screen and (min-width: 1200px) {
    .product-slurp .swiper-container .swiper-slide {
      padding-top: 80px;
      padding-bottom: 80px; } }

.product-slurp .swiper-container .swiper-slide .slide-container {
  max-width: 1140px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px; }
  @media only screen and (min-width: 767px) {
    .product-slurp .swiper-container .swiper-slide .slide-container {
      padding-left: 60px;
      padding-right: 60px; } }

.product-slurp .swiper-container .swiper-slide .bounds {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .product-slurp .swiper-container .swiper-slide .bounds .image,
  .product-slurp .swiper-container .swiper-slide .bounds .description {
    width: 100%; }
    @media only screen and (min-width: 992px) {
      .product-slurp .swiper-container .swiper-slide .bounds .image,
      .product-slurp .swiper-container .swiper-slide .bounds .description {
        width: calc(50% - 30px); } }

.product-slurp .swiper-container .swiper-slide .bounds .image img {
  max-width: 80%;
  display: block;
  margin: 0 auto;
  height: 370px;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain; }
  @media only screen and (min-width: 767px) {
    .product-slurp .swiper-container .swiper-slide .bounds .image img {
      max-width: 50%;
      height: auto; } }
  @media only screen and (min-width: 992px) {
    .product-slurp .swiper-container .swiper-slide .bounds .image img {
      max-width: 75%; } }

.product-slurp .swiper-container .swiper-slide .bounds .description {
  background-color: white;
  margin: 0 auto;
  padding: 30px;
  max-width: 100%;
  -webkit-box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.1); }
  @media only screen and (min-width: 767px) {
    .product-slurp .swiper-container .swiper-slide .bounds .description {
      max-width: 80%; } }
  @media only screen and (min-width: 992px) {
    .product-slurp .swiper-container .swiper-slide .bounds .description {
      max-width: inherit;
      margin: 0;
      padding: 40px;
      -webkit-box-shadow: none;
      box-shadow: none; } }
  .product-slurp .swiper-container .swiper-slide .bounds .description .heading h3 {
    text-align: center;
    color: #204e94; }
    @media only screen and (min-width: 767px) {
      .product-slurp .swiper-container .swiper-slide .bounds .description .heading h3 {
        font-size: 28px; } }
    @media only screen and (min-width: 992px) {
      .product-slurp .swiper-container .swiper-slide .bounds .description .heading h3 {
        font-size: 2rem;
        margin: 0; } }
  .product-slurp .swiper-container .swiper-slide .bounds .description .entry p {
    font-size: 0.875rem;
    line-height: 1.4;
    text-align: center; }
    @media only screen and (min-width: 767px) {
      .product-slurp .swiper-container .swiper-slide .bounds .description .entry p {
        font-size: 1rem;
        line-height: 1.8; } }
  @media only screen and (min-width: 992px) {
    .product-slurp .swiper-container .swiper-slide .bounds .description .button-action-wrapper {
      padding-bottom: 0; } }
  .product-slurp .swiper-container .swiper-slide .bounds .description .button-action-wrapper .c-button {
    display: block; }

.product-slurp .swiper-container .swiper-slide.slurp-toystory {
  background: transparent url("../img/product-page/slurp/product-background-toystory-small.png") no-repeat top center;
  background-size: auto 480px; }
  @media only screen and (min-width: 992px) {
    .product-slurp .swiper-container .swiper-slide.slurp-toystory {
      background: transparent url("../img/product-page/slurp/product-background-toystory-large.png") no-repeat bottom center;
      background-size: cover; } }

.product-slurp .swiper-container .swiper-slide.slurp-frozen {
  background: transparent url("../img/product-page/slurp/product-background-frozen-small.png") no-repeat top center;
  background-size: auto 480px; }
  @media only screen and (min-width: 992px) {
    .product-slurp .swiper-container .swiper-slide.slurp-frozen {
      background: transparent url("../img/product-page/slurp/product-background-frozen-large.png") no-repeat bottom center;
      background-size: cover; } }

.desktop.about-product-detail-showcase.sandbox {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.lifestyle-tab-wrapper {
  padding-top: 75px; }
  @media only screen and (min-width: 767px) {
    .lifestyle-tab-wrapper {
      padding-top: 157px; } }
  @media only screen and (min-width: 992px) {
    .lifestyle-tab-wrapper {
      padding-top: 0;
      width: 100%;
      height: 80px;
      position: absolute;
      left: 0;
      bottom: 0;
      z-index: 2; } }
  .lifestyle-tab-wrapper + .main-banner {
    padding-top: 10px; }
    @media only screen and (min-width: 992px) {
      .lifestyle-tab-wrapper + .main-banner {
        padding-top: 100px;
        padding-bottom: 80px; } }
  @media only screen and (min-width: 767px) {
    .lifestyle-tab-wrapper .lifestyle-tab-container {
      padding-left: 60px;
      padding-right: 60px; } }
  @media only screen and (min-width: 992px) {
    .lifestyle-tab-wrapper .lifestyle-tab-container {
      height: 80px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-flow: column;
      flex-flow: column;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }

.lifestyle-tab-wrapper .tab-list {
  margin: 0;
  padding: 20px 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-flow: row;
  flex-flow: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  .lifestyle-tab-wrapper .tab-list li {
    font-size: 0.625rem; }
    @media only screen and (min-width: 576px) {
      .lifestyle-tab-wrapper .tab-list li {
        font-size: 0.875rem; } }
    @media only screen and (min-width: 767px) {
      .lifestyle-tab-wrapper .tab-list li {
        font-size: 1.125rem; } }
    @media only screen and (min-width: 992px) {
      .lifestyle-tab-wrapper .tab-list li {
        font-size: 0.8125rem;
        padding-left: 40px;
        padding-right: 40px; } }
    .lifestyle-tab-wrapper .tab-list li .c-link {
      color: #5b5a5c;
      padding-bottom: 5px;
      cursor: pointer; }
    .lifestyle-tab-wrapper .tab-list li:hover .c-link, .lifestyle-tab-wrapper .tab-list li.active .c-link {
      color: #3396d8;
      border-bottom: 2px solid #3396d8; }

.swiper-container.main-banner-container {
  padding-bottom: 30px;
  margin-bottom: 20px; }
  @media only screen and (min-width: 992px) {
    .swiper-container.main-banner-container {
      max-width: 1260px;
      padding-bottom: 60px;
      padding-left: 60px;
      padding-right: 60px;
      margin-bottom: 0; } }
  @media only screen and (min-width: 1200px) {
    .swiper-container.main-banner-container {
      padding-left: 20px;
      padding-right: 20px; } }
  .swiper-container.main-banner-container .image .main-banner-ribbon {
    opacity: 0;
    max-width: 37.89869%;
    height: auto;
    left: -4.50281%; }
    @media only screen and (min-width: 992px) {
      .swiper-container.main-banner-container .image .main-banner-ribbon {
        max-width: 202px;
        left: -22px; } }

.swiper-container.main-banner-container .swiper-slide-active .main-banner-ribbon {
  opacity: 1; }

@media only screen and (min-width: 992px) {
  .article-banner-headline {
    max-width: 315px;
    padding: 30px 0;
    position: absolute;
    left: 60px;
    bottom: 60px; } }

@media only screen and (min-width: 1200px) {
  .article-banner-headline {
    max-width: 420px; } }

.article-banner-headline .heading h1 {
  font-size: 1.25rem;
  color: #16376b;
  line-height: 1.4;
  text-align: center;
  margin: 0 auto;
  padding: 10px 0; }
  @media only screen and (min-width: 767px) {
    .article-banner-headline .heading h1 {
      font-size: 1.375rem;
      padding: 30px 0; } }
  @media only screen and (min-width: 992px) {
    .article-banner-headline .heading h1 {
      font-size: 1.125rem;
      letter-spacing: 2px;
      line-height: 1.8;
      text-align: left;
      color: #ffffff;
      padding: 0; } }

.article-banner-headline .excerpt,
.article-banner-headline .button-action-wrapper {
  display: none; }
  @media only screen and (min-width: 992px) {
    .article-banner-headline .excerpt,
    .article-banner-headline .button-action-wrapper {
      display: block; } }

.article-banner-headline .excerpt {
  font-size: 0.75rem;
  line-height: 1.4;
  color: #ffffff;
  padding-top: 10px; }

.article-banner-headline .button-action-wrapper {
  padding-top: 20px; }
  .article-banner-headline .button-action-wrapper .c-link {
    font-size: 0.75rem;
    line-height: 1.4;
    color: #1ea4dd;
    text-decoration: underline; }

.lifestyle-thumbnail {
  background-color: #e6e8e8;
  padding-top: 40px;
  position: relative;
  z-index: 11; }
  .lifestyle-thumbnail .lifestyle-container {
    max-width: inherit;
    padding-bottom: 40px; }
    @media only screen and (min-width: 992px) {
      .lifestyle-thumbnail .lifestyle-container {
        max-width: 1260px;
        padding-left: 60px;
        padding-right: 60px; } }
  @media only screen and (min-width: 992px) {
    .lifestyle-thumbnail .thumbnail-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-flow: row;
      flex-flow: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      margin-right: -10px;
      margin-left: -10px; } }
  @media only screen and (min-width: 576px) {
    .lifestyle-thumbnail .thumbnail-list.filtr-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-flow: row;
      flex-flow: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      margin-right: -10px;
      margin-left: -10px; } }
  @media only screen and (min-width: 576px) {
    .lifestyle-thumbnail .thumbnail-list.filtr-container .filtr-item {
      padding-left: 10px;
      padding-right: 10px;
      width: 50%; } }
  @media only screen and (min-width: 992px) {
    .lifestyle-thumbnail .thumbnail-list.filtr-container .filtr-item {
      width: 25%;
      height: 550px; } }
  @media only screen and (min-width: 992px) {
    .lifestyle-thumbnail .thumbnail-list.filtr-container .filtr-item.large {
      width: 50%; } }
  .lifestyle-thumbnail .thumbnail-list.filtr-container .filtr-item .column.left {
    height: 220px;
    position: relative; }
    @media only screen and (min-width: 992px) {
      .lifestyle-thumbnail .thumbnail-list.filtr-container .filtr-item .column.left {
        height: auto; } }
    .lifestyle-thumbnail .thumbnail-list.filtr-container .filtr-item .column.left .image {
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }
      @media only screen and (min-width: 992px) {
        .lifestyle-thumbnail .thumbnail-list.filtr-container .filtr-item .column.left .image {
          position: relative; } }
      .lifestyle-thumbnail .thumbnail-list.filtr-container .filtr-item .column.left .image img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        width: 100%; }

.lifestyle-thumbnail .thumbnail {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-flow: row;
  flex-flow: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 10px 0;
  width: 100%; }
  @media only screen and (min-width: 992px) {
    .lifestyle-thumbnail .thumbnail {
      width: 25%;
      padding: 10px;
      height: 550px;
      overflow: hidden; } }
  @media only screen and (min-width: 992px) {
    .lifestyle-thumbnail .thumbnail::before {
      top: 10px;
      left: 10px;
      position: absolute;
      background-color: #ffffff;
      content: '';
      height: calc(100% - 20px);
      width: calc(100% - 20px); } }
  @media only screen and (min-width: 992px) {
    .lifestyle-thumbnail .thumbnail.large {
      width: 50%; } }
  .lifestyle-thumbnail .thumbnail:first-of-type {
    margin-top: 0; }
  .lifestyle-thumbnail .thumbnail .column {
    width: 100%;
    background-color: #ffffff;
    position: relative; }
    @media only screen and (min-width: 992px) {
      .lifestyle-thumbnail .thumbnail .column {
        width: 100%; } }
  @media only screen and (min-width: 576px) {
    .lifestyle-thumbnail .thumbnail.filtr-item .column {
      width: 100%; } }

@media only screen and (min-width: 992px) {
  .lifestyle-thumbnail .column.left {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    height: 180px; } }

.lifestyle-thumbnail .column .image {
  position: relative;
  width: 100%; }
  @media only screen and (min-width: 767px) {
    .lifestyle-thumbnail .column .image {
      overflow: hidden; } }
  @media only screen and (min-width: 992px) {
    .lifestyle-thumbnail .column .image {
      max-height: 180px; } }
  .lifestyle-thumbnail .column .image img {
    display: block;
    width: 100%;
    height: auto; }
    @media only screen and (min-width: 992px) {
      .lifestyle-thumbnail .column .image img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center; } }

.lifestyle-thumbnail .filtr-item .column .image {
  position: relative;
  width: 100%; }
  @media only screen and (min-width: 767px) {
    .lifestyle-thumbnail .filtr-item .column .image {
      height: auto; } }
  @media only screen and (min-width: 992px) {
    .lifestyle-thumbnail .filtr-item .column .image {
      height: 100%; } }

@media only screen and (min-width: 576px) {
  .lifestyle-thumbnail .column.right {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

@media only screen and (min-width: 992px) {
  .lifestyle-thumbnail .column.right {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-bottom: 48px;
    height: 350px; } }

.lifestyle-thumbnail .column.right .heading,
.lifestyle-thumbnail .column.right .excerpt,
.lifestyle-thumbnail .column.right .category {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%; }
  @media only screen and (min-width: 767px) {
    .lifestyle-thumbnail .column.right .heading,
    .lifestyle-thumbnail .column.right .excerpt,
    .lifestyle-thumbnail .column.right .category {
      padding-left: 30px;
      padding-right: 30px; } }
  @media only screen and (min-width: 992px) {
    .lifestyle-thumbnail .column.right .heading,
    .lifestyle-thumbnail .column.right .excerpt,
    .lifestyle-thumbnail .column.right .category {
      padding-left: 15px;
      padding-right: 15px; } }

@media only screen and (min-width: 992px) {
  .product-article.lifestyle-thumbnail .thumbnail-list .thumbnail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-flow: column;
    flex-flow: column;
    height: auto; } }

@media only screen and (min-width: 992px) {
  .product-article.lifestyle-thumbnail .column.right {
    height: auto; } }

@media only screen and (min-width: 992px) {
  .product-article.lifestyle-thumbnail .button-action-wrapper {
    bottom: 30px;
    left: 25px; } }

.lifestyle-thumbnail .category {
  display: none; }
  @media only screen and (min-width: 992px) {
    .lifestyle-thumbnail .category {
      width: 100%;
      text-align: left;
      padding-top: 15px;
      padding-bottom: 40px; } }
  .lifestyle-thumbnail .category label {
    font-size: 0.625rem;
    color: #5b5a5c;
    font-style: italic;
    letter-spacing: 1px; }

.lifestyle-thumbnail .heading {
  padding-top: 15px;
  padding-bottom: 22px; }
  .lifestyle-thumbnail .heading .c-link h3 {
    font-size: 0.9375rem;
    line-height: 1.4;
    color: #16376b;
    margin: 0;
    position: relative; }
    @media only screen and (min-width: 767px) {
      .lifestyle-thumbnail .heading .c-link h3 {
        font-size: 1.375rem;
        line-height: 1.6; } }
    @media only screen and (min-width: 992px) {
      .lifestyle-thumbnail .heading .c-link h3 {
        font-size: 0.75rem; } }
    @media only screen and (min-width: 1200px) {
      .lifestyle-thumbnail .heading .c-link h3 {
        font-size: 0.875rem; } }
    @media only screen and (min-width: 992px) {
      .lifestyle-thumbnail .heading .c-link h3::after {
        content: '';
        width: 60px;
        height: 2px;
        background-color: #16376b;
        position: absolute;
        left: 0;
        bottom: -10px; } }

.lifestyle-thumbnail .excerpt {
  display: none; }
  @media only screen and (min-width: 992px) {
    .lifestyle-thumbnail .excerpt {
      display: block;
      overflow: hidden; } }
  .lifestyle-thumbnail .excerpt p {
    font-size: 0.75rem;
    line-height: 1.4;
    margin: 0; }

.lifestyle-thumbnail .button-action-wrapper {
  display: none; }
  @media only screen and (min-width: 992px) {
    .lifestyle-thumbnail .button-action-wrapper {
      display: block;
      position: absolute;
      left: 15px;
      bottom: 20px; } }
  .lifestyle-thumbnail .button-action-wrapper .c-button {
    font-size: 0.75rem;
    border-radius: 4px;
    padding: 7px 8px;
    background-color: #38a1dc;
    color: #ffffff;
    text-decoration: none;
    text-align: center; }

@media only screen and (min-width: 992px) {
  .lifestyle-thumbnail .thumbnail.large {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-flow: row;
    flex-flow: row; } }

@media only screen and (min-width: 992px) {
  .lifestyle-thumbnail .thumbnail.large .column {
    width: 50%; } }

@media only screen and (min-width: 992px) {
  .lifestyle-thumbnail .thumbnail.large .column.left {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    height: 100%; } }

@media only screen and (min-width: 992px) {
  .lifestyle-thumbnail .thumbnail.large .column.left .image {
    max-height: inherit; } }

@media only screen and (min-width: 992px) {
  .lifestyle-thumbnail .thumbnail.large .column.right {
    height: auto;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

@media only screen and (min-width: 992px) {
  .lifestyle-thumbnail .thumbnail.large .column.right .excerpt {
    height: auto; } }

@media only screen and (min-width: 992px) {
  .lifestyle-thumbnail .thumbnail.large .column.left .image {
    height: 100%; } }

@media only screen and (min-width: 992px) {
  .lifestyle-thumbnail .thumbnail.large .column.left .image img {
    width: 100%; } }

@media only screen and (min-width: 992px) {
  .lifestyle-thumbnail .thumbnail.large .column.right .category {
    display: block; } }

@media only screen and (min-width: 992px) {
  .lifestyle-thumbnail .thumbnail.no-image {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-flow: row;
    flex-flow: row; } }

@media only screen and (min-width: 992px) {
  .lifestyle-thumbnail .thumbnail.no-image .column {
    width: 50%; } }

.lifestyle-thumbnail .thumbnail.no-image .column.left {
  display: none; }
  @media only screen and (min-width: 992px) {
    .lifestyle-thumbnail .thumbnail.no-image .column.left {
      display: none; } }

.lifestyle-thumbnail .thumbnail.no-image .column.right {
  width: 100%; }
  @media only screen and (min-width: 992px) {
    .lifestyle-thumbnail .thumbnail.no-image .column.right {
      height: auto;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; } }

@media only screen and (min-width: 992px) {
  .lifestyle-thumbnail .thumbnail.no-image::before {
    background-color: #379fd9; } }

.lifestyle-thumbnail .thumbnail.no-image .column.right {
  background-color: #379fd9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%; }
  @media only screen and (min-width: 992px) {
    .lifestyle-thumbnail .thumbnail.no-image .column.right {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; } }
  @media only screen and (min-width: 992px) {
    .lifestyle-thumbnail .thumbnail.no-image .column.right .category {
      display: block; } }
  .lifestyle-thumbnail .thumbnail.no-image .column.right .category label {
    color: #ffffff; }
  .lifestyle-thumbnail .thumbnail.no-image .column.right .heading h3 {
    color: #ffffff; }
    .lifestyle-thumbnail .thumbnail.no-image .column.right .heading h3::after {
      background-color: #ffffff; }
  .lifestyle-thumbnail .thumbnail.no-image .column.right .excerpt p {
    color: #ffffff; }
  .lifestyle-thumbnail .thumbnail.no-image .column.right .button-action-wrapper .c-button {
    background-color: #ffffff;
    color: #379fd9; }

.button-load-more {
  background-color: #ffffff; }
  .button-load-more .button-load-more-container {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 20px; }
    @media only screen and (min-width: 992px) {
      .button-load-more .button-load-more-container {
        max-width: 1260px;
        padding-left: 60px;
        padding-right: 60px;
        margin-left: auto;
        margin-right: auto; } }
    .button-load-more .button-load-more-container .button-default {
      display: block; }

@media only screen and (min-width: 767px) {
  .header-headline {
    padding-left: 60px;
    padding-right: 60px;
    max-width: inherit; } }

@media only screen and (min-width: 1200px) {
  .header-headline {
    padding-left: 0;
    padding-right: 0;
    max-width: 1140px;
    margin: 0 auto; } }

.header-headline .header-headline-wrapper {
  padding-left: 3.19149%;
  padding-right: 3.19149%; }
  @media only screen and (min-width: 992px) {
    .header-headline .header-headline-wrapper {
      padding-left: 1.53061%;
      padding-right: 1.53061%; } }

.header-headline-wrapper .entry {
  padding: 30px 20px;
  background-color: #ebf6f8; }
  @media only screen and (min-width: 767px) {
    .header-headline-wrapper .entry {
      padding: 45px 50px 65px; } }
  .header-headline-wrapper .entry p {
    font-size: 0.8125rem;
    line-height: 1.8;
    color: #59595b;
    text-align: center;
    margin: 0;
    display: block; }
    @media only screen and (min-width: 767px) {
      .header-headline-wrapper .entry p {
        font-size: 1.125rem; } }
  .header-headline-wrapper .entry h3 {
    font-size: 1.125rem;
    line-height: 1.8;
    color: #302b28;
    text-align: center;
    font-weight: bold;
    margin: 0;
    padding: 20px 0;
    position: relative; }
    @media only screen and (min-width: 767px) {
      .header-headline-wrapper .entry h3 {
        font-size: 1.6875rem;
        padding: 50px 0; } }
    .header-headline-wrapper .entry h3::after {
      left: 50%;
      position: absolute;
      -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
      transform: translate(-50%);
      bottom: 0;
      content: '';
      width: 60px;
      height: 3px;
      background-color: #37a6de; }
      @media only screen and (min-width: 767px) {
        .header-headline-wrapper .entry h3::after {
          width: 250px;
          height: 4px; } }

.about-page-main-container .headline {
  padding-left: 3.19149%;
  padding-right: 3.19149%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media only screen and (min-width: 992px) {
    .about-page-main-container .headline {
      padding-left: 1.53061%;
      padding-right: 1.53061%; } }

.about-page-main-container .image img {
  max-width: 60px;
  height: auto;
  display: block; }

.about-page-main-container .heading h3,
.about-page-main-container .heading h5 {
  position: relative;
  text-transform: uppercase;
  color: #21497c !important;
  text-align: center; }
  .about-page-main-container .heading h3::after,
  .about-page-main-container .heading h5::after {
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    bottom: 0;
    content: '';
    width: 60px;
    height: 3px;
    background-color: #21497c; }
    @media only screen and (min-width: 767px) {
      .about-page-main-container .heading h3::after,
      .about-page-main-container .heading h5::after {
        width: 250px;
        height: 4px; } }

.about-page-main-container .heading h3 {
  font-weight: bold;
  letter-spacing: 1px;
  padding: 30px 0 !important; }

.about-page-main-container .heading h5 {
  font-size: 0.625rem;
  font-weight: bold;
  letter-spacing: 2px;
  margin: 0;
  padding-bottom: 20px; }

.about-page-main-container .heading.white h3,
.about-page-main-container .heading.white h5 {
  color: #ffffff !important; }
  .about-page-main-container .heading.white h3::after,
  .about-page-main-container .heading.white h5::after {
    background-color: #234c82; }

.about-page-main-container {
  margin: 40px 0 0;
  overflow: hidden; }
  @media only screen and (min-width: 767px) {
    .about-page-main-container .o-container-fluid {
      padding-left: 60px;
      padding-right: 60px; } }

.about-page-main-container .entry-container p {
  font-size: 0.8125rem;
  color: #ffffff;
  line-height: 1.8;
  text-align: center;
  margin: 0; }
  @media only screen and (min-width: 767px) {
    .about-page-main-container .entry-container p {
      font-size: 1.125rem; } }

.section-a {
  background-color: transparent;
  background: transparent url("../img/about/background-section-image-flow-big.jpg") no-repeat center bottom;
  background-size: cover; }
  @media only screen and (min-width: 767px) {
    .section-a {
      padding-bottom: 40px; } }
  @media only screen and (min-width: 992px) {
    .section-a {
      background-color: transparent;
      background: transparent url("../img/about/background-section-image-flow-big.jpg") no-repeat center bottom;
      background-size: cover;
      margin-top: 60px;
      padding-bottom: 0; } }

@media only screen and (min-width: 767px) {
  .section-a .image img {
    max-width: 95px; } }

@media only screen and (min-width: 992px) {
  .section-a .image img {
    max-width: 80px; } }

@media only screen and (min-width: 767px) {
  .section-a .heading h3::after {
    width: 192px; } }

.section-a .section-a-content {
  background-color: rgba(40, 168, 224, 0.9); }
  @media only screen and (min-width: 992px) {
    .section-a .section-a-content {
      width: 750px;
      margin: 0 auto;
      background-color: rgba(40, 168, 224, 0.9); } }

.section-a .entry-container {
  max-width: 90%;
  padding-left: 3.19149%;
  padding-right: 3.19149%;
  padding-bottom: 40px;
  margin: 0 auto; }
  @media only screen and (min-width: 767px) {
    .section-a .entry-container {
      width: 80%;
      padding-bottom: 80px; } }
  @media only screen and (min-width: 992px) {
    .section-a .entry-container {
      max-width: inherit;
      padding-left: 1.53061%;
      padding-right: 1.53061%;
      padding-bottom: 120px; } }

@media only screen and (min-width: 992px) {
  .section-a-image-flow {
    background: none; } }

.section-a-image-flow .flow-wrapper {
  padding-top: 0;
  padding-bottom: 0;
  position: relative; }
  @media only screen and (min-width: 992px) {
    .section-a-image-flow .flow-wrapper {
      width: 650px;
      margin: 0 auto;
      padding-top: 0;
      padding-bottom: 0; } }

.figure-plant-mobile-left,
.figure-plant-mobile-right {
  position: absolute;
  z-index: 2;
  display: none; }
  @media only screen and (min-width: 992px) {
    .figure-plant-mobile-left,
    .figure-plant-mobile-right {
      display: none; } }
  .figure-plant-mobile-left img,
  .figure-plant-mobile-right img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto; }

.figure-plant-mobile-left {
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 39.31357%;
  max-width: 252px;
  top: 43%;
  left: 0; }

.figure-plant-mobile-right {
  width: 32.6053%;
  max-width: 209px;
  bottom: 150px;
  right: 0; }

.figure-plant-desktop-left,
.figure-plant-desktop-right {
  display: block;
  position: absolute;
  z-index: 2; }
  @media only screen and (min-width: 992px) {
    .figure-plant-desktop-left,
    .figure-plant-desktop-right {
      display: none;
      position: absolute;
      z-index: 2; } }
  .figure-plant-desktop-left img,
  .figure-plant-desktop-right img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto; }

.figure-plant-desktop-left {
  width: 26.09375%;
  max-width: 334px;
  bottom: 0;
  left: -30px; }
  @media only screen and (min-width: 992px) {
    .figure-plant-desktop-left {
      width: 26.09375%;
      max-width: 334px;
      bottom: 0;
      left: -60px; } }

.figure-plant-desktop-right {
  width: 20.54688%;
  max-width: 263px;
  bottom: 0;
  right: -30px; }
  @media only screen and (min-width: 992px) {
    .figure-plant-desktop-right {
      width: 20.54688%;
      max-width: 263px;
      bottom: 0;
      right: -60px; } }

.figure-flow-mobile-top,
.figure-flow-mobile-bottom {
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  width: 5.77223%;
  max-width: 37px; }
  @media only screen and (min-width: 992px) {
    .figure-flow-mobile-top,
    .figure-flow-mobile-bottom {
      display: none; } }
  .figure-flow-mobile-top img,
  .figure-flow-mobile-bottom img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto; }

.figure-flow-mobile-top {
  top: -25px;
  display: none; }
  @media only screen and (min-width: 767px) {
    .figure-flow-mobile-top {
      top: -63px; } }

.figure-flow-mobile-bottom {
  bottom: 50px;
  display: none; }
  @media only screen and (min-width: 767px) {
    .figure-flow-mobile-bottom {
      bottom: 29px; } }

.figure-flow-desktop-left,
.figure-flow-desktop-right {
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  @media only screen and (min-width: 992px) {
    .figure-flow-desktop-left,
    .figure-flow-desktop-right {
      top: 50%;
      position: absolute;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      display: block; } }
  .figure-flow-desktop-left img,
  .figure-flow-desktop-right img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto; }

.figure-flow-desktop-left {
  width: 30%;
  left: -20px; }
  @media only screen and (min-width: 576px) {
    .figure-flow-desktop-left {
      left: -50px; } }
  @media only screen and (min-width: 767px) {
    .figure-flow-desktop-left {
      left: -60px; } }
  @media only screen and (min-width: 992px) {
    .figure-flow-desktop-left {
      width: auto;
      left: -70px; } }

.figure-flow-desktop-right {
  width: 30%;
  top: 60%;
  right: -20px; }
  @media only screen and (min-width: 576px) {
    .figure-flow-desktop-right {
      right: -60px; } }
  @media only screen and (min-width: 767px) {
    .figure-flow-desktop-right {
      right: -70px; } }
  @media only screen and (min-width: 992px) {
    .figure-flow-desktop-right {
      width: auto;
      top: 60%;
      right: -96px; } }

.section-a-image-flow {
  position: relative;
  z-index: 3;
  top: -20px; }
  @media only screen and (min-width: 992px) {
    .section-a-image-flow {
      top: -80px; } }
  .section-a-image-flow .flow-wrapper-ie {
    margin: 0 auto;
    max-width: 80%;
    position: relative; }
    @media only screen and (min-width: 992px) {
      .section-a-image-flow .flow-wrapper-ie {
        width: 650px; } }
  .section-a-image-flow .flow-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 0 auto; }
    @media only screen and (min-width: 992px) {
      .section-a-image-flow .flow-wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-flow: row;
        flex-flow: row;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
    .section-a-image-flow .flow-wrapper .item {
      width: 24.8%;
      height: auto;
      position: relative;
      padding-bottom: 0;
      max-width: 186px; }
      @media only screen and (min-width: 767px) {
        .section-a-image-flow .flow-wrapper .item {
          padding-bottom: 0; } }
      @media only screen and (min-width: 992px) {
        .section-a-image-flow .flow-wrapper .item {
          padding-bottom: 0;
          max-width: 186px; } }
      .section-a-image-flow .flow-wrapper .item:last-of-type {
        padding-bottom: 0; }
        @media only screen and (min-width: 992px) {
          .section-a-image-flow .flow-wrapper .item:last-of-type {
            padding-bottom: 0; } }
      .section-a-image-flow .flow-wrapper .item img {
        display: block;
        max-width: 100%;
        height: auto;
        margin: 0 auto; }

.item-inovation {
  padding-top: 0; }
  @media only screen and (min-width: 992px) {
    .item-inovation {
      padding-top: 0; } }
  .item-inovation:after {
    position: absolute;
    content: '';
    width: 28.39314%;
    height: 28.39314%;
    background: transparent url("../img/about/image-flow-plus.png") no-repeat 0 0;
    background-size: contain;
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -35.88144%; }
    @media only screen and (min-width: 992px) {
      .item-inovation:after {
        top: 50%;
        position: absolute;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: -35.88144%;
        width: 28px;
        height: 28px;
        background: transparent url("../img/about/image-flow-plus-desktop.png") no-repeat 0 0; } }

.item-product {
  padding-top: 0; }
  @media only screen and (min-width: 992px) {
    .item-product {
      padding-top: 0; } }
  .item-product:after {
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: '';
    left: -34.32137%;
    width: 16.22465%;
    height: 14.35257%;
    background: transparent url("../img/about/image-flow-equal.png") no-repeat 0 0;
    background-size: contain; }
    @media only screen and (min-width: 992px) {
      .item-product:after {
        top: 50%;
        position: absolute;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: -34.32137%;
        width: 27px;
        height: 28px;
        background: transparent url("../img/about/image-flow-equal-desktop.png") no-repeat 0 0; } }

.about-page-main-container.section-b {
  background-color: #eef7fa;
  margin-top: 0;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden; }
  @media only screen and (min-width: 992px) {
    .about-page-main-container.section-b {
      padding-top: 60px; } }

@media only screen and (min-width: 992px) {
  .section-b .image img {
    max-width: 80px; } }

.about-page-main-container.section-b .headline .heading h3 {
  padding-bottom: 5px !important; }
  .about-page-main-container.section-b .headline .heading h3::after {
    display: none; }

.about-page-main-container.section-b .entry-container {
  padding-bottom: 50px; }
  @media only screen and (min-width: 992px) {
    .about-page-main-container.section-b .entry-container {
      max-width: 600px;
      margin: 0 auto; } }
  .about-page-main-container.section-b .entry-container p {
    font-size: 0.8125rem;
    line-height: 1.8;
    text-align: center;
    margin: 0;
    color: #59595b; }
    @media only screen and (min-width: 767px) {
      .about-page-main-container.section-b .entry-container p {
        font-size: 1.125rem; } }

@media only screen and (min-width: 767px) {
  .about-page-main-container.section-b .swiper-container.facility-container {
    width: 494px;
    margin: 0 auto;
    overflow: visible; } }

@media only screen and (min-width: 992px) {
  .about-page-main-container.section-b .swiper-container.facility-container {
    width: 83.59375%;
    max-width: 1070px;
    padding: 0; } }

.about-page-main-container.section-b .swiper-wrapper .swiper-slide .image img {
  max-width: 100%;
  height: auto;
  margin: 0; }
  @media only screen and (min-width: 767px) {
    .about-page-main-container.section-b .swiper-wrapper .swiper-slide .image img {
      width: 100%;
      max-width: inherit; } }
  @media only screen and (min-width: 992px) {
    .about-page-main-container.section-b .swiper-wrapper .swiper-slide .image img.mobile {
      display: none; } }
  .about-page-main-container.section-b .swiper-wrapper .swiper-slide .image img.desktop {
    display: none; }
    @media only screen and (min-width: 992px) {
      .about-page-main-container.section-b .swiper-wrapper .swiper-slide .image img.desktop {
        display: block; } }

.about-page-main-container.section-b .swiper-wrapper .swiper-slide label {
  background-color: #49aee0;
  display: block;
  height: 50px;
  padding: 0px 20px; }
  @media only screen and (min-width: 767px) {
    .about-page-main-container.section-b .swiper-wrapper .swiper-slide label {
      height: 132px; } }
  .about-page-main-container.section-b .swiper-wrapper .swiper-slide label span {
    color: #ffffff;
    letter-spacing: 1px;
    line-height: 50px;
    display: block;
    text-align: center;
    vertical-align: middle; }
    @media only screen and (min-width: 767px) {
      .about-page-main-container.section-b .swiper-wrapper .swiper-slide label span {
        font-size: 1.75rem;
        line-height: 132px; } }
    .about-page-main-container.section-b .swiper-wrapper .swiper-slide label span .label-icon {
      display: inline-block;
      vertical-align: middle;
      margin-right: 8px;
      width: 24px;
      height: 26px; }
      @media only screen and (min-width: 767px) {
        .about-page-main-container.section-b .swiper-wrapper .swiper-slide label span .label-icon {
          width: 48px;
          height: 51px;
          margin-right: 16px; } }
      .about-page-main-container.section-b .swiper-wrapper .swiper-slide label span .label-icon.icon-flower {
        background: transparent url("../img/about/bullet-flower-white.png") no-repeat;
        background-size: 24px 26px; }
        @media only screen and (min-width: 767px) {
          .about-page-main-container.section-b .swiper-wrapper .swiper-slide label span .label-icon.icon-flower {
            background-size: 48px 51px; } }
      .about-page-main-container.section-b .swiper-wrapper .swiper-slide label span .label-icon.icon-city {
        background: transparent url("../img/about/bullet-city-white.png") no-repeat;
        background-size: 24px 26px; }
        @media only screen and (min-width: 767px) {
          .about-page-main-container.section-b .swiper-wrapper .swiper-slide label span .label-icon.icon-city {
            background-size: 48px 51px; } }
      .about-page-main-container.section-b .swiper-wrapper .swiper-slide label span .label-icon.icon-man {
        background: transparent url("../img/about/bullet-man-white.png") no-repeat;
        background-size: 24px 26px; }
        @media only screen and (min-width: 767px) {
          .about-page-main-container.section-b .swiper-wrapper .swiper-slide label span .label-icon.icon-man {
            background-size: 48px 51px; } }

.about-page-main-container.section-b .facility-container {
  padding-left: 30px;
  padding-right: 30px; }
  .about-page-main-container.section-b .facility-container .swiper-slide {
    -webkit-transform: scale(0.93);
    -ms-transform: scale(0.93);
    transform: scale(0.93);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
    .about-page-main-container.section-b .facility-container .swiper-slide.swiper-slide-active {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }

.about-page-main-container.section-b .swiper-pagination {
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  bottom: 50px; }
  .about-page-main-container.section-b .swiper-pagination .swiper-pagination-bullet {
    margin: 0px 3px;
    background-color: #59595b; }
    .about-page-main-container.section-b .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background-color: #49aee0; }

@media only screen and (min-width: 767px) {
  .section-c img.image-cow {
    max-width: inherit;
    width: 88px; } }

.about-page-main-container.section-c .section-c-content {
  padding-left: 0;
  padding-right: 0; }
  @media only screen and (min-width: 992px) {
    .about-page-main-container.section-c .section-c-content {
      background: transparent url("../img/about/our-farm.png") no-repeat center bottom;
      background-size: cover;
      padding-top: 80px;
      padding-bottom: 80px; } }

.about-page-main-container.section-c .section-entry-wrapper {
  background-color: rgba(40, 168, 224, 0.9);
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  z-index: 2; }
  @media only screen and (min-width: 767px) {
    .about-page-main-container.section-c .section-entry-wrapper {
      padding-top: 40px; } }
  @media only screen and (min-width: 992px) {
    .about-page-main-container.section-c .section-entry-wrapper {
      max-width: 750px;
      margin: 0 auto; } }
  .about-page-main-container.section-c .section-entry-wrapper .entry {
    font-size: 0.8125rem;
    color: #ffffff;
    line-height: 1.8;
    text-align: center;
    margin: 0;
    padding-bottom: 80px; }
    @media only screen and (min-width: 767px) {
      .about-page-main-container.section-c .section-entry-wrapper .entry {
        font-size: 1.125rem;
        width: 80%;
        max-width: 90%;
        margin: 0 auto;
        padding-left: 3.19149%;
        padding-right: 3.19149%;
        padding-bottom: 160px; } }
    @media only screen and (min-width: 992px) {
      .about-page-main-container.section-c .section-entry-wrapper .entry {
        padding-bottom: 80px; } }

.section-c .mountain-top,
.section-c .mountain-bottom {
  position: relative;
  z-index: 1; }
  @media only screen and (min-width: 992px) {
    .section-c .mountain-top.mobile,
    .section-c .mountain-bottom.mobile {
      display: none; } }
  .section-c .mountain-top img,
  .section-c .mountain-bottom img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0; }

.section-c .mountain-top {
  top: 60px; }
  @media only screen and (min-width: 767px) {
    .section-c .mountain-top {
      top: 120px; } }

.section-c .mountain-bottom {
  top: -40px; }
  @media only screen and (min-width: 767px) {
    .section-c .mountain-bottom {
      top: -80px; } }

.section-c .figure-cow-right,
.section-c .figure-plant-left {
  position: absolute;
  z-index: 1;
  bottom: -65px; }
  @media only screen and (min-width: 767px) {
    .section-c .figure-cow-right,
    .section-c .figure-plant-left {
      bottom: -120px; } }
  @media only screen and (min-width: 992px) {
    .section-c .figure-cow-right.mobile,
    .section-c .figure-plant-left.mobile {
      display: none; } }
  .section-c .figure-cow-right.desktop,
  .section-c .figure-plant-left.desktop {
    display: none; }
    @media only screen and (min-width: 992px) {
      .section-c .figure-cow-right.desktop,
      .section-c .figure-plant-left.desktop {
        display: block; } }

.section-c .figure-cow-right {
  max-height: 160px;
  width: auto;
  right: 0px; }
  @media only screen and (min-width: 767px) {
    .section-c .figure-cow-right {
      max-width: 52.65367%;
      max-height: inherit;
      height: auto; } }
  @media only screen and (min-width: 992px) {
    .section-c .figure-cow-right {
      right: -250px;
      bottom: 0; } }

.section-c .figure-plant-left {
  max-height: 160px;
  width: auto;
  left: 0px; }
  @media only screen and (min-width: 767px) {
    .section-c .figure-plant-left {
      max-width: 25.58502%;
      max-height: inherit;
      height: auto; } }

.map-embed-wrapper.row {
  margin-left: -30px;
  margin-right: -30px; }
  .map-embed-wrapper.row .embed-container {
    position: relative;
    overflow: hidden; }

.location-map {
  width: 100%;
  margin: 0;
  padding: 0;
  border: none; }

main.contact-form {
  position: relative;
  z-index: 11; }

.contact-form-wrapper {
  padding-top: 30px;
  padding-bottom: 30px; }
  @media only screen and (min-width: 1200px) {
    .contact-form-wrapper {
      padding-bottom: 80px;
      padding-top: 80px; } }
  .contact-form-wrapper .row {
    margin-left: -30px;
    margin-right: -30px; }

.form-control {
  padding-left: 30px;
  padding-right: 30px;
  position: relative; }
  @media only screen and (min-width: 1200px) {
    .form-control {
      padding-right: 0; } }
  @media only screen and (min-width: 1200px) {
    .form-control .form-group {
      width: 63.36207%;
      padding-left: 45px;
      padding-right: 45px;
      padding-top: 75px; } }
  .form-control form {
    padding-top: 60px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #ebeceb;
    -webkit-box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.3); }
    @media only screen and (min-width: 576px) {
      .form-control form {
        padding-left: 30px;
        padding-right: 30px; } }
    @media only screen and (min-width: 767px) {
      .form-control form {
        padding-top: 100px; } }
    @media only screen and (min-width: 1200px) {
      .form-control form {
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-flow: row;
        flex-flow: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch; } }

.figure.ribbon-contact {
  position: absolute;
  left: 18px;
  top: -12px; }
  @media only screen and (min-width: 767px) {
    .figure.ribbon-contact {
      left: 11px; } }
  @media only screen and (min-width: 1200px) {
    .figure.ribbon-contact {
      top: -30px; } }
  .figure.ribbon-contact img {
    display: block;
    width: 120px;
    max-width: 100%;
    height: auto;
    margin: 0; }
    @media only screen and (min-width: 767px) {
      .figure.ribbon-contact img {
        width: 201px; } }

.input-control {
  padding-bottom: 16px; }
  .input-control input,
  .input-control textarea {
    font-size: 0.875rem;
    color: #949798;
    border: none;
    border-radius: 6px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    padding: 8px 15px;
    outline: none;
    border: 1px solid #ffffff;
    line-height: normal; }
    .input-control input::-webkit-input-placeholder,
    .input-control textarea::-webkit-input-placeholder {
      color: #949798;
      line-height: normal; }
    .input-control input:-ms-input-placeholder,
    .input-control textarea:-ms-input-placeholder {
      color: #949798;
      line-height: normal; }
    .input-control input::-ms-input-placeholder,
    .input-control textarea::-ms-input-placeholder {
      color: #949798;
      line-height: normal; }
    .input-control input::placeholder,
    .input-control textarea::placeholder {
      color: #949798;
      line-height: normal; }
    @media only screen and (min-width: 767px) {
      .input-control input,
      .input-control textarea {
        font-size: 1.25rem; } }
    @media only screen and (min-width: 1200px) {
      .input-control input,
      .input-control textarea {
        font-size: 0.8125rem;
        padding: 10px 15px; } }
    .input-control input:focus,
    .input-control textarea:focus {
      border-color: #42addf;
      color: #333333; }
  .input-control textarea {
    resize: none;
    min-height: 160px; }
    @media only screen and (min-width: 767px) {
      .input-control textarea {
        min-height: 200px; } }
    @media only screen and (min-width: 1200px) {
      .input-control textarea {
        min-height: 130px; } }
  .input-control .selectric {
    border-radius: 6px; }
    @media only screen and (min-width: 767px) {
      .input-control .selectric span.label {
        font-size: 1.25rem; } }
    @media only screen and (min-width: 1200px) {
      .input-control .selectric span.label {
        font-size: 0.8125rem; } }
  @media only screen and (min-width: 767px) {
    .input-control .selectric-items ul li {
      font-size: 1.25rem; } }
  @media only screen and (min-width: 1200px) {
    .input-control .selectric-items ul li {
      font-size: 0.8125rem; } }

.form-contact-button-wrapper {
  text-align: center;
  padding-bottom: 20px; }
  @media only screen and (min-width: 1200px) {
    .form-contact-button-wrapper {
      padding-bottom: 30px; } }

.form-contact-submit {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: #42addf;
  color: #ffffff;
  border: none;
  border-radius: 6px;
  padding: 0 8px;
  line-height: 43px;
  vertical-align: middle;
  min-width: 160px; }

.form-status {
  font-size: 0.8125rem;
  padding: 10px 15px;
  border: 1px solid transparent;
  border-radius: 4px;
  vertical-align: middle; }
  .form-status.bottom {
    margin-top: 10px; }
  .form-status.top {
    margin-bottom: 10px; }
  .form-status.error {
    background: #fddddd;
    color: #933432;
    border-color: #933432; }
  .form-status.warning {
    background: #fef6dd;
    color: #957d32;
    border-color: #957d32; }
  .form-status.success {
    background: #cff5f2;
    color: #0a7c71;
    border-color: #0a7c71; }
  .form-status.info {
    background: #daeffd;
    color: #2b6a94;
    border-color: #2b6a94; }

.fast-contact-wrapper {
  background: #3ea8db url("../img/contact/contact-information-background-mobile.png") no-repeat center left;
  background-size: contain;
  margin-left: -15px;
  margin-right: -15px; }
  @media only screen and (max-width: 320px) {
    .fast-contact-wrapper {
      margin-left: -15px;
      margin-right: -15px; } }
  @media only screen and (min-width: 767px) {
    .fast-contact-wrapper {
      margin-left: -30px;
      margin-right: -30px; } }
  @media only screen and (min-width: 1200px) {
    .fast-contact-wrapper {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-flow: column;
      flex-flow: column;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      background: #3ea8db url("../img/contact/contact-information-background-desktop.png") no-repeat center left;
      background-size: cover;
      margin-left: 0;
      margin-right: 0;
      width: 40.08621%; } }
  .fast-contact-wrapper .entry {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
    @media only screen and (max-width: 320px) {
      .fast-contact-wrapper .entry {
        padding-left: 15px;
        padding-right: 15px; } }
    @media only screen and (max-width: 375px) {
      .fast-contact-wrapper .entry {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    @media only screen and (min-width: 767px) {
      .fast-contact-wrapper .entry {
        padding-left: 30px;
        padding-right: 30px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
    @media only screen and (min-width: 1200px) {
      .fast-contact-wrapper .entry {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-flow: column;
        flex-flow: column;
        padding-top: 75px; } }
    .fast-contact-wrapper .entry .panel {
      color: #ffffff;
      -webkit-font-smoothing: antialiased; }
      @media only screen and (min-width: 767px) {
        .fast-contact-wrapper .entry .panel {
          width: 50%; } }
      @media only screen and (min-width: 1200px) {
        .fast-contact-wrapper .entry .panel {
          width: 100%; } }
      .fast-contact-wrapper .entry .panel.left {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-flow: column;
        flex-flow: column;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-right: 15px;
        padding-bottom: 0; }
        @media only screen and (min-width: 767px) {
          .fast-contact-wrapper .entry .panel.left {
            padding-right: 0; } }
        @media only screen and (min-width: 1200px) {
          .fast-contact-wrapper .entry .panel.left {
            padding-bottom: 0;
            padding-top: 0; } }
        .fast-contact-wrapper .entry .panel.left h4 {
          font-size: 0.875rem;
          line-height: 1.2;
          letter-spacing: .5px;
          margin: 0; }
          @media only screen and (min-width: 767px) {
            .fast-contact-wrapper .entry .panel.left h4 {
              font-size: 1.5rem;
              letter-spacing: 1px; } }
          @media only screen and (min-width: 1200px) {
            .fast-contact-wrapper .entry .panel.left h4 {
              font-size: 1.125rem; } }
      @media only screen and (min-width: 992px) {
        .fast-contact-wrapper .entry .panel.right {
          -webkit-box-align: end;
          -ms-flex-align: end;
          align-items: flex-end;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -ms-flex-flow: column;
          flex-flow: column;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
      @media only screen and (min-width: 1200px) {
        .fast-contact-wrapper .entry .panel.right {
          -webkit-box-align: start;
          -ms-flex-align: start;
          align-items: flex-start; } }
      .fast-contact-wrapper .entry .panel.right label {
        font-size: 0.75rem;
        letter-spacing: .5px;
        text-transform: uppercase; }
        @media only screen and (min-width: 767px) {
          .fast-contact-wrapper .entry .panel.right label {
            font-size: 1.125rem;
            display: none;
            letter-spacing: 1px;
            padding-top: 10px; } }
        @media only screen and (min-width: 1200px) {
          .fast-contact-wrapper .entry .panel.right label {
            font-size: 0.75rem;
            display: block; } }
        @media only screen and (min-width: 767px) {
          .fast-contact-wrapper .entry .panel.right label:first-of-type {
            padding-top: 0; } }
      .fast-contact-wrapper .entry .panel.right .social-media {
        padding-top: 0; }
        @media only screen and (max-width: 320px) {
          .fast-contact-wrapper .entry .panel.right .social-media {
            padding-top: 10px; } }
        @media only screen and (max-width: 375px) {
          .fast-contact-wrapper .entry .panel.right .social-media {
            padding-top: 1rem; } }
        @media only screen and (min-width: 767px) {
          .fast-contact-wrapper .entry .panel.right .social-media {
            padding-top: 0;
            text-align: right; } }
        @media only screen and (min-width: 1200px) {
          .fast-contact-wrapper .entry .panel.right .social-media {
            text-align: left; } }

.contact-form-icon {
  display: inline-block;
  font-size: 0;
  height: 32px;
  line-height: 32px;
  margin-left: 8px;
  opacity: .8;
  text-indent: -9999px;
  vertical-align: middle;
  width: 32px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }
  .contact-form-icon:hover {
    opacity: 1; }
  @media only screen and (min-width: 767px) {
    .contact-form-icon {
      width: 45px;
      height: 45px;
      line-height: 45px; } }
  @media only screen and (min-width: 992px) {
    .contact-form-icon {
      margin-left: 14px;
      width: 28px;
      height: 28px;
      line-height: 28px; } }
  .contact-form-icon:first-of-type {
    margin-left: 0; }
  .contact-form-icon.icon-fb {
    background: url("../img/contact/icon-fb-md.png") no-repeat center; }
    @media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min--moz-device-pixel-ratio: 2), screen and (-moz-min-device-pixel-ratio: 2), screen and (-o-min-device-pixel-ratio: 2 / 1), screen and (min-device-pixel-ratio: 2), screen and (-o-min-device-pixel-ratio: 2/1), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
      .contact-form-icon.icon-fb {
        background: url("../img/contact/icon-fb-md@2x.png") no-repeat center;
        background-size: 32px 32px; } }
    @media only screen and (min-width: 767px) {
      .contact-form-icon.icon-fb {
        background: url("../img/contact/icon-fb-lg.png") no-repeat center; } }
  @media only screen and (min-width: 767px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 767px) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 767px) and (-moz-min-device-pixel-ratio: 2), only screen and (min-width: 767px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-width: 767px) and (min-device-pixel-ratio: 2), only screen and (min-width: 767px) and (-o-min-device-pixel-ratio: 2/1), only screen and (min-width: 767px) and (min-resolution: 192dpi), only screen and (min-width: 767px) and (min-resolution: 2dppx) {
    .contact-form-icon.icon-fb {
      background: url("../img/contact/icon-fb-lg@2x.png") no-repeat center;
      background-size: 45px 45px; } }
    @media only screen and (min-width: 992px) {
      .contact-form-icon.icon-fb {
        background: url("../img/contact/icon-fb-sm.png") no-repeat center; } }
  @media only screen and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 992px) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 992px) and (-moz-min-device-pixel-ratio: 2), only screen and (min-width: 992px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-width: 992px) and (min-device-pixel-ratio: 2), only screen and (min-width: 992px) and (-o-min-device-pixel-ratio: 2/1), only screen and (min-width: 992px) and (min-resolution: 192dpi), only screen and (min-width: 992px) and (min-resolution: 2dppx) {
    .contact-form-icon.icon-fb {
      background: url("../img/contact/icon-fb-sm@2x.png") no-repeat center;
      background-size: 28px 28px; } }
  .contact-form-icon.icon-tw {
    background: url("../img/contact/icon-tw-md.png") no-repeat center; }
    @media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min--moz-device-pixel-ratio: 2), screen and (-moz-min-device-pixel-ratio: 2), screen and (-o-min-device-pixel-ratio: 2 / 1), screen and (min-device-pixel-ratio: 2), screen and (-o-min-device-pixel-ratio: 2/1), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
      .contact-form-icon.icon-tw {
        background: url("../img/contact/icon-tw-md@2x.png") no-repeat center;
        background-size: 32px 32px; } }
    @media only screen and (min-width: 767px) {
      .contact-form-icon.icon-tw {
        background: url("../img/contact/icon-tw-lg.png") no-repeat center; } }
  @media only screen and (min-width: 767px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 767px) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 767px) and (-moz-min-device-pixel-ratio: 2), only screen and (min-width: 767px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-width: 767px) and (min-device-pixel-ratio: 2), only screen and (min-width: 767px) and (-o-min-device-pixel-ratio: 2/1), only screen and (min-width: 767px) and (min-resolution: 192dpi), only screen and (min-width: 767px) and (min-resolution: 2dppx) {
    .contact-form-icon.icon-tw {
      background: url("../img/contact/icon-tw-lg@2x.png") no-repeat center;
      background-size: 45px 45px; } }
    @media only screen and (min-width: 992px) {
      .contact-form-icon.icon-tw {
        background: url("../img/contact/icon-tw-sm.png") no-repeat center; } }
  @media only screen and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 992px) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 992px) and (-moz-min-device-pixel-ratio: 2), only screen and (min-width: 992px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-width: 992px) and (min-device-pixel-ratio: 2), only screen and (min-width: 992px) and (-o-min-device-pixel-ratio: 2/1), only screen and (min-width: 992px) and (min-resolution: 192dpi), only screen and (min-width: 992px) and (min-resolution: 2dppx) {
    .contact-form-icon.icon-tw {
      background: url("../img/contact/icon-tw-sm@2x.png") no-repeat center;
      background-size: 28px 28px; } }
  .contact-form-icon.icon-ig {
    background: url("../img/contact/icon-ig-md.png") no-repeat center; }
    @media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min--moz-device-pixel-ratio: 2), screen and (-moz-min-device-pixel-ratio: 2), screen and (-o-min-device-pixel-ratio: 2 / 1), screen and (min-device-pixel-ratio: 2), screen and (-o-min-device-pixel-ratio: 2/1), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
      .contact-form-icon.icon-ig {
        background: url("../img/contact/icon-ig-md@2x.png") no-repeat center;
        background-size: 32px 32px; } }
    @media only screen and (min-width: 767px) {
      .contact-form-icon.icon-ig {
        background: url("../img/contact/icon-ig-lg.png") no-repeat center; } }
  @media only screen and (min-width: 767px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 767px) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 767px) and (-moz-min-device-pixel-ratio: 2), only screen and (min-width: 767px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-width: 767px) and (min-device-pixel-ratio: 2), only screen and (min-width: 767px) and (-o-min-device-pixel-ratio: 2/1), only screen and (min-width: 767px) and (min-resolution: 192dpi), only screen and (min-width: 767px) and (min-resolution: 2dppx) {
    .contact-form-icon.icon-ig {
      background: url("../img/contact/icon-ig-lg@2x.png") no-repeat center;
      background-size: 45px 45px; } }
    @media only screen and (min-width: 992px) {
      .contact-form-icon.icon-ig {
        background: url("../img/contact/icon-ig-sm.png") no-repeat center; } }
  @media only screen and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 992px) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 992px) and (-moz-min-device-pixel-ratio: 2), only screen and (min-width: 992px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-width: 992px) and (min-device-pixel-ratio: 2), only screen and (min-width: 992px) and (-o-min-device-pixel-ratio: 2/1), only screen and (min-width: 992px) and (min-resolution: 192dpi), only screen and (min-width: 992px) and (min-resolution: 2dppx) {
    .contact-form-icon.icon-ig {
      background: url("../img/contact/icon-ig-sm@2x.png") no-repeat center;
      background-size: 28px 28px; } }
  .contact-form-icon.icon-yt {
    background: url("../img/contact/icon-yt-md.png") no-repeat center; }
    @media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min--moz-device-pixel-ratio: 2), screen and (-moz-min-device-pixel-ratio: 2), screen and (-o-min-device-pixel-ratio: 2 / 1), screen and (min-device-pixel-ratio: 2), screen and (-o-min-device-pixel-ratio: 2/1), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
      .contact-form-icon.icon-yt {
        background: url("../img/contact/icon-yt-md@2x.png") no-repeat center;
        background-size: 32px 32px; } }
    @media only screen and (min-width: 767px) {
      .contact-form-icon.icon-yt {
        background: url("../img/contact/icon-yt-lg.png") no-repeat center; } }
  @media only screen and (min-width: 767px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 767px) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 767px) and (-moz-min-device-pixel-ratio: 2), only screen and (min-width: 767px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-width: 767px) and (min-device-pixel-ratio: 2), only screen and (min-width: 767px) and (-o-min-device-pixel-ratio: 2/1), only screen and (min-width: 767px) and (min-resolution: 192dpi), only screen and (min-width: 767px) and (min-resolution: 2dppx) {
    .contact-form-icon.icon-yt {
      background: url("../img/contact/icon-yt-lg@2x.png") no-repeat center;
      background-size: 45px 45px; } }
    @media only screen and (min-width: 992px) {
      .contact-form-icon.icon-yt {
        background: url("../img/contact/icon-yt-sm.png") no-repeat center; } }
  @media only screen and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 992px) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 992px) and (-moz-min-device-pixel-ratio: 2), only screen and (min-width: 992px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-width: 992px) and (min-device-pixel-ratio: 2), only screen and (min-width: 992px) and (-o-min-device-pixel-ratio: 2/1), only screen and (min-width: 992px) and (min-resolution: 192dpi), only screen and (min-width: 992px) and (min-resolution: 2dppx) {
    .contact-form-icon.icon-yt {
      background: url("../img/contact/icon-yt-sm@2x.png") no-repeat center;
      background-size: 28px 28px; } }
  .contact-form-icon.icon-tk {
    background: url("../img/contact/icon-tk-md.png") no-repeat center; }
    @media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min--moz-device-pixel-ratio: 2), screen and (-moz-min-device-pixel-ratio: 2), screen and (-o-min-device-pixel-ratio: 2 / 1), screen and (min-device-pixel-ratio: 2), screen and (-o-min-device-pixel-ratio: 2/1), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
      .contact-form-icon.icon-tk {
        background: url("../img/contact/icon-tk-md@2x.png") no-repeat center;
        background-size: 32px 32px; } }
    @media only screen and (min-width: 767px) {
      .contact-form-icon.icon-tk {
        background: url("../img/contact/icon-tk-lg.png") no-repeat center; } }
  @media only screen and (min-width: 767px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 767px) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 767px) and (-moz-min-device-pixel-ratio: 2), only screen and (min-width: 767px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-width: 767px) and (min-device-pixel-ratio: 2), only screen and (min-width: 767px) and (-o-min-device-pixel-ratio: 2/1), only screen and (min-width: 767px) and (min-resolution: 192dpi), only screen and (min-width: 767px) and (min-resolution: 2dppx) {
    .contact-form-icon.icon-tk {
      background: url("../img/contact/icon-tk-lg@2x.png") no-repeat center;
      background-size: 45px 45px; } }
    @media only screen and (min-width: 992px) {
      .contact-form-icon.icon-tk {
        background: url("../img/contact/icon-tk-sm.png") no-repeat center; } }
  @media only screen and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 992px) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 992px) and (-moz-min-device-pixel-ratio: 2), only screen and (min-width: 992px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-width: 992px) and (min-device-pixel-ratio: 2), only screen and (min-width: 992px) and (-o-min-device-pixel-ratio: 2/1), only screen and (min-width: 992px) and (min-resolution: 192dpi), only screen and (min-width: 992px) and (min-resolution: 2dppx) {
    .contact-form-icon.icon-tk {
      background: url("../img/contact/icon-tk-sm@2x.png") no-repeat center;
      background-size: 28px 28px; } }

@media only screen and (min-width: 992px) {
  .flow-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; } }

@media only screen and (min-width: 992px) {
  .flow-row .form-control,
  .flow-row .map-embed-wrapper {
    width: 50%; } }

.map-embed-wrapper {
  padding-left: 30px;
  padding-right: 30px; }
  @media only screen and (min-width: 992px) {
    .map-embed-wrapper {
      padding-left: 0; } }
  .map-embed-wrapper .embed-container {
    height: 70vh; }
    @media only screen and (min-width: 992px) {
      .map-embed-wrapper .embed-container {
        height: 100%; } }
    .map-embed-wrapper .embed-container .location-map {
      height: 100%; }

/**/
.section-contact-location-wrapper {
  padding-bottom: 40px; }
  .section-contact-location-wrapper .headline .image,
  .section-contact-location-wrapper .headline .heading,
  .section-contact-location-wrapper .headline .excerpt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center; }

.contact-location-container {
  padding-left: 15px;
  padding-right: 15px; }
  .contact-location-container .o-row {
    margin-left: -15px;
    margin-right: -15px; }

.section-contact-location-wrapper .headline .figure {
  display: block;
  margin: 0 auto;
  width: 39px;
  height: auto; }
  @media only screen and (min-width: 767px) {
    .section-contact-location-wrapper .headline .figure {
      max-width: 100%;
      width: auto;
      height: auto; } }
  @media only screen and (min-width: 992px) {
    .section-contact-location-wrapper .headline .figure {
      max-width: inherit; } }
  @media only screen and (min-width: 992px) {
    .section-contact-location-wrapper .headline .figure.figure-bucket {
      width: 52px; } }
  @media only screen and (min-width: 992px) {
    .section-contact-location-wrapper .headline .figure.figure-flower {
      width: 47px; } }
  @media only screen and (min-width: 992px) {
    .section-contact-location-wrapper .headline .figure.figure-compass {
      width: 51px; } }
  .section-contact-location-wrapper .headline .figure.figure-delivery {
    width: 80px; }

.section-contact-location-wrapper .heading {
  margin-top: 20px; }
  @media only screen and (min-width: 992px) {
    .section-contact-location-wrapper .heading {
      margin-top: 16px; } }
  .section-contact-location-wrapper .heading label + h2 {
    margin-top: 10px; }
    @media only screen and (min-width: 767px) {
      .section-contact-location-wrapper .heading label + h2 {
        margin-top: 24px; } }
    @media only screen and (min-width: 992px) {
      .section-contact-location-wrapper .heading label + h2 {
        margin-top: 10px; } }
  .section-contact-location-wrapper .heading label {
    font-size: 1.75rem;
    color: #231f20; }
    @media only screen and (min-width: 992px) {
      .section-contact-location-wrapper .heading label {
        font-size: 1.125rem; } }
  .section-contact-location-wrapper .heading h2 {
    font-size: 1.5rem;
    position: relative;
    margin: 0 0 10px;
    color: #204e94;
    line-height: 1.4; }
    @media only screen and (min-width: 767px) {
      .section-contact-location-wrapper .heading h2 {
        font-size: 2.25rem;
        margin: 0 24px; } }
    @media only screen and (min-width: 992px) {
      .section-contact-location-wrapper .heading h2 {
        font-size: 1.5rem;
        margin-bottom: 22px; } }
    .section-contact-location-wrapper .heading h2::after {
      left: 50%;
      position: absolute;
      -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
      transform: translate(-50%);
      bottom: -10px;
      content: '';
      background-color: #3192d4;
      width: 30px;
      height: 2px; }
      @media only screen and (min-width: 767px) {
        .section-contact-location-wrapper .heading h2::after {
          bottom: -24px;
          width: 91px;
          height: 4px; } }
      @media only screen and (min-width: 992px) {
        .section-contact-location-wrapper .heading h2::after {
          bottom: -22px;
          width: 61px;
          height: 3px; } }

.section-contact-location-wrapper .excerpt {
  max-width: 680px;
  margin: 0 auto;
  padding-top: 30px; }
  .section-contact-location-wrapper .excerpt p {
    font-size: 1rem;
    color: #020202;
    line-height: 1.4;
    text-align: center;
    margin: 0; }
    @media only screen and (min-width: 767px) {
      .section-contact-location-wrapper .excerpt p {
        font-size: 1.5rem;
        line-height: 1.8; } }
    @media only screen and (min-width: 992px) {
      .section-contact-location-wrapper .excerpt p {
        font-size: 1rem; } }

.section-contact-location-wrapper .heading.white h2 {
  color: #ffffff; }
  .section-contact-location-wrapper .heading.white h2::after {
    background-color: #193a81; }

.contact-location-container .entry {
  padding-top: 30px; }
  @media only screen and (min-width: 767px) {
    .contact-location-container .entry {
      padding-top: 60px; } }
  @media only screen and (min-width: 992px) {
    .contact-location-container .entry {
      padding-top: 40px; } }
  .contact-location-container .entry .c-panel {
    padding-left: 15px;
    padding-right: 15px; }
  .contact-location-container .entry p {
    font-size: 1rem;
    color: #020202;
    line-height: 1.4;
    text-align: center;
    margin: 0; }
    @media only screen and (min-width: 767px) {
      .contact-location-container .entry p {
        font-size: 1.5rem;
        line-height: 1.8; } }
    @media only screen and (min-width: 992px) {
      .contact-location-container .entry p {
        font-size: 1rem;
        text-align: left; } }

.form-contact-location .safebox {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%; }
  @media only screen and (min-width: 992px) {
    .form-contact-location .safebox {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-flow: row;
      flex-flow: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .form-contact-location .safebox .c-panel {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 42px; }

@media only screen and (min-width: 992px) {
  .form-contact-location .c-input-control {
    max-width: 33.3333333333%;
    margin: 0 auto; } }

.form-contact-location .c-message-result {
  padding-top: 24px !important;
  display: none;
  width: 100%; }
  .form-contact-location .c-message-result.is-active {
    display: block; }
  .form-contact-location .c-message-result .bounds {
    background-color: rgba(178, 218, 245, 0.5);
    border-radius: 4px;
    border: 1px solid #3192d4;
    padding: .75rem .5rem; }
    .form-contact-location .c-message-result .bounds p {
      font-size: 0.875rem;
      color: #256fa1;
      display: block;
      text-align: center; }

@media only screen and (min-width: 992px) {
  .form-contact-location .c-card {
    width: 50%; } }

.form-contact-location .c-card .bounds {
  position: relative;
  padding: 16px;
  border-radius: 4px;
  border: 1px solid #c9cbcb; }
  @media only screen and (min-width: 767px) {
    .form-contact-location .c-card .bounds {
      border-radius: 6px;
      padding: 24px; } }

.form-contact-location .c-card label {
  top: -11px;
  left: 15px;
  position: absolute;
  font-size: 0.75rem;
  background-color: #3192d4;
  color: #ffffff;
  border-radius: 2px;
  padding: 5px;
  text-transform: uppercase;
  display: inline-block; }
  @media only screen and (min-width: 992px) {
    .form-contact-location .c-card label {
      border-radius: 4px;
      padding: .5rem;
      top: -14.5px; } }

.form-contact-location .c-card .heading {
  padding-bottom: 24px; }
  .form-contact-location .c-card .heading h4 {
    font-size: 1.125rem;
    color: #274b83;
    line-height: 1.25;
    margin: 0; }
    @media only screen and (min-width: 767px) {
      .form-contact-location .c-card .heading h4 {
        font-size: 1.25rem; } }

.form-contact-location .c-card .address span,
.form-contact-location .c-card .contact-person span {
  font-size: 0.75rem;
  color: #333333;
  display: block;
  line-height: 1.5;
  padding-bottom: 10px;
  text-transform: uppercase; }
  .form-contact-location .c-card .address span .icon,
  .form-contact-location .c-card .contact-person span .icon {
    vertical-align: bottom; }
  .form-contact-location .c-card .address span .icon.location,
  .form-contact-location .c-card .contact-person span .icon.location {
    background: url("../img/contact/icon-reach-location.png") no-repeat center; }
    @media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min--moz-device-pixel-ratio: 2), screen and (-moz-min-device-pixel-ratio: 2), screen and (-o-min-device-pixel-ratio: 2 / 1), screen and (min-device-pixel-ratio: 2), screen and (-o-min-device-pixel-ratio: 2/1), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
      .form-contact-location .c-card .address span .icon.location,
      .form-contact-location .c-card .contact-person span .icon.location {
        background: url("../img/contact/icon-reach-location@2x.png") no-repeat center;
        background-size: 24px 24px; } }
  .form-contact-location .c-card .address span .icon.phone,
  .form-contact-location .c-card .contact-person span .icon.phone {
    background: url("../img/contact/icon-reach-phone.png") no-repeat center; }
    @media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min--moz-device-pixel-ratio: 2), screen and (-moz-min-device-pixel-ratio: 2), screen and (-o-min-device-pixel-ratio: 2 / 1), screen and (min-device-pixel-ratio: 2), screen and (-o-min-device-pixel-ratio: 2/1), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
      .form-contact-location .c-card .address span .icon.phone,
      .form-contact-location .c-card .contact-person span .icon.phone {
        background: url("../img/contact/icon-reach-phone@2x.png") no-repeat center;
        background-size: 24px 24px; } }

.form-contact-location .c-card .address p,
.form-contact-location .c-card .contact-person p {
  font-size: 0.875rem;
  color: #333333;
  line-height: 24px;
  text-align: left; }
  .form-contact-location .c-card .address p + .c-link,
  .form-contact-location .c-card .contact-person p + .c-link {
    font-size: 0.875rem;
    color: #3192d4;
    display: inline-block;
    line-height: 24px;
    padding-top: 10px; }

.form-contact-location .c-card .contact-person {
  padding-bottom: 15px;
  padding-top: 30px; }
  .form-contact-location .c-card .contact-person h5 {
    font-size: 0.9375rem;
    color: #274b83;
    line-height: 1.5;
    margin: 0;
    text-transform: uppercase; }
    .form-contact-location .c-card .contact-person h5 .c-link {
      color: #3192d4; }

.form-contact-location .button-action-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 32px !important;
  width: 100%; }
  .form-contact-location .button-action-wrapper .c-button {
    display: inline-block; }

.page-banner {
  padding-top: 75px; }
  @media only screen and (min-width: 767px) {
    .page-banner {
      padding-top: 157px; } }
  @media only screen and (min-width: 992px) {
    .page-banner {
      padding-top: 100px; } }
  .page-banner .row {
    margin-left: -30px;
    margin-right: -30px; }

.page-banner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .page-banner-wrapper .image,
  .page-banner-wrapper .headline-container {
    width: 100%; }

.page-banner-wrapper .image {
  position: relative;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }
  .page-banner-wrapper .image .overlay {
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    display: none; }
  .page-banner-wrapper .image img {
    display: block;
    margin: 0 auto;
    height: auto;
    width: 100%; }

.page-banner-wrapper .headline-container {
  position: relative;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  padding: 20px 30px; }
  @media only screen and (min-width: 992px) {
    .page-banner-wrapper .headline-container {
      position: absolute;
      max-width: 1100px;
      padding-left: 380px;
      height: 100%;
      width: 100%;
      z-index: 3; } }
  @media only screen and (min-width: 992px) {
    .page-banner-wrapper .headline-container .headline-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      height: 100%; } }
  .page-banner-wrapper .headline-container .headline-wrapper .category {
    font-size: 0.75rem;
    color: #ffffff;
    display: none;
    letter-spacing: 1px; }
    @media only screen and (min-width: 992px) {
      .page-banner-wrapper .headline-container .headline-wrapper .category {
        display: block;
        -ms-flex-item-align: start;
        align-self: flex-start;
        padding-bottom: 15px; } }
    .page-banner-wrapper .headline-container .headline-wrapper .category label {
      padding-right: 5px; }
    .page-banner-wrapper .headline-container .headline-wrapper .category span {
      padding-left: 5px; }
  .page-banner-wrapper .headline-container .headline-wrapper h1 {
    font-size: 1.125rem;
    text-align: center;
    color: #16376b;
    margin: 0; }
    @media only screen and (min-width: 992px) {
      .page-banner-wrapper .headline-container .headline-wrapper h1 {
        font-size: 2rem;
        line-height: 1.8;
        color: #ffffff;
        text-align: left;
        -ms-flex-item-align: start;
        align-self: flex-start; } }

@media only screen and (min-width: 992px) {
  .page-banner-wrapper .headline-container.bottom-banner {
    position: relative;
    max-width: 700px;
    margin: 0 auto;
    padding-left: 0;
    height: auto;
    width: 100%;
    z-index: 3; } }

@media only screen and (min-width: 1200px) {
  .page-banner-wrapper .headline-container.bottom-banner {
    max-width: 1100px;
    margin: 0;
    padding-left: 380px; } }

@media only screen and (min-width: 992px) {
  .page-banner-wrapper .headline-container.bottom-banner .headline-wrapper {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto; } }

.page-banner-wrapper .headline-container.bottom-banner .headline-wrapper .category {
  font-size: 0.75rem;
  color: #ffffff;
  display: none;
  letter-spacing: 1px; }
  @media only screen and (min-width: 992px) {
    .page-banner-wrapper .headline-container.bottom-banner .headline-wrapper .category {
      display: block;
      -ms-flex-item-align: start;
      align-self: flex-start;
      padding-bottom: 15px;
      color: #16376b; } }
  .page-banner-wrapper .headline-container.bottom-banner .headline-wrapper .category label {
    padding-right: 5px; }
  .page-banner-wrapper .headline-container.bottom-banner .headline-wrapper .category span {
    padding-left: 5px; }

.page-banner-wrapper .headline-container.bottom-banner .headline-wrapper h1 {
  font-size: 1.125rem;
  text-align: center;
  color: #16376b;
  margin: 0; }
  @media only screen and (min-width: 992px) {
    .page-banner-wrapper .headline-container.bottom-banner .headline-wrapper h1 {
      font-size: 2rem;
      line-height: 1.8;
      color: #16376b;
      text-align: left;
      -ms-flex-item-align: start;
      align-self: flex-start; } }

.page-content-container {
  margin-bottom: 40px;
  position: relative; }
  @media only screen and (min-width: 767px) {
    .page-content-container {
      max-width: inherit;
      padding-left: 60px;
      padding-right: 60px; } }
  @media only screen and (min-width: 992px) {
    .page-content-container {
      max-width: 1260px;
      padding-bottom: 60px;
      margin: 0 auto; } }
  .page-content-container .page-content-wrapper .entry {
    color: #303133;
    font-size: 0.875rem;
    line-height: 1.8; }
    @media only screen and (min-width: 992px) {
      .page-content-container .page-content-wrapper .entry {
        max-width: 700px;
        margin: 0 auto; } }
    @media only screen and (min-width: 1200px) {
      .page-content-container .page-content-wrapper .entry {
        max-width: 1100px;
        margin: 0;
        padding-left: 400px; } }
    @media only screen and (min-width: 992px) {
      .page-content-container .page-content-wrapper .entry.row {
        margin: 0; } }
  .page-content-container .page-content-wrapper .row {
    margin-left: -30px;
    margin-right: -30px; }
    @media only screen and (min-width: 767px) {
      .page-content-container .page-content-wrapper .row {
        margin-left: -60px;
        margin-right: -60px; } }
  .page-content-container .page-content-wrapper img {
    display: block !important;
    height: auto;
    margin: 0 auto;
    width: 100%; }

.page-content-container + .lifestyle-thumbnail {
  padding-bottom: 40px; }
  .page-content-container + .lifestyle-thumbnail .lifestyle-container .thumbnail-list .thumbnail {
    display: none; }
    @media only screen and (min-width: 992px) {
      .page-content-container + .lifestyle-thumbnail .lifestyle-container .thumbnail-list .thumbnail {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    .page-content-container + .lifestyle-thumbnail .lifestyle-container .thumbnail-list .thumbnail:first-of-type {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }

.page-content-container .entry h1,
.page-content-container .entry h2,
.page-content-container .entry h3,
.page-content-container .entry h4,
.page-content-container .entry h5,
.page-content-container .entry h6 {
  color: #16376b;
  margin: 0; }

.page-content-wrapper p + .image {
  padding-top: 0; }

.page-content-wrapper p + .quote {
  margin-top: 0; }

.page-content-wrapper .image {
  padding-top: 1em;
  padding-bottom: 1em;
  position: relative; }
  @media only screen and (min-width: 1200px) {
    .page-content-wrapper .image.row {
      margin-left: 0;
      margin-right: 0; } }
  .page-content-wrapper .image .quote {
    display: none; }
    @media only screen and (min-width: 992px) {
      .page-content-wrapper .image .quote {
        background-color: rgba(56, 161, 220, 0.9);
        display: block;
        width: 320px;
        min-height: 368px;
        position: absolute;
        left: 30px;
        top: 50px;
        margin: 0; } }
    .page-content-wrapper .image .quote .icon-quote {
      display: none; }
    .page-content-wrapper .image .quote blockquote {
      font-size: 1.125rem;
      line-height: 2.2;
      padding: 30px 50px 0;
      position: relative; }
      .page-content-wrapper .image .quote blockquote::after {
        content: '';
        width: 120px;
        height: 2px;
        bottom: -20px;
        left: 50px;
        background-color: #ffffff;
        position: absolute; }
  .page-content-wrapper .image img {
    display: block;
    margin: 0 auto;
    height: auto;
    width: 100%; }

.page-content-wrapper .video {
  padding-top: 1em;
  padding-bottom: 1em;
  position: relative; }
  @media only screen and (min-width: 1200px) {
    .page-content-wrapper .video.row {
      margin-left: 0;
      margin-right: 0; } }

.page-content-wrapper .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }
  .page-content-wrapper .embed-container iframe,
  .page-content-wrapper .embed-container object,
  .page-content-wrapper .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.page-content-wrapper .quote {
  background-color: #409edb;
  margin-top: 1em;
  margin-bottom: 1em;
  padding-top: 15px;
  padding-bottom: 15px; }
  @media only screen and (min-width: 767px) {
    .page-content-wrapper .quote {
      padding-top: 40px;
      padding-bottom: 40px; } }
  @media only screen and (min-width: 992px) {
    .page-content-wrapper .quote {
      display: none; } }
  .page-content-wrapper .quote .icon-quote {
    background: url("../img/general-page/icon-quote.png") center no-repeat;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    opacity: .8; }
    @media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min--moz-device-pixel-ratio: 2), screen and (-moz-min-device-pixel-ratio: 2), screen and (-o-min-device-pixel-ratio: 2 / 1), screen and (min-device-pixel-ratio: 2), screen and (-o-min-device-pixel-ratio: 2/1), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
      .page-content-wrapper .quote .icon-quote {
        background: url("../img/general-page/icon-quote@2x.png") center no-repeat;
        background-size: 60px 60px; } }
  .page-content-wrapper .quote blockquote {
    font-size: 1rem;
    color: #ffffff;
    margin: 0 auto;
    padding: 15px 30px 0; }
    @media only screen and (min-width: 767px) {
      .page-content-wrapper .quote blockquote {
        max-width: 520px; } }

.page-content-wrapper .step-content {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  background: transparent url("../img/general-page/step-content-background-mobile.jpg") repeat-x bottom center; }
  @media only screen and (min-width: 992px) {
    .page-content-wrapper .step-content {
      background: none;
      padding-left: 0;
      padding-right: 0; } }
  .page-content-wrapper .step-content .list {
    padding: 10px 0; }
    @media only screen and (min-width: 992px) {
      .page-content-wrapper .step-content .list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-flow: row;
        flex-flow: row;
        padding: 30px 0; } }
    .page-content-wrapper .step-content .list:first-of-type {
      padding-top: 0; }
    .page-content-wrapper .step-content .list .image {
      height: 80px;
      width: 80px;
      padding: 0;
      margin: 0 auto 30px;
      position: relative; }
      @media only screen and (min-width: 992px) {
        .page-content-wrapper .step-content .list .image {
          margin: 0; } }
      @media only screen and (min-width: 1200px) {
        .page-content-wrapper .step-content .list .image {
          height: 120px;
          width: 120px; } }
      .page-content-wrapper .step-content .list .image .thumbnail {
        height: 80px;
        width: 80px;
        border-radius: 100px;
        overflow: hidden; }
        @media only screen and (min-width: 1200px) {
          .page-content-wrapper .step-content .list .image .thumbnail {
            height: 120px;
            width: 120px; } }
        .page-content-wrapper .step-content .list .image .thumbnail img {
          display: block;
          height: 100%;
          width: auto;
          margin: 0;
          -o-object-fit: cover;
          object-fit: cover;
          -o-object-position: center;
          object-position: center; }
      .page-content-wrapper .step-content .list .image label {
        position: absolute;
        bottom: -50px;
        left: 20px;
        color: rgba(56, 161, 220, 0.9);
        text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
        font-style: italic;
        font-size: 3.5rem;
        text-align: center;
        display: block; }
        @media only screen and (min-width: 1200px) {
          .page-content-wrapper .step-content .list .image label {
            left: 40px; } }
    .page-content-wrapper .step-content .list .content {
      text-align: center; }
      @media only screen and (min-width: 992px) {
        .page-content-wrapper .step-content .list .content {
          text-align: left;
          padding-left: 30px; } }
      .page-content-wrapper .step-content .list .content h4 {
        color: #16376b;
        font-size: 0.9375rem;
        line-height: 1.6;
        margin: 0; }
        @media only screen and (min-width: 1200px) {
          .page-content-wrapper .step-content .list .content h4 {
            font-size: 1.375rem; } }

.page-banner .author-avatar {
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  top: -30px;
  height: 60px;
  width: 60px;
  border-radius: 100px;
  overflow: hidden;
  z-index: 2; }
  @media only screen and (min-width: 992px) {
    .page-banner .author-avatar {
      display: none; } }
  .page-banner .author-avatar img {
    display: block;
    height: auto;
    width: 100%;
    margin: 0; }

.page-banner .author-avatar + .headline-wrapper {
  padding-top: 20px; }

.page-banner .author-name {
  color: #303133;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 10px 0; }
  @media only screen and (min-width: 992px) {
    .page-banner .author-name {
      display: none; } }
  .page-banner .author-name label {
    font-size: 0.75rem;
    font-style: italic;
    padding-right: 5px; }
  .page-banner .author-name h6 {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0; }

.author-wrapper {
  display: none; }
  @media only screen and (min-width: 992px) {
    .author-wrapper {
      max-width: 700px;
      margin: 0 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      padding-bottom: 40px; } }
  @media only screen and (min-width: 1200px) {
    .author-wrapper {
      width: 400px;
      margin: 0;
      position: absolute;
      left: 60px;
      top: 60px;
      padding-right: 40px;
      padding-left: 60px; } }
  @media only screen and (min-width: 1200px) {
    .author-wrapper.bottom-banner {
      bottom: 0;
      top: auto;
      left: 0;
      padding-left: 40px; } }
  @media only screen and (min-width: 992px) {
    .author-wrapper.bottom-banner .author-avatar {
      top: auto;
      right: auto;
      bottom: auto;
      left: auto;
      position: relative;
      width: 80px;
      height: 80px;
      display: block;
      -webkit-transform: translate(0);
      -ms-transform: translate(0);
      transform: translate(0); } }
  @media only screen and (min-width: 992px) {
    .author-wrapper .author-avatar {
      width: 80px;
      height: 80px; } }
  @media only screen and (min-width: 992px) and (min-width: 992px) {
    .author-wrapper .author-avatar img {
      display: block;
      width: 100%;
      height: auto;
      margin: 0; } }
  .author-wrapper .author-name {
    color: #828586;
    letter-spacing: 1px; }
    @media only screen and (min-width: 992px) {
      .author-wrapper .author-name {
        padding-left: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; } }
    @media only screen and (min-width: 992px) {
      .author-wrapper .author-name h6 {
        font-size: 1.125rem;
        display: block;
        margin: 0;
        padding-bottom: 5px; } }
    @media only screen and (min-width: 992px) {
      .author-wrapper .author-name label {
        font-size: 0.875rem;
        display: block;
        border-top: 1px solid #828586;
        padding-top: 10px; } }

.mini-advert-wrapper {
  bottom: 0;
  left: 0;
  position: fixed;
  background-color: #ffffff;
  padding-bottom: 10px;
  padding-top: 10px;
  width: 100%;
  z-index: 10; }
  .mini-advert-wrapper::before {
    top: -4px;
    left: 0;
    position: absolute;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.1)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
    background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
    content: '';
    height: 4px;
    width: 100%; }
    @media only screen and (min-width: 767px) {
      .mini-advert-wrapper::before {
        height: 8px;
        top: -8px; } }

.mini-advert-wrapper .mini-advert-wrapper-container {
  padding-left: 8px;
  padding-right: 8px; }
  @media only screen and (min-width: 767px) {
    .mini-advert-wrapper .mini-advert-wrapper-container {
      max-width: 100%;
      padding-left: 60px;
      padding-right: 60px; } }
  @media only screen and (min-width: 992px) {
    .mini-advert-wrapper .mini-advert-wrapper-container {
      padding-left: 30px;
      padding-right: 30px; } }
  @media only screen and (min-width: 1200px) {
    .mini-advert-wrapper .mini-advert-wrapper-container {
      max-width: 1140px; } }
  .mini-advert-wrapper .mini-advert-wrapper-container .row {
    margin-left: -8px;
    margin-right: -8px; }
    .mini-advert-wrapper .mini-advert-wrapper-container .row .safebox {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-flow: row;
      flex-flow: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 0 auto;
      width: auto; }
      @media only screen and (min-width: 767px) {
        .mini-advert-wrapper .mini-advert-wrapper-container .row .safebox {
          width: 100%; } }

.mini-advert-wrapper .mini-advert-wrapper-container .image,
.mini-advert-wrapper .mini-advert-wrapper-container .entry {
  padding-left: 8px;
  padding-right: 8px; }

.mini-advert-wrapper .mini-advert-wrapper-container .image {
  width: 20%; }
  @media only screen and (min-width: 767px) {
    .mini-advert-wrapper .mini-advert-wrapper-container .image {
      width: 104px; } }
  .mini-advert-wrapper .mini-advert-wrapper-container .image img {
    display: block;
    height: auto;
    width: 100%; }

.mini-advert-wrapper .mini-advert-wrapper-container .entry {
  padding-left: 2px; }
  @media only screen and (min-width: 767px) {
    .mini-advert-wrapper .mini-advert-wrapper-container .entry {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-flow: row;
      flex-flow: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding-left: 8px;
      width: calc(100% - 104px); } }
  @media only screen and (min-width: 767px) {
    .mini-advert-wrapper .mini-advert-wrapper-container .entry .title {
      width: calc(100% - 200px); } }
  @media only screen and (min-width: 992px) {
    .mini-advert-wrapper .mini-advert-wrapper-container .entry .title {
      width: calc(100% - 500px); } }
  .mini-advert-wrapper .mini-advert-wrapper-container .entry h4 {
    font-size: 0.75rem;
    color: #052860;
    line-height: 1.3;
    padding-bottom: 4px; }
    @media only screen and (max-width: 320px) {
      .mini-advert-wrapper .mini-advert-wrapper-container .entry h4 {
        font-size: 0.625rem; } }
    @media only screen and (min-width: 767px) {
      .mini-advert-wrapper .mini-advert-wrapper-container .entry h4 {
        font-size: 0.875rem; } }
    @media only screen and (min-width: 992px) {
      .mini-advert-wrapper .mini-advert-wrapper-container .entry h4 {
        font-size: 1rem;
        padding-bottom: 6px; } }
    @media only screen and (min-width: 1200px) {
      .mini-advert-wrapper .mini-advert-wrapper-container .entry h4 {
        font-size: 1.125rem; } }
  .mini-advert-wrapper .mini-advert-wrapper-container .entry H6 {
    font-size: 0.625rem;
    color: #052860;
    line-height: 1.3; }
    @media only screen and (max-width: 320px) {
      .mini-advert-wrapper .mini-advert-wrapper-container .entry H6 {
        font-size: 0.5rem; } }
    @media only screen and (min-width: 767px) {
      .mini-advert-wrapper .mini-advert-wrapper-container .entry H6 {
        font-size: 0.75rem; } }
    @media only screen and (min-width: 1200px) {
      .mini-advert-wrapper .mini-advert-wrapper-container .entry H6 {
        font-size: 0.875rem; } }
  .mini-advert-wrapper .mini-advert-wrapper-container .entry span {
    font-size: 0.5rem;
    display: inline-block; }
    @media only screen and (max-width: 320px) {
      .mini-advert-wrapper .mini-advert-wrapper-container .entry span {
        font-size: 0.375rem; } }
    @media only screen and (min-width: 767px) {
      .mini-advert-wrapper .mini-advert-wrapper-container .entry span {
        font-size: 0.75rem; } }
    @media only screen and (min-width: 992px) {
      .mini-advert-wrapper .mini-advert-wrapper-container .entry span {
        padding-top: 6px; } }

.mini-advert-wrapper .mini-advert-wrapper-container .entry .btn-action-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-flow: row;
  flex-flow: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 5px; }
  @media only screen and (max-width: 320px) {
    .mini-advert-wrapper .mini-advert-wrapper-container .entry .btn-action-wrapper {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-flow: column;
      flex-flow: column;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding-top: 4px; } }
  @media only screen and (min-width: 767px) {
    .mini-advert-wrapper .mini-advert-wrapper-container .entry .btn-action-wrapper {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-flow: column;
      flex-flow: column;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding-top: 0;
      width: 200px; } }
  @media only screen and (min-width: 992px) {
    .mini-advert-wrapper .mini-advert-wrapper-container .entry .btn-action-wrapper {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-flow: row;
      flex-flow: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media only screen and (min-width: 992px) {
    .mini-advert-wrapper .mini-advert-wrapper-container .entry .btn-action-wrapper {
      width: 500px; } }
  .mini-advert-wrapper .mini-advert-wrapper-container .entry .btn-action-wrapper .label {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-flow: row;
    flex-flow: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 5px;
    padding-top: 5px;
    width: auto; }
    .mini-advert-wrapper .mini-advert-wrapper-container .entry .btn-action-wrapper .label p {
      font-size: 0.5rem;
      color: #303133;
      margin: 0; }
      @media only screen and (max-width: 320px) {
        .mini-advert-wrapper .mini-advert-wrapper-container .entry .btn-action-wrapper .label p {
          font-size: 0.375rem; } }
      @media only screen and (min-width: 992px) {
        .mini-advert-wrapper .mini-advert-wrapper-container .entry .btn-action-wrapper .label p {
          font-size: 0.625rem; } }
    .mini-advert-wrapper .mini-advert-wrapper-container .entry .btn-action-wrapper .label img {
      height: auto;
      width: 50px;
      margin-left: 5px; }
      @media only screen and (max-width: 320px) {
        .mini-advert-wrapper .mini-advert-wrapper-container .entry .btn-action-wrapper .label img {
          width: 45px; } }
      @media only screen and (min-width: 992px) {
        .mini-advert-wrapper .mini-advert-wrapper-container .entry .btn-action-wrapper .label img {
          margin-left: 8px;
          width: 72px; } }
  .mini-advert-wrapper .mini-advert-wrapper-container .entry .btn-action-wrapper .c-button.button-default {
    font-size: 0.5rem;
    height: inherit;
    line-height: normal;
    margin-left: 4px;
    padding: 6px 8px;
    text-transform: uppercase; }
    @media only screen and (max-width: 320px) {
      .mini-advert-wrapper .mini-advert-wrapper-container .entry .btn-action-wrapper .c-button.button-default {
        font-size: 0.25rem; } }
    @media only screen and (min-width: 767px) {
      .mini-advert-wrapper .mini-advert-wrapper-container .entry .btn-action-wrapper .c-button.button-default {
        font-size: 0.75rem;
        display: block;
        margin-left: 0;
        margin-top: 5px;
        padding: 8px 20px; } }
    @media only screen and (min-width: 992px) {
      .mini-advert-wrapper .mini-advert-wrapper-container .entry .btn-action-wrapper .c-button.button-default {
        font-size: 0.875rem;
        margin: 10px;
        padding-bottom: 12px;
        padding-top: 14px; } }

footer {
  background: #d3d4d6 url("../img/footer-background-mobile.jpg") repeat-x top left;
  padding: 100px 0 30px;
  position: relative;
  z-index: 11; }
  @media only screen and (min-width: 767px) {
    footer {
      padding-top: 40px;
      max-height: 639px; } }
  @media only screen and (min-width: 992px) {
    footer {
      background: transparent url("../img/footer-background-desktop.jpg") repeat-x bottom left;
      min-height: 195px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-flow: column;
      flex-flow: column;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  footer .footer-container {
    margin: 0 auto; }
    @media only screen and (min-width: 992px) {
      footer .footer-container {
        max-width: 100%;
        padding-left: 60px;
        padding-right: 60px; } }
    @media only screen and (min-width: 1200px) {
      footer .footer-container {
        max-width: 1140px;
        padding-left: 0;
        padding-right: 0; } }

.footer-header {
  padding-bottom: 30px; }
  @media only screen and (min-width: 767px) {
    .footer-header {
      padding-bottom: 40px; } }
  @media only screen and (min-width: 992px) {
    .footer-header {
      top: 50%;
      left: 50%;
      position: absolute;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 33px;
      height: 57px;
      padding-bottom: 0; } }
  .footer-header .c-link {
    background: url("../img/kin-logo.png") center no-repeat;
    display: block;
    margin: 0 auto;
    font-size: 0;
    text-indent: -9999px;
    height: 51px;
    width: 30px;
    background-size: contain !important; }
    @media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min--moz-device-pixel-ratio: 2), screen and (-moz-min-device-pixel-ratio: 2), screen and (-o-min-device-pixel-ratio: 2 / 1), screen and (min-device-pixel-ratio: 2), screen and (-o-min-device-pixel-ratio: 2/1), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
      .footer-header .c-link {
        background: url("../img/kin-logo@2x.png") center no-repeat;
        background-size: 30px 51px; } }
    @media only screen and (min-width: 767px) {
      .footer-header .c-link {
        background: url("../img/kin-logo.png") center no-repeat;
        height: 99px;
        width: 58px; } }
  @media only screen and (min-width: 767px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 767px) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 767px) and (-moz-min-device-pixel-ratio: 2), only screen and (min-width: 767px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-width: 767px) and (min-device-pixel-ratio: 2), only screen and (min-width: 767px) and (-o-min-device-pixel-ratio: 2/1), only screen and (min-width: 767px) and (min-resolution: 192dpi), only screen and (min-width: 767px) and (min-resolution: 2dppx) {
    .footer-header .c-link {
      background: url("../img/kin-logo@2x.png") center no-repeat;
      background-size: 58px 99px; } }
    @media only screen and (min-width: 992px) {
      .footer-header .c-link {
        background: url("../img/kin-logo.png") center no-repeat;
        height: 57px;
        width: 33px; } }
  @media only screen and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 992px) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 992px) and (-moz-min-device-pixel-ratio: 2), only screen and (min-width: 992px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-width: 992px) and (min-device-pixel-ratio: 2), only screen and (min-width: 992px) and (-o-min-device-pixel-ratio: 2/1), only screen and (min-width: 992px) and (min-resolution: 192dpi), only screen and (min-width: 992px) and (min-resolution: 2dppx) {
    .footer-header .c-link {
      background: url("../img/kin-logo@2x.png") center no-repeat;
      background-size: 33px 57px; } }

.footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  .footer-social .footer-social-icon {
    display: block;
    font-size: 0;
    height: 40px;
    margin: 0px 10px;
    text-indent: -9999px;
    width: 40px; }
    @media only screen and (min-width: 767px) {
      .footer-social .footer-social-icon {
        height: 66px;
        margin: 0px 16.5px;
        width: 66px; } }
    @media only screen and (min-width: 992px) {
      .footer-social .footer-social-icon {
        height: 28px;
        margin: 0px 5px;
        width: 28px; } }
    .footer-social .footer-social-icon.fb-icon {
      background: url("../img/footer/icon-fb-md.png") no-repeat center; }
      @media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min--moz-device-pixel-ratio: 2), screen and (-moz-min-device-pixel-ratio: 2), screen and (-o-min-device-pixel-ratio: 2 / 1), screen and (min-device-pixel-ratio: 2), screen and (-o-min-device-pixel-ratio: 2/1), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
        .footer-social .footer-social-icon.fb-icon {
          background: url("../img/footer/icon-fb-md@2x.png") no-repeat center;
          background-size: 32px 32px; } }
      @media only screen and (min-width: 767px) {
        .footer-social .footer-social-icon.fb-icon {
          background: url("../img/footer/icon-fb-lg.png") no-repeat center; } }
  @media only screen and (min-width: 767px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 767px) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 767px) and (-moz-min-device-pixel-ratio: 2), only screen and (min-width: 767px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-width: 767px) and (min-device-pixel-ratio: 2), only screen and (min-width: 767px) and (-o-min-device-pixel-ratio: 2/1), only screen and (min-width: 767px) and (min-resolution: 192dpi), only screen and (min-width: 767px) and (min-resolution: 2dppx) {
    .footer-social .footer-social-icon.fb-icon {
      background: url("../img/footer/icon-fb-lg@2x.png") no-repeat center;
      background-size: 45px 45px; } }
      @media only screen and (min-width: 992px) {
        .footer-social .footer-social-icon.fb-icon {
          background: url("../img/footer/icon-fb-sm.png") no-repeat center; } }
  @media only screen and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 992px) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 992px) and (-moz-min-device-pixel-ratio: 2), only screen and (min-width: 992px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-width: 992px) and (min-device-pixel-ratio: 2), only screen and (min-width: 992px) and (-o-min-device-pixel-ratio: 2/1), only screen and (min-width: 992px) and (min-resolution: 192dpi), only screen and (min-width: 992px) and (min-resolution: 2dppx) {
    .footer-social .footer-social-icon.fb-icon {
      background: url("../img/footer/icon-fb-sm@2x.png") no-repeat center;
      background-size: 28px 28px; } }
    .footer-social .footer-social-icon.yt-icon {
      background: url("../img/footer/icon-yt-md.png") no-repeat center; }
      @media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min--moz-device-pixel-ratio: 2), screen and (-moz-min-device-pixel-ratio: 2), screen and (-o-min-device-pixel-ratio: 2 / 1), screen and (min-device-pixel-ratio: 2), screen and (-o-min-device-pixel-ratio: 2/1), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
        .footer-social .footer-social-icon.yt-icon {
          background: url("../img/footer/icon-yt-md@2x.png") no-repeat center;
          background-size: 32px 32px; } }
      @media only screen and (min-width: 767px) {
        .footer-social .footer-social-icon.yt-icon {
          background: url("../img/footer/icon-yt-lg.png") no-repeat center; } }
  @media only screen and (min-width: 767px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 767px) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 767px) and (-moz-min-device-pixel-ratio: 2), only screen and (min-width: 767px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-width: 767px) and (min-device-pixel-ratio: 2), only screen and (min-width: 767px) and (-o-min-device-pixel-ratio: 2/1), only screen and (min-width: 767px) and (min-resolution: 192dpi), only screen and (min-width: 767px) and (min-resolution: 2dppx) {
    .footer-social .footer-social-icon.yt-icon {
      background: url("../img/footer/icon-yt-lg@2x.png") no-repeat center;
      background-size: 45px 45px; } }
      @media only screen and (min-width: 992px) {
        .footer-social .footer-social-icon.yt-icon {
          background: url("../img/footer/icon-yt-sm.png") no-repeat center; } }
  @media only screen and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 992px) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 992px) and (-moz-min-device-pixel-ratio: 2), only screen and (min-width: 992px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-width: 992px) and (min-device-pixel-ratio: 2), only screen and (min-width: 992px) and (-o-min-device-pixel-ratio: 2/1), only screen and (min-width: 992px) and (min-resolution: 192dpi), only screen and (min-width: 992px) and (min-resolution: 2dppx) {
    .footer-social .footer-social-icon.yt-icon {
      background: url("../img/footer/icon-yt-sm@2x.png") no-repeat center;
      background-size: 28px 28px; } }
    .footer-social .footer-social-icon.ig-icon {
      background: url("../img/footer/icon-ig-md.png") no-repeat center; }
      @media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min--moz-device-pixel-ratio: 2), screen and (-moz-min-device-pixel-ratio: 2), screen and (-o-min-device-pixel-ratio: 2 / 1), screen and (min-device-pixel-ratio: 2), screen and (-o-min-device-pixel-ratio: 2/1), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
        .footer-social .footer-social-icon.ig-icon {
          background: url("../img/footer/icon-ig-md@2x.png") no-repeat center;
          background-size: 32px 32px; } }
      @media only screen and (min-width: 767px) {
        .footer-social .footer-social-icon.ig-icon {
          background: url("../img/footer/icon-ig-lg.png") no-repeat center; } }
  @media only screen and (min-width: 767px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 767px) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 767px) and (-moz-min-device-pixel-ratio: 2), only screen and (min-width: 767px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-width: 767px) and (min-device-pixel-ratio: 2), only screen and (min-width: 767px) and (-o-min-device-pixel-ratio: 2/1), only screen and (min-width: 767px) and (min-resolution: 192dpi), only screen and (min-width: 767px) and (min-resolution: 2dppx) {
    .footer-social .footer-social-icon.ig-icon {
      background: url("../img/footer/icon-ig-lg@2x.png") no-repeat center;
      background-size: 45px 45px; } }
      @media only screen and (min-width: 992px) {
        .footer-social .footer-social-icon.ig-icon {
          background: url("../img/footer/icon-ig-sm.png") no-repeat center; } }
  @media only screen and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 992px) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 992px) and (-moz-min-device-pixel-ratio: 2), only screen and (min-width: 992px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-width: 992px) and (min-device-pixel-ratio: 2), only screen and (min-width: 992px) and (-o-min-device-pixel-ratio: 2/1), only screen and (min-width: 992px) and (min-resolution: 192dpi), only screen and (min-width: 992px) and (min-resolution: 2dppx) {
    .footer-social .footer-social-icon.ig-icon {
      background: url("../img/footer/icon-ig-sm@2x.png") no-repeat center;
      background-size: 28px 28px; } }
    .footer-social .footer-social-icon.tw {
      background: url("../img/footer/icon-tw-md.png") no-repeat center; }
      @media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min--moz-device-pixel-ratio: 2), screen and (-moz-min-device-pixel-ratio: 2), screen and (-o-min-device-pixel-ratio: 2 / 1), screen and (min-device-pixel-ratio: 2), screen and (-o-min-device-pixel-ratio: 2/1), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
        .footer-social .footer-social-icon.tw {
          background: url("../img/footer/icon-tw-md@2x.png") no-repeat center;
          background-size: 32px 32px; } }
      @media only screen and (min-width: 767px) {
        .footer-social .footer-social-icon.tw {
          background: url("../img/footer/icon-tw-lg.png") no-repeat center; } }
  @media only screen and (min-width: 767px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 767px) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 767px) and (-moz-min-device-pixel-ratio: 2), only screen and (min-width: 767px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-width: 767px) and (min-device-pixel-ratio: 2), only screen and (min-width: 767px) and (-o-min-device-pixel-ratio: 2/1), only screen and (min-width: 767px) and (min-resolution: 192dpi), only screen and (min-width: 767px) and (min-resolution: 2dppx) {
    .footer-social .footer-social-icon.tw {
      background: url("../img/footer/icon-tw-lg@2x.png") no-repeat center;
      background-size: 45px 45px; } }
      @media only screen and (min-width: 992px) {
        .footer-social .footer-social-icon.tw {
          background: url("../img/footer/icon-tw-sm.png") no-repeat center; } }
  @media only screen and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 992px) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 992px) and (-moz-min-device-pixel-ratio: 2), only screen and (min-width: 992px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-width: 992px) and (min-device-pixel-ratio: 2), only screen and (min-width: 992px) and (-o-min-device-pixel-ratio: 2/1), only screen and (min-width: 992px) and (min-resolution: 192dpi), only screen and (min-width: 992px) and (min-resolution: 2dppx) {
    .footer-social .footer-social-icon.tw {
      background: url("../img/footer/icon-tw-sm@2x.png") no-repeat center;
      background-size: 28px 28px; } }
    .footer-social .footer-social-icon.tk-icon {
      background: url("../img/footer/icon-tk-md.png") no-repeat center; }
      @media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min--moz-device-pixel-ratio: 2), screen and (-moz-min-device-pixel-ratio: 2), screen and (-o-min-device-pixel-ratio: 2 / 1), screen and (min-device-pixel-ratio: 2), screen and (-o-min-device-pixel-ratio: 2/1), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
        .footer-social .footer-social-icon.tk-icon {
          background: url("../img/footer/icon-tk-md@2x.png") no-repeat center;
          background-size: 32px 32px; } }
      @media only screen and (min-width: 767px) {
        .footer-social .footer-social-icon.tk-icon {
          background: url("../img/footer/icon-tk-lg.png") no-repeat center; } }
  @media only screen and (min-width: 767px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 767px) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 767px) and (-moz-min-device-pixel-ratio: 2), only screen and (min-width: 767px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-width: 767px) and (min-device-pixel-ratio: 2), only screen and (min-width: 767px) and (-o-min-device-pixel-ratio: 2/1), only screen and (min-width: 767px) and (min-resolution: 192dpi), only screen and (min-width: 767px) and (min-resolution: 2dppx) {
    .footer-social .footer-social-icon.tk-icon {
      background: url("../img/footer/icon-tk-lg@2x.png") no-repeat center;
      background-size: 45px 45px; } }
      @media only screen and (min-width: 992px) {
        .footer-social .footer-social-icon.tk-icon {
          background: url("../img/footer/icon-tk-sm.png") no-repeat center; } }
  @media only screen and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 992px) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 992px) and (-moz-min-device-pixel-ratio: 2), only screen and (min-width: 992px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-width: 992px) and (min-device-pixel-ratio: 2), only screen and (min-width: 992px) and (-o-min-device-pixel-ratio: 2/1), only screen and (min-width: 992px) and (min-resolution: 192dpi), only screen and (min-width: 992px) and (min-resolution: 2dppx) {
    .footer-social .footer-social-icon.tk-icon {
      background: url("../img/footer/icon-tk-sm@2x.png") no-repeat center;
      background-size: 28px 28px; } }

@media only screen and (min-width: 992px) {
  .footer-nav-bar {
    width: 100%; } }

.footer-nav-bar .menu-list {
  margin: 0;
  padding: 30px 0;
  list-style: none;
  text-align: center; }
  @media only screen and (min-width: 767px) {
    .footer-nav-bar .menu-list {
      padding: 50px 0; } }
  @media only screen and (min-width: 992px) {
    .footer-nav-bar .menu-list {
      padding: 0; } }
  @media only screen and (min-width: 992px) {
    .footer-nav-bar .menu-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      margin-bottom: 20px; } }
  .footer-nav-bar .menu-list .item {
    padding: 8px 15px; }
    @media only screen and (min-width: 992px) {
      .footer-nav-bar .menu-list .item {
        padding: 0px 10px; } }
    @media only screen and (min-width: 1200px) {
      .footer-nav-bar .menu-list .item {
        padding: 0px 20px; } }
    @media only screen and (min-width: 992px) {
      .footer-nav-bar .menu-list .item:first-child {
        padding-left: 0; } }
    @media only screen and (min-width: 992px) {
      .footer-nav-bar .menu-list .item:last-child {
        padding-right: 0; } }

.footer-bottom-link {
  text-align: center; }
  @media only screen and (min-width: 992px) {
    .footer-bottom-link {
      display: none; } }
  .footer-bottom-link .c-link {
    display: block;
    padding: 8px 15px; }

@media only screen and (min-width: 992px) {
  .footer-panel-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; } }

@media only screen and (min-width: 992px) {
  .footer-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 45%; } }

.footer-panel.left-panel {
  display: none; }
  @media only screen and (min-width: 992px) {
    .footer-panel.left-panel {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      border-right: 1px dashed rgba(40, 168, 224, 0.9); } }

@media only screen and (min-width: 992px) {
  .footer-panel.right-panel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-left: 1px dashed rgba(40, 168, 224, 0.9); } }

@media only screen and (min-width: 992px) {
  .footer-panel.left-panel .column.group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-bottom: 10px;
    margin-left: -10px;
    width: 100%; } }

@media only screen and (min-width: 992px) {
  .footer-panel.left-panel .column.group .panel {
    width: 33.3333333333%;
    padding: 0px 10px; } }

@media only screen and (min-width: 992px) {
  .footer-panel.left-panel .column.group .panel b {
    margin-bottom: 5px; } }

@media only screen and (min-width: 992px) {
  .footer-panel.right-panel .footer-social {
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; } }

@media only screen and (min-width: 992px) {
  .footer-panel.right-panel .footer-nav-bar {
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

.footer-bot {
  text-align: center;
  margin-top: 32px;
  background: #28a8e0;
  color: white;
  width: 100%;
  font-size: 0.75rem;
  font-family: "GothamMedium", Arial, sans-serif; }

#button-popup-close {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../img/outer-close.svg") no-repeat center center;
  border-radius: 100%;
  border: none;
  color: #204e94;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 32px;
  outline: none;
  position: absolute;
  right: 0px;
  text-indent: -9999px;
  top: -40px;
  width: 32px;
  z-index: 2; }
  @media only screen and (min-width: 767px) {
    #button-popup-close {
      top: -16px;
      right: 16px; } }

#banner-popup {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-flow: row;
  flex-flow: row;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  overflow-y: auto;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
  width: 100%;
  z-index: 1000;
  display: none;
  opacity: 0; }
  #banner-popup.open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1; }

.banner-popup-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-flow: column;
  flex-flow: column;
  height: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  width: 100%; }

.banner-popup-content {
  margin: 0 12px;
  max-width: inherit;
  overflow: visible;
  position: relative;
  width: auto;
  z-index: 1; }
  @media only screen and (min-width: 767px) {
    .banner-popup-content {
      padding: 0 32px; } }

.banner-popup-body a {
  display: block;
  height: 100%;
  outline: none;
  text-decoration: none;
  width: 100%; }

.banner-popup-body img {
  display: block;
  width: auto;
  -webkit-backface-visibility: hidden;
  -ms-transform: translateZ(0);
  /* IE 9 */
  -webkit-transform: translateZ(0);
  /* Chrome, Safari, Opera */
  backface-visibility: hidden;
  transform: translateZ(0); }

.banner-popup-body .img-lg {
  display: none; }
  @media only screen and (min-width: 767px) {
    .banner-popup-body .img-lg {
      display: block;
      max-width: 100%;
      height: auto; } }
  @media only screen and (min-width: 992px) {
    .banner-popup-body .img-lg {
      width: auto;
      display: block;
      max-height: 652px; } }

.banner-popup-body .img-sm {
  display: block;
  max-width: 100%;
  max-height: 600px;
  -o-object-fit: contain;
  object-fit: contain; }
  @media only screen and (min-width: 767px) {
    .banner-popup-body .img-sm {
      display: none; } }

.p-0 {
  padding: 0rem; }

.pt-0 {
  padding-top: 0rem; }

.pr-0 {
  padding-right: 0rem; }

.pb-0 {
  padding-bottom: 0rem; }

.pl-0 {
  padding-left: 0rem; }

.py-0 {
  padding-top: 0rem;
  padding-bottom: 0rem; }

.px-0 {
  padding-right: 0rem;
  padding-left: 0rem; }

.p-1 {
  padding: 0.5rem; }

.pt-1 {
  padding-top: 0.5rem; }

.pr-1 {
  padding-right: 0.5rem; }

.pb-1 {
  padding-bottom: 0.5rem; }

.pl-1 {
  padding-left: 0.5rem; }

.py-1 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.px-1 {
  padding-right: 0.5rem;
  padding-left: 0.5rem; }

.p-2 {
  padding: 1rem; }

.pt-2 {
  padding-top: 1rem; }

.pr-2 {
  padding-right: 1rem; }

.pb-2 {
  padding-bottom: 1rem; }

.pl-2 {
  padding-left: 1rem; }

.py-2 {
  padding-top: 1rem;
  padding-bottom: 1rem; }

.px-2 {
  padding-right: 1rem;
  padding-left: 1rem; }

.p-3 {
  padding: 1.5rem; }

.pt-3 {
  padding-top: 1.5rem; }

.pr-3 {
  padding-right: 1.5rem; }

.pb-3 {
  padding-bottom: 1.5rem; }

.pl-3 {
  padding-left: 1.5rem; }

.py-3 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem; }

.px-3 {
  padding-right: 1.5rem;
  padding-left: 1.5rem; }

.p-4 {
  padding: 2rem; }

.pt-4 {
  padding-top: 2rem; }

.pr-4 {
  padding-right: 2rem; }

.pb-4 {
  padding-bottom: 2rem; }

.pl-4 {
  padding-left: 2rem; }

.py-4 {
  padding-top: 2rem;
  padding-bottom: 2rem; }

.px-4 {
  padding-right: 2rem;
  padding-left: 2rem; }

.p-5 {
  padding: 2.5rem; }

.pt-5 {
  padding-top: 2.5rem; }

.pr-5 {
  padding-right: 2.5rem; }

.pb-5 {
  padding-bottom: 2.5rem; }

.pl-5 {
  padding-left: 2.5rem; }

.py-5 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem; }

.px-5 {
  padding-right: 2.5rem;
  padding-left: 2.5rem; }

.m-0 {
  margin: 0rem; }

.mt-0 {
  margin-top: 0rem; }

.mr-0 {
  margin-right: 0rem; }

.mb-0 {
  margin-bottom: 0rem; }

.ml-0 {
  margin-left: 0rem; }

.my-0 {
  margin-top: 0rem;
  margin-bottom: 0rem; }

.mx-0 {
  margin-right: 0rem;
  margin-left: 0rem; }

.m-1 {
  margin: 0.5rem; }

.mt-1 {
  margin-top: 0.5rem; }

.mr-1 {
  margin-right: 0.5rem; }

.mb-1 {
  margin-bottom: 0.5rem; }

.ml-1 {
  margin-left: 0.5rem; }

.my-1 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

.mx-1 {
  margin-right: 0.5rem;
  margin-left: 0.5rem; }

.m-2 {
  margin: 1rem; }

.mt-2 {
  margin-top: 1rem; }

.mr-2 {
  margin-right: 1rem; }

.mb-2 {
  margin-bottom: 1rem; }

.ml-2 {
  margin-left: 1rem; }

.my-2 {
  margin-top: 1rem;
  margin-bottom: 1rem; }

.mx-2 {
  margin-right: 1rem;
  margin-left: 1rem; }

.m-3 {
  margin: 1.5rem; }

.mt-3 {
  margin-top: 1.5rem; }

.mr-3 {
  margin-right: 1.5rem; }

.mb-3 {
  margin-bottom: 1.5rem; }

.ml-3 {
  margin-left: 1.5rem; }

.my-3 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }

.mx-3 {
  margin-right: 1.5rem;
  margin-left: 1.5rem; }

.m-4 {
  margin: 2rem; }

.mt-4 {
  margin-top: 2rem; }

.mr-4 {
  margin-right: 2rem; }

.mb-4 {
  margin-bottom: 2rem; }

.ml-4 {
  margin-left: 2rem; }

.my-4 {
  margin-top: 2rem;
  margin-bottom: 2rem; }

.mx-4 {
  margin-right: 2rem;
  margin-left: 2rem; }

.m-5 {
  margin: 2.5rem; }

.mt-5 {
  margin-top: 2.5rem; }

.mr-5 {
  margin-right: 2.5rem; }

.mb-5 {
  margin-bottom: 2.5rem; }

.ml-5 {
  margin-left: 2.5rem; }

.my-5 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem; }

.mx-5 {
  margin-right: 2.5rem;
  margin-left: 2.5rem; }

/**
 * Swiper 4.0.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2017 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 4, 2017
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-property: transform,-webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-property: transform,-webkit-transform; }

.swiper-invisible-blank-slide {
  visibility: hidden; }

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height,-webkit-transform;
  transition-property: height,-webkit-transform;
  -o-transition-property: transform,height;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform; }

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  -o-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%; }

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s top,.2s -webkit-transform;
  -o-transition: .2s top,.2s -webkit-transform;
  transition: .2s top,.2s -webkit-transform;
  -o-transition: .2s transform,.2s top;
  -webkit-transition: .2s transform,.2s top;
  transition: .2s transform,.2s top;
  -webkit-transition: .2s transform,.2s top,.2s -webkit-transform;
  -o-transition: .2s transform,.2s top,.2s -webkit-transform;
  transition: .2s transform,.2s top,.2s -webkit-transform; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s left,.2s -webkit-transform;
  -o-transition: .2s left,.2s -webkit-transform;
  transition: .2s left,.2s -webkit-transform;
  -o-transition: .2s transform,.2s left;
  -webkit-transition: .2s transform,.2s left;
  transition: .2s transform,.2s left;
  -webkit-transition: .2s transform,.2s left,.2s -webkit-transform;
  -o-transition: .2s transform,.2s left,.2s -webkit-transform;
  transition: .2s transform,.2s left,.2s -webkit-transform; }

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000; }

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px; }

/*======================================
  Selectric
======================================*/
.selectric-wrapper {
  position: relative;
  cursor: pointer; }

.selectric-responsive {
  width: 100%; }

.selectric {
  border: 1px solid #DDDDDD;
  background: #FFFFFF;
  position: relative;
  border-radius: 0px; }

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin: 0 38px 0 15px;
  font-size: 12px;
  line-height: 38px;
  color: #949798;
  height: 38px; }

.selectric .button {
  border-radius: 0px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 38px;
  height: 38px;
  color: #949798;
  text-align: center;
  font-size: 0; }

.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top-color: #949798;
  border-bottom: none; }

.selectric-focus .selectric {
  border-color: #AAA; }

.selectric-hover .selectric {
  border-color: #42addf; }

.selectric-hover .selectric .label {
  color: #42addf; }

.selectric-hover .selectric .button {
  color: #c4c4c4; }

.selectric-hover .selectric .button:after {
  border-top-color: #42addf; }

.selectric-open {
  z-index: 9999; }

.selectric-open .selectric {
  border-color: #42addf;
  background: #ffffff; }

.selectric-open .selectric-items {
  display: block;
  margin-bottom: .25rem;
  margin-top: .25rem; }

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0; }

.selectric-hide-select select {
  position: absolute;
  left: -100%; }

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10; }

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0; }

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important; }

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important; }

/* Items box */
.selectric-items {
  background: #ffffff;
  border-radius: 6px;
  border: 1px solid #42addf;
  display: none;
  left: 0;
  position: absolute;
  top: 100%;
  z-index: -1;
  overflow: hidden; }

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto; }

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%; }

.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px; }

.selectric-items li {
  display: block;
  padding: 10px 15px;
  border-bottom: 1px solid #EEE;
  color: #666;
  cursor: pointer; }

.selectric-items li.selected {
  background: #EFEFEF;
  color: #444; }

.selectric-items li.highlighted {
  background: #42addf;
  color: #ffffff; }

.selectric-items li:hover {
  background: #F0F0F0;
  color: #444; }

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: none;
  color: #444; }

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1; }

.selectric-items .selectric-group li {
  padding-left: 25px; }
