@charset "UTF-8";
/*!
Theme Name: AM2 Theme
Theme URI:
Author: AM2 Studio
Author URI: http://am2studio.hr/
Description: AM2 Admin Starter Theme.
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
!*/
/* Variables & Mixins. */
/**
*
* Variables
*
**/
/**
*
* Breakpoints
* usage : @include breakpoint(desktop);
**/
/**
*
* Colors
*
**/
/**
*
* Grid
*
**/
/**
*
* Transitions
* usage : transition: get_transition(ease-out-quint)
*
**/
/**
*
*   Buttons
*
 **/
/** Links **/
/*

    @include breakpoint($from, $to, $and);
    You can find a list of breakpoints in the file abstracts/variables/_breakpoints.scss

    Usage:
    a) Min width example
        @include breakpoint(small) {
            color: red;
        }
    b) Range example
        @include breakpoint(small, large) {
            color: red;
        }
    c) Max width example
        @include breakpoint($to: large) {
            color: red;
        }
    d) Min-width with additional properties
        @include breakpoint(small, $and: 'orientation: portrait') {
            color: red;
        }
*/
/**
 * Placeholder Color
 */
/* Reset. */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-overflow-scrolling: touch; }

/**
 * Remove default margin.
 */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: .67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #FFFF00;
  color: #000000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type='checkbox'],
input[type='radio'] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #C0C0C0;
  margin: 0 2px;
  padding: .35em .625em .75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* Vendor. */
/*** Responsive Tables ***/
@media (min-width: 640px) {
  .js-responsive-table {
    margin-bottom: 0; }
  .pinned {
    background: #FFFFFF;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    left: 0;
    overflow-x: scroll;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 150px; }
  .pinned table {
    border-left: 0;
    border-right: 0;
    width: 100%; }
    .pinned table th,
    .pinned table td {
      white-space: nowrap; }
  .pinned td:last-child {
    border-bottom: 0; }
  .table-wrapper {
    border-right: 1px solid #CCCCCC;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative; }
    .table-wrapper div.scrollable {
      margin-left: 150px; }
    .table-wrapper div.scrollable {
      overflow-y: hidden;
      overflow: scroll; }
  .js-responsive-table td,
  .js-responsive-table th {
    overflow: hidden;
    position: relative;
    white-space: nowrap; }
  .js-responsive-table th:first-child td,
  .js-responsive-table td:first-child td,
  .js-responsive-table td:first-child td, .js-responsive-table.pinned td {
    display: none; } }

/* Slick Slider */
.slick-slider {
  -moz-box-sizing: border-box;
  -moz-user-select: none;
  -ms-touch-action: auto;
  -ms-touch-action: pan-y;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  touch-action: auto;
  touch-action: pan-y;
  user-select: none; }

.slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-track,
.slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

.slick-track {
  display: block;
  left: 0;
  position: relative;
  top: 0; }
  .slick-track::before, .slick-track::after {
    content: '';
    display: table; }
  .slick-track::after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
  display: none; }
  [dir='rtl'] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    border: 1px solid transparent;
    display: block;
    height: auto; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-dots {
  bottom: 20px;
  left: 50%;
  list-style-type: none;
  padding-left: 0;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: auto; }
  .slick-dots li {
    display: inline-block;
    margin-right: 5px;
    position: relative; }
    .slick-dots li button {
      background: #FFFFFF;
      border: 1px solid #fff;
      border-radius: 50%;
      height: 10px;
      opacity: .8;
      overflow: hidden;
      padding: 0;
      text-indent: -900em;
      -webkit-transition: .2s ease-in-out;
      transition: .2s ease-in-out;
      width: 10px; }
    .slick-dots li.slick-active button, .slick-dots li:hover button {
      opacity: 1;
      background-color: #fff; }

.slick-prev,
.slick-next {
  background-color: transparent;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #FFFFFF;
  height: 40px;
  opacity: .5;
  outline: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  text-indent: -900em;
  top: 50%;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  width: 40px;
  z-index: 1; }
  .slick-prev:hover,
  .slick-next:hover {
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    opacity: 1; }

.slick-next {
  border-right: 3px solid #fff;
  border-top: 3px solid #fff;
  right: 50px;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%); }

.slick-prev {
  border-left: 3px solid #fff;
  border-top: 3px solid #fff;
  left: 50px;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%); }

@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal; }

:root {
  --swiper-theme-color: #39B54A; }

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: 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(0px, 0, 0);
          transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform; }

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px; }
  .swiper-container-3d .swiper-wrapper,
  .swiper-container-3d .swiper-slide,
  .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-slide-shadow-bottom,
  .swiper-container-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }
  .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-slide-shadow-bottom {
    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: 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: 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: 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: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */ }
  .swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none; }

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory; }

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory; }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */ }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(44px / 44 * 27);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: 44px;
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * 44px / 2);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-theme-color);
  color: var(--swiper-navigation-color, var(--swiper-theme-color)); }
  .swiper-button-prev.swiper-button-disabled,
  .swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none; }
  .swiper-button-prev:after,
  .swiper-button-next:after {
    font-family: swiper-icons;
    font-size: 44px;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    -webkit-font-feature-settings: normal, ;
            font-feature-settings: normal, ;
    font-variant: normal;
    font-variant: initial;
    line-height: 1; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto; }
  .swiper-button-prev:after,
  .swiper-container-rtl .swiper-button-next:after {
    content: 'prev'; }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto; }
  .swiper-button-next:after,
  .swiper-container-rtl .swiper-button-prev:after {
    content: 'next'; }

.swiper-button-prev.swiper-button-brand,
.swiper-button-next.swiper-button-brand {
  --swiper-navigation-color: #1374A8; }

.swiper-button-prev.swiper-button-primary,
.swiper-button-next.swiper-button-primary {
  --swiper-navigation-color: #0A5984; }

.swiper-button-prev.swiper-button-secondary,
.swiper-button-next.swiper-button-secondary {
  --swiper-navigation-color: #0A5984; }

.swiper-button-prev.swiper-button-featured,
.swiper-button-next.swiper-button-featured {
  --swiper-navigation-color: #CC7D2C; }

.swiper-button-prev.swiper-button-danger,
.swiper-button-next.swiper-button-danger {
  --swiper-navigation-color: #B2153D; }

.swiper-button-prev.swiper-button-warning,
.swiper-button-next.swiper-button-warning {
  --swiper-navigation-color: #ff7c7c; }

.swiper-button-prev.swiper-button-gray_10,
.swiper-button-next.swiper-button-gray_10 {
  --swiper-navigation-color: #F3F3F3; }

.swiper-button-prev.swiper-button-grey_15,
.swiper-button-next.swiper-button-grey_15 {
  --swiper-navigation-color: #F5F5F5; }

.swiper-button-prev.swiper-button-gray_19,
.swiper-button-next.swiper-button-gray_19 {
  --swiper-navigation-color: #EDEDED; }

.swiper-button-prev.swiper-button-gray_20,
.swiper-button-next.swiper-button-gray_20 {
  --swiper-navigation-color: #EEEEEE; }

.swiper-button-prev.swiper-button-gray_25,
.swiper-button-next.swiper-button-gray_25 {
  --swiper-navigation-color: #E5E5E5; }

.swiper-button-prev.swiper-button-gray_50,
.swiper-button-next.swiper-button-gray_50 {
  --swiper-navigation-color: #DFDFDF; }

.swiper-button-prev.swiper-button-gray_100,
.swiper-button-next.swiper-button-gray_100 {
  --swiper-navigation-color: #C6C6C6; }

.swiper-button-prev.swiper-button-grey,
.swiper-button-next.swiper-button-grey {
  --swiper-navigation-color: #F7F7F7; }

.swiper-button-prev.swiper-button-dark_gray_10,
.swiper-button-next.swiper-button-dark_gray_10 {
  --swiper-navigation-color: #A8A8A8; }

.swiper-button-prev.swiper-button-dark_gray_20,
.swiper-button-next.swiper-button-dark_gray_20 {
  --swiper-navigation-color: #9A9A9A; }

.swiper-button-prev.swiper-button-dark_gray_90,
.swiper-button-next.swiper-button-dark_gray_90 {
  --swiper-navigation-color: #606060; }

.swiper-button-prev.swiper-button-dark_gray_98,
.swiper-button-next.swiper-button-dark_gray_98 {
  --swiper-navigation-color: #868686; }

.swiper-button-prev.swiper-button-dark_gray_99,
.swiper-button-next.swiper-button-dark_gray_99 {
  --swiper-navigation-color: #969696; }

.swiper-button-prev.swiper-button-dark_gray,
.swiper-button-next.swiper-button-dark_gray {
  --swiper-navigation-color: #8F8F8F; }

.swiper-button-prev.swiper-button-dark_80,
.swiper-button-next.swiper-button-dark_80 {
  --swiper-navigation-color: #444444; }

.swiper-button-prev.swiper-button-dark_90,
.swiper-button-next.swiper-button-dark_90 {
  --swiper-navigation-color: #323232; }

.swiper-button-prev.swiper-button-dark,
.swiper-button-next.swiper-button-dark {
  --swiper-navigation-color: #272727; }

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000; }

.swiper-button-prev.swiper-button-body_background,
.swiper-button-next.swiper-button-body_background {
  --swiper-navigation-color: #FFFFFF; }

.swiper-button-prev.swiper-button-body,
.swiper-button-next.swiper-button-body {
  --swiper-navigation-color: #272727; }

.swiper-button-prev.swiper-button-dark_red,
.swiper-button-next.swiper-button-dark_red {
  --swiper-navigation-color: #D15358; }

.swiper-button-prev.swiper-button-redish,
.swiper-button-next.swiper-button-redish {
  --swiper-navigation-color: #EF3232; }

.swiper-button-prev.swiper-button-redish2,
.swiper-button-next.swiper-button-redish2 {
  --swiper-navigation-color: #E82C44; }

.swiper-button-prev.swiper-button-red,
.swiper-button-next.swiper-button-red {
  --swiper-navigation-color: #FF0D0A; }

.swiper-button-lock {
  display: none; }

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */ }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10; }
  .swiper-pagination.swiper-pagination-hidden {
    opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(0.33);
            transform: scale(0.33);
    position: relative; }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
            transform: scale(1); }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
            transform: scale(1); }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
            transform: scale(0.66); }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
            transform: scale(0.33); }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
            transform: scale(0.66); }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
            transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.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: var(--swiper-theme-color);
  background: var(--swiper-pagination-color, var(--swiper-theme-color)); }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -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%);
            transform: translateY(-50%);
    width: 8px; }
    .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
      display: inline-block;
      -webkit-transition: 200ms top, 200ms -webkit-transform;
      transition: 200ms top, 200ms -webkit-transform;
      transition: 200ms transform, 200ms top;
      transition: 200ms transform, 200ms top, 200ms -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%);
          transform: translateX(-50%);
  white-space: nowrap; }
  .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms left, 200ms -webkit-transform;
    transition: 200ms left, 200ms -webkit-transform;
    transition: 200ms transform, 200ms left;
    transition: 200ms transform, 200ms left, 200ms -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform; }

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }
  .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-theme-color);
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: left top;
            transform-origin: left top; }
  .swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
            transform-origin: right top; }
  .swiper-container-horizontal > .swiper-pagination-progressbar,
  .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0; }
  .swiper-container-vertical > .swiper-pagination-progressbar,
  .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0; }

.swiper-pagination-brand {
  --swiper-pagination-color: #1374A8; }

.swiper-pagination-primary {
  --swiper-pagination-color: #0A5984; }

.swiper-pagination-secondary {
  --swiper-pagination-color: #0A5984; }

.swiper-pagination-featured {
  --swiper-pagination-color: #CC7D2C; }

.swiper-pagination-danger {
  --swiper-pagination-color: #B2153D; }

.swiper-pagination-warning {
  --swiper-pagination-color: #ff7c7c; }

.swiper-pagination-gray_10 {
  --swiper-pagination-color: #F3F3F3; }

.swiper-pagination-grey_15 {
  --swiper-pagination-color: #F5F5F5; }

.swiper-pagination-gray_19 {
  --swiper-pagination-color: #EDEDED; }

.swiper-pagination-gray_20 {
  --swiper-pagination-color: #EEEEEE; }

.swiper-pagination-gray_25 {
  --swiper-pagination-color: #E5E5E5; }

.swiper-pagination-gray_50 {
  --swiper-pagination-color: #DFDFDF; }

.swiper-pagination-gray_100 {
  --swiper-pagination-color: #C6C6C6; }

.swiper-pagination-grey {
  --swiper-pagination-color: #F7F7F7; }

.swiper-pagination-dark_gray_10 {
  --swiper-pagination-color: #A8A8A8; }

.swiper-pagination-dark_gray_20 {
  --swiper-pagination-color: #9A9A9A; }

.swiper-pagination-dark_gray_90 {
  --swiper-pagination-color: #606060; }

.swiper-pagination-dark_gray_98 {
  --swiper-pagination-color: #868686; }

.swiper-pagination-dark_gray_99 {
  --swiper-pagination-color: #969696; }

.swiper-pagination-dark_gray {
  --swiper-pagination-color: #8F8F8F; }

.swiper-pagination-dark_80 {
  --swiper-pagination-color: #444444; }

.swiper-pagination-dark_90 {
  --swiper-pagination-color: #323232; }

.swiper-pagination-dark {
  --swiper-pagination-color: #272727; }

.swiper-pagination-black {
  --swiper-pagination-color: #000; }

.swiper-pagination-body_background {
  --swiper-pagination-color: #FFFFFF; }

.swiper-pagination-body {
  --swiper-pagination-color: #272727; }

.swiper-pagination-dark_red {
  --swiper-pagination-color: #D15358; }

.swiper-pagination-redish {
  --swiper-pagination-color: #EF3232; }

.swiper-pagination-redish2 {
  --swiper-pagination-color: #E82C44; }

.swiper-pagination-red {
  --swiper-pagination-color: #FF0D0A; }

.swiper-pagination-lock {
  display: none; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-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; }

/* Base. */
@font-face {
  font-family: 'Gelion';
  src: url("../fonts/Gelion-Light.woff2") format("woff2"), url("../fonts/Gelion-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gelion';
  src: url("../fonts/Gelion-Bold.woff2") format("woff2"), url("../fonts/Gelion-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gelion';
  src: url("../fonts/Gelion-Medium.woff2") format("woff2"), url("../fonts/Gelion-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gelion';
  src: url("../fonts/Gelion-Regular.woff2") format("woff2"), url("../fonts/Gelion-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/ProximaNova-Bold.woff2") format("woff2"), url("../fonts/ProximaNova-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/ProximaNova-Light.woff2") format("woff2"), url("../fonts/ProximaNova-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/ProximaNova-Regular.woff2") format("woff2"), url("../fonts/ProximaNova-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Rubik-Regular';
  src: url("../fonts/Rubik-Regular.ttf") format("truetype"); }

@font-face {
  font-family: 'Rubik-Regular-Italic';
  src: url("../fonts/Rubik-Italic.ttf") format("truetype"); }

@font-face {
  font-family: 'Rubik-Medium';
  src: url("../fonts/Rubik-Medium.ttf") format("truetype"); }

@font-face {
  font-family: 'Rubik-Bold';
  src: url("../fonts/Rubik-Bold.ttf") format("truetype"); }

/**
* Variables used in this file from abstracts/variables/
*
$font_body
get_color(secondary)
get_color(body)
get_color(body_background)
$color_link
$color_link_hover
$component_margin
get_transition(ease-in-out-quad)
*
*/
/**
* Specific variables (used only in this file)
*
* None
*
**/
/**
*
* Defaults
*
**/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch; }

html,
body {
  width: 100%;
  margin: 0px;
  padding: 0px; }

body {
  font: 400 16px/22px "Rubik-Regular", Helvetica, Arial, sans-serif;
  color: #272727;
  background: #FFFFFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  body:after {
    content: '';
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 100%;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-transition: left 0.3s ease-in-out;
    transition: left 0.3s ease-in-out;
    z-index: 9999; }
  body.form-popup-active {
    padding-right: 17px; }
    body.form-popup-active:after {
      left: 0; }

.clearfix, .section,
.layout, .am2-tabs__titles, .am2-video {
  zoom: 1; }

.clearfix::before, .section::before,
.layout::before, .am2-tabs__titles::before, .am2-video::before,
.clearfix::after,
.section::after,
.layout::after,
.am2-tabs__titles::after,
.am2-video::after {
  display: table;
  content: ''; }


.clearfix::after,
.section::after,
.layout::after,
.am2-tabs__titles::after,
.am2-video::after {
  clear: both; }

a {
  color: #1374A8;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #1894d6; }

p,
ul,
ol {
  margin: 0 0 28px; }

p:last-child,
ul:last-child,
ol:last-child {
  margin-bottom: 0; }

a,
a img,
button {
  -webkit-transition: all 0.3s cubic-bezier(0.45, 0.03, 0.5, 0.95);
  transition: all 0.3s cubic-bezier(0.45, 0.03, 0.5, 0.95); }

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 120%;
  font-weight: 500;
  margin: 0px 0px 28px;
  font-family: "Rubik-Bold", Helvetica, Arial, sans-serif; }
  h1:last-child,
  h2:last-child,
  h3:last-child,
  h4:last-child,
  h5:last-child,
  h6:last-child {
    margin-bottom: 0px; }
  @media (max-width: 639px) {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
      line-height: 110%; } }

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #1374A8; }

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #1894d6; }

h1 {
  font-size: 40px; }

h2 {
  font-size: 32px; }

h3 {
  font-size: 28px; }

h4 {
  font-size: 24px; }

h5 {
  font-size: 20px; }

h6 {
  font-size: 16px; }

table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 12px; }

mark {
  display: inline-block;
  background: #0A5984;
  color: #FFFFFF;
  padding: 0px 4px; }

/* Images
------------------------------------------------------------ */
figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  background-size: cover;
  background-position: center center; }

figure img {
  display: block; }

figure a:hover img {
  opacity: .8; }

img {
  max-width: 100%;
  border: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden; }

svg:not(:root) {
  overflow: hidden; }

/* Layout. */
.columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-left: -15px;
  margin-right: -15px;
  /*
    Function for breaking grid according to breakpoints
    add columns--break-mobile to .columns class to break it on that breakpoint. i.e. <div class="columns columns--break-mobile"></div>
    this is autogenerated based on $breakpoints inside abstracts/variables/breakpoints.scss
  */ }
  .columns:not(:last-of-type) {
    margin-bottom: 15px; }
  .columns .columns {
    margin-left: -15px;
    margin-right: -15px; }
  @media (max-width: 439px) {
    .columns--break-small {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .columns--break-small > .col {
        max-width: 100%; } }
  @media (max-width: 639px) {
    .columns--break-mobile {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .columns--break-mobile > .col {
        max-width: 100%; } }
  @media (max-width: 839px) {
    .columns--break-tablet {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .columns--break-tablet > .col {
        max-width: 100%; } }
  @media (max-width: 1024px) {
    .columns--break-desktop {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .columns--break-desktop > .col {
        max-width: 100%; } }
  @media (max-width: 1199px) {
    .columns--break-desktop-medium {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .columns--break-desktop-medium > .col {
        max-width: 100%; } }
  @media (max-width: 1339px) {
    .columns--break-large {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .columns--break-large > .col {
        max-width: 100%; } }
  @media (max-width: 1440px) {
    .columns--break-max_container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .columns--break-max_container > .col {
        max-width: 100%; } }

.col {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: auto;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px; }

.col-1 {
  -webkit-box-flex: calc((1 / 12) * 100%);
      -ms-flex: calc((1 / 12) * 100%);
          flex: calc((1 / 12) * 100%);
  max-width: calc((1 / 12) * 100%); }

.col-2 {
  -webkit-box-flex: calc((2 / 12) * 100%);
      -ms-flex: calc((2 / 12) * 100%);
          flex: calc((2 / 12) * 100%);
  max-width: calc((2 / 12) * 100%); }

.col-3 {
  -webkit-box-flex: calc((3 / 12) * 100%);
      -ms-flex: calc((3 / 12) * 100%);
          flex: calc((3 / 12) * 100%);
  max-width: calc((3 / 12) * 100%); }

.col-4 {
  -webkit-box-flex: calc((4 / 12) * 100%);
      -ms-flex: calc((4 / 12) * 100%);
          flex: calc((4 / 12) * 100%);
  max-width: calc((4 / 12) * 100%); }

.col-5 {
  -webkit-box-flex: calc((5 / 12) * 100%);
      -ms-flex: calc((5 / 12) * 100%);
          flex: calc((5 / 12) * 100%);
  max-width: calc((5 / 12) * 100%); }

.col-6 {
  -webkit-box-flex: calc((6 / 12) * 100%);
      -ms-flex: calc((6 / 12) * 100%);
          flex: calc((6 / 12) * 100%);
  max-width: calc((6 / 12) * 100%); }

.col-7 {
  -webkit-box-flex: calc((7 / 12) * 100%);
      -ms-flex: calc((7 / 12) * 100%);
          flex: calc((7 / 12) * 100%);
  max-width: calc((7 / 12) * 100%); }

.col-8 {
  -webkit-box-flex: calc((8 / 12) * 100%);
      -ms-flex: calc((8 / 12) * 100%);
          flex: calc((8 / 12) * 100%);
  max-width: calc((8 / 12) * 100%); }

.col-9 {
  -webkit-box-flex: calc((9 / 12) * 100%);
      -ms-flex: calc((9 / 12) * 100%);
          flex: calc((9 / 12) * 100%);
  max-width: calc((9 / 12) * 100%); }

.col-10 {
  -webkit-box-flex: calc((10 / 12) * 100%);
      -ms-flex: calc((10 / 12) * 100%);
          flex: calc((10 / 12) * 100%);
  max-width: calc((10 / 12) * 100%); }

.col-11 {
  -webkit-box-flex: calc((11 / 12) * 100%);
      -ms-flex: calc((11 / 12) * 100%);
          flex: calc((11 / 12) * 100%);
  max-width: calc((11 / 12) * 100%); }

.col-12 {
  -webkit-box-flex: calc((12 / 12) * 100%);
      -ms-flex: calc((12 / 12) * 100%);
          flex: calc((12 / 12) * 100%);
  max-width: calc((12 / 12) * 100%); }

.element {
  background: #00BFFF;
  height: 50px;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500; }

/*** Layout ***/
.section,
.layout {
  position: relative;
  width: 100%;
  padding: 20px 0px;
  background-size: cover;
  background-position: center; }

.wrapper {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px; }
  .wrapper--full {
    max-width: none; }
  .wrapper--narrow {
    max-width: 1152px; }
  .wrapper .wrapper {
    padding-left: 0;
    padding-right: 0; }

/*** WordPress Default ***/
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #FFFFFF;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #F1F1F1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759B;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

.is-IE .header__shop-nav > div {
  height: 60px;
  line-height: 60px; }

.is-IE .header__shop-nav > div a {
  display: inline-block; }

.is-IE .header__middle svg {
  width: 23px;
  height: 23px;
  vertical-align: middle; }

.is-IE .header .header-woocommerce__shipping {
  display: inline-block; }
  .is-IE .header .header-woocommerce__shipping svg {
    width: 40px;
    height: 40px;
    vertical-align: middle; }

.is-IE .header .header-woocommerce__my-acc svg {
  width: 15px;
  height: 15px;
  vertical-align: middle; }

.header {
  position: relative; }
  .header--offcanvas {
    padding: 20px 0; }
  .header--site {
    background: #fff;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.3s cubic-bezier(0.45, 0.03, 0.5, 0.95);
    transition: all 0.3s cubic-bezier(0.45, 0.03, 0.5, 0.95);
    width: 100%;
    z-index: 1000;
    -webkit-box-shadow: 0 6px 13px rgba(181, 181, 181, 0.13);
            box-shadow: 0 6px 13px rgba(181, 181, 181, 0.13); }
  @media (min-width: null) {
    .header__col--main-nav {
      display: none; } }
  .header__col--logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 180px;
            flex: 0 0 180px; }
  .header__col--cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 155px;
            flex: 0 0 155px;
    margin-right: 42px;
    display: none; }
    @media (min-width: 440px) {
      .header__col--cta {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    @media (min-width: 1025px) {
      .header__col--cta {
        margin-right: 0; } }
  .header__top {
    display: none;
    background-color: #1374A8; }
    @media (min-width: 1025px) {
      .header__top {
        display: block; } }
  .header__top-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .header__top-inner a,
    .header__top-inner p {
      color: #ffffff; }
    .header__top-inner .menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  .header__top-nav {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .header__top-nav a {
      font-family: 'Rubik-Medium';
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 12px;
      line-height: 1.5;
      text-transform: uppercase; }
      @media (min-width: 1340px) {
        .header__top-nav a {
          font-size: 16px; } }
    .header__top-nav .menu-item__link--main {
      padding: 0 10px;
      height: 62px;
      text-align: center; }
      @media (min-width: 1340px) {
        .header__top-nav .menu-item__link--main {
          padding: 0 20px;
          text-align: left; } }
      .header__top-nav .menu-item__link--main:hover {
        background-color: #ffffff;
        color: #1374A8; }
  .header__top-phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    max-width: auto; }
    .header__top-phone p {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-family: 'Rubik-Regular';
      text-transform: uppercase;
      margin: 0;
      max-width: 100px;
      font-size: 12px;
      line-height: 1.3; }
      @media (min-width: 1340px) {
        .header__top-phone p {
          font-size: 14px; } }
    .header__top-phone a {
      margin-left: 27px;
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none; }
      .header__top-phone a span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 10px;
        line-height: 1.3; }
        @media (min-width: 1340px) {
          .header__top-phone a span {
            font-size: 12px; } }
        .header__top-phone a span:last-of-type {
          font-family: 'Rubik-Bold';
          font-weight: 700;
          font-size: 16px; }
          @media (min-width: 1340px) {
            .header__top-phone a span:last-of-type {
              font-size: 18px; } }
  .header__middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 14px 0; }
    .header__middle svg {
      max-width: 23px;
      max-height: 23px;
      margin-right: 10px; }
  .header__shop-nav {
    display: none; }
    @media (min-width: 840px) {
      .header__shop-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-right: 60px; } }
    @media (min-width: 1025px) {
      .header__shop-nav {
        margin-right: 0; } }
    .header__shop-nav > div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-left: 36px; }
      .header__shop-nav > div a {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        position: relative; }
  .header .header-bottom__link {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .header .header-woocommerce__title {
    color: #1374A8; }
  .header .header-woocommerce__shipping {
    pointer-events: none; }
    .header .header-woocommerce__shipping svg {
      max-width: 40px;
      max-height: 40px; }
  .header .header-woocommerce__my-acc svg {
    max-width: 15px;
    max-height: 15px; }
  .header .header-woocommerce__cart-count {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 20px;
    height: 20px;
    background: #1374A8;
    color: #ffffff;
    border-radius: 50%;
    font-size: 10px;
    text-align: center; }

@media (min-width: 1340px) {
  html.has-scrollbar .site-container .alignfull {
    margin-left: calc( -50vw + 50% + 17px / 2);
    margin-right: calc( -50vw + 50% + 17px / 2); } }

html body {
  overflow-x: hidden; }

.site-container {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  -webkit-transition: all 0.3s cubic-bezier(0.45, 0.03, 0.5, 0.95);
  transition: all 0.3s cubic-bezier(0.45, 0.03, 0.5, 0.95);
  padding-top: 48px; }
  @media (min-width: 1025px) {
    .site-container {
      padding-top: 51px; } }
  @media (min-width: 1340px) {
    .site-container .alignwide {
      width: auto;
      max-width: 100vw; }
      .site-container .alignwide .wrapper {
        padding-right: 15px;
        padding-left: 15px; }
    .site-container .alignfull {
      margin-left: calc( -50vw + 50%);
      margin-right: calc( -50vw + 50%); } }

@media (min-width: 1340px) and (min-width: 1340px) {
  .site-container .alignwide {
    margin-left: calc( -42.3vw + 50%);
    margin-right: calc( -42.3vw + 50%); } }
  .site-container .content {
    padding: 30px 0; }
    @media (min-width: 1340px) {
      .site-container .content {
        padding: 60px 0; } }
    .site-container .content h1 {
      font-family: 'Rubik-Bold';
      font-weight: 700;
      margin-bottom: 30px;
      color: #272727;
      font-size: 28px;
      line-height: normal; }
      @media (min-width: 640px) {
        .site-container .content h1 {
          font-size: 38px;
          margin-bottom: 40px; } }
      @media (min-width: 1340px) {
        .site-container .content h1 {
          font-size: 48px;
          margin-bottom: 60px; } }
    .site-container .content .wp-block-columns.alignfull,
    .site-container .content .wp-block-columns .alignfull {
      margin-left: auto;
      margin-right: auto; }

.site-offcanvas {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: 9999;
  background-color: #fff;
  -webkit-transition: all 0.3s cubic-bezier(0.45, 0.03, 0.5, 0.95);
  transition: all 0.3s cubic-bezier(0.45, 0.03, 0.5, 0.95); }
  .site-offcanvas--right {
    left: -100%; }
  .site-offcanvas--left {
    right: -100%; }
  @media (min-width: 1025px) {
    .site-offcanvas .resp-buttons {
      margin: 20px 0; } }

.menu-open {
  position: relative;
  overflow: hidden; }
  @media (min-width: 1025px) {
    .menu-open .header,
    .menu-open .site-container {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0); } }
  .menu-open .site-offcanvas {
    pointer-events: all;
    opacity: 1;
    overflow-y: visible;
    z-index: 9000; }
    .menu-open .site-offcanvas--right {
      -webkit-transform: translate3d(100%, 0, 0);
              transform: translate3d(100%, 0, 0); }
    .menu-open .site-offcanvas--left {
      -webkit-transform: translate3d(-100%, 0, 0);
              transform: translate3d(-100%, 0, 0); }
    @media (min-width: 1025px) {
      .menu-open .site-offcanvas {
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0); } }
  .menu-open .header--sticky {
    z-index: 100; }

.text-over-image {
  position: relative;
  margin: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(50%, rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 50%); }
  .text-over-image img {
    position: relative;
    z-index: -1; }
  .text-over-image figcaption {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 10px;
    left: 10px;
    padding-right: 10px;
    font-family: 'Rubik-Bold';
    font-weight: 700;
    font-size: 16px;
    line-height: 1.4;
    color: #ffffff;
    margin: 0; }
    @media (min-width: 440px) {
      .text-over-image figcaption {
        font-size: 20px; } }
    @media (min-width: 840px) {
      .text-over-image figcaption {
        font-size: 20px;
        bottom: 20px;
        left: 20px;
        padding-right: 20px; } }
    @media (min-width: 1025px) {
      .text-over-image figcaption {
        font-size: 26px;
        bottom: 34px;
        left: 48px; } }

.wp-block-am2-buttons {
  margin: 0; }

.footer--site {
  color: #111; }

.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 60px 0; }
  @media (min-width: 840px) {
    .footer__inner {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; } }

.footer__first {
  width: 190px;
  margin-right: 40px;
  margin-bottom: 40px; }
  @media (min-width: 640px) {
    .footer__first {
      margin-bottom: 0; } }
  @media (min-width: 840px) {
    .footer__first {
      margin-right: 100px; } }
  @media (min-width: 1025px) {
    .footer__first {
      margin-right: 140px; } }

.footer__logo img {
  max-width: 162px;
  height: auto; }

.footer__company-info {
  margin-top: 30px;
  font-size: 14px;
  line-height: 1.6; }

.footer__social {
  margin-top: 36px; }

.footer__second {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: justify;
      align-content: space-between; }
  @media (min-width: 640px) {
    .footer__second {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; } }

.footer__menus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (min-width: 840px) {
    .footer__menus {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; } }

.footer__menu {
  width: 50%;
  margin: 20px 0; }
  @media (min-width: 640px) {
    .footer__menu {
      width: 33%; } }
  @media (min-width: 840px) {
    .footer__menu {
      width: 20%; } }
  .footer__menu h3 {
    font-size: 16px;
    line-height: normal;
    font-family: 'Rubik-Medium';
    font-weight: 500;
    text-transform: uppercase; }
  .footer__menu li:nth-of-type(4) ~ li {
    display: none; }
  .footer__menu .menu {
    position: relative; }
  .footer__menu .show-all {
    position: absolute;
    left: 0;
    bottom: -22px;
    font-family: 'Rubik-Medium';
    font-weight: 500;
    color: #1374A8;
    cursor: pointer; }

.footer__notice {
  margin-top: 20px; }
  .footer__notice p {
    color: #A8A8A8;
    font-size: 14px;
    line-height: 1.6; }

.footer__copyright {
  background-color: #EEEEEE;
  padding: 19px 0; }
  @media (max-width: 639px) {
    .footer__copyright {
      padding-bottom: 60px; } }
  .footer__copyright p,
  .footer__copyright a {
    font-size: 12px; }
  .footer__copyright p {
    margin: 0;
    display: inline-block; }
  .footer__copyright-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (min-width: 840px) {
      .footer__copyright-inner {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; } }

.blog-single {
  color: #272727; }
  .blog-single__contents figure {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 9;
    margin: 28px 0 0; }
  .blog-single__contents img {
    height: auto;
    position: relative;
    z-index: 5; }
  .blog-single__title {
    margin-bottom: 28px !important;
    color: #272727;
    font-size: 48px;
    font-weight: 700; }
  .blog-single__content {
    padding: 28px 0; }
    .blog-single__content h4 {
      color: #272727; }
    .blog-single__content p strong {
      color: #272727; }
    .blog-single__content li {
      margin: 10px 0; }
    .blog-single__content iframe {
      margin-bottom: 20px; }
    .blog-single__content blockquote {
      font-style: italic;
      font-weight: 700;
      margin-bottom: 20px; }
  .blog-single__social-share {
    position: absolute;
    left: -56px; }

.wrapper--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 56px 0px 28px 0px;
  position: relative; }

.go_back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .go_back a {
    color: #272727; }
  .go_back svg {
    width: 14px;
    height: 11px;
    margin-right: 10px; }

.single-post .has-media-on-the-right .wp-block-media-text__content {
  padding: 0 60px 0 0; }

.single-post .has-media-on-the-left .wp-block-media-text__content {
  padding: 0 0px 0 60px; }

.related {
  padding: 28px 0; }
  .related__block figure {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 9; }
  .related__block img {
    height: auto;
    position: relative;
    z-index: 5; }
  .related__title {
    color: #272727;
    font-size: 28px; }
  .related__content {
    padding: 28px 12px; }
  .related__date {
    color: #272727;
    font-size: 14px;
    text-transform: capitalize; }
  .related__post-title {
    color: #272727;
    font-size: 22px;
    margin-bottom: 28px; }
  .related__excerpt {
    font-size: 16px;
    color: #272727; }

.page-template-template-leftsidebar-content .site-container .content {
  padding: 0; }

.page-template-template-leftsidebar-content .pagination {
  margin: 0; }

.page-template-template-leftsidebar-content .site-main--leftsidebar-content__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 40px 0 100px 0; }
  @media (min-width: 840px) {
    .page-template-template-leftsidebar-content .site-main--leftsidebar-content__inner {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; } }

.page-template-template-leftsidebar-content .site-main--leftsidebar-content__sidebar {
  width: 100%; }
  @media (min-width: 840px) {
    .page-template-template-leftsidebar-content .site-main--leftsidebar-content__sidebar {
      max-width: 200px;
      margin-right: 30px; } }
  @media (min-width: 1025px) {
    .page-template-template-leftsidebar-content .site-main--leftsidebar-content__sidebar {
      max-width: 300px;
      margin-right: 60px; } }
  .page-template-template-leftsidebar-content .site-main--leftsidebar-content__sidebar ul, .page-template-template-leftsidebar-content .site-main--leftsidebar-content__sidebar ol {
    padding: 0; }
  .page-template-template-leftsidebar-content .site-main--leftsidebar-content__sidebar li {
    list-style: none; }
  .page-template-template-leftsidebar-content .site-main--leftsidebar-content__sidebar ul.berocket_aapf_widget li > span {
    width: 100%; }
  .page-template-template-leftsidebar-content .site-main--leftsidebar-content__sidebar .widgettitle {
    font-family: 'Rubik-Medium';
    font-weight: 500;
    font-size: 16px;
    line-height: normal; }
  .page-template-template-leftsidebar-content .site-main--leftsidebar-content__sidebar ul, .page-template-template-leftsidebar-content .site-main--leftsidebar-content__sidebar--menu-items {
    margin-bottom: 40px; }
    .page-template-template-leftsidebar-content .site-main--leftsidebar-content__sidebar ul h4, .page-template-template-leftsidebar-content .site-main--leftsidebar-content__sidebar--menu-items h4 {
      font-family: 'Rubik-Medium';
      font-weight: 500;
      font-size: 16px;
      line-height: normal; }
    .page-template-template-leftsidebar-content .site-main--leftsidebar-content__sidebar ul li,
    .page-template-template-leftsidebar-content .site-main--leftsidebar-content__sidebar ul a, .page-template-template-leftsidebar-content .site-main--leftsidebar-content__sidebar--menu-items li,
    .page-template-template-leftsidebar-content .site-main--leftsidebar-content__sidebar--menu-items a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-family: 'Rubik-Regular';
      font-weight: 500;
      font-size: 16px;
      line-height: 1.4;
      height: auto;
      min-height: 48px;
      width: 100%;
      padding: 10px 14px;
      color: #272727;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      @media (min-width: 1025px) {
        .page-template-template-leftsidebar-content .site-main--leftsidebar-content__sidebar ul li,
        .page-template-template-leftsidebar-content .site-main--leftsidebar-content__sidebar ul a, .page-template-template-leftsidebar-content .site-main--leftsidebar-content__sidebar--menu-items li,
        .page-template-template-leftsidebar-content .site-main--leftsidebar-content__sidebar--menu-items a {
          height: 48px;
          padding: 0px 14px; } }
      .page-template-template-leftsidebar-content .site-main--leftsidebar-content__sidebar ul li:hover,
      .page-template-template-leftsidebar-content .site-main--leftsidebar-content__sidebar ul a:hover, .page-template-template-leftsidebar-content .site-main--leftsidebar-content__sidebar--menu-items li:hover,
      .page-template-template-leftsidebar-content .site-main--leftsidebar-content__sidebar--menu-items a:hover {
        background-color: #EEEEEE;
        text-shadow: 0px 0px 0 #272727, 0px 0px 0 #272727, 0px 0px 0 #272727, 0px 0px 0 #272727; }
      .page-template-template-leftsidebar-content .site-main--leftsidebar-content__sidebar ul li.current-cat,
      .page-template-template-leftsidebar-content .site-main--leftsidebar-content__sidebar ul a.current-cat, .page-template-template-leftsidebar-content .site-main--leftsidebar-content__sidebar--menu-items li.current-cat,
      .page-template-template-leftsidebar-content .site-main--leftsidebar-content__sidebar--menu-items a.current-cat {
        background-color: #EEEEEE;
        text-shadow: 0px 0px 0 #272727, 0px 0px 0 #272727, 0px 0px 0 #272727, 0px 0px 0 #272727; }
      .page-template-template-leftsidebar-content .site-main--leftsidebar-content__sidebar ul li .berocket_checked,
      .page-template-template-leftsidebar-content .site-main--leftsidebar-content__sidebar ul a .berocket_checked, .page-template-template-leftsidebar-content .site-main--leftsidebar-content__sidebar--menu-items li .berocket_checked,
      .page-template-template-leftsidebar-content .site-main--leftsidebar-content__sidebar--menu-items a .berocket_checked {
        text-shadow: 0px 0px 0 #272727, 0px 0px 0 #272727, 0px 0px 0 #272727, 0px 0px 0 #272727; }
    .page-template-template-leftsidebar-content .site-main--leftsidebar-content__sidebar ul li, .page-template-template-leftsidebar-content .site-main--leftsidebar-content__sidebar--menu-items li {
      padding: 0;
      -webkit-transition: background-color 0.3s ease-in-out;
      transition: background-color 0.3s ease-in-out; }
    .page-template-template-leftsidebar-content .site-main--leftsidebar-content__sidebar ul input[type='checkbox'] + label, .page-template-template-leftsidebar-content .site-main--leftsidebar-content__sidebar--menu-items input[type='checkbox'] + label {
      position: relative; }
    .page-template-template-leftsidebar-content .site-main--leftsidebar-content__sidebar ul input[type='checkbox'] + label::after, .page-template-template-leftsidebar-content .site-main--leftsidebar-content__sidebar--menu-items input[type='checkbox'] + label::after {
      -webkit-transform: none;
              transform: none;
      width: 10px;
      height: 10px;
      font-size: 12px;
      left: -21px; }
    .page-template-template-leftsidebar-content .site-main--leftsidebar-content__sidebar ul input[type='checkbox']:checked + label::after, .page-template-template-leftsidebar-content .site-main--leftsidebar-content__sidebar--menu-items input[type='checkbox']:checked + label::after {
      -webkit-transform: none;
              transform: none; }
    .page-template-template-leftsidebar-content .site-main--leftsidebar-content__sidebar ul input[type='checkbox'] + label::before, .page-template-template-leftsidebar-content .site-main--leftsidebar-content__sidebar--menu-items input[type='checkbox'] + label::before {
      display: -webkit-inline-box !important;
      display: -ms-inline-flexbox !important;
      display: inline-flex !important;
      content: '' !important;
      cursor: pointer !important;
      position: absolute !important;
      width: 15px !important;
      height: 15px !important;
      top: 0 !important;
      left: -25px !important;
      border: 1px solid #272727 !important; }

@media (min-width: 840px) {
  .page-template-template-leftsidebar-content .site-main--leftsidebar-content__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; } }

.page-template-template-leftsidebar-content .site-main--leftsidebar-content__content h1 {
  color: #1374A8;
  margin-bottom: 20px; }

.page-template-template-leftsidebar-content .site-main--leftsidebar-content__content p {
  line-height: 1.5; }

.page-template-template-leftsidebar-content .site-main--leftsidebar-content__content--categories {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc( 100% + 30px);
  margin-left: -15px;
  padding: 0 15px; }
  @media (min-width: 840px) {
    .page-template-template-leftsidebar-content .site-main--leftsidebar-content__content--categories {
      margin-top: 70px; } }
  .page-template-template-leftsidebar-content .site-main--leftsidebar-content__content--categories h3 {
    font-family: 'Rubik-Bold';
    font-weight: 700;
    width: 100%;
    font-size: 26px;
    margin-bottom: 30px;
    line-height: normal;
    color: #1374A8;
    text-transform: uppercase; }
    @media (min-width: 840px) {
      .page-template-template-leftsidebar-content .site-main--leftsidebar-content__content--categories h3 {
        margin-bottom: 40px; } }
  .page-template-template-leftsidebar-content .site-main--leftsidebar-content__content--categories a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-shadow: 0 0 10px rgba(97, 97, 97, 0.1);
            box-shadow: 0 0 10px rgba(97, 97, 97, 0.1);
    width: 100%;
    padding: 30px;
    margin-bottom: 30px; }
    .page-template-template-leftsidebar-content .site-main--leftsidebar-content__content--categories a:hover {
      -webkit-box-shadow: 0 0 10px rgba(97, 97, 97, 0.5);
              box-shadow: 0 0 10px rgba(97, 97, 97, 0.5); }
    @media (min-width: 440px) and (max-width: 1339px) {
      .page-template-template-leftsidebar-content .site-main--leftsidebar-content__content--categories a {
        max-width: calc( 50% - 15px); }
        .page-template-template-leftsidebar-content .site-main--leftsidebar-content__content--categories a:not(:nth-of-type(2n)) {
          margin-right: 30px; } }
    @media (min-width: 1340px) {
      .page-template-template-leftsidebar-content .site-main--leftsidebar-content__content--categories a {
        max-width: calc( 33.33% - 20px); }
        .page-template-template-leftsidebar-content .site-main--leftsidebar-content__content--categories a:not(:nth-of-type(3n)) {
          margin-right: 30px; } }
    .page-template-template-leftsidebar-content .site-main--leftsidebar-content__content--categories a img {
      height: auto; }
      .page-template-template-leftsidebar-content .site-main--leftsidebar-content__content--categories a img + span {
        margin-top: 20px; }
    .page-template-template-leftsidebar-content .site-main--leftsidebar-content__content--categories a span {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 100%;
      font-size: 16px;
      line-height: 1.5;
      color: #1374A8;
      text-align: center; }
      @media (min-width: 840px) {
        .page-template-template-leftsidebar-content .site-main--leftsidebar-content__content--categories a span {
          font-size: 18px; } }

.page-template-template-leftsidebar-content .site-main--leftsidebar-content__content .wp-block-yoast-faq-block {
  max-width: 100%;
  margin-top: 30px;
  margin-bottom: 40px; }
  @media (min-width: 840px) {
    .page-template-template-leftsidebar-content .site-main--leftsidebar-content__content .wp-block-yoast-faq-block {
      margin-top: 40px;
      margin-bottom: 60px; } }
  .page-template-template-leftsidebar-content .site-main--leftsidebar-content__content .wp-block-yoast-faq-block .schema-faq-question {
    font-family: 'Rubik-Regular';
    font-weight: 400; }

/* Components. */
.am2-accordion {
  width: 100%; }
  .am2-accordion:last-child {
    margin-bottom: 0px; }
  .am2-accordion__panel {
    clear: both; }
  .am2-accordion__panel-title {
    cursor: pointer;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    color: #272727;
    background: #fff;
    -webkit-transition: all 0.3s cubic-bezier(0.45, 0.03, 0.5, 0.95);
    transition: all 0.3s cubic-bezier(0.45, 0.03, 0.5, 0.95); }
  .am2-accordion__toggle-icon {
    top: 4px;
    float: right;
    width: 16px;
    height: 16px;
    -webkit-transition: all 0.3s cubic-bezier(0.45, 0.03, 0.5, 0.95);
    transition: all 0.3s cubic-bezier(0.45, 0.03, 0.5, 0.95); }
  .am2-accordion__panel-content {
    display: none;
    padding: 10px;
    border: 1px solid transparent;
    border-radius: 0 0 3px 3px; }
  .am2-accordion__panel--current .am2-accordion__panel-title {
    background: #fff;
    color: #272727;
    border-bottom: 1px solid #1374A8; }
  .am2-accordion__panel--current .am2-accordion__toggle-icon {
    top: 0;
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg); }

.wp-block-yoast-faq-block {
  margin-bottom: 32px;
  margin-top: 8px; }
  @media (min-width: 1025px) {
    .wp-block-yoast-faq-block {
      margin: 16px auto 50px auto;
      max-width: 930px; } }
  .wp-block-yoast-faq-block .schema-faq-answer {
    padding-right: 25px; }
    .wp-block-yoast-faq-block .schema-faq-answer img {
      display: block;
      margin-top: 20px; }

.schema-faq-section {
  border-bottom: 1px solid #EDEDED; }
  .schema-faq-section .schema-faq-question {
    position: relative;
    margin-bottom: -1px;
    display: block;
    font-family: 'Rubik-Medium';
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    color: #272727;
    padding: 10px 0;
    padding-right: 25px;
    border-bottom: 1px solid #EDEDED;
    cursor: pointer; }
    @media (min-width: 840px) {
      .schema-faq-section .schema-faq-question {
        padding: 15px 0;
        padding-right: 35px; } }
    .schema-faq-section .schema-faq-question::after {
      content: '';
      position: absolute;
      top: 50%;
      right: 0;
      display: block;
      width: 14px;
      height: 14px;
      -webkit-transition: all 0.3s cubic-bezier(0.45, 0.03, 0.5, 0.95);
      transition: all 0.3s cubic-bezier(0.45, 0.03, 0.5, 0.95);
      cursor: pointer;
      background: url("../../resources/svg/arrow/down.svg") no-repeat center center;
      background-size: contain;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      -webkit-filter: invert(21%) sepia(83%) saturate(2487%) hue-rotate(183deg) brightness(102%) contrast(85%);
              filter: invert(21%) sepia(83%) saturate(2487%) hue-rotate(183deg) brightness(102%) contrast(85%); }
    .schema-faq-section .schema-faq-question:not(.features) .schema-faq-section .schema-faq-question:not(.accessories).schema-faq-question--current {
      border: none; }
      .schema-faq-section .schema-faq-question:not(.features) .schema-faq-section .schema-faq-question:not(.accessories).schema-faq-question--current::after {
        -webkit-transform: translateY(-50%) rotate(180deg);
                transform: translateY(-50%) rotate(180deg); }
    .schema-faq-section .schema-faq-question.features + .schema-faq-answer-custom, .schema-faq-section .schema-faq-question.accessories + .schema-faq-answer-custom {
      display: none; }
    .schema-faq-section .schema-faq-question.features:after, .schema-faq-section .schema-faq-question.accessories:after {
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    .schema-faq-section .schema-faq-question.features.schema-faq-question--current-custom, .schema-faq-section .schema-faq-question.accessories.schema-faq-question--current-custom {
      border: none; }
      .schema-faq-section .schema-faq-question.features.schema-faq-question--current-custom::after, .schema-faq-section .schema-faq-question.accessories.schema-faq-question--current-custom::after {
        -webkit-transform: translateY(-50%) rotate(180deg);
                transform: translateY(-50%) rotate(180deg); }
  .schema-faq-section .schema-faq-answer {
    display: none;
    margin-top: 0;
    line-height: 1.5;
    padding-top: 15px; }
    @media (min-width: 840px) {
      .schema-faq-section .schema-faq-answer {
        padding-top: 25px; } }
    .schema-faq-section .schema-faq-answer:last-child {
      padding-bottom: 15px; }
      @media (min-width: 840px) {
        .schema-faq-section .schema-faq-answer:last-child {
          padding-bottom: 25px; } }
  .schema-faq-section .features-answer,
  .schema-faq-section .accessories-answer {
    padding-left: 10px; }
    .schema-faq-section .features-answer .schema-faq-question--current,
    .schema-faq-section .accessories-answer .schema-faq-question--current {
      border: none; }
      .schema-faq-section .features-answer .schema-faq-question--current::after,
      .schema-faq-section .accessories-answer .schema-faq-question--current::after {
        -webkit-transform: translateY(-50%) rotate(180deg);
                transform: translateY(-50%) rotate(180deg); }
    .schema-faq-section .features-answer img,
    .schema-faq-section .accessories-answer img {
      max-width: 100%;
      width: auto;
      height: auto;
      display: block;
      margin-bottom: 20px; }

.badge {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  font-size: 9px;
  padding: 0px 12px;
  -webkit-user-select: none;
      -ms-user-select: none;
             -moz-user-select: none;
          user-select: none;
  background: #272727;
  line-height: 16px;
  color: #C6C6C6;
  border-radius: 3px; }
  .badge--primary {
    background: #0A5984;
    color: #C6C6C6; }
  .badge--secondary {
    background: #0A5984;
    color: #C6C6C6; }
  .badge--featured {
    background: #CC7D2C;
    color: #C6C6C6; }
  .badge--transparent {
    background: transparent;
    color: #0A5984; }
  .badge--danger {
    background: #B2153D;
    color: #C6C6C6; }
  .badge--full-width {
    width: 100%; }

.breadcrumbs {
  padding: 0;
  margin-bottom: 20px; }
  .breadcrumbs__item {
    display: inline-block;
    color: #0A5984; }
    .breadcrumbs__item-icon {
      margin: 0 10px;
      width: 12px;
      height: 12px;
      fill: #0A5984; }

.tax-product_cat .breadcrumbs {
  margin-bottom: 10px; }

/**
* Variables used in this file from abstracts/_variable.scss
*
get_color(primary)
get_color(secondary)
get_color(featured)
get_color(danger)
get_color(body)
get_color(gray)
$text_color_primary
$text_color_secondary
$text_color_featured
$text_color_danger
$padding_button
$padding_large_button
$padding_small_button
*
*/
/**
* Specific variables (used only in this file)
*
* None
*
**/
button,
.button,
.wpcf7 form input[type='submit'],
.add-to-cart-wrapper .added_to_cart,
.woocommerce-cart p.return-to-shop a,
.single-product .wc-forward,
.single-product .summary .woocommerce-Reviews .submit,
.woocommerce-checkout-payment button {
  font-family: 'Rubik-Regular';
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0;
  margin-right: 4px;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 3px;
  white-space: nowrap;
  font-size: 16px;
  padding: 0 20px;
  -webkit-user-select: none;
      -ms-user-select: none;
             -moz-user-select: none;
          user-select: none;
  background: #272727;
  color: #272727;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.3s cubic-bezier(0.45, 0.03, 0.5, 0.95);
  transition: all 0.3s cubic-bezier(0.45, 0.03, 0.5, 0.95);
  min-height: 40px; }
  @media (max-width: 639px) {
    button,
    .button,
    .wpcf7 form input[type='submit'],
    .add-to-cart-wrapper .added_to_cart,
    .woocommerce-cart p.return-to-shop a,
    .single-product .wc-forward,
    .single-product .summary .woocommerce-Reviews .submit,
    .woocommerce-checkout-payment button {
      padding: 8px 30px;
      font-size: 16px; } }
  button:active,
  .button:active,
  .wpcf7 form input:active[type='submit'],
  .add-to-cart-wrapper .added_to_cart:active,
  .woocommerce-cart p.return-to-shop a:active,
  .single-product .wc-forward:active,
  .single-product .summary .woocommerce-Reviews .submit:active,
  .woocommerce-checkout-payment button:active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  button:focus,
  .button:focus,
  .wpcf7 form input:focus[type='submit'],
  .add-to-cart-wrapper .added_to_cart:focus,
  .woocommerce-cart p.return-to-shop a:focus,
  .single-product .wc-forward:focus,
  .single-product .summary .woocommerce-Reviews .submit:focus,
  .woocommerce-checkout-payment button:focus {
    text-decoration: none;
    color: #272727; }
  button:hover,
  .button:hover,
  .wpcf7 form input:hover[type='submit'],
  .add-to-cart-wrapper .added_to_cart:hover,
  .woocommerce-cart p.return-to-shop a:hover,
  .single-product .wc-forward:hover,
  .single-product .summary .woocommerce-Reviews .submit:hover,
  .woocommerce-checkout-payment button:hover {
    background: #cbcbcb;
    color: #272727; }
  button:last-child,
  .button:last-child,
  .wpcf7 form input:last-child[type='submit'],
  .add-to-cart-wrapper .added_to_cart:last-child,
  .woocommerce-cart p.return-to-shop a:last-child,
  .single-product .wc-forward:last-child,
  .single-product .summary .woocommerce-Reviews .submit:last-child,
  .woocommerce-checkout-payment button:last-child {
    margin-right: 0px; }

.button span, .wpcf7 form input[type='submit'] span, .add-to-cart-wrapper .added_to_cart span, .woocommerce-cart p.return-to-shop a span, .single-product .wc-forward span, .single-product .summary .woocommerce-Reviews .submit span, .woocommerce-checkout-payment button span {
  display: inline-block;
  margin-right: 6px; }
  .button span:last-child, .wpcf7 form input[type='submit'] span:last-child, .add-to-cart-wrapper .added_to_cart span:last-child, .woocommerce-cart p.return-to-shop a span:last-child, .single-product .wc-forward span:last-child, .single-product .summary .woocommerce-Reviews .submit span:last-child, .woocommerce-checkout-payment button span:last-child {
    margin-right: 0px; }

.button__icon {
  margin-right: 6px;
  width: 16px;
  height: 16px;
  vertical-align: text-top; }
  .button__icon:last-child {
    margin-right: 0px; }

.button--link {
  background: transparent !important;
  padding-left: 0 !important; }
  .button--link:hover {
    text-decoration: underline !important; }

.button--large {
  padding: 24px 80px;
  font-size: 18px; }
  .button--large .button__icon {
    width: 18px;
    height: 18px; }

.button--small, .subscribe__form #mc-embedded-subscribe {
  padding: 13px 32px; }
  @media (max-width: 639px) {
    .button--small, .subscribe__form #mc-embedded-subscribe {
      padding: 10px 20px; } }

.button--primary, .wpcf7 form input[type='submit'], .chimp-newsletter__submit, .woocommerce-account .login .button, .woocommerce-account .login .wpcf7 form input[type='submit'], .wpcf7 form .woocommerce-account .login input[type='submit'], .woocommerce-account .login .add-to-cart-wrapper .added_to_cart, .add-to-cart-wrapper .woocommerce-account .login .added_to_cart, .woocommerce-account .login .woocommerce-cart p.return-to-shop a, .woocommerce-cart p.return-to-shop .woocommerce-account .login a, .woocommerce-account .login .single-product .wc-forward, .single-product .woocommerce-account .login .wc-forward, .woocommerce-account .login .single-product .summary .woocommerce-Reviews .submit, .single-product .summary .woocommerce-Reviews .woocommerce-account .login .submit, .woocommerce-account .login .woocommerce-checkout-payment button, .woocommerce-checkout-payment .woocommerce-account .login button, .woocommerce-account .register .button, .woocommerce-account .register .wpcf7 form input[type='submit'], .wpcf7 form .woocommerce-account .register input[type='submit'], .woocommerce-account .register .add-to-cart-wrapper .added_to_cart, .add-to-cart-wrapper .woocommerce-account .register .added_to_cart, .woocommerce-account .register .woocommerce-cart p.return-to-shop a, .woocommerce-cart p.return-to-shop .woocommerce-account .register a, .woocommerce-account .register .single-product .wc-forward, .single-product .woocommerce-account .register .wc-forward, .woocommerce-account .register .single-product .summary .woocommerce-Reviews .submit, .single-product .summary .woocommerce-Reviews .woocommerce-account .register .submit, .woocommerce-account .register .woocommerce-checkout-payment button, .woocommerce-checkout-payment .woocommerce-account .register button, .woocommerce-account .woocommerce-ResetPassword .button, .woocommerce-account .woocommerce-ResetPassword .wpcf7 form input[type='submit'], .wpcf7 form .woocommerce-account .woocommerce-ResetPassword input[type='submit'], .woocommerce-account .woocommerce-ResetPassword .add-to-cart-wrapper .added_to_cart, .add-to-cart-wrapper .woocommerce-account .woocommerce-ResetPassword .added_to_cart, .woocommerce-account .woocommerce-ResetPassword .woocommerce-cart p.return-to-shop a, .woocommerce-cart p.return-to-shop .woocommerce-account .woocommerce-ResetPassword a, .woocommerce-account .woocommerce-ResetPassword .single-product .wc-forward, .single-product .woocommerce-account .woocommerce-ResetPassword .wc-forward, .woocommerce-account .woocommerce-ResetPassword .single-product .summary .woocommerce-Reviews .submit, .single-product .summary .woocommerce-Reviews .woocommerce-account .woocommerce-ResetPassword .submit, .woocommerce-account .woocommerce-ResetPassword .woocommerce-checkout-payment button, .woocommerce-checkout-payment .woocommerce-account .woocommerce-ResetPassword button, .woocommerce-account .woocommerce-order-details .button, .woocommerce-account .woocommerce-order-details .wpcf7 form input[type='submit'], .wpcf7 form .woocommerce-account .woocommerce-order-details input[type='submit'], .woocommerce-account .woocommerce-order-details .add-to-cart-wrapper .added_to_cart, .add-to-cart-wrapper .woocommerce-account .woocommerce-order-details .added_to_cart, .woocommerce-account .woocommerce-order-details .woocommerce-cart p.return-to-shop a, .woocommerce-cart p.return-to-shop .woocommerce-account .woocommerce-order-details a, .woocommerce-account .woocommerce-order-details .single-product .wc-forward, .single-product .woocommerce-account .woocommerce-order-details .wc-forward, .woocommerce-account .woocommerce-order-details .single-product .summary .woocommerce-Reviews .submit, .single-product .summary .woocommerce-Reviews .woocommerce-account .woocommerce-order-details .submit, .woocommerce-account .woocommerce-order-details .woocommerce-checkout-payment button, .woocommerce-checkout-payment .woocommerce-account .woocommerce-order-details button, .woocommerce-MyAccount-content .woocommerce-Button,
.woocommerce-MyAccount-content .woocommerce-button, .woocommerce-checkout-payment button {
  background: #0A5984;
  color: #FFFFFF;
  fill: #FFFFFF; }
  .button--primary:hover, .wpcf7 form input:hover[type='submit'], .chimp-newsletter__submit:hover, .woocommerce-account .login .button:hover, .woocommerce-account .login .add-to-cart-wrapper .added_to_cart:hover, .add-to-cart-wrapper .woocommerce-account .login .added_to_cart:hover, .woocommerce-account .login .woocommerce-cart p.return-to-shop a:hover, .woocommerce-cart p.return-to-shop .woocommerce-account .login a:hover, .woocommerce-account .login .single-product .wc-forward:hover, .single-product .woocommerce-account .login .wc-forward:hover, .woocommerce-account .login .single-product .summary .woocommerce-Reviews .submit:hover, .single-product .summary .woocommerce-Reviews .woocommerce-account .login .submit:hover, .woocommerce-account .login .woocommerce-checkout-payment button:hover, .woocommerce-checkout-payment .woocommerce-account .login button:hover, .woocommerce-account .register .button:hover, .woocommerce-account .register .add-to-cart-wrapper .added_to_cart:hover, .add-to-cart-wrapper .woocommerce-account .register .added_to_cart:hover, .woocommerce-account .register .woocommerce-cart p.return-to-shop a:hover, .woocommerce-cart p.return-to-shop .woocommerce-account .register a:hover, .woocommerce-account .register .single-product .wc-forward:hover, .single-product .woocommerce-account .register .wc-forward:hover, .woocommerce-account .register .single-product .summary .woocommerce-Reviews .submit:hover, .single-product .summary .woocommerce-Reviews .woocommerce-account .register .submit:hover, .woocommerce-account .register .woocommerce-checkout-payment button:hover, .woocommerce-checkout-payment .woocommerce-account .register button:hover, .woocommerce-account .woocommerce-ResetPassword .button:hover, .woocommerce-account .woocommerce-ResetPassword .add-to-cart-wrapper .added_to_cart:hover, .add-to-cart-wrapper .woocommerce-account .woocommerce-ResetPassword .added_to_cart:hover, .woocommerce-account .woocommerce-ResetPassword .woocommerce-cart p.return-to-shop a:hover, .woocommerce-cart p.return-to-shop .woocommerce-account .woocommerce-ResetPassword a:hover, .woocommerce-account .woocommerce-ResetPassword .single-product .wc-forward:hover, .single-product .woocommerce-account .woocommerce-ResetPassword .wc-forward:hover, .woocommerce-account .woocommerce-ResetPassword .single-product .summary .woocommerce-Reviews .submit:hover, .single-product .summary .woocommerce-Reviews .woocommerce-account .woocommerce-ResetPassword .submit:hover, .woocommerce-account .woocommerce-ResetPassword .woocommerce-checkout-payment button:hover, .woocommerce-checkout-payment .woocommerce-account .woocommerce-ResetPassword button:hover, .woocommerce-account .woocommerce-order-details .button:hover, .woocommerce-account .woocommerce-order-details .add-to-cart-wrapper .added_to_cart:hover, .add-to-cart-wrapper .woocommerce-account .woocommerce-order-details .added_to_cart:hover, .woocommerce-account .woocommerce-order-details .woocommerce-cart p.return-to-shop a:hover, .woocommerce-cart p.return-to-shop .woocommerce-account .woocommerce-order-details a:hover, .woocommerce-account .woocommerce-order-details .single-product .wc-forward:hover, .single-product .woocommerce-account .woocommerce-order-details .wc-forward:hover, .woocommerce-account .woocommerce-order-details .single-product .summary .woocommerce-Reviews .submit:hover, .single-product .summary .woocommerce-Reviews .woocommerce-account .woocommerce-order-details .submit:hover, .woocommerce-account .woocommerce-order-details .woocommerce-checkout-payment button:hover, .woocommerce-checkout-payment .woocommerce-account .woocommerce-order-details button:hover, .woocommerce-MyAccount-content .woocommerce-Button:hover,
  .woocommerce-MyAccount-content .woocommerce-button:hover, .woocommerce-checkout-payment button:hover {
    background: #0c699c;
    color: #FFFFFF;
    fill: #FFFFFF;
    border-bottom-color: transparent; }
  .button--primary:focus, .wpcf7 form input:focus[type='submit'], .chimp-newsletter__submit:focus, .woocommerce-account .login .button:focus, .woocommerce-account .login .add-to-cart-wrapper .added_to_cart:focus, .add-to-cart-wrapper .woocommerce-account .login .added_to_cart:focus, .woocommerce-account .login .woocommerce-cart p.return-to-shop a:focus, .woocommerce-cart p.return-to-shop .woocommerce-account .login a:focus, .woocommerce-account .login .single-product .wc-forward:focus, .single-product .woocommerce-account .login .wc-forward:focus, .woocommerce-account .login .single-product .summary .woocommerce-Reviews .submit:focus, .single-product .summary .woocommerce-Reviews .woocommerce-account .login .submit:focus, .woocommerce-account .login .woocommerce-checkout-payment button:focus, .woocommerce-checkout-payment .woocommerce-account .login button:focus, .woocommerce-account .register .button:focus, .woocommerce-account .register .add-to-cart-wrapper .added_to_cart:focus, .add-to-cart-wrapper .woocommerce-account .register .added_to_cart:focus, .woocommerce-account .register .woocommerce-cart p.return-to-shop a:focus, .woocommerce-cart p.return-to-shop .woocommerce-account .register a:focus, .woocommerce-account .register .single-product .wc-forward:focus, .single-product .woocommerce-account .register .wc-forward:focus, .woocommerce-account .register .single-product .summary .woocommerce-Reviews .submit:focus, .single-product .summary .woocommerce-Reviews .woocommerce-account .register .submit:focus, .woocommerce-account .register .woocommerce-checkout-payment button:focus, .woocommerce-checkout-payment .woocommerce-account .register button:focus, .woocommerce-account .woocommerce-ResetPassword .button:focus, .woocommerce-account .woocommerce-ResetPassword .add-to-cart-wrapper .added_to_cart:focus, .add-to-cart-wrapper .woocommerce-account .woocommerce-ResetPassword .added_to_cart:focus, .woocommerce-account .woocommerce-ResetPassword .woocommerce-cart p.return-to-shop a:focus, .woocommerce-cart p.return-to-shop .woocommerce-account .woocommerce-ResetPassword a:focus, .woocommerce-account .woocommerce-ResetPassword .single-product .wc-forward:focus, .single-product .woocommerce-account .woocommerce-ResetPassword .wc-forward:focus, .woocommerce-account .woocommerce-ResetPassword .single-product .summary .woocommerce-Reviews .submit:focus, .single-product .summary .woocommerce-Reviews .woocommerce-account .woocommerce-ResetPassword .submit:focus, .woocommerce-account .woocommerce-ResetPassword .woocommerce-checkout-payment button:focus, .woocommerce-checkout-payment .woocommerce-account .woocommerce-ResetPassword button:focus, .woocommerce-account .woocommerce-order-details .button:focus, .woocommerce-account .woocommerce-order-details .add-to-cart-wrapper .added_to_cart:focus, .add-to-cart-wrapper .woocommerce-account .woocommerce-order-details .added_to_cart:focus, .woocommerce-account .woocommerce-order-details .woocommerce-cart p.return-to-shop a:focus, .woocommerce-cart p.return-to-shop .woocommerce-account .woocommerce-order-details a:focus, .woocommerce-account .woocommerce-order-details .single-product .wc-forward:focus, .single-product .woocommerce-account .woocommerce-order-details .wc-forward:focus, .woocommerce-account .woocommerce-order-details .single-product .summary .woocommerce-Reviews .submit:focus, .single-product .summary .woocommerce-Reviews .woocommerce-account .woocommerce-order-details .submit:focus, .woocommerce-account .woocommerce-order-details .woocommerce-checkout-payment button:focus, .woocommerce-checkout-payment .woocommerce-account .woocommerce-order-details button:focus, .woocommerce-MyAccount-content .woocommerce-Button:focus,
  .woocommerce-MyAccount-content .woocommerce-button:focus, .woocommerce-checkout-payment button:focus {
    color: #FFFFFF;
    fill: #FFFFFF;
    outline: none; }

.button--brand, .woocommerce-cart p.return-to-shop a, .single-product .wc-forward, .single-product .summary .woocommerce-Reviews .submit, .woocommerce-checkout .button, .woocommerce-checkout .wpcf7 form input[type='submit'], .wpcf7 form .woocommerce-checkout input[type='submit'], .woocommerce-checkout .add-to-cart-wrapper .added_to_cart, .add-to-cart-wrapper .woocommerce-checkout .added_to_cart, .woocommerce-checkout .woocommerce-checkout-payment button, .woocommerce-checkout-payment .woocommerce-checkout button {
  background: #1374A8;
  color: #FFFFFF;
  fill: #FFFFFF; }
  .button--brand:hover, .woocommerce-cart p.return-to-shop a:hover, .single-product .wc-forward:hover, .single-product .summary .woocommerce-Reviews .submit:hover, .woocommerce-checkout .button:hover, .woocommerce-checkout .wpcf7 form input:hover[type='submit'], .wpcf7 form .woocommerce-checkout input:hover[type='submit'], .woocommerce-checkout .add-to-cart-wrapper .added_to_cart:hover, .add-to-cart-wrapper .woocommerce-checkout .added_to_cart:hover, .woocommerce-checkout .woocommerce-checkout-payment button:hover, .woocommerce-checkout-payment .woocommerce-checkout button:hover {
    background: #1684bf;
    color: #FFFFFF;
    fill: #FFFFFF; }
  .button--brand:focus, .woocommerce-cart p.return-to-shop a:focus, .single-product .wc-forward:focus, .single-product .summary .woocommerce-Reviews .submit:focus, .woocommerce-checkout .button:focus, .woocommerce-checkout .wpcf7 form input:focus[type='submit'], .wpcf7 form .woocommerce-checkout input:focus[type='submit'], .woocommerce-checkout .add-to-cart-wrapper .added_to_cart:focus, .add-to-cart-wrapper .woocommerce-checkout .added_to_cart:focus, .woocommerce-checkout .woocommerce-checkout-payment button:focus, .woocommerce-checkout-payment .woocommerce-checkout button:focus {
    color: #FFFFFF;
    fill: #FFFFFF; }

.button--secondary, .subscribe__form #mc-embedded-subscribe {
  background: #0A5984;
  color: #FFFFFF;
  fill: #FFFFFF; }
  .button--secondary:hover, .subscribe__form #mc-embedded-subscribe:hover {
    background: rgba(10, 89, 132, 0.8);
    color: #FFFFFF;
    fill: #FFFFFF; }
  .button--secondary:focus, .subscribe__form #mc-embedded-subscribe:focus {
    color: #FFFFFF;
    fill: #FFFFFF; }

.button--featured {
  background: #CC7D2C;
  color: #FFFFFF;
  fill: #FFFFFF; }
  .button--featured:hover {
    background: #d58a3c;
    color: #FFFFFF;
    fill: #FFFFFF; }
  .button--featured:focus {
    color: #FFFFFF;
    fill: #FFFFFF; }

.button--danger {
  background: #B2153D;
  color: #FFFFFF;
  fill: #FFFFFF; }
  .button--danger:hover {
    background: #e01a4d;
    color: #FFFFFF;
    fill: #FFFFFF; }
  .button--danger:focus {
    color: #FFFFFF;
    fill: #FFFFFF; }

.button--transparent, .add-to-cart-wrapper .add_to_cart_button, .add-to-cart-wrapper .added_to_cart {
  background: transparent !important;
  color: #272727 !important;
  fill: #272727 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }
  .button--transparent:hover, .add-to-cart-wrapper .add_to_cart_button:hover, .add-to-cart-wrapper .added_to_cart:hover {
    background: #F7F7F7 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  .button--transparent:active, .add-to-cart-wrapper .add_to_cart_button:active, .add-to-cart-wrapper .added_to_cart:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  .button--transparent:focus, .add-to-cart-wrapper .add_to_cart_button:focus, .add-to-cart-wrapper .added_to_cart:focus {
    background-color: transparent !important; }
  .button--transparent-bordered, .add-to-cart-wrapper .add_to_cart_button, .add-to-cart-wrapper .added_to_cart {
    border: 2px solid rgba(39, 39, 39, 0.85) !important;
    color: #272727 !important; }
    .button--transparent-bordered:hover, .add-to-cart-wrapper .add_to_cart_button:hover, .add-to-cart-wrapper .added_to_cart:hover, .button--transparent-bordered:focus, .add-to-cart-wrapper .add_to_cart_button:focus, .add-to-cart-wrapper .added_to_cart:focus {
      background: #1374A8 !important;
      border-color: #1374A8 !important;
      color: #ffffff !important; }
      .button--transparent-bordered:hover a, .add-to-cart-wrapper .add_to_cart_button:hover a, .add-to-cart-wrapper .added_to_cart:hover a, .button--transparent-bordered:focus a, .add-to-cart-wrapper .add_to_cart_button:focus a, .add-to-cart-wrapper .added_to_cart:focus a {
        color: #ffffff !important; }
    .button--transparent-bordered:active, .add-to-cart-wrapper .add_to_cart_button:active, .add-to-cart-wrapper .added_to_cart:active {
      -webkit-box-shadow: none !important;
              box-shadow: none !important; }

.button--ghost {
  background: transparent;
  color: #272727;
  fill: #272727;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 2px solid #C6C6C6; }
  .button--ghost:hover {
    background: transparent;
    border-color: #272727;
    color: #272727;
    fill: #272727;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .button--ghost:active {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .button--ghost:focus {
    background-color: transparent; }

.button--full-width {
  display: block;
  width: 100%; }

button:disabled,
.button--disabled {
  opacity: 0.7;
  pointer-events: none;
  -webkit-box-shadow: none;
          box-shadow: none; }
  button:disabled:hover,
  .button--disabled:hover {
    color: inherit;
    background-color: inherit; }

.content-with-media {
  padding: 56px 0; }
  @media (max-width: 839px) {
    .content-with-media {
      padding: 28px 0; } }
  .content-with-media__title {
    font-size: 40px;
    font-weight: bold; }
  .content-with-media__text {
    font-size: 16px;
    line-height: 24px; }
  .content-with-media__list {
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 28px; }
    @media (max-width: 439px) {
      .content-with-media__list {
        margin-top: 28px; } }
    .content-with-media__list li {
      width: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      margin-bottom: 14px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (max-width: 439px) {
        .content-with-media__list li {
          width: 100%;
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
          margin-right: 0; } }
  .content-with-media__icon {
    width: 20px;
    height: 20px;
    fill: #1374A8;
    margin-right: 28px; }
  .content-with-media__cta {
    position: relative;
    z-index: 30; }
  .content-with-media__image {
    position: relative;
    z-index: 30; }
  .content-with-media__media {
    position: relative; }
    .content-with-media__media .is-playing .button__icon--pause {
      display: block; }
    .content-with-media__media .is-playing .button__icon--play {
      display: none; }
    .content-with-media__media .button__icon--pause {
      display: none;
      right: 10px; }
    .content-with-media__media .button__icon--play {
      position: relative;
      right: -2px; }
    .content-with-media__media video {
      display: block;
      max-width: 100%;
      width: 100%;
      min-height: 100%;
      position: relative;
      z-index: 20; }
  .content-with-media__play {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px;
    z-index: 30;
    border-radius: 100px; }
    .content-with-media__play svg {
      stroke: #0A5984;
      margin: 0; }
    .content-with-media__play:hover svg {
      stroke: #272727; }
    .content-with-media__play:active {
      -webkit-transform: translateY(2px);
              transform: translateY(2px); }
  @media (max-width: 1024px) {
    .content-with-media .col.col-6 {
      width: 100%;
      max-width: 100%;
      margin-bottom: 28px;
      -webkit-box-flex: 100%;
          -ms-flex: 100%;
              flex: 100%; } }
  .content-with-media--position-left .col--media {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .content-with-media--position-left .col--content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }

input[type='search']::-webkit-search-decoration,
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-results-button,
input[type='search']::-webkit-search-results-decoration {
  display: none; }

textarea, .form__input, .woocommerce-checkout form.login .form-row,
.woocommerce-checkout form.checkout .form-row, .chimp-newsletter__input, .woocommerce-account .login .woocommerce-form-row, .woocommerce-account .register .woocommerce-form-row, .woocommerce-account .woocommerce-ResetPassword .woocommerce-form-row, .woocommerce-account .woocommerce-EditAccountForm .woocommerce-form-row, form.cart.variations_form select {
  display: block;
  overflow: visible;
  width: 100%;
  min-height: 56px;
  border: 0;
  outline: none; }
  textarea:-ms-input-placeholder, .form__input:-ms-input-placeholder, .woocommerce-checkout form.login .form-row:-ms-input-placeholder, .woocommerce-checkout form.checkout .form-row:-ms-input-placeholder, .chimp-newsletter__input:-ms-input-placeholder, .woocommerce-account .login .woocommerce-form-row:-ms-input-placeholder, .woocommerce-account .register .woocommerce-form-row:-ms-input-placeholder, .woocommerce-account .woocommerce-ResetPassword .woocommerce-form-row:-ms-input-placeholder, .woocommerce-account .woocommerce-EditAccountForm .woocommerce-form-row:-ms-input-placeholder, form.cart.variations_form select:-ms-input-placeholder {
    color: #868686; }
  textarea::-ms-input-placeholder, .form__input::-ms-input-placeholder, .woocommerce-checkout form.login .form-row::-ms-input-placeholder, .woocommerce-checkout form.checkout .form-row::-ms-input-placeholder, .chimp-newsletter__input::-ms-input-placeholder, .woocommerce-account .login .woocommerce-form-row::-ms-input-placeholder, .woocommerce-account .register .woocommerce-form-row::-ms-input-placeholder, .woocommerce-account .woocommerce-ResetPassword .woocommerce-form-row::-ms-input-placeholder, .woocommerce-account .woocommerce-EditAccountForm .woocommerce-form-row::-ms-input-placeholder, form.cart.variations_form select::-ms-input-placeholder {
    color: #868686; }
  textarea::-webkit-input-placeholder, .form__input::-webkit-input-placeholder, .woocommerce-checkout form.login .form-row::-webkit-input-placeholder, .woocommerce-checkout form.checkout .form-row::-webkit-input-placeholder, .chimp-newsletter__input::-webkit-input-placeholder, .woocommerce-account .login .woocommerce-form-row::-webkit-input-placeholder, .woocommerce-account .register .woocommerce-form-row::-webkit-input-placeholder, .woocommerce-account .woocommerce-ResetPassword .woocommerce-form-row::-webkit-input-placeholder, .woocommerce-account .woocommerce-EditAccountForm .woocommerce-form-row::-webkit-input-placeholder, form.cart.variations_form select::-webkit-input-placeholder {
    color: #868686; }
  textarea::-moz-placeholder, .form__input::-moz-placeholder, .woocommerce-checkout form.login .form-row::-moz-placeholder, .woocommerce-checkout form.checkout .form-row::-moz-placeholder, .chimp-newsletter__input::-moz-placeholder, .woocommerce-account .login .woocommerce-form-row::-moz-placeholder, .woocommerce-account .register .woocommerce-form-row::-moz-placeholder, .woocommerce-account .woocommerce-ResetPassword .woocommerce-form-row::-moz-placeholder, .woocommerce-account .woocommerce-EditAccountForm .woocommerce-form-row::-moz-placeholder, form.cart.variations_form select::-moz-placeholder {
    color: #868686; }
  textarea::placeholder, .form__input::placeholder, .woocommerce-checkout form.login .form-row::placeholder,
  .woocommerce-checkout form.checkout .form-row::placeholder, .chimp-newsletter__input::placeholder, .woocommerce-account .login .woocommerce-form-row::placeholder, .woocommerce-account .register .woocommerce-form-row::placeholder, .woocommerce-account .woocommerce-ResetPassword .woocommerce-form-row::placeholder, .woocommerce-account .woocommerce-EditAccountForm .woocommerce-form-row::placeholder, form.cart.variations_form select::placeholder {
    color: #868686; }
  textarea::-ms-input-placeholder, .form__input::-ms-input-placeholder, .woocommerce-checkout form.login .form-row::-ms-input-placeholder,
  .woocommerce-checkout form.checkout .form-row::-ms-input-placeholder, .chimp-newsletter__input::-ms-input-placeholder, .woocommerce-account .login .woocommerce-form-row::-ms-input-placeholder, .woocommerce-account .register .woocommerce-form-row::-ms-input-placeholder, .woocommerce-account .woocommerce-ResetPassword .woocommerce-form-row::-ms-input-placeholder, .woocommerce-account .woocommerce-EditAccountForm .woocommerce-form-row::-ms-input-placeholder, form.cart.variations_form select::-ms-input-placeholder {
    color: #868686; }
  textarea:focus::-webkit-input-placeholder, .form__input:focus::-webkit-input-placeholder, .woocommerce-checkout form.login .form-row:focus::-webkit-input-placeholder, .woocommerce-checkout form.checkout .form-row:focus::-webkit-input-placeholder, .chimp-newsletter__input:focus::-webkit-input-placeholder, .woocommerce-account .login .woocommerce-form-row:focus::-webkit-input-placeholder, .woocommerce-account .register .woocommerce-form-row:focus::-webkit-input-placeholder, .woocommerce-account .woocommerce-ResetPassword .woocommerce-form-row:focus::-webkit-input-placeholder, .woocommerce-account .woocommerce-EditAccountForm .woocommerce-form-row:focus::-webkit-input-placeholder, form.cart.variations_form select:focus::-webkit-input-placeholder {
    color: transparent; }
  textarea:focus::-webkit-input-placeholder, .form__input:focus::-webkit-input-placeholder, .woocommerce-checkout form.login .form-row:focus::-webkit-input-placeholder,
  .woocommerce-checkout form.checkout .form-row:focus::-webkit-input-placeholder, .chimp-newsletter__input:focus::-webkit-input-placeholder, .woocommerce-account .login .woocommerce-form-row:focus::-webkit-input-placeholder, .woocommerce-account .register .woocommerce-form-row:focus::-webkit-input-placeholder, .woocommerce-account .woocommerce-ResetPassword .woocommerce-form-row:focus::-webkit-input-placeholder, .woocommerce-account .woocommerce-EditAccountForm .woocommerce-form-row:focus::-webkit-input-placeholder, form.cart.variations_form select:focus::-webkit-input-placeholder, textarea:focus::-moz-placeholder, .form__input:focus::-moz-placeholder, .woocommerce-checkout form.login .form-row:focus::-moz-placeholder,
  .woocommerce-checkout form.checkout .form-row:focus::-moz-placeholder, .chimp-newsletter__input:focus::-moz-placeholder, .woocommerce-account .login .woocommerce-form-row:focus::-moz-placeholder, .woocommerce-account .register .woocommerce-form-row:focus::-moz-placeholder, .woocommerce-account .woocommerce-ResetPassword .woocommerce-form-row:focus::-moz-placeholder, .woocommerce-account .woocommerce-EditAccountForm .woocommerce-form-row:focus::-moz-placeholder, form.cart.variations_form select:focus::-moz-placeholder, textarea:focus:-ms-input-placeholder, .form__input:focus:-ms-input-placeholder, .woocommerce-checkout form.login .form-row:focus:-ms-input-placeholder,
  .woocommerce-checkout form.checkout .form-row:focus:-ms-input-placeholder, .chimp-newsletter__input:focus:-ms-input-placeholder, .woocommerce-account .login .woocommerce-form-row:focus:-ms-input-placeholder, .woocommerce-account .register .woocommerce-form-row:focus:-ms-input-placeholder, .woocommerce-account .woocommerce-ResetPassword .woocommerce-form-row:focus:-ms-input-placeholder, .woocommerce-account .woocommerce-EditAccountForm .woocommerce-form-row:focus:-ms-input-placeholder, form.cart.variations_form select:focus:-ms-input-placeholder, textarea:focus::placeholder, .form__input:focus::placeholder, .woocommerce-checkout form.login .form-row:focus::placeholder,
  .woocommerce-checkout form.checkout .form-row:focus::placeholder, .chimp-newsletter__input:focus::placeholder, .woocommerce-account .login .woocommerce-form-row:focus::placeholder, .woocommerce-account .register .woocommerce-form-row:focus::placeholder, .woocommerce-account .woocommerce-ResetPassword .woocommerce-form-row:focus::placeholder, .woocommerce-account .woocommerce-EditAccountForm .woocommerce-form-row:focus::placeholder, form.cart.variations_form select:focus::placeholder {
    color: transparent; }

textarea {
  height: 302px; }
  @media (min-width: 640px) {
    textarea {
      height: 130px; } }

input:focus,
input:active,
textarea:focus,
textarea:active {
  border-bottom-color: #0A5984; }

label {
  cursor: pointer;
  display: inline-block;
  margin-bottom: 14px; }
  label[data-error] {
    display: block;
    height: 0px; }

input[type='checkbox'] {
  display: none; }

input[type='checkbox'] + label {
  margin-left: 25px; }

input[type='checkbox'] + label::after {
  content: '✔';
  cursor: pointer;
  position: absolute;
  width: 9px;
  height: 5px;
  opacity: 0;
  background: transparent;
  top: 0px;
  left: 3px;
  color: #C6C6C6;
  -webkit-transform: scale(0);
          transform: scale(0); }

input[type='checkbox']:checked + label::after {
  opacity: 1;
  color: #272727;
  -webkit-transform: scale(1);
          transform: scale(1); }

input[type='checkbox'] + label::before {
  content: '';
  cursor: pointer;
  position: absolute;
  width: 17px;
  height: 17px;
  top: 0;
  left: 0;
  border: 2px solid #1374A8; }

input[type='radio'] {
  display: none; }

input[type='radio'] + label {
  margin-left: 25px; }

input[type='radio'] + label::after {
  content: '';
  cursor: pointer;
  opacity: 0;
  position: absolute;
  width: 10px;
  height: 10px;
  background: #1374A8;
  top: 5px;
  left: 5px;
  border-radius: 50%;
  -webkit-transform: scale(0);
          transform: scale(0); }

input[type='radio']:checked + label::after {
  opacity: 1;
  background: #1374A8;
  -webkit-transform: scale(1);
          transform: scale(1); }

input[type='radio'] + label::before {
  content: '';
  cursor: pointer;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0;
  left: 0;
  border: 2px solid #1374A8;
  border-radius: 50%; }

/* Chrome orange autofill color override */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:active,
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px white inset; }

.form {
  margin-bottom: 28px; }
  .form:last-child {
    margin-bottom: 0; }
  .form__field-icon {
    position: absolute;
    right: 0;
    bottom: 10px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #C6C6C6;
    border: 1px solid #C6C6C6;
    border-bottom-color: #adadad;
    border-bottom-width: 2px; }
    .form__field-icon--left {
      right: auto;
      left: 0; }
  .form__input, .woocommerce-checkout form.login .form-row,
  .woocommerce-checkout form.checkout .form-row, .chimp-newsletter__input, .woocommerce-account .login .woocommerce-form-row, .woocommerce-account .register .woocommerce-form-row, .woocommerce-account .woocommerce-ResetPassword .woocommerce-form-row, .woocommerce-account .woocommerce-EditAccountForm .woocommerce-form-row {
    position: relative;
    z-index: 1; }
    .form__input::-webkit-file-upload-button, .woocommerce-checkout form.login .form-row::-webkit-file-upload-button,
    .woocommerce-checkout form.checkout .form-row::-webkit-file-upload-button, .chimp-newsletter__input::-webkit-file-upload-button, .woocommerce-account .login .woocommerce-form-row::-webkit-file-upload-button, .woocommerce-account .register .woocommerce-form-row::-webkit-file-upload-button, .woocommerce-account .woocommerce-ResetPassword .woocommerce-form-row::-webkit-file-upload-button, .woocommerce-account .woocommerce-EditAccountForm .woocommerce-form-row::-webkit-file-upload-button {
      padding: 8px 15px;
      border: 1px solid #C6C6C6;
      background-color: #C6C6C6;
      position: relative;
      left: -10px; }
    .form__input:disabled, .woocommerce-checkout form.login .form-row:disabled,
    .woocommerce-checkout form.checkout .form-row:disabled, .chimp-newsletter__input:disabled, .woocommerce-account .login .woocommerce-form-row:disabled, .woocommerce-account .register .woocommerce-form-row:disabled, .woocommerce-account .woocommerce-ResetPassword .woocommerce-form-row:disabled, .woocommerce-account .woocommerce-EditAccountForm .woocommerce-form-row:disabled {
      color: rgba(198, 198, 198, 0.3);
      background: #C6C6C6;
      -webkit-box-shadow: none;
              box-shadow: none; }
    .form__input--has-left-icon {
      padding-left: 68px; }
    .form__input--has-right-icon {
      padding-right: 68px; }
    .form__input-row {
      position: relative; }
    .form__input br, .woocommerce-checkout form.login .form-row br, .woocommerce-checkout form.checkout .form-row br, .chimp-newsletter__input br, .woocommerce-account .login .woocommerce-form-row br, .woocommerce-account .register .woocommerce-form-row br, .woocommerce-account .woocommerce-ResetPassword .woocommerce-form-row br, .woocommerce-account .woocommerce-EditAccountForm .woocommerce-form-row br {
      display: none; }
    .form__input label, .woocommerce-checkout form.login .form-row label, .woocommerce-checkout form.checkout .form-row label, .chimp-newsletter__input label, .woocommerce-account .login .woocommerce-form-row label, .woocommerce-account .register .woocommerce-form-row label, .woocommerce-account .woocommerce-ResetPassword .woocommerce-form-row label, .woocommerce-account .woocommerce-EditAccountForm .woocommerce-form-row label {
      position: absolute;
      top: 16px;
      left: 24px;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      margin: 0;
      color: #868686;
      z-index: 0; }
    .form__input textarea, .woocommerce-checkout form.login .form-row textarea, .woocommerce-checkout form.checkout .form-row textarea, .chimp-newsletter__input textarea, .woocommerce-account .login .woocommerce-form-row textarea, .woocommerce-account .register .woocommerce-form-row textarea, .woocommerce-account .woocommerce-ResetPassword .woocommerce-form-row textarea, .woocommerce-account .woocommerce-EditAccountForm .woocommerce-form-row textarea,
    .form__input input,
    .woocommerce-checkout form.login .form-row input,
    .woocommerce-checkout form.checkout .form-row input,
    .chimp-newsletter__input input,
    .woocommerce-account .login .woocommerce-form-row input,
    .woocommerce-account .register .woocommerce-form-row input,
    .woocommerce-account .woocommerce-ResetPassword .woocommerce-form-row input,
    .woocommerce-account .woocommerce-EditAccountForm .woocommerce-form-row input {
      position: relative;
      display: block;
      width: 100%;
      height: 100%;
      min-height: inherit;
      padding: 0;
      z-index: 1;
      padding: 22px 24px 0 24px;
      background-color: transparent;
      border: 1px solid #E5E5E5;
      border-radius: 5px; }
      .form__input textarea:focus, .woocommerce-checkout form.login .form-row textarea:focus, .woocommerce-checkout form.checkout .form-row textarea:focus, .chimp-newsletter__input textarea:focus, .woocommerce-account .login .woocommerce-form-row textarea:focus, .woocommerce-account .register .woocommerce-form-row textarea:focus, .woocommerce-account .woocommerce-ResetPassword .woocommerce-form-row textarea:focus, .woocommerce-account .woocommerce-EditAccountForm .woocommerce-form-row textarea:focus,
      .form__input input:focus,
      .woocommerce-checkout form.login .form-row input:focus,
      .woocommerce-checkout form.checkout .form-row input:focus,
      .chimp-newsletter__input input:focus,
      .woocommerce-account .login .woocommerce-form-row input:focus,
      .woocommerce-account .register .woocommerce-form-row input:focus,
      .woocommerce-account .woocommerce-ResetPassword .woocommerce-form-row input:focus,
      .woocommerce-account .woocommerce-EditAccountForm .woocommerce-form-row input:focus {
        outline: none; }
    .form__input textarea, .woocommerce-checkout form.login .form-row textarea, .woocommerce-checkout form.checkout .form-row textarea, .chimp-newsletter__input textarea, .woocommerce-account .login .woocommerce-form-row textarea, .woocommerce-account .register .woocommerce-form-row textarea, .woocommerce-account .woocommerce-ResetPassword .woocommerce-form-row textarea, .woocommerce-account .woocommerce-EditAccountForm .woocommerce-form-row textarea {
      padding-top: 32px;
      height: 160px;
      resize: none; }
    .form__input--wrap,
    .form__input .wpcf7-form-control-wrap,
    .woocommerce-checkout form.login .form-row .wpcf7-form-control-wrap,
    .woocommerce-checkout form.checkout .form-row .wpcf7-form-control-wrap,
    .chimp-newsletter__input .wpcf7-form-control-wrap,
    .woocommerce-account .login .woocommerce-form-row .wpcf7-form-control-wrap,
    .woocommerce-account .register .woocommerce-form-row .wpcf7-form-control-wrap,
    .woocommerce-account .woocommerce-ResetPassword .woocommerce-form-row .wpcf7-form-control-wrap,
    .woocommerce-account .woocommerce-EditAccountForm .woocommerce-form-row .wpcf7-form-control-wrap {
      display: block;
      width: 100%;
      height: 100%;
      min-height: inherit; }
      .form__input--wrap.your-message + label,
      .form__input .wpcf7-form-control-wrap.your-message + label,
      .woocommerce-checkout form.login .form-row .wpcf7-form-control-wrap.your-message + label,
      .woocommerce-checkout form.checkout .form-row .wpcf7-form-control-wrap.your-message + label,
      .chimp-newsletter__input .wpcf7-form-control-wrap.your-message + label,
      .woocommerce-account .login .woocommerce-form-row .wpcf7-form-control-wrap.your-message + label,
      .woocommerce-account .register .woocommerce-form-row .wpcf7-form-control-wrap.your-message + label,
      .woocommerce-account .woocommerce-ResetPassword .woocommerce-form-row .wpcf7-form-control-wrap.your-message + label,
      .woocommerce-account .woocommerce-EditAccountForm .woocommerce-form-row .wpcf7-form-control-wrap.your-message + label {
        top: 12px;
        -webkit-transform: none;
                transform: none; }
      .form__input--wrap.focused-input + label,
      .form__input .wpcf7-form-control-wrap.focused-input + label,
      .woocommerce-checkout form.login .form-row .wpcf7-form-control-wrap.focused-input + label,
      .woocommerce-checkout form.checkout .form-row .wpcf7-form-control-wrap.focused-input + label,
      .chimp-newsletter__input .wpcf7-form-control-wrap.focused-input + label,
      .woocommerce-account .login .woocommerce-form-row .wpcf7-form-control-wrap.focused-input + label,
      .woocommerce-account .register .woocommerce-form-row .wpcf7-form-control-wrap.focused-input + label,
      .woocommerce-account .woocommerce-ResetPassword .woocommerce-form-row .wpcf7-form-control-wrap.focused-input + label,
      .woocommerce-account .woocommerce-EditAccountForm .woocommerce-form-row .wpcf7-form-control-wrap.focused-input + label {
        top: 12px;
        -webkit-transform: translateY(0);
                transform: translateY(0);
        font-size: 12px;
        color: #C6C6C6; }
    .form__input--upload {
      min-height: 145px;
      height: auto;
      position: relative;
      display: block;
      width: 100%;
      padding: 0;
      z-index: 1;
      background-color: #ffffff;
      border-radius: 5px; }
      .form__input--upload > .wpcf7-form-control-wrap {
        border: none; }
        .form__input--upload > .wpcf7-form-control-wrap > input {
          border: 1px solid #E5E5E5; }
      .form__input--upload label {
        opacity: 0; }
      .form__input--upload input {
        border: none;
        font-size: 0;
        text-indent: -9999px;
        padding: 0;
        -webkit-box-shadow: none;
                box-shadow: none; }
      .form__input--upload .choose-file {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 80%;
        text-align: center;
        color: #868686; }
        @media (min-width: 840px) {
          .form__input--upload .choose-file {
            width: 60%; } }
      .form__input--upload .choose-file-icon {
        position: absolute;
        top: 30%;
        left: 50%;
        -webkit-transform: translate(-50%, -30%);
                transform: translate(-50%, -30%);
        width: 32px;
        height: 22px;
        background: url("../../resources/svg/icon/upload.svg") no-repeat center center;
        background-size: contain;
        -webkit-filter: invert(78%) sepia(0%) saturate(0%) hue-rotate(152deg) brightness(98%) contrast(88%);
                filter: invert(78%) sepia(0%) saturate(0%) hue-rotate(152deg) brightness(98%) contrast(88%); }
      .form__input--upload .wpcf7-form-control-wrap .uploaded-file {
        font-family: 'Rubik-Regular';
        display: block;
        padding: 22px 24px 0 24px;
        font-size: 16px; }
  .form__required {
    color: #B2153D;
    vertical-align: super;
    font-size: smaller; }
  .form__field-description {
    vertical-align: super;
    font-size: smaller; }
  .form__row {
    position: relative;
    margin-bottom: 28px; }
    @media (min-width: 640px) {
      .form__row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row nowrap;
                flex-flow: row nowrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    .form__row:last-child {
      margin-bottom: 0; }
  .form__column {
    position: relative; }
    @media (min-width: 640px) {
      .form__column {
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
        width: auto;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 48%;
                flex: 0 0 48%;
        max-width: 48%;
        margin-bottom: 0 !important; } }
    .form__column:not(:last-child) {
      margin-bottom: 25px; }

.wpcf7-form.invalid label {
  top: 20px;
  left: 24px; }

.wpcf7-form .wpcf7-not-valid-tip {
  color: #FF0D0A; }

.wpcf7 form > p {
  margin-bottom: 16px; }
  .wpcf7 form > p:nth-last-of-type(-n+2), .wpcf7 form > p:last-of-type {
    margin-bottom: 0; }

.wpcf7 form input[type='submit'] {
  min-width: 120px;
  font-family: 'Rubik-Medium';
  font-weight: 500;
  letter-spacing: 0.02em;
  margin-top: 30px;
  margin-right: 0;
  min-height: 45px; }

.wpcf7 .wpcf7-response-output {
  margin-top: 20px; }

.wpcf7 .wpcf7-not-valid-tip {
  display: block;
  font-size: 12px;
  margin-top: 5px; }

.wpcf7 .required-indicator {
  position: absolute;
  top: 0;
  right: -11px;
  width: 6px;
  height: 6px;
  color: #868686; }

.woocommerce-account .woocommerce-EditAccountForm em {
  font-size: 12px;
  color: #C6C6C6; }

.woocommerce-account .woocommerce-EditAccountForm .woocommerce-form-row.focused-input > label {
  top: 12px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  font-size: 12px;
  color: #C6C6C6; }

.woocommerce-account .woocommerce-EditAccountForm .button, .woocommerce-account .woocommerce-EditAccountForm .wpcf7 form input[type='submit'], .wpcf7 form .woocommerce-account .woocommerce-EditAccountForm input[type='submit'], .woocommerce-account .woocommerce-EditAccountForm .add-to-cart-wrapper .added_to_cart, .add-to-cart-wrapper .woocommerce-account .woocommerce-EditAccountForm .added_to_cart, .woocommerce-account .woocommerce-EditAccountForm .woocommerce-cart p.return-to-shop a, .woocommerce-cart p.return-to-shop .woocommerce-account .woocommerce-EditAccountForm a, .woocommerce-account .woocommerce-EditAccountForm .single-product .wc-forward, .single-product .woocommerce-account .woocommerce-EditAccountForm .wc-forward, .woocommerce-account .woocommerce-EditAccountForm .single-product .summary .woocommerce-Reviews .submit, .single-product .summary .woocommerce-Reviews .woocommerce-account .woocommerce-EditAccountForm .submit, .woocommerce-account .woocommerce-EditAccountForm .woocommerce-checkout-payment button, .woocommerce-checkout-payment .woocommerce-account .woocommerce-EditAccountForm button {
  margin-top: 20px; }

.woocommerce-checkout form.login .form-row.focused-input > label,
.woocommerce-checkout form.checkout .form-row.focused-input > label {
  top: 5px !important;
  font-size: 12px !important;
  color: #C6C6C6 !important; }

.woocommerce-checkout form.login .woocommerce-additional-fields,
.woocommerce-checkout form.checkout .woocommerce-additional-fields {
  margin-top: 28px; }

.woocommerce-checkout form.login .select2-container--default .select2-selection--single,
.woocommerce-checkout form.checkout .select2-container--default .select2-selection--single {
  border-color: #E5E5E5; }

.woocommerce-checkout form.login {
  margin-top: 20px; }
  .woocommerce-checkout form.login label {
    z-index: 2 !important; }
    .woocommerce-checkout form.login label.woocommerce-form__label-for-checkbox {
      position: static;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 20px; }
      .woocommerce-checkout form.login label.woocommerce-form__label-for-checkbox input {
        display: block;
        width: 20px;
        height: 20px;
        margin-right: 10px; }
  .woocommerce-checkout form.login .form-row {
    width: 100%; }
    @media (min-width: 640px) {
      .woocommerce-checkout form.login .form-row {
        width: 50%; } }
    @media (min-width: 840px) {
      .woocommerce-checkout form.login .form-row {
        width: 400px; } }

.gallery {
  max-width: 1920px;
  margin: 0 auto;
  padding: 20px;
  display: grid;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: 1fr 1fr;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (min-width: 640px) {
    .gallery {
      grid-template-columns: repeat(4, minmax(0, 1fr)); } }
  @media (min-width: 1025px) {
    .gallery {
      grid-template-columns: repeat(6, minmax(0, 1fr)); } }
  .gallery__item {
    position: relative;
    overflow: hidden;
    border-radius: 5px; }
    .gallery__item--large {
      grid-column-start: 1;
      grid-column-end: 2;
      grid-row-start: 1;
      grid-row-end: 2; }
      @media (min-width: 640px) {
        .gallery__item--large {
          grid-column-start: 2;
          grid-column-end: 4;
          grid-row-start: 1;
          grid-row-end: 3; } }
    .gallery__item--hidden {
      display: none; }
    .gallery__item--last {
      color: #fff; }
    .gallery__item img {
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .gallery__item-overlay {
    font-size: 32px;
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: rgba(0, 0, 0, 0.4); }

.logo {
  min-width: 150px;
  margin: 0px;
  line-height: 1; }
  @media (min-width: 840px) {
    .logo {
      height: auto;
      max-width: none;
      max-width: initial; } }
  .logo__icon {
    width: 180px;
    height: 21px; }
    @media (max-width: 639px) {
      .logo__icon {
        width: 150px;
        height: 18px; } }
    .logo__icon--white {
      display: none; }
    .logo__icon--footer {
      width: 127px;
      height: 15px; }
  .logo__link {
    display: block;
    font-size: 24px;
    color: #FFFFFF; }
    @media (max-width: 1024px) {
      .header--offcanvas .logo__link {
        text-align: center; } }
    @media (max-width: 439px) {
      .header--offcanvas .logo__link svg {
        width: 200px;
        height: 25px;
        position: relative;
        top: 3px; } }
    .logo__link img {
      width: 210px;
      vertical-align: middle;
      height: auto; }
    .logo__link:hover {
      color: #EEEEEE; }
  .logo--offcanvas a {
    text-align: left !important; }

.logo-slider {
  padding: 28px 0;
  position: relative;
  overflow: hidden; }
  .logo-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .logo-slider__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.google-map {
  height: 0;
  padding-bottom: 100%; }
  @media (min-width: 640px) {
    .google-map {
      padding-bottom: 60%; } }
  @media (min-width: 840px) {
    .google-map {
      padding-bottom: 40%; } }
  @media (min-width: 1025px) {
    .google-map {
      padding-bottom: 30%; } }
  .google-map__js {
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.am2-map {
  padding: 0; }
  .am2-map__title {
    font: 700 48px/48px "Rubik-Regular", Helvetica, Arial, sans-serif;
    padding-top: 50px;
    letter-spacing: normal;
    color: #0A5984; }
  .am2-map__columns {
    display: block;
    margin-bottom: 50px; }
    @media (min-width: 640px) {
      .am2-map__columns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row nowrap;
                flex-flow: row nowrap; } }
  .am2-map__col {
    width: 100%;
    line-height: 1.5;
    color: #6c6c6c; }
    .am2-map__col--info, .am2-map__col--description {
      margin-bottom: 25px; }
      @media (min-width: 640px) {
        .am2-map__col--info, .am2-map__col--description {
          margin-bottom: 0; } }
    @media (min-width: 640px) {
      .am2-map__col--info {
        max-width: 235px; } }
    @media (min-width: 1025px) {
      .am2-map__col--info {
        max-width: 315px; } }

.main-navigation {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: right; }

.menu {
  /* Default Menu CSS - if used without walker */
  list-style: none;
  padding: 0;
  /* Main Navigation */ }
  .menu--main-menu {
    display: none;
    text-align: center;
    /* One Menu Item */ }
    @media (min-width: 1025px) {
      .menu--main-menu {
        display: block; } }
    .menu--main-menu .menu-item {
      position: relative;
      display: inline-block;
      padding: 15px 20px;
      /* Show Dropdown Menu Items on hover */
      /* Items that have dropdowns */
      /**
			 * Menu Items Depth
			 * -- target with "depth-#" for each menu-item class levels
			 * The one bellow is for "first level" dropdown menu items
			 */
      /* Hover/Active state for Main/Dropdown Menu Item Links and his ancestors */
      /* Menu Item Link */
      /* Menu Item Dropdown List */ }
      .menu--main-menu .menu-item:hover > .menu-item__dropdown {
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
        opacity: 1;
        visibility: visible; }
      .menu--main-menu .menu-item--has-children .menu-item__link {
        padding-right: 10px;
        border-bottom: 2px solid transparent !important; }
      .menu--main-menu .menu-item--has-children.menu-item--current-ancestor.menu-item--depth-0::after, .menu--main-menu .menu-item--has-children.menu-item--current-parent.menu-item--depth-0::after, .menu--main-menu .menu-item--has-children.menu-item--current-item.menu-item--depth-0::after, .menu--main-menu .menu-item--has-children:hover.menu-item--depth-0::after {
        border-top-color: #1374A8; }
      .menu--main-menu .menu-item--has-children.menu-item--current-ancestor::after, .menu--main-menu .menu-item--has-children.menu-item--current-parent::after, .menu--main-menu .menu-item--has-children.menu-item--current-item::after, .menu--main-menu .menu-item--has-children:hover::after {
        border-top-color: #1374A8; }
      .menu--main-menu .menu-item--has-children::after {
        content: '';
        position: absolute;
        top: 50%;
        right: 10px;
        display: block;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #0A5984;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
      .menu--main-menu .menu-item--depth-0::after {
        border-top-color: #0A5984; }
      .menu--main-menu .menu-item--depth-0 .menu-item--has-children::after {
        -webkit-transform: rotate(-90deg) translateY(-50%);
                transform: rotate(-90deg) translateY(-50%); }
      .menu--main-menu .menu-item--depth-1 {
        display: block; }
      .menu--main-menu .menu-item--depth-1, .menu--main-menu .menu-item--depth-2 {
        -webkit-transition: all 0.3s cubic-bezier(0.45, 0.03, 0.5, 0.95);
        transition: all 0.3s cubic-bezier(0.45, 0.03, 0.5, 0.95);
        padding: 13px 20px; }
        .menu--main-menu .menu-item--depth-1:hover, .menu--main-menu .menu-item--depth-2:hover {
          background: #1374A8; }
          .menu--main-menu .menu-item--depth-1:hover > a, .menu--main-menu .menu-item--depth-2:hover > a {
            color: #fff; }
          .menu--main-menu .menu-item--depth-1:hover:after, .menu--main-menu .menu-item--depth-2:hover:after {
            border-top-color: #fff; }
      .menu--main-menu .menu-item--current-ancestor > .menu-item__link, .menu--main-menu .menu-item--current-item > .menu-item__link, .menu--main-menu .menu-item:hover > .menu-item__link {
        /* For Main Item Link */ }
        .menu--main-menu .menu-item--current-ancestor > .menu-item__link--main, .menu--main-menu .menu-item--current-item > .menu-item__link--main, .menu--main-menu .menu-item:hover > .menu-item__link--main {
          border-bottom: 2px solid #1374A8; }
      .menu--main-menu .menu-item__link {
        display: block;
        padding: 0 3px;
        font-weight: 600;
        color: #272727;
        line-height: 1.5;
        /* Main Menu Item Link */
        /* Dropdown Menu Item Link */ }
        .menu--main-menu .menu-item__link--main {
          color: #272727;
          text-align: center;
          border-bottom: 2px solid transparent;
          -webkit-transition: all 0.3s cubic-bezier(0.45, 0.03, 0.5, 0.95);
          transition: all 0.3s cubic-bezier(0.45, 0.03, 0.5, 0.95); }
          .menu--main-menu .menu-item__link--main:hover {
            color: #1374A8; }
        .menu--main-menu .menu-item__link--dropdown {
          text-align: left; }
      .menu--main-menu .menu-item__dropdown {
        position: absolute;
        top: 100%;
        left: 0;
        width: auto;
        min-width: 280px;
        opacity: 0;
        visibility: hidden;
        background: white;
        -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
                box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
        -webkit-transform: translateY(15px);
                transform: translateY(15px);
        -webkit-transform-origin: top center;
                transform-origin: top center;
        -webkit-transition: all 0.3s cubic-bezier(0.45, 0.03, 0.5, 0.95);
        transition: all 0.3s cubic-bezier(0.45, 0.03, 0.5, 0.95);
        z-index: 1030;
        /**
				 * Dropdown Items Depth
				 * -- target with "depth-#" for each dropdown levels
				 * The one bellow is for "second level" dropdown items (0-is for first level dropdown)
				 */
        /* On dropdowns - the menu items are full width, stacked */ }
        .menu--main-menu .menu-item__dropdown--depth-1, .menu--main-menu .menu-item__dropdown--depth-2, .menu--main-menu .menu-item__dropdown--depth-3 {
          top: -1px;
          left: 100%;
          -webkit-transform: translateX(-15px);
                  transform: translateX(-15px); }
        .menu--main-menu .menu-item__dropdown .menu-item {
          width: 100%; }
          .menu--main-menu .menu-item__dropdown .menu-item:not(:first-child) {
            border-top: 1px solid #C6C6C6; }
  .menu--footer-menu {
    text-align: left; }
    @media (min-width: 640px) {
      .menu--footer-menu {
        text-align: center; } }
    .menu--footer-menu .menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    .menu--footer-menu .menu-item {
      width: 100%; }
      @media (max-width: 839px) {
        .menu--footer-menu .menu-item {
          padding: 0; } }
      .menu--footer-menu .menu-item a {
        color: #323232;
        font-size: 14px;
        line-height: 1.5;
        display: block;
        border-bottom: 2px solid transparent;
        text-align: left; }
        @media (max-width: 639px) {
          .menu--footer-menu .menu-item a {
            padding: 5px; } }
        .menu--footer-menu .menu-item a:hover {
          border-bottom: 2px solid #fff; }

.two-column-submenu {
  position: relative;
  padding: 0;
  /* Show Dropdown Menu Items on hover */ }
  .two-column-submenu:hover .menu-item__link {
    background-color: #ffffff;
    color: #1374A8; }
  @media (min-width: 1025px) {
    .two-column-submenu:hover .menu-item__dropdown {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
      opacity: 1;
      visibility: visible; } }
  .two-column-submenu .two-column-submenu {
    max-width: 100%; }
    @media (min-width: 1025px) {
      .two-column-submenu .two-column-submenu {
        max-width: 250px; } }
  .two-column-submenu .menu-item {
    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
    padding: 15px;
    /* Menu Item Dropdown List */ }
    .two-column-submenu .menu-item__dropdown {
      /**
			 * Dropdown Items Depth
			 * -- target with "depth-#" for each dropdown levels
			 * The one bellow is for "second level" dropdown items (0-is for first level dropdown)
			 */ }
      @media (min-width: 1025px) {
        .two-column-submenu .menu-item__dropdown {
          position: absolute;
          top: 100%;
          left: -14px;
          opacity: 0;
          visibility: hidden;
          -webkit-transform: translateY(15px);
                  transform: translateY(15px);
          -webkit-transform-origin: top center;
                  transform-origin: top center;
          -webkit-transition: all 0.15s ease-in-out;
          transition: all 0.15s ease-in-out;
          z-index: 1030;
          position: absolute;
          padding: 15px 17px 40px 17px;
          background-color: #ffffff;
          -webkit-box-shadow: 0 10px 10px rgba(40, 40, 40, 0.21);
                  box-shadow: 0 10px 10px rgba(40, 40, 40, 0.21); } }
      .two-column-submenu .menu-item__dropdown a,
      .two-column-submenu .menu-item__dropdown p {
        text-transform: none;
        text-transform: initial;
        color: #272727; }
      .two-column-submenu .menu-item__dropdown a {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin: 0;
        width: 100%; }
        @media (min-width: 1025px) {
          .two-column-submenu .menu-item__dropdown a {
            width: 210px; } }
      @media (min-width: 1025px) {
        .two-column-submenu .menu-item__dropdown--depth-1, .two-column-submenu .menu-item__dropdown--depth-2, .two-column-submenu .menu-item__dropdown--depth-3 {
          top: -1px;
          left: 100%;
          -webkit-transform: translateX(-15px);
                  transform: translateX(-15px); } }
  .two-column-submenu__item--parent + .menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: static;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
    margin-top: 15px; }
    .two-column-submenu__item--parent + .menu li {
      position: relative;
      max-width: 100%;
      padding: 15px 25px; }
      .two-column-submenu__item--parent + .menu li:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        display: block;
        width: 10px;
        height: 10px;
        background: url("../../resources/svg/arrow/right.svg") no-repeat center center;
        background-size: contain;
        -webkit-filter: invert(23%) sepia(72%) saturate(2695%) hue-rotate(183deg) brightness(97%) contrast(85%);
                filter: invert(23%) sepia(72%) saturate(2695%) hue-rotate(183deg) brightness(97%) contrast(85%); }
      .two-column-submenu__item--parent + .menu li a:hover {
        color: #38abe9; }
  .two-column-submenu__item--image img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 120px;
    -o-object-fit: contain;
       object-fit: contain;
    margin: auto; }
  .two-column-submenu__item--title {
    font-family: 'Rubik-Medium';
    font-size: 18px;
    line-height: 1.5;
    color: #272727;
    margin-top: 30px;
    margin-bottom: 0; }
  .two-column-submenu__item--content {
    font-family: 'Rubik-Regular';
    font-size: 14px;
    line-height: 1.4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 24px; }

.three-column-submenu {
  position: relative;
  padding: 0;
  /* Show Dropdown Menu Items on hover */ }
  .three-column-submenu:hover > .menu-item__link {
    background-color: #ffffff;
    color: #1374A8; }
  @media (min-width: 1025px) {
    .three-column-submenu:hover > .menu-item__dropdown {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
      opacity: 1;
      visibility: visible; } }
  .three-column-submenu .menu-item {
    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
    padding: 15px;
    /* Menu Item Dropdown List */ }
    .three-column-submenu .menu-item:hover {
      color: #272727;
      background-color: #F3F3F3; }
    .three-column-submenu .menu-item a, .three-column-submenu .menu-item a img, .three-column-submenu .menu-item button {
      -webkit-transition: none;
      transition: none; }
    .three-column-submenu .menu-item__dropdown {
      /**
			 * Dropdown Items Depth
			 * -- target with "depth-#" for each dropdown levels
			 * The one bellow is for "second level" dropdown items (0-is for first level dropdown)
			 */ }
      @media (min-width: 1025px) {
        .three-column-submenu .menu-item__dropdown {
          position: absolute;
          top: 100%;
          left: -14px;
          opacity: 0;
          visibility: hidden;
          -webkit-transform: translateY(15px);
                  transform: translateY(15px);
          -webkit-transform-origin: top center;
                  transform-origin: top center;
          -webkit-transition: all 0.15s ease-in-out;
          transition: all 0.15s ease-in-out;
          z-index: 1030;
          position: absolute;
          padding: 15px 17px 40px 17px;
          background-color: #ffffff;
          -webkit-box-shadow: 0 10px 10px rgba(40, 40, 40, 0.21);
                  box-shadow: 0 10px 10px rgba(40, 40, 40, 0.21); } }
      .three-column-submenu .menu-item__dropdown a,
      .three-column-submenu .menu-item__dropdown p {
        text-transform: none;
        text-transform: initial;
        color: #272727; }
      .three-column-submenu .menu-item__dropdown a {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin: 0;
        width: 210px; }
      .three-column-submenu .menu-item__dropdown--depth-1, .three-column-submenu .menu-item__dropdown--depth-2, .three-column-submenu .menu-item__dropdown--depth-3 {
        top: -1px;
        left: 100%;
        -webkit-transform: translateX(-15px);
                transform: translateX(-15px); }
  .three-column-submenu__item--image img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 140px;
    -o-object-fit: cover;
       object-fit: cover; }
  .three-column-submenu__item--title {
    font-family: 'Rubik-Medium';
    font-size: 18px;
    line-height: 1.5;
    color: #1374A8;
    margin-top: 24px;
    margin-bottom: 0; }
  .three-column-submenu__item--content {
    font-family: 'Rubik-Regular';
    font-size: 14px;
    line-height: 1.4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 24px; }

.news-slider {
  position: relative;
  padding: 56px 0;
  background: #F7F7F7; }
  .news-slider__slider {
    z-index: 200; }
  .news-slider__arrow {
    display: none;
    position: absolute;
    z-index: 100;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -30px;
    cursor: pointer; }
    @media (min-width: 1340px) {
      .news-slider__arrow {
        left: -60px; } }
    @media (min-width: 1200px) {
      .news-slider__arrow {
        display: block; } }
    .news-slider__arrow--right {
      left: auto;
      right: -30px; }
      @media (min-width: 1340px) {
        .news-slider__arrow--right {
          right: -60px; } }
  .news-slider .wrapper {
    position: relative; }
  .news-slider__icon {
    width: 30px;
    height: 30px; }
  .news-slider .slick-dots {
    bottom: -40px; }
  .news-slider .slick-dots li button {
    background: transparent !important; }
  .news-slider .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent; }
  .news-slider .slick-dots li button:hover,
  .news-slider .slick-dots li button:focus {
    outline: none; }
  .news-slider .slick-dots li button:hover:before,
  .news-slider .slick-dots li button:focus:before {
    opacity: 1; }
  .news-slider .slick-dots li button:before {
    font-family: 'slick';
    line-height: 20px;
    position: absolute;
    top: 0;
    display: block;
    left: 0;
    width: 20px;
    height: 3px;
    background: #000000;
    content: ' ';
    text-align: center;
    opacity: .25;
    border-radius: 10px;
    color: #000000;
    -webkit-font-smoothing: antialiased; }
  .news-slider .slick-dots li.slick-active button:before {
    opacity: .75;
    color: black; }

.news-post {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .news-post__meta {
    width: 50%;
    max-width: 50%;
    background: #fff;
    padding: 56px; }
    @media (max-width: 1024px) {
      .news-post__meta {
        padding: 28px; } }
    @media (max-width: 839px) {
      .news-post__meta {
        width: 100%;
        max-width: 100%;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; } }
  .news-post__image {
    width: 50%;
    max-width: 50%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
    .news-post__image img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    @media (max-width: 839px) {
      .news-post__image {
        width: 100%;
        max-width: 100%; } }
  .news-post__main-title {
    font-size: 16px;
    text-transform: uppercase;
    color: #47484A;
    position: relative;
    font-weight: 500;
    padding-left: 15px; }
    .news-post__main-title:before {
      content: "";
      width: 8px;
      height: 27px;
      position: absolute;
      left: 0;
      top: -5px;
      background-color: #1374A8; }
  .news-post__excerpt {
    margin-bottom: 20px; }
  .news-post__title {
    color: #2E2E2F;
    font-family: "Rubik-Regular", Helvetica, Arial, sans-serif;
    font-size: 32px;
    font-weight: 700; }

.mobile-top-bar {
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .site-offcanvas--left .mobile-top-bar {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .site-offcanvas--right .mobile-top-bar {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }

.menu--responsive-menu {
  position: relative;
  display: block;
  padding: 50px 25px; }
  @media (max-width: 839px) {
    .menu--responsive-menu {
      padding-top: 10px; } }
  @media (min-width: 1025px) {
    .menu--responsive-menu {
      display: none; } }
  .menu--responsive-menu .menu-item {
    position: relative;
    display: block;
    width: 100%;
    text-align: left; }
    .menu--responsive-menu .menu-item__link {
      position: relative;
      display: block;
      padding: 8px;
      color: #272727;
      font-weight: 400;
      text-align: left;
      -webkit-transition: all 0.3s cubic-bezier(0.45, 0.03, 0.5, 0.95);
      transition: all 0.3s cubic-bezier(0.45, 0.03, 0.5, 0.95); }
      .menu--responsive-menu .menu-item__link--main {
        font-size: 16px;
        line-height: 12px;
        font-weight: 600;
        padding: 20px 0; }
        @media (min-width: 1025px) {
          .menu--responsive-menu .menu-item__link--main {
            font-size: 16px; } }
      .menu--responsive-menu .menu-item__link--opened {
        font-weight: bold; }
    .menu--responsive-menu .menu-item__dropdown {
      position: relative;
      display: none;
      /* border-top: 1px solid rgba(0, 0, 0, 0.2); */
      /* &--depth-0,
      &--depth-1,
      &--depth-2 {
        border-left: 5px solid rgba(0, 0, 0, 0.2);
      } */ }
      .menu--responsive-menu .menu-item__dropdown .menu-item {
        text-align: left;
        background-color: #fff;
        padding: 5px 15px; }
        .menu--responsive-menu .menu-item__dropdown .menu-item + .menu-item:last-child {
          border-bottom: 0; }
        .menu--responsive-menu .menu-item__dropdown .menu-item__link {
          font-size: 13px;
          color: white; }
          .menu--responsive-menu .menu-item__dropdown .menu-item__link--dropdown {
            color: #7B7B7B; }
            .menu--responsive-menu .menu-item__dropdown .menu-item__link--dropdown:hover {
              color: #1374A8; }
          @media (min-width: 1025px) {
            .menu--responsive-menu .menu-item__dropdown .menu-item__link {
              font-size: 15px; } }
    .menu--responsive-menu .menu-item__toggle {
      position: absolute;
      top: 50%;
      right: -10px;
      display: block;
      padding: 10px 15px;
      margin: 0;
      background: transparent;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      z-index: 1040;
      outline: none;
      -webkit-box-shadow: none;
              box-shadow: none;
      color: #272727; }
      .menu--responsive-menu .menu-item__toggle svg {
        display: block;
        width: 22px;
        height: 14px;
        -webkit-transition: all 0.3s cubic-bezier(0.45, 0.03, 0.5, 0.95);
        transition: all 0.3s cubic-bezier(0.45, 0.03, 0.5, 0.95);
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
        fill: #272727;
        fill: currentColor; }
        @media (min-width: 1025px) {
          .menu--responsive-menu .menu-item__toggle svg {
            width: 28px;
            height: 20px; } }
      .menu--responsive-menu .menu-item__toggle.rotate-arrow svg {
        -webkit-transform: rotate(0);
                transform: rotate(0); }

.resp-buttons {
  position: absolute;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-transition: all 0.3s cubic-bezier(0.45, 0.03, 0.5, 0.95);
  transition: all 0.3s cubic-bezier(0.45, 0.03, 0.5, 0.95);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
  @media (min-width: 1025px) {
    .resp-buttons {
      display: none; } }
  .header--direction-right .resp-buttons,
  .site-offcanvas--right .resp-buttons {
    right: 15px;
    padding-right: 0; }
  .header--direction-left .resp-buttons,
  .site-offcanvas--left .resp-buttons {
    left: 0; }
  .resp-buttons__menu-button, .resp-buttons__menu-text {
    display: inline-block;
    color: white;
    vertical-align: middle; }
  .resp-buttons__menu-text {
    margin: 0 15px; }

.menu-toggle {
  cursor: pointer;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 30px;
  width: 30px;
  background: transparent;
  outline: none;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-user-select: none;
      -ms-user-select: none;
             -moz-user-select: none;
          user-select: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent; }
  .menu-toggle > * {
    display: block; }
  .menu-toggle:hover, .menu-toggle:focus {
    outline: none; }
  .menu-toggle::-moz-focus-inner {
    border: 0; }
  .menu-toggle__lines {
    display: inline-block;
    height: 4.28571px;
    width: 30px;
    border-radius: 2.14286px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: #272727;
    height: 2.5px;
    position: relative;
    width: 30px; }
    .menu-toggle__lines::before, .menu-toggle__lines::after {
      display: inline-block;
      height: 4.28571px;
      width: 30px;
      border-radius: 2.14286px;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      background: #272727;
      display: inline-block;
      content: '';
      position: absolute;
      left: 0;
      -webkit-transform-origin: 2.14286px center;
              transform-origin: 2.14286px center;
      width: 30px;
      height: 2.5px; }
    .menu-toggle__lines::before {
      top: 10px; }
    .menu-toggle__lines::after {
      top: -10px; }
    .menu-toggle--active .menu-toggle__lines {
      -webkit-transform: scale3d(0.8, 0.8, 0.8);
              transform: scale3d(0.8, 0.8, 0.8); }

.menu-toggle--xbutterfly .menu-toggle__lines::before, .menu-toggle--xbutterfly .menu-toggle__lines::after {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: top .3s .6s ease, -webkit-transform .3s ease;
  transition: top .3s .6s ease, -webkit-transform .3s ease;
  transition: top .3s .6s ease, transform .3s ease;
  transition: top .3s .6s ease, transform .3s ease, -webkit-transform .3s ease; }

.menu-toggle--xbutterfly.menu-toggle--active .menu-toggle__lines {
  background: transparent; }
  .menu-toggle--xbutterfly.menu-toggle--active .menu-toggle__lines::before, .menu-toggle--xbutterfly.menu-toggle--active .menu-toggle__lines::after {
    top: 0;
    -webkit-transition: top .3s ease, -webkit-transform .3s .5s ease;
    transition: top .3s ease, -webkit-transform .3s .5s ease;
    transition: top .3s ease, transform .3s .5s ease;
    transition: top .3s ease, transform .3s .5s ease, -webkit-transform .3s .5s ease;
    width: 30px; }
  .menu-toggle--xbutterfly.menu-toggle--active .menu-toggle__lines::before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg); }
  .menu-toggle--xbutterfly.menu-toggle--active .menu-toggle__lines::after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg); }

/**
* Variables used in this file from abstracts/_variable.scss
*
$component_margin
get_transition(ease-in-out-quad)
*
*/
/**
* Specific variables (used only in this file)
*
* None
*
**/
.modal-box {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1000;
  width: 600px;
  background: white;
  border-radius: 2px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  border-bottom: 2px solid #0A5984;
  outline: none; }
  .modal-box .modal-box__header {
    padding: 1.25em 1.5em; }
    .modal-box .modal-box__header .modal-box__title {
      margin: 0; }
  .modal-box .modal-box__footer {
    background: rgba(0, 0, 0, 0.02);
    border-top: 1px solid #DDDDDD;
    padding: 1em;
    text-align: right; }
  .modal-box .modal-box__modal-body {
    min-height: 80px;
    padding: 1.25em 1.5em; }
  .modal-box .modal-box__close {
    color: #BBBBBB;
    font-size: 2.5em;
    line-height: 1;
    position: absolute;
    right: 2%;
    text-decoration: none;
    top: 5%;
    -webkit-transition: all 0.3s cubic-bezier(0.45, 0.03, 0.5, 0.95);
    transition: all 0.3s cubic-bezier(0.45, 0.03, 0.5, 0.95); }
    .modal-box .modal-box__close:hover {
      color: #0A5984; }

.modal-box__modal-overlay {
  background: rgba(0, 0, 0, 0.8);
  filter: alpha(opacity=0);
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 900; }
  .modal-box__modal-overlay.active {
    opacity: 1; }

/**
* Variables used in this file from abstracts/_variable.scss
*
$font_line_height
$font_size
$component_margin
get_color(primary)
get_color(secondary)
get_color(featured)
get_color(danger)
get_color(gray)
get_transition(ease-in-out-quad)
$text_color_primary
$text_color_secondary
$text_color_featured
$text_color_danger
*
*/
/**
* Specific variables (used only in this file)
*
* None
*
**/
.notification {
  display: table;
  position: relative;
  width: 100%;
  margin-bottom: 28px;
  padding: 28px;
  border-radius: 2px;
  background: #F7F7F7;
  -webkit-transition: all 0.3s cubic-bezier(0.45, 0.03, 0.5, 0.95);
  transition: all 0.3s cubic-bezier(0.45, 0.03, 0.5, 0.95);
  vertical-align: middle;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  zoom: 1; }
  .notification:last-child {
    margin-bottom: 0; }
  .notification::before, .notification::after {
    display: table;
    content: ''; }
  .notification::after {
    clear: both; }
  .notification__close {
    float: right;
    position: relative;
    top: 0px;
    right: -10px;
    font-size: 20px;
    text-decoration: none;
    background: none;
    border: 0;
    margin: 0px;
    padding: 0px 4px;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .notification__close:hover, .notification__close:focus {
      background: none;
      border: 0;
      margin: 0px;
      -webkit-box-shadow: none;
              box-shadow: none; }
  .notification .button, .notification .wpcf7 form input[type='submit'], .wpcf7 form .notification input[type='submit'], .notification .add-to-cart-wrapper .added_to_cart, .add-to-cart-wrapper .notification .added_to_cart, .notification .woocommerce-cart p.return-to-shop a, .woocommerce-cart p.return-to-shop .notification a, .notification .single-product .wc-forward, .single-product .notification .wc-forward, .notification .single-product .summary .woocommerce-Reviews .submit, .single-product .summary .woocommerce-Reviews .notification .submit, .notification .woocommerce-checkout-payment button, .woocommerce-checkout-payment .notification button {
    text-decoration: none; }
  .notification__icon {
    margin-right: 6px;
    width: 16px;
    height: 16px;
    vertical-align: text-top; }
    .notification__icon:last-child {
      margin-right: 0px; }
  .notification__title {
    margin-bottom: 4px; }
  .notification--success {
    background: #1199e3;
    color: #FFFFFF;
    fill: #FFFFFF;
    /* .notification__icon {

    } */ }
    .notification--success p {
      color: #FFFFFF; }
    .notification--success a {
      text-decoration: underline;
      color: #FFFFFF; }
    .notification--success .notification__close {
      color: #FFFFFF;
      text-decoration: none; }
  .notification--warning {
    background: #e3b07b;
    color: #FFFFFF; }
    .notification--warning p {
      color: #FFFFFF; }
    .notification--warning a {
      text-decoration: underline;
      color: #FFFFFF; }
    .notification--warning .notification__close {
      color: #FFFFFF;
      text-decoration: none; }
  .notification--error {
    background: #e9446e;
    color: #FFFFFF; }
    .notification--error p {
      color: #FFFFFF; }
    .notification--error a {
      text-decoration: underline;
      color: #FFFFFF; }
    .notification--error .notification__close {
      color: #FFFFFF;
      text-decoration: none; }
  .notification--info {
    background: #1199e3;
    color: #FFFFFF; }
    .notification--info p {
      color: #FFFFFF; }
    .notification--info a {
      text-decoration: underline;
      color: #FFFFFF; }
    .notification--info .notification__close {
      color: #FFFFFF;
      text-decoration: none; }

.chimp-newsletter {
  background-color: #1374A8;
  color: #ffffff;
  padding: 40px 0; }
  .chimp-newsletter :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #606060; }
  .chimp-newsletter ::-ms-input-placeholder {
    color: #606060; }
  .chimp-newsletter ::-webkit-input-placeholder {
    color: #606060; }
  .chimp-newsletter ::-moz-placeholder {
    color: #606060; }
  .chimp-newsletter ::placeholder {
    color: #606060; }
  .chimp-newsletter__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (min-width: 1025px) {
      .chimp-newsletter__inner {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; } }
    .chimp-newsletter__inner > div {
      width: 100%; }
      @media (min-width: 1025px) {
        .chimp-newsletter__inner > div {
          width: 48%; } }
  .chimp-newsletter form {
    position: relative;
    margin-top: 8px;
    color: #272727; }
  .chimp-newsletter .chimpMessages {
    margin-top: 2px;
    font-size: 12px;
    color: white; }
  .chimp-newsletter__headline {
    font-family: 'Rubik-Medium';
    font-weight: 500;
    font-size: 20px;
    line-height: normal;
    margin-bottom: 0; }
    @media (min-width: 640px) {
      .chimp-newsletter__headline {
        font-size: 22px; } }
    @media (min-width: 840px) {
      .chimp-newsletter__headline {
        font-size: 24px; } }
    .chimp-newsletter__headline + .chimp-newsletter__description {
      margin-top: 10px; }
  .chimp-newsletter__description {
    font-size: 12px; }
    @media (min-width: 440px) {
      .chimp-newsletter__description {
        font-size: 13px; } }
    @media (min-width: 840px) {
      .chimp-newsletter__description {
        font-size: 14px; } }
  .chimp-newsletter__input-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
    @media (min-width: 440px) {
      .chimp-newsletter__input-group {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; } }
  .chimp-newsletter__input {
    width: 100%;
    border: none;
    border-radius: 5px;
    padding: 0 10px; }
    @media (min-width: 440px) {
      .chimp-newsletter__input {
        width: auto;
        -webkit-box-flex: 1;
            -ms-flex: 1 1 0px;
                flex: 1 1 0px; } }
  .chimp-newsletter__submit {
    padding: 12px 20px;
    width: 100%;
    height: 56px;
    margin-bottom: 0;
    margin-top: 10px;
    font-size: 14px;
    text-transform: uppercase; }
    @media (min-width: 440px) {
      .chimp-newsletter__submit {
        margin-top: 0;
        margin-left: 8px;
        width: auto;
        height: auto;
        -webkit-box-flex: 0;
            -ms-flex: 0 1 16%;
                flex: 0 1 16%; } }
  .chimp-newsletter .field-shift {
    left: -9999px;
    position: absolute; }

.is-IE .pagination li .page-number,
.is-IE .pagination li .page-numbers,
.is-IE .pagination li a,
.is-IE .woocommerce-pagination li .page-number,
.is-IE .woocommerce-pagination li .page-numbers,
.is-IE .woocommerce-pagination li a {
  line-height: 50px; }

.is-IE .pagination li svg,
.is-IE .woocommerce-pagination li svg {
  margin-top: 17px; }

.pagination,
.woocommerce-pagination {
  position: relative;
  margin-top: 60px;
  width: 100%;
  max-width: 100%; }
  .pagination__list,
  .pagination .page-numbers,
  .woocommerce-pagination__list,
  .woocommerce-pagination .page-numbers {
    text-align: center;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .pagination li,
  .woocommerce-pagination li {
    display: inline-block;
    text-align: center;
    margin-bottom: 10px; }
    .pagination li:not(:last-of-type),
    .woocommerce-pagination li:not(:last-of-type) {
      margin-right: 5px; }
      @media (min-width: 640px) {
        .pagination li:not(:last-of-type),
        .woocommerce-pagination li:not(:last-of-type) {
          margin-right: 10px; } }
    .pagination li .page-number,
    .pagination li .page-numbers,
    .pagination li a,
    .woocommerce-pagination li .page-number,
    .woocommerce-pagination li .page-numbers,
    .woocommerce-pagination li a {
      color: #272727;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      font-size: 16px;
      line-height: 1.5;
      min-width: 45px;
      min-height: 45px;
      background-color: #ffffff;
      border-radius: 3px; }
      @media (min-width: 640px) {
        .pagination li .page-number,
        .pagination li .page-numbers,
        .pagination li a,
        .woocommerce-pagination li .page-number,
        .woocommerce-pagination li .page-numbers,
        .woocommerce-pagination li a {
          min-width: 50px;
          min-height: 50px; } }
      .pagination li .page-number:hover,
      .pagination li .page-numbers:hover,
      .pagination li a:hover,
      .woocommerce-pagination li .page-number:hover,
      .woocommerce-pagination li .page-numbers:hover,
      .woocommerce-pagination li a:hover {
        background-color: #1374A8;
        color: #ffffff; }
      .pagination li .page-number.current,
      .pagination li .page-numbers.current,
      .pagination li a.current,
      .woocommerce-pagination li .page-number.current,
      .woocommerce-pagination li .page-numbers.current,
      .woocommerce-pagination li a.current {
        background-color: #F5F5F5;
        color: #272727; }
  .pagination__arrow svg,
  .woocommerce-pagination__arrow svg {
    width: 16px;
    height: 16px;
    fill: #0A5984;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .pagination__arrow:hover a,
  .woocommerce-pagination__arrow:hover a {
    background: none; }
    .pagination__arrow:hover a svg,
    .woocommerce-pagination__arrow:hover a svg {
      fill: #ffffff; }
  .pagination .prev:hover svg,
  .pagination .next:hover svg,
  .woocommerce-pagination .prev:hover svg,
  .woocommerce-pagination .next:hover svg {
    fill: #ffffff; }
  .pagination .prev svg,
  .pagination .next svg,
  .woocommerce-pagination .prev svg,
  .woocommerce-pagination .next svg {
    width: 16px;
    height: 16px;
    fill: #1374A8;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

.social__list {
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.social__item {
  list-style-type: none;
  margin: 0px 4px; }

.social__link {
  display: block; }
  .social__link:hover svg {
    fill: #272727; }
  .social__link svg {
    display: block;
    width: 20px;
    height: 20px;
    -webkit-transition: all 0.3s cubic-bezier(0.45, 0.03, 0.5, 0.95);
    transition: all 0.3s cubic-bezier(0.45, 0.03, 0.5, 0.95);
    fill: #272727; }
    @media (max-width: 839px) {
      .social__link svg {
        width: 18px;
        height: 18px; } }

.social--mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px; }

.social--footer .social__item {
  margin: 0 16px 0 0; }
  .social--footer .social__item svg {
    fill: #1374A8; }

.social--footer .social__list {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

@media (max-width: 839px) {
  .social--header {
    display: none; } }

.social--header .social__link svg {
  width: 15px;
  height: 15px; }

.status {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  background-image: none;
  white-space: nowrap;
  -webkit-user-select: none;
      -ms-user-select: none;
             -moz-user-select: none;
          user-select: none;
  line-height: 16px;
  border-radius: 3px; }
  .status::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 8px;
    overflow: hidden;
    background: #272727;
    vertical-align: middle; }
  .status__primary::before {
    background: #0A5984; }
  .status__secondary::before {
    background: #0A5984; }
  .status__featured::before {
    background: #CC7D2C; }
  .status__transparent::before {
    background: transparent; }
  .status__danger::before {
    background: #B2153D; }
  .status__new::before {
    background: #F1E41E; }
  .status__in-progress::before {
    background: #67E6E7; }
  .status__done::before {
    background: #ADE358; }
  .status__received::before {
    background: #A15BAE; }
  .status__at-engravers::before {
    background: #AEAEAE; }
  .status__shipping::before {
    background: #F19D1A; }
  .status__completed::before {
    background: #ADE358; }
  .status__canceled::before {
    background: #DE3524; }
  .status__invoice-pending::before {
    background: #F19D1A; }
  .status__closed::before {
    background: #AEAEAE; }
  .status__paid::before {
    background: #67A6E7; }
  .status__full-width {
    width: 100%; }

/**
* Variables used in this file from abstracts/_variable.scss
*
* None
*
*/
/**
* Specific variables (used only in this file)
*
* None
*
**/
.svg-icon {
  display: inline-block;
  vertical-align: middle; }
  .svg-icon__full-width {
    width: 100%; }
  .svg-icon__large {
    width: 72px;
    height: 72px; }
  .svg-icon__medium {
    width: 28px;
    height: 28px; }
  .svg-icon__small {
    width: 14px;
    height: 14px; }

/**
* Variables used in this file from abstracts/_variable.scss
*
get_transition(ease-in-out-quad)
get_color(gray)
*
*/
/**
* Specific variables (used only in this file)
*
* None
*
**/
.am2-table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 28px;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
  overflow-x: auto; }
  .am2-table:last-child {
    margin-bottom: 0px; }

.table {
  width: 100%;
  max-width: 100%;
  border-bottom: 1px solid #C6C6C6;
  border-left: 1px solid #C6C6C6;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
  overflow-x: auto; }
  .table__head .table__row:hover {
    background: inherit; }
  .table__heading {
    vertical-align: middle;
    border-top: 1px solid #C6C6C6;
    border-bottom: 1px solid #C6C6C6;
    border-right: 1px solid #C6C6C6;
    text-align: center;
    padding: 5px 10px; }
  .table__row:hover {
    background: #C6C6C6; }
  .table__cell {
    text-align: left;
    padding: 5px 10px;
    border-top: 1px solid #C6C6C6;
    border-right: 1px solid #C6C6C6; }
    .table__cell:first-child {
      text-align: left; }

/**
* Variables used in this file from abstracts/_variable.scss
*
$component_margin
get_color(primary)
get_color(gray)
*
*/
/**
* Specific variables (used only in this file)
*
* None
*
**/
.am2-tabs:last-child {
  margin-bottom: 0px; }

.am2-tabs__titles {
  text-decoration: none;
  list-style-type: none;
  margin: 0px;
  padding: 0px; }

.am2-tabs__title {
  float: left;
  cursor: pointer;
  border-right: 1px solid transparent;
  -webkit-transition: all 0.3s cubic-bezier(0.45, 0.03, 0.5, 0.95);
  transition: all 0.3s cubic-bezier(0.45, 0.03, 0.5, 0.95); }
  .am2-tabs__title--current .am2-tabs__link {
    background: lightgray;
    border-bottom: 2px solid #0A5984; }

.am2-tabs__link {
  padding: 10px 20px;
  display: inline-block;
  background: #C6C6C6;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 0.3s cubic-bezier(0.45, 0.03, 0.5, 0.95);
  transition: all 0.3s cubic-bezier(0.45, 0.03, 0.5, 0.95); }
  .am2-tabs__link:hover {
    background: lightgray;
    border-bottom: 2px solid #0A5984; }
  .am2-tabs__link[disabled] {
    cursor: not-allowed;
    background: white; }
    .am2-tabs__link[disabled]:hover {
      background: inherit;
      border-bottom: 2px solid transparent; }

.am2-tabs__panels {
  width: 100%; }

.am2-tabs__panel {
  display: none;
  padding: 10px;
  -webkit-transition: all 0.3s cubic-bezier(0.45, 0.03, 0.5, 0.95);
  transition: all 0.3s cubic-bezier(0.45, 0.03, 0.5, 0.95); }
  .am2-tabs__panel--current {
    display: block; }

/*** Video ***/
.am2-video__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }
  .am2-video__wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/*** Map ***/
.am2-map-box {
  position: relative;
  display: block;
  width: 100%;
  height: 400px; }

.faq .am2-accordion {
  width: 100%;
  padding: 28px 10px 56px; }
  .faq .am2-accordion:last-child {
    margin-bottom: 0px; }

.am2-accordion__panel {
  clear: both;
  border-bottom: 1px solid rgba(51, 51, 51, 0.3);
  padding: 0px 0px; }
  .am2-accordion__panel--hidden {
    display: none; }
  .am2-accordion__panel--1:first-child .am2-accordion__panel-content {
    display: block; }

.am2-accordion__panel-title {
  cursor: pointer;
  padding: 20px 10px 20px 10px;
  font-size: 18px;
  margin: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.45, 0.03, 0.5, 0.95);
  transition: all 0.3s cubic-bezier(0.45, 0.03, 0.5, 0.95);
  position: relative;
  width: 100%; }
  .am2-accordion__panel-title:hover {
    background-color: #efefef; }
  .am2-accordion__panel-title:after {
    content: '';
    width: 20px;
    height: 2px;
    background: #272727;
    position: absolute;
    right: 10px;
    top: 30px;
    -webkit-transition: 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .am2-accordion__panel-title:before {
    content: '';
    width: 20px;
    height: 2px;
    background: #272727;
    position: absolute;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    right: 10px;
    top: 30px;
    -webkit-transition: 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); }

.am2-accordion__toggle-icon {
  top: 4px;
  float: right;
  width: 16px;
  height: 16px;
  -webkit-transition: all 0.3s cubic-bezier(0.45, 0.03, 0.5, 0.95);
  transition: all 0.3s cubic-bezier(0.45, 0.03, 0.5, 0.95);
  display: none; }

.am2-accordion__panel-content {
  display: none;
  padding: 20px 10px;
  border: 1px solid transparent;
  border-radius: 0 0 3px 3px; }
  .am2-accordion__panel--open .am2-accordion__panel-content {
    display: block; }

.am2-accordion__panel--current, .am2-accordion__panel--open {
  border-bottom: 1px solid rgba(51, 51, 51, 0.3); }
  .am2-accordion__panel--current .am2-accordion__panel-title, .am2-accordion__panel--open .am2-accordion__panel-title {
    border-bottom: 0px;
    -webkit-transition: all 0.3s cubic-bezier(0.45, 0.03, 0.5, 0.95);
    transition: all 0.3s cubic-bezier(0.45, 0.03, 0.5, 0.95); }
    .am2-accordion__panel--current .am2-accordion__panel-title:after, .am2-accordion__panel--open .am2-accordion__panel-title:after {
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg);
      opacity: 0; }
    .am2-accordion__panel--current .am2-accordion__panel-title:before, .am2-accordion__panel--open .am2-accordion__panel-title:before {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
      height: 2px; }
  .am2-accordion__panel--current .am2-accordion__toggle-icon, .am2-accordion__panel--open .am2-accordion__toggle-icon {
    top: 0;
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg); }

.captcha-image {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.forms figure p {
  margin-bottom: 0px !important; }

.keyword-search {
  padding: 56px 0; }

.mark {
  background-color: #1374A8;
  color: #333;
  padding: 0px; }

.faq--hidden {
  display: none; }

.faq__title {
  margin-bottom: 0px; }

.faq div {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }

.faq section {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

.faq__flex {
  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;
  width: 100%;
  margin: auto;
  padding: 56px 0; }
  .faq__flex p {
    font-size: 20px; }

.faq p {
  margin: 0px;
  font-size: 16px; }

.faq__keyword {
  border: 0px;
  border-bottom: 1px solid #333;
  background-color: transparent;
  padding: 10px 0;
  border-radius: 0px; }
  .faq__keyword:focus {
    outline: none;
    border-bottom-color: #333; }

.services {
  padding: 56px 0;
  background-color: #efefef; }
  .services__title {
    font-weight: 900; }
  .services__service {
    background-color: #fff;
    padding: 56px 28px;
    margin-bottom: 28px; }
  .services__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .services__head figure {
      width: 100%;
      max-width: 120px;
      min-height: 100px; }
  .services__head-title {
    margin-left: 28px; }
  .services__company {
    margin: 0px; }
  .services__description {
    margin: 0px;
    padding: 28px 0; }
  .services__button {
    color: #1374A8; }

.subscribe {
  position: relative;
  background-color: #1374A8;
  z-index: 100; }
  .subscribe__info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding-right: 28px; }
    @media (max-width: 639px) {
      .subscribe__info {
        padding-right: 0; } }
  .subscribe__title, .subscribe__subtitle {
    color: #ffffff; }
  .subscribe__title {
    font-family: 'Rubik-Medium';
    font-size: 24px;
    margin-bottom: 5px; }
    @media (max-width: 839px) {
      .subscribe__title {
        font-size: 22px; } }
    @media (max-width: 439px) {
      .subscribe__title {
        font-size: 20px; } }
  .subscribe__subtitle {
    font-family: 'Rubik-Regular';
    font-size: 14px;
    font-weight: 400; }
  .subscribe__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 10px;
    padding: 38px 0px; }
    @media (max-width: 1199px) {
      .subscribe__wrap {
        padding: 38px 0px; } }
    @media (max-width: 639px) {
      .subscribe__wrap {
        padding: 28px; } }
    @media (max-width: 1024px) {
      .subscribe__wrap {
        display: block; } }
  .subscribe__form {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; }
    @media (max-width: 1024px) {
      .subscribe__form {
        margin-top: 28px; } }
    @media (max-width: 439px) {
      .subscribe__form {
        margin-top: 14px; } }
    .subscribe__form .response {
      margin-bottom: 10px;
      font-size: 10px;
      line-height: 1.5; }
      .subscribe__form .response a {
        color: #272727;
        text-decoration: underline; }
    .subscribe__form #mc-embedded-subscribe:active, .subscribe__form #mc-embedded-subscribe:focus {
      border: 0;
      outline: 0; }
    @media (max-width: 439px) {
      .subscribe__form #mc-embedded-subscribe {
        margin-top: 18px; } }
    .subscribe__form #mc_embed_signup_scroll {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (max-width: 439px) {
        .subscribe__form #mc_embed_signup_scroll {
          display: block; } }
      .subscribe__form #mc_embed_signup_scroll .mc-field-group {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        margin-right: 28px;
        width: 90%;
        max-width: 700px;
        position: relative; }
        @media (max-width: 639px) {
          .subscribe__form #mc_embed_signup_scroll .mc-field-group {
            width: 100%;
            max-width: 400px; } }
        .subscribe__form #mc_embed_signup_scroll .mc-field-group input {
          border: 1px solid #dedede;
          border-radius: 5px;
          padding: 16px 15px;
          background: #fff;
          outline: none;
          font-weight: 400;
          font-size: 18px;
          width: 100%;
          display: inline-block;
          text-transform: none; }
          .subscribe__form #mc_embed_signup_scroll .mc-field-group input::-webkit-input-placeholder {
            /* Chrome/Opera/Safari */
            color: #272727; }
          .subscribe__form #mc_embed_signup_scroll .mc-field-group input::-moz-placeholder {
            /* Firefox 19+ */
            color: #272727; }
          .subscribe__form #mc_embed_signup_scroll .mc-field-group input:-ms-input-placeholder {
            /* IE 10+ */
            color: #272727; }
          .subscribe__form #mc_embed_signup_scroll .mc-field-group input:-moz-placeholder {
            /* Firefox 18- */
            color: #272727; }

#mc_embed_signup div.mce_inline_error {
  position: absolute;
  font-size: 12px !important;
  padding: 1px !important;
  background: transparent !important;
  color: red !important;
  font-weight: 400 !important;
  top: 100%;
  left: 0; }
  @media (max-width: 439px) {
    #mc_embed_signup div.mce_inline_error {
      line-height: 1; } }

.testimonials {
  display: block;
  padding: 50px;
  -webkit-box-shadow: 0 0 10px 1.5px rgba(128, 128, 128, 0.15);
          box-shadow: 0 0 10px 1.5px rgba(128, 128, 128, 0.15);
  border-radius: 10px;
  margin: 28px 0; }
  .testimonials__title {
    text-align: center; }
  .testimonials__content {
    max-width: 800px;
    margin: 0 auto; }
  .testimonials__description {
    text-align: center; }
  .testimonials__author {
    text-align: center; }
  .testimonials__slider {
    position: relative;
    padding-bottom: 70px; }
    .testimonials__slider .slick-dots {
      bottom: 0; }
      .testimonials__slider .slick-dots li button {
        background: #F7F7F7;
        -webkit-transition: background-color 0.3s ease;
        transition: background-color 0.3s ease; }
      .testimonials__slider .slick-dots li.slick-active button {
        background: #0A5984; }

.social-share__content {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative; }
  .social-share__content p {
    margin: 0 10px; }
  .social-share__content img {
    margin: 0 5px;
    display: block; }

.social-share__open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333; }
  @media (max-width: 639px) {
    .social-share__open p {
      font-size: 14px;
      padding-bottom: 0px; } }
  .social-share__open-icon {
    width: 50px;
    height: 50px;
    display: block;
    background: #333;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all 0.3s cubic-bezier(0.45, 0.03, 0.5, 0.95);
    transition: all 0.3s cubic-bezier(0.45, 0.03, 0.5, 0.95); }
    .social-share__open-icon svg {
      width: 30px;
      height: 30px;
      fill: #fff;
      margin: auto; }
  .social-share__open:hover {
    color: #333;
    opacity: 0.8; }

.social-share-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-transition: 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px;
  border-radius: 60px;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 17px; }
  @media (max-width: 639px) {
    .social-share-list {
      padding: 15px;
      left: 35%; } }
  .social-share--active .social-share-list {
    -webkit-transform: translateX(-50%) scale(1, 1);
            transform: translateX(-50%) scale(1, 1); }
  .social-share-list:before {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #efefef;
    display: none; }
  .social-share-list__item {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #F7F7F7;
    margin-bottom: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .social-share-list__item svg {
      width: 16px;
      height: 16px;
      fill: #272727; }
      @media (max-width: 839px) {
        .social-share-list__item svg {
          width: 20px;
          height: 20px; } }
  .social-share-list__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 20px;
    height: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .social-share-list__icon:hover svg {
      opacity: 0.6; }

.also-read {
  margin: 56px 0;
  border-radius: 15px; }
  .also-read--white {
    background-color: #fff; }
  .also-read__columns {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .also-read__columns .col-6 figure img {
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content; }
    .also-read__columns--right {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
      .also-read__columns--right .also-read__content {
        padding: 40px 50px 40px 40px; }
      .also-read__columns--right .col-6 figure img {
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px; }
    .also-read__columns--left .also-read__content {
      padding: 40px 60px 40px 30px; }
    .also-read__columns--left .col-6 figure img {
      border-top-left-radius: 15px;
      border-bottom-left-radius: 15px; }
  .also-read__title {
    font-size: 25px;
    color: #000;
    font-weight: 900;
    margin-bottom: 28px; }
  .also-read__date {
    font-size: 14px;
    color: #272727;
    font-weight: normal;
    margin-bottom: 28px; }
  .also-read__excerpt {
    font-size: 18px;
    font-weight: normal;
    color: #272727; }
  .also-read__link {
    font-size: 14px;
    font-weight: 900;
    color: #272727;
    margin-bottom: 10px;
    display: block; }

.featured-products-slider {
  width: calc( 100% + 30px);
  margin-left: -15px;
  padding: 0 15px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out; }
  .featured-products-slider.swiper-container-initialized {
    opacity: 1; }
  .featured-products-slider .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .featured-products-slider .swiper-slide {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .featured-products-slider .swiper-slide > a {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-line-pack: justify;
          align-content: space-between; }
    .featured-products-slider .swiper-slide .featured-products-slider__item-image {
      width: 100%;
      margin: 0 0 20px 0; }
    .featured-products-slider .swiper-slide .featured-products-slider__item-image-title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-line-pack: justify;
          align-content: space-between; }
    .featured-products-slider .swiper-slide.outofstock {
      pointer-events: none; }
      .featured-products-slider .swiper-slide.outofstock .featured-products-slider__item-image-title,
      .featured-products-slider .swiper-slide.outofstock .featured-products-slider__add-to-cart a {
        opacity: 0.2; }
      .featured-products-slider .swiper-slide.outofstock .item_price {
        display: none; }
  .featured-products-slider .swiper-button-prev,
  .featured-products-slider .swiper-button-next {
    position: static;
    width: 24px;
    height: 24px;
    margin: 0;
    outline-color: transparent; }
    .featured-products-slider .swiper-button-prev:after,
    .featured-products-slider .swiper-button-next:after {
      display: none; }
    .featured-products-slider .swiper-button-prev svg,
    .featured-products-slider .swiper-button-next svg {
      width: 24px;
      height: 24px;
      -webkit-filter: invert(11%) sepia(54%) saturate(0%) hue-rotate(279deg) brightness(123%) contrast(51%);
              filter: invert(11%) sepia(54%) saturate(0%) hue-rotate(279deg) brightness(123%) contrast(51%); }
  .featured-products-slider .swiper-button-prev svg {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  .featured-products-slider .swiper-button-next {
    margin-left: 20px; }
  .featured-products-slider__navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 40px; }
    .featured-products-slider__navigation h2 {
      font-size: 26px;
      line-height: normal;
      margin-bottom: 0;
      text-transform: uppercase;
      color: #1374A8; }
  .featured-products-slider__navigation-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .featured-products-slider__item:hover .featured-products-slider__item-image {
    -webkit-box-shadow: 0 0 10px rgba(97, 97, 97, 0.4);
            box-shadow: 0 0 10px rgba(97, 97, 97, 0.4); }
  .featured-products-slider__item-image {
    height: 235px;
    -webkit-box-shadow: 0 0 10px rgba(97, 97, 97, 0.1);
            box-shadow: 0 0 10px rgba(97, 97, 97, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
    transition: -webkit-box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out; }
    .featured-products-slider__item-image img {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      max-width: 80%;
      width: auto;
      max-height: 80%;
      height: auto; }
  .featured-products-slider__item-heading {
    width: 100%;
    font-family: 'Rubik-Regular';
    font-size: 16px;
    line-height: 1.4;
    color: #272727;
    font-size: 16px;
    margin: 0; }
  .featured-products-slider .item_price {
    font-family: 'Rubik-Medium';
    margin-top: 16px;
    font-size: 16px; }
  .featured-products-slider__add-to-cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .featured-products-slider__add-to-cart a {
      font-size: 13px;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      min-height: 30px;
      padding: 0 14px;
      color: #272727;
      border: 2px solid #8F8F8F;
      border-radius: 3px;
      margin-top: 23px; }
      .featured-products-slider__add-to-cart a:hover {
        background-color: #1374A8;
        border-color: #1374A8;
        color: #ffffff; }

.on_sale {
  font-family: 'Rubik-Medium';
  font-size: 12px;
  line-height: normal;
  background-color: #EF3232;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 18px;
  padding: 0 12px;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 25px; }

.item_price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .item_price .on_sale,
  .item_price del {
    margin-right: 8px; }
  .item_price del {
    color: #C6C6C6; }
  .item_price ins {
    text-decoration: none; }

.testimonials-slider {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out; }
  .testimonials-slider.swiper-container-initialized {
    opacity: 1; }
  .testimonials-slider .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 0; }
    @media (min-width: 840px) {
      .testimonials-slider .swiper-wrapper {
        padding: 60px 0; } }
  .testimonials-slider .swiper-slide {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 16%; }
    .testimonials-slider .swiper-slide > div:first-of-type {
      width: 100%; }
      @media (min-width: 840px) {
        .testimonials-slider .swiper-slide > div:first-of-type {
          width: 120px; } }
    .testimonials-slider .swiper-slide > div:last-of-type {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
  .testimonials-slider .swiper-button-prev,
  .testimonials-slider .swiper-button-next {
    width: 24px;
    height: 24px;
    margin: 0;
    outline-color: transparent; }
    .testimonials-slider .swiper-button-prev:after,
    .testimonials-slider .swiper-button-next:after {
      display: none; }
    .testimonials-slider .swiper-button-prev svg,
    .testimonials-slider .swiper-button-next svg {
      width: 24px;
      height: 24px;
      -webkit-filter: invert(11%) sepia(54%) saturate(0%) hue-rotate(279deg) brightness(123%) contrast(51%);
              filter: invert(11%) sepia(54%) saturate(0%) hue-rotate(279deg) brightness(123%) contrast(51%); }
  .testimonials-slider .swiper-button-prev svg {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  .testimonials-slider .swiper-button-next {
    margin-left: 20px; }
  .testimonials-slider .swiper-pagination {
    position: static;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .testimonials-slider .swiper-pagination .swiper-pagination-bullet {
      opacity: 1;
      background-color: #C6C6C6; }
    .testimonials-slider .swiper-pagination .swiper-pagination-bullet-active {
      background-color: #1374A8; }
  .testimonials-slider__heading {
    font-size: 26px;
    line-height: normal;
    color: #1374A8;
    margin: 0; }
  .testimonials-slider__author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (min-width: 840px) {
      .testimonials-slider__author {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; } }
    .testimonials-slider__author + div {
      margin-left: 0; }
      @media (min-width: 840px) {
        .testimonials-slider__author + div {
          margin-left: 100px; } }
      @media (min-width: 1025px) {
        .testimonials-slider__author + div {
          margin-left: 150px; } }
    .testimonials-slider__author--image {
      width: 100px;
      height: 100px;
      overflow: hidden;
      border-radius: 50%; }
      .testimonials-slider__author--image img {
        width: inherit;
        height: inherit;
        -o-object-fit: cover;
           object-fit: cover; }
      .testimonials-slider__author--image + p,
      .testimonials-slider__author--image + div {
        margin-top: 18px; }
    .testimonials-slider__author--name {
      font-family: 'Rubik-Regular';
      font-size: 18px;
      line-height: normal;
      color: #272727;
      margin-bottom: 0;
      text-align: center; }
      .testimonials-slider__author--name + div {
        margin-top: 20px; }
    .testimonials-slider__author--rating {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .testimonials-slider__author--rating svg {
        width: 16px;
        height: 16px;
        margin-right: 6px; }
  .testimonials-slider__testimonial p {
    font-family: 'Rubik-Regular-Italic';
    font-size: 16px;
    line-height: 1.5;
    color: #272727; }
  .testimonials-slider__quote {
    display: block;
    width: 24px;
    height: 24px;
    font-family: 'Rubik-Bold';
    font-size: 40px;
    color: #1374A8;
    font-size: 0;
    margin-bottom: 20px;
    background: url("../../resources/svg/icon/quote.svg") no-repeat center center;
    -webkit-filter: invert(29%) sepia(26%) saturate(4685%) hue-rotate(178deg) brightness(98%) contrast(85%);
            filter: invert(29%) sepia(26%) saturate(4685%) hue-rotate(178deg) brightness(98%) contrast(85%); }
  .testimonials-slider .swiper-button-next {
    right: 0; }
  .testimonials-slider .swiper-button-prev {
    left: 0; }

.close-form-popup-js {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url("../../resources/svg/icon/close.svg") no-repeat center center;
  background-size: contain;
  cursor: pointer;
  -webkit-filter: invert(21%) sepia(87%) saturate(1245%) hue-rotate(175deg) brightness(97%) contrast(92%);
          filter: invert(21%) sepia(87%) saturate(1245%) hue-rotate(175deg) brightness(97%) contrast(92%); }

.section--image-slider {
  -webkit-user-select: none;
      -ms-user-select: none;
             -moz-user-select: none;
          user-select: none; }
  .section--image-slider .swiper-button-prev,
  .section--image-slider .swiper-button-next {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 24px;
    height: 24px;
    margin: 0;
    outline-color: transparent; }
    .section--image-slider .swiper-button-prev:after,
    .section--image-slider .swiper-button-next:after {
      display: none; }
    .section--image-slider .swiper-button-prev svg,
    .section--image-slider .swiper-button-next svg {
      width: 24px;
      height: 24px;
      -webkit-filter: invert(11%) sepia(54%) saturate(0%) hue-rotate(279deg) brightness(123%) contrast(51%);
              filter: invert(11%) sepia(54%) saturate(0%) hue-rotate(279deg) brightness(123%) contrast(51%); }
  .section--image-slider .swiper-button-prev {
    left: -54px; }
    @media (max-width: 1440px) {
      .section--image-slider .swiper-button-prev {
        top: 32px;
        left: 0; } }
    @media (max-width: 839px) {
      .section--image-slider .swiper-button-prev {
        top: 32px;
        left: 0; } }
    .section--image-slider .swiper-button-prev svg {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
  .section--image-slider .swiper-button-next {
    right: -54px;
    margin-left: 20px; }
    @media (max-width: 1440px) {
      .section--image-slider .swiper-button-next {
        top: 32px;
        right: 0; } }
    @media (max-width: 839px) {
      .section--image-slider .swiper-button-next {
        top: 32px;
        right: 0; } }

.image-slider {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out; }
  .image-slider.swiper-container-initialized {
    opacity: 1; }
  .image-slider .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 0 0 0; }
    @media (min-width: 840px) {
      .image-slider .swiper-wrapper {
        padding: 40px 0; } }
  .image-slider img {
    height: auto;
    width: 100%; }

.product-listing__number-of-products {
  font-size: 14px;
  line-height: 1.7;
  color: #C6C6C6;
  margin: 45px 0 0 0; }

.product-listing__products {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc( 100% + 30px);
  margin-left: -15px;
  padding: 0 15px; }
  @media (min-width: 840px) {
    .product-listing__products {
      margin-top: 55px; } }
  .product-listing__products a .amount {
    color: #1374A8; }
  .product-listing__products a:hover.button, .product-listing__products .add-to-cart-wrapper a.added_to_cart:hover, .add-to-cart-wrapper .product-listing__products a.added_to_cart:hover, .product-listing__products .woocommerce-cart p.return-to-shop a:hover, .woocommerce-cart p.return-to-shop .product-listing__products a:hover, .product-listing__products .single-product a.wc-forward:hover, .single-product .product-listing__products a.wc-forward:hover, .product-listing__products .single-product .summary .woocommerce-Reviews a.submit:hover, .single-product .summary .woocommerce-Reviews .product-listing__products a.submit:hover {
    color: #ffffff; }
  .product-listing__products figure {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .product-listing__products-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin-bottom: 60px; }
    .product-listing__products-product:hover figure {
      -webkit-box-shadow: 0 0 10px rgba(97, 97, 97, 0.5);
              box-shadow: 0 0 10px rgba(97, 97, 97, 0.5); }
    @media (min-width: 440px) and (max-width: 1339px) {
      .product-listing__products-product {
        max-width: calc( 50% - 15px); }
        .product-listing__products-product:not(:nth-of-type(2n)) {
          margin-right: 30px; } }
    @media (min-width: 1340px) {
      .product-listing__products-product {
        max-width: calc( 33.33% - 20px); }
        .product-listing__products-product:not(:nth-of-type(3n)) {
          margin-right: 30px; } }
    .product-listing__products-product img {
      width: auto;
      height: auto;
      max-height: 100%;
      margin: auto; }
  .product-listing__products--image {
    position: relative;
    height: auto;
    padding: 30px;
    -webkit-box-shadow: 0 0 10px rgba(97, 97, 97, 0.1);
            box-shadow: 0 0 10px rgba(97, 97, 97, 0.1); }
    @media (min-width: 640px) {
      .product-listing__products--image {
        height: 200px; } }
    @media (min-width: 840px) {
      .product-listing__products--image {
        height: 250px; } }
    @media (min-width: 1025px) {
      .product-listing__products--image {
        height: 300px; } }
    .product-listing__products--image + .product-listing__products--title,
    .product-listing__products--image + .product-listing__products--price,
    .product-listing__products--image + .product-listing__products--link-bottom {
      margin-top: 30px; }
  .product-listing__products--label, .post-type-archive-product .products .product__sale--label,
  .tax-product_cat .products .product__sale--label, .post-type-archive-product .products .product__rent--label,
  .tax-product_cat .products .product__rent--label {
    position: absolute;
    top: 20px;
    right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 56px;
    height: 56px;
    font-family: 'Rubik-Medium';
    font-weight: 500;
    color: #ffffff;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0;
    border-radius: 50%;
    background-color: #D15358;
    padding: 10px;
    text-transform: uppercase;
    text-align: center; }
  .product-listing__products--title {
    font-family: 'Rubik-Regular';
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
    color: #272727;
    margin: 0; }
    .product-listing__products--title + .product-listing__products--price,
    .product-listing__products--title + .product-listing__products--link-bottom {
      margin-top: 30px; }
  .product-listing__products--price {
    text-align: center; }
    .product-listing__products--price-label {
      color: #272727; }
      .product-listing__products--price-label:last-of-type {
        font-family: 'Rubik-Medium';
        font-weight: 500;
        color: #1374A8; }
    .product-listing__products--price .amount {
      font-family: 'Rubik-Medium';
      font-weight: 500; }
  .product-listing__products--link-bottom {
    font-size: 14px;
    margin-top: 25px;
    min-width: 140px;
    border-color: #8F8F8F;
    text-transform: uppercase; }

.widget_price_filter .price_slider {
  margin-bottom: 1em; }

.widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4;
  font-size: 0.8751em; }
  .widget_price_filter .price_slider_amount .button, .widget_price_filter .price_slider_amount .wpcf7 form input[type='submit'], .wpcf7 form .widget_price_filter .price_slider_amount input[type='submit'], .widget_price_filter .price_slider_amount .add-to-cart-wrapper .added_to_cart, .add-to-cart-wrapper .widget_price_filter .price_slider_amount .added_to_cart, .widget_price_filter .price_slider_amount .woocommerce-cart p.return-to-shop a, .woocommerce-cart p.return-to-shop .widget_price_filter .price_slider_amount a, .widget_price_filter .price_slider_amount .single-product .wc-forward, .single-product .widget_price_filter .price_slider_amount .wc-forward, .widget_price_filter .price_slider_amount .single-product .summary .woocommerce-Reviews .submit, .single-product .summary .woocommerce-Reviews .widget_price_filter .price_slider_amount .submit, .widget_price_filter .price_slider_amount .woocommerce-checkout-payment button, .woocommerce-checkout-payment .widget_price_filter .price_slider_amount button {
    font-size: 1.15em;
    float: left; }

.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
  margin-left: 0.5em;
  margin-right: 0.5em; }

.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  background-color: #1374A8;
  border-radius: 1em;
  cursor: ew-resize;
  outline: none;
  top: -0.3em;
  /* rtl:ignore */
  margin-left: -0.5em; }

.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  border-radius: 1em;
  background-color: #1374A8; }

.widget_price_filter .price_slider_wrapper .ui-widget-content {
  border-radius: 1em;
  background-color: #003064;
  border: 0; }

.widget_price_filter .ui-slider-horizontal {
  height: 0.5em; }

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
  left: -1px; }

.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
  right: -1px; }

#datafetch {
  background-color: #EDEDED;
  position: absolute;
  top: 100%;
  z-index: 999; }
  #datafetch div a {
    display: block;
    padding: 10px 20px; }
    #datafetch div a:hover {
      background-color: #1374A8;
      color: #ffffff; }

.berocket_single_filter_widget ul {
  margin-right: 0; }

.berocket_single_filter_widget li:hover {
  background: transparent !important; }

.berocket_single_filter_widget .slider {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .berocket_single_filter_widget .slider:hover {
    text-shadow: none !important; }
  .berocket_single_filter_widget .slider .ui-slider-handle,
  .berocket_single_filter_widget .slider .ui-slider-range {
    background: #1374A8;
    border-color: #1374A8; }
    .berocket_single_filter_widget .slider .ui-slider-handle:hover, .berocket_single_filter_widget .slider .ui-slider-handle:focus, .berocket_single_filter_widget .slider .ui-slider-handle:active,
    .berocket_single_filter_widget .slider .ui-slider-range:hover,
    .berocket_single_filter_widget .slider .ui-slider-range:focus,
    .berocket_single_filter_widget .slider .ui-slider-range:active {
      outline: none; }
  .berocket_single_filter_widget .slider .left,
  .berocket_single_filter_widget .slider .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    color: #868686;
    font-size: 16px !important;
    margin-top: 18px;
    height: auto !important;
    width: auto !important; }
    .berocket_single_filter_widget .slider .left .berocket_slider_start_val,
    .berocket_single_filter_widget .slider .left .berocket_slider_end_val,
    .berocket_single_filter_widget .slider .right .berocket_slider_start_val,
    .berocket_single_filter_widget .slider .right .berocket_slider_end_val {
      border: none;
      font-style: normal;
      font-size: 16px;
      padding: 0;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      max-width: 100%; }
      @media (max-width: 839px) {
        .berocket_single_filter_widget .slider .left .berocket_slider_start_val,
        .berocket_single_filter_widget .slider .left .berocket_slider_end_val,
        .berocket_single_filter_widget .slider .right .berocket_slider_start_val,
        .berocket_single_filter_widget .slider .right .berocket_slider_end_val {
          width: 70px; } }
  .berocket_single_filter_widget .slider .right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .berocket_single_filter_widget .slider .slide {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
    .berocket_single_filter_widget .slider .slide .ui-widget-content {
      background: #EEEEEE;
      border: none;
      height: 2px; }

.read-more-toggle {
  position: relative;
  display: inline-block; }
  .read-more-toggle__text-area {
    position: relative;
    margin-bottom: 20px; }
    .read-more-toggle__text-area.more_than_max::before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 144px;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      opacity: 1;
      background: #fff;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#ffffff));
      background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
      z-index: 9; }

/* Gutenberg Default */
@media (min-width: 840px) {
  .wp-block-media-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

@media (min-width: 840px) {
  .wp-block-media-text.has-media-on-the-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse nowrap;
            flex-flow: row-reverse nowrap; } }

@media (max-width: 839px) {
  .wp-block-media-text.is-stacked-on-mobile {
    display: block; } }

@media (max-width: 839px) {
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media, .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    max-width: 100%; } }

@media (max-width: 839px) {
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
    margin-bottom: 35px; } }

.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
  padding: 0; }
  @media (min-width: 840px) {
    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
      padding: 0 15px; } }
  @media (min-width: 1025px) {
    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
      padding: 0 30px; } }
  @media (min-width: null) {
    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
      padding: 0 6%; } }

.wp-block-media-text__media, .wp-block-media-text__content {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%; }

.wp-block-media-text__media, .wp-block-media-text__content {
  max-width: 50%; }

.wp-block-media-text a:not(.button) {
  font-weight: 400; }

/* Helpers. */
/**
* Variables used in this file from abstracts/_variable.scss
*
get_color(primary)
get_color(secondary)
get_color(featured)
get_color(danger)
get_color(dark)
*
*/
/**
* Specific variables (used only in this file)
*
* None
*
**/
.effect--waves {
  position: relative;
  -webkit-user-select: none;
      -ms-user-select: none;
             -moz-user-select: none;
          user-select: none;
  overflow: hidden;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  /* Firefox Bug: link not triggered */ }
  .effect--waves .waves-ripple {
    position: absolute;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    opacity: 0;
    background: rgba(39, 39, 39, 0.5);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transform: scale(0);
            transform: scale(0);
    pointer-events: none; }
  .effect--waves input[type='button'],
  .effect--waves input[type='reset'],
  .effect--waves input[type='submit'] {
    border: 0;
    font-style: normal;
    font-size: inherit;
    text-transform: inherit;
    background: none; }
  .effect--waves img {
    position: relative;
    z-index: -1; }
  .effect--waves .waves-notransition {
    -webkit-transition: none !important;
    transition: none !important; }
  .effect--waves .waves-circle {
    text-align: center;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    border-radius: 50%;
    -webkit-mask-image: none;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%); }
  .effect--waves .waves-input-wrapper {
    border-radius: 0.2em;
    vertical-align: bottom; }
    .effect--waves .waves-input-wrapper .waves-button-input {
      position: relative;
      top: 0;
      left: 0;
      z-index: 1; }
  .effect--waves .waves-block {
    display: block; }
  .effect--waves .waves-effect .waves-ripple {
    z-index: -1; }

.effect--primary .waves-ripple {
  background-color: rgba(10, 89, 132, 0.7); }

.effect--secondary .waves-ripple {
  background-color: rgba(10, 89, 132, 0.7); }

.effect--featured .waves-ripple {
  background-color: rgba(204, 125, 44, 0.7); }

.effect--danger .waves-ripple {
  background-color: rgba(178, 21, 61, 0.7); }

/**
*
* Helpers
*
**/
.anchor {
  position: absolute;
  top: -50px;
  left: 0; }

.will-animate {
  opacity: 0; }
  .will-animate.animated {
    opacity: 1; }

.float-none {
  float: none; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.text {
  text-rendering: optimizeLegibility; }
  .text--center {
    text-align: center; }
  .text--left {
    text-align: left; }
  .text--right {
    text-align: right; }
  .text--justify {
    text-align: justify; }
  .text--uppercase {
    text-transform: uppercase; }
  .text--lowercase {
    text-transform: lowercase; }
  .text--capitalize {
    text-transform: capitalize; }
  .text--thin {
    font-weight: 300; }
  .text--light {
    font-weight: 300; }
  .text--bold {
    font-weight: 600; }
  .text--black {
    font-family: "Rubik-Regular", Helvetica, Arial, sans-serif;
    font-weight: 900; }

.no-margin {
  margin-right: 0px;
  margin-left: 0px; }

.no-padding {
  padding: 0px; }

.color-primary {
  color: #0A5984; }

.color-secondary {
  color: #0A5984; }

.color-featured {
  color: #CC7D2C; }

.color-danger {
  color: #B2153D; }

.background-primary {
  background: #0A5984; }

.background-secondary {
  background: #0A5984; }

.background-featured {
  background: #CC7D2C; }

.background-danger {
  background: #B2153D; }

.fill-primary {
  fill: #0A5984; }

.fill-secondary {
  fill: #0A5984; }

.fill-featured {
  fill: #CC7D2C; }

.fill-danger {
  fill: #B2153D; }

.depth-shadow::before, .depth-shadow::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 10; }

.depth-shadow--top::before {
  content: '';
  height: 35%;
  bottom: auto;
  bottom: initial;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), color-stop(20%, rgba(0, 0, 0, 0.1)), color-stop(40%, transparent));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.1) 20%, transparent 40%); }
  .is__IE .depth-shadow--top::before {
    content: none; }

.depth-shadow--bottom::after {
  content: '';
  height: 35%;
  top: auto;
  top: initial;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.35)), color-stop(20%, rgba(0, 0, 0, 0.1)), color-stop(40%, transparent));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.1) 20%, transparent 40%); }
  .is__IE .depth-shadow--bottom::after {
    content: none; }

.mt-2 {
  margin-top: 28px; }

.mb-2 {
  margin-bottom: 28px; }

/* Pages. */
.page-template-default h1 + .wp-block-group,
.page-template-default h1 + .wp-block-columns,
.page-template-default h2 + .wp-block-group,
.page-template-default h2 + .wp-block-columns,
.page-template-default h3 + .wp-block-group,
.page-template-default h3 + .wp-block-columns,
.page-template-default h4 + .wp-block-group,
.page-template-default h4 + .wp-block-columns,
.page-template-default h5 + .wp-block-group,
.page-template-default h5 + .wp-block-columns,
.page-template-default h6 + .wp-block-group,
.page-template-default h6 + .wp-block-columns,
.page-template-default p + .wp-block-group,
.page-template-default p + .wp-block-columns {
  margin-top: 20px; }
  @media (min-width: 640px) {
    .page-template-default h1 + .wp-block-group,
    .page-template-default h1 + .wp-block-columns,
    .page-template-default h2 + .wp-block-group,
    .page-template-default h2 + .wp-block-columns,
    .page-template-default h3 + .wp-block-group,
    .page-template-default h3 + .wp-block-columns,
    .page-template-default h4 + .wp-block-group,
    .page-template-default h4 + .wp-block-columns,
    .page-template-default h5 + .wp-block-group,
    .page-template-default h5 + .wp-block-columns,
    .page-template-default h6 + .wp-block-group,
    .page-template-default h6 + .wp-block-columns,
    .page-template-default p + .wp-block-group,
    .page-template-default p + .wp-block-columns {
      margin-top: 40px; } }
  @media (min-width: 840px) {
    .page-template-default h1 + .wp-block-group,
    .page-template-default h1 + .wp-block-columns,
    .page-template-default h2 + .wp-block-group,
    .page-template-default h2 + .wp-block-columns,
    .page-template-default h3 + .wp-block-group,
    .page-template-default h3 + .wp-block-columns,
    .page-template-default h4 + .wp-block-group,
    .page-template-default h4 + .wp-block-columns,
    .page-template-default h5 + .wp-block-group,
    .page-template-default h5 + .wp-block-columns,
    .page-template-default h6 + .wp-block-group,
    .page-template-default h6 + .wp-block-columns,
    .page-template-default p + .wp-block-group,
    .page-template-default p + .wp-block-columns {
      margin-top: 80px; } }

.page-template-default .wp-block-columns,
.page-template-default .wp-block-group {
  margin: 20px 0; }
  @media (min-width: 840px) {
    .page-template-default .wp-block-columns,
    .page-template-default .wp-block-group {
      margin: 40px 0; } }
  .page-template-default .wp-block-columns + .wp-block-group,
  .page-template-default .wp-block-columns + .wp-block-columns,
  .page-template-default .wp-block-group + .wp-block-group,
  .page-template-default .wp-block-group + .wp-block-columns {
    margin-top: 20px; }
    @media (min-width: 640px) {
      .page-template-default .wp-block-columns + .wp-block-group,
      .page-template-default .wp-block-columns + .wp-block-columns,
      .page-template-default .wp-block-group + .wp-block-group,
      .page-template-default .wp-block-group + .wp-block-columns {
        margin-top: 40px; } }
    @media (min-width: 840px) {
      .page-template-default .wp-block-columns + .wp-block-group,
      .page-template-default .wp-block-columns + .wp-block-columns,
      .page-template-default .wp-block-group + .wp-block-group,
      .page-template-default .wp-block-group + .wp-block-columns {
        margin-top: 80px; } }
  .page-template-default .wp-block-columns + h1,
  .page-template-default .wp-block-columns + h2,
  .page-template-default .wp-block-columns + h3,
  .page-template-default .wp-block-columns + h4,
  .page-template-default .wp-block-columns + h5,
  .page-template-default .wp-block-columns + h6,
  .page-template-default .wp-block-columns + p,
  .page-template-default .wp-block-group + h1,
  .page-template-default .wp-block-group + h2,
  .page-template-default .wp-block-group + h3,
  .page-template-default .wp-block-group + h4,
  .page-template-default .wp-block-group + h5,
  .page-template-default .wp-block-group + h6,
  .page-template-default .wp-block-group + p {
    margin-top: 30px; }
    @media (min-width: 840px) {
      .page-template-default .wp-block-columns + h1,
      .page-template-default .wp-block-columns + h2,
      .page-template-default .wp-block-columns + h3,
      .page-template-default .wp-block-columns + h4,
      .page-template-default .wp-block-columns + h5,
      .page-template-default .wp-block-columns + h6,
      .page-template-default .wp-block-columns + p,
      .page-template-default .wp-block-group + h1,
      .page-template-default .wp-block-group + h2,
      .page-template-default .wp-block-group + h3,
      .page-template-default .wp-block-group + h4,
      .page-template-default .wp-block-group + h5,
      .page-template-default .wp-block-group + h6,
      .page-template-default .wp-block-group + p {
        margin-top: 70px; } }

.page-template-default .hide-element {
  display: none; }

.page-template-default .mt40 {
  margin-top: 20px !important; }
  @media (min-width: 640px) {
    .page-template-default .mt40 {
      margin-top: 40px !important; } }

.page-template-default .column-bottom-border p {
  margin: 0; }

.page-template-default .column-bottom-border.wp-block-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #EDEDED;
  margin: 0;
  padding: 18px 0; }

.page-template-default .column-bottom-border .wp-block-column + .wp-block-column {
  text-align: left; }
  @media (max-width: 781px) {
    .page-template-default .column-bottom-border .wp-block-column + .wp-block-column {
      margin-top: 0 !important; } }
  @media (min-width: 781px) {
    .page-template-default .column-bottom-border .wp-block-column + .wp-block-column {
      text-align: right; } }

@media (max-width: 839px) {
  .page-template-default .columns-gap-70 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

@media (max-width: 781px) {
  .page-template-default .columns-gap-70 .wp-block-column {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
    margin-left: 0; } }

.page-template-default .columns-gap-70 .wp-block-column:not(:first-child) {
  margin-top: 20px; }
  @media (min-width: 781px) {
    .page-template-default .columns-gap-70 .wp-block-column:not(:first-child) {
      margin-top: 0;
      margin-left: 70px; } }

.page-template-default .border-radius-5 {
  border-radius: 5px; }

.page-template-default .google-map-group iframe {
  border-radius: 5px; }

@media (max-width: 839px) {
  .page-template-default .section--testimonials-slider {
    padding: 60px 0 40px 0; } }

@media (min-width: 840px) {
  .page-template-default .section--testimonials-slider {
    padding: 80px 0 40px 0; } }

@media (min-width: 1441px) {
  .page-template-default .section--testimonials-slider {
    padding: 120px 0 40px 0; } }

@media (min-width: 1340px) {
  .home .site-container .content {
    padding-top: 40px; } }

.home .woo-cats-search-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (min-width: 1025px) {
    .home .woo-cats-search-slider {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; } }
  .home .woo-cats-search-slider__cats {
    position: relative;
    background-color: #1374A8;
    width: 100%;
    max-width: 100%;
    padding: 15px 0;
    border-radius: 5px; }
    @media (min-width: 1025px) {
      .home .woo-cats-search-slider__cats {
        max-width: 330px;
        margin-right: 30px;
        padding: 30px 0; } }
    .home .woo-cats-search-slider__cats--title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      font-size: 16px;
      line-height: normal;
      font-weight: 700;
      color: #ffffff;
      text-transform: uppercase;
      padding: 0 30px;
      margin: 0; }
      @media (min-width: 640px) {
        .home .woo-cats-search-slider__cats--title {
          font-size: 18px; } }
      .home .woo-cats-search-slider__cats--title > svg {
        width: 40px;
        height: 40px;
        padding: 12px;
        fill: #ffffff;
        -webkit-transition: -webkit-transform 0.3s ease-in-out;
        transition: -webkit-transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; }
        @media (min-width: 1025px) {
          .home .woo-cats-search-slider__cats--title > svg {
            display: none; } }
      .home .woo-cats-search-slider__cats--title.dropdown-opened svg {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
    .home .woo-cats-search-slider__cats--list {
      margin-top: 20px; }
      @media (max-width: 1024px) {
        .home .woo-cats-search-slider__cats--list {
          display: none; } }
      .home .woo-cats-search-slider__cats--list ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
      .home .woo-cats-search-slider__cats--list .menu-item {
        width: 100%; }
        @media (min-width: 640px) {
          .home .woo-cats-search-slider__cats--list .menu-item {
            width: 50%; } }
        @media (min-width: 1025px) {
          .home .woo-cats-search-slider__cats--list .menu-item {
            width: 100%; } }
    .home .woo-cats-search-slider__cats .menu-item {
      position: relative; }
      .home .woo-cats-search-slider__cats .menu-item a {
        position: relative; }
        .home .woo-cats-search-slider__cats .menu-item a:after {
          content: '';
          position: absolute;
          top: 100%;
          left: 30px;
          width: calc( 100% - 60px);
          height: 1px;
          background-color: #0A5984;
          -webkit-transition: all 0.1s ease-in-out;
          transition: all 0.1s ease-in-out; }
      .home .woo-cats-search-slider__cats .menu-item:hover {
        background-color: #0A5984; }
        .home .woo-cats-search-slider__cats .menu-item:hover .menu-item__dropdown {
          -webkit-transform: translate3d(0, 0, 0);
                  transform: translate3d(0, 0, 0);
          opacity: 1;
          visibility: visible; }
      .home .woo-cats-search-slider__cats .menu-item a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding: 10px 30px;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        .home .woo-cats-search-slider__cats .menu-item a:hover {
          background-color: #0A5984; }
          .home .woo-cats-search-slider__cats .menu-item a:hover:after {
            display: none; }
        .home .woo-cats-search-slider__cats .menu-item a.dropdown-opened:after {
          display: none; }
        .home .woo-cats-search-slider__cats .menu-item a.dropdown-opened > svg {
          -webkit-transform: rotate(90deg);
                  transform: rotate(90deg); }
        .home .woo-cats-search-slider__cats .menu-item a > div {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
        .home .woo-cats-search-slider__cats .menu-item a > svg {
          width: 40px;
          height: 40px;
          padding: 12px;
          fill: #ffffff;
          -webkit-transition: -webkit-transform 0.3s ease-in-out;
          transition: -webkit-transform 0.3s ease-in-out;
          transition: transform 0.3s ease-in-out;
          transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; }
          @media (min-width: 1025px) {
            .home .woo-cats-search-slider__cats .menu-item a > svg {
              width: 10px;
              height: 10px;
              padding: 0; } }
      .home .woo-cats-search-slider__cats .menu-item img, .home .woo-cats-search-slider__cats .menu-item__svg {
        max-width: 30px;
        max-height: 30px; }
        .home .woo-cats-search-slider__cats .menu-item img svg, .home .woo-cats-search-slider__cats .menu-item__svg svg {
          max-width: inherit;
          max-height: inherit;
          fill: #7FB6D7; }
        .home .woo-cats-search-slider__cats .menu-item img + .menu-item__text, .home .woo-cats-search-slider__cats .menu-item__svg + .menu-item__text {
          margin-left: 15px; }
      .home .woo-cats-search-slider__cats .menu-item__text {
        color: #ffffff; }
      .home .woo-cats-search-slider__cats .menu-item__dropdown {
        display: none; }
        @media (min-width: 1025px) {
          .home .woo-cats-search-slider__cats .menu-item__dropdown {
            display: block;
            position: absolute;
            top: -30px;
            left: 100%;
            padding: 30px 0;
            background-color: #1374A8;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            border-radius: 0 5px 5px 0;
            opacity: 0;
            visibility: hidden;
            padding: 30px 30px 30px 0;
            -webkit-transform: translateX(15px);
                    transform: translateX(15px);
            z-index: 1030; } }
        .home .woo-cats-search-slider__cats .menu-item__dropdown-wrap {
          padding: 30px;
          border-radius: 0 5px 5px 0;
          background-color: #0A5984; }
        .home .woo-cats-search-slider__cats .menu-item__dropdown-label {
          font-size: 18px;
          line-height: normal;
          font-weight: 700;
          color: #ffffff;
          text-transform: uppercase;
          margin-bottom: 30px; }
        .home .woo-cats-search-slider__cats .menu-item__dropdown-menu {
          padding: 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between; }
          @media (min-width: 1025px) {
            .home .woo-cats-search-slider__cats .menu-item__dropdown-menu {
              min-width: 600px; } }
          .home .woo-cats-search-slider__cats .menu-item__dropdown-menu li {
            width: 48%;
            list-style: none; }
          .home .woo-cats-search-slider__cats .menu-item__dropdown-menu a {
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            padding: 0;
            margin: 10px 0;
            color: #ffffff;
            line-height: 1.1;
            letter-spacing: 0.02em;
            -webkit-transition: border-bottom 0.3s ease-in-out;
            transition: border-bottom 0.3s ease-in-out;
            border-bottom: 1px solid transparent; }
            .home .woo-cats-search-slider__cats .menu-item__dropdown-menu a:hover {
              border-bottom-color: #ffffff; }
  .home .woo-cats-search-slider__search-slider {
    width: 100%; }
    @media (min-width: 1025px) {
      .home .woo-cats-search-slider__search-slider {
        width: calc( 100% - 330px); } }
  .home .woo-cats-search-slider__search {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    margin-top: 30px; }
    @media (min-width: 1025px) {
      .home .woo-cats-search-slider__search {
        margin-top: 0; } }
    .home .woo-cats-search-slider__search form {
      background-color: #EDEDED; }
    .home .woo-cats-search-slider__search svg {
      position: absolute;
      top: 50%;
      left: 16px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 20px;
      height: 20px; }
    .home .woo-cats-search-slider__search .form__input label, .home .woo-cats-search-slider__search .woocommerce-checkout form.login .form-row label, .woocommerce-checkout form.login .home .woo-cats-search-slider__search .form-row label, .home .woo-cats-search-slider__search .woocommerce-checkout form.checkout .form-row label, .woocommerce-checkout form.checkout .home .woo-cats-search-slider__search .form-row label, .home .woo-cats-search-slider__search .chimp-newsletter__input label, .home .woo-cats-search-slider__search .woocommerce-account .login .woocommerce-form-row label, .woocommerce-account .login .home .woo-cats-search-slider__search .woocommerce-form-row label, .home .woo-cats-search-slider__search .woocommerce-account .register .woocommerce-form-row label, .woocommerce-account .register .home .woo-cats-search-slider__search .woocommerce-form-row label, .home .woo-cats-search-slider__search .woocommerce-account .woocommerce-ResetPassword .woocommerce-form-row label, .woocommerce-account .woocommerce-ResetPassword .home .woo-cats-search-slider__search .woocommerce-form-row label, .home .woo-cats-search-slider__search .woocommerce-account .woocommerce-EditAccountForm .woocommerce-form-row label, .woocommerce-account .woocommerce-EditAccountForm .home .woo-cats-search-slider__search .woocommerce-form-row label {
      left: 50px; }
    .home .woo-cats-search-slider__search .form__input--wrap {
      position: relative; }
      .home .woo-cats-search-slider__search .form__input--wrap:not(.focused-input) + label {
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        color: #272727; }
      .home .woo-cats-search-slider__search .form__input--wrap input {
        padding-left: 50px; }
  .home .woo-cats-search-slider__slider {
    max-width: 100%; }
    .home .woo-cats-search-slider__slider .swiper-slide {
      border-radius: 5px;
      overflow: hidden; }
    .home .woo-cats-search-slider__slider img {
      width: 100%;
      height: auto;
      display: block; }
  .home .woo-cats-search-slider-second__slider {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (min-width: 1025px) {
      .home .woo-cats-search-slider-second__slider {
        min-height: 580px; } }

.home .home-slider-second {
  padding-top: 30px; }
  @media (min-width: 1025px) {
    .home .home-slider-second {
      padding-top: 120px; } }
  @media (min-width: 840px) {
    .home .home-slider-second {
      padding-top: 60px; } }
  .home .home-slider-second h3,
  .home .home-slider-second h4,
  .home .home-slider-second p {
    margin: 0; }
    .home .home-slider-second h3 + p,
    .home .home-slider-second h4 + p,
    .home .home-slider-second p + p {
      margin-top: 30px; }
  .home .home-slider-second h3 {
    font-size: 26px;
    color: #1374A8; }
  .home .home-slider-second h4 {
    font-family: 'Rubik-Medium';
    font-weight: 500;
    font-size: 16px;
    line-height: 1.6;
    text-transform: uppercase; }
  .home .home-slider-second p {
    line-height: 1.5; }
  @media (min-width: 840px) {
    .home .home-slider-second .swiper-slide {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      height: auto; } }
  @media (min-width: 840px) {
    .home .home-slider-second .swiper-slide--left {
      padding: 0 30px 0 0;
      max-width: 620px; } }
  .home .home-slider-second .swiper-slide--left > a {
    margin-top: 30px;
    min-width: 170px;
    min-height: 46px; }
  .home .home-slider-second .swiper-slide--right {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    height: auto; }
    @media (max-width: 839px) {
      .home .home-slider-second .swiper-slide--right {
        margin-top: 30px; } }
    @media (min-width: 440px) {
      .home .home-slider-second .swiper-slide--right {
        width: 345px; } }
    .home .home-slider-second .swiper-slide--right img {
      height: inherit;
      width: inherit;
      border-radius: 5px; }

.home .section--featured-products-slider {
  padding: 60px 0; }

.home .news-posts.has-gray-background,
.home .am2-block-cards.has-gray-background {
  background: url("../images/gray-bg-pattern.jpg") no-repeat center center;
  background-size: cover; }

.home .am2-block-cards .card-item__find-out-more {
  background-color: transparent;
  color: #1374A8 !important;
  min-width: auto; }
  .home .am2-block-cards .card-item__find-out-more:hover, .home .am2-block-cards .card-item__find-out-more:focus {
    background-color: transparent; }

@media (min-width: 1441px) {
  .home .news-posts {
    padding: 60px 0 30px 0; } }

.home .wp-block-am2-content-media .columns {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (min-width: 1340px) {
    .home .wp-block-am2-content-media .columns {
      padding: 0 15px; } }

.home .wp-block-am2-content-media .media-content__col--image {
  min-height: 230px; }
  @media (min-width: 840px) {
    .home .wp-block-am2-content-media .media-content__col--image {
      min-height: 330px; } }
  @media (min-width: 1025px) {
    .home .wp-block-am2-content-media .media-content__col--image {
      min-height: 430px; } }
  .home .wp-block-am2-content-media .media-content__col--image figure {
    min-height: inherit; }
    .home .wp-block-am2-content-media .media-content__col--image figure img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      min-height: inherit; }

@media (min-width: 1441px) {
  .home .wp-block-create-block-am2-block-articles .news-posts__inner {
    padding: 0 15px; } }

.news {
  padding: 56px 0;
  background: #f2f2f2; }
  @media (max-width: 839px) {
    .news {
      padding: 28px 0; } }
  .news__title {
    font-size: 40px;
    text-transform: uppercase;
    color: getColor(brand); }
    @media (max-width: 839px) {
      .news__title {
        padding-bottom: 0; } }
    @media (max-width: 439px) {
      .news__title {
        font-size: 25px; } }
  .news__cta {
    margin-top: 56px; }
  .news__item {
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.3s cubic-bezier(0.45, 0.03, 0.5, 0.95);
    transition: all 0.3s cubic-bezier(0.45, 0.03, 0.5, 0.95);
    border-radius: 6px;
    margin-bottom: 28px; }
    @media (max-width: 439px) {
      .news__item {
        margin-bottom: 20px; } }
    .news__item:hover {
      -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
              box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); }
    .news__item:first-child {
      grid-column-start: 1;
      grid-column-end: 3;
      grid-row-start: 1;
      grid-row-end: span 2;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .news__item:first-child .news__item-excerpt {
        max-height: none;
        line-height: 1.4; }
      .news__item:first-child .news__item-meta {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; }
      .news__item:first-child .news__item-date {
        font-size: 24px;
        padding: 15px 25px;
        top: -28px; }
      .news__item:first-child .news__item-category {
        position: absolute;
        right: 28px;
        bottom: 15px; }
    .news__item-excerpt {
      overflow: hidden;
      max-height: 40px; }
    .news__item-image {
      max-width: 100%; }
    .news__item-meta {
      background: #fff;
      padding: 35px 28px 14px 28px;
      position: relative;
      border-radius: 0 0 6px 6px; }
      @media (max-width: 839px) {
        .news__item-meta {
          padding: 14px;
          padding-top: 28px;
          padding-bottom: 28px; } }
    .news__item-date {
      background-color: getColor(primary);
      color: #fff;
      position: absolute;
      font-size: 18px;
      padding: 8px 17px;
      right: 0;
      top: -20px;
      z-index: 10; }
    .news__item-title {
      font-size: 16px;
      color: getColor(brand);
      font-weight: 700;
      margin-bottom: 5px; }
    .news__item-excerpt {
      font-size: 16px;
      color: #666666;
      margin-bottom: 0;
      line-height: 1.2; }
    .news__item-category {
      font-weight: 500;
      font-style: italic;
      color: getColor(primary);
      text-align: right;
      display: block; }
      @media (max-width: 839px) {
        .news__item-category {
          bottom: 5px; } }

.news-categories {
  padding: 28px 0; }
  .news-categories__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .news-categories__item {
    padding: 8px 30px;
    border: 1px solid #C6C6C6;
    display: block;
    margin: 8px;
    color: #272727;
    font-size: 16px;
    border-radius: 20px; }
    .news-categories__item:first-child {
      margin-left: 0; }
    .news-categories__item:hover, .news-categories__item--active {
      color: #fff;
      background: #1374A8; }

@media (min-width: 840px) {
  .page-rentals .wrapper > .wp-block-columns .wp-block-column:last-of-type,
  .page-blog .wrapper > .wp-block-columns .wp-block-column:last-of-type {
    padding-right: 100px; } }

.page-rentals .wp-block-columns,
.page-blog .wp-block-columns {
  margin-top: 0;
  margin-bottom: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (min-width: 1025px) {
    .page-rentals .wp-block-columns,
    .page-blog .wp-block-columns {
      margin-bottom: 60px;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; } }
  @media screen and (min-width: 840px) {
    .page-rentals .wp-block-columns .wp-block-column:nth-of-type(2n),
    .page-blog .wp-block-columns .wp-block-column:nth-of-type(2n) {
      margin-left: 77px; } }
  .page-rentals .wp-block-columns .wp-block-column h1,
  .page-rentals .wp-block-columns .wp-block-column h2,
  .page-blog .wp-block-columns .wp-block-column h1,
  .page-blog .wp-block-columns .wp-block-column h2 {
    font-family: 'Rubik-Bold';
    color: #272727;
    font-size: 28px;
    line-height: 1;
    margin-bottom: 0; }
    @media (min-width: 640px) {
      .page-rentals .wp-block-columns .wp-block-column h1,
      .page-rentals .wp-block-columns .wp-block-column h2,
      .page-blog .wp-block-columns .wp-block-column h1,
      .page-blog .wp-block-columns .wp-block-column h2 {
        font-size: 38px; } }
    @media (min-width: 1340px) {
      .page-rentals .wp-block-columns .wp-block-column h1,
      .page-rentals .wp-block-columns .wp-block-column h2,
      .page-blog .wp-block-columns .wp-block-column h1,
      .page-blog .wp-block-columns .wp-block-column h2 {
        font-size: 48px; } }
    .page-rentals .wp-block-columns .wp-block-column h1 + h3, .page-rentals .wp-block-columns .wp-block-column h1 h4,
    .page-rentals .wp-block-columns .wp-block-column h2 + h3,
    .page-rentals .wp-block-columns .wp-block-column h2 h4,
    .page-blog .wp-block-columns .wp-block-column h1 + h3,
    .page-blog .wp-block-columns .wp-block-column h1 h4,
    .page-blog .wp-block-columns .wp-block-column h2 + h3,
    .page-blog .wp-block-columns .wp-block-column h2 h4 {
      margin-top: 40px; }
      @media (min-width: 640px) {
        .page-rentals .wp-block-columns .wp-block-column h1 + h3, .page-rentals .wp-block-columns .wp-block-column h1 h4,
        .page-rentals .wp-block-columns .wp-block-column h2 + h3,
        .page-rentals .wp-block-columns .wp-block-column h2 h4,
        .page-blog .wp-block-columns .wp-block-column h1 + h3,
        .page-blog .wp-block-columns .wp-block-column h1 h4,
        .page-blog .wp-block-columns .wp-block-column h2 + h3,
        .page-blog .wp-block-columns .wp-block-column h2 h4 {
          margin-top: 60px; } }
  .page-rentals .wp-block-columns .wp-block-column h3,
  .page-rentals .wp-block-columns .wp-block-column h4,
  .page-blog .wp-block-columns .wp-block-column h3,
  .page-blog .wp-block-columns .wp-block-column h4 {
    font-family: 'Rubik-Medium';
    font-weight: 500;
    font-size: 18px;
    line-height: 1.3;
    color: #272727;
    max-width: 100%; }
    @media (min-width: 640px) {
      .page-rentals .wp-block-columns .wp-block-column h3,
      .page-rentals .wp-block-columns .wp-block-column h4,
      .page-blog .wp-block-columns .wp-block-column h3,
      .page-blog .wp-block-columns .wp-block-column h4 {
        font-size: 20px; } }
    @media (min-width: 840px) {
      .page-rentals .wp-block-columns .wp-block-column h3,
      .page-rentals .wp-block-columns .wp-block-column h4,
      .page-blog .wp-block-columns .wp-block-column h3,
      .page-blog .wp-block-columns .wp-block-column h4 {
        max-width: 80%; } }
    @media (min-width: 1025px) {
      .page-rentals .wp-block-columns .wp-block-column h3,
      .page-rentals .wp-block-columns .wp-block-column h4,
      .page-blog .wp-block-columns .wp-block-column h3,
      .page-blog .wp-block-columns .wp-block-column h4 {
        max-width: 65%; } }
  .page-rentals .wp-block-columns .wp-block-column p,
  .page-blog .wp-block-columns .wp-block-column p {
    line-height: 1.5; }

@media (max-width: 1024px) {
  .page-rentals .site-container .wp-block-columns .wp-block-column,
  .page-blog .site-container .wp-block-columns .wp-block-column {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important; } }

.page-rentals .site-container .wp-block-columns .wp-block-column:not(:last-of-type),
.page-blog .site-container .wp-block-columns .wp-block-column:not(:last-of-type) {
  margin-bottom: 20px; }
  @media (min-width: 1025px) {
    .page-rentals .site-container .wp-block-columns .wp-block-column:not(:last-of-type),
    .page-blog .site-container .wp-block-columns .wp-block-column:not(:last-of-type) {
      margin-bottom: 0; } }

.page-rentals .site-container .wp-block-columns .wp-block-column:nth-of-type(2n),
.page-blog .site-container .wp-block-columns .wp-block-column:nth-of-type(2n) {
  margin-left: 0 !important; }
  @media (min-width: 1025px) {
    .page-rentals .site-container .wp-block-columns .wp-block-column:nth-of-type(2n),
    .page-blog .site-container .wp-block-columns .wp-block-column:nth-of-type(2n) {
      margin-left: 20px !important; } }

.page-rentals .site-container .wp-block-columns .wp-block-column h1,
.page-rentals .site-container .wp-block-columns .wp-block-column h2,
.page-blog .site-container .wp-block-columns .wp-block-column h1,
.page-blog .site-container .wp-block-columns .wp-block-column h2 {
  line-height: 1; }

.page-rentals .site-container .wp-block-columns .wp-block-column h3,
.page-rentals .site-container .wp-block-columns .wp-block-column h4,
.page-blog .site-container .wp-block-columns .wp-block-column h3,
.page-blog .site-container .wp-block-columns .wp-block-column h4 {
  font-family: 'Rubik-Regular';
  color: #9A9A9A; }

.page-rentals .site-container .am2-articles,
.page-blog .site-container .am2-articles {
  background-color: #f0f0f0;
  -webkit-box-shadow: 0 28px 32px rgba(15, 20, 28, 0.06);
          box-shadow: 0 28px 32px rgba(15, 20, 28, 0.06);
  padding: 40px 0; }
  @media (max-width: 1339px) {
    .page-rentals .site-container .am2-articles,
    .page-blog .site-container .am2-articles {
      width: calc( 100% + 30px);
      margin-left: -15px; } }
  @media (min-width: 1340px) {
    .page-rentals .site-container .am2-articles,
    .page-blog .site-container .am2-articles {
      padding: 60px 0; } }
  .page-rentals .site-container .am2-articles__inner h2,
  .page-blog .site-container .am2-articles__inner h2 {
    padding: 0 15px; }
  .page-rentals .site-container .am2-articles__title,
  .page-blog .site-container .am2-articles__title {
    font-family: 'Rubik-Bold';
    font-weight: 700;
    font-size: 26px;
    line-height: normal;
    color: #1374A8;
    text-transform: uppercase;
    margin-bottom: 0; }
    .page-rentals .site-container .am2-articles__title + .am2-articles__items,
    .page-blog .site-container .am2-articles__title + .am2-articles__items {
      margin-top: 15px; }
  .page-rentals .site-container .am2-articles__items,
  .page-blog .site-container .am2-articles__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .page-rentals .site-container .am2-articles__item,
  .page-blog .site-container .am2-articles__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    margin-bottom: 20px;
    background-color: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 15px;
    overflow: hidden; }
    @media (min-width: 840px) {
      .page-rentals .site-container .am2-articles__item,
      .page-blog .site-container .am2-articles__item {
        margin-bottom: 30px;
        max-width: 33.33%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -ms-flex-line-pack: justify;
            align-content: space-between; } }
    @media (min-width: 1366px) {
      .page-rentals .site-container .am2-articles__item,
      .page-blog .site-container .am2-articles__item {
        margin-bottom: 30px; } }
    .page-rentals .site-container .am2-articles__item:hover,
    .page-blog .site-container .am2-articles__item:hover {
      background-color: #ffffff;
      -webkit-box-shadow: 0 0 30px rgba(97, 97, 97, 0.1);
              box-shadow: 0 0 30px rgba(97, 97, 97, 0.1); }
    .page-rentals .site-container .am2-articles__item-image,
    .page-blog .site-container .am2-articles__item-image {
      margin-bottom: 24px;
      border-radius: 4px;
      position: relative;
      height: 230px; }
      .page-rentals .site-container .am2-articles__item-image img,
      .page-blog .site-container .am2-articles__item-image img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
    .page-rentals .site-container .am2-articles__item-title,
    .page-blog .site-container .am2-articles__item-title {
      font-family: 'Rubik-Medium';
      font-weight: 500;
      font-size: 20px;
      line-height: 1.3;
      color: #262626;
      margin-bottom: 29px; }
    .page-rentals .site-container .am2-articles__item-content,
    .page-blog .site-container .am2-articles__item-content {
      font-family: 'Rubik-Regular';
      font-size: 16px;
      line-height: 1.5;
      color: #323232; }
    .page-rentals .site-container .am2-articles__item-url,
    .page-blog .site-container .am2-articles__item-url {
      font-family: 'Rubik-Medium';
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 16px;
      line-height: 1.5;
      text-transform: none;
      text-transform: initial;
      color: #1374A8;
      font-weight: 500;
      background: transparent;
      padding: 0;
      margin-top: 35px; }
      @media (min-width: 840px) {
        .page-rentals .site-container .am2-articles__item-url,
        .page-blog .site-container .am2-articles__item-url {
          font-size: 18px; } }

@media (min-width: 840px) {
  .page-rentals .wp-block-columns .wp-block-column h3,
  .page-rentals .wp-block-columns .wp-block-column h4 {
    max-width: 80%; } }

.page-rentals .wp-block-columns .wp-block-column h1 + h3 {
  margin-top: 40px; }
  @media (min-width: 640px) {
    .page-rentals .wp-block-columns .wp-block-column h1 + h3 {
      margin-top: 60px; } }
  @media (min-width: 1025px) {
    .page-rentals .wp-block-columns .wp-block-column h1 + h3 {
      margin-top: 80px; } }

.page-rentals .wp-block-columns + .am2-block-cards {
  padding-top: 0; }

.page-rentals .am2-block-cards .card-item__icon {
  margin-bottom: 30px; }
  @media (min-width: 1025px) {
    .page-rentals .am2-block-cards .card-item__icon {
      min-height: 300px; } }

.page-rentals .am2-block-cards .card-item__description {
  font-size: 16px; }

.page-rentals .am2-block-cards .card-item__find-out-more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 50px;
  font-size: 16px;
  letter-spacing: 0.02em; }

.page-service-repair .wp-block-columns {
  margin: 0; }
  .page-service-repair .wp-block-columns + .wp-block-columns {
    margin-top: 40px; }
    @media (min-width: 840px) {
      .page-service-repair .wp-block-columns + .wp-block-columns {
        margin-top: 80px; } }
  .page-service-repair .wp-block-columns h1,
  .page-service-repair .wp-block-columns h2,
  .page-service-repair .wp-block-columns h3,
  .page-service-repair .wp-block-columns h4,
  .page-service-repair .wp-block-columns h5,
  .page-service-repair .wp-block-columns h6 {
    margin: 0; }
    .page-service-repair .wp-block-columns h1 + ul,
    .page-service-repair .wp-block-columns h1 + ol,
    .page-service-repair .wp-block-columns h2 + ul,
    .page-service-repair .wp-block-columns h2 + ol,
    .page-service-repair .wp-block-columns h3 + ul,
    .page-service-repair .wp-block-columns h3 + ol,
    .page-service-repair .wp-block-columns h4 + ul,
    .page-service-repair .wp-block-columns h4 + ol,
    .page-service-repair .wp-block-columns h5 + ul,
    .page-service-repair .wp-block-columns h5 + ol,
    .page-service-repair .wp-block-columns h6 + ul,
    .page-service-repair .wp-block-columns h6 + ol {
      margin-top: 20px; }
    .page-service-repair .wp-block-columns h1 + p,
    .page-service-repair .wp-block-columns h2 + p,
    .page-service-repair .wp-block-columns h3 + p,
    .page-service-repair .wp-block-columns h4 + p,
    .page-service-repair .wp-block-columns h5 + p,
    .page-service-repair .wp-block-columns h6 + p {
      margin-top: 0; }
  .page-service-repair .wp-block-columns figure + p,
  .page-service-repair .wp-block-columns figure + h2,
  .page-service-repair .wp-block-columns figure + h3,
  .page-service-repair .wp-block-columns figure + h4,
  .page-service-repair .wp-block-columns figure + ul,
  .page-service-repair .wp-block-columns figure + ol,
  .page-service-repair .wp-block-columns figure + blockquote {
    margin-top: 40px; }
    @media (min-width: 840px) {
      .page-service-repair .wp-block-columns figure + p,
      .page-service-repair .wp-block-columns figure + h2,
      .page-service-repair .wp-block-columns figure + h3,
      .page-service-repair .wp-block-columns figure + h4,
      .page-service-repair .wp-block-columns figure + ul,
      .page-service-repair .wp-block-columns figure + ol,
      .page-service-repair .wp-block-columns figure + blockquote {
        margin-top: 60px; } }
  .page-service-repair .wp-block-columns h3 {
    font-size: 20px; }
    @media (min-width: 640px) {
      .page-service-repair .wp-block-columns h3 {
        font-size: 24px; } }
    @media (min-width: 1340px) {
      .page-service-repair .wp-block-columns h3 {
        font-size: 28px; } }
  .page-service-repair .wp-block-columns ul li,
  .page-service-repair .wp-block-columns ol li {
    padding: 15px 0; }
  .page-service-repair .wp-block-columns p {
    font-size: 16px;
    line-height: 1.5; }
    .page-service-repair .wp-block-columns p + h2,
    .page-service-repair .wp-block-columns p + h3,
    .page-service-repair .wp-block-columns p + h4,
    .page-service-repair .wp-block-columns p + ul,
    .page-service-repair .wp-block-columns p + ol,
    .page-service-repair .wp-block-columns p + blockquote {
      margin-top: 20px; }
      @media (min-width: 840px) {
        .page-service-repair .wp-block-columns p + h2,
        .page-service-repair .wp-block-columns p + h3,
        .page-service-repair .wp-block-columns p + h4,
        .page-service-repair .wp-block-columns p + ul,
        .page-service-repair .wp-block-columns p + ol,
        .page-service-repair .wp-block-columns p + blockquote {
          margin-top: 40px; } }
  .page-service-repair .wp-block-columns figure img {
    width: 100%;
    height: auto; }
  @media (max-width: 639px) {
    .page-service-repair .wp-block-columns .wp-block-column {
      -ms-flex-preferred-size: 100% !important;
          flex-basis: 100% !important;
      margin-left: 0; } }
  @media (min-width: 840px) {
    .page-service-repair .wp-block-columns .wp-block-column:nth-of-type(2n) {
      margin-left: 30px; } }
  @media (min-width: 1025px) {
    .page-service-repair .wp-block-columns .wp-block-column:nth-of-type(2n) {
      margin-left: 70px; } }
  .page-service-repair .wp-block-columns .wp-block-column + .wp-block-column {
    margin-top: 40px; }
    @media (min-width: 640px) {
      .page-service-repair .wp-block-columns .wp-block-column + .wp-block-column {
        margin-top: 0; } }
  .page-service-repair .wp-block-columns .wp-block-column .am2-contact-form {
    display: none;
    position: fixed;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto 20px auto;
    height: auto;
    max-width: 90vw;
    max-height: 90vh;
    overflow: auto;
    z-index: 99999; }
    @media (min-width: 1340px) {
      .page-service-repair .wp-block-columns .wp-block-column .am2-contact-form {
        padding: 1% 5%;
        max-width: 100vw;
        max-height: 100vh;
        -webkit-box-align: normal;
            -ms-flex-align: normal;
                align-items: normal; } }
    @media (max-height: 1000px) {
      .page-service-repair .wp-block-columns .wp-block-column .am2-contact-form {
        max-width: 95vw;
        max-height: 95vh;
        -webkit-box-align: normal;
            -ms-flex-align: normal;
                align-items: normal; } }

.page-locations-and-hours .site-main .wp-block-columns {
  margin: 0; }
  .page-locations-and-hours .site-main .wp-block-columns + .wp-block-columns {
    margin: 0; }

.page-locations-and-hours .site-main figure img {
  width: 100%;
  height: auto; }

.page-locations-and-hours .site-main p:empty {
  display: none; }

@media (max-width: 839px) {
  .page-financing .site-main img {
    -webkit-transform: scale(0.8);
            transform: scale(0.8); } }

.page-financing .site-main > .wrapper {
  max-width: 1190px; }
  @media (max-width: 839px) {
    .page-financing .site-main > .wrapper > .wp-block-spacer {
      display: none; } }
  .page-financing .site-main > .wrapper > p:last-of-type {
    font-size: 14px;
    line-height: 1.6; }

.page-financing .site-main h1 + .wp-block-yoast-faq-block,
.page-financing .site-main h2 + .wp-block-yoast-faq-block,
.page-financing .site-main h3 + .wp-block-yoast-faq-block,
.page-financing .site-main h4 + .wp-block-yoast-faq-block,
.page-financing .site-main h5 + .wp-block-yoast-faq-block {
  margin-top: 20px; }
  @media (min-width: 640px) {
    .page-financing .site-main h1 + .wp-block-yoast-faq-block,
    .page-financing .site-main h2 + .wp-block-yoast-faq-block,
    .page-financing .site-main h3 + .wp-block-yoast-faq-block,
    .page-financing .site-main h4 + .wp-block-yoast-faq-block,
    .page-financing .site-main h5 + .wp-block-yoast-faq-block {
      margin-top: 40px; } }
  @media (min-width: 840px) {
    .page-financing .site-main h1 + .wp-block-yoast-faq-block,
    .page-financing .site-main h2 + .wp-block-yoast-faq-block,
    .page-financing .site-main h3 + .wp-block-yoast-faq-block,
    .page-financing .site-main h4 + .wp-block-yoast-faq-block,
    .page-financing .site-main h5 + .wp-block-yoast-faq-block {
      margin-top: 90px; } }

.page-financing .site-main h2 {
  font-size: 20px;
  line-height: normal;
  margin-bottom: 0; }
  @media (min-width: 640px) {
    .page-financing .site-main h2 {
      font-size: 24px; } }
  @media (min-width: 840px) {
    .page-financing .site-main h2 {
      font-size: 26px; } }

.page-financing .site-main h3 {
  font-family: 'Rubik-Regular';
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3; }
  @media (min-width: 640px) {
    .page-financing .site-main h3 {
      font-size: 20px; } }

.page-financing .site-main p {
  font-family: 'Rubik-Regular';
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5; }

.page-financing .site-main .wp-block-columns .wp-block-column {
  margin-bottom: 20px; }
  @media (min-width: 1025px) {
    .page-financing .site-main .wp-block-columns .wp-block-column {
      margin-bottom: 0; } }

@media (max-width: 839px) {
  .page-financing .site-main .wp-block-columns.hide-empty-center-filled .wp-block-column {
    width: 100%;
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
    margin-left: 0;
    margin-right: 0; }
    .page-financing .site-main .wp-block-columns.hide-empty-center-filled .wp-block-column:empty {
      display: none; } }

.page-financing .site-main .wp-block-columns p {
  padding: 0 15px; }

.page-financing .site-main .wp-block-group figure + h2,
.page-financing .site-main .wp-block-group figure + h3,
.page-financing .site-main .wp-block-group figure + h4 {
  margin-top: 18px; }

.page-financing .site-main .wp-block-image + h2,
.page-financing .site-main .wp-block-image + h3,
.page-financing .site-main .wp-block-image + h4 {
  margin-top: 18px; }

.page-financing .site-main .wp-block-buttons .buttons--circle {
  margin-bottom: 25px; }
  .page-financing .site-main .wp-block-buttons .buttons--circle a {
    font-family: 'Rubik-Bold';
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 50px;
    height: 50px;
    font-size: 20px;
    line-height: normal;
    cursor: default; }
    @media (min-width: 640px) {
      .page-financing .site-main .wp-block-buttons .buttons--circle a {
        width: 70px;
        height: 70px;
        font-size: 26px; } }

.page-financing .site-main .wp-block-buttons .has-gray-background-color {
  background-color: #EEEEEE; }

.page-financing .site-main .wp-block-yoast-faq-block {
  margin-bottom: 30px; }
  @media (min-width: 840px) {
    .page-financing .site-main .wp-block-yoast-faq-block {
      margin-bottom: 70px; } }

.page-careers-history h1 {
  margin-bottom: 30px !important; }
  .page-careers-history h1 + .wp-block-group,
  .page-careers-history h1 + .wp-block-columns {
    margin-top: 30px; }
    @media (min-width: 1340px) {
      .page-careers-history h1 + .wp-block-group,
      .page-careers-history h1 + .wp-block-columns {
        margin-top: 50px; } }

.page-careers-history h2 {
  font-size: 20px;
  line-height: normal;
  text-transform: none; }
  @media (min-width: 640px) {
    .page-careers-history h2 {
      font-size: 24px; } }
  @media (min-width: 1340px) {
    .page-careers-history h2 {
      font-size: 26px; } }

.page-careers-history h2 + .wp-block-group,
.page-careers-history h2 + .wp-block-columns,
.page-careers-history h3 + .wp-block-group,
.page-careers-history h3 + .wp-block-columns,
.page-careers-history h4 + .wp-block-group,
.page-careers-history h4 + .wp-block-columns,
.page-careers-history h5 + .wp-block-group,
.page-careers-history h5 + .wp-block-columns,
.page-careers-history h6 + .wp-block-group,
.page-careers-history h6 + .wp-block-columns,
.page-careers-history p + .wp-block-group,
.page-careers-history p + .wp-block-columns {
  margin-top: 20px; }

.page-careers-history .wp-block-columns + .wp-block-group,
.page-careers-history .wp-block-columns + .wp-block-columns,
.page-careers-history .wp-block-group + .wp-block-group,
.page-careers-history .wp-block-group + .wp-block-columns {
  margin-top: 20px; }

.page-careers-history .wp-block-column {
  margin-bottom: 20px; }
  @media (min-width: 640px) {
    .page-careers-history .wp-block-column {
      margin-bottom: 0; } }
  .page-careers-history .wp-block-column:empty {
    margin: 0; }
  .page-careers-history .wp-block-column:not(:empty) {
    border-bottom: 1px solid #EDEDED; }
  @media (min-width: 840px) {
    .page-careers-history .wp-block-column:nth-of-type(2n) {
      margin-left: 77px; } }
  @media (min-width: 840px) {
    .page-careers-history .wp-block-column .wp-block-group + .wp-block-am2-buttons {
      margin-top: -10px; } }
  .page-careers-history .wp-block-column .wp-block-am2-buttons {
    margin: 30px 0; }
    .page-careers-history .wp-block-column .wp-block-am2-buttons a {
      margin: 0 !important; }

@media (max-width: 639px) {
  .page-careers-history .wp-block-am2-content-media {
    padding: 0; } }

@media (min-width: 1340px) {
  .page-careers-history .wp-block-am2-content-media .wrapper {
    padding-right: 15px;
    padding-left: 15px; } }

@media (max-width: 1024px) {
  .page-careers-history .wp-block-am2-content-media.media-content--stacked .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }

@media (max-width: 1024px) {
  .page-careers-history .wp-block-am2-content-media.media-content--stacked .media-content__col--image,
  .page-careers-history .wp-block-am2-content-media.media-content--stacked .media-content__col--text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
    -ms-flex-item-align: initial;
        align-self: initial; } }

@media (max-width: 1024px) {
  .page-careers-history .wp-block-am2-content-media.media-content--stacked .media-content__content {
    padding-top: 15px;
    padding-bottom: 15px; } }

@media (min-width: 1340px) {
  .page-careers-history .wp-block-am2-content-media .columns {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

@media (min-width: 1340px) {
  .page-careers-history .wp-block-am2-content-media .columns .media-content__col {
    width: 48%;
    max-width: 48% !important; } }

@media (min-width: 840px) {
  .page-careers-history .wp-block-am2-content-media .columns .media-content__content {
    padding-left: 0; } }

.page-careers-history .wp-block-am2-content-media#history h2 {
  font-size: 28px;
  line-height: normal; }
  @media (min-width: 640px) {
    .page-careers-history .wp-block-am2-content-media#history h2 {
      font-size: 38px; } }
  @media (min-width: 1340px) {
    .page-careers-history .wp-block-am2-content-media#history h2 {
      font-size: 48px; } }

@media (min-width: 840px) {
  .page-careers-history .wp-block-am2-content-media#history .media-content__col--image {
    margin-top: 90px; } }

@media (min-width: 1340px) {
  .page-careers-history .wp-block-am2-content-media#history .media-content__col--image {
    margin-top: 100px; } }

.page-careers-history .wp-block-am2-content-media a {
  margin: 0 !important; }

.page-careers-history .wp-block-am2-buttons {
  margin-top: 25px; }
  @media (min-width: 840px) {
    .page-careers-history .wp-block-am2-buttons {
      margin-top: 45px; } }

.page-careers-history .am2-button--ghost {
  min-height: 40px;
  font-size: 13px; }
  @media (min-width: 840px) {
    .page-careers-history .am2-button--ghost {
      min-height: 30px;
      font-size: 13px; } }

.page-careers-history .media-content__button {
  margin: 0; }

.page-careers-history .image-slider .swiper-wrapper {
  padding-bottom: 0; }

.page-vancouver-showroom .site-main h1,
.page-burnaby-showroom .site-main h1 {
  margin-bottom: 30px; }
  @media (min-width: 840px) {
    .page-vancouver-showroom .site-main h1,
    .page-burnaby-showroom .site-main h1 {
      margin-bottom: 50px; } }
  .page-vancouver-showroom .site-main h1 + .wp-block-columns,
  .page-burnaby-showroom .site-main h1 + .wp-block-columns {
    margin-top: 0; }

.page-vancouver-showroom .site-main h3,
.page-burnaby-showroom .site-main h3 {
  font-size: 26px;
  line-height: normal; }

.page-vancouver-showroom .site-main img,
.page-burnaby-showroom .site-main img {
  height: auto; }

.page-vancouver-showroom .site-main .google-map-group,
.page-burnaby-showroom .site-main .google-map-group {
  margin: 10px 0; }

.page-vancouver-showroom .site-main .wp-block-column > p + p,
.page-burnaby-showroom .site-main .wp-block-column > p + p {
  margin-top: 40px; }

.post-type-archive-product.term-deals .products .price,
.tax-product_cat.term-deals .products .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly; }

.post-type-archive-product.term-rentals .products .add_to_cart_button,
.tax-product_cat.term-rentals .products .add_to_cart_button {
  display: none; }

.post-type-archive-product.term-rentals .products .product-view-details,
.tax-product_cat.term-rentals .products .product-view-details {
  border-color: #8F8F8F;
  min-height: 40px;
  margin: 0; }
  @media (min-width: 840px) {
    .post-type-archive-product.term-rentals .products .product-view-details,
    .tax-product_cat.term-rentals .products .product-view-details {
      min-height: 34px; } }
  .post-type-archive-product.term-rentals .products .product-view-details:hover, .post-type-archive-product.term-rentals .products .product-view-details:focus, .post-type-archive-product.term-rentals .products .product-view-details:active,
  .tax-product_cat.term-rentals .products .product-view-details:hover,
  .tax-product_cat.term-rentals .products .product-view-details:focus,
  .tax-product_cat.term-rentals .products .product-view-details:active {
    border-color: #1374A8;
    color: #ffffff; }

.post-type-archive-product.term-rentals .products .product .add-to-cart-wrapper,
.tax-product_cat.term-rentals .products .product .add-to-cart-wrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.post-type-archive-product .site-main--leftsidebar-content__inner,
.tax-product_cat .site-main--leftsidebar-content__inner {
  padding-bottom: 0; }
  @media (min-width: 840px) {
    .post-type-archive-product .site-main--leftsidebar-content__inner,
    .tax-product_cat .site-main--leftsidebar-content__inner {
      padding-bottom: 50px; } }

.post-type-archive-product .woocommerce-breadcrumb,
.tax-product_cat .woocommerce-breadcrumb {
  margin-bottom: 15px; }

.post-type-archive-product .page-title,
.tax-product_cat .page-title {
  font-size: 48px;
  line-height: normal;
  color: #1374A8;
  margin-bottom: 20px; }

@media (min-width: 840px) {
  .post-type-archive-product .woocommerce-result-count + .products,
  .tax-product_cat .woocommerce-result-count + .products {
    margin-top: 40px; } }

.post-type-archive-product .products,
.tax-product_cat .products {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc( 100% + 30px);
  margin-left: -15px;
  padding: 0 15px; }
  @media (min-width: 840px) {
    .post-type-archive-product .products,
    .tax-product_cat .products {
      margin-top: 55px; } }
  .post-type-archive-product .products .product__sale--label,
  .tax-product_cat .products .product__sale--label {
    background-color: #1374A8;
    right: auto;
    left: 20px; }
  .post-type-archive-product .products .product-view-details,
  .tax-product_cat .products .product-view-details {
    color: #272727; }
  .post-type-archive-product .products li,
  .tax-product_cat .products li {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-line-pack: justify;
        align-content: space-between;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin-bottom: 60px;
    text-align: center; }
    .post-type-archive-product .products li:hover figure,
    .tax-product_cat .products li:hover figure {
      -webkit-box-shadow: 0 0 10px rgba(97, 97, 97, 0.5);
              box-shadow: 0 0 10px rgba(97, 97, 97, 0.5); }
    @media (min-width: 440px) and (max-width: 1339px) {
      .post-type-archive-product .products li,
      .tax-product_cat .products li {
        max-width: calc( 50% - 15px); }
        .post-type-archive-product .products li:not(:nth-of-type(2n)),
        .tax-product_cat .products li:not(:nth-of-type(2n)) {
          margin-right: 30px; } }
    @media (min-width: 1340px) {
      .post-type-archive-product .products li,
      .tax-product_cat .products li {
        max-width: calc( 33.33% - 20px); }
        .post-type-archive-product .products li:not(:nth-of-type(3n)),
        .tax-product_cat .products li:not(:nth-of-type(3n)) {
          margin-right: 30px; } }
    .post-type-archive-product .products li .woocommerce-LoopProduct-link,
    .tax-product_cat .products li .woocommerce-LoopProduct-link {
      width: 100%; }
      .post-type-archive-product .products li .woocommerce-LoopProduct-link .onsale,
      .tax-product_cat .products li .woocommerce-LoopProduct-link .onsale {
        display: none; }
    .post-type-archive-product .products li figure,
    .tax-product_cat .products li figure {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: relative;
      height: auto;
      padding: 30px;
      margin-bottom: 30px;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      -webkit-box-shadow: 0 0 10px rgba(97, 97, 97, 0.1);
              box-shadow: 0 0 10px rgba(97, 97, 97, 0.1); }
      @media (min-width: 440px) {
        .post-type-archive-product .products li figure,
        .tax-product_cat .products li figure {
          height: 200px; } }
      @media (min-width: 840px) {
        .post-type-archive-product .products li figure,
        .tax-product_cat .products li figure {
          height: 250px; } }
      @media (min-width: 1025px) {
        .post-type-archive-product .products li figure,
        .tax-product_cat .products li figure {
          height: 300px; } }
    .post-type-archive-product .products li img,
    .tax-product_cat .products li img {
      width: auto;
      height: auto;
      max-height: 100%;
      margin: auto; }
    .post-type-archive-product .products li .price,
    .tax-product_cat .products li .price {
      display: block;
      text-align: center; }
      .post-type-archive-product .products li .price del,
      .tax-product_cat .products li .price del {
        color: #C6C6C6; }
        .post-type-archive-product .products li .price del + ins,
        .tax-product_cat .products li .price del + ins {
          margin-left: 10px; }
      .post-type-archive-product .products li .price ins,
      .tax-product_cat .products li .price ins {
        text-decoration: none; }
      .post-type-archive-product .products li .price__pre,
      .tax-product_cat .products li .price__pre {
        color: #272727; }
        .post-type-archive-product .products li .price__pre:last-of-type,
        .tax-product_cat .products li .price__pre:last-of-type {
          font-family: 'Rubik-Medium';
          font-weight: 500;
          color: #1374A8; }
      .post-type-archive-product .products li .price .amount,
      .tax-product_cat .products li .price .amount {
        font-family: 'Rubik-Medium';
        font-weight: 500; }
      .post-type-archive-product .products li .price__retail, .post-type-archive-product .products li .price__sale,
      .tax-product_cat .products li .price__retail,
      .tax-product_cat .products li .price__sale {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .post-type-archive-product .products li .price__retail > span, .post-type-archive-product .products li .price__sale > span,
        .tax-product_cat .products li .price__retail > span,
        .tax-product_cat .products li .price__sale > span {
          display: block;
          width: 100%;
          text-transform: uppercase;
          font-size: 13px; }
          .post-type-archive-product .products li .price__retail > span:first-of-type, .post-type-archive-product .products li .price__sale > span:first-of-type,
          .tax-product_cat .products li .price__retail > span:first-of-type,
          .tax-product_cat .products li .price__sale > span:first-of-type {
            color: #A8A8A8; }
          .post-type-archive-product .products li .price__retail > span:last-of-type, .post-type-archive-product .products li .price__sale > span:last-of-type,
          .tax-product_cat .products li .price__retail > span:last-of-type,
          .tax-product_cat .products li .price__sale > span:last-of-type {
            font-size: 16px; }
          .post-type-archive-product .products li .price__retail > span del, .post-type-archive-product .products li .price__sale > span del,
          .tax-product_cat .products li .price__retail > span del,
          .tax-product_cat .products li .price__sale > span del {
            text-decoration: none; }
      .post-type-archive-product .products li .price__retail > span:last-of-type,
      .tax-product_cat .products li .price__retail > span:last-of-type {
        color: #272727; }
      .post-type-archive-product .products li .price__retail ins,
      .tax-product_cat .products li .price__retail ins {
        display: none; }
      .post-type-archive-product .products li .price__retail .amount,
      .tax-product_cat .products li .price__retail .amount {
        font-family: 'Rubik-Regular';
        font-weight: 400;
        color: #272727; }
      .post-type-archive-product .products li .price__sale > span:last-of-type,
      .tax-product_cat .products li .price__sale > span:last-of-type {
        font-family: 'Rubik-Medium';
        font-weight: 500;
        color: #EF3232; }
      .post-type-archive-product .products li .price__sale del,
      .tax-product_cat .products li .price__sale del {
        display: none; }
    .post-type-archive-product .products li.outofstock,
    .tax-product_cat .products li.outofstock {
      position: relative;
      pointer-events: none; }
      .post-type-archive-product .products li.outofstock figure,
      .post-type-archive-product .products li.outofstock h2,
      .post-type-archive-product .products li.outofstock span,
      .post-type-archive-product .products li.outofstock p,
      .tax-product_cat .products li.outofstock figure,
      .tax-product_cat .products li.outofstock h2,
      .tax-product_cat .products li.outofstock span,
      .tax-product_cat .products li.outofstock p {
        opacity: 0.2; }
      @media (max-width: 839px) {
        .post-type-archive-product .products li.outofstock .add-to-cart-wrapper a,
        .tax-product_cat .products li.outofstock .add-to-cart-wrapper a {
          width: 100%;
          margin: 10px 0 10px 0; } }
      .post-type-archive-product .products li.outofstock .add-to-cart-wrapper a:first-of-type,
      .tax-product_cat .products li.outofstock .add-to-cart-wrapper a:first-of-type {
        display: none; }
      @media (min-width: 840px) {
        .post-type-archive-product .products li.outofstock .add-to-cart-wrapper a:not(:first-of-type),
        .tax-product_cat .products li.outofstock .add-to-cart-wrapper a:not(:first-of-type) {
          margin-left: 20px; } }
      .post-type-archive-product .products li.outofstock .price,
      .tax-product_cat .products li.outofstock .price {
        display: none; }
  .post-type-archive-product .products .woocommerce-loop-product__title,
  .tax-product_cat .products .woocommerce-loop-product__title {
    font-family: 'Rubik-Regular';
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
    color: #272727;
    margin: 0 0 24px 0; }

.add-to-cart-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 0;
  margin-top: 30px; }
  @media (min-width: 1441px) {
    .add-to-cart-wrapper {
      padding: 0 20px; } }
  .add-to-cart-wrapper a {
    font-size: 14px;
    text-transform: uppercase; }
    @media (max-width: 839px) {
      .add-to-cart-wrapper a {
        width: 100%;
        margin: 10px 0 10px 0; } }
    @media (min-width: 840px) {
      .add-to-cart-wrapper a:not(:first-of-type) {
        margin-left: 30px; } }
  .add-to-cart-wrapper .added_to_cart {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-size: 14px;
    margin: 10px 0 0 0;
    margin-left: 0 !important; }
  .add-to-cart-wrapper .add_to_cart_button,
  .add-to-cart-wrapper .added_to_cart {
    border-color: #8F8F8F;
    min-height: 40px; }
    @media (min-width: 840px) {
      .add-to-cart-wrapper .add_to_cart_button,
      .add-to-cart-wrapper .added_to_cart {
        min-height: 34px; } }

.woocommerce-result-count {
  font-size: 14px;
  line-height: 1.7;
  color: #C6C6C6;
  margin: 45px 0 0 0; }

.woocommerce-ordering {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  border: 1px solid #E5E5E5;
  padding: 6px 0;
  border-radius: 5px;
  height: 56px;
  opacity: 0;
  margin-bottom: 40px; }
  .woocommerce-ordering::before {
    content: 'Sort By';
    position: absolute;
    top: 6px;
    left: 0;
    color: #C6C6C6;
    font-size: 12px;
    padding: 0 15px;
    letter-spacing: 0.02em; }
  .woocommerce-ordering::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 14px;
    height: 14px;
    background: url("../../resources/svg/arrow/down.svg") no-repeat center center;
    background-size: contain;
    -webkit-filter: invert(42%) sepia(0%) saturate(205%) hue-rotate(218deg) brightness(107%) contrast(90%);
            filter: invert(42%) sepia(0%) saturate(205%) hue-rotate(218deg) brightness(107%) contrast(90%); }
  .woocommerce-ordering select {
    border: none;
    padding: 0 15px;
    letter-spacing: 0.02em;
    color: #868686;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    height: 100%;
    padding-top: 20px; }
    .woocommerce-ordering select:hover, .woocommerce-ordering select:focus, .woocommerce-ordering select:active {
      outline: none; }

.page-meet-the-staff.is-IE .card-item__icon-wrap {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none; }
  @media (min-width: 440px) {
    .page-meet-the-staff.is-IE .card-item__icon-wrap {
      width: 50%; } }
  @media (min-width: 640px) {
    .page-meet-the-staff.is-IE .card-item__icon-wrap {
      width: 150px;
      margin: 0 16px 0 0; } }
  @media (min-width: 840px) {
    .page-meet-the-staff.is-IE .card-item__icon-wrap {
      width: 50%;
      margin: 0 0 32px 0; } }
  @media (min-width: 1025px) {
    .page-meet-the-staff.is-IE .card-item__icon-wrap {
      width: 150px;
      margin: 0 24px 0 0; } }
  @media (min-width: 1441px) {
    .page-meet-the-staff.is-IE .card-item__icon-wrap {
      width: 210px;
      margin: 0 30px 0 0; } }

@media (min-width: 1441px) {
  .page-meet-the-staff .am2-block-content-media-with-cards {
    padding: 90px 0 60px 0; } }

.page-meet-the-staff .am2-block-content-media-with-cards .card-item {
  padding-right: 40px;
  padding-bottom: 40px; }
  @media (min-width: 1441px) {
    .page-meet-the-staff .am2-block-content-media-with-cards .card-item__icon {
      margin-right: 30px; } }

.page-meet-the-staff .am2-block-content-media-with-cards:last-of-type {
  padding-bottom: 30px; }

/* WooCommerce */
/**
 * Extends Bootstrap tables
 */
.cart_totals table, table.variations,
table.shop_attributes,
.woocommerce-grouped-product-list, .woocommerce-checkout-review-order-table {
  width: 100%;
  border: 1px solid lightgray;
  border-top: 3px solid #1374A8;
  margin-bottom: 2.5rem; }
  .cart_totals table td, table.variations td, table.shop_attributes td, .woocommerce-grouped-product-list td, .woocommerce-checkout-review-order-table td,
  .cart_totals table th,
  table.variations th,
  table.shop_attributes th,
  .woocommerce-grouped-product-list th,
  .woocommerce-checkout-review-order-table th {
    padding: 0.5rem 0.75rem;
    vertical-align: middle;
    border-top: 1px solid lightgray; }

/**
 * _animation.scss
 * Custom WooCommerce Animations.
 */
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

/* Quantity Button */
.quantity {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem; }
  .quantity.hidden {
    display: none; }
  .quantity__plus, .quantity__minus, .quantity__qty {
    background-color: #F5F5F5;
    border: none;
    border-radius: 0 !important;
    height: auto;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0.10rem 1.3rem;
    font-size: 1.15rem;
    outline: none;
    text-align: center;
    min-height: 50px; }
    @media (max-width: 839px) {
      .quantity__plus, .quantity__minus, .quantity__qty {
        min-height: 40px; } }
  .quantity__qty {
    font-family: 'Rubik-Medium';
    font-weight: 500;
    font-size: 16px;
    margin: 0;
    padding: 0;
    -moz-appearance: textfield; }
    .quantity__qty::-webkit-inner-spin-button, .quantity__qty::-webkit-outer-spin-button {
      -webkit-appearance: none;
              appearance: none;
      margin: 0; }
    .quantity__qty:focus, .quantity__qty:active {
      border-color: #0A5984;
      -webkit-box-shadow: none;
              box-shadow: none; }
  .quantity__minus, .quantity__plus {
    -webkit-transition: ease background-color 300ms;
    transition: ease background-color 300ms;
    cursor: pointer; }
    .quantity__minus:hover, .quantity__minus:focus, .quantity__plus:hover, .quantity__plus:focus {
      background-color: #1374A8;
      color: #ffffff; }

.side-cart-container {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: -100%;
  padding: 30px 20px;
  background-color: #F7F7F7;
  overflow: auto;
  z-index: 9999;
  -webkit-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out; }
  @media (min-width: 640px) {
    .side-cart-container {
      -webkit-box-shadow: -5px 0 16px rgba(40, 40, 40, 0.17);
              box-shadow: -5px 0 16px rgba(40, 40, 40, 0.17);
      width: 75vw; } }
  @media (min-width: 840px) {
    .side-cart-container {
      width: 65vw; } }
  @media (min-width: 1025px) {
    .side-cart-container {
      width: 55vw; } }
  @media (min-width: 1340px) {
    .side-cart-container {
      width: 600px;
      padding: 30px 60px; } }
  .side-cart-container__active {
    right: 0; }

.side-cart + .woocommerce-info {
  display: block;
  margin-top: 20px;
  text-align: center; }

.side-cart li {
  list-style: none; }

.side-cart__trigger {
  position: fixed;
  top: 20%;
  right: 0%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 6px 13px rgba(181, 181, 181, 0.4);
          box-shadow: 0 6px 13px rgba(181, 181, 181, 0.4);
  padding: 10px;
  min-width: 70px;
  min-height: 70px;
  background-color: #ffffff;
  cursor: pointer;
  z-index: 999;
  -webkit-transition: right 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  transition: right 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  transition: right 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  transition: right 0.3s ease-in-out, box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out; }
  @media (max-width: 1024px) {
    .side-cart__trigger {
      top: auto;
      bottom: 60px; } }
  @media (max-width: 639px) {
    .side-cart__trigger {
      bottom: 0;
      width: 120px;
      max-width: 100%;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      min-width: auto;
      min-height: auto;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); } }
  .side-cart__trigger:hover {
    -webkit-box-shadow: 0 6px 13px rgba(181, 181, 181, 0.8);
            box-shadow: 0 6px 13px rgba(181, 181, 181, 0.8); }
  .side-cart__trigger svg {
    width: 24px;
    height: 24px; }
    @media (max-width: 639px) {
      .side-cart__trigger svg {
        margin-right: 10px; } }
  .side-cart__trigger span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    color: #1374A8; }
  .side-cart__trigger.opened {
    right: -100%; }

.side-cart__count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #EDEDED; }
  .side-cart__count h2 {
    margin: 0;
    font-family: 'Rubik-Medium';
    font-size: 18px;
    font-weight: 500;
    color: #606060; }
    @media (min-width: 1025px) {
      .side-cart__count h2 {
        font-size: 25px; } }

.side-cart__close-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  padding-bottom: 25px; }

.side-cart__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer; }
  .side-cart__close svg {
    width: 15px;
    height: 15px;
    fill: #272727; }

.side-cart__image {
  position: relative;
  width: 60px;
  height: 60px;
  margin-right: 20px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (min-width: 1340px) {
    .side-cart__image {
      width: 80px;
      height: 80px; } }
  .side-cart__image img {
    display: block;
    width: 70%;
    height: auto;
    margin: auto; }

.side-cart__quantity {
  position: absolute;
  top: -8px;
  right: -8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 16px;
  height: 16px;
  color: #fff;
  background-color: #1374A8;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 500; }
  @media (min-width: 1025px) {
    .side-cart__quantity {
      width: 19px;
      height: 19px;
      font-size: 13px; } }

.side-cart__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .side-cart__content > a {
    width: 95%; }

.side-cart__update-qty {
  font-size: 14px;
  font-weight: 500;
  background-color: #fff;
  border-radius: 3px;
  height: 30px;
  overflow: hidden; }
  .side-cart__update-qty > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    background: transparent; }
  .side-cart__update-qty .quantity__plus,
  .side-cart__update-qty .quantity__minus {
    padding: 0 16px; }
  .side-cart__update-qty .quantity__plus,
  .side-cart__update-qty .quantity__minus,
  .side-cart__update-qty .quantity__qty {
    min-height: auto; }

.side-cart .quantity {
  word-spacing: 10px; }

.side-cart__promo-code {
  border-top: 1px solid #EDEDED;
  padding: 18px 0; }

.side-cart__promo-code-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative; }
  .side-cart__promo-code-check input[type="checkbox"] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    opacity: 0; }
    .side-cart__promo-code-check input[type="checkbox"]:checked + label:before {
      background: #1374A8;
      border-color: #1374A8; }
    .side-cart__promo-code-check input[type="checkbox"]:checked + label + .coupon {
      max-height: 70px; }
      @media (max-width: 639px) {
        .side-cart__promo-code-check input[type="checkbox"]:checked + label + .coupon {
          max-height: 150px; } }
    .side-cart__promo-code-check input[type="checkbox"] + label {
      margin: 0 0 0 30px; }
      .side-cart__promo-code-check input[type="checkbox"] + label:before {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        top: 2px;
        margin: 0;
        width: 14px;
        height: 14px;
        border: 2px solid #C6C6C6;
        border-radius: 3px;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      .side-cart__promo-code-check input[type="checkbox"] + label:after {
        color: #fff;
        top: 3px;
        -webkit-transform: scale(0.8);
                transform: scale(0.8); }
  .side-cart__promo-code-check span {
    font-size: 14px;
    color: #606060; }
    @media (min-width: 1025px) {
      .side-cart__promo-code-check span {
        font-size: 16px; } }

.side-cart__coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  height: auto;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out; }
  .side-cart__coupon input,
  .side-cart__coupon button {
    width: 100%;
    border-radius: 3px;
    padding: 0 15px;
    height: 44px;
    margin-top: 20px;
    font-size: 15px; }
  .side-cart__coupon input {
    border-color: #EDEDED;
    border-width: 1px;
    border-style: solid; }
    @media (min-width: 640px) {
      .side-cart__coupon input {
        -webkit-box-flex: 2;
            -ms-flex: 2;
                flex: 2; } }
    .side-cart__coupon input:focus {
      outline: none; }
  .side-cart__coupon button {
    border: 1px solid;
    font-weight: 500;
    text-transform: uppercase; }
    @media (min-width: 640px) {
      .side-cart__coupon button {
        margin-left: 20px;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; } }

.side-cart .woocommerce-mini-cart {
  padding: 0;
  list-style: none; }

.side-cart .woocommerce-mini-cart-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 30px 0; }
  .side-cart .woocommerce-mini-cart-item:not(:first-of-type) {
    border-top: 1px solid #EDEDED; }
  .side-cart .woocommerce-mini-cart-item .remove {
    position: absolute;
    top: 30px;
    right: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 10px;
    height: 13px; }
    @media (min-width: 1025px) {
      .side-cart .woocommerce-mini-cart-item .remove {
        width: 14px;
        height: 18px; } }
    .side-cart .woocommerce-mini-cart-item .remove svg {
      width: 14px;
      height: 18px;
      fill: #A8A8A8; }
  .side-cart .woocommerce-mini-cart-item h3 {
    font-family: 'Rubik-Medium';
    font-size: 14px;
    line-height: 1.36;
    font-weight: 500;
    color: #606060;
    margin-bottom: 5px; }
    @media (min-width: 1025px) {
      .side-cart .woocommerce-mini-cart-item h3 {
        font-size: 15px; } }
  .side-cart .woocommerce-mini-cart-item .variation {
    display: grid;
    grid-template-columns: auto 1fr;
    color: #A8A8A8;
    font-size: 11px;
    line-height: 1.64;
    margin: 0 0 7px 0; }
    @media (min-width: 1025px) {
      .side-cart .woocommerce-mini-cart-item .variation {
        font-size: 12px; } }
    .side-cart .woocommerce-mini-cart-item .variation dd {
      margin-left: 5px; }

.side-cart .quantity {
  margin: 0;
  font-size: 13px;
  color: #606060; }
  @media (min-width: 1025px) {
    .side-cart .quantity {
      font-size: 14px; } }
  .side-cart .quantity__qty {
    padding: 0 5px; }
    @media (min-width: 1025px) {
      .side-cart .quantity__qty {
        font-size: 14px; } }

.side-cart .cart-collaterals {
  border-top: 1px solid #EDEDED;
  margin: 0; }
  .side-cart .cart-collaterals .cart_totals > h2 {
    display: none; }
  .side-cart .cart-collaterals table,
  .side-cart .cart-collaterals table td {
    border: none; }
  .side-cart .cart-collaterals table {
    margin: 0; }
    .side-cart .cart-collaterals table label {
      margin: 0;
      padding-left: 40px; }
    .side-cart .cart-collaterals table tr {
      padding: 3px 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .side-cart .cart-collaterals table th {
      color: #A8A8A8;
      font-size: 16px;
      font-weight: normal;
      text-align: left;
      padding: 0;
      border: none; }
    .side-cart .cart-collaterals table td {
      font-family: 'Rubik-Medium';
      font-weight: 500;
      color: #606060;
      padding: 0;
      width: 60%; }
      .side-cart .cart-collaterals table td:before {
        font-size: 14px;
        font-weight: normal; }
      .side-cart .cart-collaterals table td .amount {
        font-size: 14px;
        font-family: 'Rubik-Medium' !important;
        font-weight: 500 !important;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
        @media (min-width: 1025px) {
          .side-cart .cart-collaterals table td .amount {
            font-size: 16px; } }
  .side-cart .cart-collaterals .woocommerce-shipping-methods label,
  .side-cart .cart-collaterals .woocommerce-shipping-methods .amount {
    font-size: 12px !important; }
  .side-cart .cart-collaterals .woocommerce-shipping-methods label {
    position: relative; }
  .side-cart .cart-collaterals .woocommerce-shipping-contents small {
    font-size: 12px !important;
    color: #1374A8; }
  .side-cart .cart-collaterals .woocommerce-shipping-totals {
    display: none !important; }
    .side-cart .cart-collaterals .woocommerce-shipping-totals + .woocommerce-shipping-totals {
      margin-top: 20px; }
  .side-cart .cart-collaterals .cart-subtotal {
    padding-top: 14px; }
  .side-cart .cart-collaterals .order-total {
    border-top: 1px solid #EDEDED;
    padding-top: 20px;
    margin-top: 14px; }
    .side-cart .cart-collaterals .order-total th {
      font-size: 18px;
      font-family: 'Rubik-Regular';
      font-weight: 500;
      color: #606060; }
      .side-cart .cart-collaterals .order-total th::after {
        content: ':';
        font-size: 18px; }
    .side-cart .cart-collaterals .order-total td {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      .side-cart .cart-collaterals .order-total td .amount {
        font-size: 20px;
        font-weight: 500;
        color: #606060; }
        @media (min-width: 1025px) {
          .side-cart .cart-collaterals .order-total td .amount {
            font-size: 22px; } }
    .side-cart .cart-collaterals .order-total small {
      width: 100%; }
      .side-cart .cart-collaterals .order-total small .amount {
        font-size: 12px !important; }

.side-cart .am2-proceed-to-checkout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px; }
  @media (min-width: 840px) {
    .side-cart .am2-proceed-to-checkout {
      margin-top: 55px; } }
  .side-cart .am2-proceed-to-checkout a,
  .side-cart .am2-proceed-to-checkout span {
    font-size: 15px;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    text-transform: uppercase;
    margin: 0; }
  .side-cart .am2-proceed-to-checkout a {
    color: #fff;
    background-color: #1374A8; }
  @media (min-width: 640px) {
    .side-cart .am2-proceed-to-checkout span {
      padding-left: 0; } }
  .side-cart .am2-proceed-to-checkout span svg {
    width: 10px;
    height: 14px;
    margin-right: 10px; }
  @media (min-width: 640px) {
    .side-cart .am2-proceed-to-checkout span {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; } }
  .side-cart .am2-proceed-to-checkout a svg {
    width: 14px;
    height: 7px;
    margin-left: 10px; }
  @media (min-width: 640px) {
    .side-cart .am2-proceed-to-checkout a {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; } }
  @media (min-width: 840px) {
    .side-cart .am2-proceed-to-checkout a {
      margin-left: 20px; } }

.side-cart .learn-how-it-works {
  border-top: 1px solid #EDEDED;
  margin-top: 20px;
  padding-top: 10px; }
  @media (min-width: 840px) {
    .side-cart .learn-how-it-works {
      margin-top: 40px;
      padding-top: 25px; } }
  .side-cart .learn-how-it-works a {
    display: block;
    text-align: center;
    color: #1374A8;
    font-size: 14px; }

.out-of-stock {
  background-color: #1374A8;
  color: #ffffff;
  font-size: 16px;
  font-family: 'Rubik-Medium';
  font-weight: 500;
  padding: 4px 16px;
  border-radius: 5px;
  opacity: 1 !important;
  text-transform: uppercase; }

/* Cart Page */
.woocommerce-cart .side-cart-container {
  display: none; }

@media (min-width: 1340px) {
  .woocommerce-cart .site-container .content {
    padding: 40px 0 75px 0; } }

.woocommerce-cart .entry-header {
  margin-top: .5rem;
  margin-bottom: 2.5rem; }

.woocommerce-cart .entry-title {
  text-align: center;
  padding-top: 1rem;
  margin-bottom: 0; }

@media (min-width: 840px) {
  .woocommerce-cart .entry-content {
    margin-bottom: 2rem; } }

.woocommerce-cart p.cart-empty,
.woocommerce-cart p.return-to-shop,
.woocommerce-cart .woocommerce-notices-wrapper {
  margin-bottom: 50px;
  width: 100%; }
  @media (max-width: 839px) {
    .woocommerce-cart p.cart-empty,
    .woocommerce-cart p.return-to-shop,
    .woocommerce-cart .woocommerce-notices-wrapper {
      margin-bottom: 20px; } }

.woocommerce-cart p.return-to-shop {
  margin-top: 0; }

.woocommerce-cart p.return-to-shop a {
  height: 100%; }

.woocommerce-cart .woocommerce {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .woocommerce-cart .woocommerce .woocommerce-cart-form {
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1; }
  .woocommerce-cart .woocommerce .cart-collaterals {
    width: 100%; }
    @media (min-width: 840px) {
      .woocommerce-cart .woocommerce .cart-collaterals {
        -webkit-box-flex: 1;
            -ms-flex: 1 1;
                flex: 1 1;
        margin-left: 40px; } }
    @media (min-width: 1340px) {
      .woocommerce-cart .woocommerce .cart-collaterals {
        width: 405px;
        margin-left: 80px; } }
    .woocommerce-cart .woocommerce .cart-collaterals--checkout a {
      font-family: 'Rubik-Medium';
      font-weight: 500;
      font-size: 16px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%;
      min-height: 45px;
      letter-spacing: 0.02em;
      text-transform: uppercase;
      padding-top: 10px;
      padding-bottom: 10px; }
    .woocommerce-cart .woocommerce .cart-collaterals--checkout svg {
      width: 11px;
      height: 11px;
      margin-left: 10px; }

/* Modules */
.actions {
  padding: 1rem .625rem .9rem;
  background-color: white; }
  .actions .coupon > *,
  .actions .update > * {
    margin-bottom: 1.5rem; }
    @media (min-width: 840px) {
      .actions .coupon > *,
      .actions .update > * {
        margin-bottom: 0; } }
  .actions .update .btn,
  .actions .update .button,
  .actions .update .wpcf7 form input[type='submit'],
  .wpcf7 form .actions .update input[type='submit'],
  .actions .update .add-to-cart-wrapper .added_to_cart,
  .add-to-cart-wrapper .actions .update .added_to_cart,
  .actions .update .woocommerce-cart p.return-to-shop a,
  .woocommerce-cart p.return-to-shop .actions .update a,
  .actions .update .single-product .wc-forward,
  .single-product .actions .update .wc-forward,
  .actions .update .single-product .summary .woocommerce-Reviews .submit,
  .single-product .summary .woocommerce-Reviews .actions .update .submit,
  .actions .update .woocommerce-checkout-payment button,
  .woocommerce-checkout-payment .actions .update button {
    display: block;
    width: 100%;
    border-width: 2px;
    border-radius: 50px;
    border-color: #1c1f21;
    background-color: transparent;
    color: #1c1f21;
    outline: none;
    text-transform: uppercase; }
    .actions .update .btn:hover:not([disabled]),
    .actions .update .button:hover:not([disabled]),
    .actions .update .wpcf7 form input:hover:not([disabled])[type='submit'],
    .wpcf7 form .actions .update input:hover:not([disabled])[type='submit'],
    .actions .update .add-to-cart-wrapper .added_to_cart:hover:not([disabled]),
    .add-to-cart-wrapper .actions .update .added_to_cart:hover:not([disabled]),
    .actions .update .woocommerce-cart p.return-to-shop a:hover:not([disabled]),
    .woocommerce-cart p.return-to-shop .actions .update a:hover:not([disabled]),
    .actions .update .single-product .wc-forward:hover:not([disabled]),
    .single-product .actions .update .wc-forward:hover:not([disabled]),
    .actions .update .single-product .summary .woocommerce-Reviews .submit:hover:not([disabled]),
    .single-product .summary .woocommerce-Reviews .actions .update .submit:hover:not([disabled]),
    .actions .update .woocommerce-checkout-payment button:hover:not([disabled]),
    .woocommerce-checkout-payment .actions .update button:hover:not([disabled]) {
      background-color: #1c1f21;
      border-color: #1c1f21;
      color: white; }
    .actions .update .btn[disabled],
    .actions .update .button[disabled],
    .actions .update .wpcf7 form input[disabled][type='submit'],
    .wpcf7 form .actions .update input[disabled][type='submit'],
    .actions .update .add-to-cart-wrapper .added_to_cart[disabled],
    .add-to-cart-wrapper .actions .update .added_to_cart[disabled],
    .actions .update .woocommerce-cart p.return-to-shop a[disabled],
    .woocommerce-cart p.return-to-shop .actions .update a[disabled],
    .actions .update .single-product .wc-forward[disabled],
    .single-product .actions .update .wc-forward[disabled],
    .actions .update .single-product .summary .woocommerce-Reviews .submit[disabled],
    .single-product .summary .woocommerce-Reviews .actions .update .submit[disabled],
    .actions .update .woocommerce-checkout-payment button[disabled],
    .woocommerce-checkout-payment .actions .update button[disabled] {
      opacity: .25;
      cursor: not-allowed; }

.wc-proceed-to-checkout {
  text-align: right; }

.am2-cart__title-count h1 {
  color: #1374A8 !important; }

.am2-cart__title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 20px;
  margin-bottom: 20px; }
  @media (max-width: 839px) {
    .am2-cart__title {
      border-bottom: 0;
      padding-bottom: 0;
      margin-bottom: 20px; } }

.am2-cart__headings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  border: 1px solid #E5E5E5;
  border-radius: 3px 3px 0 0;
  font-family: 'Rubik-Bold';
  font-weight: 700;
  font-size: 18px; }
  @media (max-width: 839px) {
    .am2-cart__headings {
      display: none; } }

.am2-cart__content {
  border: 1px solid #E5E5E5;
  border-radius: 0 0 3px 3px; }

.am2-cart__item-title {
  padding: 19px 10px;
  padding-left: 30px; }
  .am2-cart__item-title.product-thumbnail {
    width: 115px; }
  .am2-cart__item-title.product-name {
    width: 280px; }
  .am2-cart__item-title.product-price {
    width: 130px;
    text-align: center;
    padding-left: 10px; }
  .am2-cart__item-title.product-quantity {
    width: 150px;
    text-align: center; }
  .am2-cart__item-title.product-subtotal {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: right;
    min-width: 100px; }
  .am2-cart__item-title.product-remove {
    width: 80px; }

.am2-cart__row {
  padding: 20px 0 27px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .am2-cart__row:last-of-type {
    border-bottom: none; }
  @media (max-width: 839px) {
    .am2-cart__row {
      position: relative;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .am2-cart__row.cart_item {
        border-bottom: 0; } }
  @media (max-width: 439px) {
    .am2-cart__row {
      margin-bottom: 10px; }
      .am2-cart__row.cart_item {
        border-bottom: 0; } }

.am2-cart__column {
  padding: 0 10px; }
  .am2-cart__column.product-remove {
    width: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .am2-cart__column.product-remove a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 16px;
      height: 16px; }
      .am2-cart__column.product-remove a:hover {
        color: #ffffff !important; }
    @media (max-width: 839px) {
      .am2-cart__column.product-remove {
        position: absolute;
        right: 10px;
        top: 20px;
        width: auto; } }
    .am2-cart__column.product-remove svg {
      width: 24px;
      height: 24px; }
  .am2-cart__column.product-thumbnail {
    padding: 0 5px 0 10px; }
    .am2-cart__column.product-thumbnail a {
      width: 100px;
      height: 100px;
      display: block;
      padding: 5px;
      -webkit-box-shadow: 0 0 10px rgba(97, 97, 97, 0.1);
              box-shadow: 0 0 10px rgba(97, 97, 97, 0.1); }
      @media (max-width: 439px) {
        .am2-cart__column.product-thumbnail a {
          width: 100px;
          height: 100px; } }
    .am2-cart__column.product-thumbnail img {
      margin: 0 auto;
      display: block;
      max-width: 100%;
      height: auto; }
    @media (max-width: 839px) {
      .am2-cart__column.product-thumbnail {
        margin-bottom: 10px; } }
  .am2-cart__column.product-name {
    width: 280px;
    min-width: 200px;
    -ms-flex-item-align: center;
        align-self: center; }
    @media (max-width: 839px) {
      .am2-cart__column.product-name {
        width: auto;
        min-width: 0; } }
    @media (max-width: 639px) {
      .am2-cart__column.product-name {
        width: calc( 100% - 120px); } }
    @media (max-width: 439px) {
      .am2-cart__column.product-name {
        width: calc( 100% - 120px); } }
    .am2-cart__column.product-name a {
      display: block;
      font-size: 19px;
      color: #1374A8;
      margin-bottom: 10px; }
      .am2-cart__column.product-name a:hover {
        text-decoration: underline; }
      @media (max-width: 839px) {
        .am2-cart__column.product-name a {
          font-size: 14px;
          line-height: 1.2;
          display: block; } }
      @media (max-width: 439px) {
        .am2-cart__column.product-name a {
          font-size: 12px; } }
  .am2-cart__column.product-price {
    width: 130px;
    text-align: center; }
    @media (max-width: 839px) {
      .am2-cart__column.product-price {
        position: absolute;
        background: #fff;
        width: auto;
        padding: 3px 10px;
        line-height: 1;
        border-radius: 2px;
        left: auto;
        right: 0;
        bottom: 35px; }
        .am2-cart__column.product-price:before {
          content: "Price:";
          position: absolute;
          left: -30px;
          top: 5px;
          font-size: 12px; }
        .am2-cart__column.product-price .woocommerce-Price-amount {
          font-size: 12px; } }
    @media (max-width: 639px) {
      .am2-cart__column.product-price {
        bottom: 60px; } }
  .am2-cart__column.product-quantity {
    width: 150px; }
    .am2-cart__column.product-quantity .quantity {
      margin-right: 0 !important; }
    @media (max-width: 839px) {
      .am2-cart__column.product-quantity {
        width: auto;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        text-align: right;
        padding-left: 0;
        margin: 10px 0; }
        .am2-cart__column.product-quantity .quantity .qty {
          font-size: 13px;
          width: 50px;
          padding: 10px 5px; } }
    @media (max-width: 839px) and (max-width: 639px) {
      .am2-cart__column.product-quantity .quantity .qty {
        width: 40px; } }
    @media (max-width: 639px) {
      .am2-cart__column.product-quantity {
        text-align: left;
        padding-left: 10px; }
        .am2-cart__column.product-quantity .quantity__plus,
        .am2-cart__column.product-quantity .quantity__minus,
        .am2-cart__column.product-quantity .quantity__qty {
          padding: 0 14px;
          width: 40px; } }
  .am2-cart__column.product-subtotal {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: right;
    min-width: 100px;
    font-family: 'Rubik-Medium';
    font-weight: 500; }
    @media (max-width: 839px) {
      .am2-cart__column.product-subtotal {
        min-width: 0;
        position: absolute;
        right: -1px;
        bottom: 15px; }
        .am2-cart__column.product-subtotal:before {
          content: "Subtotal:";
          position: absolute;
          left: -50px;
          font-size: 12px; } }
    @media (max-width: 639px) {
      .am2-cart__column.product-subtotal {
        bottom: 40px; } }
    @media (max-width: 439px) {
      .am2-cart__column.product-subtotal:before {
        content: "Subtotal:";
        position: absolute;
        left: -40px;
        top: 0;
        font-size: 11px; }
      .am2-cart__column.product-subtotal .woocommerce-Price-amount {
        font-size: 14px; } }
  .am2-cart__column .variation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    line-height: 1.7;
    color: #969696;
    margin: 0; }
    .am2-cart__column .variation dd {
      margin: 0 0 0 5px; }

.am2-cart__actions {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-right: 0;
  padding-left: 0; }
  @media (max-width: 839px) {
    .am2-cart__actions {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .am2-cart__actions > button {
    display: none; }
  @media (max-width: 639px) {
    .am2-cart__actions > .button, .wpcf7 form .am2-cart__actions > input[type='submit'], .add-to-cart-wrapper .am2-cart__actions > .added_to_cart, .woocommerce-cart p.return-to-shop .am2-cart__actions > a, .single-product .am2-cart__actions > .wc-forward, .single-product .summary .woocommerce-Reviews .am2-cart__actions > .submit, .woocommerce-checkout-payment .am2-cart__actions > button {
      display: block;
      width: 100%; } }
  .am2-cart__actions .coupon > * {
    margin-bottom: 0; }
  .am2-cart__actions .side-cart__promo-code {
    border: none;
    padding: 0; }
  .am2-cart__actions .side-cart__promo-code-check {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    @media (max-width: 839px) {
      .am2-cart__actions .side-cart__promo-code-check {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        margin-top: 20px; } }
  .am2-cart__actions .side-cart__promo-code-check label {
    position: relative; }
    .am2-cart__actions .side-cart__promo-code-check label::before {
      left: -30px; }
    .am2-cart__actions .side-cart__promo-code-check label::after {
      left: -27px; }
  .am2-cart__actions--continue-shoping a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: 'Rubik-Medium';
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    color: #272727; }
  .am2-cart__actions--continue-shoping svg {
    width: 11px;
    height: 11px;
    margin-right: 10px; }

.cross-sells > h2 {
  font-size: 1.2rem;
  font-weight: bold; }

.cross-sells ul.products {
  margin-bottom: 0; }

.cart-collaterals {
  margin-bottom: 2rem; }

.cart_totals > h2 {
  font-family: 'Rubik-Bold';
  font-weight: 700;
  font-size: 26px;
  color: #1374A8; }

.cart_totals table {
  border: none; }
  .cart_totals table tr th,
  .cart_totals table tr td {
    padding-left: 10px;
    padding-right: 10px; }
  .cart_totals table tr th {
    font-family: 'Rubik-Regular';
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    color: #272727;
    border: none;
    text-align: left;
    padding-left: 0; }
  .cart_totals table tr td {
    font-family: 'Rubik-Medium';
    font-size: 16px;
    font-weight: 500;
    color: #272727;
    border: none;
    text-align: right;
    padding-right: 0; }
  .cart_totals table tr.order-total {
    border-top: 1px solid #DFDFDF; }
    .cart_totals table tr.order-total th,
    .cart_totals table tr.order-total td {
      padding-top: 20px; }
    .cart_totals table tr.order-total th {
      font-size: 20px;
      font-weight: 400;
      vertical-align: top; }
    .cart_totals table tr.order-total td {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
    .cart_totals table tr.order-total .woocommerce-Price-amount {
      font-family: 'Rubik-Medium';
      font-size: 26px;
      line-height: normal;
      font-weight: 500;
      color: #272727; }
    .cart_totals table tr.order-total small {
      width: 100%; }
      .cart_totals table tr.order-total small .amount {
        font-size: 12px !important; }

.woocommerce-notices-wrapper {
  margin: 10px 0 10px; }

.woocommerce-info,
.woocommerce-error,
.woocommerce-notice,
.woocommerce-message,
.woocommerce-Message {
  list-style: none;
  padding-left: 0;
  border-left: 4px solid rgba(19, 116, 168, 0.8) !important;
  padding: 15px 20px; }
  .woocommerce-info a,
  .woocommerce-error a,
  .woocommerce-notice a,
  .woocommerce-message a,
  .woocommerce-Message a {
    padding: 2px 8px; }
  .woocommerce-info + *,
  .woocommerce-error + *,
  .woocommerce-notice + *,
  .woocommerce-message + *,
  .woocommerce-Message + * {
    margin-top: 15px; }

.woocommerce-info .button, .woocommerce-info .wpcf7 form input[type='submit'], .wpcf7 form .woocommerce-info input[type='submit'], .woocommerce-info .add-to-cart-wrapper .added_to_cart, .add-to-cart-wrapper .woocommerce-info .added_to_cart, .woocommerce-info .woocommerce-cart p.return-to-shop a, .woocommerce-cart p.return-to-shop .woocommerce-info a, .woocommerce-info .single-product .wc-forward, .single-product .woocommerce-info .wc-forward, .woocommerce-info .single-product .summary .woocommerce-Reviews .submit, .single-product .summary .woocommerce-Reviews .woocommerce-info .submit, .woocommerce-info .woocommerce-checkout-payment button, .woocommerce-checkout-payment .woocommerce-info button,
.woocommerce-message .button,
.woocommerce-message .wpcf7 form input[type='submit'],
.wpcf7 form .woocommerce-message input[type='submit'],
.woocommerce-message .add-to-cart-wrapper .added_to_cart,
.add-to-cart-wrapper .woocommerce-message .added_to_cart,
.woocommerce-message .woocommerce-cart p.return-to-shop a,
.woocommerce-cart p.return-to-shop .woocommerce-message a,
.woocommerce-message .single-product .wc-forward,
.single-product .woocommerce-message .wc-forward,
.woocommerce-message .single-product .summary .woocommerce-Reviews .submit,
.single-product .summary .woocommerce-Reviews .woocommerce-message .submit,
.woocommerce-message .woocommerce-checkout-payment button,
.woocommerce-checkout-payment .woocommerce-message button {
  float: right; }

.woocommerce-thankyou-order-received {
  border-radius: 0;
  border-left: 4px solid rgba(19, 116, 168, 0.8); }

p.demo_store,
.woocommerce-store-notice {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 1em 0;
  text-align: center;
  z-index: 99998;
  background-color: white;
  -webkit-box-shadow: 0 -1px 1em rgba(0, 0, 0, 0.2);
          box-shadow: 0 -1px 1em rgba(0, 0, 0, 0.2);
  display: none; }
  p.demo_store a,
  .woocommerce-store-notice a {
    text-decoration: underline; }

.select2-container .select2-selection {
  padding: 10px;
  height: auto !important; }

.select2-selection__arrow {
  top: 50% !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.select2 .select2-selection {
  border-color: #E5E5E5; }
  .select2 .select2-selection__rendered {
    color: #868686 !important; }

.single-product .schema-faq-section .schema-faq-question::after {
  -webkit-filter: invert(26%) sepia(0%) saturate(1%) hue-rotate(168deg) brightness(94%) contrast(88%);
          filter: invert(26%) sepia(0%) saturate(1%) hue-rotate(168deg) brightness(94%) contrast(88%); }

/*	----------------------------------------------------------------------------------------------	*	
									Product																									
 *	----------------------------------------------------------------------------------------------	*/
.single-product {
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */ }
  .single-product .wcppec-checkout-buttons {
    display: none; }
  .single-product .wc-forward {
    float: none;
    margin-right: 20px; }
  .single-product .woocommerce-notices-wrapper {
    margin-bottom: 40px; }
    @media (max-width: 439px) {
      .single-product .woocommerce-notices-wrapper .woocommerce-message {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
      .single-product .woocommerce-notices-wrapper a {
        width: 100%;
        margin-top: 10px;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; } }
  .single-product .site-main--leftsidebar-content__content {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    max-width: 100%; }
    .single-product .site-main--leftsidebar-content__content > .breadcrumbs {
      display: none; }
      @media (max-width: 1024px) {
        .single-product .site-main--leftsidebar-content__content > .breadcrumbs {
          display: block; } }
    @media (max-width: 1024px) {
      .single-product .site-main--leftsidebar-content__content .summary .breadcrumbs {
        display: none; } }
    .single-product .site-main--leftsidebar-content__content ul.flex-direction-nav {
      position: absolute;
      bottom: 55px;
      left: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 100%;
      margin: 0;
      padding: 0px 35px;
      list-style: none;
      z-index: 9; }
    .single-product .site-main--leftsidebar-content__content a.flex-prev,
    .single-product .site-main--leftsidebar-content__content a.flex-next {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      width: 30px;
      height: 30px;
      background: orange;
      font-size: 0;
      outline: none; }
    .single-product .site-main--leftsidebar-content__content a.flex-next {
      background: url("../../resources/svg/arrow/right_thin.svg") no-repeat center center; }
    .single-product .site-main--leftsidebar-content__content a.flex-prev {
      background: url("../../resources/svg/arrow/left_thin.svg") no-repeat center center; }
  .single-product .woocommerce-product-gallery__trigger {
    display: none; }
  .single-product .flex-viewport {
    outline: 0 !important; }
  .single-product .flex-control-thumbs {
    position: relative;
    width: 70%;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 99; }
    .single-product .flex-control-thumbs li {
      width: calc( 33.33% - 20px); }
      .single-product .flex-control-thumbs li:not(:nth-child(3n)) {
        margin-right: 30px; }
    .single-product .flex-control-thumbs img {
      border: none !important;
      padding: 0 !important;
      -webkit-box-shadow: 0 0 10px rgba(97, 97, 97, 0.1);
              box-shadow: 0 0 10px rgba(97, 97, 97, 0.1); }
  .single-product input::-webkit-outer-spin-button,
  .single-product input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .single-product input[type=number] {
    -moz-appearance: textfield; }
  .single-product .wrapper--padding {
    background: white; }
  .single-product .product {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    @media (max-width: 1024px) {
      .single-product .product {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    .single-product .product .onsale {
      position: absolute;
      top: 30px;
      left: 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      font-family: 'Rubik-Medium';
      font-weight: 500;
      background-color: #1374A8;
      color: #ffffff;
      width: 60px;
      height: 60px;
      border-radius: 50%;
      z-index: 1; }
    .single-product .product .woocommerce-product-gallery {
      width: 650px;
      margin-right: 70px;
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none; }
      @media (max-width: 1339px) {
        .single-product .product .woocommerce-product-gallery {
          width: 50%;
          margin-right: 50px; } }
      @media (max-width: 1024px) {
        .single-product .product .woocommerce-product-gallery {
          width: 80%;
          margin: 0 auto; }
          .single-product .product .woocommerce-product-gallery__image a {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center; } }
      @media (max-width: 839px) {
        .single-product .product .woocommerce-product-gallery {
          width: 100%;
          margin-right: 0; } }
    .single-product .product .breadcrumbs {
      margin-bottom: 40px; }
    .single-product .product__sku {
      font-size: 14px;
      color: #A8A8A8;
      margin: 0 0 20px 0; }
    .single-product .product .summary {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      max-width: 100%; }
    .single-product .product__description {
      margin-bottom: 2em; }
      .single-product .product__description.expanded .read-more-toggle {
        top: 0;
        margin-bottom: 20px; }
      .single-product .product__description.expanded .product__text-content::before {
        opacity: 0;
        bottom: -100%; }
      .single-product .product__description .read-more-toggle {
        top: -20px; }
    .single-product .product__details h3 {
      font-family: 'Rubik-Medium';
      font-weight: 500;
      font-size: 16px;
      margin-bottom: 20px; }
    .single-product .product__details .shop_attributes {
      border: none; }
      .single-product .product__details .shop_attributes tr:nth-child(even) th,
      .single-product .product__details .shop_attributes tr:nth-child(even) td {
        background: transparent; }
      .single-product .product__details .shop_attributes th,
      .single-product .product__details .shop_attributes td {
        font-size: 1em;
        line-height: 1.3;
        color: #272727;
        border: none; }
      .single-product .product__details .shop_attributes th {
        text-align: left;
        padding-left: 0;
        padding-right: 1.5em;
        font-weight: 500; }
        .single-product .product__details .shop_attributes th::after {
          content: ':'; }
      .single-product .product__details .shop_attributes td {
        color: #A8A8A8;
        font-style: normal; }
    .single-product .product__text-content {
      overflow: hidden;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .single-product .product__icons {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      border-top: 2px solid #EDEDED;
      padding: 20px 0;
      margin-bottom: 20px; }
      @media (max-width: 639px) {
        .single-product .product__icons {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
      .single-product .product__icons > div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        padding: 0 5px; }
        @media (max-width: 639px) {
          .single-product .product__icons > div {
            width: 50%;
            -webkit-box-flex: 0;
                -ms-flex: none;
                    flex: none;
            margin-bottom: 20px; }
            .single-product .product__icons > div:nth-of-type(2n) {
              border-right: none !important; } }
        .single-product .product__icons > div:not(:last-of-type) {
          border-right: 2px solid #EDEDED; }
      .single-product .product__icons h4 {
        width: 100%;
        text-align: center;
        font-family: 'Rubik-Medium';
        font-weight: 500;
        font-size: 14px;
        line-height: normal;
        text-transform: uppercase;
        color: #C6C6C6; }
      .single-product .product__icons svg {
        width: 24px;
        height: 24px;
        fill: #C6C6C6; }
        .single-product .product__icons svg + h4 {
          margin-top: 10px; }
      .single-product .product__icons--paybright svg {
        width: 80px;
        height: 40px; }
  .single-product .related.products {
    clear: both; }
    @media (max-width: 639px) {
      .single-product .related.products .products.columns-4 .product {
        width: 100%; } }
  .single-product p.stock {
    display: inline-block;
    font-size: 20px !important;
    line-height: 1; }
    .single-product p.stock.in-stock {
      display: none; }
  .single-product .woocommerce-variation-availability {
    margin-bottom: 5px; }
  .single-product .product-content {
    margin-top: 2.5rem; }
  .single-product .woocommerce-product-rating {
    margin-bottom: 1rem; }
  .single-product .woocommerce-product-details__short-description {
    margin-bottom: 2rem;
    border-bottom: 1px solid lightgray; }
  .single-product .product_meta .sku {
    text-transform: uppercase; }
  .single-product .entry-title {
    font-family: 'Rubik-Medium';
    font-weight: 500;
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 1em;
    color: #444444 !important; }
    @media (min-width: 640px) {
      .single-product .entry-title {
        font-size: 25px; } }
    @media (min-width: 840px) {
      .single-product .entry-title {
        font-size: 30px; } }
    @media (min-width: 1340px) {
      .single-product .entry-title {
        font-size: 32px;
        margin-bottom: 40px !important; } }
  .single-product .product__key_note {
    font-size: 0.8em;
    line-height: 1.2;
    margin-bottom: 1em; }
    @media (min-width: 640px) {
      .single-product .product__key_note {
        font-size: 0.9em; } }
    @media (min-width: 840px) {
      .single-product .product__key_note {
        font-size: 1em;
        margin-bottom: 1.5em; } }
    @media (min-width: 1340px) {
      .single-product .product__key_note {
        margin-bottom: 32px; } }
  .single-product .summary textarea {
    border: 1px solid #EDEDED; }
  @media (max-width: 639px) {
    .single-product .summary .schema-faq h2 {
      font-size: 24px; } }
  .single-product .summary .schema-faq .file-download-answer p {
    margin: 0; }
    .single-product .summary .schema-faq .file-download-answer p + p {
      margin-top: 10px; }
  .single-product .summary .woocommerce-Reviews label {
    margin: 0; }
  .single-product .summary .woocommerce-Reviews .stars {
    display: none; }
  .single-product .summary .woocommerce-Reviews .select2 {
    margin: 10px 0 10px 20px;
    min-width: 150px; }
  .single-product .summary .price,
  .single-product .summary .woocommerce-Price-amount,
  .single-product .summary .woocommerce-grouped-product-list-item__price {
    color: #0A5984;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.03em;
    font-weight: 500; }
  .single-product .summary .price {
    font-family: 'Rubik-Medium';
    font-weight: 500;
    color: #1374A8;
    margin-bottom: 35px; }
    .single-product .summary .price .amount {
      color: #1374A8;
      font-size: 18px; }
    .single-product .summary .price ins {
      text-decoration: none; }
    .single-product .summary .price del {
      color: #C6C6C6;
      margin-right: 10px; }
      .single-product .summary .price del .amount {
        color: #C6C6C6; }
  .single-product .summary .quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%; }
  .single-product .summary .qty {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .single-product .summary .variations_form.cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .single-product .summary .variations_form.cart .single_add_to_cart_wrap {
      width: 100%; }
    .single-product .summary .variations_form.cart .variations {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      max-width: 100%;
      width: 100%;
      margin-bottom: 20px; }
      @media (max-width: 639px) {
        .single-product .summary .variations_form.cart .variations {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          margin-bottom: 10px; } }
      .single-product .summary .variations_form.cart .variations td {
        padding: 0; }
      .single-product .summary .variations_form.cart .variations select {
        width: 48% !important;
        margin-right: 0 !important; }
        @media (max-width: 639px) {
          .single-product .summary .variations_form.cart .variations select {
            width: 100% !important; } }
      @media (min-width: 640px) {
        .single-product .summary .variations_form.cart .variations .select2 + .select2 {
          margin-left: 10px; } }
      @media (max-width: 639px) {
        .single-product .summary .variations_form.cart .variations .select2 + .select2 {
          margin-top: 10px; } }
    .single-product .summary .variations_form.cart .single_variation_wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%;
      margin-bottom: 0; }
      @media (min-width: 1025px) and (max-width: 1339px) {
        .single-product .summary .variations_form.cart .single_variation_wrap {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
      @media (min-width: 640px) {
        .single-product .summary .variations_form.cart .single_variation_wrap {
          max-width: 50%; } }
      @media (min-width: 840px) {
        .single-product .summary .variations_form.cart .single_variation_wrap {
          max-width: 100%; } }
      @media (max-width: 639px) {
        .single-product .summary .variations_form.cart .single_variation_wrap {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
      .single-product .summary .variations_form.cart .single_variation_wrap .woocommerce-variation.single_variation {
        display: none;
        width: 25%;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; }
        @media (min-width: 640px) and (max-width: 1339px) {
          .single-product .summary .variations_form.cart .single_variation_wrap .woocommerce-variation.single_variation {
            width: auto;
            margin-right: 10px; } }
        @media (max-width: 639px) {
          .single-product .summary .variations_form.cart .single_variation_wrap .woocommerce-variation.single_variation {
            width: 100%;
            margin-right: 0;
            margin-top: 10px; } }
      .single-product .summary .variations_form.cart .single_variation_wrap .woocommerce-variation-add-to-cart {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-top: 28px;
        width: 25%;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; }
        @media (max-width: 1339px) {
          .single-product .summary .variations_form.cart .single_variation_wrap .woocommerce-variation-add-to-cart {
            width: 100%; } }
        @media (max-width: 639px) {
          .single-product .summary .variations_form.cart .single_variation_wrap .woocommerce-variation-add-to-cart {
            margin-top: 0;
            min-height: 50px; } }
        @media (min-width: 640px) and (max-width: 1339px) {
          .single-product .summary .variations_form.cart .single_variation_wrap .woocommerce-variation-add-to-cart {
            width: auto;
            margin-right: 10px; } }
        @media (min-width: 640px) {
          .single-product .summary .variations_form.cart .single_variation_wrap .woocommerce-variation-add-to-cart {
            margin-top: 0; } }
        @media (min-width: 840px) {
          .single-product .summary .variations_form.cart .single_variation_wrap .woocommerce-variation-add-to-cart {
            margin-top: 0; } }
        @media (min-width: 1340px) {
          .single-product .summary .variations_form.cart .single_variation_wrap .woocommerce-variation-add-to-cart {
            margin-top: 0; } }
        .single-product .summary .variations_form.cart .single_variation_wrap .woocommerce-variation-add-to-cart > div,
        .single-product .summary .variations_form.cart .single_variation_wrap .woocommerce-variation-add-to-cart > p {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          @media (min-width: 1340px) {
            .single-product .summary .variations_form.cart .single_variation_wrap .woocommerce-variation-add-to-cart > div,
            .single-product .summary .variations_form.cart .single_variation_wrap .woocommerce-variation-add-to-cart > p {
              -webkit-box-flex: 1;
                  -ms-flex: 1;
                      flex: 1; } }
        @media (max-width: 639px) {
          .single-product .summary .variations_form.cart .single_variation_wrap .woocommerce-variation-add-to-cart > div > div {
            width: 100%; } }
        @media (min-width: 840px) {
          .single-product .summary .variations_form.cart .single_variation_wrap .woocommerce-variation-add-to-cart > div {
            margin-left: 0; } }
        .single-product .summary .variations_form.cart .single_variation_wrap .woocommerce-variation-add-to-cart > p {
          font-weight: 500;
          font-size: 28px;
          line-height: 1;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          margin-left: 1em; }
          @media (min-width: 1340px) {
            .single-product .summary .variations_form.cart .single_variation_wrap .woocommerce-variation-add-to-cart > p {
              -webkit-box-pack: end;
                  -ms-flex-pack: end;
                      justify-content: flex-end; } }
      .single-product .summary .variations_form.cart .single_variation_wrap .single_add_to_cart_button {
        position: relative;
        width: 50%;
        height: 50px;
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
        margin-left: 4%; }
        @media (max-width: 1339px) {
          .single-product .summary .variations_form.cart .single_variation_wrap .single_add_to_cart_button {
            margin-left: 0; } }
        @media (max-width: 639px) {
          .single-product .summary .variations_form.cart .single_variation_wrap .single_add_to_cart_button {
            width: 100%;
            margin-top: 10px; } }
        @media (min-width: 1025px) and (max-width: 1339px) {
          .single-product .summary .variations_form.cart .single_variation_wrap .single_add_to_cart_button {
            width: 100%;
            margin-top: 10px; } }
        @media (min-width: 640px) and (max-width: 1024px) {
          .single-product .summary .variations_form.cart .single_variation_wrap .single_add_to_cart_button {
            width: auto;
            min-width: 250px; } }
        .single-product .summary .variations_form.cart .single_variation_wrap .single_add_to_cart_button::after {
          content: '';
          position: absolute;
          top: 50%;
          right: 18px;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          width: 24px;
          height: 24px;
          background: url("../../resources/svg/icon/addcart-white.svg") no-repeat center center; }
      .single-product .summary .variations_form.cart .single_variation_wrap .price .amount {
        font-family: 'Rubik-Medium';
        font-weight: 500;
        font-size: 22px;
        color: #444444; }
  .single-product .summary .rent-now-button {
    margin-bottom: 2rem; }

form.cart {
  margin-bottom: 2rem; }
  form.cart:not(.variations_form):not(.grouped_form) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 439px) {
      form.cart:not(.variations_form):not(.grouped_form) {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        form.cart:not(.variations_form):not(.grouped_form) button,
        form.cart:not(.variations_form):not(.grouped_form) .quantity {
          margin: 10px 0;
          width: 100%; } }
  form.cart.simple_form .quantity {
    width: auto; }
  form.cart.variations_form {
    position: relative; }
    form.cart.variations_form .woocommerce-variation-price {
      text-align: center;
      margin-bottom: -5px; }
    form.cart.variations_form a.reset_variations {
      position: absolute;
      bottom: 100%;
      right: 0; }
    form.cart.variations_form select {
      padding: 10px 15px; }
    form.cart.variations_form .quantity {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      vertical-align: middle; }
  form.cart.grouped_form {
    overflow: auto; }
  form.cart.product_is-out-of-stock .woocommerce-variation-price,
  form.cart.product_is-out-of-stock .woocommerce-variation-add-to-cart,
  form.cart.product_is-out-of-stock .single_add_to_cart_button {
    display: none !important; }
  form.cart.product_is-out-of-stock .woocommerce-variation {
    width: 100% !important; }
  form.cart .out-of-stock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: 'Rubik-Regular';
    font-weight: 400;
    font-size: 16px !important;
    letter-spacing: 0.02em;
    background: #F5F5F5;
    color: #E82C44;
    border-top: 2px solid #FF0D0A;
    border-radius: 0;
    text-transform: none;
    min-height: 56px; }
    form.cart .out-of-stock::before {
      content: '!';
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 23px;
      height: 23px;
      border-radius: 50%;
      color: #ffffff;
      background: #FF0D0A;
      margin-right: 15px; }

table.variations,
table.shop_attributes,
.woocommerce-grouped-product-list {
  margin-bottom: 2.5rem; }
  table.variations td,
  table.shop_attributes td,
  .woocommerce-grouped-product-list td {
    vertical-align: middle; }
    table.variations td label,
    table.shop_attributes td label,
    .woocommerce-grouped-product-list td label {
      margin-bottom: 0; }
    table.variations td p:last-child,
    table.shop_attributes td p:last-child,
    .woocommerce-grouped-product-list td p:last-child {
      margin-bottom: 0; }

table.shop_attributes {
  width: auto;
  min-width: 300px; }
  @media (max-width: 439px) {
    table.shop_attributes {
      width: 100%;
      min-width: auto; } }

@media (max-width: 639px) {
  .woocommerce-variation-add-to-cart > div {
    width: 100% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
    max-width: 100% !important; } }

.woocommerce-variation-add-to-cart .woocommerce-variation-add-to-cart__add-to-cart-wrap button {
  margin-left: 20px; }

.single-product .am2-contact-form {
  display: none;
  position: fixed;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  height: auto;
  max-width: 90vw;
  max-height: 90vh;
  overflow: auto;
  z-index: 99999; }
  @media (min-width: 1340px) {
    .single-product .am2-contact-form {
      padding: 1% 5%;
      max-width: 100vw;
      max-height: 100vh;
      -webkit-box-align: normal;
          -ms-flex-align: normal;
              align-items: normal; } }
  @media (max-height: 1000px) {
    .single-product .am2-contact-form {
      max-width: 95vw;
      max-height: 95vh;
      -webkit-box-align: normal;
          -ms-flex-align: normal;
              align-items: normal; } }

.product-images {
  position: relative; }
  .product-images .onsale {
    left: 7px; }

.woocommerce-product-gallery {
  position: relative; }
  .woocommerce-product-gallery__trigger {
    position: absolute;
    top: .5rem;
    right: .8rem;
    z-index: 1;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 30px;
    height: 20px;
    width: 20px;
    text-indent: -9999px;
    color: #141414;
    border: 2px solid #272727; }
    .woocommerce-product-gallery__trigger:hover {
      border-color: #1374A8; }
      .woocommerce-product-gallery__trigger:hover::before {
        background: #1374A8;
        color: white; }
    .woocommerce-product-gallery__trigger:before {
      content: "";
      position: absolute;
      -webkit-transition: inherit;
      transition: inherit;
      height: 2px;
      width: 6px;
      background: #272727;
      top: 90%;
      left: 90%;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      border-radius: 100%;
      padding: 2px; }
  .woocommerce-product-gallery > .woocommerce-product-gallery__image,
  .woocommerce-product-gallery > .flex-viewport {
    border: 3px solid white;
    border-radius: 3px;
    outline: 1px solid #272727;
    -webkit-box-shadow: 0 0 10px rgba(97, 97, 97, 0.1);
            box-shadow: 0 0 10px rgba(97, 97, 97, 0.1); }
    .woocommerce-product-gallery > .woocommerce-product-gallery__image img,
    .woocommerce-product-gallery > .flex-viewport img {
      max-width: 100%;
      height: auto; }
  .woocommerce-product-gallery .flex-control-thumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    list-style: none;
    padding-left: 0;
    margin-top: 1rem; }
    .woocommerce-product-gallery .flex-control-thumbs li {
      margin-bottom: .5rem; }
      .woocommerce-product-gallery .flex-control-thumbs li img {
        width: 100%;
        height: auto;
        opacity: .5;
        padding: 3px;
        border: 1px solid #C6C6C6;
        cursor: pointer; }
        .woocommerce-product-gallery .flex-control-thumbs li img.flex-active, .woocommerce-product-gallery .flex-control-thumbs li img:hover {
          opacity: 1;
          border-color: #1374A8; }

.single-product .upsells {
  max-width: 100%;
  margin-top: 100px; }
  .single-product .upsells .featured-products-slider .product {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .single-product .upsells .featured-products-slider .product:hover figure {
      -webkit-box-shadow: 0 0 10px rgba(97, 97, 97, 0.5);
              box-shadow: 0 0 10px rgba(97, 97, 97, 0.5); }
    .single-product .upsells .featured-products-slider .product > a {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-line-pack: justify;
          align-content: space-between; }
    .single-product .upsells .featured-products-slider .product .woocommerce-loop-product__link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-line-pack: justify;
          align-content: space-between; }
    .single-product .upsells .featured-products-slider .product.outofstock {
      pointer-events: none; }
      .single-product .upsells .featured-products-slider .product.outofstock .out-of-stock {
        margin-top: 16px; }
      .single-product .upsells .featured-products-slider .product.outofstock .add-to-cart-wrapper {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; }
        .single-product .upsells .featured-products-slider .product.outofstock .add-to-cart-wrapper > a {
          margin: 0; }
        .single-product .upsells .featured-products-slider .product.outofstock .add-to-cart-wrapper > a:not(.add_to_cart_button) {
          display: none; }
      .single-product .upsells .featured-products-slider .product.outofstock .woocommerce-loop-product__title,
      .single-product .upsells .featured-products-slider .product.outofstock figure,
      .single-product .upsells .featured-products-slider .product.outofstock .add-to-cart-wrapper a {
        opacity: 0.2; }
      .single-product .upsells .featured-products-slider .product.outofstock .price {
        display: none; }
    .single-product .upsells .featured-products-slider .product figure {
      margin: 0 0 20px 0;
      width: 100%;
      height: 235px;
      -webkit-box-shadow: 0 0 10px rgba(97, 97, 97, 0.1);
              box-shadow: 0 0 10px rgba(97, 97, 97, 0.1);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
      transition: -webkit-box-shadow 0.3s ease-in-out;
      transition: box-shadow 0.3s ease-in-out;
      transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out; }
      .single-product .upsells .featured-products-slider .product figure img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 80%;
        width: auto;
        max-height: 80%;
        height: auto; }
    .single-product .upsells .featured-products-slider .product .woocommerce-loop-product__title {
      width: 100%;
      font-family: 'Rubik-Regular';
      font-size: 16px;
      line-height: 1.4;
      color: #272727;
      font-size: 16px;
      margin: 0; }
    .single-product .upsells .featured-products-slider .product .price {
      font-family: 'Rubik-Medium';
      margin-top: 16px;
      font-size: 16px; }
    .single-product .upsells .featured-products-slider .product .add-to-cart-wrapper {
      padding: 0; }
      .single-product .upsells .featured-products-slider .product .add-to-cart-wrapper .product-view-details {
        display: none; }

.single-product .best-selling-products {
  max-width: 100%;
  margin-top: 90px; }
  .single-product .best-selling-products .best-selling-products-slider {
    width: calc( 100% + 30px);
    margin-left: -15px;
    padding: 0 15px;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out; }
    .single-product .best-selling-products .best-selling-products-slider.swiper-container-initialized {
      opacity: 1; }
    .single-product .best-selling-products .best-selling-products-slider .swiper-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .single-product .best-selling-products .best-selling-products-slider .product {
      height: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .single-product .best-selling-products .best-selling-products-slider .product:hover figure {
        -webkit-box-shadow: 0 0 10px rgba(97, 97, 97, 0.5);
                box-shadow: 0 0 10px rgba(97, 97, 97, 0.5); }
      .single-product .best-selling-products .best-selling-products-slider .product > a {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -ms-flex-line-pack: justify;
            align-content: space-between; }
      .single-product .best-selling-products .best-selling-products-slider .product .woocommerce-loop-product__link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -ms-flex-line-pack: justify;
            align-content: space-between; }
      .single-product .best-selling-products .best-selling-products-slider .product.outofstock {
        pointer-events: none; }
        .single-product .best-selling-products .best-selling-products-slider .product.outofstock .out-of-stock {
          margin-top: 16px; }
        .single-product .best-selling-products .best-selling-products-slider .product.outofstock .add-to-cart-wrapper {
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start; }
          .single-product .best-selling-products .best-selling-products-slider .product.outofstock .add-to-cart-wrapper > a {
            margin: 0; }
          .single-product .best-selling-products .best-selling-products-slider .product.outofstock .add-to-cart-wrapper > a:not(.add_to_cart_button) {
            display: none; }
        .single-product .best-selling-products .best-selling-products-slider .product.outofstock .woocommerce-loop-product__title,
        .single-product .best-selling-products .best-selling-products-slider .product.outofstock figure,
        .single-product .best-selling-products .best-selling-products-slider .product.outofstock .add-to-cart-wrapper a {
          opacity: 0.2; }
        .single-product .best-selling-products .best-selling-products-slider .product.outofstock .price {
          display: none; }
      .single-product .best-selling-products .best-selling-products-slider .product figure {
        margin: 0 0 20px 0;
        width: 100%;
        height: 235px;
        -webkit-box-shadow: 0 0 10px rgba(97, 97, 97, 0.1);
                box-shadow: 0 0 10px rgba(97, 97, 97, 0.1);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
        transition: -webkit-box-shadow 0.3s ease-in-out;
        transition: box-shadow 0.3s ease-in-out;
        transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out; }
        .single-product .best-selling-products .best-selling-products-slider .product figure img {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          max-width: 80%;
          width: auto;
          max-height: 80%;
          height: auto; }
      .single-product .best-selling-products .best-selling-products-slider .product .woocommerce-loop-product__title {
        width: 100%;
        font-family: 'Rubik-Regular';
        font-size: 16px;
        line-height: 1.4;
        color: #272727;
        font-size: 16px;
        margin: 0; }
      .single-product .best-selling-products .best-selling-products-slider .product .price {
        font-family: 'Rubik-Medium';
        margin-top: 16px;
        font-size: 16px; }
      .single-product .best-selling-products .best-selling-products-slider .product .add-to-cart-wrapper {
        padding: 0; }
        .single-product .best-selling-products .best-selling-products-slider .product .add-to-cart-wrapper .product-view-details {
          display: none; }
    .single-product .best-selling-products .best-selling-products-slider__navigation {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-bottom: 40px; }
      .single-product .best-selling-products .best-selling-products-slider__navigation h2 {
        font-size: 26px;
        line-height: normal;
        margin-bottom: 0;
        text-transform: uppercase;
        color: #0A5984; }
    .single-product .best-selling-products .best-selling-products-slider__navigation-buttons {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  .single-product .best-selling-products .swiper-button-prev--best-selling,
  .single-product .best-selling-products .swiper-button-next--best-selling {
    position: static;
    width: 24px;
    height: 24px;
    margin: 0;
    outline-color: transparent; }
    .single-product .best-selling-products .swiper-button-prev--best-selling:after,
    .single-product .best-selling-products .swiper-button-next--best-selling:after {
      display: none; }
    .single-product .best-selling-products .swiper-button-prev--best-selling svg,
    .single-product .best-selling-products .swiper-button-next--best-selling svg {
      width: 24px;
      height: 24px;
      -webkit-filter: invert(11%) sepia(54%) saturate(0%) hue-rotate(279deg) brightness(123%) contrast(51%);
              filter: invert(11%) sepia(54%) saturate(0%) hue-rotate(279deg) brightness(123%) contrast(51%); }
  .single-product .best-selling-products .swiper-button-prev--best-selling svg {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  .single-product .best-selling-products .swiper-button-next--best-selling {
    margin-left: 20px; }

.woocommerce-account.is-IE .button, .woocommerce-account.is-IE .wpcf7 form input[type='submit'], .wpcf7 form .woocommerce-account.is-IE input[type='submit'], .woocommerce-account.is-IE .add-to-cart-wrapper .added_to_cart, .add-to-cart-wrapper .woocommerce-account.is-IE .added_to_cart, .woocommerce-account.is-IE .woocommerce-cart p.return-to-shop a, .woocommerce-cart p.return-to-shop .woocommerce-account.is-IE a, .woocommerce-account.is-IE .single-product .wc-forward, .single-product .woocommerce-account.is-IE .wc-forward, .woocommerce-account.is-IE .single-product .summary .woocommerce-Reviews .submit, .single-product .summary .woocommerce-Reviews .woocommerce-account.is-IE .submit, .woocommerce-account.is-IE .woocommerce-checkout-payment button, .woocommerce-checkout-payment .woocommerce-account.is-IE button {
  height: 40px;
  line-height: 40px; }

.woocommerce-account.is-IE .woocommerce-form-login__rememberme input {
  display: inline-block; }

.woocommerce-account.is-IE .woocommerce-form-login__rememberme > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.woocommerce-account .woocommerce-password-strength,
.woocommerce-account .woocommerce-password-hint {
  color: #868686; }

.woocommerce-account .woocommerce-password-strength {
  margin-top: 10px; }

.woocommerce-account .content {
  padding-bottom: 110px; }
  .woocommerce-account .content h2 {
    font-size: 38px;
    line-height: normal;
    color: #1374A8; }
    @media (min-width: 1025px) {
      .woocommerce-account .content h2 {
        font-size: 48px; } }
  .woocommerce-account .content .breadcrumbs {
    font-size: 16px;
    line-height: 1.5;
    color: #272727; }
  .woocommerce-account .content input,
  .woocommerce-account .content .woocommerce-privacy-policy-text {
    color: #868686; }

.woocommerce-account.logged-in .site-main {
  margin-top: 0; }

.woocommerce-account.logged-in .woocommerce {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: calc(30px / -2);
  margin-left: calc(30px / -2); }
  .woocommerce-account.logged-in .woocommerce > * {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(30px / 2);
    padding-left: calc(30px / 2);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: calc( 12 / 12 * 100%); }
    @media (min-width: 840px) {
      .woocommerce-account.logged-in .woocommerce > * {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: calc( 9 / 12 * 100%); } }
    .woocommerce-account.logged-in .woocommerce > *.woocommerce-MyAccount-navigation {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: calc( 12 / 12 * 100%); }
      @media (min-width: 840px) {
        .woocommerce-account.logged-in .woocommerce > *.woocommerce-MyAccount-navigation {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 auto;
                  flex: 0 0 auto;
          width: calc( 3 / 12 * 100%); } }

.woocommerce-account.logged-in .entry-header, .woocommerce-account.logged-in .entry-title {
  font-size: 1.5rem;
  text-align: left; }

.woocommerce-account.logged-in .entry-content {
  margin-bottom: 2.5rem; }
  @media (min-width: 640px) {
    .woocommerce-account.logged-in .entry-content {
      margin-bottom: 0; } }

@media (min-width: 840px) {
  .woocommerce-account.woocommerce-lost-password .woocommerce {
    display: block;
    margin: 0 auto;
    max-width: 550px; } }

.woocommerce-account .entry {
  margin-bottom: 0; }
  .woocommerce-account .entry-header {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem; }
  .woocommerce-account .entry-title {
    padding-top: 0;
    text-align: center; }
  .woocommerce-account .entry-content {
    margin-bottom: 2.5rem; }

.woocommerce-account__login label, .woocommerce-account__register label {
  font-size: .9rem; }

.woocommerce-account__login {
  padding: 2.5rem;
  background-color: #0A5984;
  color: white;
  border-radius: 6px; }
  @media (min-width: null) {
    .woocommerce-account__login {
      padding: 1rem; } }
  .woocommerce-account__login > span {
    color: white;
    font-size: 13px;
    opacity: .7; }
  .woocommerce-account__login a,
  .woocommerce-account__login h2 {
    color: white; }
  .woocommerce-account__login .button, .woocommerce-account__login .wpcf7 form input[type='submit'], .wpcf7 form .woocommerce-account__login input[type='submit'], .woocommerce-account__login .add-to-cart-wrapper .added_to_cart, .add-to-cart-wrapper .woocommerce-account__login .added_to_cart, .woocommerce-account__login .woocommerce-cart p.return-to-shop a, .woocommerce-cart p.return-to-shop .woocommerce-account__login a, .woocommerce-account__login .single-product .wc-forward, .single-product .woocommerce-account__login .wc-forward, .woocommerce-account__login .single-product .summary .woocommerce-Reviews .submit, .single-product .summary .woocommerce-Reviews .woocommerce-account__login .submit, .woocommerce-account__login .woocommerce-checkout-payment button, .woocommerce-checkout-payment .woocommerce-account__login button {
    text-transform: uppercase;
    padding: .7rem 2.5rem;
    border-radius: 50px;
    font-size: .75rem; }
    .woocommerce-account__login .button:hover, .woocommerce-account__login .wpcf7 form input:hover[type='submit'], .wpcf7 form .woocommerce-account__login input:hover[type='submit'], .woocommerce-account__login .add-to-cart-wrapper .added_to_cart:hover, .add-to-cart-wrapper .woocommerce-account__login .added_to_cart:hover, .woocommerce-account__login .woocommerce-cart p.return-to-shop a:hover, .woocommerce-cart p.return-to-shop .woocommerce-account__login a:hover, .woocommerce-account__login .single-product .wc-forward:hover, .single-product .woocommerce-account__login .wc-forward:hover, .woocommerce-account__login .single-product .summary .woocommerce-Reviews .submit:hover, .single-product .summary .woocommerce-Reviews .woocommerce-account__login .submit:hover, .woocommerce-account__login .woocommerce-checkout-payment button:hover, .woocommerce-checkout-payment .woocommerce-account__login button:hover {
      background-color: white; }
  .woocommerce-account__login .custom-control-input:checked ~ .custom-control-label::before {
    border-color: white; }
  .woocommerce-account__login .custom-control-input ~ .custom-control-label::before {
    background-color: transparent; }

.woocommerce-account__register {
  padding-top: 2rem; }
  .woocommerce-account__register span {
    font-size: .9em; }
  .woocommerce-account__register h2 {
    font-size: 1.2rem; }
  .woocommerce-account__register .lead {
    font-size: 1rem; }
  .woocommerce-account__register .button, .woocommerce-account__register .wpcf7 form input[type='submit'], .wpcf7 form .woocommerce-account__register input[type='submit'], .woocommerce-account__register .add-to-cart-wrapper .added_to_cart, .add-to-cart-wrapper .woocommerce-account__register .added_to_cart, .woocommerce-account__register .woocommerce-cart p.return-to-shop a, .woocommerce-cart p.return-to-shop .woocommerce-account__register a, .woocommerce-account__register .single-product .wc-forward, .single-product .woocommerce-account__register .wc-forward, .woocommerce-account__register .single-product .summary .woocommerce-Reviews .submit, .single-product .summary .woocommerce-Reviews .woocommerce-account__register .submit, .woocommerce-account__register .woocommerce-checkout-payment button, .woocommerce-checkout-payment .woocommerce-account__register button {
    text-transform: uppercase;
    padding: .7rem 2.5rem;
    border-radius: 50px;
    font-size: .75rem; }
  .woocommerce-account__register .woocommerce-password-strength {
    margin-top: .5rem;
    font-weight: bold;
    font-style: italic; }
    .woocommerce-account__register .woocommerce-password-strength.bad {
      color: #B2153D; }
    .woocommerce-account__register .woocommerce-password-strength.good {
      color: #ff7c7c; }

@media (min-width: 1025px) {
  .woocommerce-account .col2-set .col-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: calc( 5 / 12 * 100%); } }

@media (min-width: 1340px) {
  .woocommerce-account .col2-set .col-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: calc( 4 / 12 * 100%); } }

@media (min-width: 1025px) {
  .woocommerce-account .col2-set .col-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: calc( 7 / 12 * 100%); } }

@media (min-width: 1340px) {
  .woocommerce-account .col2-set .col-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: calc( 8 / 12 * 100%); } }

.woocommerce-account #customer_login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%; }
  @media (min-width: 640px) {
    .woocommerce-account #customer_login {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .woocommerce-account #customer_login > div {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    max-width: 100%; }
    @media (max-width: 639px) {
      .woocommerce-account #customer_login > div:not(:first-of-type) {
        margin-top: 40px; } }
    @media (min-width: 640px) {
      .woocommerce-account #customer_login > div {
        width: 48%; } }

.woocommerce-account .login {
  background: transparent; }
  .woocommerce-account .login .woocommerce-form-row .password-input {
    display: block;
    min-height: 56px; }
  .woocommerce-account .login .woocommerce-form-row > label {
    cursor: auto;
    cursor: initial;
    z-index: 2; }
  .woocommerce-account .login .woocommerce-form-row.focused-input > label {
    top: 12px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    font-size: 12px;
    color: #C6C6C6; }
  .woocommerce-account .login input[type='checkbox'] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 5px; }
  .woocommerce-account .login .woocommerce-form-login__rememberme {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    color: #868686; }
    @media (max-width: 639px) {
      .woocommerce-account .login .woocommerce-form-login__rememberme > span {
        width: 48%; } }

.woocommerce-account .register .button, .woocommerce-account .register .wpcf7 form input[type='submit'], .wpcf7 form .woocommerce-account .register input[type='submit'], .woocommerce-account .register .add-to-cart-wrapper .added_to_cart, .add-to-cart-wrapper .woocommerce-account .register .added_to_cart, .woocommerce-account .register .woocommerce-cart p.return-to-shop a, .woocommerce-cart p.return-to-shop .woocommerce-account .register a, .woocommerce-account .register .single-product .wc-forward, .single-product .woocommerce-account .register .wc-forward, .woocommerce-account .register .single-product .summary .woocommerce-Reviews .submit, .single-product .summary .woocommerce-Reviews .woocommerce-account .register .submit, .woocommerce-account .register .woocommerce-checkout-payment button, .woocommerce-checkout-payment .woocommerce-account .register button {
  margin-top: 20px; }

.woocommerce-account .register .password-input {
  display: block;
  min-height: 56px; }

.woocommerce-account .register .woocommerce-form-row > label {
  cursor: auto;
  cursor: initial;
  z-index: 2; }

.woocommerce-account .register .woocommerce-form-row.focused-input > label {
  top: 12px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  font-size: 12px;
  color: #C6C6C6; }

.woocommerce-account .woocommerce-ResetPassword .button, .woocommerce-account .woocommerce-ResetPassword .wpcf7 form input[type='submit'], .wpcf7 form .woocommerce-account .woocommerce-ResetPassword input[type='submit'], .woocommerce-account .woocommerce-ResetPassword .add-to-cart-wrapper .added_to_cart, .add-to-cart-wrapper .woocommerce-account .woocommerce-ResetPassword .added_to_cart, .woocommerce-account .woocommerce-ResetPassword .woocommerce-cart p.return-to-shop a, .woocommerce-cart p.return-to-shop .woocommerce-account .woocommerce-ResetPassword a, .woocommerce-account .woocommerce-ResetPassword .single-product .wc-forward, .single-product .woocommerce-account .woocommerce-ResetPassword .wc-forward, .woocommerce-account .woocommerce-ResetPassword .single-product .summary .woocommerce-Reviews .submit, .single-product .summary .woocommerce-Reviews .woocommerce-account .woocommerce-ResetPassword .submit, .woocommerce-account .woocommerce-ResetPassword .woocommerce-checkout-payment button, .woocommerce-checkout-payment .woocommerce-account .woocommerce-ResetPassword button {
  margin-top: 20px; }

.woocommerce-account .woocommerce-ResetPassword .woocommerce-form-row > label {
  cursor: auto;
  cursor: initial;
  z-index: 2; }

.woocommerce-account .woocommerce-ResetPassword .woocommerce-form-row.focused-input > label {
  top: 12px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  font-size: 12px;
  color: #C6C6C6; }

.woocommerce-account .woocommerce-orders-table th {
  text-align: left; }
  @media (max-width: 639px) {
    .woocommerce-account .woocommerce-orders-table th {
      min-width: 150px; } }
  @media (min-width: 640px) {
    .woocommerce-account .woocommerce-orders-table th {
      text-align: center; } }

.woocommerce-account .woocommerce-orders-table td {
  text-align: left; }
  @media (min-width: 640px) {
    .woocommerce-account .woocommerce-orders-table td {
      text-align: center; } }

.woocommerce-account .woocommerce-customer-details .addresses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px; }
  .woocommerce-account .woocommerce-customer-details .addresses > div {
    width: 100%;
    max-width: none;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none; }
    @media (max-width: 439px) {
      .woocommerce-account .woocommerce-customer-details .addresses > div:not(:last-of-type) {
        margin-bottom: 40px; } }
    @media (min-width: 440px) {
      .woocommerce-account .woocommerce-customer-details .addresses > div {
        width: 50%; } }

.woocommerce-account .woocommerce-order-details th,
.woocommerce-account .woocommerce-order-details td {
  text-align: left;
  padding-left: 0; }

.woocommerce-account .woocommerce-order-details .order-again {
  margin-top: 40px; }

.woocommerce-Addresses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px; }
  .woocommerce-Addresses > div {
    width: 100%;
    max-width: none;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none; }
    @media (max-width: 439px) {
      .woocommerce-Addresses > div:not(:last-of-type) {
        margin-bottom: 40px; } }
    @media (min-width: 440px) {
      .woocommerce-Addresses > div {
        width: 50%; } }

.woocommerce-Address-title {
  font-size: 1.2rem; }
  .woocommerce-Address-title h3 {
    font-size: inherit; }
  .woocommerce-Address-title a {
    position: absolute;
    top: 0;
    right: 0;
    font-size: .75rem;
    padding: 0 5px; }

.woocommerce-MyAccount-navigation {
  margin-bottom: 40px; }
  @media (min-width: 840px) {
    .woocommerce-MyAccount-navigation {
      margin-bottom: 0; } }
  .woocommerce-MyAccount-navigation ul {
    background-color: #ffffff;
    list-style: none;
    padding: 0;
    -webkit-box-shadow: 0 0 13px rgba(181, 181, 181, 0.3);
            box-shadow: 0 0 13px rgba(181, 181, 181, 0.3); }
  .woocommerce-MyAccount-navigation-link {
    display: inline-block;
    min-width: 100px;
    width: 100%; }
    @media (min-width: 1340px) {
      .woocommerce-MyAccount-navigation-link {
        display: block; } }
    .woocommerce-MyAccount-navigation-link.is-active a, .woocommerce-MyAccount-navigation-link:hover a {
      background-color: #1374A8;
      color: #ffffff; }
      .woocommerce-MyAccount-navigation-link.is-active a::before, .woocommerce-MyAccount-navigation-link:hover a::before {
        -webkit-filter: brightness(1);
                filter: brightness(1); }
    .woocommerce-MyAccount-navigation-link a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 6px 10px;
      background-color: #ffffff;
      color: gray;
      text-transform: uppercase;
      text-decoration: none;
      min-height: 50px; }
      @media (min-width: 640px) {
        .woocommerce-MyAccount-navigation-link a {
          font-size: 14px;
          padding: 8px 15px; } }
      .woocommerce-MyAccount-navigation-link a::before {
        content: '';
        display: inline-block;
        margin-right: 10px;
        margin-top: -2px;
        height: 15px;
        min-width: 15px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        -webkit-filter: brightness(0);
                filter: brightness(0);
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
    .woocommerce-MyAccount-navigation-link--dashboard a::before {
      background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path fill="white" d="M411.56 173.94l-97.09 119.94c-8.09-3.69-17-5.88-26.47-5.88-35.35 0-64 28.65-64 64s28.65 64 64 64 64-28.65 64-64c0-14.26-4.82-27.3-12.71-37.94l97.14-120c5.56-6.86 4.5-16.94-2.38-22.5-6.89-5.54-16.93-4.5-22.49 2.38zM288 384c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm0-352C128.94 32 0 160.94 0 320c0 52.8 14.25 102.26 39.06 144.8 5.61 9.62 16.3 15.2 27.44 15.2h443c11.14 0 21.83-5.58 27.44-15.2C561.75 422.26 576 372.8 576 320c0-159.06-128.94-288-288-288zm221.5 416l-442.8.68C44 409.75 32 365.26 32 320 32 178.84 146.84 64 288 64s256 114.84 256 256c0 45.26-12 89.75-34.5 128z"></path></svg>'); }
    .woocommerce-MyAccount-navigation-link--orders a::before {
      background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><path fill="white" d="M369.9 97.9L286 14C277 5 264.8-.1 252.1-.1H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V131.9c0-12.7-5.1-25-14.1-34zm-22.6 22.7c2.1 2.1 3.5 4.6 4.2 7.4H256V32.5c2.8.7 5.3 2.1 7.4 4.2l83.9 83.9zM336 480H48c-8.8 0-16-7.2-16-16V48c0-8.8 7.2-16 16-16h176v104c0 13.3 10.7 24 24 24h104v304c0 8.8-7.2 16-16 16zm-48-244v8c0 6.6-5.4 12-12 12H108c-6.6 0-12-5.4-12-12v-8c0-6.6 5.4-12 12-12h168c6.6 0 12 5.4 12 12zm0 64v8c0 6.6-5.4 12-12 12H108c-6.6 0-12-5.4-12-12v-8c0-6.6 5.4-12 12-12h168c6.6 0 12 5.4 12 12zm0 64v8c0 6.6-5.4 12-12 12H108c-6.6 0-12-5.4-12-12v-8c0-6.6 5.4-12 12-12h168c6.6 0 12 5.4 12 12z"></path></svg>'); }
    .woocommerce-MyAccount-navigation-link--downloads a::before {
      background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="white" d="M452 432c0 11-9 20-20 20s-20-9-20-20 9-20 20-20 20 9 20 20zm-84-20c-11 0-20 9-20 20s9 20 20 20 20-9 20-20-9-20-20-20zm144-48v104c0 24.3-19.7 44-44 44H44c-24.3 0-44-19.7-44-44V364c0-24.3 19.7-44 44-44h99.4L87 263.6c-25.2-25.2-7.3-68.3 28.3-68.3H168V40c0-22.1 17.9-40 40-40h96c22.1 0 40 17.9 40 40v155.3h52.7c35.6 0 53.4 43.1 28.3 68.3L368.6 320H468c24.3 0 44 19.7 44 44zm-261.7 17.7c3.1 3.1 8.2 3.1 11.3 0L402.3 241c5-5 1.5-13.7-5.7-13.7H312V40c0-4.4-3.6-8-8-8h-96c-4.4 0-8 3.6-8 8v187.3h-84.7c-7.1 0-10.7 8.6-5.7 13.7l140.7 140.7zM480 364c0-6.6-5.4-12-12-12H336.6l-52.3 52.3c-15.6 15.6-41 15.6-56.6 0L175.4 352H44c-6.6 0-12 5.4-12 12v104c0 6.6 5.4 12 12 12h424c6.6 0 12-5.4 12-12V364z"></path></svg>'); }
    .woocommerce-MyAccount-navigation-link--edit-address a::before {
      background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path fill="white" d="M512 32H64C28.7 32 0 60.7 0 96v320c0 35.3 28.7 64 64 64h448c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64zm32 384c0 17.6-14.4 32-32 32H64c-17.6 0-32-14.4-32-32V96c0-17.6 14.4-32 32-32h448c17.6 0 32 14.4 32 32v320zm-72-128H360c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8h112c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8zm0-64H360c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8h112c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8zm0-64H360c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8h112c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8zM208 288c44.2 0 80-35.8 80-80s-35.8-80-80-80-80 35.8-80 80 35.8 80 80 80zm0-128c26.5 0 48 21.5 48 48s-21.5 48-48 48-48-21.5-48-48 21.5-48 48-48zm46.8 144c-19.5 0-24.4 7-46.8 7s-27.3-7-46.8-7c-21.2 0-41.8 9.4-53.8 27.4C100.2 342.1 96 355 96 368.9V392c0 4.4 3.6 8 8 8h16c4.4 0 8-3.6 8-8v-23.1c0-7 2.1-13.8 6-19.6 5.6-8.3 15.8-13.2 27.3-13.2 12.4 0 20.8 7 46.8 7 25.9 0 34.3-7 46.8-7 11.5 0 21.7 5 27.3 13.2 3.9 5.8 6 12.6 6 19.6V392c0 4.4 3.6 8 8 8h16c4.4 0 8-3.6 8-8v-23.1c0-13.9-4.2-26.8-11.4-37.5-12.3-18-32.9-27.4-54-27.4z"></path></svg>'); }
    .woocommerce-MyAccount-navigation-link--payment-methods a::before {
      width: 24px;
      height: 24px;
      margin-left: -3px;
      opacity: 0.8;
      background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill-rule="evenodd" fill="white" d="M5.5 9.5v-2h13v2h-13zm0 3v4h13v-4h-13zM4 7a1 1 0 011-1h14a1 1 0 011 1v10a1 1 0 01-1 1H5a1 1 0 01-1-1V7z" clip-rule="evenodd"></path></svg>'); }
    .woocommerce-MyAccount-navigation-link--edit-account a::before {
      background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="white" d="M313.6 288c-28.7 0-42.5 16-89.6 16-47.1 0-60.8-16-89.6-16C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-41.6c0-74.2-60.2-134.4-134.4-134.4zM416 464c0 8.8-7.2 16-16 16H48c-8.8 0-16-7.2-16-16v-41.6C32 365.9 77.9 320 134.4 320c19.6 0 39.1 16 89.6 16 50.4 0 70-16 89.6-16 56.5 0 102.4 45.9 102.4 102.4V464zM224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm0-224c52.9 0 96 43.1 96 96s-43.1 96-96 96-96-43.1-96-96 43.1-96 96-96z"></path></svg>'); }
    .woocommerce-MyAccount-navigation-link--customer-logout a::before {
      background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="white" d="M160 217.1c0-8.8 7.2-16 16-16h144v-93.9c0-7.1 8.6-10.7 13.6-5.7l141.6 143.1c6.3 6.3 6.3 16.4 0 22.7L333.6 410.4c-5 5-13.6 1.5-13.6-5.7v-93.9H176c-8.8 0-16-7.2-16-16v-77.7m-32 0v77.7c0 26.5 21.5 48 48 48h112v61.9c0 35.5 43 53.5 68.2 28.3l141.7-143c18.8-18.8 18.8-49.2 0-68L356.2 78.9c-25.1-25.1-68.2-7.3-68.2 28.3v61.9H176c-26.5 0-48 21.6-48 48zM0 112v288c0 26.5 21.5 48 48 48h132c6.6 0 12-5.4 12-12v-8c0-6.6-5.4-12-12-12H48c-8.8 0-16-7.2-16-16V112c0-8.8 7.2-16 16-16h132c6.6 0 12-5.4 12-12v-8c0-6.6-5.4-12-12-12H48C21.5 64 0 85.5 0 112z"></path></svg>'); }

.woocommerce-MyAccount-content {
  overflow: auto; }
  @media (min-width: 1340px) {
    .woocommerce-MyAccount-content {
      margin-bottom: 1.5rem; } }
  .woocommerce-MyAccount-content mark {
    line-height: normal; }

.woocommerce-OrderUpdates {
  list-style: none;
  padding-left: 0;
  padding-top: 1.5rem; }

.woocommerce-OrderUpdate {
  margin-top: 0 !important;
  margin-bottom: 1.5rem; }
  .woocommerce-OrderUpdate-inner {
    position: relative; }
  .woocommerce-OrderUpdate-text {
    border-left: 4px solid rgba(0, 0, 0, 0.15);
    padding: 5px 15px; }
  .woocommerce-OrderUpdate-meta {
    position: absolute;
    right: 0;
    bottom: 100%;
    margin-bottom: 0;
    font-size: 80%; }
  .woocommerce-OrderUpdate-description p {
    margin-bottom: .5rem; }
    .woocommerce-OrderUpdate-description p:last-child {
      margin-bottom: 0; }

.woocommerce-checkout input[type='checkbox'] {
  width: 20px !important;
  height: 20px !important;
  display: inline-block !important;
  min-height: auto !important;
  margin-right: 5px; }

.woocommerce-checkout .checkbox {
  left: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 639px) {
    .woocommerce-checkout .checkbox {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  .woocommerce-checkout .checkbox input[type='checkbox'] {
    margin-right: 10px; }

.woocommerce-checkout input,
.woocommerce-checkout textarea {
  color: #868686; }
  .woocommerce-checkout input::-webkit-input-placeholder,
  .woocommerce-checkout textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: transparent; }
  .woocommerce-checkout input::-moz-placeholder,
  .woocommerce-checkout textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: transparent; }
  .woocommerce-checkout input:-ms-input-placeholder,
  .woocommerce-checkout textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: transparent; }
  .woocommerce-checkout input:-moz-placeholder,
  .woocommerce-checkout textarea:-moz-placeholder {
    /* Firefox 18- */
    color: transparent; }

.woocommerce-checkout form.woocommerce-checkout {
  margin-top: 40px; }
  .woocommerce-checkout form.woocommerce-checkout .required {
    border: none;
    text-decoration: none; }
  .woocommerce-checkout form.woocommerce-checkout label,
  .woocommerce-checkout form.woocommerce-checkout input {
    cursor: auto; }

.woocommerce-checkout .side-cart-container {
  display: none; }

.woocommerce-checkout .am2-back-to-shop--checkout {
  margin-bottom: 40px; }

.woocommerce-checkout .woocommerce-form-coupon-toggle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }
  .woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.woocommerce-checkout .woocommerce-form-coupon > p:first-child {
  margin-top: 10px; }

.woocommerce-checkout .checkout_coupon input {
  position: relative;
  min-height: 56px;
  padding: 0;
  z-index: 1;
  padding: 0 10px;
  background-color: transparent;
  border: 1px solid #E5E5E5;
  border-radius: 5px; }

.woocommerce-checkout .optional {
  display: none; }

.woocommerce-checkout .card + .card {
  margin-top: 65px; }

.woocommerce-checkout .entry-header {
  margin-top: .5rem;
  margin-bottom: 2.5rem; }

.woocommerce-checkout .entry-title {
  margin-bottom: 0;
  padding-top: 1rem;
  text-align: center; }

.woocommerce-checkout .entry-content {
  margin-bottom: 3rem; }

.woocommerce-checkout .woocommerce-NoticeGroup {
  margin-bottom: 50px; }

.woocommerce-checkout #billing_country_field,
.woocommerce-checkout #shipping_country_field {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  padding: 0;
  z-index: 1;
  padding: 22px 24px 4px 24px;
  background-color: transparent;
  border: 1px solid #E5E5E5;
  border-radius: 5px; }
  .woocommerce-checkout #billing_country_field strong,
  .woocommerce-checkout #shipping_country_field strong {
    color: #868686;
    font-weight: 500;
    margin-top: 6px; }
  .woocommerce-checkout #billing_country_field label,
  .woocommerce-checkout #shipping_country_field label {
    top: 5px !important;
    font-size: 12px !important;
    color: #C6C6C6 !important; }

.woocommerce-checkout .button#place_order, .woocommerce-checkout .wpcf7 form input#place_order[type='submit'], .wpcf7 form .woocommerce-checkout input#place_order[type='submit'], .woocommerce-checkout .add-to-cart-wrapper #place_order.added_to_cart, .add-to-cart-wrapper .woocommerce-checkout #place_order.added_to_cart, .woocommerce-checkout .woocommerce-cart p.return-to-shop a#place_order, .woocommerce-cart p.return-to-shop .woocommerce-checkout a#place_order, .woocommerce-checkout .single-product #place_order.wc-forward, .single-product .woocommerce-checkout #place_order.wc-forward, .woocommerce-checkout .single-product .summary .woocommerce-Reviews #place_order.submit, .single-product .summary .woocommerce-Reviews .woocommerce-checkout #place_order.submit, .woocommerce-checkout .woocommerce-checkout-payment button#place_order, .woocommerce-checkout-payment .woocommerce-checkout button#place_order {
  width: 100%;
  font-size: 15px;
  margin-top: 40px;
  text-transform: uppercase; }

.woocommerce-checkout .create-account {
  width: 100%; }

.woocommerce-checkout .woocommerce-account-fields {
  margin-top: 20px; }
  .woocommerce-checkout .woocommerce-account-fields label {
    z-index: 2 !important; }
  .woocommerce-checkout .woocommerce-account-fields input + div {
    margin-top: 10px;
    color: #868686; }

@media (min-width: 1340px) {
  .order-review {
    position: -webkit-sticky;
    position: sticky;
    top: 90px; } }

.order-review__heading {
  margin-top: .5rem;
  margin-bottom: 1rem; }

.woocommerce-checkout-review-order-table {
  margin-bottom: 1rem;
  border-top: 0; }
  .woocommerce-checkout-review-order-table thead th {
    border-bottom-width: 1px; }
  .woocommerce-checkout-review-order-table tfoot .order-total .woocommerce-Price-amount {
    color: #0A5984; }
  .woocommerce-checkout-review-order-table tfoot th {
    text-align: left; }
  .woocommerce-checkout-review-order-table tfoot td:last-child,
  .woocommerce-checkout-review-order-table .product-total {
    text-align: right; }
  .woocommerce-checkout-review-order-table .product-name {
    text-align: left; }

.woocommerce-shipping-methods li {
  position: relative;
  list-style: none; }

.shop_table {
  border: none; }
  .shop_table--count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #EDEDED; }
    .shop_table--count h2 {
      margin: 0;
      font-family: 'Rubik-Medium';
      font-size: 18px;
      font-weight: 500;
      color: #606060; }
      @media (min-width: 1025px) {
        .shop_table--count h2 {
          font-size: 25px; } }
  .shop_table .cart_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: 30px 0; }
    .shop_table .cart_item:not(:first-of-type) {
      border-top: 1px solid #EDEDED; }
    .shop_table .cart_item h3 {
      font-family: 'Rubik-Medium';
      font-size: 14px;
      line-height: 1.36;
      font-weight: 500;
      color: #606060;
      margin-bottom: 5px;
      width: 100%; }
      @media (min-width: 1025px) {
        .shop_table .cart_item h3 {
          font-size: 15px; } }
    .shop_table .cart_item .variation {
      display: grid;
      grid-template-columns: auto 1fr;
      color: #A8A8A8;
      font-size: 11px;
      line-height: 1.64;
      margin: 0 0 7px 0; }
      @media (min-width: 1025px) {
        .shop_table .cart_item .variation {
          font-size: 12px; } }
      .shop_table .cart_item .variation dd {
        margin-left: 5px; }
  .shop_table--products .product__image {
    position: relative;
    width: 60px;
    height: 60px;
    margin-right: 20px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (min-width: 1340px) {
      .shop_table--products .product__image {
        width: 80px;
        height: 80px; } }
    .shop_table--products .product__image img {
      display: block;
      width: 70%;
      height: auto;
      margin: auto; }
  .shop_table--products .product__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .shop_table--products .product__content > a {
      width: 95%; }
    .shop_table--products .product__content > div {
      width: 100%; }
  .shop_table--products .product__total {
    float: right; }
  .shop_table--products .product__quantity {
    position: absolute;
    top: -8px;
    right: -8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 16px;
    height: 16px;
    color: #fff;
    background-color: #1374A8;
    border-radius: 50%;
    font-size: 11px;
    font-weight: 500; }
    @media (min-width: 1025px) {
      .shop_table--products .product__quantity {
        width: 19px;
        height: 19px;
        font-size: 13px; } }
  .shop_table--calculations .cart-subtotal,
  .shop_table--calculations .tax-total,
  .shop_table--calculations .order-total,
  .shop_table--calculations .cart-shipping,
  .shop_table--calculations .cart-discount {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    margin-bottom: 20px; }
  .shop_table--calculations .cart-shipping {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .shop_table--calculations .cart-shipping > ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; }
    .shop_table--calculations .cart-shipping > p {
      width: 100%;
      text-align: right;
      color: #1374A8; }
      .shop_table--calculations .cart-shipping > p small {
        font-size: 100%; }

.woocommerce-order-received .header,
.woocommerce-order-received .footer {
  display: none; }

.woocommerce-order-received .site-container,
.woocommerce-order-received .content {
  padding-top: 0 !important; }

.woocommerce-order-received .content {
  padding-bottom: 75px; }

.woocommerce-order-received .site-container .alignfull {
  margin-left: calc( -50vw + 50%);
  margin-right: calc( -50vw + 50%); }

.woocommerce-order-received .woocommerce-order__logo {
  background-color: #F7F7F7;
  padding: 40px 0 22px 0;
  text-align: center;
  margin-bottom: 70px; }

.woocommerce-order-received .woocommerce-order__thank-you-content {
  text-align: center; }
  .woocommerce-order-received .woocommerce-order__thank-you-content h2,
  .woocommerce-order-received .woocommerce-order__thank-you-content h3,
  .woocommerce-order-received .woocommerce-order__thank-you-content p {
    margin: 0; }
  .woocommerce-order-received .woocommerce-order__thank-you-content h2,
  .woocommerce-order-received .woocommerce-order__thank-you-content h3 {
    line-height: normal;
    color: #444444; }
    .woocommerce-order-received .woocommerce-order__thank-you-content h2 + p,
    .woocommerce-order-received .woocommerce-order__thank-you-content h3 + p {
      margin-top: 10px; }
  .woocommerce-order-received .woocommerce-order__thank-you-content h2 {
    font-family: 'Rubik-Medium';
    font-weight: 500;
    font-size: 32px; }
    .woocommerce-order-received .woocommerce-order__thank-you-content h2 + h3 {
      margin-top: 22px; }
  .woocommerce-order-received .woocommerce-order__thank-you-content h3 {
    font-family: 'Rubik-Regular';
    font-weight: 400;
    font-size: 18px; }
  .woocommerce-order-received .woocommerce-order__thank-you-content p {
    color: #868686; }

.woocommerce-order-received .woocommerce-order__buttons {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-top: 50px; }
  .woocommerce-order-received .woocommerce-order__buttons > a {
    font-family: 'Rubik-Medium';
    font-weight: 500;
    font-size: 12px;
    min-height: 42px;
    padding-right: 20px;
    padding-left: 20px; }
    @media (min-width: 440px) {
      .woocommerce-order-received .woocommerce-order__buttons > a {
        font-size: 15px; } }
    .woocommerce-order-received .woocommerce-order__buttons > a:not(:first-of-type) {
      margin-top: 16px; }
    .woocommerce-order-received .woocommerce-order__buttons > a.button--transparent, .woocommerce-order-received .add-to-cart-wrapper .woocommerce-order__buttons > a.add_to_cart_button, .add-to-cart-wrapper .woocommerce-order-received .woocommerce-order__buttons > a.add_to_cart_button,
    .woocommerce-order-received .add-to-cart-wrapper .woocommerce-order__buttons > a.added_to_cart, .add-to-cart-wrapper .woocommerce-order-received .woocommerce-order__buttons > a.added_to_cart {
      border: 1px solid rgba(39, 39, 39, 0.85) !important; }
      .woocommerce-order-received .woocommerce-order__buttons > a.button--transparent:hover, .woocommerce-order-received .add-to-cart-wrapper .woocommerce-order__buttons > a.add_to_cart_button:hover, .add-to-cart-wrapper .woocommerce-order-received .woocommerce-order__buttons > a.add_to_cart_button:hover, .woocommerce-order-received .add-to-cart-wrapper .woocommerce-order__buttons > a.added_to_cart:hover, .add-to-cart-wrapper .woocommerce-order-received .woocommerce-order__buttons > a.added_to_cart:hover, .woocommerce-order-received .woocommerce-order__buttons > a.button--transparent:focus, .woocommerce-order-received .add-to-cart-wrapper .woocommerce-order__buttons > a.add_to_cart_button:focus, .add-to-cart-wrapper .woocommerce-order-received .woocommerce-order__buttons > a.add_to_cart_button:focus,
      .woocommerce-order-received .add-to-cart-wrapper .woocommerce-order__buttons > a.added_to_cart:focus, .add-to-cart-wrapper .woocommerce-order-received .woocommerce-order__buttons > a.added_to_cart:focus {
        border-color: #1374A8 !important; }
  .woocommerce-order-received .woocommerce-order__buttons svg {
    width: 20px;
    height: 20px;
    margin-right: 20px; }

.woocommerce-order-received .woocommerce-order__buyer-info {
  border: 1px solid #E5E5E5;
  border-radius: 10px;
  padding: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 780px;
  margin: auto;
  margin-top: 60px; }
  @media (max-width: 639px) {
    .woocommerce-order-received .woocommerce-order__buyer-info {
      padding: 32px 20px; } }
  .woocommerce-order-received .woocommerce-order__buyer-info > div {
    width: 100%; }
    @media (max-width: 439px) {
      .woocommerce-order-received .woocommerce-order__buyer-info > div:not(:first-of-type) {
        margin-top: 20px; } }
    @media (min-width: 440px) {
      .woocommerce-order-received .woocommerce-order__buyer-info > div {
        width: 50%; } }
    @media (min-width: 840px) {
      .woocommerce-order-received .woocommerce-order__buyer-info > div {
        width: 33.33%; } }
    @media (min-width: 840px) {
      .woocommerce-order-received .woocommerce-order__buyer-info > div:nth-of-type(n + 4) {
        margin-top: 34px; } }
    @media (min-width: 440px) and (max-width: 839px) {
      .woocommerce-order-received .woocommerce-order__buyer-info > div:nth-of-type(n + 3) {
        margin-top: 34px; } }
    .woocommerce-order-received .woocommerce-order__buyer-info > div p {
      font-family: 'Rubik-Medium';
      font-weight: 500;
      font-size: 16px;
      color: #444444;
      margin: 0;
      word-break: break-all; }
      @media (min-width: 440px) {
        .woocommerce-order-received .woocommerce-order__buyer-info > div p {
          padding-right: 20px; } }
      .woocommerce-order-received .woocommerce-order__buyer-info > div p:first-of-type {
        font-family: 'Rubik-Regular';
        font-weight: 400;
        font-size: 12px;
        line-height: 1.3;
        color: #868686; }

.woocommerce-order-received .woocommerce-order .woocommerce-customer-details {
  margin: 60px 0; }
  .woocommerce-order-received .woocommerce-order .woocommerce-customer-details > .woocommerce-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 780px;
    margin: auto; }
    @media (max-width: 639px) {
      .woocommerce-order-received .woocommerce-order .woocommerce-customer-details > .woocommerce-columns {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    .woocommerce-order-received .woocommerce-order .woocommerce-customer-details > .woocommerce-columns > div {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 100%;
      max-width: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      @media (min-width: 640px) {
        .woocommerce-order-received .woocommerce-order .woocommerce-customer-details > .woocommerce-columns > div {
          width: 50%; } }
      .woocommerce-order-received .woocommerce-order .woocommerce-customer-details > .woocommerce-columns > div h2 {
        font-family: 'Rubik-Medium';
        font-weight: 500;
        font-size: 25px;
        line-height: normal;
        width: 100%;
        color: #444444; }
        @media (max-width: 639px) {
          .woocommerce-order-received .woocommerce-order .woocommerce-customer-details > .woocommerce-columns > div h2 {
            padding: 0 20px; } }
        .woocommerce-order-received .woocommerce-order .woocommerce-customer-details > .woocommerce-columns > div h2:after {
          display: none; }
      .woocommerce-order-received .woocommerce-order .woocommerce-customer-details > .woocommerce-columns > div:first-of-type address {
        border-radius: 5px; }
        @media (min-width: 640px) {
          .woocommerce-order-received .woocommerce-order .woocommerce-customer-details > .woocommerce-columns > div:first-of-type address {
            border-right: 0;
            border-radius: 5px 0 0 5px; } }
      @media (max-width: 639px) {
        .woocommerce-order-received .woocommerce-order .woocommerce-customer-details > .woocommerce-columns > div:last-of-type {
          margin-top: 20px; } }
      .woocommerce-order-received .woocommerce-order .woocommerce-customer-details > .woocommerce-columns > div:last-of-type address {
        border-radius: 5px; }
        @media (min-width: 640px) {
          .woocommerce-order-received .woocommerce-order .woocommerce-customer-details > .woocommerce-columns > div:last-of-type address {
            border-left: 0;
            border-radius: 0 5px 5px 0; } }
    .woocommerce-order-received .woocommerce-order .woocommerce-customer-details > .woocommerce-columns address {
      border: 1px solid #E5E5E5;
      padding: 20px;
      -webkit-box-flex: 2;
          -ms-flex: 2;
              flex: 2;
      font-style: normal;
      color: #444444;
      font-size: 16px;
      line-height: 1.5; }
      .woocommerce-order-received .woocommerce-order .woocommerce-customer-details > .woocommerce-columns address p {
        width: 100%;
        margin: 0; }
  .woocommerce-order-received .woocommerce-order .woocommerce-customer-details--phone, .woocommerce-order-received .woocommerce-order .woocommerce-customer-details--email {
    color: #1374A8; }

.woocommerce-order-received .woocommerce-order .woocommerce-order-details {
  max-width: 780px;
  margin: auto; }
  .woocommerce-order-received .woocommerce-order .woocommerce-order-details > h2 {
    font-family: 'Rubik-Medium';
    font-weight: 500;
    font-size: 25px;
    line-height: normal;
    margin-bottom: 20px;
    color: #444444; }
    @media (max-width: 639px) {
      .woocommerce-order-received .woocommerce-order .woocommerce-order-details > h2 {
        padding: 0 20px; } }
  .woocommerce-order-received .woocommerce-order .woocommerce-order-details > table {
    border: 1px solid #E5E5E5;
    border-radius: 5px;
    border-collapse: inherit; }
    .woocommerce-order-received .woocommerce-order .woocommerce-order-details > table thead {
      background-color: #F7F7F7; }
      .woocommerce-order-received .woocommerce-order .woocommerce-order-details > table thead th {
        font-family: 'Rubik-Medium';
        font-weight: 500;
        border-bottom: 2px solid #E5E5E5;
        text-align: left;
        padding: 18px 20px;
        color: #444444; }
        .woocommerce-order-received .woocommerce-order .woocommerce-order-details > table thead th:last-of-type {
          text-align: right; }
    .woocommerce-order-received .woocommerce-order .woocommerce-order-details > table tbody tr:not(:last-of-type) td {
      border-bottom: 1px solid #E5E5E5; }
    .woocommerce-order-received .woocommerce-order .woocommerce-order-details > table tbody tr td {
      font-size: 14px;
      padding: 16px 20px;
      color: #444444; }
      .woocommerce-order-received .woocommerce-order .woocommerce-order-details > table tbody tr td:last-of-type {
        text-align: right; }
      .woocommerce-order-received .woocommerce-order .woocommerce-order-details > table tbody tr td a {
        color: #444444; }
      .woocommerce-order-received .woocommerce-order .woocommerce-order-details > table tbody tr td ul {
        padding-left: 0px; }
        .woocommerce-order-received .woocommerce-order .woocommerce-order-details > table tbody tr td ul li {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          list-style: none;
          font-size: 12px; }
          .woocommerce-order-received .woocommerce-order .woocommerce-order-details > table tbody tr td ul li strong {
            margin-right: 5px; }
    .woocommerce-order-received .woocommerce-order .woocommerce-order-details > table tfoot tr:last-of-type {
      background-color: #F7F7F7; }
      .woocommerce-order-received .woocommerce-order .woocommerce-order-details > table tfoot tr:last-of-type th,
      .woocommerce-order-received .woocommerce-order .woocommerce-order-details > table tfoot tr:last-of-type td {
        border-top: 2px solid #E5E5E5; }
      .woocommerce-order-received .woocommerce-order .woocommerce-order-details > table tfoot tr:last-of-type td {
        font-family: 'Rubik-Medium';
        font-weight: 500;
        font-size: 16px; }
    .woocommerce-order-received .woocommerce-order .woocommerce-order-details > table tfoot tr th {
      font-family: 'Rubik-Medium';
      font-weight: 500;
      font-size: 16px;
      text-align: left;
      padding: 16px 20px; }
    .woocommerce-order-received .woocommerce-order .woocommerce-order-details > table tfoot tr td {
      font-size: 14px;
      text-align: right;
      padding: 16px 20px; }

.woocommerce-checkout-payment .form-row {
  margin-left: 0;
  margin-right: 0; }

.woocommerce-checkout-payment input[type='radio'] + label::before {
  top: 8px; }

.woocommerce-checkout-payment input[type='radio'] + label::after {
  top: 13px; }

.woocommerce-checkout-payment input[type='checkbox'] {
  width: 20px !important;
  height: 20px !important;
  display: inline-block !important;
  min-height: auto !important;
  margin-right: 5px; }

.woocommerce-checkout-payment .checkbox {
  left: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 639px) {
    .woocommerce-checkout-payment .checkbox {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  .woocommerce-checkout-payment .checkbox input[type='checkbox'] {
    margin-right: 10px; }

.woocommerce-checkout-payment .woocommerce-SavedPaymentMethods-saveNew label,
.woocommerce-checkout-payment .wc-credit-card-form label {
  font-weight: 400 !important;
  padding-left: 0 !important; }

.woocommerce-checkout-payment .woocommerce-SavedPaymentMethods-saveNew {
  min-height: auto !important; }
  .woocommerce-checkout-payment .woocommerce-SavedPaymentMethods-saveNew label {
    padding: 0 !important;
    vertical-align: top; }

.wc_payment_methods {
  list-style: none;
  padding-left: 0; }
  .wc_payment_methods li:not(.woocommerce-notice) {
    background-color: transparent;
    padding: 20px;
    border: 1px solid #E5E5E5; }
    .wc_payment_methods li:not(.woocommerce-notice) .payment_box {
      will-change: height;
      width: 100%;
      padding: 1.3rem 0; }
      .wc_payment_methods li:not(.woocommerce-notice) .payment_box label {
        position: static; }
    .wc_payment_methods li:not(.woocommerce-notice) label {
      position: relative;
      display: block;
      min-height: 1.70rem;
      padding-top: .5rem;
      padding-left: 1.5rem;
      padding-bottom: .5rem;
      margin-bottom: 0;
      margin-left: 0;
      font-weight: bold; }
      .wc_payment_methods li:not(.woocommerce-notice) label img {
        float: right;
        max-width: 120px;
        margin-top: calc( -0.5rem / 2);
        margin-right: 5px; }
  .wc_payment_methods li:not(:first-of-type) {
    border-top: none; }
  .wc_payment_methods fieldset {
    border: none;
    padding: 10px 0; }
  .wc_payment_methods input[type='checkbox'] + label::before,
  .wc_payment_methods input[type='checkbox'] + label::after {
    display: none; }


/*# sourceMappingURL=frontend.css.map*/