@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret, .hbspt-form .hs-button > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table, .main-content__section > .table-responsive > table,
  .page-article > .table-responsive > table {
    border-collapse: collapse !important;
  }
  .table td, .main-content__section > .table-responsive > table td,
  .page-article > .table-responsive > table td,
  .table th,
  .main-content__section > .table-responsive > table th,
  .page-article > .table-responsive > table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #222;
  background-color: #f5f5f5;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #6d02d0;
  text-decoration: none;
}
a:hover, a:focus {
  color: rgb(69.2928571429, 1.2714285714, 132.2285714286);
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive, .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img, .team-logo__img {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 3px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.6;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 3px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 25px;
  margin-bottom: 25px;
  border: 0;
  border-top: 1px solid rgb(238.425, 238.425, 238.425);
}

.sr-only, .reset_variations, .hbspt-form .hs-form-booleancheckbox .hs-form-booleancheckbox-display .hs-input, .checkbox-wrap .nf-field-element input, .hbspt-form .hs-form-booleancheckbox .nf-field-element input, .input-radio,
.input-checkbox {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1.1;
  color: #02d0b6;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: rgb(119.085, 119.085, 119.085);
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 25px;
  margin-bottom: 12.5px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 12.5px;
  margin-bottom: 12.5px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 41px;
}

h2, .h2 {
  font-size: 34px;
}

h3, .h3 {
  font-size: 28px;
}

h4, .h4 {
  font-size: 20px;
}

h5, .h5 {
  font-size: 16px;
}

h6, .h6 {
  font-size: 14px;
}

p {
  margin: 0 0 12.5px;
}

.lead {
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}

small,
.small {
  font-size: 100%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: rgb(119.085, 119.085, 119.085);
}

.text-primary {
  color: #02d0b6;
}

a.text-primary:hover,
a.text-primary:focus {
  color: rgb(1.5142857143, 157.4857142857, 137.8);
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: rgb(42.808988764, 84.191011236, 43.5224719101);
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: rgb(35.984375, 82.25, 105.015625);
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: rgb(102.2741116751, 80.7817258883, 43.7258883249);
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: rgb(132.3234042553, 53.2425531915, 51.6765957447);
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #02d0b6;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: rgb(1.5142857143, 157.4857142857, 137.8);
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: rgb(192.7777777778, 225.8333333333, 179.1666666667);
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: rgb(174.8695652174, 217.0434782609, 238.1304347826);
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: rgb(247.064516129, 236.4838709677, 180.935483871);
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: rgb(227.5869565217, 185.4130434783, 185.4130434783);
}

.page-header {
  padding-bottom: 11.5px;
  margin: 50px 0 25px;
  border-bottom: 1px solid rgb(238.425, 238.425, 238.425);
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 12.5px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled, .mainnav-left-hover-modal ul, .mainnav-left-hover > li > .sub-menu .menu-item {
  padding-left: 0;
  list-style: none;
}

.list-inline, .social-networks__list {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li, .social-networks__list > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 25px;
}

dt,
dd {
  line-height: 1.6;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted rgb(119.085, 119.085, 119.085);
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 12.5px 25px;
  margin: 0 0 25px;
  font-size: 20px;
  border-left: 5px solid transparent;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.6;
  color: rgb(119.085, 119.085, 119.085);
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid transparent;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: " —";
}

address {
  margin-bottom: 25px;
  font-style: normal;
  line-height: 1.6;
}

.container, .cookie-notice-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.container:before, .cookie-notice-container:before, .container:after, .cookie-notice-container:after {
  content: " ";
  display: table;
}
.container:after, .cookie-notice-container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container, .cookie-notice-container {
    width: 740px;
  }
}
@media (min-width: 992px) {
  .container, .cookie-notice-container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .cookie-notice-container {
    width: 1160px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -10px;
  margin-right: -10px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: rgb(119.085, 119.085, 119.085);
  text-align: left;
}

th {
  text-align: left;
}

.table, .main-content__section > .table-responsive > table,
.page-article > .table-responsive > table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 25px;
}
.table > thead > tr > th, .main-content__section > .table-responsive > table > thead > tr > th,
.page-article > .table-responsive > table > thead > tr > th,
.table > thead > tr > td,
.main-content__section > .table-responsive > table > thead > tr > td,
.page-article > .table-responsive > table > thead > tr > td,
.table > tbody > tr > th,
.main-content__section > .table-responsive > table > tbody > tr > th,
.page-article > .table-responsive > table > tbody > tr > th,
.table > tbody > tr > td,
.main-content__section > .table-responsive > table > tbody > tr > td,
.page-article > .table-responsive > table > tbody > tr > td,
.table > tfoot > tr > th,
.main-content__section > .table-responsive > table > tfoot > tr > th,
.page-article > .table-responsive > table > tfoot > tr > th,
.table > tfoot > tr > td,
.main-content__section > .table-responsive > table > tfoot > tr > td,
.page-article > .table-responsive > table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.6;
  vertical-align: top;
  border-top: 1px solid #ececec;
}
.table > thead > tr > th, .main-content__section > .table-responsive > table > thead > tr > th,
.page-article > .table-responsive > table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ececec;
}
.table > caption + thead > tr:first-child > th, .main-content__section > .table-responsive > table > caption + thead > tr:first-child > th,
.page-article > .table-responsive > table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.main-content__section > .table-responsive > table > caption + thead > tr:first-child > td,
.page-article > .table-responsive > table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.main-content__section > .table-responsive > table > colgroup + thead > tr:first-child > th,
.page-article > .table-responsive > table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.main-content__section > .table-responsive > table > colgroup + thead > tr:first-child > td,
.page-article > .table-responsive > table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.main-content__section > .table-responsive > table > thead:first-child > tr:first-child > th,
.page-article > .table-responsive > table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.main-content__section > .table-responsive > table > thead:first-child > tr:first-child > td,
.page-article > .table-responsive > table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody, .main-content__section > .table-responsive > table > tbody + tbody,
.page-article > .table-responsive > table > tbody + tbody {
  border-top: 2px solid #ececec;
}
.table .table, .main-content__section > .table-responsive > table .table,
.page-article > .table-responsive > table .table, .table .main-content__section > .table-responsive > table, .main-content__section > .table-responsive > table .main-content__section > .table-responsive > table,
.page-article > .table-responsive > table .main-content__section > .table-responsive > table,
.table .page-article > .table-responsive > table,
.main-content__section > .table-responsive > table .page-article > .table-responsive > table,
.page-article > .table-responsive > table .page-article > .table-responsive > table {
  background-color: #f5f5f5;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ececec;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ececec;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd), .main-content__section > .table-responsive > table > tbody > tr:nth-of-type(odd),
.page-article > .table-responsive > table > tbody > tr:nth-of-type(odd) {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*=col-] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*=col-],
table th[class*=col-] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active, .main-content__section > .table-responsive > table > thead > tr > td.active,
.page-article > .table-responsive > table > thead > tr > td.active,
.table > thead > tr > th.active,
.main-content__section > .table-responsive > table > thead > tr > th.active,
.page-article > .table-responsive > table > thead > tr > th.active, .table > thead > tr.active > td, .main-content__section > .table-responsive > table > thead > tr.active > td,
.page-article > .table-responsive > table > thead > tr.active > td, .table > thead > tr.active > th, .main-content__section > .table-responsive > table > thead > tr.active > th,
.page-article > .table-responsive > table > thead > tr.active > th,
.table > tbody > tr > td.active,
.main-content__section > .table-responsive > table > tbody > tr > td.active,
.page-article > .table-responsive > table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.main-content__section > .table-responsive > table > tbody > tr > th.active,
.page-article > .table-responsive > table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.main-content__section > .table-responsive > table > tbody > tr.active > td,
.page-article > .table-responsive > table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.main-content__section > .table-responsive > table > tbody > tr.active > th,
.page-article > .table-responsive > table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.main-content__section > .table-responsive > table > tfoot > tr > td.active,
.page-article > .table-responsive > table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.main-content__section > .table-responsive > table > tfoot > tr > th.active,
.page-article > .table-responsive > table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.main-content__section > .table-responsive > table > tfoot > tr.active > td,
.page-article > .table-responsive > table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.main-content__section > .table-responsive > table > tfoot > tr.active > th,
.page-article > .table-responsive > table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: rgb(232.25, 232.25, 232.25);
}

.table > thead > tr > td.success, .main-content__section > .table-responsive > table > thead > tr > td.success,
.page-article > .table-responsive > table > thead > tr > td.success,
.table > thead > tr > th.success,
.main-content__section > .table-responsive > table > thead > tr > th.success,
.page-article > .table-responsive > table > thead > tr > th.success, .table > thead > tr.success > td, .main-content__section > .table-responsive > table > thead > tr.success > td,
.page-article > .table-responsive > table > thead > tr.success > td, .table > thead > tr.success > th, .main-content__section > .table-responsive > table > thead > tr.success > th,
.page-article > .table-responsive > table > thead > tr.success > th,
.table > tbody > tr > td.success,
.main-content__section > .table-responsive > table > tbody > tr > td.success,
.page-article > .table-responsive > table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.main-content__section > .table-responsive > table > tbody > tr > th.success,
.page-article > .table-responsive > table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.main-content__section > .table-responsive > table > tbody > tr.success > td,
.page-article > .table-responsive > table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.main-content__section > .table-responsive > table > tbody > tr.success > th,
.page-article > .table-responsive > table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.main-content__section > .table-responsive > table > tfoot > tr > td.success,
.page-article > .table-responsive > table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.main-content__section > .table-responsive > table > tfoot > tr > th.success,
.page-article > .table-responsive > table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.main-content__section > .table-responsive > table > tfoot > tr.success > td,
.page-article > .table-responsive > table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.main-content__section > .table-responsive > table > tfoot > tr.success > th,
.page-article > .table-responsive > table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: rgb(207.8888888889, 232.9166666667, 197.5833333333);
}

.table > thead > tr > td.info, .main-content__section > .table-responsive > table > thead > tr > td.info,
.page-article > .table-responsive > table > thead > tr > td.info,
.table > thead > tr > th.info,
.main-content__section > .table-responsive > table > thead > tr > th.info,
.page-article > .table-responsive > table > thead > tr > th.info, .table > thead > tr.info > td, .main-content__section > .table-responsive > table > thead > tr.info > td,
.page-article > .table-responsive > table > thead > tr.info > td, .table > thead > tr.info > th, .main-content__section > .table-responsive > table > thead > tr.info > th,
.page-article > .table-responsive > table > thead > tr.info > th,
.table > tbody > tr > td.info,
.main-content__section > .table-responsive > table > tbody > tr > td.info,
.page-article > .table-responsive > table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.main-content__section > .table-responsive > table > tbody > tr > th.info,
.page-article > .table-responsive > table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.main-content__section > .table-responsive > table > tbody > tr.info > td,
.page-article > .table-responsive > table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.main-content__section > .table-responsive > table > tbody > tr.info > th,
.page-article > .table-responsive > table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.main-content__section > .table-responsive > table > tfoot > tr > td.info,
.page-article > .table-responsive > table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.main-content__section > .table-responsive > table > tfoot > tr > th.info,
.page-article > .table-responsive > table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.main-content__section > .table-responsive > table > tfoot > tr.info > td,
.page-article > .table-responsive > table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.main-content__section > .table-responsive > table > tfoot > tr.info > th,
.page-article > .table-responsive > table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: rgb(195.9347826087, 227.0217391304, 242.5652173913);
}

.table > thead > tr > td.warning, .main-content__section > .table-responsive > table > thead > tr > td.warning,
.page-article > .table-responsive > table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.main-content__section > .table-responsive > table > thead > tr > th.warning,
.page-article > .table-responsive > table > thead > tr > th.warning, .table > thead > tr.warning > td, .main-content__section > .table-responsive > table > thead > tr.warning > td,
.page-article > .table-responsive > table > thead > tr.warning > td, .table > thead > tr.warning > th, .main-content__section > .table-responsive > table > thead > tr.warning > th,
.page-article > .table-responsive > table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.main-content__section > .table-responsive > table > tbody > tr > td.warning,
.page-article > .table-responsive > table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.main-content__section > .table-responsive > table > tbody > tr > th.warning,
.page-article > .table-responsive > table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.main-content__section > .table-responsive > table > tbody > tr.warning > td,
.page-article > .table-responsive > table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.main-content__section > .table-responsive > table > tbody > tr.warning > th,
.page-article > .table-responsive > table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.main-content__section > .table-responsive > table > tfoot > tr > td.warning,
.page-article > .table-responsive > table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.main-content__section > .table-responsive > table > tfoot > tr > th.warning,
.page-article > .table-responsive > table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.main-content__section > .table-responsive > table > tfoot > tr.warning > td,
.page-article > .table-responsive > table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.main-content__section > .table-responsive > table > tfoot > tr.warning > th,
.page-article > .table-responsive > table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: rgb(249.5322580645, 242.2419354839, 203.9677419355);
}

.table > thead > tr > td.danger, .main-content__section > .table-responsive > table > thead > tr > td.danger,
.page-article > .table-responsive > table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.main-content__section > .table-responsive > table > thead > tr > th.danger,
.page-article > .table-responsive > table > thead > tr > th.danger, .table > thead > tr.danger > td, .main-content__section > .table-responsive > table > thead > tr.danger > td,
.page-article > .table-responsive > table > thead > tr.danger > td, .table > thead > tr.danger > th, .main-content__section > .table-responsive > table > thead > tr.danger > th,
.page-article > .table-responsive > table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.main-content__section > .table-responsive > table > tbody > tr > td.danger,
.page-article > .table-responsive > table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.main-content__section > .table-responsive > table > tbody > tr > th.danger,
.page-article > .table-responsive > table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.main-content__section > .table-responsive > table > tbody > tr.danger > td,
.page-article > .table-responsive > table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.main-content__section > .table-responsive > table > tbody > tr.danger > th,
.page-article > .table-responsive > table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.main-content__section > .table-responsive > table > tfoot > tr > td.danger,
.page-article > .table-responsive > table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.main-content__section > .table-responsive > table > tfoot > tr > th.danger,
.page-article > .table-responsive > table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.main-content__section > .table-responsive > table > tfoot > tr.danger > td,
.page-article > .table-responsive > table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
.main-content__section > .table-responsive > table > tfoot > tr.danger > th,
.page-article > .table-responsive > table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: rgb(234.7934782609, 203.7065217391, 203.7065217391);
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 18.75px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ececec;
  }
  .table-responsive > .table, .main-content__section > .table-responsive > table,
  .page-article > .table-responsive > table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th, .main-content__section > .table-responsive > table > thead > tr > th,
  .page-article > .table-responsive > table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .main-content__section > .table-responsive > table > thead > tr > td,
  .page-article > .table-responsive > table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .main-content__section > .table-responsive > table > tbody > tr > th,
  .page-article > .table-responsive > table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .main-content__section > .table-responsive > table > tbody > tr > td,
  .page-article > .table-responsive > table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .main-content__section > .table-responsive > table > tfoot > tr > th,
  .page-article > .table-responsive > table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td,
  .main-content__section > .table-responsive > table > tfoot > tr > td,
  .page-article > .table-responsive > table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 25px;
  font-size: 24px;
  line-height: inherit;
  color: #777;
  border: 0;
  border-bottom: 1px solid #c8cacf;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type=search] {
  box-sizing: border-box;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 6px;
  font-size: 16px;
  line-height: 1.6;
  color: #222;
}

.form-control, .wc-pao-addon-wrap .input-text,
.wc-pao-addon-wrap .wc-pao-addon-select, .montonio-payments-country-dropdown, .parcel_machine_checkout select.select, .hbspt-form .hs-input:not([type=checkbox]) {
  display: block;
  width: 100%;
  height: 37px;
  padding: 5px 20px;
  font-size: 16px;
  line-height: 1.6;
  color: #222;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d1ccc7;
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus, .wc-pao-addon-wrap .input-text:focus,
.wc-pao-addon-wrap .wc-pao-addon-select:focus, .montonio-payments-country-dropdown:focus, .parcel_machine_checkout select.select:focus, .hbspt-form .hs-input:focus:not([type=checkbox]) {
  border-color: #00adef;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 173, 239, 0.6);
}
.form-control::-moz-placeholder, .wc-pao-addon-wrap .input-text::-moz-placeholder,
.wc-pao-addon-wrap .wc-pao-addon-select::-moz-placeholder, .montonio-payments-country-dropdown::-moz-placeholder, .parcel_machine_checkout select.select::-moz-placeholder, .hbspt-form .hs-input:not([type=checkbox])::-moz-placeholder {
  color: #777;
  opacity: 1;
}
.form-control:-ms-input-placeholder, .wc-pao-addon-wrap .input-text:-ms-input-placeholder,
.wc-pao-addon-wrap .wc-pao-addon-select:-ms-input-placeholder, .montonio-payments-country-dropdown:-ms-input-placeholder, .parcel_machine_checkout select.select:-ms-input-placeholder, .hbspt-form .hs-input:-ms-input-placeholder:not([type=checkbox]) {
  color: #777;
}
.form-control::-webkit-input-placeholder, .wc-pao-addon-wrap .input-text::-webkit-input-placeholder,
.wc-pao-addon-wrap .wc-pao-addon-select::-webkit-input-placeholder, .montonio-payments-country-dropdown::-webkit-input-placeholder, .parcel_machine_checkout select.select::-webkit-input-placeholder, .hbspt-form .hs-input:not([type=checkbox])::-webkit-input-placeholder {
  color: #777;
}
.form-control::-ms-expand, .wc-pao-addon-wrap .input-text::-ms-expand,
.wc-pao-addon-wrap .wc-pao-addon-select::-ms-expand, .montonio-payments-country-dropdown::-ms-expand, .parcel_machine_checkout select.select::-ms-expand, .hbspt-form .hs-input:not([type=checkbox])::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled], .wc-pao-addon-wrap [disabled].input-text,
.wc-pao-addon-wrap [disabled].wc-pao-addon-select, [disabled].montonio-payments-country-dropdown, .parcel_machine_checkout select[disabled].select, .hbspt-form [disabled].hs-input:not([type=checkbox]), .form-control[readonly], .wc-pao-addon-wrap [readonly].input-text,
.wc-pao-addon-wrap [readonly].wc-pao-addon-select, [readonly].montonio-payments-country-dropdown, .parcel_machine_checkout select[readonly].select, .hbspt-form [readonly].hs-input:not([type=checkbox]), fieldset[disabled] .form-control, fieldset[disabled] .wc-pao-addon-wrap .input-text, .wc-pao-addon-wrap fieldset[disabled] .input-text,
fieldset[disabled] .wc-pao-addon-wrap .wc-pao-addon-select,
.wc-pao-addon-wrap fieldset[disabled] .wc-pao-addon-select, fieldset[disabled] .montonio-payments-country-dropdown, fieldset[disabled] .parcel_machine_checkout select.select, .parcel_machine_checkout fieldset[disabled] select.select, fieldset[disabled] .hbspt-form .hs-input:not([type=checkbox]), .hbspt-form fieldset[disabled] .hs-input:not([type=checkbox]) {
  background-color: #777;
  opacity: 1;
}
.form-control[disabled], .wc-pao-addon-wrap [disabled].input-text,
.wc-pao-addon-wrap [disabled].wc-pao-addon-select, [disabled].montonio-payments-country-dropdown, .parcel_machine_checkout select[disabled].select, .hbspt-form [disabled].hs-input:not([type=checkbox]), fieldset[disabled] .form-control, fieldset[disabled] .wc-pao-addon-wrap .input-text, .wc-pao-addon-wrap fieldset[disabled] .input-text,
fieldset[disabled] .wc-pao-addon-wrap .wc-pao-addon-select,
.wc-pao-addon-wrap fieldset[disabled] .wc-pao-addon-select, fieldset[disabled] .montonio-payments-country-dropdown, fieldset[disabled] .parcel_machine_checkout select.select, .parcel_machine_checkout fieldset[disabled] select.select, fieldset[disabled] .hbspt-form .hs-input:not([type=checkbox]), .hbspt-form fieldset[disabled] .hs-input:not([type=checkbox]) {
  cursor: not-allowed;
}

textarea.form-control, .wc-pao-addon-wrap textarea.input-text,
.wc-pao-addon-wrap textarea.wc-pao-addon-select, textarea.montonio-payments-country-dropdown, .hbspt-form textarea.hs-input:not([type=checkbox]) {
  height: auto;
}

input[type=search] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control, .wc-pao-addon-wrap input[type=date].input-text,
  .wc-pao-addon-wrap input[type=date].wc-pao-addon-select, input[type=date].montonio-payments-country-dropdown, .hbspt-form input[type=date].hs-input:not([type=checkbox]),
  input[type=time].form-control,
  .wc-pao-addon-wrap input[type=time].input-text,
  .wc-pao-addon-wrap input[type=time].wc-pao-addon-select,
  input[type=time].montonio-payments-country-dropdown,
  .hbspt-form input[type=time].hs-input:not([type=checkbox]),
  input[type=datetime-local].form-control,
  .wc-pao-addon-wrap input[type=datetime-local].input-text,
  .wc-pao-addon-wrap input[type=datetime-local].wc-pao-addon-select,
  input[type=datetime-local].montonio-payments-country-dropdown,
  .hbspt-form input[type=datetime-local].hs-input:not([type=checkbox]),
  input[type=month].form-control,
  .wc-pao-addon-wrap input[type=month].input-text,
  .wc-pao-addon-wrap input[type=month].wc-pao-addon-select,
  input[type=month].montonio-payments-country-dropdown,
  .hbspt-form input[type=month].hs-input:not([type=checkbox]) {
    line-height: 37px;
  }
  input[type=date].input-sm,
  .input-group-sm > .input-group-btn > input[type=date].btn,
  .hbspt-form .input-group-sm > .input-group-btn > input[type=date].hs-button, .input-group-sm input[type=date],
  input[type=time].input-sm,
  .input-group-sm > .input-group-btn > input[type=time].btn,
  .hbspt-form .input-group-sm > .input-group-btn > input[type=time].hs-button,
  .input-group-sm input[type=time],
  input[type=datetime-local].input-sm,
  .input-group-sm > .input-group-btn > input[type=datetime-local].btn,
  .hbspt-form .input-group-sm > .input-group-btn > input[type=datetime-local].hs-button,
  .input-group-sm input[type=datetime-local],
  input[type=month].input-sm,
  .input-group-sm > .input-group-btn > input[type=month].btn,
  .hbspt-form .input-group-sm > .input-group-btn > input[type=month].hs-button,
  .input-group-sm input[type=month] {
    line-height: 42px;
  }
  input[type=date].input-lg,
  .input-group-lg > .input-group-btn > input[type=date].btn,
  .hbspt-form .input-group-lg > .input-group-btn > input[type=date].hs-button, .input-group-lg input[type=date],
  input[type=time].input-lg,
  .input-group-lg > .input-group-btn > input[type=time].btn,
  .hbspt-form .input-group-lg > .input-group-btn > input[type=time].hs-button,
  .input-group-lg input[type=time],
  input[type=datetime-local].input-lg,
  .input-group-lg > .input-group-btn > input[type=datetime-local].btn,
  .hbspt-form .input-group-lg > .input-group-btn > input[type=datetime-local].hs-button,
  .input-group-lg input[type=datetime-local],
  input[type=month].input-lg,
  .input-group-lg > .input-group-btn > input[type=month].btn,
  .hbspt-form .input-group-lg > .input-group-btn > input[type=month].hs-button,
  .input-group-lg input[type=month] {
    line-height: 69px;
  }
}
.form-group, .hbspt-form fieldset.form-columns-0,
.hbspt-form fieldset.form-columns-1,
.hbspt-form fieldset.form-columns-2 {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 25px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9 ;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type=radio][disabled], input[type=radio].disabled, fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=checkbox].disabled,
fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 6px;
  padding-bottom: 6px;
  margin-bottom: 0;
  min-height: 41px;
}
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control, .wc-pao-addon-wrap .input-group-lg > .form-control-static.input-text,
.wc-pao-addon-wrap .input-group-lg > .form-control-static.wc-pao-addon-select, .input-group-lg > .form-control-static.montonio-payments-country-dropdown, .parcel_machine_checkout .input-group-lg > select.form-control-static.select, .hbspt-form .input-group-lg > .form-control-static.hs-input:not([type=checkbox]),
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn,
.hbspt-form .input-group-lg > .input-group-btn > .form-control-static.hs-button, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control, .wc-pao-addon-wrap .input-group-sm > .form-control-static.input-text,
.wc-pao-addon-wrap .input-group-sm > .form-control-static.wc-pao-addon-select, .input-group-sm > .form-control-static.montonio-payments-country-dropdown, .parcel_machine_checkout .input-group-sm > select.form-control-static.select, .hbspt-form .input-group-sm > .form-control-static.hs-input:not([type=checkbox]),
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn,
.hbspt-form .input-group-sm > .input-group-btn > .form-control-static.hs-button {
  padding-left: 0;
  padding-right: 0;
}

.input-sm, .input-group-sm > .form-control, .wc-pao-addon-wrap .input-group-sm > .input-text,
.wc-pao-addon-wrap .input-group-sm > .wc-pao-addon-select, .input-group-sm > .montonio-payments-country-dropdown, .parcel_machine_checkout .input-group-sm > select.select, .hbspt-form .input-group-sm > .hs-input:not([type=checkbox]),
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.hbspt-form .input-group-sm > .input-group-btn > .hs-button {
  height: 42px;
  padding: 8px 12px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 0;
}

select.input-sm, .input-group-sm > select.form-control, .wc-pao-addon-wrap .input-group-sm > select.input-text,
.wc-pao-addon-wrap .input-group-sm > select.wc-pao-addon-select, .input-group-sm > select.montonio-payments-country-dropdown, .parcel_machine_checkout .input-group-sm > select.select, .hbspt-form .input-group-sm > select.hs-input:not([type=checkbox]),
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn,
.hbspt-form .input-group-sm > .input-group-btn > select.hs-button {
  height: 42px;
  line-height: 42px;
}

textarea.input-sm, .input-group-sm > textarea.form-control, .wc-pao-addon-wrap .input-group-sm > textarea.input-text,
.wc-pao-addon-wrap .input-group-sm > textarea.wc-pao-addon-select, .input-group-sm > textarea.montonio-payments-country-dropdown, .hbspt-form .input-group-sm > textarea.hs-input:not([type=checkbox]),
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
.hbspt-form .input-group-sm > .input-group-btn > textarea.hs-button,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.wc-pao-addon-wrap .input-group-sm > select[multiple].input-text,
.wc-pao-addon-wrap .input-group-sm > select[multiple].wc-pao-addon-select,
.input-group-sm > select[multiple].montonio-payments-country-dropdown,
.parcel_machine_checkout .input-group-sm > select[multiple].select,
.hbspt-form .input-group-sm > select[multiple].hs-input:not([type=checkbox]),
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn,
.hbspt-form .input-group-sm > .input-group-btn > select[multiple].hs-button {
  height: auto;
}

.form-group-sm .form-control, .form-group-sm .wc-pao-addon-wrap .input-text, .wc-pao-addon-wrap .form-group-sm .input-text,
.form-group-sm .wc-pao-addon-wrap .wc-pao-addon-select,
.wc-pao-addon-wrap .form-group-sm .wc-pao-addon-select, .form-group-sm .montonio-payments-country-dropdown, .form-group-sm .parcel_machine_checkout select.select, .parcel_machine_checkout .form-group-sm select.select, .form-group-sm .hbspt-form .hs-input:not([type=checkbox]), .hbspt-form .form-group-sm .hs-input:not([type=checkbox]) {
  height: 42px;
  padding: 8px 12px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 0;
}
.form-group-sm select.form-control, .form-group-sm .wc-pao-addon-wrap select.input-text, .wc-pao-addon-wrap .form-group-sm select.input-text,
.form-group-sm .wc-pao-addon-wrap select.wc-pao-addon-select,
.wc-pao-addon-wrap .form-group-sm select.wc-pao-addon-select, .form-group-sm select.montonio-payments-country-dropdown, .form-group-sm .parcel_machine_checkout select.select, .parcel_machine_checkout .form-group-sm select.select, .form-group-sm .hbspt-form select.hs-input:not([type=checkbox]), .hbspt-form .form-group-sm select.hs-input:not([type=checkbox]) {
  height: 42px;
  line-height: 42px;
}
.form-group-sm textarea.form-control, .form-group-sm .wc-pao-addon-wrap textarea.input-text, .wc-pao-addon-wrap .form-group-sm textarea.input-text,
.form-group-sm .wc-pao-addon-wrap textarea.wc-pao-addon-select,
.wc-pao-addon-wrap .form-group-sm textarea.wc-pao-addon-select, .form-group-sm textarea.montonio-payments-country-dropdown, .form-group-sm .hbspt-form textarea.hs-input:not([type=checkbox]), .hbspt-form .form-group-sm textarea.hs-input:not([type=checkbox]),
.form-group-sm select[multiple].form-control,
.form-group-sm .wc-pao-addon-wrap select[multiple].input-text,
.wc-pao-addon-wrap .form-group-sm select[multiple].input-text,
.form-group-sm .wc-pao-addon-wrap select[multiple].wc-pao-addon-select,
.wc-pao-addon-wrap .form-group-sm select[multiple].wc-pao-addon-select,
.form-group-sm select[multiple].montonio-payments-country-dropdown,
.form-group-sm .parcel_machine_checkout select[multiple].select,
.parcel_machine_checkout .form-group-sm select[multiple].select,
.form-group-sm .hbspt-form select[multiple].hs-input:not([type=checkbox]),
.hbspt-form .form-group-sm select[multiple].hs-input:not([type=checkbox]) {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 42px;
  min-height: 41px;
  padding: 9px 12px;
  font-size: 16px;
  line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control, .wc-pao-addon-wrap .input-group-lg > .input-text,
.wc-pao-addon-wrap .input-group-lg > .wc-pao-addon-select, .input-group-lg > .montonio-payments-country-dropdown, .parcel_machine_checkout .input-group-lg > select.select, .hbspt-form .input-group-lg > .hs-input:not([type=checkbox]),
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.hbspt-form .input-group-lg > .input-group-btn > .hs-button {
  height: 69px;
  padding: 20px 30px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 0;
}

select.input-lg, .input-group-lg > select.form-control, .wc-pao-addon-wrap .input-group-lg > select.input-text,
.wc-pao-addon-wrap .input-group-lg > select.wc-pao-addon-select, .input-group-lg > select.montonio-payments-country-dropdown, .parcel_machine_checkout .input-group-lg > select.select, .hbspt-form .input-group-lg > select.hs-input:not([type=checkbox]),
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn,
.hbspt-form .input-group-lg > .input-group-btn > select.hs-button {
  height: 69px;
  line-height: 69px;
}

textarea.input-lg, .input-group-lg > textarea.form-control, .wc-pao-addon-wrap .input-group-lg > textarea.input-text,
.wc-pao-addon-wrap .input-group-lg > textarea.wc-pao-addon-select, .input-group-lg > textarea.montonio-payments-country-dropdown, .hbspt-form .input-group-lg > textarea.hs-input:not([type=checkbox]),
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
.hbspt-form .input-group-lg > .input-group-btn > textarea.hs-button,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.wc-pao-addon-wrap .input-group-lg > select[multiple].input-text,
.wc-pao-addon-wrap .input-group-lg > select[multiple].wc-pao-addon-select,
.input-group-lg > select[multiple].montonio-payments-country-dropdown,
.parcel_machine_checkout .input-group-lg > select[multiple].select,
.hbspt-form .input-group-lg > select[multiple].hs-input:not([type=checkbox]),
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn,
.hbspt-form .input-group-lg > .input-group-btn > select[multiple].hs-button {
  height: auto;
}

.form-group-lg .form-control, .form-group-lg .wc-pao-addon-wrap .input-text, .wc-pao-addon-wrap .form-group-lg .input-text,
.form-group-lg .wc-pao-addon-wrap .wc-pao-addon-select,
.wc-pao-addon-wrap .form-group-lg .wc-pao-addon-select, .form-group-lg .montonio-payments-country-dropdown, .form-group-lg .parcel_machine_checkout select.select, .parcel_machine_checkout .form-group-lg select.select, .form-group-lg .hbspt-form .hs-input:not([type=checkbox]), .hbspt-form .form-group-lg .hs-input:not([type=checkbox]) {
  height: 69px;
  padding: 20px 30px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 0;
}
.form-group-lg select.form-control, .form-group-lg .wc-pao-addon-wrap select.input-text, .wc-pao-addon-wrap .form-group-lg select.input-text,
.form-group-lg .wc-pao-addon-wrap select.wc-pao-addon-select,
.wc-pao-addon-wrap .form-group-lg select.wc-pao-addon-select, .form-group-lg select.montonio-payments-country-dropdown, .form-group-lg .parcel_machine_checkout select.select, .parcel_machine_checkout .form-group-lg select.select, .form-group-lg .hbspt-form select.hs-input:not([type=checkbox]), .hbspt-form .form-group-lg select.hs-input:not([type=checkbox]) {
  height: 69px;
  line-height: 69px;
}
.form-group-lg textarea.form-control, .form-group-lg .wc-pao-addon-wrap textarea.input-text, .wc-pao-addon-wrap .form-group-lg textarea.input-text,
.form-group-lg .wc-pao-addon-wrap textarea.wc-pao-addon-select,
.wc-pao-addon-wrap .form-group-lg textarea.wc-pao-addon-select, .form-group-lg textarea.montonio-payments-country-dropdown, .form-group-lg .hbspt-form textarea.hs-input:not([type=checkbox]), .hbspt-form .form-group-lg textarea.hs-input:not([type=checkbox]),
.form-group-lg select[multiple].form-control,
.form-group-lg .wc-pao-addon-wrap select[multiple].input-text,
.wc-pao-addon-wrap .form-group-lg select[multiple].input-text,
.form-group-lg .wc-pao-addon-wrap select[multiple].wc-pao-addon-select,
.wc-pao-addon-wrap .form-group-lg select[multiple].wc-pao-addon-select,
.form-group-lg select[multiple].montonio-payments-country-dropdown,
.form-group-lg .parcel_machine_checkout select[multiple].select,
.parcel_machine_checkout .form-group-lg select[multiple].select,
.form-group-lg .hbspt-form select[multiple].hs-input:not([type=checkbox]),
.hbspt-form .form-group-lg select[multiple].hs-input:not([type=checkbox]) {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 69px;
  min-height: 45px;
  padding: 21px 30px;
  font-size: 20px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control, .has-feedback .wc-pao-addon-wrap .input-text, .wc-pao-addon-wrap .has-feedback .input-text,
.has-feedback .wc-pao-addon-wrap .wc-pao-addon-select,
.wc-pao-addon-wrap .has-feedback .wc-pao-addon-select, .has-feedback .montonio-payments-country-dropdown, .has-feedback .parcel_machine_checkout select.select, .parcel_machine_checkout .has-feedback select.select, .has-feedback .hbspt-form .hs-input:not([type=checkbox]), .hbspt-form .has-feedback .hs-input:not([type=checkbox]) {
  padding-right: 46.25px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 37px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .wc-pao-addon-wrap .input-group-lg > .input-text + .form-control-feedback,
.wc-pao-addon-wrap .input-group-lg > .wc-pao-addon-select + .form-control-feedback, .input-group-lg > .montonio-payments-country-dropdown + .form-control-feedback, .parcel_machine_checkout .input-group-lg > select.select + .form-control-feedback, .hbspt-form .input-group-lg > .hs-input:not([type=checkbox]) + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.hbspt-form .input-group-lg > .input-group-btn > .hs-button + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback,
.form-group-lg .wc-pao-addon-wrap .input-text + .form-control-feedback,
.wc-pao-addon-wrap .form-group-lg .input-text + .form-control-feedback,
.form-group-lg .wc-pao-addon-wrap .wc-pao-addon-select + .form-control-feedback,
.wc-pao-addon-wrap .form-group-lg .wc-pao-addon-select + .form-control-feedback,
.form-group-lg .montonio-payments-country-dropdown + .form-control-feedback,
.form-group-lg .parcel_machine_checkout select.select + .form-control-feedback,
.parcel_machine_checkout .form-group-lg select.select + .form-control-feedback,
.form-group-lg .hbspt-form .hs-input:not([type=checkbox]) + .form-control-feedback,
.hbspt-form .form-group-lg .hs-input:not([type=checkbox]) + .form-control-feedback {
  width: 69px;
  height: 69px;
  line-height: 69px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .wc-pao-addon-wrap .input-group-sm > .input-text + .form-control-feedback,
.wc-pao-addon-wrap .input-group-sm > .wc-pao-addon-select + .form-control-feedback, .input-group-sm > .montonio-payments-country-dropdown + .form-control-feedback, .parcel_machine_checkout .input-group-sm > select.select + .form-control-feedback, .hbspt-form .input-group-sm > .hs-input:not([type=checkbox]) + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.hbspt-form .input-group-sm > .input-group-btn > .hs-button + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback,
.form-group-sm .wc-pao-addon-wrap .input-text + .form-control-feedback,
.wc-pao-addon-wrap .form-group-sm .input-text + .form-control-feedback,
.form-group-sm .wc-pao-addon-wrap .wc-pao-addon-select + .form-control-feedback,
.wc-pao-addon-wrap .form-group-sm .wc-pao-addon-select + .form-control-feedback,
.form-group-sm .montonio-payments-country-dropdown + .form-control-feedback,
.form-group-sm .parcel_machine_checkout select.select + .form-control-feedback,
.parcel_machine_checkout .form-group-sm select.select + .form-control-feedback,
.form-group-sm .hbspt-form .hs-input:not([type=checkbox]) + .form-control-feedback,
.hbspt-form .form-group-sm .hs-input:not([type=checkbox]) + .form-control-feedback {
  width: 42px;
  height: 42px;
  line-height: 42px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .hbspt-form .hs-form-booleancheckbox .hs-form-booleancheckbox-display > span,
.hbspt-form .hs-form-booleancheckbox .has-success .hs-form-booleancheckbox-display > span,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control, .has-success .wc-pao-addon-wrap .input-text, .wc-pao-addon-wrap .has-success .input-text,
.has-success .wc-pao-addon-wrap .wc-pao-addon-select,
.wc-pao-addon-wrap .has-success .wc-pao-addon-select, .has-success .montonio-payments-country-dropdown, .has-success .parcel_machine_checkout select.select, .parcel_machine_checkout .has-success select.select, .has-success .hbspt-form .hs-input:not([type=checkbox]), .hbspt-form .has-success .hs-input:not([type=checkbox]) {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus, .has-success .wc-pao-addon-wrap .input-text:focus, .wc-pao-addon-wrap .has-success .input-text:focus,
.has-success .wc-pao-addon-wrap .wc-pao-addon-select:focus,
.wc-pao-addon-wrap .has-success .wc-pao-addon-select:focus, .has-success .montonio-payments-country-dropdown:focus, .has-success .parcel_machine_checkout select.select:focus, .parcel_machine_checkout .has-success select.select:focus, .has-success .hbspt-form .hs-input:focus:not([type=checkbox]), .hbspt-form .has-success .hs-input:focus:not([type=checkbox]) {
  border-color: rgb(42.808988764, 84.191011236, 43.5224719101);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(102.5280898876, 177.4719101124, 103.8202247191);
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .hbspt-form .hs-form-booleancheckbox .hs-form-booleancheckbox-display > span,
.hbspt-form .hs-form-booleancheckbox .has-warning .hs-form-booleancheckbox-display > span,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control, .has-warning .wc-pao-addon-wrap .input-text, .wc-pao-addon-wrap .has-warning .input-text,
.has-warning .wc-pao-addon-wrap .wc-pao-addon-select,
.wc-pao-addon-wrap .has-warning .wc-pao-addon-select, .has-warning .montonio-payments-country-dropdown, .has-warning .parcel_machine_checkout select.select, .parcel_machine_checkout .has-warning select.select, .has-warning .hbspt-form .hs-input:not([type=checkbox]), .hbspt-form .has-warning .hs-input:not([type=checkbox]) {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus, .has-warning .wc-pao-addon-wrap .input-text:focus, .wc-pao-addon-wrap .has-warning .input-text:focus,
.has-warning .wc-pao-addon-wrap .wc-pao-addon-select:focus,
.wc-pao-addon-wrap .has-warning .wc-pao-addon-select:focus, .has-warning .montonio-payments-country-dropdown:focus, .has-warning .parcel_machine_checkout select.select:focus, .parcel_machine_checkout .has-warning select.select:focus, .has-warning .hbspt-form .hs-input:focus:not([type=checkbox]), .hbspt-form .has-warning .hs-input:focus:not([type=checkbox]) {
  border-color: rgb(102.2741116751, 80.7817258883, 43.7258883249);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(191.807106599, 160.7461928934, 107.192893401);
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .hbspt-form .hs-form-booleancheckbox .hs-form-booleancheckbox-display > span,
.hbspt-form .hs-form-booleancheckbox .has-error .hs-form-booleancheckbox-display > span,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control, .has-error .wc-pao-addon-wrap .input-text, .wc-pao-addon-wrap .has-error .input-text,
.has-error .wc-pao-addon-wrap .wc-pao-addon-select,
.wc-pao-addon-wrap .has-error .wc-pao-addon-select, .has-error .montonio-payments-country-dropdown, .has-error .parcel_machine_checkout select.select, .parcel_machine_checkout .has-error select.select, .has-error .hbspt-form .hs-input:not([type=checkbox]), .hbspt-form .has-error .hs-input:not([type=checkbox]) {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus, .has-error .wc-pao-addon-wrap .input-text:focus, .wc-pao-addon-wrap .has-error .input-text:focus,
.has-error .wc-pao-addon-wrap .wc-pao-addon-select:focus,
.wc-pao-addon-wrap .has-error .wc-pao-addon-select:focus, .has-error .montonio-payments-country-dropdown:focus, .has-error .parcel_machine_checkout select.select:focus, .parcel_machine_checkout .has-error select.select:focus, .has-error .hbspt-form .hs-input:focus:not([type=checkbox]), .hbspt-form .has-error .hs-input:focus:not([type=checkbox]) {
  border-color: rgb(132.3234042553, 53.2425531915, 51.6765957447);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(206.4127659574, 132.0595744681, 130.5872340426);
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 30px;
}
.has-feedback label.sr-only ~ .form-control-feedback, .has-feedback label.reset_variations ~ .form-control-feedback, .has-feedback .hbspt-form .hs-form-booleancheckbox .hs-form-booleancheckbox-display label.hs-input ~ .form-control-feedback, .hbspt-form .hs-form-booleancheckbox .hs-form-booleancheckbox-display .has-feedback label.hs-input ~ .form-control-feedback, .has-feedback label.input-radio ~ .form-control-feedback,
.has-feedback label.input-checkbox ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: rgb(97.75, 97.75, 97.75);
}

@media (min-width: 768px) {
  .form-inline .form-group, .form-inline .hbspt-form fieldset.form-columns-0, .hbspt-form .form-inline fieldset.form-columns-0,
  .form-inline .hbspt-form fieldset.form-columns-1,
  .hbspt-form .form-inline fieldset.form-columns-1,
  .form-inline .hbspt-form fieldset.form-columns-2,
  .hbspt-form .form-inline fieldset.form-columns-2 {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control, .form-inline .wc-pao-addon-wrap .input-text, .wc-pao-addon-wrap .form-inline .input-text,
  .form-inline .wc-pao-addon-wrap .wc-pao-addon-select,
  .wc-pao-addon-wrap .form-inline .wc-pao-addon-select, .form-inline .montonio-payments-country-dropdown, .form-inline .parcel_machine_checkout select.select, .parcel_machine_checkout .form-inline select.select, .form-inline .hbspt-form .hs-input:not([type=checkbox]), .hbspt-form .form-inline .hs-input:not([type=checkbox]) {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control,
  .form-inline .input-group .wc-pao-addon-wrap .input-text,
  .wc-pao-addon-wrap .form-inline .input-group .input-text,
  .form-inline .input-group .wc-pao-addon-wrap .wc-pao-addon-select,
  .wc-pao-addon-wrap .form-inline .input-group .wc-pao-addon-select,
  .form-inline .input-group .montonio-payments-country-dropdown,
  .form-inline .input-group .parcel_machine_checkout select.select,
  .parcel_machine_checkout .form-inline .input-group select.select,
  .form-inline .input-group .hbspt-form .hs-input:not([type=checkbox]),
  .hbspt-form .form-inline .input-group .hs-input:not([type=checkbox]) {
    width: auto;
  }
  .form-inline .input-group > .form-control, .form-inline .wc-pao-addon-wrap .input-group > .input-text, .wc-pao-addon-wrap .form-inline .input-group > .input-text,
  .form-inline .wc-pao-addon-wrap .input-group > .wc-pao-addon-select,
  .wc-pao-addon-wrap .form-inline .input-group > .wc-pao-addon-select, .form-inline .input-group > .montonio-payments-country-dropdown, .form-inline .parcel_machine_checkout .input-group > select.select, .parcel_machine_checkout .form-inline .input-group > select.select, .form-inline .hbspt-form .input-group > .hs-input:not([type=checkbox]), .hbspt-form .form-inline .input-group > .hs-input:not([type=checkbox]) {
    width: 100%;
  }
  .form-inline .control-label, .form-inline .hbspt-form .hs-form-booleancheckbox .hs-form-booleancheckbox-display > span, .hbspt-form .hs-form-booleancheckbox .form-inline .hs-form-booleancheckbox-display > span {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type=radio],
  .form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 6px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 31px;
}
.form-horizontal .form-group, .form-horizontal .hbspt-form fieldset.form-columns-0, .hbspt-form .form-horizontal fieldset.form-columns-0,
.form-horizontal .hbspt-form fieldset.form-columns-1,
.hbspt-form .form-horizontal fieldset.form-columns-1,
.form-horizontal .hbspt-form fieldset.form-columns-2,
.hbspt-form .form-horizontal fieldset.form-columns-2 {
  margin-left: -10px;
  margin-right: -10px;
}
.form-horizontal .form-group:before, .form-horizontal .hbspt-form fieldset.form-columns-0:before, .hbspt-form .form-horizontal fieldset.form-columns-0:before,
.form-horizontal .hbspt-form fieldset.form-columns-1:before,
.hbspt-form .form-horizontal fieldset.form-columns-1:before,
.form-horizontal .hbspt-form fieldset.form-columns-2:before,
.hbspt-form .form-horizontal fieldset.form-columns-2:before, .form-horizontal .form-group:after, .form-horizontal .hbspt-form fieldset.form-columns-0:after, .hbspt-form .form-horizontal fieldset.form-columns-0:after,
.form-horizontal .hbspt-form fieldset.form-columns-1:after,
.hbspt-form .form-horizontal fieldset.form-columns-1:after,
.form-horizontal .hbspt-form fieldset.form-columns-2:after,
.hbspt-form .form-horizontal fieldset.form-columns-2:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after, .form-horizontal .hbspt-form fieldset.form-columns-0:after, .hbspt-form .form-horizontal fieldset.form-columns-0:after,
.form-horizontal .hbspt-form fieldset.form-columns-1:after,
.hbspt-form .form-horizontal fieldset.form-columns-1:after,
.form-horizontal .hbspt-form fieldset.form-columns-2:after,
.hbspt-form .form-horizontal fieldset.form-columns-2:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label, .form-horizontal .hbspt-form .hs-form-booleancheckbox .hs-form-booleancheckbox-display > span, .hbspt-form .hs-form-booleancheckbox .form-horizontal .hs-form-booleancheckbox-display > span {
    text-align: right;
    margin-bottom: 0;
    padding-top: 6px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 10px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label, .form-horizontal .form-group-lg .hbspt-form .hs-form-booleancheckbox .hs-form-booleancheckbox-display > span, .hbspt-form .hs-form-booleancheckbox .form-horizontal .form-group-lg .hs-form-booleancheckbox-display > span {
    padding-top: 21px;
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label, .form-horizontal .form-group-sm .hbspt-form .hs-form-booleancheckbox .hs-form-booleancheckbox-display > span, .hbspt-form .hs-form-booleancheckbox .form-horizontal .form-group-sm .hs-form-booleancheckbox-display > span {
    padding-top: 9px;
    font-size: 16px;
  }
}

.btn, .hbspt-form .hs-button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 5px 20px;
  font-size: 16px;
  line-height: 1.6;
  border-radius: 3px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .hbspt-form .hs-button:focus, .btn.focus, .hbspt-form .focus.hs-button, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .hbspt-form .hs-button:hover, .btn:focus, .hbspt-form .hs-button:focus, .btn.focus, .hbspt-form .focus.hs-button {
  color: #02d0b6;
  text-decoration: none;
}
.btn:active, .hbspt-form .hs-button:active, .btn.active, .hbspt-form .active.hs-button {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .hbspt-form .disabled.hs-button, .btn[disabled], .hbspt-form [disabled].hs-button, fieldset[disabled] .btn, fieldset[disabled] .hbspt-form .hs-button, .hbspt-form fieldset[disabled] .hs-button {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

a.btn.disabled, .hbspt-form a.disabled.hs-button, fieldset[disabled] a.btn, fieldset[disabled] .hbspt-form a.hs-button, .hbspt-form fieldset[disabled] a.hs-button {
  pointer-events: none;
}

.btn-default {
  color: #02d0b6;
  background-color: rgba(2, 208, 182, 0);
  border-color: #02d0b6;
}
.btn-default:focus, .btn-default.focus {
  color: #02d0b6;
  background-color: rgba(1.5142857143, 157.4857142857, 137.8, 0);
  border-color: rgb(0.7857142857, 81.7142857143, 71.5);
}
.btn-default:hover {
  color: #02d0b6;
  background-color: rgba(1.5142857143, 157.4857142857, 137.8, 0);
  border-color: rgb(1.4171428571, 147.3828571429, 128.96);
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #02d0b6;
  background-color: rgba(1.5142857143, 157.4857142857, 137.8, 0);
  border-color: rgb(1.4171428571, 147.3828571429, 128.96);
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #02d0b6;
  background-color: rgba(1.1742857143, 122.1257142857, 106.86, 0);
  border-color: rgb(0.7857142857, 81.7142857143, 71.5);
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: rgba(2, 208, 182, 0);
  border-color: #02d0b6;
}
.btn-default .badge {
  color: rgba(2, 208, 182, 0);
  background-color: #02d0b6;
}

.btn-primary, .hbspt-form .hs-button.primary {
  color: #fff;
  background-color: #02d0b6;
  border-color: #02d0b6;
}
.btn-primary:focus, .hbspt-form .hs-button.primary:focus, .btn-primary.focus, .hbspt-form .focus.hs-button.primary {
  color: #fff;
  background-color: rgb(1.5142857143, 157.4857142857, 137.8);
  border-color: rgb(0.7857142857, 81.7142857143, 71.5);
}
.btn-primary:hover, .hbspt-form .hs-button.primary:hover {
  color: #fff;
  background-color: rgb(1.5142857143, 157.4857142857, 137.8);
  border-color: rgb(1.4171428571, 147.3828571429, 128.96);
}
.btn-primary:active, .hbspt-form .hs-button.primary:active, .btn-primary.active, .hbspt-form .active.hs-button.primary, .open > .btn-primary.dropdown-toggle, .hbspt-form .open > .dropdown-toggle.hs-button.primary {
  color: #fff;
  background-color: rgb(1.5142857143, 157.4857142857, 137.8);
  border-color: rgb(1.4171428571, 147.3828571429, 128.96);
}
.btn-primary:active:hover, .hbspt-form .hs-button.primary:active:hover, .btn-primary:active:focus, .hbspt-form .hs-button.primary:active:focus, .btn-primary:active.focus, .hbspt-form .hs-button.primary:active.focus, .btn-primary.active:hover, .hbspt-form .active.hs-button.primary:hover, .btn-primary.active:focus, .hbspt-form .active.hs-button.primary:focus, .btn-primary.active.focus, .hbspt-form .active.focus.hs-button.primary, .open > .btn-primary.dropdown-toggle:hover, .hbspt-form .open > .dropdown-toggle.hs-button.primary:hover, .open > .btn-primary.dropdown-toggle:focus, .hbspt-form .open > .dropdown-toggle.hs-button.primary:focus, .open > .btn-primary.dropdown-toggle.focus, .hbspt-form .open > .dropdown-toggle.focus.hs-button.primary {
  color: #fff;
  background-color: rgb(1.1742857143, 122.1257142857, 106.86);
  border-color: rgb(0.7857142857, 81.7142857143, 71.5);
}
.btn-primary:active, .hbspt-form .hs-button.primary:active, .btn-primary.active, .hbspt-form .active.hs-button.primary, .open > .btn-primary.dropdown-toggle, .hbspt-form .open > .dropdown-toggle.hs-button.primary {
  background-image: none;
}
.btn-primary.disabled:hover, .hbspt-form .disabled.hs-button.primary:hover, .btn-primary.disabled:focus, .hbspt-form .disabled.hs-button.primary:focus, .btn-primary.disabled.focus, .hbspt-form .disabled.focus.hs-button.primary, .btn-primary[disabled]:hover, .hbspt-form [disabled].hs-button.primary:hover, .btn-primary[disabled]:focus, .hbspt-form [disabled].hs-button.primary:focus, .btn-primary[disabled].focus, .hbspt-form [disabled].focus.hs-button.primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .hbspt-form .hs-button.primary:hover, .hbspt-form fieldset[disabled] .hs-button.primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .hbspt-form .hs-button.primary:focus, .hbspt-form fieldset[disabled] .hs-button.primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .hbspt-form .focus.hs-button.primary, .hbspt-form fieldset[disabled] .focus.hs-button.primary {
  background-color: #02d0b6;
  border-color: #02d0b6;
}
.btn-primary .badge, .hbspt-form .hs-button.primary .badge {
  color: #02d0b6;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #4cba4a;
  border-color: #4cba4a;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: rgb(59.356, 151.316, 57.684);
  border-color: rgb(37.63, 95.93, 36.57);
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(59.356, 151.316, 57.684);
  border-color: rgb(56.4592, 143.9312, 54.8688);
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(59.356, 151.316, 57.684);
  border-color: rgb(56.4592, 143.9312, 54.8688);
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(49.2172, 125.4692, 47.8308);
  border-color: rgb(37.63, 95.93, 36.57);
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #4cba4a;
  border-color: #4cba4a;
}
.btn-success .badge {
  color: #4cba4a;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #0057ff;
  border-color: #0057ff;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: rgb(0, 69.6, 204);
  border-color: rgb(0, 43.5, 127.5);
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(0, 69.6, 204);
  border-color: rgb(0, 66.12, 193.8);
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(0, 69.6, 204);
  border-color: rgb(0, 66.12, 193.8);
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(0, 57.42, 168.3);
  border-color: rgb(0, 43.5, 127.5);
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #0057ff;
  border-color: #0057ff;
}
.btn-info .badge {
  color: #0057ff;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0f056;
  border-color: #f0f056;
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: rgb(235.8423913043, 235.8423913043, 39.1576086957);
  border-color: rgb(182.3179347826, 182.3179347826, 16.1820652174);
}
.btn-warning:hover {
  color: #fff;
  background-color: rgb(235.8423913043, 235.8423913043, 39.1576086957);
  border-color: rgb(235.0108695652, 235.0108695652, 29.7891304348);
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: rgb(235.8423913043, 235.8423913043, 39.1576086957);
  border-color: rgb(235.0108695652, 235.0108695652, 29.7891304348);
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(219.7918478261, 219.7918478261, 19.5081521739);
  border-color: rgb(182.3179347826, 182.3179347826, 16.1820652174);
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #f0f056;
  border-color: #f0f056;
}
.btn-warning .badge {
  color: #f0f056;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #f66b6b;
  border-color: #f66b6b;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: rgb(243.076433121, 58.923566879, 58.923566879);
  border-color: rgb(212.5732484076, 12.9267515924, 12.9267515924);
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(243.076433121, 58.923566879, 58.923566879);
  border-color: rgb(242.4917197452, 49.3082802548, 49.3082802548);
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(243.076433121, 58.923566879, 58.923566879);
  border-color: rgb(242.4917197452, 49.3082802548, 49.3082802548);
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(241.0299363057, 25.2700636943, 25.2700636943);
  border-color: rgb(212.5732484076, 12.9267515924, 12.9267515924);
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #f66b6b;
  border-color: #f66b6b;
}
.btn-danger .badge {
  color: #f66b6b;
  background-color: #fff;
}

.btn-link {
  color: #6d02d0;
  font-weight: normal;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: rgb(69.2928571429, 1.2714285714, 132.2285714286);
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: rgb(119.085, 119.085, 119.085);
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn, .hbspt-form .btn-group-lg > .hs-button {
  padding: 20px 30px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 3px;
}

.btn-sm, .btn-group-sm > .btn, .hbspt-form .btn-group-sm > .hs-button {
  padding: 8px 12px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs, .cn-more-info, .cn-set-cookie, .btn-group-xs > .btn, .hbspt-form .btn-group-xs > .hs-button {
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 11.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.6;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: rgb(38.25, 38.25, 38.25);
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #02d0b6;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: rgb(119.085, 119.085, 119.085);
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 16px;
  line-height: 1.6;
  color: rgb(119.085, 119.085, 119.085);
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn, .hbspt-form .btn-group > .hs-button,
.btn-group-vertical > .btn,
.hbspt-form .btn-group-vertical > .hs-button {
  position: relative;
  float: left;
}
.btn-group > .btn:hover, .hbspt-form .btn-group > .hs-button:hover, .btn-group > .btn:focus, .hbspt-form .btn-group > .hs-button:focus, .btn-group > .btn:active, .hbspt-form .btn-group > .hs-button:active, .btn-group > .btn.active, .hbspt-form .btn-group > .active.hs-button,
.btn-group-vertical > .btn:hover,
.hbspt-form .btn-group-vertical > .hs-button:hover,
.btn-group-vertical > .btn:focus,
.hbspt-form .btn-group-vertical > .hs-button:focus,
.btn-group-vertical > .btn:active,
.hbspt-form .btn-group-vertical > .hs-button:active,
.btn-group-vertical > .btn.active,
.hbspt-form .btn-group-vertical > .active.hs-button {
  z-index: 2;
}

.btn-group .btn + .btn, .btn-group .hbspt-form .hs-button + .btn, .hbspt-form .btn-group .hs-button + .btn, .btn-group .hbspt-form .btn + .hs-button, .hbspt-form .btn-group .btn + .hs-button, .btn-group .hbspt-form .hs-button + .hs-button, .hbspt-form .btn-group .hs-button + .hs-button,
.btn-group .btn + .btn-group,
.btn-group .hbspt-form .hs-button + .btn-group,
.hbspt-form .btn-group .hs-button + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .hbspt-form .btn-group + .hs-button,
.hbspt-form .btn-group .btn-group + .hs-button,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn, .btn-toolbar .hbspt-form .hs-button, .hbspt-form .btn-toolbar .hs-button,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn, .hbspt-form .btn-toolbar > .hs-button,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .hbspt-form .btn-group > .hs-button:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child, .hbspt-form .btn-group > .hs-button:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), .hbspt-form .btn-group > .hs-button:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child), .hbspt-form .btn-group > .hs-button:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, .hbspt-form .btn-group > .btn-group:not(:first-child):not(:last-child) > .hs-button {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .hbspt-form .btn-group > .btn-group:first-child:not(:last-child) > .hs-button:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child, .hbspt-form .btn-group > .btn-group:last-child:not(:first-child) > .hs-button:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle, .hbspt-form .btn-group > .hs-button + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group.btn-group-lg > .btn + .dropdown-toggle, .hbspt-form .btn-group.btn-group-lg > .hs-button + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}

.btn .caret, .hbspt-form .hs-button .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret, .hbspt-form .btn-group-lg > .hs-button .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret, .dropup .hbspt-form .btn-group-lg > .hs-button .caret, .hbspt-form .dropup .btn-group-lg > .hs-button .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn, .hbspt-form .btn-group-vertical > .hs-button,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn,
.hbspt-form .btn-group-vertical > .btn-group > .hs-button {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn, .hbspt-form .btn-group-vertical > .btn-group > .hs-button {
  float: none;
}
.btn-group-vertical > .btn + .btn, .hbspt-form .btn-group-vertical > .hs-button + .btn, .hbspt-form .btn-group-vertical > .btn + .hs-button, .hbspt-form .btn-group-vertical > .hs-button + .hs-button,
.btn-group-vertical > .btn + .btn-group,
.hbspt-form .btn-group-vertical > .hs-button + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.hbspt-form .btn-group-vertical > .btn-group + .hs-button,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child), .hbspt-form .btn-group-vertical > .hs-button:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child), .hbspt-form .btn-group-vertical > .hs-button:first-child:not(:last-child) {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child), .hbspt-form .btn-group-vertical > .hs-button:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, .hbspt-form .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .hs-button {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .hbspt-form .btn-group-vertical > .btn-group:first-child:not(:last-child) > .hs-button:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child, .hbspt-form .btn-group-vertical > .btn-group:last-child:not(:first-child) > .hs-button:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn, .hbspt-form .btn-group-justified > .hs-button,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn, .btn-group-justified > .btn-group .hbspt-form .hs-button, .hbspt-form .btn-group-justified > .btn-group .hs-button {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle=buttons] > .btn input[type=radio], .hbspt-form [data-toggle=buttons] > .hs-button input[type=radio],
[data-toggle=buttons] > .btn input[type=checkbox],
.hbspt-form [data-toggle=buttons] > .hs-button input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=radio],
.hbspt-form [data-toggle=buttons] > .btn-group > .hs-button input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox],
.hbspt-form [data-toggle=buttons] > .btn-group > .hs-button input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*=col-] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control, .input-group .wc-pao-addon-wrap .input-text, .wc-pao-addon-wrap .input-group .input-text,
.input-group .wc-pao-addon-wrap .wc-pao-addon-select,
.wc-pao-addon-wrap .input-group .wc-pao-addon-select, .input-group .montonio-payments-country-dropdown, .input-group .parcel_machine_checkout select.select, .parcel_machine_checkout .input-group select.select, .input-group .hbspt-form .hs-input:not([type=checkbox]), .hbspt-form .input-group .hs-input:not([type=checkbox]) {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus, .input-group .wc-pao-addon-wrap .input-text:focus, .wc-pao-addon-wrap .input-group .input-text:focus,
.input-group .wc-pao-addon-wrap .wc-pao-addon-select:focus,
.wc-pao-addon-wrap .input-group .wc-pao-addon-select:focus, .input-group .montonio-payments-country-dropdown:focus, .input-group .parcel_machine_checkout select.select:focus, .parcel_machine_checkout .input-group select.select:focus, .input-group .hbspt-form .hs-input:focus:not([type=checkbox]), .hbspt-form .input-group .hs-input:focus:not([type=checkbox]) {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control,
.input-group .wc-pao-addon-wrap .input-text,
.wc-pao-addon-wrap .input-group .input-text,
.input-group .wc-pao-addon-wrap .wc-pao-addon-select,
.wc-pao-addon-wrap .input-group .wc-pao-addon-select,
.input-group .montonio-payments-country-dropdown,
.input-group .parcel_machine_checkout select.select,
.parcel_machine_checkout .input-group select.select,
.input-group .hbspt-form .hs-input:not([type=checkbox]),
.hbspt-form .input-group .hs-input:not([type=checkbox]) {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child),
.input-group .wc-pao-addon-wrap .input-text:not(:first-child):not(:last-child),
.wc-pao-addon-wrap .input-group .input-text:not(:first-child):not(:last-child),
.input-group .wc-pao-addon-wrap .wc-pao-addon-select:not(:first-child):not(:last-child),
.wc-pao-addon-wrap .input-group .wc-pao-addon-select:not(:first-child):not(:last-child),
.input-group .montonio-payments-country-dropdown:not(:first-child):not(:last-child),
.input-group .parcel_machine_checkout select.select:not(:first-child):not(:last-child),
.parcel_machine_checkout .input-group select.select:not(:first-child):not(:last-child),
.input-group .hbspt-form .hs-input:not(:first-child):not(:last-child):not([type=checkbox]),
.hbspt-form .input-group .hs-input:not(:first-child):not(:last-child):not([type=checkbox]) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 5px 20px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #222;
  text-align: center;
  background-color: rgb(238.425, 238.425, 238.425);
  border: 1px solid #d1ccc7;
  border-radius: 0;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn,
.hbspt-form .input-group-sm > .input-group-btn > .input-group-addon.hs-button {
  padding: 8px 12px;
  font-size: 16px;
  border-radius: 0;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn,
.hbspt-form .input-group-lg > .input-group-btn > .input-group-addon.hs-button {
  padding: 20px 30px;
  font-size: 20px;
  border-radius: 0;
}
.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}

.input-group .form-control:first-child, .input-group .wc-pao-addon-wrap .input-text:first-child, .wc-pao-addon-wrap .input-group .input-text:first-child,
.input-group .wc-pao-addon-wrap .wc-pao-addon-select:first-child,
.wc-pao-addon-wrap .input-group .wc-pao-addon-select:first-child, .input-group .montonio-payments-country-dropdown:first-child, .input-group .parcel_machine_checkout select.select:first-child, .parcel_machine_checkout .input-group select.select:first-child, .input-group .hbspt-form .hs-input:first-child:not([type=checkbox]), .hbspt-form .input-group .hs-input:first-child:not([type=checkbox]),
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.hbspt-form .input-group-btn:first-child > .hs-button,
.input-group-btn:first-child > .btn-group > .btn,
.hbspt-form .input-group-btn:first-child > .btn-group > .hs-button,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.hbspt-form .input-group-btn:last-child > .hs-button:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.hbspt-form .input-group-btn:last-child > .btn-group:not(:last-child) > .hs-button {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child, .input-group .wc-pao-addon-wrap .input-text:last-child, .wc-pao-addon-wrap .input-group .input-text:last-child,
.input-group .wc-pao-addon-wrap .wc-pao-addon-select:last-child,
.wc-pao-addon-wrap .input-group .wc-pao-addon-select:last-child, .input-group .montonio-payments-country-dropdown:last-child, .input-group .parcel_machine_checkout select.select:last-child, .parcel_machine_checkout .input-group select.select:last-child, .input-group .hbspt-form .hs-input:last-child:not([type=checkbox]), .hbspt-form .input-group .hs-input:last-child:not([type=checkbox]),
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.hbspt-form .input-group-btn:last-child > .hs-button,
.input-group-btn:last-child > .btn-group > .btn,
.hbspt-form .input-group-btn:last-child > .btn-group > .hs-button,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.hbspt-form .input-group-btn:first-child > .hs-button:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.hbspt-form .input-group-btn:first-child > .btn-group:not(:first-child) > .hs-button {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn, .hbspt-form .input-group-btn > .hs-button {
  position: relative;
}
.input-group-btn > .btn + .btn, .hbspt-form .input-group-btn > .hs-button + .btn, .hbspt-form .input-group-btn > .btn + .hs-button, .hbspt-form .input-group-btn > .hs-button + .hs-button {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .hbspt-form .input-group-btn > .hs-button:hover, .input-group-btn > .btn:focus, .hbspt-form .input-group-btn > .hs-button:focus, .input-group-btn > .btn:active, .hbspt-form .input-group-btn > .hs-button:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn, .hbspt-form .input-group-btn:first-child > .hs-button,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn, .hbspt-form .input-group-btn:last-child > .hs-button,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: rgb(119.085, 119.085, 119.085);
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge, .hbspt-form .hs-button .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge, .cn-more-info .badge, .cn-set-cookie .badge, .btn-group-xs > .btn .badge, .hbspt-form .btn-group-xs > .hs-button .badge {
  top: 0;
  padding: 1px 5px;
}
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #6d02d0;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.alert, .single_variation_wrap .woocommerce-variation .woocommerce-variation-availability .stock {
  padding: 8px;
  margin-bottom: 25px;
  border: 1px solid transparent;
  border-radius: 3px;
}
.alert h4, .single_variation_wrap .woocommerce-variation .woocommerce-variation-availability .stock h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link, .single_variation_wrap .woocommerce-variation .woocommerce-variation-availability .stock .alert-link {
  font-weight: bold;
}
.alert > p, .single_variation_wrap .woocommerce-variation .woocommerce-variation-availability .stock > p,
.alert > ul,
.single_variation_wrap .woocommerce-variation .woocommerce-variation-availability .stock > ul {
  margin-bottom: 0;
}
.alert > p + p, .single_variation_wrap .woocommerce-variation .woocommerce-variation-availability .stock > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 28px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #4cba4a;
  border-color: #4cba4a;
  color: #fff;
}
.alert-success hr {
  border-top-color: rgb(66.598, 169.778, 64.722);
}
.alert-success .alert-link {
  color: rgb(229.5, 229.5, 229.5);
}

.alert-info, .single_variation_wrap .woocommerce-variation .woocommerce-variation-availability .stock {
  background-color: #5185f5;
  border-color: #5185f5;
  color: #fff;
}
.alert-info hr, .single_variation_wrap .woocommerce-variation .woocommerce-variation-availability .stock hr {
  border-top-color: rgb(56.8858695652, 116.0923913043, 243.6141304348);
}
.alert-info .alert-link, .single_variation_wrap .woocommerce-variation .woocommerce-variation-availability .stock .alert-link {
  color: rgb(229.5, 229.5, 229.5);
}

.alert-warning {
  background-color: #e6e652;
  border-color: #e6e652;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: rgb(226.7803030303, 226.7803030303, 59.7196969697);
}
.alert-warning .alert-link {
  color: rgb(102.2741116751, 80.7817258883, 43.7258883249);
}

.alert-danger {
  background-color: #f56b6b;
  border-color: #f56b6b;
  color: #fff;
}
.alert-danger hr {
  border-top-color: rgb(243.3860759494, 83.1139240506, 83.1139240506);
}
.alert-danger .alert-link {
  color: rgb(229.5, 229.5, 229.5);
}

.panel {
  margin-bottom: 25px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 3px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}
.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table, .main-content__section > .panel.table-responsive > table,
.page-article > .panel.table-responsive > table,
.panel > .table-responsive > .table,
.panel.main-content__section > .table-responsive > table,
.panel.page-article > .table-responsive > table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption, .main-content__section > .panel.table-responsive > table caption,
.page-article > .panel.table-responsive > table caption,
.panel > .table-responsive > .table caption,
.panel.main-content__section > .table-responsive > table caption,
.panel.page-article > .table-responsive > table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child, .main-content__section > .panel.table-responsive > table:first-child,
.page-article > .panel.table-responsive > table:first-child,
.panel > .table-responsive:first-child > .table:first-child,
.panel.main-content__section > .table-responsive:first-child > table:first-child,
.panel.page-article > .table-responsive:first-child > table:first-child {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.panel > .table:first-child > thead:first-child > tr:first-child, .main-content__section > .panel.table-responsive > table:first-child > thead:first-child > tr:first-child,
.page-article > .panel.table-responsive > table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.main-content__section > .panel.table-responsive > table:first-child > tbody:first-child > tr:first-child,
.page-article > .panel.table-responsive > table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel.main-content__section > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child,
.panel.page-article > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child,
.panel.main-content__section > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child,
.panel.page-article > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .main-content__section > .panel.table-responsive > table:first-child > thead:first-child > tr:first-child td:first-child,
.page-article > .panel.table-responsive > table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.main-content__section > .panel.table-responsive > table:first-child > thead:first-child > tr:first-child th:first-child,
.page-article > .panel.table-responsive > table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.main-content__section > .panel.table-responsive > table:first-child > tbody:first-child > tr:first-child td:first-child,
.page-article > .panel.table-responsive > table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.main-content__section > .panel.table-responsive > table:first-child > tbody:first-child > tr:first-child th:first-child,
.page-article > .panel.table-responsive > table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel.main-content__section > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child td:first-child,
.panel.page-article > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel.main-content__section > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child th:first-child,
.panel.page-article > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel.main-content__section > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel.page-article > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel.main-content__section > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel.page-article > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 2px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .main-content__section > .panel.table-responsive > table:first-child > thead:first-child > tr:first-child td:last-child,
.page-article > .panel.table-responsive > table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.main-content__section > .panel.table-responsive > table:first-child > thead:first-child > tr:first-child th:last-child,
.page-article > .panel.table-responsive > table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.main-content__section > .panel.table-responsive > table:first-child > tbody:first-child > tr:first-child td:last-child,
.page-article > .panel.table-responsive > table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.main-content__section > .panel.table-responsive > table:first-child > tbody:first-child > tr:first-child th:last-child,
.page-article > .panel.table-responsive > table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel.main-content__section > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child td:last-child,
.panel.page-article > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel.main-content__section > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child th:last-child,
.panel.page-article > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel.main-content__section > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel.page-article > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel.main-content__section > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel.page-article > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 2px;
}
.panel > .table:last-child, .main-content__section > .panel.table-responsive > table:last-child,
.page-article > .panel.table-responsive > table:last-child,
.panel > .table-responsive:last-child > .table:last-child,
.panel.main-content__section > .table-responsive:last-child > table:last-child,
.panel.page-article > .table-responsive:last-child > table:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child, .main-content__section > .panel.table-responsive > table:last-child > tbody:last-child > tr:last-child,
.page-article > .panel.table-responsive > table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.main-content__section > .panel.table-responsive > table:last-child > tfoot:last-child > tr:last-child,
.page-article > .panel.table-responsive > table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel.main-content__section > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child,
.panel.page-article > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child,
.panel.main-content__section > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child,
.panel.page-article > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .main-content__section > .panel.table-responsive > table:last-child > tbody:last-child > tr:last-child td:first-child,
.page-article > .panel.table-responsive > table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.main-content__section > .panel.table-responsive > table:last-child > tbody:last-child > tr:last-child th:first-child,
.page-article > .panel.table-responsive > table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.main-content__section > .panel.table-responsive > table:last-child > tfoot:last-child > tr:last-child td:first-child,
.page-article > .panel.table-responsive > table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.main-content__section > .panel.table-responsive > table:last-child > tfoot:last-child > tr:last-child th:first-child,
.page-article > .panel.table-responsive > table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel.main-content__section > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel.page-article > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel.main-content__section > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel.page-article > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel.main-content__section > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel.page-article > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel.main-content__section > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel.page-article > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 2px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .main-content__section > .panel.table-responsive > table:last-child > tbody:last-child > tr:last-child td:last-child,
.page-article > .panel.table-responsive > table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.main-content__section > .panel.table-responsive > table:last-child > tbody:last-child > tr:last-child th:last-child,
.page-article > .panel.table-responsive > table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.main-content__section > .panel.table-responsive > table:last-child > tfoot:last-child > tr:last-child td:last-child,
.page-article > .panel.table-responsive > table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.main-content__section > .panel.table-responsive > table:last-child > tfoot:last-child > tr:last-child th:last-child,
.page-article > .panel.table-responsive > table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel.main-content__section > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel.page-article > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel.main-content__section > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel.page-article > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel.main-content__section > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel.page-article > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel.main-content__section > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel.page-article > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 2px;
}
.panel > .panel-body + .table, .main-content__section > .panel.table-responsive > .panel-body + table,
.page-article > .panel.table-responsive > .panel-body + table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.main-content__section > .panel.table-responsive > table + .panel-body,
.page-article > .panel.table-responsive > table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ececec;
}
.panel > .table > tbody:first-child > tr:first-child th, .main-content__section > .panel.table-responsive > table > tbody:first-child > tr:first-child th,
.page-article > .panel.table-responsive > table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td,
.main-content__section > .panel.table-responsive > table > tbody:first-child > tr:first-child td,
.page-article > .panel.table-responsive > table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 25px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 3px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #02d0b6;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #02d0b6;
  border-color: #02d0b6;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #02d0b6;
}
.panel-primary > .panel-heading .badge {
  color: #02d0b6;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #02d0b6;
}

.panel-success {
  border-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}

.panel-info {
  border-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}

.panel-warning {
  border-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}

.panel-danger {
  border-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #f7f7f7;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.95;
  filter: alpha(opacity=95);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}
.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.6;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn, .modal-footer .hbspt-form .hs-button + .btn, .hbspt-form .modal-footer .hs-button + .btn, .modal-footer .hbspt-form .btn + .hs-button, .hbspt-form .modal-footer .btn + .hs-button, .modal-footer .hbspt-form .hs-button + .hs-button, .hbspt-form .modal-footer .hs-button + .hs-button {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn, .modal-footer .btn-group .hbspt-form .hs-button + .btn, .hbspt-form .modal-footer .btn-group .hs-button + .btn, .modal-footer .btn-group .hbspt-form .btn + .hs-button, .hbspt-form .modal-footer .btn-group .btn + .hs-button, .modal-footer .btn-group .hbspt-form .hs-button + .hs-button, .hbspt-form .modal-footer .btn-group .hs-button + .hs-button {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.6;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 16px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 3px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.6;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 16px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 16px;
  background-color: rgb(247.35, 247.35, 247.35);
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
  border-radius: 2px 2px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
.fancybox-enabled {
  overflow: hidden;
}

.fancybox-enabled body {
  overflow: visible;
  height: 100%;
}

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  backface-visibility: hidden;
}

/* Make sure that the first one is on the top */
.fancybox-container ~ .fancybox-container {
  z-index: 99992;
}

.fancybox-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  opacity: 0;
  transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
  backface-visibility: hidden;
}

.fancybox-container--ready .fancybox-bg {
  opacity: 1;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-controls {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  z-index: 99994;
  transition: opacity 0.2s;
  pointer-events: none;
  backface-visibility: hidden;
  direction: ltr;
}

.fancybox-show-controls .fancybox-controls {
  opacity: 1;
}

.fancybox-infobar {
  display: none;
}

.fancybox-show-infobar .fancybox-infobar {
  display: inline-block;
  pointer-events: all;
}

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox-buttons {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  pointer-events: all;
}

.fancybox-show-buttons .fancybox-buttons {
  display: block;
}

.fancybox-slider-wrap {
  overflow: hidden;
  direction: ltr;
}

.fancybox-slider-wrap,
.fancybox-slider {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  z-index: 99993;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
}

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box;
}

.fancybox-slide--image {
  overflow: hidden;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-content {
  display: inline-block;
  position: relative;
  margin: 44px auto;
  padding: 0;
  border: 0;
  width: 80%;
  height: calc(100% - 88px);
  vertical-align: middle;
  line-height: normal;
  text-align: left;
  white-space: normal;
  outline: none;
  font-size: 16px;
  font-family: Arial, sans-serif;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
}

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video .fancybox-iframe {
  background: transparent;
}

.fancybox-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  backface-visibility: hidden;
}

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  background: transparent;
  background-size: 100% 100%;
}

.fancybox-controls--canzoomOut .fancybox-placeholder {
  cursor: zoom-out;
}

.fancybox-controls--canzoomIn .fancybox-placeholder {
  cursor: zoom-in;
}

.fancybox-controls--canGrab .fancybox-placeholder {
  cursor: grab;
}

.fancybox-controls--isGrabbing .fancybox-placeholder {
  cursor: grabbing;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-tmp {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}

.fancybox-error {
  position: absolute;
  margin: 0;
  padding: 40px;
  top: 50%;
  left: 50%;
  width: 380px;
  max-width: 100%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  cursor: default;
}

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}

.fancybox-close-small:after {
  content: "×";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  transition: background 0.2s;
  box-sizing: border-box;
  z-index: 2;
}

.fancybox-close-small:focus:after {
  outline: 1px dotted #888;
}

.fancybox-slide--video .fancybox-close-small {
  top: -36px;
  right: -36px;
  background: transparent;
}

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee;
}

/* Caption */
.fancybox-caption-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0 30px;
  z-index: 99998;
  backface-visibility: hidden;
  box-sizing: border-box;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  opacity: 0;
  transition: opacity 0.2s;
  pointer-events: none;
}

.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
}

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button {
  pointer-events: all;
}

.fancybox-caption a {
  color: #fff;
  text-decoration: underline;
}

/* Buttons */
.fancybox-button {
  display: inline-block;
  position: relative;
  width: 44px;
  height: 44px;
  line-height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  background: transparent;
  color: #fff;
  box-sizing: border-box;
  vertical-align: top;
  outline: none;
}

.fancybox-button--disabled {
  cursor: default;
  pointer-events: none;
}

.fancybox-infobar__body, .fancybox-button {
  background: #d1ccc7;
}

.fancybox-button:hover {
  background: #ee1d4d;
}

.fancybox-button::before,
.fancybox-button::after {
  content: "";
  pointer-events: none;
  position: absolute;
  border-color: #fff;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  box-sizing: border-box;
  display: inline-block;
}

.fancybox-button--disabled::before,
.fancybox-button--disabled::after {
  opacity: 0.5;
}

.fancybox-button--left::after {
  left: 20px;
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.fancybox-button--right::after {
  right: 20px;
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fancybox-button--left {
  border-bottom-left-radius: 5px;
}

.fancybox-button--right {
  border-bottom-right-radius: 5px;
}

.fancybox-button--close {
  float: right;
}

.fancybox-button--close::before, .fancybox-button--close::after {
  content: "";
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px);
}

.fancybox-button--close::before {
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fancybox-button--close::after {
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* Loading spinner */
.fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  animation: fancybox-rotate 0.8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999;
}
@keyframes fancybox-rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-controls {
    text-align: left;
  }
  .fancybox-button--left,
  .fancybox-button--right,
  .fancybox-buttons button:not(.fancybox-button--close) {
    display: none !important;
  }
  .fancybox-caption {
    padding: 20px 0;
    margin: 0;
  }
}
/* Fullscreen  */
.fancybox-button--fullscreen::before {
  width: 15px;
  height: 11px;
  left: 15px;
  top: 16px;
  border: 2px solid;
  background: none;
}

/* Slideshow button */
.fancybox-button--play::before {
  top: 16px;
  left: 18px;
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
  background: transparent;
}

.fancybox-button--pause::before {
  top: 16px;
  left: 18px;
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 0 2px;
  background: transparent;
}

/* Thumbs */
.fancybox-button--thumbs span {
  font-size: 23px;
}

.fancybox-button--thumbs::before {
  top: 20px;
  left: 21px;
  width: 3px;
  height: 3px;
  box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
}

.fancybox-container--thumbs .fancybox-controls,
.fancybox-container--thumbs .fancybox-slider-wrap,
.fancybox-container--thumbs .fancybox-caption-wrap {
  right: 220px;
}

.fancybox-thumbs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 220px;
  margin: 0;
  padding: 5px 5px 0 0;
  background: #fff;
  z-index: 99993;
  word-break: normal;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}

.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0;
}

.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  max-width: 50%;
  padding: 0;
  margin: 0;
  width: 105px;
  height: 75px;
  position: relative;
  cursor: pointer;
  outline: none;
  border: 5px solid #fff;
  border-top-width: 0;
  border-right-width: 0;
  -webkit-tap-highlight-color: transparent;
  backface-visibility: hidden;
  box-sizing: border-box;
}

li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-thumbs > ul > li:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 2px;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    display: none !important;
  }
  .fancybox-container--thumbs .fancybox-controls,
  .fancybox-container--thumbs .fancybox-slider-wrap,
  .fancybox-container--thumbs .fancybox-caption-wrap {
    right: 0;
  }
}
/**
 * Animation - Shake
 */
@keyframes shake {
  0% {
    transform: translate(3px, 0);
  }
  50% {
    transform: translate(-3px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  animation-name: bounce;
  -ms-transform-origin: center bottom;
      transform-origin: center bottom;
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  animation-name: pulse;
}
@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  animation-name: rubberBand;
}
@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  animation-name: shake;
}
@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}
@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -ms-transform-origin: top center;
      transform-origin: top center;
  animation-name: swing;
}
@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
  from {
    transform: translate3d(0, 0, 0);
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.wobble {
  animation-name: wobble;
}
@keyframes jello {
  from, 11.1%, to {
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  animation-name: jello;
  -ms-transform-origin: center;
      transform-origin: center;
}
@keyframes heartBeat {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.3);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.3);
  }
  70% {
    transform: scale(1);
  }
}
.heartBeat {
  animation-name: heartBeat;
  animation-duration: 1.3s;
  animation-timing-function: ease-in-out;
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  animation-duration: 0.75s;
  animation-name: bounceIn;
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}
@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  animation-duration: 0.75s;
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  animation-name: bounceOutUp;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
@keyframes flip {
  from {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  backface-visibility: visible;
  animation-name: flip;
}
@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInX {
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInY {
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  animation-duration: 0.75s;
  animation-name: flipOutX;
  backface-visibility: visible !important;
}
@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  animation-duration: 0.75s;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}
@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}
@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
}
@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}
@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
}
@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}
@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}
@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  animation-name: rotateOut;
}
@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}
@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}
@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}
@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}
@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  animation-duration: 2s;
  animation-name: hinge;
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.jackInTheBox {
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  animation-name: rollOut;
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  animation-name: zoomInDown;
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  animation-name: zoomInLeft;
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  animation-name: zoomInRight;
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  animation-name: zoomInUp;
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  animation-name: zoomOut;
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  animation-name: zoomOutDown;
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  animation-name: zoomOutLeft;
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
.zoomOutRight {
  animation-name: zoomOutRight;
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  animation-name: zoomOutUp;
}
@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}
@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}
@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  animation-name: slideOutDown;
}
@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  animation-delay: 1s;
}

.animated.delay-2s {
  animation-delay: 2s;
}

.animated.delay-3s {
  animation-delay: 3s;
}

.animated.delay-4s {
  animation-delay: 4s;
}

.animated.delay-5s {
  animation-delay: 5s;
}

.animated.fast {
  animation-duration: 800ms;
}

.animated.faster {
  animation-duration: 500ms;
}

.animated.slow {
  animation-duration: 2s;
}

.animated.slower {
  animation-duration: 3s;
}

@media (prefers-reduced-motion) {
  .animated {
    animation: unset !important;
    transition: none !important;
  }
}
html {
  -webkit-tap-highlight-color: rgba(2, 208, 182, 0.15);
}

html,
body {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html.modal-opened,
body.modal-opened {
  height: 100%;
  overflow-y: hidden;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  img.aligncenter {
    float: none;
    width: 100%;
    height: auto;
    margin: 0 20px 0 0;
  }
}

img.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}
@media (max-width: 767px) {
  img.alignleft {
    float: none;
    width: 100%;
    height: auto;
    margin: 0 0 20px 0;
  }
}

img.alignright {
  float: right;
  margin: 0 0 20px 20px;
}
@media (max-width: 767px) {
  img.alignright {
    float: none;
    width: 100%;
    height: auto;
    margin: 0 0 20px 0;
  }
}

.wp-caption-text {
  margin-top: 0.3em;
  font-style: italic;
  color: #888;
}

.embed-responsive {
  margin-bottom: 1.875em;
}

ul.row {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
}
ul.row > li {
  margin-top: 0;
}

.wrapper {
  background-color: #fff;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}

button {
  outline: none !important;
}

/**
 * Admin bar
 */
#wp-admin-bar-wpseo-menu {
  display: none !important;
}

/**
 * Simple and robust flex grid
 */
.oi-flex-row {
  display: -ms-flexbox;
  display: flex;
}
.oi-flex-row--bottom {
  -ms-flex-align: end;
      align-items: flex-end;
}

.oi-flex-col {
  -ms-flex: 1;
      flex: 1;
}

/**
 * Animations
 */
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.x {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: -2px 0 0;
  width: 40px;
  height: 40px;
  background: transparent;
  border: 0;
  z-index: 1;
  transition: all 0.3s linear 0s;
  border-radius: 2px;
  vertical-align: middle;
}
@media (min-width: 992px) {
  .x {
    margin-right: 10px;
  }
}
.x span {
  height: 2px;
  overflow: visible;
}
.x .lines,
.x .lines:before,
.x .lines:after {
  display: block;
  position: absolute;
  left: 0;
  width: 16px;
  height: 2px;
  padding: 0;
  background-color: #02d0b6;
  transition: all 0.3s;
}
.x .lines {
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -1px;
}
.x .lines:before {
  top: -6px;
  content: "­";
  -ms-transform-origin: 50% 50% 0;
      transform-origin: 50% 50% 0;
}
.x .lines:after {
  bottom: -6px;
  content: "­";
  -ms-transform-origin: 50% 50% 0;
      transform-origin: 50% 50% 0;
}

.open .x {
  background-color: #fff;
}
.open .x .lines {
  background-color: transparent;
  background-color: rgba(255, 255, 255, 0);
}
.open .x .lines:before {
  top: 0;
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
  background-color: #02d0b6;
}
.open .x .lines:after {
  bottom: 0;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  background-color: #02d0b6;
}

/**
 * moomoo globals
 */
.mega-nav-open {
  overflow: hidden;
}

@media (min-width: 1360px) {
  .container, .cookie-notice-container {
    width: 1340px;
  }
}

.site-body {
  padding-top: 60px;
}

/* Column Grid styles */
@media (max-width: 767px) {
  .column-grid > .column {
    float: none;
    width: 100%;
  }
}

.padding-70 {
  padding: 40px 0;
}
@media (min-width: 768px) {
  .padding-70 {
    padding: 70px 0;
  }
}

.padding-50 {
  padding: 25px 0;
}
@media (min-width: 768px) {
  .padding-50 {
    padding: 50px 0;
  }
}

.padding-5010 {
  padding: 25px 0 10px 0;
}
@media (min-width: 768px) {
  .padding-5010 {
    padding: 50px 0 10px 0;
  }
}

.padding-50100 {
  padding: 25px 0 50px 0;
}
@media (min-width: 768px) {
  .padding-50100 {
    padding: 50px 0 100px 0;
  }
}

.padding-70100 {
  padding: 40px 0;
}
@media (min-width: 768px) {
  .padding-70100 {
    padding: 70px 0 100px 0;
  }
}

.padding-0100 {
  padding: 0 0 50px 0;
}
@media (min-width: 768px) {
  .padding-0100 {
    padding: 0 0 100px 0;
  }
}

.padding-100 {
  padding: 50px 0;
}
@media (min-width: 768px) {
  .padding-100 {
    padding: 100px 0;
  }
}

.padding-100-0 {
  padding: 50px 0 0 0;
}
@media (min-width: 768px) {
  .padding-100-0 {
    padding: 100px 0 0 0;
  }
}

.padding-130 {
  padding: 65px 0;
}
@media (min-width: 768px) {
  .padding-130 {
    padding: 130px 0;
  }
}

.margin-top-10 {
  margin-top: 10px;
}

.margin-top-20 {
  margin-top: 20px;
}

.margin-top-30 {
  margin-top: 30px;
}

.margin-top-40 {
  margin-top: 40px;
}

.margin-top-50 {
  margin-top: 50px;
}

.margin-top-60 {
  margin-top: 60px;
}

.margin-top-70 {
  margin-top: 70px;
}

.margin-top-80 {
  margin-top: 80px;
}

.margin-top-90 {
  margin-top: 90px;
}

.margin-top-100 {
  margin-top: 100px;
}

.small-bold {
  font-size: 14px;
  font-weight: bold;
}

/**
 * Scroll icon with animation
 */
.oi-scroll-down {
  background: none;
  border: 2px solid #fff;
  border-radius: 100px;
  height: 60px;
  position: relative;
  text-indent: -9999px;
  width: 40px;
}
.oi-scroll-down:before {
  content: "";
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 12px;
  left: 50%;
  margin-left: -3px;
  width: 6px;
  height: 6px;
  animation-name: scrollDownSmall;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
}
.oi-scroll-down:focus, .oi-scroll-down:active {
  outline: none;
}

@keyframes scrollDownSmall {
  0% {
    opacity: 0;
    transform: translateY(0);
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
    transform: translateY(9px);
  }
  100% {
    opacity: 0;
    transform: translateY(9px);
  }
}
/**
 *
 */
@media (min-width: 768px) {
  .row.is-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (min-width: 768px) {
  .row.is-flex > [class*=col-] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.row.is-equal {
  overflow: hidden;
}

.row.is-equal [class*=col-] {
  margin-bottom: -99999px;
  padding-bottom: 99999px;
}

@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.pl-0 {
  padding-left: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.woocommerce-product-gallery__trigger, .flex-viewport:before, .icon02 .accordion-panel__title:before, .btn-giga.icon-paper:before, .icon03 .accordion-panel__title:before, .icon04 .accordion-panel__title:before, .icon01 .accordion-panel__title:before, .btn-giga.icon-world:before, .social-networks__list .btn-fb:after, .social-networks__list .btn-fb:before, .icon05 .accordion-panel__title:before, .list-meta__temp:before, .card-product__temp:before, .icon-button--search:after, .btn-quick-mobile--search:before, .icon-button--search:before, .card-product__price:before, .footer-link--mobile::before, .footer-link--mail::before, .footer-link--location::before, .list-meta__weight:before, .insta-section__title-icon:before, .footer-link--insta::before, .icon-button--language:after, .btn-quick-mobile--lang:before, .icon-button--language:before, .footer-link--facebook::before, .sub-menu__close:after,
.aside-close:after, .modal-moomoo .close-modal:after,
.modal-terms .close-modal:after,
.modal-newsletter .close-modal:after, .modal-languages .close-modal:after, .mainnav-left .sub-menu__close:before:hover, .product-filter-dropdown-menu .wc-layered-nav-term.chosen a:before, .sub-menu__close:before,
.aside-close:before, .modal-moomoo .close-modal:before,
.modal-terms .close-modal:before,
.modal-newsletter .close-modal:before, .modal-languages .close-modal:before, .modal-search .close-modal:before, .mainnav-left .sub-menu__close:before, .post-item__figure .datetime:before, .single-meta__datetime:before, .btn-open-aside:before, .btn-open-aside:after, .btn-quick-mobile--menu:before, .acc-indicator:after, .woocommerce-form__privacy-label:after, .checkbox-wrap .control-label:after, .hbspt-form .hs-form-booleancheckbox .control-label:after, .hbspt-form .hs-form-booleancheckbox .hs-form-booleancheckbox-display > span:after, .input-checkbox + label:after, .product-filter-toggle.active::after, .acc-indicator:before, .product-page__navi-item--next a::before, .product-page__navi-item--prev a::before, .mainnav-left--mobile > li.menu-item-has-children > a:after, .mainnav-left > li.menu-item-has-children > a:hover:before, .woocommerce-breadcrumb__arrow, .product-filter-toggle:after, .page-numbers .page-numbers.prev:before,
.page-numbers .page-numbers.next:before, .mainnav-left-hover-modal .menu-item-has-children [data-toggle=collapse]:before, .mainnav-left > li.menu-item-has-children > a:before, .shop_table.cart .product-remove .remove, .btn-cart:before {
  background-repeat: no-repeat;
  background-image: url("../gfx/oi-icons_sprite.svg");
}

.btn-cart:before {
  background-position: -192px -192px;
  width: 24px;
  height: 24px;
}

.shop_table.cart .product-remove .remove {
  background-position: -216px -96px;
  width: 24px;
  height: 24px;
}

.product-filter-toggle:after, .page-numbers .page-numbers.prev:before,
.page-numbers .page-numbers.next:before, .mainnav-left-hover-modal .menu-item-has-children [data-toggle=collapse]:before, .mainnav-left > li.menu-item-has-children > a:before {
  background-position: -168px -216px;
  width: 16px;
  height: 16px;
}

.woocommerce-breadcrumb__arrow {
  background-position: -168px -232px;
  width: 16px;
  height: 8px;
}

.product-page__navi-item--next a::before, .product-page__navi-item--prev a::before, .mainnav-left--mobile > li.menu-item-has-children > a:after, .mainnav-left > li.menu-item-has-children > a:hover:before {
  background-position: -216px -216px;
  width: 16px;
  height: 16px;
}

.product-filter-toggle.active::after, .acc-indicator:before {
  background-position: -200px -216px;
  width: 16px;
  height: 16px;
}

.woocommerce-form__privacy-label:after, .checkbox-wrap .control-label:after, .hbspt-form .hs-form-booleancheckbox .control-label:after, .hbspt-form .hs-form-booleancheckbox .hs-form-booleancheckbox-display > span:after, .input-checkbox + label:after {
  background-position: -240px 0;
  width: 16px;
  height: 16px;
}

.acc-indicator:after {
  background-position: -184px -216px;
  width: 16px;
  height: 16px;
}

.btn-quick-mobile--menu:before {
  background-position: -216px -144px;
  width: 24px;
  height: 24px;
}

.btn-open-aside:after {
  background-position: -24px -216px;
  width: 24px;
  height: 24px;
}

.btn-open-aside:before {
  background-position: -48px -216px;
  width: 24px;
  height: 24px;
}

.single-meta__datetime:before {
  background-position: -96px -216px;
  width: 24px;
  height: 24px;
}

.post-item__figure .datetime:before {
  background-position: -120px -216px;
  width: 24px;
  height: 24px;
}

.product-filter-dropdown-menu .wc-layered-nav-term.chosen a:before, .sub-menu__close:before,
.aside-close:before, .modal-moomoo .close-modal:before,
.modal-terms .close-modal:before,
.modal-newsletter .close-modal:before, .modal-languages .close-modal:before, .modal-search .close-modal:before, .mainnav-left .sub-menu__close:before {
  background-position: -144px -216px;
  width: 24px;
  height: 24px;
}

.sub-menu__close:after,
.aside-close:after, .modal-moomoo .close-modal:after,
.modal-terms .close-modal:after,
.modal-newsletter .close-modal:after, .modal-languages .close-modal:after, .mainnav-left .sub-menu__close:before:hover {
  background-position: -192px -24px;
  width: 24px;
  height: 24px;
}

.footer-link--facebook::before {
  background-position: -192px -48px;
  width: 24px;
  height: 24px;
}

.btn-quick-mobile--lang:before, .icon-button--language:before {
  background-position: -192px -72px;
  width: 24px;
  height: 24px;
}

.icon-button--language:after {
  background-position: -192px -96px;
  width: 24px;
  height: 24px;
}

.insta-section__title-icon:before, .footer-link--insta::before {
  background-position: -192px -120px;
  width: 24px;
  height: 24px;
}

.list-meta__weight:before {
  background-position: -192px -144px;
  width: 24px;
  height: 24px;
}

.footer-link--location::before {
  background-position: -192px -168px;
  width: 24px;
  height: 24px;
}

.footer-link--mail::before {
  background-position: 0 -192px;
  width: 24px;
  height: 24px;
}

.footer-link--mobile::before {
  background-position: -24px -192px;
  width: 24px;
  height: 24px;
}

.card-product__price:before {
  background-position: -48px -192px;
  width: 24px;
  height: 24px;
}

.btn-quick-mobile--search:before, .icon-button--search:before {
  background-position: -96px -192px;
  width: 24px;
  height: 24px;
}

.icon-button--search:after {
  background-position: -120px -192px;
  width: 24px;
  height: 24px;
}

.card-product__temp:before {
  background-position: -192px 0;
  width: 24px;
  height: 24px;
}

.list-meta__temp:before {
  background-position: -168px -192px;
  width: 24px;
  height: 24px;
}

.icon05 .accordion-panel__title:before {
  background-position: -96px -48px;
  width: 48px;
  height: 48px;
}

.social-networks__list .btn-fb:before {
  background-position: 0 -96px;
  width: 48px;
  height: 48px;
}

.social-networks__list .btn-fb:after {
  background-position: -48px -96px;
  width: 48px;
  height: 48px;
}

.btn-giga.icon-world:before {
  background-position: 0 0;
  width: 48px;
  height: 48px;
}

.icon01 .accordion-panel__title:before {
  background-position: -144px 0;
  width: 48px;
  height: 48px;
}

.icon04 .accordion-panel__title:before {
  background-position: -144px -144px;
  width: 48px;
  height: 48px;
}

.icon03 .accordion-panel__title:before {
  background-position: -48px 0;
  width: 48px;
  height: 48px;
}

.icon02 .accordion-panel__title:before, .btn-giga.icon-paper:before {
  background-position: -96px 0;
  width: 48px;
  height: 48px;
}

.woocommerce-product-gallery__trigger, .flex-viewport:before {
  background-position: 0 -48px;
  width: 48px;
  height: 48px;
}

h1, .h1  {
  font-size: 38px;
  margin-top: 0;
}

.h1--xl  {
  font-size: 55px;
}

.h1--light  {
  font-weight: 300;
}

h2, .h2 {
  font-size: 32px;
  margin-top: 0;
}

h3, .h3 {
  font-size: 24px;
  margin-top: 0;
}

h4, .h4 {
  font-size: 20px;
  margin-top: 0;
}

li {
  margin-top: 0.7em;
}

p, ul {
  margin: 0 0 1.8em;
}

blockquote {
  max-width: 650px;
  padding-top: 40px;
  padding-bottom: 40px;
  border-left-width: 2px;
  margin: auto;
  margin-bottom: 1.8em;
  margin-top: 1.8em;
  font-size: 22px;
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  quotes: "“" "”" "‘" "’";
  position: relative;
}
blockquote > p {
  margin-bottom: 0.2em;
  color: #222;
  line-height: 1.37;
}
blockquote > p:last-child {
  margin-bottom: 0;
}
blockquote > footer {
  color: #777;
  font-size: 16px;
  font-style: italic;
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 6px;
}

.title-black {
  font-size: 24px;
  font-weight: 500;
  color: #222;
  margin-bottom: 40px;
}

.text-color {
  color: #222 !important;
}

.text-secondary {
  color: #ee1d4d !important;
}

.text-gray {
  color: rgb(85.425, 85.425, 85.425) !important;
}

.text-bold {
  font-weight: bold !important;
}

.table, .main-content__section > .table-responsive > table,
.page-article > .table-responsive > table {
  font-size: 16px;
}
.table > thead > tr > th, .main-content__section > .table-responsive > table > thead > tr > th,
.page-article > .table-responsive > table > thead > tr > th,
.table > thead > tr > td,
.main-content__section > .table-responsive > table > thead > tr > td,
.page-article > .table-responsive > table > thead > tr > td {
  border-bottom-color: #6d02d0;
  border-bottom-width: 5px;
  font-weight: 400;
}
.table > tbody > tr > th, .main-content__section > .table-responsive > table > tbody > tr > th,
.page-article > .table-responsive > table > tbody > tr > th {
  font-weight: normal;
}
.table > tbody > tr:nth-of-type(odd), .main-content__section > .table-responsive > table > tbody > tr:nth-of-type(odd),
.page-article > .table-responsive > table > tbody > tr:nth-of-type(odd) {
  background-color: #f7f7f7;
}
.table > tbody > tr > td, .main-content__section > .table-responsive > table > tbody > tr > td,
.page-article > .table-responsive > table > tbody > tr > td {
  border-top: none;
}

/* Striped */
.table-striped > tbody > tr:nth-of-type(odd), .main-content__section > .table-responsive > table > tbody > tr:nth-of-type(odd),
.page-article > .table-responsive > table > tbody > tr:nth-of-type(odd) {
  background-color: #f7f7f7;
}

.alert, .single_variation_wrap .woocommerce-variation .woocommerce-variation-availability .stock {
  border: 0;
  border-radius: 4px;
  padding: 20px;
}
.alert p:last-child, .single_variation_wrap .woocommerce-variation .woocommerce-variation-availability .stock p:last-child {
  margin-bottom: 0;
}
.alert a, .single_variation_wrap .woocommerce-variation .woocommerce-variation-availability .stock a {
  color: #fff;
  text-decoration: underline;
}
.alert a:hover, .single_variation_wrap .woocommerce-variation .woocommerce-variation-availability .stock a:hover {
  opacity: 0.7;
}

.row.px-gallery {
  margin-bottom: 15px;
}

.gallery-thumb {
  margin-bottom: 20px;
}

.gallery-thumb__url,
.gallery-thumb__image,
.gallery-thumb__caption {
  display: block;
}

.gallery-thumb__url {
  border-radius: 3px;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 10px;
  transition: box-shadow 0.15s;
}
.gallery-thumb__url:hover {
  box-shadow: 0 0 0 2px #02d0b6;
}

.gallery-thumb__image img {
  border-radius: 3px;
  display: block;
  width: 100%;
  height: auto;
}

.btn, .hbspt-form .hs-button {
  font-size: 16px;
  font-weight: 400;
  box-shadow: none;
  border-radius: 100px;
  border-width: 4px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 40px;
  padding-right: 40px;
  transition: background-color 0.15s, border-color 0.15s, color 0.15s;
}
.btn:hover, .hbspt-form .hs-button:hover, .btn:focus, .hbspt-form .hs-button:focus, .btn:active, .hbspt-form .hs-button:active, .btn.active, .hbspt-form .active.hs-button {
  box-shadow: none;
  outline: none !important;
}

.btn-default:hover {
  background-color: rgba(2, 208, 182, 0.15);
}
.btn-default:focus, .btn-default:active {
  background-color: #ededed;
}

.btn-primary:hover, .hbspt-form .hs-button.primary:hover {
  color: rgb(34.425, 34.425, 34.425);
  background-color: #fff;
  border-color: #02d0b6;
}
.btn-primary:focus, .hbspt-form .hs-button.primary:focus, .btn-primary:active, .hbspt-form .hs-button.primary:active {
  color: rgb(34.425, 34.425, 34.425);
  background-color: #e5faf7;
  border-color: #02d0b6;
}

.btn-cta, .cn-more-info, .cn-set-cookie {
  background-color: #ee1d4d;
  border-color: #ee1d4d;
  color: #fff;
}
.btn-cta:hover, .cn-more-info:hover, .cn-set-cookie:hover {
  color: rgb(34.425, 34.425, 34.425);
  background-color: #fff;
  border-color: #ee1d4d;
}
.btn-cta:focus, .cn-more-info:focus, .cn-set-cookie:focus, .btn-cta:active, .cn-more-info:active, .cn-set-cookie:active {
  color: rgb(34.425, 34.425, 34.425);
  background-color: #fce6eb;
  border-color: #ee1d4d;
}
.btn-cta.btn-xs, .cn-more-info, .cn-set-cookie, .btn-group-xs > .btn-cta.btn, .btn-group-xs > .btn.cn-more-info, .btn-group-xs > .btn.cn-set-cookie, .hbspt-form .btn-group-xs > .btn-cta.hs-button, .hbspt-form .btn-group-xs > .hs-button.cn-more-info, .hbspt-form .btn-group-xs > .hs-button.cn-set-cookie {
  font-weight: 300;
  height: 39px;
  padding: 4px 20px;
}

.btn-cta-dark {
  background-color: #666666;
  border-color: #666666;
  color: #fff;
}
.btn-cta-dark:hover {
  background-color: #fff;
  border-color: #666666;
  color: #ee1d4d;
}
.btn-cta-dark:focus, .btn-cta-dark:active {
  background-color: rgba(102, 102, 102, 0.1);
  border-color: #666666;
  color: #ee1d4d;
}

.btn-link {
  box-shadow: none;
  border-radius: 0;
}

.btn-giga {
  background-color: #f7f7f7;
  display: block;
  padding: 30px;
  font-size: 20px;
  color: #222;
  margin-top: 30px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
}
.btn-giga.has-icon {
  padding-left: 98px;
}
.btn-giga.has-icon:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -24px;
  left: 30px;
}
@media (min-width: 768px) {
  .btn-giga.has-icon.icon-paper {
    margin-left: 10px;
  }
}
@media (min-width: 768px) {
  .btn-giga.has-icon.icon-paper.no-margin-left {
    margin-left: 0;
  }
}
.btn-giga:hover, .btn-giga:focus {
  color: #02d0b6;
  text-decoration: none;
}
.btn-cart {
  padding-right: 4px;
  padding-left: 42px;
  position: relative;
  color: #222;
}
.btn-cart:hover {
  color: #ee1d4d;
}
.btn-cart:before {
  content: "";
  position: absolute;
  left: 4px;
  top: 50%;
  margin-top: -12px;
}

.form-group, .hbspt-form fieldset.form-columns-0,
.hbspt-form fieldset.form-columns-1,
.hbspt-form fieldset.form-columns-2 {
  margin-bottom: 30px;
}

label {
  font-weight: 400;
  margin-bottom: 15px;
}
label .required {
  position: relative;
  top: 1px;
  color: #d91c33;
  margin-left: 3px;
  font-size: 16px;
}
label abbr[title].required, label abbr[data-original-title].required {
  text-decoration: none;
  border: none;
  position: relative;
  top: auto;
  margin: 0;
}
.woocommerce-checkout label {
  font-weight: 600;
}

fieldset {
  margin-top: 10px;
}

legend {
  font-size: 16px;
  height: 20px;
  font-weight: 700;
}
legend > span {
  position: relative;
  top: 5px;
  background-color: #fff;
  padding-right: 10px;
}

.form-control, .wc-pao-addon-wrap .input-text,
.wc-pao-addon-wrap .wc-pao-addon-select, .montonio-payments-country-dropdown, .parcel_machine_checkout select.select, .hbspt-form .hs-input:not([type=checkbox]) {
  box-shadow: none;
  border-width: 2px;
  border-radius: 100px;
  height: 49px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.form-control:hover, .wc-pao-addon-wrap .input-text:hover,
.wc-pao-addon-wrap .wc-pao-addon-select:hover, .montonio-payments-country-dropdown:hover, .parcel_machine_checkout select.select:hover, .hbspt-form .hs-input:hover:not([type=checkbox]) {
  border-color: rgb(153.8, 142.8, 131.8);
  z-index: 1;
}
.form-control:focus, .wc-pao-addon-wrap .input-text:focus,
.wc-pao-addon-wrap .wc-pao-addon-select:focus, .montonio-payments-country-dropdown:focus, .parcel_machine_checkout select.select:focus, .hbspt-form .hs-input:focus:not([type=checkbox]), .form-control:active, .wc-pao-addon-wrap .input-text:active,
.wc-pao-addon-wrap .wc-pao-addon-select:active, .montonio-payments-country-dropdown:active, .parcel_machine_checkout select.select:active, .hbspt-form .hs-input:active:not([type=checkbox]) {
  box-shadow: 0 0 5px rgba(2, 208, 182, 0.2);
}
.form-control:focus:hover, .wc-pao-addon-wrap .input-text:focus:hover,
.wc-pao-addon-wrap .wc-pao-addon-select:focus:hover, .montonio-payments-country-dropdown:focus:hover, .parcel_machine_checkout select.select:focus:hover, .hbspt-form .hs-input:focus:hover:not([type=checkbox]), .form-control:active:hover, .wc-pao-addon-wrap .input-text:active:hover,
.wc-pao-addon-wrap .wc-pao-addon-select:active:hover, .montonio-payments-country-dropdown:active:hover, .parcel_machine_checkout select.select:active:hover, .hbspt-form .hs-input:active:hover:not([type=checkbox]) {
  border-color: #00adef;
}

textarea.form-control, .wc-pao-addon-wrap textarea.input-text,
.wc-pao-addon-wrap textarea.wc-pao-addon-select, textarea.montonio-payments-country-dropdown, .hbspt-form textarea.hs-input:not([type=checkbox]) {
  border-radius: 8px;
  padding-top: 15px;
  padding-bottom: 15px;
}

select.form-control, .wc-pao-addon-wrap select.input-text,
.wc-pao-addon-wrap select.wc-pao-addon-select, select.montonio-payments-country-dropdown, .parcel_machine_checkout select.select, .hbspt-form select.hs-input:not([type=checkbox]) {
  appearance: none;
  padding-right: 25px;
  background: #fff url("../gfx/ico-select_input.svg") 100% 50% no-repeat;
}

textarea.form-control, .wc-pao-addon-wrap textarea.input-text,
.wc-pao-addon-wrap textarea.wc-pao-addon-select, textarea.montonio-payments-country-dropdown, .hbspt-form textarea.hs-input:not([type=checkbox]) {
  resize: vertical;
}

.input-radio + label,
.input-checkbox + label {
  position: relative;
  display: inline-block;
  padding: 5px 20px;
  padding-left: 37px;
  padding-top: 2px;
  padding-bottom: 2px;
  text-transform: none;
  font-family: "Montserrat", sans-serif;
  text-align: left;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0;
  cursor: pointer;
  transition: opacity 0.15s;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.input-radio + label:before,
.input-checkbox + label:before {
  position: absolute;
  left: 0;
  top: 2px;
  width: 26px;
  height: 26px;
  border: 2px solid #d1ccc7;
  content: "­";
  transition: border-color 0.15s, background-color 0.15s;
}
.input-radio + label:hover:before,
.input-checkbox + label:hover:before {
  border-color: #02d0b6;
}
.input-radio + label.active:after,
.input-checkbox + label.active:after {
  -ms-transform: scale(1);
      transform: scale(1);
  opacity: 1;
}
.input-radio + label.input-size,
.input-checkbox + label.input-size {
  border: 2px solid #d1ccc7;
  background: #fff;
  border-radius: 50px;
  color: #666;
  height: 40px;
  line-height: 1.7;
  padding: 5px 20px;
  margin: 0 10px;
  transition: border 100ms ease-in-out, color 100ms ease-in-out;
}
.input-radio + label.input-size:before, .input-radio + label.input-size:after,
.input-checkbox + label.input-size:before,
.input-checkbox + label.input-size:after {
  display: none;
}
.input-radio + label.input-size:hover,
.input-checkbox + label.input-size:hover {
  border-color: rgb(243.3518518519, 100.1481481481, 133.037037037);
}
.input-radio:disabled + label,
.input-checkbox:disabled + label {
  cursor: default;
  opacity: 0.45;
}
.input-radio:checked + label:before,
.input-checkbox:checked + label:before {
  background-color: #f7f7f7;
  border-color: #f7f7f7;
}
.input-radio:checked + label:after,
.input-checkbox:checked + label:after {
  -ms-transform: scale(1);
      transform: scale(1);
  opacity: 1;
}
.input-radio.input-radio--white:checked + label::before, .input-radio.input-checkbox--white:checked + label::before,
.input-checkbox.input-radio--white:checked + label::before,
.input-checkbox.input-checkbox--white:checked + label::before {
  background-color: #fff;
  border-color: #d1ccc7;
}

.input-checkbox.input-checkbox--white + label::before {
  background-color: #fff;
}
.input-checkbox + label:before {
  border-radius: 3px;
}
.input-checkbox + label:after {
  position: absolute;
  left: 5px;
  top: 7px;
  content: "­";
  -ms-transform: scale(0);
      transform: scale(0);
  opacity: 0;
  transition: transform 0.15s, opacity 0.08s;
}

.input-radio + label:before, .input-radio + label:after {
  border-radius: 50%;
}
.input-radio + label:before {
  background-color: #fff;
}
.input-radio + label:after {
  position: absolute;
  left: 7px;
  top: 9px;
  content: "­";
  width: 12px;
  height: 12px;
  background-color: #ee1d4d;
  -ms-transform: scale(0);
      transform: scale(0);
  opacity: 0;
  transition: transform 0.15s, opacity 0.08s;
}
.input-radio:checked + label:before {
  background-color: #f7f7f7;
  border-color: #d1ccc7;
}
.input-radio:checked + label.input-size {
  border-color: #ee1d4d;
  color: #222;
}

.input-block + label {
  display: block;
}

/**
 * NINJA FORMS
 */
.nf-before-form-content .nf-form-fields-required {
  margin-bottom: 30px;
}

.nf-form-hp {
  display: none;
}

.file_upload-wrap .nf-oi-upload__wrap {
  border: 2px solid #d1ccc7;
  padding: 5px;
  border-radius: 100px;
  height: 53px;
  position: relative;
}
.file_upload-wrap .fileinput-button {
  float: right;
  margin: 0;
  padding: 4px 15px;
  font-size: 16px;
  height: 39px;
  margin-left: 5px;
  border-radius: 100px;
  background-color: #ffffff;
  border: solid 2px #ee1d4d;
  transition: color 200ms ease, background 200ms ease;
}
.file_upload-wrap .fileinput-button:hover {
  background-color: #ee1d4d;
  color: #fff;
}
.file_upload-wrap .progress {
  box-shadow: none;
  margin: 0;
  height: 39px;
  border-radius: 100px;
}
.file_upload-wrap .progress .progress-bar {
  background-color: #4cba4a;
}
.file_upload-wrap .nf-file--uploaded {
  border-bottom: 1px solid #d1ccc7;
  margin: 0;
  font-size: 14px;
  color: #222222;
  padding: 13px 0;
  position: relative;
}
.file_upload-wrap .nf-file--uploaded .delete {
  float: right;
  height: 24px;
  width: 24px;
  position: relative;
  text-indent: -9999px;
}
.file_upload-wrap .nf-file--uploaded .delete:hover:before {
  opacity: 0;
}
.file_upload-wrap .nf-file--uploaded .delete:hover:after {
  opacity: 1;
}
.file_upload-wrap .nf-file--uploaded .delete:after, .file_upload-wrap .nf-file--uploaded .delete:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  transition: opacity 200ms ease-in-out;
}
.file_upload-wrap .nf-file--uploaded .delete:before {
  background: url("../gfx/symbols/icon_24x24__trash.svg") no-repeat 50% 50%;
  opacity: 1;
}
.file_upload-wrap .nf-file--uploaded .delete:after {
  background: url("../gfx/symbols/icon_24x24__trash-hover.svg") no-repeat 50% 50%;
  opacity: 0;
}

.nf-field-container .nf-error-wrap {
  display: none;
}

.nf-error .form-control, .nf-error .wc-pao-addon-wrap .input-text, .wc-pao-addon-wrap .nf-error .input-text,
.nf-error .wc-pao-addon-wrap .wc-pao-addon-select,
.wc-pao-addon-wrap .nf-error .wc-pao-addon-select, .nf-error .montonio-payments-country-dropdown, .nf-error .parcel_machine_checkout select.select, .parcel_machine_checkout .nf-error select.select, .nf-error .hbspt-form .hs-input:not([type=checkbox]), .hbspt-form .nf-error .hs-input:not([type=checkbox]) {
  border-color: #f66b6b;
}

.form-group.field-wrap.html-wrap .control-label, .form-group.field-wrap.html-wrap .hbspt-form .hs-form-booleancheckbox .hs-form-booleancheckbox-display > span, .hbspt-form .hs-form-booleancheckbox .form-group.field-wrap.html-wrap .hs-form-booleancheckbox-display > span, .hbspt-form fieldset.field-wrap.html-wrap.form-columns-0 .control-label, .hbspt-form fieldset.field-wrap.html-wrap.form-columns-0 .hs-form-booleancheckbox .hs-form-booleancheckbox-display > span, .hbspt-form .hs-form-booleancheckbox fieldset.field-wrap.html-wrap.form-columns-0 .hs-form-booleancheckbox-display > span,
.hbspt-form fieldset.field-wrap.html-wrap.form-columns-1 .control-label,
.hbspt-form fieldset.field-wrap.html-wrap.form-columns-1 .hs-form-booleancheckbox .hs-form-booleancheckbox-display > span,
.hbspt-form .hs-form-booleancheckbox fieldset.field-wrap.html-wrap.form-columns-1 .hs-form-booleancheckbox-display > span,
.hbspt-form fieldset.field-wrap.html-wrap.form-columns-2 .control-label,
.hbspt-form fieldset.field-wrap.html-wrap.form-columns-2 .hs-form-booleancheckbox .hs-form-booleancheckbox-display > span,
.hbspt-form .hs-form-booleancheckbox fieldset.field-wrap.html-wrap.form-columns-2 .hs-form-booleancheckbox-display > span {
  display: none;
}

.html-wrap h1, .html-wrap h2, .html-wrap h3, .html-wrap h4, .html-wrap h5, .html-wrap h6 {
  color: #222;
  font-size: 24px;
  font-weight: 500;
}

.checkbox-container {
  margin-bottom: 0px !important;
}

.checkbox-wrap, .hbspt-form .hs-form-booleancheckbox {
  display: inline-block;
}
.checkbox-wrap ul, .hbspt-form .hs-form-booleancheckbox ul {
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media screen and (max-width: 1199px) {
  .checkbox-wrap ul, .hbspt-form .hs-form-booleancheckbox ul {
    display: block;
  }
}
.checkbox-wrap .control-label, .hbspt-form .hs-form-booleancheckbox .control-label, .hbspt-form .hs-form-booleancheckbox .hs-form-booleancheckbox-display > span {
  position: relative;
  cursor: pointer;
  padding-left: 37px;
  padding-top: 2px;
  padding-bottom: 2px;
}
.checkbox-wrap .control-label:before, .hbspt-form .hs-form-booleancheckbox .control-label:before, .hbspt-form .hs-form-booleancheckbox .hs-form-booleancheckbox-display > span:before {
  position: absolute;
  left: 0;
  top: 2px;
  width: 26px;
  height: 26px;
  border: 2px solid #d1ccc7;
  border-radius: 3px;
  content: "­";
  transition: border-color 0.15s, background-color 0.15s;
}
.checkbox-wrap .control-label:after, .hbspt-form .hs-form-booleancheckbox .control-label:after, .hbspt-form .hs-form-booleancheckbox .hs-form-booleancheckbox-display > span:after {
  position: absolute;
  left: 5px;
  top: 7px;
  content: "­";
  -ms-transform: scale(0);
      transform: scale(0);
  opacity: 0;
  transition: transform 0.15s, opacity 0.08s;
}
.checkbox-wrap .control-label:hover:before, .hbspt-form .hs-form-booleancheckbox .control-label:hover:before, .hbspt-form .hs-form-booleancheckbox .hs-form-booleancheckbox-display > span:hover:before {
  border-color: #02d0b6;
}
.checkbox-wrap .control-label.nf-checked-label:before, .hbspt-form .hs-form-booleancheckbox .control-label.nf-checked-label:before, .hbspt-form .hs-form-booleancheckbox .hs-form-booleancheckbox-display > span.nf-checked-label:before {
  background-color: #f7f7f7;
  border-color: #f7f7f7;
}
.checkbox-wrap .control-label.nf-checked-label:after, .hbspt-form .hs-form-booleancheckbox .control-label.nf-checked-label:after, .hbspt-form .hs-form-booleancheckbox .hs-form-booleancheckbox-display > span.nf-checked-label:after {
  -ms-transform: scale(1);
      transform: scale(1);
  opacity: 1;
}
/** ERROR MSG */
.nf-error-msg.nf-error-field-errors {
  padding: 20px;
  margin-bottom: 20px;
  border-left: 2px solid #e02e3e;
  border-radius: 0;
  background-color: #fdeef0;
  color: #e02e3e;
  margin-top: 40px;
}

/** SUCCESS MSG */
.was-success .nf-response-msg {
  display: block;
  padding: 20px;
  margin-bottom: 20px;
  border-left: 2px solid #1dbf4c;
  border-radius: 0;
  background-color: #edfaf1;
  color: #1dbf4c;
}

/** REQUIERED TXT */
.nf-form-fields-required {
  position: relative;
  padding-left: 35px;
}
.nf-form-fields-required:before {
  content: "!";
  color: #fff;
  background: #666666;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 2px;
  border-radius: 50%;
  text-align: center;
  font-weight: bold;
  line-height: 20px;
  font-size: 13px;
}

.ninja-forms-req-symbol {
  color: #ee1d4d;
}

.nf-oi-help {
  margin-top: 10px;
}
.nf-oi-help p {
  font-size: 14px;
  line-height: 23px;
}
.nf-oi-help a {
  color: #ee1d4d;
  text-decoration: underline;
}
.nf-oi-help a:hover {
  text-decoration: none;
}

.listradio-wrap.nf-error .form-group label:before, .listradio-wrap.nf-error .hbspt-form fieldset.form-columns-0 label:before, .hbspt-form .listradio-wrap.nf-error fieldset.form-columns-0 label:before,
.listradio-wrap.nf-error .hbspt-form fieldset.form-columns-1 label:before,
.hbspt-form .listradio-wrap.nf-error fieldset.form-columns-1 label:before,
.listradio-wrap.nf-error .hbspt-form fieldset.form-columns-2 label:before,
.hbspt-form .listradio-wrap.nf-error fieldset.form-columns-2 label:before {
  border-color: #f66b6b;
}

.checkbox-wrap.nf-error label:before, .hbspt-form .nf-error.hs-form-booleancheckbox label:before {
  border-color: #f66b6b;
}

.hbspt-form .hs-input:not([type=checkbox]) {
  width: 100% !important;
}
.hbspt-form .hs-input:not([type=checkbox]).invalid {
  border-color: #f66b6b;
}
.hbspt-form .inputs-list,
.hbspt-form .no-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.hbspt-form .hs-error-msgs {
  color: #f66b6b;
  font-size: 16px;
}
.hbspt-form fieldset.form-columns-0,
.hbspt-form fieldset.form-columns-1,
.hbspt-form fieldset.form-columns-2 {
  max-width: 100%;
}
.hbspt-form fieldset.form-columns-0 .hs-form-field .input,
.hbspt-form fieldset.form-columns-1 .hs-form-field .input,
.hbspt-form fieldset.form-columns-2 .hs-form-field .input {
  margin-right: 0;
}
.hbspt-form fieldset.form-columns-0 h1, .hbspt-form fieldset.form-columns-0 h2, .hbspt-form fieldset.form-columns-0 h3, .hbspt-form fieldset.form-columns-0 h4, .hbspt-form fieldset.form-columns-0 h5, .hbspt-form fieldset.form-columns-0 h6,
.hbspt-form fieldset.form-columns-1 h1,
.hbspt-form fieldset.form-columns-1 h2,
.hbspt-form fieldset.form-columns-1 h3,
.hbspt-form fieldset.form-columns-1 h4,
.hbspt-form fieldset.form-columns-1 h5,
.hbspt-form fieldset.form-columns-1 h6,
.hbspt-form fieldset.form-columns-2 h1,
.hbspt-form fieldset.form-columns-2 h2,
.hbspt-form fieldset.form-columns-2 h3,
.hbspt-form fieldset.form-columns-2 h4,
.hbspt-form fieldset.form-columns-2 h5,
.hbspt-form fieldset.form-columns-2 h6 {
  margin-bottom: 0;
}
.hbspt-form fieldset.form-columns-2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
}
.hbspt-form fieldset.form-columns-2 .hs-form-field {
  float: none;
  width: calc(50% - 10px);
  -ms-flex: 0 0 calc(50% - 10px);
      flex: 0 0 calc(50% - 10px);
}
.hbspt-form fieldset.form-columns-2 .hs-form-field:first-of-type {
  margin-right: auto;
}
.hbspt-form .input + .hs-error-msgs {
  display: none !important;
}
.hbspt-form .hs-richtext h1, .hbspt-form .hs-richtext h2, .hbspt-form .hs-richtext h3, .hbspt-form .hs-richtext h4, .hbspt-form .hs-richtext h5, .hbspt-form .hs-richtext h6 {
  color: #222;
  font-size: 24px;
  font-weight: 500;
}
.hbspt-form .hs-form-required {
  color: #f66b6b;
  display: inline-block;
  margin-left: 10px;
}
.hbspt-form p:empty {
  display: none;
}
.hbspt-form .hs-form-booleancheckbox .hs-form-booleancheckbox-display > span {
  margin-left: 0;
}
.hbspt-form .hs-form-booleancheckbox .hs-form-booleancheckbox-display .hs-input:checked ~ span:before {
  background-color: #f7f7f7;
  border-color: #f7f7f7;
}
.hbspt-form .hs-form-booleancheckbox .hs-form-booleancheckbox-display .hs-input:checked ~ span:after {
  -ms-transform: scale(1);
      transform: scale(1);
  opacity: 1;
}

.social-networks {
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .social-networks {
    text-align: left;
  }
}

.social-networks__title,
.social-networks__list {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

.social-networks__title {
  color: #222;
  font-weight: bold;
  font-size: 16px;
  margin-right: 15px;
}
@media (max-width: 767px) {
  .social-networks__title {
    display: block;
    margin-right: 0;
    margin-bottom: 1.3em;
  }
}

.social-networks__list {
  vertical-align: middle;
}
.social-networks__list .btn, .social-networks__list .hbspt-form .hs-button, .hbspt-form .social-networks__list .hs-button {
  color: #222;
  font-size: 14px;
  font-weight: 600;
  height: 48px;
  border: none;
}
.social-networks__list .btn:hover, .social-networks__list .hbspt-form .hs-button:hover, .hbspt-form .social-networks__list .hs-button:hover, .social-networks__list .btn:active, .social-networks__list .hbspt-form .hs-button:active, .hbspt-form .social-networks__list .hs-button:active, .social-networks__list .btn:focus, .social-networks__list .hbspt-form .hs-button:focus, .hbspt-form .social-networks__list .hs-button:focus {
  text-decoration: none;
}
.social-networks__list .btn-fb {
  background: none;
  position: relative;
  padding-left: 63px;
}
.social-networks__list .btn-fb:hover, .social-networks__list .btn-fb:active, .social-networks__list .btn-fb:focus {
  outline: none;
}
.social-networks__list .btn-fb:before, .social-networks__list .btn-fb:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transition: opacity 200ms ease-in-out;
}
.social-networks__list .btn-fb:before {
  opacity: 1;
}
.social-networks__list .btn-fb:after {
  opacity: 0;
}
.social-networks__list .btn-fb:hover:before {
  opacity: 0;
}
.social-networks__list .btn-fb:hover:after {
  opacity: 1;
}
.social-networks__list .btn-tw {
  background-color: #59ADEB;
}
.social-networks__list .btn-tw:hover, .social-networks__list .btn-tw:active, .social-networks__list .btn-tw:focus {
  background-color: rgb(26.6129032258, 138.3870967742, 220.8870967742);
}

.card {
  position: relative;
  background-color: #fff;
  margin-bottom: 20px;
}
.card a {
  color: #222;
}
.card a:hover, .card a:active {
  text-decoration: none;
}

/**
 * Product card
 */
.woo-listing-wrap ul.page-numbers {
  margin-top: 40px;
}

.card-product {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}
.card-product:hover .card-product__title {
  color: #ee1d4d;
}
@media (min-width: 768px) and (min-width: 768px) {
  .card-product:hover .card-product__image:before {
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .woocommerce-loop-product--has-secondary .card-product:hover .woocommerce-loop-product__image--primary {
    opacity: 0 !important;
  }
  .woocommerce-loop-product--has-secondary .card-product:hover .woocommerce-loop-product__image--secondary {
    opacity: 1 !important;
  }
}

.card-product__url:hover {
  text-decoration: none;
}

.card-product__image {
  background-color: #f7f7f7;
  border-radius: 800px;
  position: relative;
}
@media (max-width: 767px) {
  .card-product__image {
    padding: 40px 20px;
  }
}
@media (min-width: 768px) {
  .card-product__image {
    padding: 60px 30px;
  }
}
@media (min-width: 992px) {
  .card-product__image {
    padding: 90px 40px;
  }
}
.status--na .card-product__image {
  background-image: url("../gfx/listing-bg.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.card-product__image:before {
  content: "";
  background: #fff;
  border: 10px solid #f7f7f7;
  border-radius: 800px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 250ms ease-in-out;
  z-index: 1;
}
.card-product__image .woocommerce-loop-product__image--primary {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
  position: relative;
  transition: 250ms opacity ease-in-out;
}
.status--na .card-product__image .woocommerce-loop-product__image--primary {
  opacity: 0.5;
}
.card-product__image .woocommerce-loop-product__image--secondary {
  position: absolute;
  z-index: 3;
  opacity: 0;
  transition: 250ms opacity ease-in-out;
  object-fit: contain;
}
@media (max-width: 767px) {
  .card-product__image .woocommerce-loop-product__image--secondary {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .card-product__image .woocommerce-loop-product__image--secondary {
    display: block !important;
    top: 60px;
    width: calc(100% - 60px);
    height: calc(100% - 120px);
  }
}
@media (min-width: 992px) {
  .card-product__image .woocommerce-loop-product__image--secondary {
    top: 90px;
    width: calc(100% - 80px);
    height: calc(100% - 180px);
  }
}

.card-product__image-helper {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate3d(0, -50%, 0);
}
@media (max-width: 767px) {
  .card-product__image-helper {
    padding: 0 20px;
  }
}
@media (min-width: 768px) {
  .card-product__image-helper {
    padding: 0 30px;
  }
}
@media (min-width: 992px) {
  .card-product__image-helper {
    padding: 0 40px;
  }
}

.card-product__label {
  position: absolute;
  bottom: 7%;
  text-align: center;
  margin: 0;
  font-weight: 600;
  color: #ee1d4d;
  text-transform: uppercase;
  width: 100%;
  left: 0;
}
.status--na .card-product__label {
  color: #d1ccc7;
}
@media (max-width: 767px) {
  .card-product__label {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .card-product__label {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .card-product__label {
    font-size: 16px;
  }
}

.card-product__title {
  color: #222;
  font-weight: 400;
  text-align: center;
  transition: color 250ms ease-in-out;
}
@media (max-width: 767px) {
  .card-product__title {
    margin: 10px 0;
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .card-product__title {
    margin: 20px 0;
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .card-product__title {
    margin: 20px 0;
    font-size: 20px;
  }
}

.card-product__meta {
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .card-product__meta {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
  }
}
@media (min-width: 768px) {
  .card-product__meta {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

.card-product__temp {
  color: rgb(119.085, 119.085, 119.085);
}

.card-product__price {
  color: #222;
  float: none;
}
.card-product__price > del {
  color: #d1ccc7;
  margin-right: 10px;
}
.card-product__price > ins {
  color: #ee1d4d;
  text-decoration: none;
}
@media (min-width: 768px) {
  .card-product__price {
    float: right;
  }
}

.card-product__temp,
.card-product__price {
  font-weight: 600;
  height: 28px;
  line-height: 28px;
  position: relative;
  padding-left: 35px;
}
.card-product__temp:before,
.card-product__price:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
}
@media (max-width: 767px) {
  .card-product__temp,
  .card-product__price {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .card-product__temp,
  .card-product__price {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .card-product__temp,
  .card-product__price {
    font-size: 16px;
  }
}

.woocommerce-loop-category__image {
  z-index: 2;
  position: relative;
}

/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
  overflow: hidden !important;
}

#swipebox-overlay img {
  border: none !important;
}

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%;
}

#swipebox-slider {
  transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  cursor: pointer;
}
#swipebox-slider .slide {
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block;
}
#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container,
#swipebox-slider .slide .swipebox-inline-container {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}
#swipebox-slider .slide .swipebox-video-container {
  background: none;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 5%;
  box-sizing: border-box;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
#swipebox-slider .slide-loading {
  background: url(../gfx/loader.gif) no-repeat center center;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
  transition: 0.5s;
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%;
}

#swipebox-bottom-bar {
  bottom: -50px;
}
#swipebox-bottom-bar.visible-bars {
  transform: translate3d(0, -50px, 0);
}

#swipebox-top-bar {
  top: -50px;
}
#swipebox-top-bar.visible-bars {
  transform: translate3d(0, 50px, 0);
}

#swipebox-title {
  display: block;
  width: 100%;
  text-align: center;
}

#swipebox-prev,
#swipebox-next,
#swipebox-close {
  background-image: url(../gfx/icons.png);
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  width: 50px;
  height: 50px;
  top: 0;
}

#swipebox-arrows {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 50px;
}

#swipebox-prev {
  background-position: -32px 13px;
  float: left;
}

#swipebox-next {
  background-position: -78px 13px;
  float: right;
}

#swipebox-close {
  top: 0;
  right: 0;
  position: absolute;
  z-index: 9999;
  background-position: 15px 12px;
}

.swipebox-no-close-button #swipebox-close {
  display: none;
}

#swipebox-prev.disabled,
#swipebox-next.disabled {
  opacity: 0.3;
}

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  animation: rightSpring 0.3s;
}
.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  animation: leftSpring 0.3s;
}

.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {
  backface-visibility: hidden;
  transition: all 0.3s ease;
  content: " ";
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0;
}
.swipebox-touch #swipebox-container:before {
  left: 0;
  box-shadow: inset 10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-container:after {
  right: 0;
  box-shadow: inset -10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
  opacity: 1;
}
.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1;
}

@keyframes rightSpring {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes leftSpring {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@media screen and (min-width: 800px) {
  #swipebox-close {
    right: 10px;
  }
  #swipebox-arrows {
    width: 92%;
    max-width: 800px;
  }
}
/* Skin
--------------------------*/
#swipebox-overlay {
  background: #f7f7f7;
  background: rgba(247, 247, 247, 0.95);
}

#swipebox-bottom-bar,
#swipebox-top-bar {
  text-shadow: 1px 1px 1px black;
  background: #02d0b6;
  opacity: 0.92;
}

#swipebox-top-bar {
  color: white !important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif;
}

.main-header {
  background-color: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  z-index: 1030;
}
.admin-bar .main-header {
  top: 32px;
}
@media (max-width: 782px) {
  .admin-bar .main-header {
    top: 46px;
    position: absolute;
  }
}

.main-header__inner {
  background-color: #fff;
  height: 60px;
  margin: 0 auto;
  max-width: 1340px;
  position: relative;
  z-index: 1030;
}

.main-header__logo {
  position: absolute;
  left: 10px;
  top: 9px;
  margin-bottom: 0;
  line-height: 1;
  font-size: 12px;
}
.main-header__logo > a {
  display: block;
}

/* Navigation --left */
.header-nav--left {
  position: absolute;
  left: 150px;
  top: 0;
  bottom: 0;
}

.mainnav-left {
  margin: 0;
  padding: 0;
  height: 100%;
}
.mainnav-left > li {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  height: 100%;
  font-size: 14px;
  font-weight: 600;
}
.mainnav-left > li > a {
  color: #222;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  height: 100%;
  font-weight: 700;
}
.mainnav-left > li.menu-item-has-children > a {
  padding-right: 30px;
  position: relative;
}
.mainnav-left > li.menu-item-has-children > a:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 5px;
}
.mainnav-left > li.menu-item-has-children > a:hover {
  text-decoration: none;
}
.mainnav-left > li + li {
  margin-left: 30px;
}
.mainnav-left .sub-menu {
  background: #f7f7f7;
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -10;
  -ms-transform: translateY(-150%);
      transform: translateY(-150%);
  opacity: 0;
  visibility: hidden;
  transition: transform 200ms ease-in-out, opacity 200ms ease-in-out, visibility 200ms ease-in-out;
}
.mainnav-left .sub-menu.is-visible {
  -ms-transform: translateY(0);
      transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.admin-bar .mainnav-left .sub-menu {
  top: 92px;
}
.mainnav-left .sub-menu__inner {
  max-width: 1340px;
  margin: 0 auto;
  padding: 100px 10px;
  height: 100%;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
}
.mainnav-left .sub-menu__close {
  position: absolute;
  top: 50px;
  right: 10px;
  background-color: #fff;
  border: none;
  border-radius: 50%;
  height: 48px;
  width: 48px;
  text-indent: -9999px;
}
.mainnav-left .sub-menu__close:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 12px;
}
.mainnav-left .sub-menu__list {
  margin: 0;
  padding: 0;
}
.mainnav-left .sub-menu__list > li {
  float: none;
  list-style-type: none;
  font-family: "Montserrat", sans-serif;
  font-size: 38px;
  font-weight: 300;
  margin-top: 20px;
}
.mainnav-left .sub-menu__list > li > a {
  display: inline-block;
  line-height: 48px;
  color: #222;
  font-weight: 300;
}
.mainnav-left .sub-menu__list > li:first-child {
  margin-top: 0;
}

/* Main navigatsion with hover (2019) */
.mainnav-left-hover {
  margin: 0;
  padding: 0;
  height: 100%;
  text-transform: lowercase;
}
.mainnav-left-hover > li {
  position: relative;
  display: inline-block;
  list-style-type: none;
  margin: 0;
  height: 100%;
  font-size: 14px;
  font-weight: 600;
}
.mainnav-left-hover > li.active > a {
  text-decoration: underline;
}
.mainnav-left-hover > li > a {
  color: #222;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  height: 100%;
  font-weight: 700;
  padding-left: 5px;
  padding-right: 5px;
}
.mainnav-left-hover > li + li {
  margin-left: 20px;
}
.mainnav-left-hover .sub-menu {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.mainnav-left-hover .sub-menu:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  bottom: 10px;
  width: 1px;
  background-color: #222;
}
.mainnav-left-hover > li > .sub-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 200px;
  min-height: 210px;
  -ms-transform: translateY(-150%);
      transform: translateY(-150%);
  padding-left: 20px;
  padding-top: 40px;
  background: #ffffff;
  transition: transform 200ms ease-out 150ms, opacity 200ms ease-out, visibility 200ms ease-out;
}
.mainnav-left-hover > li > .sub-menu::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: -100vw;
  width: 200vw;
  height: calc(100% + 20px);
  top: 0px;
  background-color: #ffffff;
  box-shadow: 0 10px 8px -8px rgba(0, 0, 0, 0.2);
}
.mainnav-left-hover > li > .sub-menu.is-visible {
  -ms-transform: translateY(0);
      transform: translateY(0);
  opacity: 1;
  visibility: visible;
  transition: transform 200ms ease-out, opacity 200ms ease-out 150ms, visibility 200ms ease-out;
}
.mainnav-left-hover > li > .sub-menu .menu-item {
  margin-top: 0;
  line-height: 1;
}
.mainnav-left-hover > li > .sub-menu .menu-item + .menu-item {
  margin-top: 10px;
}
.mainnav-left-hover > li > .sub-menu .menu-item a {
  color: #222;
  display: block;
  font-weight: bold;
  transition: color 100ms ease-out;
  padding-top: 5px;
  padding-bottom: 5px;
}
.mainnav-left-hover > li > .sub-menu .menu-item a:hover {
  color: #ee1d4d;
  text-decoration: none;
}
.mainnav-left-hover > li > .sub-menu .menu-item.active > a {
  color: #ee1d4d;
}
.mainnav-left-hover > li > .sub-menu > li > .sub-menu {
  left: 100%;
  top: 40px;
  bottom: 10px;
  padding-left: 10px;
  -ms-transform: translatex(-10px);
      transform: translatex(-10px);
  column-count: 3;
  column-rule: 1px solid #222;
  column-fill: auto;
  transition: transform 150ms ease-out 50ms, opacity 150ms ease-out, visibility 150ms ease-out;
  /*&:after {
      content: '';
      position: absolute;
      z-index: 1;
      bottom: 0px;
      left: 0;
      width: 100%;
      height: 20px;
      background-color: #ffffff;
  }*/
}
.mainnav-left-hover > li > .sub-menu > li > .sub-menu::before {
  bottom: 0;
}
.mainnav-left-hover > li > .sub-menu > li > .sub-menu.is-visible {
  opacity: 1;
  visibility: visible;
  -ms-transform: translatex(0px);
      transform: translatex(0px);
  transition: transform 150ms ease-out, opacity 150ms ease-out 50ms, visibility 150ms ease-out;
}
.mainnav-left-hover > li > .sub-menu > li > .sub-menu .menu-item {
  width: 200px;
  padding-left: 10px;
}
.mainnav-left-hover > li > .sub-menu > li > .sub-menu .menu-item a {
  font-weight: normal;
}
.mainnav-left-hover > li > .sub-menu > li > .sub-menu .menu-item a:hover {
  color: #ee1d4d;
}
.mainnav-left-hover > li > .sub-menu > li > .sub-menu .menu-item .sub-menu {
  left: 100%;
  top: 0px;
  -ms-transform: translatex(-10px);
      transform: translatex(-10px);
  bottom: 0;
  padding-left: 10px;
  transition: transform 150ms ease-out, opacity 150ms ease-out 50ms, visibility 150ms ease-out;
  /*&.is-visible {
      opacity: 1;
      visibility: visible;
      transform: translatex(0px);
  }*/
}

.mainnav-left-hover-modal {
  position: fixed;
  z-index: -1;
  background-color: #fff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  opacity: 0;
  transition: 0.2s ease-out 0.1s;
}
.mainnav-left-hover-modal__nav {
  overflow: auto;
  text-align: center;
  width: 100%;
  padding: 80px 0 50px 0;
  -ms-transform: scale(0.9);
      transform: scale(0.9);
  transition: 0.2s ease-out;
}
.mainnav-left-hover-modal.open {
  z-index: 9999;
  visibility: visible;
  opacity: 1;
  transition: 0.2s ease-out;
}
.mainnav-left-hover-modal.open .mainnav-left-hover-modal__nav {
  -ms-transform: scale(1);
      transform: scale(1);
  transition: 0.2s ease-out 0.1s;
}
.mainnav-left-hover-modal a {
  color: #222;
  font-size: 22px;
  text-transform: lowercase;
}
.mainnav-left-hover-modal .menu-item-has-children [data-toggle=collapse] {
  position: relative;
  display: inline-block;
  height: 28px;
  width: 28px;
  background-color: #f7f7f7;
  border: 2px solid #ccc;
  border-radius: 3px;
  margin-left: 8px;
  vertical-align: text-bottom;
}
.mainnav-left-hover-modal .menu-item-has-children [data-toggle=collapse]:before {
  content: "";
  position: absolute;
  top: 4px;
  right: 4px;
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
  transition: transform 0.15s ease-out;
}
.mainnav-left-hover-modal .menu-item-has-children [data-toggle=collapse].collapsed:before {
  -ms-transform: rotate(0);
      transform: rotate(0);
}
.mainnav-left-hover-modal .mainnav-left-hover-mobile > li > span > a,
.mainnav-left-hover-modal .mainnav-left-hover-mobile > li > a {
  font-weight: bold !important;
  font-size: 28px !important;
}
.mainnav-left-hover-modal .mainnav-left-hover-mobile > li > ul > li > a {
  font-weight: 500;
}
.mainnav-left-hover-modal .mainnav-left-hover-mobile span a:nth-child(2) {
  text-indent: -99999px;
  overflow: hidden;
}
.mainnav-left-hover-modal .mainnav-left-hover-mobile .current-menu-item > a,
.mainnav-left-hover-modal .mainnav-left-hover-mobile .current-menu-item > span > a {
  color: #ee1d4d;
}

/* Navigation --right */
.header-nav--right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
}

.quick-access-nav,
.btn-open-aside {
  display: inline-block;
}

.quick-access-nav {
  margin: 0;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.quick-access-nav > li {
  display: inline-block;
  list-style-type: none;
  margin: 0;
}
.quick-access-nav > li + li {
  margin-left: 30px;
}
.quick-access-nav .btn-cta, .quick-access-nav .cn-more-info, .quick-access-nav .cn-set-cookie {
  font-weight: 500;
}

.icon-button {
  background: none;
  font-weight: 500;
  border: none;
  position: relative;
  text-indent: -9999px;
  transition: opacity 200ms ease-in-out;
  width: 24px;
}
.icon-button:before, .icon-button:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -12px;
}
.icon-button:before {
  opacity: 1;
}
.icon-button:after {
  opacity: 0;
}
.icon-button:hover {
  cursor: pointer;
}
.icon-button:hover:before {
  opacity: 0;
}
.icon-button:hover:after {
  opacity: 1;
}
.icon-button.has-text {
  text-indent: initial;
  width: auto;
  padding-left: 30px;
  padding-right: 0;
}

.icon-button--language {
  font-size: 14px;
}
.icon-button--selfservice {
  width: 24px;
  height: 24px;
  display: block;
}
.icon-button--selfservice::before, .icon-button--selfservice::after {
  background: transparent url("../gfx/icon__24x24_self-service.svg") no-repeat center center/24px 24px;
  content: "";
  width: 24px;
  height: 24px;
}
.icon-button--selfservice::after {
  background: transparent url("../gfx/icon__24x24_self-service-hover.svg") no-repeat center center/24px 24px;
}

.btn-open-aside {
  background: none;
  border: none;
  color: rgb(34.425, 34.425, 34.425);
  font-size: 14px;
  font-weight: 500;
  padding-left: 35px;
  margin-left: 20px;
  position: relative;
}
.btn-open-aside:before, .btn-open-aside:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transition: opacity 200ms ease-in-out;
}
.btn-open-aside:before {
  opacity: 1;
}
.btn-open-aside:after {
  opacity: 0;
}
.btn-open-aside:hover:before {
  opacity: 0;
}
.btn-open-aside:hover:after {
  opacity: 1;
}

/* Navigation MOBILE */
/**
 * LEGACY --remove after development
 */
.main-header__mainnav {
  position: absolute;
  right: 20px;
  top: 12px;
}

.mainnav {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.mainnav > .menu-item {
  display: inline-block;
}
.mainnav > .menu-item > a {
  display: block;
  font-size: 20px;
  padding: 10px 15px;
  text-transform: uppercase;
}
.mainnav > .menu-item.current-menu-item > a {
  color: #02d0b6;
}

.mainnav-mobile {
  list-style-type: none;
  margin: 0;
  padding: 0;
  padding-top: 60px;
  text-align: center;
}
.mainnav-mobile a {
  display: block;
  padding: 10px;
  color: #222;
  font-size: 18px;
  text-transform: uppercase;
}
.mainnav-mobile .current-menu-item > a {
  color: #02d0b6;
}

.mobile-mainnav__section {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -20px;
  z-index: 1000;
}
.mobile-mainnav__section > .x {
  z-index: 1002;
}
.mobile-mainnav__section .dropdown-menu {
  position: fixed;
  left: 0;
  top: 0;
  height: 0;
  width: 100%;
  opacity: 0;
  -ms-transform-origin: center bottom;
      transform-origin: center bottom;
  transition: opacity 0.25s ease 0.1s, height 0s linear 0.75s;
  overflow: hidden;
  z-index: 1001;
  background-color: #fff;
  border: 0;
  border-radius: 0;
}
.mobile-mainnav__section .dropdown-menu__content {
  position: relative;
  height: 100%;
  padding: 20px;
}
.mobile-mainnav__section.open .dropdown-menu {
  animation-name: bounceInDown;
  animation-duration: 0.75s;
  opacity: 1;
  height: 100%;
  transition: opacity 0s ease 0s, height 0s linear 0s;
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
/**
 *
 */
.mainnav-left--mobile {
  margin: 30px 0 20px 0;
  padding: 0;
}
.mainnav-left--mobile > li {
  line-height: 18px;
  list-style-type: none;
  margin-top: 20px;
}
.mainnav-left--mobile > li > a {
  color: rgb(34.425, 34.425, 34.425);
  display: block;
  font-size: 14px;
  font-weight: 600;
}
.mainnav-left--mobile > li:first-child {
  margin-top: 0;
}
.mainnav-left--mobile > li.menu-item-has-children > a {
  position: relative;
}
.mainnav-left--mobile > li.menu-item-has-children > a:after {
  content: "";
  position: absolute;
  right: 16px;
  top: 1px;
}

/**
 *
 */
.aside-letter {
  position: absolute;
  display: none;
}
@media (min-width: 768px) {
  .aside-letter {
    display: block;
  }
}

.aside-letter__01 {
  right: 0;
  top: 172px;
}

.aside-letter__02 {
  left: 0;
  top: 396px;
}

.aside-letter__03 {
  right: 270px;
  top: 470px;
}

.aside-letter__04 {
  right: 0;
  top: 570px;
}

/**
 *
 */
.header-nav--mobile {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -13px;
}

.quick-access-nav-mobile {
  margin: 0;
  padding: 0;
}

.quick-access-nav-mobile__item {
  display: inline-block;
  list-style-type: none;
  margin: 0 6px;
}

.btn-quick-mobile {
  border: none;
  background: none;
  height: 24px;
  width: 24px;
  padding: 0;
  position: relative;
  text-indent: -9999px;
}
.btn-quick-mobile:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
}
.btn-quick-mobile--cart {
  color: #000;
  margin-right: 10px;
  background: url("../gfx/icon-24-x-24-cart-cart.svg") no-repeat 50% 50%;
  background-size: 24px 24px;
  border-radius: 0;
  position: relative;
  text-indent: unset;
}
.btn-quick-mobile--cart > span {
  background-color: #02d0b6;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  height: 20px;
  position: absolute;
  right: -10px;
  text-align: center;
  top: -10px;
  width: 20px;
}
.btn-quick-mobile--cart:hover > span {
  background-color: #ee1d4d;
}
.btn-quick-mobile--cart:active, .btn-quick-mobile--cart:focus {
  background: url("../gfx/icon-24-x-24-cart-cart.svg") no-repeat 50% 50%;
}
.btn-quick-mobile--cart.shake {
  animation: shake 150ms 2 linear;
}
.btn-quick-mobile--selfservice {
  margin-right: 10px;
}
.btn-quick-mobile--selfservice::before {
  background: transparent url("../gfx/icon__24x24_self-service.svg") no-repeat center center/24px 24px;
  width: 24px;
  height: 24px;
}

.main-content {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 80px;
  background-color: #fff;
  border: 1px solid #ececec;
}

/**
 * Team listing view
 */
.team-logo {
  margin: 12px 0;
}

/**
 * Main components
 */
/* text only full width section with center align */
.section-full-text {
  background-color: #fff;
}

.section-full-text__title {
  color: #222;
  font-size: 32px;
  margin-bottom: 30px;
  text-align: center;
}

.section-full-text__content {
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
}
@media (min-width: 768px) {
  .section-full-text__content p:last-child {
    margin-bottom: 0;
  }
}

/* full width image section with image background */
.section-full-image {
  height: 0;
  padding-bottom: 41.6666666667%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-full-image__image {
  display: none;
}

.section-full-image__img-file {
  display: block;
  height: auto;
  width: 100%;
}

/* Text section with image on left or on right */
@media (min-width: 768px) {
  .section-text-image.txt-left .section-text-image__content {
    margin-right: 6em;
  }
}

.section-text-image__image {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .section-text-image__image {
    margin-bottom: 20px;
  }
}
.section-text-image__image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.section-text-image__title {
  color: #222;
  font-size: 32px;
  margin-bottom: 40px;
}

.section-text-image__content {
  font-size: 16px;
  line-height: 1.8;
  height: 100%;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .section-text-image__content p:last-child {
    margin-bottom: 0;
  }
}
.section-text-image__content > h2, .section-text-image__content h3, .section-text-image__content h4, .section-text-image__content h5 {
  color: #222;
  font-size: 32px;
  margin-bottom: 40px;
}
.section-text-image__content .btn, .section-text-image__content .hbspt-form .hs-button, .hbspt-form .section-text-image__content .hs-button {
  margin-bottom: 10px;
}
@media (max-width: 412px) {
  .section-text-image__content .btn:before, .section-text-image__content .hbspt-form .hs-button:before, .hbspt-form .section-text-image__content .hs-button:before {
    content: "";
    display: block;
    clear: both;
    width: 100%;
    height: 1px;
  }
}
.section-text-image__content .btn + .btn, .section-text-image__content .hbspt-form .hs-button + .btn, .hbspt-form .section-text-image__content .hs-button + .btn, .section-text-image__content .hbspt-form .btn + .hs-button, .hbspt-form .section-text-image__content .btn + .hs-button, .section-text-image__content .hbspt-form .hs-button + .hs-button, .hbspt-form .section-text-image__content .hs-button + .hs-button {
  margin-left: 15px;
}
@media (max-width: 412px) {
  .section-text-image__content .btn + .btn, .section-text-image__content .hbspt-form .hs-button + .btn, .hbspt-form .section-text-image__content .hs-button + .btn, .section-text-image__content .hbspt-form .btn + .hs-button, .hbspt-form .section-text-image__content .btn + .hs-button, .section-text-image__content .hbspt-form .hs-button + .hs-button, .hbspt-form .section-text-image__content .hs-button + .hs-button {
    margin-left: 0;
  }
}
.section-text-image__content .ripple {
  margin-bottom: 40px;
}

/**
 * About moomoo page
 */
.section-moomoo {
  background-color: #02d0b6;
  overflow: hidden;
}
.section-moomoo .container, .section-moomoo .cookie-notice-container {
  position: relative;
}
.section-moomoo .oi-scroll-down {
  margin-top: 125px;
}
@media (max-width: 767px) {
  .section-moomoo .oi-scroll-down {
    display: none;
  }
}
.section-moomoo .moomoo-ball {
  position: absolute;
  right: 0;
}
@media (max-width: 767px) {
  .section-moomoo .moomoo-ball {
    display: none;
  }
}
.section-moomoo .moomoo-ball__md {
  top: -360px;
}
.section-moomoo .moomoo-ball__lg {
  bottom: -680px;
}
.section-moomoo .moomoo-ball__eas {
  bottom: 70px;
  right: 25%;
}
@media (max-width: 767px) {
  .section-moomoo .moomoo-ball__eas {
    display: block;
    position: relative;
    right: auto;
    bottom: auto;
  }
}

.section-moomoo__title {
  color: #ee1d4d;
  font-size: 34px;
  line-height: 1.3;
  margin: 0 0 40px 0;
}
@media (min-width: 768px) {
  .section-moomoo__title {
    font-size: 55px;
  }
}

.section-moomoo__content {
  font-size: 18px;
  line-height: 1.75;
  position: relative;
  z-index: 100;
}

/**/
.background-content {
  background-color: #f5f5f5;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (min-width: 1200px) {
  .background-content {
    height: 970px;
  }
}
.background-content .box-pink {
  position: relative;
  -webkit-font-smoothing: subpixel-antialiased;
  z-index: 100;
}
@media (max-width: 767px) {
  .background-content .box-pink {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (min-width: 1200px) {
  .background-content .box-pink {
    transform: translate3d(0, 330px, 0);
  }
}

.box-pink {
  background-color: #ee1d4d;
  padding: 40px 20px;
}
@media (min-width: 768px) {
  .box-pink {
    padding: 60px;
  }
}

.box-pink__title {
  color: #fff;
  margin-bottom: 30px;
  margin-top: 0;
  font-size: 38px;
  line-height: 1.4;
}

.box-pink__body {
  color: #fff;
  font-size: 16px;
  line-height: 28px;
}

/**/
.moomoo-timeline {
  padding-bottom: 40px;
  padding-top: 40px;
}
@media (min-width: 768px) {
  .moomoo-timeline {
    padding-bottom: 100px;
    padding-top: 280px;
  }
}

.moomoo-timeline__title {
  color: #222;
  font-size: 38px;
  margin-top: 0;
  margin-bottom: 70px;
  text-align: center;
}

.moomoo-timeline-wrap {
  position: relative;
}
.moomoo-timeline-wrap:before {
  content: "";
  background-color: #ee1d4d;
  height: 100%;
  position: absolute;
  left: 33px;
  width: 2px;
}
@media (min-width: 768px) {
  .moomoo-timeline-wrap:before {
    margin-left: -1px;
    left: 50%;
  }
}
.moomoo-timeline-wrap:after {
  content: "";
  clear: both;
  display: block;
  width: 100%;
  height: 1px;
}

.timeline__year {
  background-color: #ee1d4d;
  border-radius: 50%;
  border: 10px solid #fff;
  box-sizing: content-box;
  color: #fff;
  clear: both;
  font-size: 14px;
  height: 48px;
  line-height: 48px;
  margin: 0;
  position: relative;
  text-align: center;
  width: 48px;
  z-index: 3;
}
@media (min-width: 768px) {
  .timeline__year {
    margin: 0 auto;
  }
}

.timeline__events {
  list-style: none;
  padding: 0 0 0 56px;
  z-index: 1;
}
@media (min-width: 768px) {
  .timeline__events {
    max-width: 874px;
    padding: 0;
    margin: 0 auto;
  }
}

.timeline__event {
  background: #fff;
  border: 1px solid #d1ccc7;
  border-radius: 3px;
  padding: 15px;
  margin: 0 0 20px 0;
  position: relative;
}
@media (min-width: 768px) {
  .timeline__event {
    padding: 30px;
    width: 42%;
  }
}
.timeline__event:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 1em solid #d1ccc7;
  border-left: 1em solid transparent;
  position: absolute;
  left: -1em;
  top: 10px;
}
.timeline__event:after {
  content: "";
  position: absolute;
  left: -27px;
  top: 6px;
  background: #ee1d4d;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  border: 2px solid #fff;
  box-sizing: content-box;
}
@media (min-width: 768px) {
  .timeline__event:after {
    left: -63px;
  }
}
@media (min-width: 992px) {
  .timeline__event:after {
    left: -74px;
  }
}
@media (min-width: 768px) {
  .timeline__event:nth-child(even) {
    float: right;
    margin-top: 2em;
  }
}
@media (min-width: 768px) {
  .timeline__event:nth-child(odd) {
    float: left;
  }
}
@media (min-width: 768px) {
  .timeline__event:nth-child(odd):before {
    border-top: 1em solid #d1ccc7;
    border-right: 1em solid transparent;
    border-left: none;
    right: -1em;
    left: auto;
  }
}
@media (min-width: 768px) {
  .timeline__event:nth-child(odd):after {
    left: auto;
    right: -64px;
  }
}
@media (min-width: 992px) {
  .timeline__event:nth-child(odd):after {
    left: auto;
    right: -75px;
  }
}
@media (min-width: 768px) {
  .timeline__event:nth-of-type(2n+1) {
    clear: both;
  }
}

.timeline__image {
  margin-bottom: 20px;
}
.timeline__image > img {
  max-width: 100%;
  height: auto;
  display: block;
}

/**
 * Accordion component
 */
.accordion-panel {
  background-color: #fff;
  border: 1px solid #d1ccc7;
}
.accordion-panel + .accordion-panel {
  margin-top: -1px;
}

.accordion-panel__header {
  padding: 40px;
  position: relative;
}
.accordion-panel__header .ripple {
  position: absolute;
  top: 50%;
  margin-top: -24px;
  left: 40px;
}
@media (max-width: 767px) {
  .accordion-panel__header .ripple {
    display: none;
  }
}

.accordion-panel__title {
  margin: 0;
  font-size: 20px;
  color: #222;
  font-weight: 400;
}
.has-icon.has-counter.has-end-button .accordion-panel__title {
  padding-left: 135px;
  padding-right: 128px;
}
@media (max-width: 767px) {
  .has-icon.has-counter.has-end-button .accordion-panel__title {
    padding-left: 46px;
    padding-right: 28px;
  }
}

.has-icon .accordion-panel__title {
  position: relative;
}
.has-icon .accordion-panel__title:before {
  content: "";
  position: absolute;
  left: 92px;
  margin-left: -24px;
  top: 50%;
  margin-top: -24px;
}
@media (max-width: 767px) {
  .has-icon .accordion-panel__title:before {
    left: 4px;
  }
}

.accordion-panel__body {
  background-color: #f7f7f7;
  border-top: 1px solid #d1ccc7;
  padding: 15px 20px;
}
@media (min-width: 768px) {
  .accordion-panel__body {
    padding: 30px 40px;
  }
}
.accordion-panel__body p {
  line-height: 1.75;
}
@media (min-width: 768px) {
  .accordion-panel__body p {
    font-size: 18px;
  }
}
.accordion-panel__body p:last-child {
  margin-bottom: 0;
}

.acc-indicator {
  width: 48px;
  height: 48px;
  border-radius: 3px;
  background-color: #02d0b6;
  position: absolute;
  top: 50%;
  margin-top: -24px;
  right: 40px;
  transition: background 200ms ease-in-out;
}
@media (max-width: 767px) {
  .acc-indicator {
    right: 20px;
  }
}
.acc-indicator:before, .acc-indicator:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  margin-left: -8px;
  transition: opacity 200ms ease-in-out;
}
.acc-indicator:before {
  opacity: 0;
}
.acc-indicator:after {
  opacity: 1;
}
.collapsed .acc-indicator {
  background-color: #ee1d4d;
}
.collapsed .acc-indicator:before {
  opacity: 1;
}
.collapsed .acc-indicator:after {
  opacity: 0;
}

/**
 *
 */
.content-ordering h2 {
  font-size: 38px;
  font-weight: bold;
  color: #ee1d4d;
  line-height: 1.2;
}
.content-ordering .text-small {
  color: #222;
  font-size: 14px;
  font-weight: 600;
}
.content-ordering ul {
  padding-left: 20px;
}
.content-ordering ul > li {
  font-size: 18px;
  line-height: 1.75;
  list-style-type: none;
  margin-top: 10px;
  position: relative;
}
.content-ordering ul > li:before {
  content: "";
  border-radius: 50%;
  height: 8px;
  width: 8px;
  background: #ee1d4d;
  position: absolute;
  left: -20px;
  top: 12px;
}
.content-ordering h2, .content-ordering h3, .content-ordering h4, .content-ordering h5, .content-ordering ul, .content-ordering ol, .content-ordering p {
  margin-bottom: 30px;
}

.section-ordering {
  overflow: hidden;
}
.section-ordering > .container, .section-ordering > .cookie-notice-container {
  position: relative;
}
.section-ordering > .container > .row, .section-ordering > .cookie-notice-container > .row {
  position: relative;
  z-index: 2;
}
.section-ordering .moomoo-ball {
  position: absolute;
  z-index: 1;
}
@media (max-width: 767px) {
  .section-ordering .moomoo-ball {
    display: none;
  }
}
.section-ordering .moomoo-ball__sm {
  top: -140px;
  left: 460px;
}
.section-ordering .moomoo-ball__md {
  bottom: -275px;
  left: 222px;
}

.section-newsletter-subscribe {
  position: relative;
}
.section-newsletter-subscribe::before {
  content: "";
  background-color: #f7f7f7;
  display: none;
  position: absolute;
  left: 0;
  bottom: -175px;
  overflow: visible;
  width: 100%;
  height: 80%;
  z-index: 0;
  -ms-transform: skewY(-8deg);
      transform: skewY(-8deg);
  backface-visibility: initial;
}
@media (min-width: 768px) {
  .section-newsletter-subscribe::before {
    display: block;
  }
}
.section-newsletter-subscribe__text {
  font-size: 24px !important;
  line-height: 1.1em;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .section-newsletter-subscribe__text {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .section-newsletter-subscribe__text {
    font-size: 38px !important;
    line-height: 47px;
  }
}

.main-footer {
  background-color: #f7f7f7;
  padding: 42px 0;
  position: relative;
}
@media (min-width: 992px) {
  .main-footer {
    padding: 60px 0 30px;
  }
}

/*
* Footer elements
*/
.footer-title {
  color: #222;
  margin-bottom: 23px;
  margin-top: 0;
}

.footer-link {
  color: #222;
  padding-left: 34px;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  margin-right: 30px;
  display: inline-block;
  margin-bottom: 15px;
}
.footer-link::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0px;
}
.footer-link:hover {
  text-decoration: none;
  color: #ee1d4d;
}
@media (min-width: 992px) {
  .footer-link {
    display: inline-block;
  }
}

.footer__social {
  margin-top: 42px;
}
@media (min-width: 992px) {
  .footer__social {
    margin-top: 0;
    text-align: right;
  }
}
.footer__contacts {
  margin-top: 24px;
}
@media (min-width: 992px) {
  .footer__contacts {
    margin-top: 42px;
  }
}
@media (min-width: 992px) {
  .footer__bottom {
    margin-top: 100px;
  }
}
.footer__logo {
  margin-top: 42px;
}
@media (min-width: 992px) {
  .footer__logo {
    margin-top: 0;
  }
}
.footer__widget-title {
  margin-top: 0;
  margin-bottom: 8px;
  text-transform: lowercase;
  position: relative;
}
.footer__widget-title::after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  background: transparent url("../gfx/chevron.svg") no-repeat center center;
  width: 24px;
  height: 24px;
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
  transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.footer__widget-title + div {
  display: none;
}
@media (min-width: 992px) {
  .footer__widget-title + div {
    display: block;
  }
}
.footer__widget-title.active::after {
  -ms-transform: rotate(0);
      transform: rotate(0);
}
.footer__widget-title.active + div {
  display: block;
}
@media (min-width: 992px) {
  .footer__widget-title {
    margin-bottom: 1rem;
  }
  .footer__widget-title::after {
    display: none;
  }
}
.footer__widgets {
  margin-top: 24px;
}
@media (min-width: 992px) {
  .footer__widgets {
    margin-top: 0;
  }
}
.footer__widget {
  padding-top: 4px;
}
@media (min-width: 992px) {
  .footer__widget {
    padding-top: 0;
  }
}
.footer__widget .menu {
  list-style: none;
  margin: 0 0 8px 0;
  padding: 0;
}
@media (min-width: 992px) {
  .footer__widget .menu {
    margin: 0;
  }
}
.footer__widget .menu li + li {
  margin-top: 8px;
}
.footer__widget .menu a {
  color: #222;
  text-transform: lowercase;
  font-size: 14px;
  font-weight: 500;
}
.footer__widget .menu a:hover {
  text-decoration: none;
  color: #ee1d4d;
}

.modal.fade .modal-dialog {
  opacity: 0;
  transform: scale3d(0.3, 0.3, 0.3);
  transition: opacity 0.3s ease, transform 0.3s ease;
  backface-visibility: hidden;
}
.modal.fade.in .modal-dialog {
  opacity: 1;
  transform: scale3d(1, 1, 1);
  transition: opacity 0.2s ease, transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/**
 * Search modal
 */
.modal-search .modal-content {
  background: none;
  border: none;
  box-shadow: none;
}
.modal-search .modal-body {
  padding: 0;
}
.modal-search .modal-dialog {
  height: 100vh;
  margin-top: 0;
  margin-bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media (min-width: 992px) {
  .modal-search .modal-dialog {
    width: 800px;
  }
}
.modal-search .close-modal {
  position: absolute;
  right: 30px;
  top: 30px;
  background-color: #02d0b6;
  border: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  -ms-transform: rotate(0);
      transform: rotate(0);
  transition: transform 200ms ease-in-out;
  z-index: 1052;
}
@media (max-width: 767px) {
  .modal-search .close-modal {
    right: 20px;
    top: 20px;
  }
}
.modal-search .close-modal:before {
  content: "";
  position: absolute;
  left: 12px;
  top: 12px;
}
.modal-search .close-modal:hover {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}
.modal-search .control-label, .modal-search .hbspt-form .hs-form-booleancheckbox .hs-form-booleancheckbox-display > span, .hbspt-form .hs-form-booleancheckbox .modal-search .hs-form-booleancheckbox-display > span {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .modal-search .form-control, .modal-search .wc-pao-addon-wrap .input-text, .wc-pao-addon-wrap .modal-search .input-text,
  .modal-search .wc-pao-addon-wrap .wc-pao-addon-select,
  .wc-pao-addon-wrap .modal-search .wc-pao-addon-select, .modal-search .montonio-payments-country-dropdown, .modal-search .parcel_machine_checkout select.select, .parcel_machine_checkout .modal-search select.select, .modal-search .hbspt-form .hs-input:not([type=checkbox]), .hbspt-form .modal-search .hs-input:not([type=checkbox]) {
    margin-bottom: 15px;
  }
}

/**
 *
 */
.admin-bar .modal-languages {
  margin-top: 32px;
}
.modal-languages .close-modal {
  position: absolute;
  right: 60px;
  top: 60px;
  background-color: #fff;
  width: 48px;
  height: 48px;
  border-radius: 48px;
  border: none;
  z-index: 5;
}
@media (max-width: 767px) {
  .modal-languages .close-modal {
    right: 20px;
    top: 20px;
  }
}
.modal-languages .close-modal:before, .modal-languages .close-modal:after {
  content: "";
  position: absolute;
  top: 12px;
  left: 12px;
  transition: opacity 200ms ease-in-out;
}
.modal-languages .close-modal:before {
  opacity: 1;
}
.modal-languages .close-modal:after {
  opacity: 0;
}
.modal-languages .close-modal:hover:before {
  opacity: 0;
}
.modal-languages .close-modal:hover:after {
  opacity: 1;
}
.modal-languages .modal-dialog {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
}
.modal-languages .modal-dialog .modal-content {
  box-shadow: none;
  background: none;
  border: none;
}
.modal-languages .lang-switch {
  margin: 0;
  padding: 20px;
}
.modal-languages .lang-switch > li {
  list-style-type: none;
  text-align: center;
  font-size: 38px;
  font-weight: 300;
  margin-top: 20px;
}
.modal-languages .lang-switch > li > a {
  color: #222;
}
.modal-languages .lang-switch > li:first-child {
  margin-top: 0;
}

/**
 *
 */
.admin-bar .modal-moomoo,
.admin-bar .modal-terms,
.admin-bar .modal-languages,
.admin-bar .modal-newsletter {
  margin-top: 32px;
}
.modal-moomoo .close-modal,
.modal-terms .close-modal,
.modal-languages .close-modal,
.modal-newsletter .close-modal {
  position: absolute;
  right: 60px;
  top: 60px;
  background-color: #fff;
  width: 48px;
  height: 48px;
  border-radius: 48px;
  border: none;
  z-index: 5;
}
@media (max-width: 767px) {
  .modal-moomoo .close-modal,
  .modal-terms .close-modal,
  .modal-languages .close-modal,
  .modal-newsletter .close-modal {
    right: 20px;
    top: 20px;
  }
}
.modal-moomoo .close-modal:before, .modal-moomoo .close-modal:after,
.modal-terms .close-modal:before,
.modal-terms .close-modal:after,
.modal-languages .close-modal:before,
.modal-languages .close-modal:after,
.modal-newsletter .close-modal:before,
.modal-newsletter .close-modal:after {
  content: "";
  position: absolute;
  top: 12px;
  left: 12px;
  transition: opacity 200ms ease-in-out;
}
.modal-moomoo .close-modal:before,
.modal-terms .close-modal:before,
.modal-languages .close-modal:before,
.modal-newsletter .close-modal:before {
  opacity: 1;
}
.modal-moomoo .close-modal:after,
.modal-terms .close-modal:after,
.modal-languages .close-modal:after,
.modal-newsletter .close-modal:after {
  opacity: 0;
}
.modal-moomoo .close-modal:hover:before,
.modal-terms .close-modal:hover:before,
.modal-languages .close-modal:hover:before,
.modal-newsletter .close-modal:hover:before {
  opacity: 0;
}
.modal-moomoo .close-modal:hover:after,
.modal-terms .close-modal:hover:after,
.modal-languages .close-modal:hover:after,
.modal-newsletter .close-modal:hover:after {
  opacity: 1;
}
.modal-moomoo .modal-dialog .modal-content,
.modal-terms .modal-dialog .modal-content,
.modal-languages .modal-dialog .modal-content,
.modal-newsletter .modal-dialog .modal-content {
  box-shadow: none;
  background: none;
  border: none;
}

@media (min-width: 1200px) {
  .modal-newsletter .modal-dialog {
    min-width: 1000px;
  }
}
.modal-newsletter .modal-body {
  background-color: #fff;
  padding: 0;
}
.modal-newsletter .modal-body h3 {
  color: #222;
  margin-bottom: 30px;
}
.modal-newsletter .close-modal {
  right: 15px;
  top: 15px;
}
.modal-newsletter__left {
  padding: 80px 20px;
}
@media (min-width: 992px) {
  .modal-newsletter__left {
    padding: 100px 40px;
  }
}
.modal-newsletter__right {
  display: none;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 1200px) {
  .modal-newsletter__right {
    display: block;
  }
}
.modal-newsletter__hide {
  overflow: hidden;
  height: 0px;
}
.modal-newsletter .form-group label p:last-child, .modal-newsletter .hbspt-form fieldset.form-columns-0 label p:last-child, .hbspt-form .modal-newsletter fieldset.form-columns-0 label p:last-child,
.modal-newsletter .hbspt-form fieldset.form-columns-1 label p:last-child,
.hbspt-form .modal-newsletter fieldset.form-columns-1 label p:last-child,
.modal-newsletter .hbspt-form fieldset.form-columns-2 label p:last-child,
.hbspt-form .modal-newsletter fieldset.form-columns-2 label p:last-child {
  margin-bottom: 0;
}
.modal-newsletter .form-group label a, .modal-newsletter .hbspt-form fieldset.form-columns-0 label a, .hbspt-form .modal-newsletter fieldset.form-columns-0 label a,
.modal-newsletter .hbspt-form fieldset.form-columns-1 label a,
.hbspt-form .modal-newsletter fieldset.form-columns-1 label a,
.modal-newsletter .hbspt-form fieldset.form-columns-2 label a,
.hbspt-form .modal-newsletter fieldset.form-columns-2 label a {
  color: #222;
  font-weight: bold;
}
.modal-newsletter .form-group label a:hover, .modal-newsletter .hbspt-form fieldset.form-columns-0 label a:hover, .hbspt-form .modal-newsletter fieldset.form-columns-0 label a:hover,
.modal-newsletter .hbspt-form fieldset.form-columns-1 label a:hover,
.hbspt-form .modal-newsletter fieldset.form-columns-1 label a:hover,
.modal-newsletter .hbspt-form fieldset.form-columns-2 label a:hover,
.hbspt-form .modal-newsletter fieldset.form-columns-2 label a:hover, .modal-newsletter .form-group label a:focus, .modal-newsletter .hbspt-form fieldset.form-columns-0 label a:focus, .hbspt-form .modal-newsletter fieldset.form-columns-0 label a:focus,
.modal-newsletter .hbspt-form fieldset.form-columns-1 label a:focus,
.hbspt-form .modal-newsletter fieldset.form-columns-1 label a:focus,
.modal-newsletter .hbspt-form fieldset.form-columns-2 label a:focus,
.hbspt-form .modal-newsletter fieldset.form-columns-2 label a:focus {
  color: #ee1d4d;
  text-decoration: none;
}

.main-aside {
  padding: 62px 16px;
  position: fixed;
  right: -100%;
  top: 0;
  bottom: 0;
  z-index: 1050;
  background-color: #02d0b6;
  width: 100%;
  transition: right 150ms ease-in-out;
}
@media (min-width: 768px) {
  .main-aside {
    padding: 60px;
    right: -611px;
    width: 611px;
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .main-aside {
    padding-top: 88px;
  }
}
.main-aside:before {
  background-color: rgba(238, 29, 77, 0.8);
  content: "";
  bottom: 0;
  position: absolute;
  right: 100%;
  top: 0;
  width: 100vw;
  opacity: 0;
  visibility: hidden;
  transition: visibility 200ms linear, opacity 200ms linear;
}
.main-aside.open {
  right: 0;
}
.main-aside.open:before {
  opacity: 1;
  visibility: visible;
}

/**
 * Aside NAV styles
 */
.aside-nav {
  position: relative;
  z-index: 10;
}
@media (min-width: 768px) {
  .aside-nav {
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  .aside-nav {
    margin-top: 0;
  }
}
.aside-nav .sub-menu {
  display: none;
  background-color: #f5f5f5;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
}
.aside-nav .sub-menu.is-visible {
  display: block;
}
.aside-nav .sub-menu__inner {
  height: 100%;
  padding: 42px 16px;
}
.aside-nav .sub-menu__list {
  padding: 0;
}
.aside-nav .sub-menu__list > li {
  margin: 0;
  padding: 0;
}
.aside-nav .sub-menu__list > li > a {
  color: rgb(34.425, 34.425, 34.425);
}
.aside-nav .sub-menu__list {
  margin: 0;
  padding: 0;
}
.aside-nav .sub-menu__list > li {
  list-style-type: none;
  margin-top: 20px;
}
.aside-nav .sub-menu__list > li > a {
  display: block;
  color: #222;
  font-size: 14px;
  font-weight: 600;
  list-style-type: none;
}

.aside-nav__pages {
  margin: 0;
  padding: 0;
}
.aside-nav__pages > li {
  line-height: 18px;
  list-style-type: none;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .aside-nav__pages > li {
    line-height: 39px;
    margin-top: 40px;
  }
}
.aside-nav__pages > li > a {
  color: rgb(34.425, 34.425, 34.425);
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  transition: color 200ms ease-in-out;
}
.aside-nav__pages > li > a:hover {
  color: #ee1d4d;
  text-decoration: none;
}
@media (min-width: 992px) {
  .aside-nav__pages > li > a {
    font-size: 24px;
    font-weight: 500;
  }
}
.aside-nav__pages > li:first-child {
  margin-top: 0;
}

/**
 *
 */
.sub-menu__close,
.aside-close {
  background-color: #fff;
  border: none;
  border-radius: 48px;
  height: 48px;
  position: absolute;
  right: 20px;
  text-indent: -9999px;
  top: 20px;
  width: 48px;
  outline: none;
  z-index: 1090;
}
@media (min-width: 768px) {
  .sub-menu__close,
  .aside-close {
    right: 60px;
    top: 50px;
  }
}
.sub-menu__close:before, .sub-menu__close:after,
.aside-close:before,
.aside-close:after {
  content: "";
  position: absolute;
  left: 12px;
  top: 12px;
  transition: opacity 200ms ease-in-out;
}
.sub-menu__close:before,
.aside-close:before {
  opacity: 1;
}
.sub-menu__close:after,
.aside-close:after {
  opacity: 0;
}
.sub-menu__close:hover:before,
.aside-close:hover:before {
  opacity: 0;
}
.sub-menu__close:hover:after,
.aside-close:hover:after {
  opacity: 1;
}

/**
 * Main page styling
 */
.section-index__header,
.section-page__header {
  border-bottom: 1px solid #d1ccc7;
  border-top: 1px solid #d1ccc7;
  padding: 40px 0;
}
@media (min-width: 768px) {
  .section-index__header,
  .section-page__header {
    padding: 70px 0;
  }
}
.woocommerce-checkout .section-index__header, .woocommerce-cart .section-index__header,
.woocommerce-checkout .section-page__header,
.woocommerce-cart .section-page__header {
  border-bottom: none;
  border-top: none;
  position: relative;
}
.woocommerce-checkout .section-index__header .moomoo-ball, .woocommerce-cart .section-index__header .moomoo-ball,
.woocommerce-checkout .section-page__header .moomoo-ball,
.woocommerce-cart .section-page__header .moomoo-ball {
  position: absolute;
  animation: fadein 3s;
}
.woocommerce-checkout .section-index__header .moomoo-ball__sm, .woocommerce-cart .section-index__header .moomoo-ball__sm,
.woocommerce-checkout .section-page__header .moomoo-ball__sm,
.woocommerce-cart .section-page__header .moomoo-ball__sm {
  left: 50%;
  top: -110px;
  margin-left: -99px;
}
@media (max-width: 767px) {
  .woocommerce-checkout .section-index__header .moomoo-ball__sm, .woocommerce-cart .section-index__header .moomoo-ball__sm,
  .woocommerce-checkout .section-page__header .moomoo-ball__sm,
  .woocommerce-cart .section-page__header .moomoo-ball__sm {
    left: auto;
    right: -80px;
  }
}

.section-index__header-helper,
.section-page__header-helper {
  margin: 0 auto;
  padding: 0 10px;
  width: 100%;
}
@media (min-width: 768px) {
  .section-index__header-helper,
  .section-page__header-helper {
    width: 768px;
  }
}
@media (min-width: 992px) {
  .section-index__header-helper,
  .section-page__header-helper {
    width: 992px;
  }
}
@media (min-width: 1200px) {
  .section-index__header-helper,
  .section-page__header-helper {
    width: 1200px;
  }
}
@media (min-width: 1360px) {
  .section-index__header-helper,
  .section-page__header-helper {
    width: 1340px;
  }
}

.section-index__title,
.section-page__title {
  color: #ee1d4d;
  margin: 0;
}

.section-index__title-extra {
  margin-bottom: 0;
  margin-top: 10px;
}

.section-index__body {
  padding: 50px 0;
}
@media (min-width: 768px) {
  .section-index__body {
    padding: 100px 0;
  }
}

/* page article */
.page-article {
  padding: 40px 0;
}
@media (min-width: 768px) {
  .page-article {
    padding: 70px 0;
  }
}

/* full viewport width image */
.img-full-page {
  position: relative;
  margin: 60px 0;
}

.img-full-page__helper {
  position: relative;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: 100vw;
}
.img-full-page__helper > img {
  display: block;
  height: auto;
  max-width: 100%;
}

/**
 *
 */
.contact-action-group > .btn, .hbspt-form .contact-action-group > .hs-button {
  margin-right: 46px;
  margin-bottom: 10px;
}

.page-contact__title {
  color: #ee1d4d;
  font-size: 28px;
}
@media (min-width: 768px) {
  .page-contact__title {
    font-size: 38px;
  }
}

.section-contact__info {
  padding: 40px 0;
}
@media (min-width: 768px) {
  .section-contact__info {
    padding: 70px 0;
  }
}

.section-contact__gmaps {
  background-color: #d1ccc7;
  height: 250px;
}
@media (min-width: 768px) {
  .section-contact__gmaps {
    height: 400px;
  }
}
@media (min-width: 992px) {
  .section-contact__gmaps {
    height: 600px;
  }
}
@media (min-width: 1200px) {
  .section-contact__gmaps {
    height: 800px;
  }
}

/**
 * Post listing card
 */
.post-item {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .post-item {
    padding-bottom: 40px;
  }
}

.post-item__figure {
  position: relative;
  height: 0;
  padding-bottom: 72.131147541%;
  overflow: hidden;
  background-color: #d1ccc7;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  border-radius: 3px;
}
.post-item__figure > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
}
.post-item__figure .datetime {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  position: absolute;
  bottom: 30px;
  left: 30px;
  padding-left: 34px;
}
.post-item__figure .datetime:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
.post-item__figure:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 134px;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
}

.post-item__title {
  border-left: 4px solid #ee1d4d;
  color: #222;
  font-size: 24px;
  margin: 30px 0;
  padding-left: 26px;
  transition: color 200ms ease-in-out;
}

.post-item__url:hover {
  text-decoration: none;
}
.post-item__url:hover .post-item__title {
  color: #ee1d4d;
}

/**
 * Single collection page
 */
.section-moomoo.section-uses-image {
  background-color: #222;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.section-moomoo.section-uses-image .section-moomoo__content,
.section-moomoo.section-uses-image .section-moomoo__title {
  color: #fff;
}
@media (min-width: 992px) {
  .section-moomoo.section-uses-image .section-moomoo__content {
    height: 600px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
  }
}
.section-moomoo.section-uses-image .section-moomoo__content h1, .section-moomoo.section-uses-image .section-moomoo__content h2, .section-moomoo.section-uses-image .section-moomoo__content h3, .section-moomoo.section-uses-image .section-moomoo__content h4, .section-moomoo.section-uses-image .section-moomoo__content h5 {
  color: #fff;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .section-moomoo.section-uses-image .section-moomoo__content h1, .section-moomoo.section-uses-image .section-moomoo__content h2, .section-moomoo.section-uses-image .section-moomoo__content h3, .section-moomoo.section-uses-image .section-moomoo__content h4, .section-moomoo.section-uses-image .section-moomoo__content h5 {
    font-size: 55px;
  }
}
.section-moomoo.section-uses-image .section-moomoo__content .btn, .section-moomoo.section-uses-image .section-moomoo__content .hbspt-form .hs-button, .hbspt-form .section-moomoo.section-uses-image .section-moomoo__content .hs-button {
  margin-bottom: 10px;
}
@media (max-width: 412px) {
  .section-moomoo.section-uses-image .section-moomoo__content .btn, .section-moomoo.section-uses-image .section-moomoo__content .hbspt-form .hs-button, .hbspt-form .section-moomoo.section-uses-image .section-moomoo__content .hs-button {
    width: 100%;
  }
}
@media (max-width: 412px) {
  .section-moomoo.section-uses-image .section-moomoo__content .btn:before, .section-moomoo.section-uses-image .section-moomoo__content .hbspt-form .hs-button:before, .hbspt-form .section-moomoo.section-uses-image .section-moomoo__content .hs-button:before {
    content: "";
    display: block;
    clear: both;
    width: 100%;
    height: 1px;
  }
}
.section-moomoo.section-uses-image .section-moomoo__content .btn + .btn, .section-moomoo.section-uses-image .section-moomoo__content .hbspt-form .hs-button + .btn, .hbspt-form .section-moomoo.section-uses-image .section-moomoo__content .hs-button + .btn, .section-moomoo.section-uses-image .section-moomoo__content .hbspt-form .btn + .hs-button, .hbspt-form .section-moomoo.section-uses-image .section-moomoo__content .btn + .hs-button, .section-moomoo.section-uses-image .section-moomoo__content .hbspt-form .hs-button + .hs-button, .hbspt-form .section-moomoo.section-uses-image .section-moomoo__content .hs-button + .hs-button {
  margin-right: 15px;
}
@media (max-width: 412px) {
  .section-moomoo.section-uses-image .section-moomoo__content .btn + .btn, .section-moomoo.section-uses-image .section-moomoo__content .hbspt-form .hs-button + .btn, .hbspt-form .section-moomoo.section-uses-image .section-moomoo__content .hs-button + .btn, .section-moomoo.section-uses-image .section-moomoo__content .hbspt-form .btn + .hs-button, .hbspt-form .section-moomoo.section-uses-image .section-moomoo__content .btn + .hs-button, .section-moomoo.section-uses-image .section-moomoo__content .hbspt-form .hs-button + .hs-button, .hbspt-form .section-moomoo.section-uses-image .section-moomoo__content .hs-button + .hs-button {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .section-moomoo.section-imgtext .section-moomoo__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    height: 80vh;
  }
}
.section-moomoo.section-imgtext .section-moomoo__content > h2, .section-moomoo.section-imgtext .section-moomoo__content h3, .section-moomoo.section-imgtext .section-moomoo__content h4, .section-moomoo.section-imgtext .section-moomoo__content h5 {
  color: #fff;
}
@media (min-width: 768px) {
  .section-moomoo.section-imgtext .section-moomoo__content > h2, .section-moomoo.section-imgtext .section-moomoo__content h3, .section-moomoo.section-imgtext .section-moomoo__content h4, .section-moomoo.section-imgtext .section-moomoo__content h5 {
    font-size: 55px;
  }
}
.section-moomoo.section-imgtext .section-moomoo__content .ripple {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .section-moomoo .btn + .btn, .section-moomoo .hbspt-form .hs-button + .btn, .hbspt-form .section-moomoo .hs-button + .btn, .section-moomoo .hbspt-form .btn + .hs-button, .hbspt-form .section-moomoo .btn + .hs-button, .section-moomoo .hbspt-form .hs-button + .hs-button, .hbspt-form .section-moomoo .hs-button + .hs-button {
    margin-left: 26px;
  }
}

/* Features */
.feature-item {
  text-align: center;
}
@media (max-width: 767px) {
  .feature-item {
    margin-top: 40px;
  }
}
.feature-item > .ripple {
  margin-left: auto;
  margin-right: auto;
}

.feature-item__title {
  color: #222;
  font-size: 20px;
  font-weight: 400;
  margin: 20px 0 0 0;
}

/**
 * Single product page
 */
.product-page {
  background-color: #f7f7f7;
}

.product-page__header--helper {
  position: relative;
  margin-bottom: 70px;
}

.product-page__title {
  color: #ee1d4d;
  font-size: 20px;
  margin: 0;
  text-align: center;
  padding: 0 50px;
}
@media (min-width: 992px) {
  .product-page__title {
    padding: 0 190px;
    font-size: 38px;
  }
}

.product-page__navi-list {
  margin: 0;
  padding: 0 20px;
  margin-top: -18px;
}
.product-page__navi-list:after {
  content: "";
  display: block;
  clear: both;
  height: 1px;
}
@media (min-width: 768px) {
  .product-page__navi-list {
    padding: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -6px;
  }
}
@media (min-width: 992px) {
  .product-page__navi-list {
    padding: 0;
    margin-top: -30px;
  }
}

.product-page__navi-item {
  list-style-type: none;
  margin: 0;
  color: #bababa;
  font-size: 38px;
  font-weight: 300;
}
.product-page__navi-item a {
  color: #bababa;
  position: relative;
  text-indent: -999999px;
  display: inline-block;
  height: 24px;
  width: 24px;
}
.product-page__navi-item a:active, .product-page__navi-item a:focus, .product-page__navi-item a:hover {
  color: #ee1d4d;
  text-decoration: none;
}
.product-page__navi-item a::before {
  content: "";
  position: absolute;
  display: block;
}
@media (min-width: 992px) {
  .product-page__navi-item a {
    text-indent: 0;
    height: auto;
    width: auto;
  }
  .product-page__navi-item a::before {
    display: none;
    text-indent: 0;
  }
}

.product-page__navi-item--prev {
  float: left;
}
.product-page__navi-item--prev a::before {
  left: 0px;
  top: 0px;
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
}

.product-page__navi-item--next {
  float: right;
}
.product-page__navi-item--next a::before {
  right: 0px;
  top: 0px;
  -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
}

.product-page__content {
  font-size: 18px;
  line-height: 1.72;
}
.product-page__content ul {
  margin: 0;
  padding: 0 0 0 20px;
}
.product-page__content ul li {
  list-style-type: none;
  position: relative;
}
.product-page__content ul li:before {
  content: "";
  position: absolute;
  left: -20px;
  top: 11px;
  background-color: #ee1d4d;
  width: 8px;
  height: 8px;
  border-radius: 8px;
}
.product-page__content ul li:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .product-page__attr .input-radio + label.input-size,
  .product-page__attr .input-checkbox + label.input-size {
    margin-bottom: 10px;
  }
}

.product-page__attr,
.product-page__content {
  margin-top: 30px;
}

.product-page__attr-title {
  color: #222;
  font-size: 14px;
  font-weight: 600;
}

.product-page__attr-title_extra {
  color: #ee1d4d;
  float: right;
}
.product-page__attr-title_extra a {
  color: #ee1d4d;
  text-decoration: underline;
}
.product-page__attr-title_extra a:hover {
  color: #ee1d4d;
  text-decoration: none;
}

.form-group.pa_suurus label.label-item-0, .hbspt-form fieldset.pa_suurus.form-columns-0 label.label-item-0,
.hbspt-form fieldset.pa_suurus.form-columns-1 label.label-item-0,
.hbspt-form fieldset.pa_suurus.form-columns-2 label.label-item-0,
.product-page__attr.pa_suurus label.label-item-0 {
  margin-left: 0;
}

.list-meta {
  margin-bottom: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .list-meta {
    margin-top: 20px;
    text-align: center;
  }
}

.list-meta__item {
  display: inline-block;
  margin-top: 0;
  padding-left: 35px;
  position: relative;
  line-height: 1.75;
}
.list-meta__item + .list-meta__item {
  margin-left: 26px;
}
.list-meta__item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}

.amount-input__wrap > .form-control, .wc-pao-addon-wrap .amount-input__wrap > .input-text,
.wc-pao-addon-wrap .amount-input__wrap > .wc-pao-addon-select, .amount-input__wrap > .montonio-payments-country-dropdown, .parcel_machine_checkout .amount-input__wrap > select.select, .hbspt-form .amount-input__wrap > .hs-input:not([type=checkbox]),
.amount-input__wrap > .btn-amount {
  display: inline-block;
}

.form-control--amount {
  color: rgb(174.5, 165.75, 157);
  font-size: 14px;
  height: 42px;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
  width: 55px;
}

.btn-amount {
  background-color: #fff;
  border: 2px solid #d1ccc7;
  border-radius: 32px;
  height: 32px;
  outline: none;
  position: relative;
  width: 32px;
  text-indent: -9999px;
  transition: border 200ms ease-in-out;
}
.btn-amount:hover {
  border-color: #9a8f84;
}
.btn-amount:before, .btn-amount:after {
  content: "";
  background: #ee1d4d;
  position: absolute;
  top: 50%;
  left: 50%;
}
.btn-amount:before {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.btn-amount:after {
  height: 12px;
  width: 2px;
  margin-left: -1px;
  margin-top: -6px;
}

.btn-amount--minus:after {
  display: none;
  opacity: 0;
}

.product-page__sums {
  margin-top: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.product-price__discount {
  color: #ee1d4d;
}

.product-price__wrap {
  position: relative;
  margin-left: auto;
  font-size: 38px;
  font-weight: 300;
  -ms-flex-positive: 1;
      flex-grow: 1;
  width: 100%;
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .product-price__wrap {
    width: auto;
    -ms-flex-positive: 0;
        flex-grow: 0;
    text-align: right;
    margin-top: 0;
  }
}
.product-price__wrap > span {
  opacity: 1;
  transition: opacity 100ms ease-in-out;
}
.product-price__wrap.loading > span {
  opacity: 0.3;
}
.product-price__wrap.loading:after {
  content: "";
  background: url("../gfx/icon_refresh.svg") no-repeat 0 0;
  opacity: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -8px;
  margin-top: -8px;
  height: 16px;
  width: 16px;
  animation: rotating 400ms linear infinite;
  z-index: 100;
}

/**
 * ORDER PAGE
 */
.order-form-content {
  font-size: 18px;
  line-height: 1.72;
}
@media (max-width: 767px) {
  .order-form-content {
    margin-top: 50px;
  }
}

.order-form-content__title {
  color: #ee1d4d;
  font-size: 38px;
  margin: 0 0 30px 0;
}

.page-order-form {
  overflow: hidden;
}
.page-order-form > .container, .page-order-form > .cookie-notice-container {
  position: relative;
}
@media (min-width: 768px) {
  .page-order-form > .container, .page-order-form > .cookie-notice-container {
    min-height: 800px;
  }
}
.page-order-form > .container .row, .page-order-form > .cookie-notice-container .row {
  position: relative;
  z-index: 10;
}
.page-order-form > .container .moomoo-ball, .page-order-form > .cookie-notice-container .moomoo-ball {
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
}
@media (max-width: 767px) {
  .page-order-form > .container .moomoo-ball, .page-order-form > .cookie-notice-container .moomoo-ball {
    display: none;
  }
}
.page-order-form > .container .moomoo-ball_sm--first, .page-order-form > .cookie-notice-container .moomoo-ball_sm--first {
  top: -120px;
  right: 40px;
  z-index: 2;
}
@media (min-width: 768px) {
  .page-order-form > .container .moomoo-ball_sm--first, .page-order-form > .cookie-notice-container .moomoo-ball_sm--first {
    display: none;
  }
}
@media (min-width: 992px) {
  .page-order-form > .container .moomoo-ball_sm--first, .page-order-form > .cookie-notice-container .moomoo-ball_sm--first {
    display: block;
    right: -120px;
  }
}
@media (min-width: 1200px) {
  .page-order-form > .container .moomoo-ball_sm--first, .page-order-form > .cookie-notice-container .moomoo-ball_sm--first {
    right: -50px;
  }
}
.page-order-form > .container .moomoo-ball_sm--second, .page-order-form > .cookie-notice-container .moomoo-ball_sm--second {
  top: 45%;
  right: 50%;
  z-index: 2;
}
@media (min-width: 768px) {
  .page-order-form > .container .moomoo-ball_sm--second, .page-order-form > .cookie-notice-container .moomoo-ball_sm--second {
    right: 20%;
  }
}
@media (min-width: 992px) {
  .page-order-form > .container .moomoo-ball_sm--second, .page-order-form > .cookie-notice-container .moomoo-ball_sm--second {
    right: 35%;
  }
}
@media (min-width: 1200px) {
  .page-order-form > .container .moomoo-ball_sm--second, .page-order-form > .cookie-notice-container .moomoo-ball_sm--second {
    right: 50%;
  }
}
.page-order-form > .container .moomoo-ball__md, .page-order-form > .cookie-notice-container .moomoo-ball__md {
  bottom: -280px;
  right: 0;
  z-index: 2;
}
.page-order-form > .container .moomoo-ball__custom, .page-order-form > .cookie-notice-container .moomoo-ball__custom {
  top: 35%;
  right: 0;
  z-index: 1;
}
@media (min-width: 768px) {
  .page-order-form > .container .moomoo-ball__custom, .page-order-form > .cookie-notice-container .moomoo-ball__custom {
    display: none;
  }
}
@media (min-width: 992px) {
  .page-order-form > .container .moomoo-ball__custom, .page-order-form > .cookie-notice-container .moomoo-ball__custom {
    display: block;
    right: -25%;
  }
}
@media (min-width: 1200px) {
  .page-order-form > .container .moomoo-ball__custom, .page-order-form > .cookie-notice-container .moomoo-ball__custom {
    right: -15%;
  }
}

/**
 * Single page tags list
 */
.tags-list {
  padding: 0 0 40px 0;
  margin-top: -20px;
}
.tags-list a {
  background-color: #fff;
  margin-top: 20px;
  display: inline-block;
  border: 2px solid #ee1d4d;
  font-size: 16px;
  color: #222;
  border-radius: 100px;
  padding: 10px 12px;
  line-height: 1;
  transition: background 200ms ease-in-out;
}
.tags-list a:before {
  content: "#";
  display: inline;
}
.tags-list a:hover {
  background-color: rgba(238, 29, 77, 0.1);
  text-decoration: none;
}
.tags-list a + a {
  margin-left: 30px;
}

/**
 * Custom order page
 */
.flow__title {
  color: #ee1d4d;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .flow__title {
    font-size: 24px;
  }
}
.flow__ripple {
  z-index: 2;
}
.flow__step-icon {
  margin-left: 24px;
  position: absolute;
  top: 0px;
  width: 96px;
  height: 96px;
}
.flow__content {
  margin-top: 68px;
  max-width: 360px;
  font-weight: 500;
}

.categories {
  padding-left: 0;
  list-style: none;
  display: inline-grid;
  grid-template-rows: auto;
  grid-template-columns: repeat(2, 50%);
  grid-column-gap: 0px;
  width: 100%;
}
.categories__title {
  color: #222;
  font-size: 24px;
  font-weight: 500;
}
.categories__intro {
  max-width: 800px;
  margin-bottom: 60px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .categories__intro {
    margin-bottom: 0px;
  }
}
.categories__item {
  display: block;
  padding: 0 15px;
}
.categories .card-product__title {
  font-weight: 500;
  font-size: 16px;
}
@media (max-width: 767px) {
  .categories .card-product__image-helper {
    padding: 0 20px;
  }
  .categories .card-product {
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  .categories {
    grid-template-columns: repeat(3, 33.3333%);
  }
  .categories__item {
    padding: 0 20px;
  }
}
@media (min-width: 992px) {
  .categories {
    grid-template-columns: repeat(4, 25%);
  }
  .categories__item {
    padding: 0 25px;
  }
}
@media (min-width: 1200px) {
  .categories {
    grid-template-columns: repeat(5, 20%);
  }
  .categories__item {
    padding: 0 35px;
  }
}

.prod-categories__header {
  padding-top: 40px;
  padding-bottom: 25px;
  border-top: #D1CCC7 1px solid;
  border-bottom: #D1CCC7 1px solid;
}
.prod-categories__header h1, .prod-categories__header p {
  margin-bottom: 15px;
  max-width: 870px;
}
@media (min-width: 1200px) {
  .prod-categories__header {
    padding-top: 70px;
    padding-bottom: 55px;
  }
}
.prod-categories__row {
  padding-top: 10px;
  padding-bottom: 40px;
}
@media (min-width: 1200px) {
  .prod-categories__row {
    padding-top: 40px;
  }
}

.prod-collections__header {
  padding-top: 40px;
  padding-bottom: 25px;
  border-top: #D1CCC7 1px solid;
  border-bottom: #D1CCC7 1px solid;
}
.prod-collections__header h1, .prod-collections__header p {
  margin-bottom: 15px;
  max-width: 870px;
}
@media (min-width: 1200px) {
  .prod-collections__header {
    padding-top: 70px;
    padding-bottom: 55px;
  }
}
.prod-collections__row {
  padding-top: 10px;
  padding-bottom: 80px;
}
@media (min-width: 1200px) {
  .prod-collections__row {
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .prod-collections .widget-oval__title {
    bottom: 30px;
    padding: 0 20px;
  }
}
@media (min-width: 768px) {
  .prod-collections .widget-oval__title {
    bottom: 40px;
    padding: 40 50px;
  }
}

.main-sidebar__nav {
  background-color: #fff;
  border: 1px solid #d1ccc7;
  margin-top: -1px;
  padding: 50px 40px;
}
.main-sidebar__nav.affix {
  top: 80px;
}
.admin-bar .main-sidebar__nav.affix {
  top: 113px;
}

.mainnav-submenu-section .sub-menu {
  margin: 0;
  padding: 0;
}
.mainnav-submenu-section .sub-menu > li {
  font-size: 18px;
  list-style-type: none;
  margin-top: 20px;
}
.mainnav-submenu-section .sub-menu > li > a {
  color: rgb(34.425, 34.425, 34.425);
  display: block;
  line-height: 1.75;
}
.mainnav-submenu-section .sub-menu > li:first-child {
  margin-top: 0;
}

/**
 * Global content section styling for page and blog single
 */
.main-content__section,
.page-article {
  /* Lists */
  /* Table */
}
.main-content__section .lead,
.page-article .lead {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.75;
}
.main-content__section strong,
.main-content__section .strong,
.page-article strong,
.page-article .strong {
  font-weight: 700;
}
.main-content__section h2, .main-content__section .h2,
.main-content__section h3, .main-content__section .h3,
.main-content__section h4, .main-content__section .h4,
.main-content__section h5, .main-content__section .h5,
.main-content__section p,
.main-content__section ol,
.main-content__section ul,
.page-article h2,
.page-article .h2,
.page-article h3,
.page-article .h3,
.page-article h4,
.page-article .h4,
.page-article h5,
.page-article .h5,
.page-article p,
.page-article ol,
.page-article ul {
  margin-bottom: 30px;
}
.main-content__section p,
.main-content__section ol > li,
.main-content__section ul > li,
.page-article p,
.page-article ol > li,
.page-article ul > li {
  font-size: 16px;
  line-height: 1.6;
}
.main-content__section ol,
.page-article ol {
  padding-left: 20px;
}
.main-content__section ul:not(.row):not(.social-networks__list),
.page-article ul:not(.row):not(.social-networks__list) {
  padding: 0;
}
.main-content__section ul:not(.row):not(.social-networks__list) > li,
.page-article ul:not(.row):not(.social-networks__list) > li {
  position: relative;
  padding-left: 20px;
  list-style-type: none;
}
.main-content__section ul:not(.row):not(.social-networks__list) > li:before,
.page-article ul:not(.row):not(.social-networks__list) > li:before {
  content: "";
  background-color: #ee1d4d;
  border-radius: 50%;
  height: 8px;
  width: 8px;
  position: absolute;
  left: 0;
  top: 8px;
}
.main-content__section > .table-responsive > table td,
.main-content__section > .table-responsive > table th,
.page-article > .table-responsive > table td,
.page-article > .table-responsive > table th {
  border: none;
}
.main-content__section > .table-responsive > table > thead > tr > th,
.main-content__section > .table-responsive > table > thead > tr > td,
.page-article > .table-responsive > table > thead > tr > th,
.page-article > .table-responsive > table > thead > tr > td {
  font-weight: 400;
  border-bottom: 5px solid #6d02d0;
}
.main-content__section > .table-responsive > table > thead > tr > th,
.main-content__section > .table-responsive > table > thead > tr > td,
.main-content__section > .table-responsive > table > tbody > tr > td,
.page-article > .table-responsive > table > thead > tr > th,
.page-article > .table-responsive > table > thead > tr > td,
.page-article > .table-responsive > table > tbody > tr > td {
  padding: 11px 16px;
}

.main-content__title {
  color: #ee1d4d;
  line-height: 1.25;
  margin-top: 0;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .main-content__title {
    font-size: 28px;
  }
}

/**
 * Single post meta data
 */
.single-meta {
  margin-bottom: 30px;
}

.single-meta__datetime {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  padding-left: 30px;
  position: relative;
}
.single-meta__datetime:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}

/**
 * Single post Social links
 */
.social-networks__title {
  margin: 0;
}

.social-networks__list > li {
  padding-left: 0;
  margin-top: 0;
}
@media (max-width: 767px) {
  .social-networks__list > li {
    margin-top: 20px;
  }
}
.social-networks__list > li:before {
  display: none;
}
@media (max-width: 767px) {
  .social-networks__list > li:first-child {
    margin-top: 0;
  }
}

/**
 * Single post navigation
 */
.single-nav {
  position: relative;
}
@media (max-width: 767px) {
  .single-nav {
    margin-bottom: 30px;
  }
}

.single-nav__link {
  color: rgb(119.085, 119.085, 119.085);
  font-weight: 300;
  line-height: 1.25;
  font-size: 23px;
}
.single-nav__link:active, .single-nav__link:focus, .single-nav__link:hover {
  color: #ee1d4d;
  text-decoration: none;
}
@media (min-width: 768px) {
  .single-nav__link {
    font-size: 38px;
  }
}
@media (min-width: 992px) {
  .single-nav__link {
    position: absolute;
  }
}

@media (min-width: 992px) {
  .single-nav__link--prev {
    left: 0;
  }
}

@media (max-width: 767px) {
  .single-nav__link--next {
    float: right;
  }
}
@media (min-width: 992px) {
  .single-nav__link--next {
    right: 0;
  }
}

.page-numbers {
  margin: 0;
  padding: 0;
  text-align: center;
}
.page-numbers > li {
  display: inline-block;
}
.page-numbers.mobile {
  margin-top: 20px;
}
.page-numbers .page-numbers {
  border-radius: 50%;
  display: inline-block;
  border: 4px solid #f7f7f7;
  background-color: #f7f7f7;
  color: #222;
  height: 48px;
  width: 48px;
  line-height: 41px;
  vertical-align: middle;
  margin: 0 8px;
  position: relative;
  transition: border 150ms ease-in-out;
}
.page-numbers .page-numbers:hover {
  border-color: #d1ccc7;
  text-decoration: none;
}
.page-numbers .page-numbers.current {
  border-color: #02d0b6;
}
.page-numbers .page-numbers.prev,
.page-numbers .page-numbers.next {
  background-color: transparent;
  border-color: transparent;
}
.page-numbers .page-numbers.prev:before,
.page-numbers .page-numbers.next:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
  transition: margin 100ms ease-in-out;
}
.page-numbers .page-numbers.prev:before {
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
}
.page-numbers .page-numbers.prev:hover:before {
  margin-left: -10px;
}
.page-numbers .page-numbers.next:before {
  -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
}
.page-numbers .page-numbers.next:hover:before {
  margin-left: -6px;
}

/*
.page-numbers {
    @extend .list-unstyled;
    padding-left: 0;
    margin: $line-height-computed 0;
    border-radius: $border-radius-base;
    text-align: center;

    > li {
        display: inline-block; // Remove list-style and block-level defaults

        > a,
        > span {
            position: relative;
            display: block;
            padding: $padding-base-vertical $padding-base-horizontal;
            line-height: 1;
            text-decoration: none;
            color: $pagination-color;
            background-color: $pagination-bg;
            border: 1px solid $pagination-border;
            margin-left: -1px;

            &.current,
            &.current:hover {
                color: $pagination-active-color;
                background-color: $pagination-bg;
            }
        }

        &:first-child {
            > a,
            > span {
                margin-left: 0;
                @include border-left-radius($border-radius-base);
            }
        }

        &:last-child {
            > a,
            > span {
                @include border-right-radius($border-radius-base);
            }
        }
    }

    > li > a,
    > li > span {
        &:hover,
        &:focus {
            color: $pagination-hover-color;
            background-color: $pagination-hover-bg;
            border-color: $pagination-hover-border;
        }
    }

    > .disabled {
        > span,
        > span:hover,
        > span:focus,
        > a,
        > a:hover,
        > a:focus {
            color: $pagination-disabled-color;
            background-color: $pagination-disabled-bg;
            border-color: $pagination-disabled-border;
            cursor: $cursor-disabled;
        }
    }
}
*/
.section-home__title {
  color: #ee1d4d;
  font-size: 32px;
  margin-bottom: 30px;
}
.section-home__title a {
  color: #222;
}
.section-home__title a:hover {
  color: #ee1d4d;
  text-decoration: none;
}

@media (min-width: 1200px) {
  .section-home__collections.extra-wide .container, .section-home__collections.extra-wide .cookie-notice-container {
    max-width: 1600px;
    width: 100%;
  }
}

.section-home-intro .moomoo-ball__sm {
  position: absolute;
  top: 175px;
  right: 150px;
}

/**
 * Instagram section
 */
.insta-section__title-wrapper {
  position: relative;
}
.insta-section__title-icon {
  height: 56px;
  width: 56px;
  position: absolute;
  display: block;
  border: 2px solid #ee1d4d;
  border-radius: 50%;
}
.insta-section__title-icon:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 14px;
  margin-left: 14px;
}
.insta-section__title-intro {
  font-size: 12px;
  display: block;
  padding-left: 76px;
}
.insta-section__title {
  margin-bottom: 20px;
}
.insta-section__title > a {
  color: #222;
  font-size: 24px;
  display: block;
  padding-left: 76px;
  position: relative;
  text-decoration: none;
}
.insta-section__title > a:hover {
  color: #ee1d4d;
  text-decoration: none;
}
@media (min-width: 768px) {
  .insta-section__title > a {
    font-size: 32px;
  }
}

.insta-list {
  list-style: none;
  padding-left: 0px;
  margin: 0 -5px;
}
@supports (grid-area: auto) {
  .insta-list {
    display: grid;
    grid-gap: 0px;
    gap: 0px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  @media (min-width: 768px) {
    .insta-list {
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
      grid-template-rows: 1fr 1fr 1fr;
    }
  }
}
@media (min-width: 768px) {
  .insta-list {
    margin: 0 -10px;
  }
}
.insta-list__item {
  float: left;
  margin: 0px;
  margin-top: 0px;
  padding: 5px;
  max-width: 33%;
}
@media (min-width: 768px) {
  .insta-list__item {
    padding: 10px;
  }
}
@supports (grid-area: auto) {
  .insta-list__item {
    max-width: 100% !important;
    float: none;
  }
}
.insta-list .insta-item {
  border-radius: 3px;
  overflow: hidden;
}
.insta-list .insta-img {
  display: block;
  height: auto;
  width: 100%;
}
@media (max-width: 767px) {
  .insta-list .insta--i1, .insta-list .insta--i2, .insta-list .insta--i3, .insta-list .insta--i4 {
    max-width: 33.33%;
  }
}
@media (min-width: 768px) {
  .insta-list .insta--i1, .insta-list .insta--i2, .insta-list .insta--i3, .insta-list .insta--i4 {
    max-width: 25%;
  }
}
@media (max-width: 767px) {
  .insta-list .insta--i5, .insta-list .insta--i6, .insta-list .insta--i7, .insta-list .insta--i8, .insta-list .insta--i9 {
    max-width: 33.33%;
  }
}
@media (min-width: 768px) {
  .insta-list .insta--i5, .insta-list .insta--i6, .insta-list .insta--i7, .insta-list .insta--i8, .insta-list .insta--i9 {
    max-width: 20%;
  }
}
@supports (grid-area: auto) {
  .insta-list .insta--i1 {
    grid-column: 1/span 2;
    grid-row: 1/span 2;
  }
  .insta-list .insta--i2 {
    grid-column: 3;
    grid-row: 1;
  }
  .insta-list .insta--i3 {
    grid-column: 3;
    grid-row: 2;
  }
  .insta-list .insta--i4 {
    grid-column: 2/span 2;
    grid-row: 3/span 2;
  }
  .insta-list .insta--i5 {
    grid-column: 1;
    grid-row: 3;
  }
  .insta-list .insta--i6 {
    grid-column: 1;
    grid-row: 4;
  }
  .insta-list .insta--i7 {
    grid-column: 1/span 2;
    grid-row: 5/span 2;
  }
  .insta-list .insta--i8 {
    grid-column: 3;
    grid-row: 5;
  }
  .insta-list .insta--i9 {
    grid-column: 3;
    grid-row: 6;
  }
  @media (min-width: 768px) {
    .insta-list .insta--i1 {
      grid-column: 1/span 2;
      grid-row: 1/span 2;
    }
    .insta-list .insta--i2 {
      grid-column: 1;
      grid-row: 3;
    }
    .insta-list .insta--i3 {
      grid-column: 2;
      grid-row: 3;
    }
    .insta-list .insta--i4 {
      grid-column: 3/span 2;
      grid-row: 2/span 2;
    }
    .insta-list .insta--i5 {
      grid-column: 3;
      grid-row: 1;
    }
    .insta-list .insta--i6 {
      grid-column: 4;
      grid-row: 1;
    }
    .insta-list .insta--i7 {
      grid-column: 5/span 2;
      grid-row: 1/span 2;
    }
    .insta-list .insta--i8 {
      grid-column: 5;
      grid-row: 3;
    }
    .insta-list .insta--i9 {
      grid-column: 6;
      grid-row: 3;
    }
  }
}

/**
 * Collections
 */
.section-collection__lead {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .section-collection__lead {
    width: 950px;
    margin-bottom: 60px;
  }
}

.widget-oval__url {
  display: block;
  position: relative;
}
.widget-oval__url.extra-padding {
  margin: 0 auto;
  margin-bottom: 20px;
  max-width: 315px;
}
.widget-oval__url > .label-new {
  position: absolute;
  z-index: 4;
  right: 8%;
  top: 0;
}

.widget-oval {
  background-color: #02d0b6;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 300px;
  overflow: hidden;
  height: 0;
  padding-bottom: 155.8139534884%;
  position: relative;
}
@media (min-width: 768px) {
  .widget-oval {
    margin-top: 40px;
  }
}
.widget-oval:before, .widget-oval:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50%;
  width: 100%;
  transition: opacity 150ms ease-in-out;
  border-bottom-left-radius: 300px;
  border-bottom-right-radius: 300px;
}
.widget-oval:before {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000);
  opacity: 1;
}
.widget-oval:after {
  background-image: linear-gradient(to bottom, rgba(238, 29, 77, 0), #ee1d4d);
  opacity: 0;
}
.widget-oval:hover:before {
  opacity: 0;
}
.widget-oval:hover:after {
  opacity: 1;
}

.widget-oval__img {
  display: none;
}

.widget-oval__title {
  color: #fff;
  font-size: 16px;
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  padding: 0 50px;
  text-align: center;
  z-index: 3;
}
@media (min-width: 768px) {
  .widget-oval__title {
    font-size: 20px;
  }
}

.label-new {
  background-color: rgba(238, 29, 77, 0.2);
  height: 92px;
  width: 92px;
  border-radius: 50%;
  position: relative;
}
.label-new:before {
  content: "";
  background-color: rgba(238, 29, 77, 0.5);
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  border-radius: 50%;
}
.label-new > span {
  background-color: #ee1d4d;
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border-radius: 50%;
  text-align: center;
  padding: 27px 0;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

/**
 * Component ripple
 */
.ripple {
  background-color: rgba(238, 29, 77, 0.2);
  height: 48px;
  width: 48px;
  border-radius: 50%;
  position: relative;
}
.ripple:before {
  content: "";
  background-color: rgba(238, 29, 77, 0.5);
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  border-radius: 50%;
}
.ripple > span {
  background-color: #ee1d4d;
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 5px 0;
}

/**
 * Special feature block
 */
@media (min-width: 768px) {
  .special-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    height: 332px;
  }
}
@media (min-width: 992px) {
  .special-content {
    height: 477px;
  }
}
@media (min-width: 1200px) {
  .special-content {
    height: 625px;
  }
}

.special-element {
  background-color: #02d0b6;
  background-image: url("../gfx/tour-bg.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 500px;
  overflow: hidden;
}
.special-element .ripple {
  position: absolute;
  opacity: 0;
  transition: opacity 200ms ease-in-out;
}
.special-element .ripple.active {
  opacity: 1;
}
.special-element .ripple-1 {
  top: 8%;
  left: 25%;
}
.special-element .ripple-2 {
  top: 32%;
  left: 50%;
}
.special-element .ripple-3 {
  top: 75%;
  left: 55%;
}

.special-image {
  position: relative;
}

.special-content__inner {
  font-size: 16px;
  line-height: 1.75;
}
@media (min-width: 1200px) {
  .special-content__inner {
    font-size: 20px;
  }
}
.special-content__inner h2, .special-content__inner h3, .special-content__inner h4, .special-content__inner h5, .special-content__inner h6 {
  color: #222;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .special-content__inner h2, .special-content__inner h3, .special-content__inner h4, .special-content__inner h5, .special-content__inner h6 {
    font-size: 28px;
  }
}
.special-content__inner .ripple {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .special-content__inner p:last-child {
    margin-bottom: 0;
  }
}

.special-nav {
  position: absolute;
  left: -100px;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
@media (max-width: 767px) {
  .special-nav {
    display: none;
  }
}

.special-nav-list {
  margin: 0;
  padding: 0;
}

.special-nav-list__item {
  background: #fff;
  border: 2px solid #ee1d4d;
  border-radius: 50%;
  height: 8px;
  margin: 5px 0;
  opacity: 0.8;
  overflow: hidden;
  padding: 0;
  text-indent: -9999px;
  width: 8px;
}
.special-nav-list__item.active {
  background-color: #ee1d4d;
  opacity: 1;
}

/**
 * Section news
 */
@media (min-width: 768px) {
  .section-home__news .post-item {
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  .section-home__news .post-item__title {
    margin-bottom: 0;
  }
}

/**
 * Examples
 */
@supports (grid-area: auto) {
  .examples {
    display: grid;
    grid-template-columns: [col1-start] 1fr [col2-start] 1fr [col2-end];
    grid-template-rows: [row1-start] auto [row2-start] auto [row3-start] auto [row3-end];
  }
  @media (min-width: 768px) {
    .examples {
      grid-template-columns: [col1-start] 1fr [col2-start] 1fr [col3-start] 1fr [col3-end];
      grid-template-rows: [row1-start] auto [row2-start] auto [row2-end];
    }
  }
}
@media (max-width: 767px) {
  .examples {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.examples__title {
  font-size: 24px;
  color: #ee1d4d;
  max-width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .examples__title {
    max-width: 650px;
    font-size: 32px;
  }
}
.examples__cta {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .examples__cta {
    margin-bottom: 40px;
  }
}
.examples__item {
  float: left;
  padding: 0 5px;
}
@media (max-width: 767px) {
  .examples__item--a {
    -ms-flex-order: 1;
        order: 1;
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
  }
}
@media (min-width: 768px) {
  .examples__item--a {
    -ms-flex-order: 2;
        order: 2;
    max-width: 66.66%;
  }
}
@media (max-width: 767px) {
  .examples__item--b, .examples__item--c, .examples__item--d {
    -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
    -ms-flex-order: 2;
        order: 2;
  }
}
@media (min-width: 768px) {
  .examples__item--b, .examples__item--c, .examples__item--d {
    max-width: 33.33%;
  }
}
.examples__item--d {
  float: right;
  padding-left: 5px;
}
@media (max-width: 767px) {
  .examples__item--d {
    -ms-flex-order: 4;
        order: 4;
  }
}
.examples__item--b {
  padding-bottom: 5px;
}
.examples__item--c {
  padding-top: 5px;
}
@supports (grid-area: auto) {
  .examples__item {
    float: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: end;
        justify-content: flex-end;
    max-width: 100% !important;
  }
  .examples__item--a {
    grid-column: col1-start/col1-end;
    grid-row: row1-start;
    display: block;
  }
  .examples__item--b {
    grid-column: col1-start;
    grid-row: row2-start;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .examples__item--c {
    grid-column: col1-start;
    grid-row: row3-start;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .examples__item--d {
    grid-column: col2-start;
    grid-row: row2-start/row3-end;
    -ms-flex-pack: center;
        justify-content: center;
  }
  @media (min-width: 768px) {
    .examples__item--a {
      grid-column: col1-start/col3-start;
      grid-row: row1-start;
    }
    .examples__item--b {
      grid-column: col1-start;
      grid-row: row2-start;
      -ms-flex-pack: end;
          justify-content: flex-end;
      padding-right: 10px;
      padding-bottom: 0px;
    }
    .examples__item--c {
      grid-column: col2-start;
      grid-row: row2-start;
      -ms-flex-pack: end;
          justify-content: flex-end;
      padding: 0 10px;
    }
    .examples__item--d {
      grid-column: col3-start;
      grid-row: row1-start/row2-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
    }
  }
}

/**
 * Team single view
 */
.team-intro {
  background-color: #222;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 150px 0;
  position: relative;
}
@media (min-width: 768px) {
  .team-intro {
    min-height: 700px;
  }
}
.team-intro .team-intro__inner {
  position: relative;
  z-index: 2;
}
.team-intro .oi-scroll-down {
  position: absolute;
  bottom: 45px;
  left: 50%;
  margin-left: -20px;
  z-index: 3;
}

.team-intro__inner {
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 768px) {
  .team-intro__inner {
    width: 660px;
  }
}

.team-intro__logo {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .team-intro__logo {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .team-intro__logo > img {
    height: auto;
    width: 100%;
    max-width: 100%;
  }
}

.team-intro__excerpt {
  color: #fff;
  font-size: 18px;
  line-height: 1.75;
}
.team-intro__excerpt p:last-child {
  margin-bottom: 0;
}

/**
 * Woocommerce product listing filters section
 */
.woo-listing-filters {
  border-bottom: 1px solid #d1ccc7;
}

.woo-filters-list {
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .woo-filters-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
}
.woo-filters-list > .woo-filter-item {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .woo-filters-list > .woo-filter-item {
    border-top: 1px solid #d1ccc7;
  }
}
@media (min-width: 768px) {
  .woo-filters-list > .woo-filter-item {
    margin-left: -1px;
    max-width: 34%;
  }
}
.woo-filters-list > .woo-filter-item:first-child {
  margin-left: 0;
}
@media (max-width: 767px) {
  .woo-filters-list > .woo-filter-item:first-child {
    border-top: none;
  }
}

.product-filter-toggle {
  background: #fff;
  border: none;
  border-radius: 0;
  border-left: 1px solid #d1ccc7;
  border-right: 1px solid #d1ccc7;
  color: #222;
  font-size: 14px;
  font-weight: 600;
  height: 68px;
  padding: 18px 30px;
  text-align: left;
  width: 100%;
}
.product-filter-toggle.active::before {
  background-color: #ee1d4d;
}
.product-filter-toggle:before, .product-filter-toggle:after {
  content: "";
  position: absolute;
}
.product-filter-toggle:before {
  background-color: #f7f7f7;
  height: 32px;
  width: 32px;
  right: 30px;
  top: 50%;
  margin-top: -18px;
}
.product-filter-toggle:after {
  right: 37px;
}

.product-filter-dropdown-menu {
  border-radius: 0;
  margin: 0;
  padding: 0;
  box-shadow: none;
  width: 100%;
}
.product-filter-dropdown-menu li {
  list-style-type: none;
  margin: 0;
}
.product-filter-dropdown-menu li a {
  color: #222;
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 25px 72px 25px 30px;
  white-space: nowrap;
}
.product-filter-dropdown-menu li a:hover {
  background-color: #f5f5f5;
  text-decoration: none;
}
.product-filter-dropdown-menu > li.current-cat > a {
  color: #ee1d4d;
}
.product-filter-dropdown-menu > li > ul > li.current-cat > a {
  color: #ee1d4d;
}
.product-filter-dropdown-menu > li.current-cat-parent > a {
  color: #222;
}
.product-filter-dropdown-menu .children {
  margin: 0;
  padding: 0;
}
.product-filter-dropdown-menu.product-categories > li {
  display: none;
}
.product-filter-dropdown-menu.product-categories > li.current-cat,
.product-filter-dropdown-menu.product-categories > li.cat-parent,
.product-filter-dropdown-menu.product-categories > li.current-cat-parent {
  display: block;
  margin: 0;
}
.product-filter-dropdown-menu .wc-layered-nav-term.chosen a {
  color: #ee1d4d;
  position: relative;
}
.product-filter-dropdown-menu .wc-layered-nav-term.chosen a:before {
  content: "";
  position: absolute;
  top: 24px;
  right: 34px;
}

/**
 * Image with zoom
 */
.flex-viewport {
  position: relative;
}
.flex-viewport:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}

.woocommerce-product-gallery {
  position: relative;
}

.woocommerce-product-gallery__trigger {
  position: absolute;
  left: 0;
  overflow: hidden;
  text-indent: -9999px;
  top: 0;
  z-index: 1000;
}

.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
  text-align: center;
}
.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image > a {
  display: inline-block;
}
.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image > a:hover {
  cursor: pointer;
}
.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image .zoomImg:hover {
  cursor: pointer;
}
.woocommerce-product-gallery__wrapper .attachment-shop_single {
  display: block;
  height: auto;
  width: 100%;
}

/* Product gallery thumbnails */
.flex-control-thumbs {
  margin: 0 -10px;
  padding: 0;
  overflow: hidden;
  text-align: center;
  margin-top: 25px;
}
.flex-control-thumbs > li {
  display: inline-block;
  list-style-type: none;
  margin: 0 10px;
  padding: 0;
  width: 90px;
}
.flex-control-thumbs > li > img {
  display: block;
  height: 90px;
  width: auto;
  opacity: 0.5;
}
.flex-control-thumbs > li > img.flex-active {
  opacity: 1;
}

/**
 * Woo - Single product
 */
.product-page__sums .oi-flex-row {
  display: block;
}
@media (min-width: 1200px) {
  .product-page__sums .oi-flex-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-positive: 1;
        flex-grow: 1;
  }
}
.product-page__sums .oi-flex-col {
  -ms-flex: 0;
      flex: 0;
}
@media (min-width: 1200px) {
  .product-page__sums .oi-flex-col {
    -ms-flex: 1;
        flex: 1;
  }
}
@media (min-width: 1200px) {
  .product-page__sums .oi-flex-col:first-child {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    max-width: 60%;
  }
}
.product-page__sums .btn-cart {
  margin-left: 15px;
}

.woo-price__wrap {
  color: #ee1d4d;
  position: relative;
  font-size: 38px;
  font-weight: 300;
  line-height: 49px;
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .woo-price__wrap {
    float: right;
    margin-top: 0;
  }
}
.woo-price__wrap .woocommerce-Price-amount {
  color: #ee1d4d;
  text-decoration: none;
}
.woo-price__wrap del {
  color: #d1ccc7;
  font-size: 30px;
}
.woo-price__wrap del > .woocommerce-Price-amount {
  color: #d1ccc7;
  font-size: 30px;
  margin-right: 30px;
}
.woo-price__wrap ins,
.woo-price__wrap ins > .woocommerce-Price-amount {
  color: #ee1d4d;
  text-decoration: none;
}

/**
 * Woo - Cart
 */
@media (max-width: 767px) {
  .coupon.form-inline > .form-group, .hbspt-form .coupon.form-inline > fieldset.form-columns-0,
  .hbspt-form .coupon.form-inline > fieldset.form-columns-1,
  .hbspt-form .coupon.form-inline > fieldset.form-columns-2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .coupon.form-inline > .form-group .btn, .hbspt-form .coupon.form-inline > fieldset.form-columns-0 .btn,
  .hbspt-form .coupon.form-inline > fieldset.form-columns-1 .btn,
  .hbspt-form .coupon.form-inline > fieldset.form-columns-2 .btn, .coupon.form-inline > .form-group .hbspt-form .hs-button, .hbspt-form .coupon.form-inline > .form-group .hs-button, .hbspt-form .coupon.form-inline > fieldset.form-columns-0 .hs-button,
  .hbspt-form .coupon.form-inline > fieldset.form-columns-1 .hs-button,
  .hbspt-form .coupon.form-inline > fieldset.form-columns-2 .hs-button {
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  .coupon.form-inline > .form-group, .hbspt-form .coupon.form-inline > fieldset.form-columns-0,
  .hbspt-form .coupon.form-inline > fieldset.form-columns-1,
  .hbspt-form .coupon.form-inline > fieldset.form-columns-2 {
    display: inline-block;
  }
}
.coupon.form-inline > .form-group > .btn-cta-dark, .hbspt-form .coupon.form-inline > fieldset.form-columns-0 > .btn-cta-dark,
.hbspt-form .coupon.form-inline > fieldset.form-columns-1 > .btn-cta-dark,
.hbspt-form .coupon.form-inline > fieldset.form-columns-2 > .btn-cta-dark {
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: 8px;
}

@media (max-width: 767px) {
  .action-update-cart,
  .checkout-button,
  #place_order {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .action-update-cart {
    float: right;
  }
}

.shop_table.cart {
  width: 100%;
}
@media (max-width: 767px) {
  .shop_table.cart > thead {
    display: none;
  }
}
.shop_table.cart > thead > tr > th {
  font-size: 18px;
  line-height: 1.72;
  border-bottom: 1px solid #d1ccc7;
  padding: 22px 0;
}
@media (max-width: 767px) {
  .shop_table.cart > tbody > tr.cart_item {
    display: grid;
    grid-template-columns: 100%;
    grid-gap: 0;
    gap: 0;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: "b b b" "a c d" "e e e" "f f g";
  }
}
.shop_table.cart > tbody > tr.cart_item > td.product-thumbnail {
  grid-area: a;
}
.shop_table.cart > tbody > tr.cart_item > td.product-name {
  grid-area: b;
}
@media (max-width: 767px) {
  .shop_table.cart > tbody > tr.cart_item > td.product-name {
    border-right: 1px solid #d1ccc7;
    text-align: center;
  }
}
.shop_table.cart > tbody > tr.cart_item > td.product-size {
  grid-area: c;
}
.shop_table.cart > tbody > tr.cart_item > td.product-price {
  grid-area: d;
}
@media (max-width: 767px) {
  .shop_table.cart > tbody > tr.cart_item > td.product-price {
    border-right: 1px solid #d1ccc7;
  }
}
.shop_table.cart > tbody > tr.cart_item > td.product-quantity {
  grid-area: e;
}
@media (max-width: 767px) {
  .shop_table.cart > tbody > tr.cart_item > td.product-quantity {
    border-right: 1px solid #d1ccc7;
  }
}
.shop_table.cart > tbody > tr.cart_item > td.product-subtotal {
  grid-area: f;
}
.shop_table.cart > tbody > tr.cart_item > td.product-remove {
  grid-area: g;
}
@media (max-width: 767px) {
  .shop_table.cart > tbody > tr.cart_item > td.product-remove {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .shop_table.cart > tbody > tr.cart_item > td.product-remove > .remove {
    display: inline-block;
  }
}
.shop_table.cart > tbody > tr.cart_item > td {
  border-bottom: 1px solid #d1ccc7;
  padding: 24px 0;
  font-weight: 600;
}
@media (max-width: 767px) {
  .shop_table.cart > tbody > tr.cart_item > td {
    border-left: 1px solid #d1ccc7;
  }
}
.shop_table.cart > tbody > tr.cart_item > td:first-child {
  border-left: 1px solid #d1ccc7;
}
.shop_table.cart > tbody > tr.cart_item > td:last-child {
  border-right: 1px solid #d1ccc7;
}
@media (max-width: 767px) {
  .shop_table.cart > tbody > tr.cart_item:first-child > td.product-name {
    border-top: 1px solid #d1ccc7;
  }
}
.shop_table.cart > tbody > tr:last-child > td {
  padding: 40px 0;
}
.shop_table.cart .product-name-title {
  color: #ee1d4d;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}
.shop_table.cart .product-name-title a {
  color: #ee1d4d;
}
.shop_table.cart .product-remove {
  padding-right: 24px;
}
.shop_table.cart .product-remove .remove {
  display: block;
  text-indent: -9999px;
}
@media (min-width: 768px) {
  .shop_table.cart .coupon.form-inline {
    display: inline-block;
  }
}

.cart_item .product-thumbnail-container,
.cart_item .product-thumbnail > a {
  display: block;
  height: 80px;
  width: 100%;
}
.cart_item .product-thumbnail-container > img,
.cart_item .product-thumbnail > a > img {
  display: block;
  height: 100%;
  width: auto;
  margin: 0 auto;
}
.cart_item .product-quantity .product-page__attr {
  margin-top: 0;
}
.cart_item .product-quantity .form-group, .cart_item .product-quantity .hbspt-form fieldset.form-columns-0, .hbspt-form .cart_item .product-quantity fieldset.form-columns-0,
.cart_item .product-quantity .hbspt-form fieldset.form-columns-1,
.hbspt-form .cart_item .product-quantity fieldset.form-columns-1,
.cart_item .product-quantity .hbspt-form fieldset.form-columns-2,
.hbspt-form .cart_item .product-quantity fieldset.form-columns-2 {
  margin-bottom: 0;
}

.moomoo-woo-container .container, .moomoo-woo-container .cookie-notice-container {
  position: relative;
}
.moomoo-woo-container .container .moomoo-ball, .moomoo-woo-container .cookie-notice-container .moomoo-ball {
  position: absolute;
  animation: fadein 3s;
}
.woocommerce-cart .moomoo-woo-container .container .moomoo-ball, .woocommerce-cart .moomoo-woo-container .cookie-notice-container .moomoo-ball {
  position: absolute;
}

@media (max-width: 767px) {
  .woocommerce-cart .moomoo-woo-container .moomoo-ball {
    display: none;
  }
}

/**
 * Woo - Cart collaterals
 */
.cart_totals__title {
  color: #ee1d4d;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 40px;
}
.cart_totals__title--cross-sells {
  margin-bottom: 0;
}

.cart_totals {
  margin-bottom: 40px;
  float: right;
}

.cross-sells {
  margin-bottom: 40px;
}

.cart_totals .shop_table {
  width: 100%;
}
.cart_totals .shop_table > thead > tr > td,
.cart_totals .shop_table > thead > tr > th,
.cart_totals .shop_table > tbody > tr > td,
.cart_totals .shop_table > tbody > tr > th {
  border: 1px solid #d1ccc7;
  background-color: #f7f7f7;
  padding: 19px 40px;
  font-size: 18px;
  line-height: 1.72;
}
@media (max-width: 767px) {
  .cart_totals .shop_table > thead > tr > td,
  .cart_totals .shop_table > thead > tr > th,
  .cart_totals .shop_table > tbody > tr > td,
  .cart_totals .shop_table > tbody > tr > th {
    font-size: 15px;
    padding: 13px 12px;
  }
}
.cart_totals .shop_table > thead > tr > th,
.cart_totals .shop_table > tbody > tr > th {
  font-size: 18px;
  border-right: none;
}
.cart_totals .shop_table > thead > tr > td,
.cart_totals .shop_table > tbody > tr > td {
  font-size: 16px;
  border-left: none;
}

.wc-proceed-to-checkout {
  margin-top: 40px;
}

.oi_sales_label {
  color: #222;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  margin: 0;
  padding: 0;
}
@media (min-width: 1200px) {
  .oi_sales_label {
    text-align: right;
  }
}

.single_variation_wrap .woocommerce-variation .woocommerce-variation-price {
  display: none;
}
.single_variation_wrap .woocommerce-variation .woocommerce-variation-availability {
  margin-top: 10px;
}
.single_variation_wrap.special-order-product .woocommerce-variation .woocommerce-variation-price {
  display: block;
}
.single_variation_wrap.special-order-product .woocommerce-variation .woocommerce-variation-availability {
  display: none;
}

.product-page__body .woocommerce-message,
.product-page__body .woocommerce-error.alert-listing {
  margin-top: 20px;
}
.product-page__body .reset_variations {
  margin-left: 10px;
}

/**
 * Woo - Alerts
 */
.single-product .woo-alert-wrap > .alert, .single-product .single_variation_wrap .woocommerce-variation .woocommerce-variation-availability .woo-alert-wrap > .stock, .single_variation_wrap .woocommerce-variation .woocommerce-variation-availability .single-product .woo-alert-wrap > .stock {
  margin: 0 auto;
  max-width: 1320px;
}
.single-product .woo-alert-wrap.woocommerce-message--success {
  background: #4cba4a;
}
.single-product .woo-alert-wrap.woocommerce-message--danger {
  background: #f56b6b;
}
.single-product .woo-alert-wrap.woocommerce-message--info {
  background: #5185f5;
}

/**
 * Payment methods
 */
.oi-woo-payment {
  border: 1px solid #d1ccc7;
  border-top: none;
  padding: 20px 40px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .oi-woo-payment {
    padding: 16px;
  }
}

.oi-woo-payment__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.72;
  color: #222222;
  margin-bottom: 25px;
}

.wc_payment_methods {
  margin: 0;
  padding: 0;
}

.wc_payment_method {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.wc_payment_method > label {
  font-weight: 600;
  margin-bottom: 20px;
}
.wc_payment_method:last-child .payment_box {
  margin-bottom: 20px;
}

.payment_box {
  background-color: #f7f7f7;
  border-radius: 8px;
  padding: 12px 20px;
  font-size: 14px;
  margin-bottom: 20px;
  position: relative;
}
.payment_box > p:last-child {
  margin-bottom: 0;
}
.payment_box:after {
  bottom: 100%;
  left: 44px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #f7f7f7;
  border-width: 10px;
  margin-left: -10px;
}
.payment_box .payment-method-option {
  border: 2px solid rgb(238.425, 238.425, 238.425);
  box-shadow: none !important;
  transition: border 0.1s ease-out;
}
.payment_box .payment-method-option:hover {
  border: 2px solid #02d0b6;
}
.payment_box .payment-method-option.selected {
  border: 2px solid #ee1d4d !important;
}

.terms label.woocommerce-form__label {
  font-weight: 500;
}
.terms label.woocommerce-form__label a {
  color: #ee1d4d;
}

.woocommerce-form__privacy-label {
  cursor: pointer;
  padding-left: 37px;
  padding-top: 2px;
  padding-bottom: 2px;
}
.woocommerce-form__privacy-label:before {
  position: absolute;
  left: 0;
  top: 2px;
  width: 26px;
  height: 26px;
  border: 2px solid #d1ccc7;
  border-radius: 3px;
  content: "­";
  transition: border-color 0.15s, background-color 0.15s;
}
.woocommerce-form__privacy-label:after {
  position: absolute;
  left: 5px;
  top: 7px;
  content: "­";
  -ms-transform: scale(0);
      transform: scale(0);
  opacity: 0;
  transition: transform 0.15s, opacity 0.08s;
}
.woocommerce-form__privacy-label:hover:before {
  border-color: #02d0b6;
}
.woocommerce-form__privacy-label.input-checked:before {
  background-color: #f7f7f7;
  border-color: #f7f7f7;
}
.woocommerce-form__privacy-label.input-checked:after {
  -ms-transform: scale(1);
      transform: scale(1);
  opacity: 1;
}

/**
 * Checkout - Review order table
 */
.woocommerce-checkout-review-order-table {
  width: 100%;
}
@media (max-width: 767px) {
  .woocommerce-checkout-review-order-table thead {
    display: none;
  }
}
.woocommerce-checkout-review-order-table thead tr th {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.72;
}
.woocommerce-checkout-review-order-table thead tr th,
.woocommerce-checkout-review-order-table thead tr td,
.woocommerce-checkout-review-order-table tbody tr th,
.woocommerce-checkout-review-order-table tbody tr td {
  background-color: #fff;
  padding: 19px 40px;
}
.woocommerce-checkout-review-order-table thead tr .product-amount,
.woocommerce-checkout-review-order-table thead tr .product-total,
.woocommerce-checkout-review-order-table tbody tr .product-amount,
.woocommerce-checkout-review-order-table tbody tr .product-total {
  padding-left: 0;
}
.woocommerce-checkout-review-order-table thead tr td,
.woocommerce-checkout-review-order-table thead tr th {
  padding-top: 0;
}
.woocommerce-checkout-review-order-table thead tr th.product-name {
  padding-left: 0;
}
.woocommerce-checkout-review-order-table > tbody > tr {
  border: 1px solid #d1ccc7;
}
.woocommerce-checkout-review-order-table > tbody > tr.cart_item {
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .woocommerce-checkout-review-order-table > tbody > tr.cart_item > td {
    display: block;
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .woocommerce-checkout-review-order-table > tbody > tr.cart_item > td:first-child {
    padding-top: 16px;
  }
}
@media (max-width: 767px) {
  .woocommerce-checkout-review-order-table > tbody > tr.cart_item > td:last-child {
    padding-bottom: 16px;
  }
}
.woocommerce-checkout-review-order-table > tfoot {
  margin-top: 30px;
}
.woocommerce-checkout-review-order-table > tfoot::before {
  content: "";
  display: block;
  height: 30px;
}
.woocommerce-checkout-review-order-table > tfoot tr {
  border: 1px solid #d1ccc7;
}
.woocommerce-checkout-review-order-table > tfoot tr th,
.woocommerce-checkout-review-order-table > tfoot tr td {
  background-color: #f5f5f5;
  padding: 19px 40px;
}
@media (max-width: 767px) {
  .woocommerce-checkout-review-order-table > tfoot tr th,
  .woocommerce-checkout-review-order-table > tfoot tr td {
    display: block;
    padding: 16px;
  }
}
@media (max-width: 767px) {
  .woocommerce-checkout-review-order-table > tfoot tr th {
    padding-bottom: 0;
  }
}

.select2-container .selection {
  display: block;
}
.select2-container .select2-selection--single {
  height: 49px;
  border-radius: 25px;
  border: 2px solid #d1ccc7;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding-left: 20px;
  padding-right: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.select2-container .select2-selection--single:hover {
  border-color: rgb(153.8, 142.8, 131.8);
  z-index: 1;
}
.select2-container .select2-selection--single:focus, .select2-container .select2-selection--single:active {
  box-shadow: 0 0 5px rgba(2, 208, 182, 0.2);
}
.select2-container .select2-selection--single:focus:hover, .select2-container .select2-selection--single:active:hover {
  border-color: #00adef;
}
.select2-container .select2-selection--single .select2-selection__arrow {
  width: 49px;
  top: 0;
  height: 49px;
  right: 0;
  background: transparent url("../gfx/ico-select_input.svg") 100% 50% no-repeat;
}
.select2-container .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.select2-container .select2-dropdown {
  border: 2px solid #d1ccc7;
  border-top: 0;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.select2-container .select2-dropdown .select2-results__option {
  padding: 6px;
  margin: 0;
  font-size: 14px;
}
.select2-container .select2-dropdown .select2-results__option--highlighted[aria-selected] {
  background-color: #ee1d4d;
}
.select2-container .select2-dropdown .select2-search__field {
  border: 2px solid #d1ccc7;
  outline: none;
}

/**
 *
 */
@media (min-width: 992px) {
  .checkout-row > .col-left {
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .checkout-row > .col-right {
    padding-left: 20px;
  }
}

.shipping-option-group label {
  font-size: 16px;
  font-weight: 600;
}

.parcel_machine_checkout td p {
  margin: 0;
}

.woocommerce-checkout .woocommerce-form-login,
.woocommerce-checkout .checkout_coupon {
  max-width: 400px;
}

.woocommerce-thankyou-order-received {
  font-size: 24px;
  font-weight: 500;
}

/**
 * Thank You page
 */
.thanks-item-column {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .thanks-item-column {
    margin-bottom: 0;
  }
}
.thanks-item-column__title {
  color: #222;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.72;
  margin: 0;
  margin-bottom: 22px;
  text-align: left;
}

.thanks-item-column__data {
  border: 1px solid #d1ccc7;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  margin: 0;
  padding: 20px;
}
@media (min-width: 992px) {
  .thanks-item-column__data {
    border-left: none;
    border-right: none;
    padding: 20px 0 20px 10px;
    margin-left: -10px;
    margin-right: -10px;
  }
  .thanks-item-column--first .thanks-item-column__data {
    border-left: 1px solid #d1ccc7;
    margin-left: 0;
    padding-left: 20px;
  }
  .thanks-item-column--last .thanks-item-column__data {
    border-right: 1px solid #d1ccc7;
    margin-right: -10px;
  }
}
.thanks-item-column__data.order {
  color: #ee1d4d;
}

@media (min-width: 992px) {
  .woocommerce-order-received .oi-woo-article {
    padding-bottom: 340px;
  }
}
.woocommerce-cart .oi-woo-article {
  min-height: 400px;
}

.thanks-item {
  margin-bottom: 40px;
}

/**
 * BACS styles
 */
.woocommerce-bacs-bank-details {
  margin-top: 40px;
}

.wc-bacs-bank-details-heading {
  color: #ee1d4d;
  font-size: 24px;
  margin-bottom: 40px;
}

.wc-bacs-bank-details-account-name {
  font-size: 18px;
  color: #222;
  display: none;
}

.wc-bacs-bank-details-heading + .wc-bacs-bank-details-account-name {
  display: block;
}

.wc-bacs-bank-details.order_details.bacs_details {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
.wc-bacs-bank-details.order_details.bacs_details > li {
  display: inline-block;
  list-style-type: none;
  margin: 0 20px;
  padding: 0;
}
@media (max-width: 767px) {
  .wc-bacs-bank-details.order_details.bacs_details > li {
    display: block;
    margin: 0 0 10px 0;
  }
}
.wc-bacs-bank-details.order_details.bacs_details > li > strong {
  display: block;
}
.wc-bacs-bank-details.order_details.bacs_details > li:first-child {
  margin-left: 0;
}
.wc-bacs-bank-details.order_details.bacs_details > li:last-child {
  margin-right: 0;
}

/**
 * Generic overrides
 */
.alert-side-wide {
  position: fixed;
  z-index: 1050;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
}
.alert-side-wide p {
  max-width: 1320px;
  margin: 0 auto;
}
.alert-side-wide p a {
  color: #fff;
}

.woocommerce-breadcrumb {
  font-size: 14px;
  margin-bottom: 10px;
}
.woocommerce-breadcrumb a {
  color: #ee1d4d;
  font-weight: bold;
}
.woocommerce-breadcrumb__arrow {
  display: inline-block;
  height: 9px;
  margin: 0 8px;
}

.payment_method_montonio_payments > p {
  margin-bottom: 12px;
}

.montonio-payments-country-dropdown {
  width: 100% !important;
  margin-top: 8px;
}

.montonio-bank-items.montonio-bank-items--grid {
  margin-left: -6px;
  margin-right: -6px;
}
.montonio-bank-items.montonio-bank-items--grid .montonio-bank-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
  width: 50%;
  height: 90px;
  margin: 0;
  padding: 0 14px !important;
  box-shadow: none;
  border-radius: 0;
  border: 0 !important;
  background-color: transparent !important;
}
@media (min-width: 768px) {
  .montonio-bank-items.montonio-bank-items--grid .montonio-bank-item {
    width: 25%;
  }
}
@media (min-width: 992px) {
  .montonio-bank-items.montonio-bank-items--grid .montonio-bank-item {
    width: 33.33%;
  }
}
@media (min-width: 1200px) {
  .montonio-bank-items.montonio-bank-items--grid .montonio-bank-item {
    width: 25%;
    height: 100px;
  }
}
.montonio-bank-items.montonio-bank-items--grid .montonio-bank-item::before {
  content: "";
  position: absolute;
  z-index: 0;
  pointer-events: none;
  background-color: #fff;
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  border-radius: 25px;
  transition: background-color 0.15s;
}
.montonio-bank-items.montonio-bank-items--grid .montonio-bank-item img {
  position: relative;
  z-index: 1;
}
.montonio-bank-items.montonio-bank-items--grid .montonio-bank-item:hover:not(.active)::before {
  background-color: rgb(238.425, 238.425, 238.425);
}
.montonio-bank-items.montonio-bank-items--grid .montonio-bank-item, .montonio-bank-items.montonio-bank-items--grid .montonio-bank-item.active {
  background: none;
}
.montonio-bank-items.montonio-bank-items--grid .montonio-bank-item.active::before {
  border: 2px solid #ee1d4d;
}

/**
    Product Addons
*/
.wc-pao-addon-container {
  margin-top: 30px;
}
.wc-pao-addon-image-swatch-price {
  color: #ee1d4d;
}
.wc-pao-addon-image-swatch {
  border-color: #d1ccc7;
  border-width: 2px;
  border-style: solid;
  border-radius: 8px;
  overflow: hidden;
  outline: none !important;
}
.wc-pao-addon-image-swatch:hover, .wc-pao-addon-image-swatch:focus {
  border-color: rgb(153.8, 142.8, 131.8);
  border-width: 2px;
}
.wc-pao-addon-image-swatch.selected {
  border-color: #ee1d4d;
}
.wc-pao-addon-name {
  color: #222;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 12.5px !important;
}
.wc-pao-addon-name + .wc-pao-addon-description {
  margin-top: -12.5px;
  margin-bottom: 12.5px;
}
.wc-pao-addon-description p:last-child {
  margin-bottom: 0;
}
.wc-pao-addon-chars-remaining {
  color: rgb(119.085, 119.085, 119.085);
  font-size: 14px;
}

div.product-addon-totals {
  margin: 30px 0;
}
div.product-addon-totals ul {
  padding: 0;
}
div.product-addon-totals .wc-pao-subtotal-line {
  position: relative;
}
div.product-addon-totals .wc-pao-subtotal-line .price {
  color: transparent;
  margin-bottom: 0;
}
div.product-addon-totals .wc-pao-subtotal-line .amount {
  font-size: 38px;
  line-height: 49px;
  color: #ee1d4d;
  font-weight: 300;
}

#product-addons-total:not(:empty) ~ .woocommerce-variation-add-to-cart .woo-price__wrap {
  display: none;
}

.term-description p:last-child {
  margin-bottom: 0;
}

.kiud-packaging {
  border: 1px solid #d1ccc7;
  margin-bottom: 40px;
  margin-top: 40px;
  border-radius: 8px;
  overflow: hidden;
}
.kiud-packaging__header {
  background-color: #f7f7f7;
  border-bottom: 1px solid #d1ccc7;
}
.kiud-packaging__header label {
  margin-bottom: 0;
  display: block;
}
.kiud-packaging__header label::before {
  background-color: #fff;
}
.kiud-packaging__header input:checked + label::before {
  background-color: #fff;
  border-color: #d1ccc7;
}
.kiud-packaging__header, .kiud-packaging__content {
  padding: 20px;
}
.kiud-packaging__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.kiud-packaging__content p:last-of-type {
  margin-bottom: 0;
}
.kiud-packaging img {
  border-radius: 8px;
  margin-left: 20px;
  width: 100px;
}
.kiud-packaging a {
  color: #ee1d4d;
}

.choices .choices__inner {
  background-color: #fff;
  box-shadow: none;
  border-width: 2px;
  border-color: #d1ccc7;
  border-radius: 25px;
  font-size: 16px;
  height: 49px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.choices .choices__inner:hover {
  border-color: rgb(153.8, 142.8, 131.8);
  z-index: 1;
}
.choices .choices__inner:focus, .choices .choices__inner:active {
  box-shadow: 0 0 5px rgba(2, 208, 182, 0.2);
}
.choices .choices__inner:focus:hover, .choices .choices__inner:active:hover {
  border-color: #00adef;
}
.choices.is-open .choices__inner {
  border-radius: 25px 25px 0 0;
}
.choices.is-open.is-flipped .choices__inner {
  border-radius: 0 0 25px 25px;
  border-top-width: 0;
}
.choices .choices__list[aria-expanded], .choices .choices__list--dropdown {
  border: 2px solid #d1ccc7;
  border-top: 0;
}
.choices.is-open.is-flipped .choices__list[aria-expanded], .choices.is-open.is-flipped .choices__list--dropdown {
  border-top: 2px solid #d1ccc7;
}
.choices .choices__input {
  border-width: 2px;
  border-color: #d1ccc7;
}

#cookie-notice {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  border: 0;
  margin: 0;
  padding: 10px 0;
  background-color: #222;
  color: #fff;
  line-height: 14px;
  z-index: 10000;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
}
#cookie-notice.cookie-notice-visible {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s ease-out 1000ms, visibility 0.3s ease-out 1000ms;
}

.cookie-notice-container {
  text-align: center;
}
@media (min-width: 768px) {
  .cookie-notice-container {
    text-align: left;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
}
.cookie-notice-container .btn + .btn, .cookie-notice-container .hbspt-form .hs-button + .btn, .hbspt-form .cookie-notice-container .hs-button + .btn, .cookie-notice-container .hbspt-form .btn + .hs-button, .hbspt-form .cookie-notice-container .btn + .hs-button, .cookie-notice-container .hbspt-form .hs-button + .hs-button, .hbspt-form .cookie-notice-container .hs-button + .hs-button {
  margin-left: 20px;
}

.cn-notice-text {
  display: block;
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 10px;
  margin-right: auto;
}
@media (min-width: 768px) {
  .cn-notice-text {
    margin-bottom: 0;
    padding-right: 20px;
  }
}
@media (min-width: 1200px) {
  .cn-notice-text {
    padding-right: 120px;
  }
}

.cn-buttons-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

.cn-more-info {
  background-color: #d1ccc7;
  border-color: #d1ccc7;
  color: #222;
}
.cn-more-info:hover, .cn-more-info:focus {
  background-color: #fff;
  border-color: #d1ccc7;
  color: #222;
}

.hero {
  height: calc(100vh - 60px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  position: relative;
  padding: 32px 16px;
}
@media (min-width: 768px) {
  .hero {
    padding: 32px;
  }
}
@media (min-width: 992px) {
  .hero {
    padding: 80px;
  }
}
.admin-bar .hero {
  height: calc(100vh - 92px);
}
.hero__title {
  margin-bottom: 20px;
  margin-top: 0;
  color: #fff;
  font-size: 40px;
}
@media (min-width: 992px) {
  .hero__title {
    font-size: 55px;
  }
}
.hero__text {
  font-size: 18px;
  color: #fff;
}
@media (min-width: 992px) {
  .hero__text {
    max-width: 50%;
  }
}
.hero__title--black, .hero__text--black {
  color: #222;
}
.hero__buttons {
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media (min-width: 992px) {
  .hero__buttons {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-direction: row;
        flex-direction: row;
  }
}
.hero__buttons .btn, .hero__buttons .hbspt-form .hs-button, .hbspt-form .hero__buttons .hs-button {
  margin-top: 10px;
}
@media (min-width: 992px) {
  .hero__buttons .btn, .hero__buttons .hbspt-form .hs-button, .hbspt-form .hero__buttons .hs-button {
    margin-top: 0;
    margin-right: 20px;
  }
}
.hero__background {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  right: 0;
  margin-bottom: 0;
}
.hero__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero__container {
  position: relative;
  z-index: 1;
}

@media (min-width: 992px) {
  .hero-double {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
}
@media (min-width: 992px) {
  .hero-double .hero {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    width: 50%;
  }
}
.hero-double .hero__title {
  font-size: 32px;
}
@media (min-width: 992px) {
  .hero-double .hero__title {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  .hero-double .hero__text {
    max-width: 65%;
  }
}

.why-us {
  padding-top: 35px;
  padding-bottom: 35px;
}
@media (min-width: 992px) {
  .why-us {
    padding-bottom: 35px;
    padding-top: 70px;
  }
}
@media (min-width: 1200px) {
  .why-us {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.why-us__wrap {
  position: relative;
  padding-left: 55px;
}
.why-us__image {
  position: absolute;
  left: 0;
  top: 0;
}
.why-us__item {
  margin-bottom: 35px;
  margin-top: 35px;
}
@media (min-width: 992px) {
  .why-us__item {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .why-us__item {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.why-us__title {
  color: rgb(34.425, 34.425, 34.425);
  margin-top: 0;
  margin-bottom: 5px;
}
.why-us__description p:last-child {
  margin-bottom: 0;
}

.instagram__col {
  margin-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
}
@media (min-width: 992px) {
  .instagram__col {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
  }
}
.instagram__col img {
  border-radius: 3px;
}
.instagram__images {
  margin-top: 32px;
}
@media (min-width: 992px) {
  .instagram__images {
    margin-top: 0;
  }
}
.instagram__row {
  margin-left: -5px;
  margin-right: -5px;
}
@media (min-width: 992px) {
  .instagram__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin-left: -10px;
    margin-right: -10px;
  }
}
.instagram__text {
  font-size: 18px;
  text-align: left;
}
.instagram__text p:last-child {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .instagram__text p:last-child {
    margin-bottom: 30px;
  }
}
.instagram__title {
  line-height: 30px;
  font-size: 20px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .instagram__title {
    font-size: 40px;
    margin-bottom: 16px;
    line-height: 1.1;
  }
}

.personalized-clothing {
  padding-top: 40px;
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  .personalized-clothing {
    padding-top: 140px;
    padding-bottom: 40px;
  }
}
.personalized-clothing__title {
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 30px;
}
@media (min-width: 992px) {
  .personalized-clothing__title {
    margin-bottom: 16px;
    font-size: 40px;
    line-height: 1.1;
  }
}
.personalized-clothing__text {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  font-size: 18px;
}
@media (min-width: 992px) {
  .personalized-clothing__text {
    font-size: 16px;
    text-align: center;
  }
}
.personalized-clothing__image-wrap {
  min-width: 65vw;
  float: none;
}
@media (min-width: 992px) {
  .personalized-clothing__image-wrap {
    min-width: 0;
    float: left;
  }
}
@media (min-width: 992px) {
  .personalized-clothing__image--1, .personalized-clothing__image--4 {
    margin-top: 20px;
  }
}
.personalized-clothing__images {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  overflow-x: scroll;
}
@media (min-width: 992px) {
  .personalized-clothing__images {
    display: block;
    overflow: hidden;
  }
}

.collections {
  position: relative;
  background-color: #222;
}
.collections__content--white,
.collections__content--white .collections__title {
  color: #fff !important;
}
.collections__content--black,
.collections__content--black .collections__title {
  color: #222 !important;
}