@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400;500;700&display=swap");
@import url(../fonts/webfonts/stylesheet.css);
/*!
 * Bootstrap v4.2.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@import url(../../node_modules/owl.carousel/dist/assets/owl.carousel.css);
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #ffa84f;
  --secondary: #2AB1CD;
  --success: #28a745;
  --info: #368ACA;
  --warning: red;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1400px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

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

body {
  margin: 0;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #161517;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

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

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 10px; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #ffa84f;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #ffa84f;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #C3C3C3;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

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

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 10px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  color: inherit; }

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

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

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

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

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

h6, .h6 {
  font-size: 1rem; }

.lead {
  font-size: 20px;
  font-weight: 500; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: 400; }

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

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 20px;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 10px;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container, #cookie-notice .cookie-notice-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container, #cookie-notice .cookie-notice-container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container, #cookie-notice .cookie-notice-container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container, #cookie-notice .cookie-notice-container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container, #cookie-notice .cookie-notice-container {
      max-width: 1140px; } }
  @media (min-width: 1400px) {
    .container, #cookie-notice .cookie-notice-container {
      max-width: 1320px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .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, .col-sm,
.col-sm-auto, .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, .col-md,
.col-md-auto, .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, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl,
.col-xxl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

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

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

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

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

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

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1400px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xxl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xxl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xxl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xxl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xxl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xxl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xxl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xxl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xxl-first {
    order: -1; }
  .order-xxl-last {
    order: 13; }
  .order-xxl-0 {
    order: 0; }
  .order-xxl-1 {
    order: 1; }
  .order-xxl-2 {
    order: 2; }
  .order-xxl-3 {
    order: 3; }
  .order-xxl-4 {
    order: 4; }
  .order-xxl-5 {
    order: 5; }
  .order-xxl-6 {
    order: 6; }
  .order-xxl-7 {
    order: 7; }
  .order-xxl-8 {
    order: 8; }
  .order-xxl-9 {
    order: 9; }
  .order-xxl-10 {
    order: 10; }
  .order-xxl-11 {
    order: 11; }
  .order-xxl-12 {
    order: 12; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.33333%; }
  .offset-xxl-2 {
    margin-left: 16.66667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.33333%; }
  .offset-xxl-5 {
    margin-left: 41.66667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.33333%; }
  .offset-xxl-8 {
    margin-left: 66.66667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.33333%; }
  .offset-xxl-11 {
    margin-left: 91.66667%; } }

.table {
  width: 100%;
  margin-bottom: 20px;
  background-color: transparent; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .table tbody + tbody {
    border-top: 2px solid #dee2e6; }
  .table .table {
    background-color: #fff; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #dee2e6; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #ffe7ce; }

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #ffd2a3; }

.table-hover .table-primary:hover {
  background-color: #ffdbb5; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #ffdbb5; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #c3e9f1; }

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #90d6e5; }

.table-hover .table-secondary:hover {
  background-color: #aee1ec; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #aee1ec; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb; }

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e; }

.table-hover .table-success:hover {
  background-color: #b1dfbb; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #b1dfbb; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #c7def0; }

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #96c2e3; }

.table-hover .table-info:hover {
  background-color: #b3d2eb; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #b3d2eb; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffb8b8; }

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ff7a7a; }

.table-hover .table-warning:hover {
  background-color: #ff9f9f; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #ff9f9f; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb; }

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e; }

.table-hover .table-danger:hover {
  background-color: #f1b0b7; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #f1b0b7; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe; }

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc; }

.table-hover .table-light:hover {
  background-color: #ececf6; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #ececf6; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca; }

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c; }

.table-hover .table-dark:hover {
  background-color: #b9bbbe; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #b9bbbe; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.table-dark {
  color: #fff;
  background-color: #212529; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #32383e; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-md > .table-bordered {
      border: 0; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-xxl > .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive > .table-bordered {
    border: 0; }

.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #ffe7cf;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 168, 79, 0.25); }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #161517;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.form-control-lg {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control[size], select.form-control[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input:disabled ~ .form-check-label {
    color: #C3C3C3; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem; }

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right calc(2.25rem / 4);
  background-size: calc(2.25rem / 2) calc(2.25rem / 2);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e"); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .was-validated .form-control:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: 2.25rem;
  background-position: top calc(2.25rem / 4) right calc(2.25rem / 4); }

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: 3.4375rem;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") no-repeat center right 1.75rem/1.125rem 1.125rem; }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .was-validated .custom-select:valid ~ .valid-feedback,
  .was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745; }

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #28a745; }

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745; }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745; }

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem; }

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right calc(2.25rem / 4);
  background-size: calc(2.25rem / 2) calc(2.25rem / 2);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E"); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: 2.25rem;
  background-position: top calc(2.25rem / 4) right calc(2.25rem / 4); }

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: 3.4375rem;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") no-repeat center right 1.75rem/1.125rem 1.125rem; }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  .was-validated .custom-select:invalid ~ .invalid-feedback,
  .was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545; }

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #dc3545; }

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545; }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545; }

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      align-items: center;
      justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn, .main-menu-container .navbar-nav li.menu-item.nav-btn, #footer #main-menu li.menu-item:last-of-type, .mailpoet_form .mailpoet_submit, .custom-nav > button, .gform_wrapper .gform_footer .gform_button {
  display: inline-block;
  font-weight: 500;
  color: #161517;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 15px 60px;
  font-size: 20px;
  line-height: 23px;
  border-radius: 5px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .btn, .main-menu-container .navbar-nav li.menu-item.nav-btn, #footer #main-menu li.menu-item:last-of-type, .mailpoet_form .mailpoet_submit, .custom-nav > button, .gform_wrapper .gform_footer .gform_button {
      transition: none; } }
  .btn:hover, .main-menu-container .navbar-nav li.menu-item.nav-btn:hover, #footer #main-menu li.menu-item:hover:last-of-type, .mailpoet_form .mailpoet_submit:hover, .custom-nav > button:hover, .gform_wrapper .gform_footer .gform_button:hover {
    color: #161517;
    text-decoration: none; }
  .btn:focus, .main-menu-container .navbar-nav li.menu-item.nav-btn:focus, #footer #main-menu li.menu-item:focus:last-of-type, .mailpoet_form .mailpoet_submit:focus, .custom-nav > button:focus, .gform_wrapper .gform_footer .gform_button:focus, .btn.focus, .main-menu-container .navbar-nav li.focus.menu-item.nav-btn, #footer #main-menu li.focus.menu-item:last-of-type, .mailpoet_form .focus.mailpoet_submit, .custom-nav > button.focus, .gform_wrapper .gform_footer .focus.gform_button {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 168, 79, 0.25); }
  .btn.disabled, .main-menu-container .navbar-nav li.disabled.menu-item.nav-btn, #footer #main-menu li.disabled.menu-item:last-of-type, .mailpoet_form .disabled.mailpoet_submit, .custom-nav > button.disabled, .gform_wrapper .gform_footer .disabled.gform_button, .btn:disabled, .main-menu-container .navbar-nav li.menu-item.nav-btn:disabled, #footer #main-menu li.menu-item:disabled:last-of-type, .mailpoet_form .mailpoet_submit:disabled, .custom-nav > button:disabled, .gform_wrapper .gform_footer .gform_button:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled), .main-menu-container .navbar-nav li.menu-item.nav-btn:not(:disabled):not(.disabled), #footer #main-menu li.menu-item:not(:disabled):not(.disabled):last-of-type, .mailpoet_form .mailpoet_submit:not(:disabled):not(.disabled), .custom-nav > button:not(:disabled):not(.disabled), .gform_wrapper .gform_footer .gform_button:not(:disabled):not(.disabled) {
    cursor: pointer; }

a.btn.disabled, .mailpoet_form a.disabled.mailpoet_submit, .gform_wrapper .gform_footer a.disabled.gform_button,
fieldset:disabled a.btn,
fieldset:disabled .mailpoet_form a.mailpoet_submit,
.mailpoet_form fieldset:disabled a.mailpoet_submit,
fieldset:disabled .gform_wrapper .gform_footer a.gform_button,
.gform_wrapper .gform_footer fieldset:disabled a.gform_button {
  pointer-events: none; }

.btn-primary, .main-menu-container .navbar-nav li.menu-item.nav-btn, #footer #main-menu li.menu-item:last-of-type, .mailpoet_form .mailpoet_submit, .custom-nav > button.owl-prev, .gform_wrapper .gform_footer .gform_button {
  color: #212529;
  background-color: #ffa84f;
  border-color: #ffa84f; }
  .btn-primary:hover, .main-menu-container .navbar-nav li.menu-item.nav-btn:hover, #footer #main-menu li.menu-item:hover:last-of-type, .mailpoet_form .mailpoet_submit:hover, .custom-nav > button.owl-prev:hover, .gform_wrapper .gform_footer .gform_button:hover {
    color: #212529;
    background-color: #ff9529;
    border-color: #ff8f1c; }
  .btn-primary:focus, .main-menu-container .navbar-nav li.menu-item.nav-btn:focus, #footer #main-menu li.menu-item:focus:last-of-type, .mailpoet_form .mailpoet_submit:focus, .custom-nav > button.owl-prev:focus, .gform_wrapper .gform_footer .gform_button:focus, .btn-primary.focus, .main-menu-container .navbar-nav li.focus.menu-item.nav-btn, #footer #main-menu li.focus.menu-item:last-of-type, .mailpoet_form .focus.mailpoet_submit, .custom-nav > button.focus.owl-prev, .gform_wrapper .gform_footer .focus.gform_button {
    box-shadow: 0 0 0 0.2rem rgba(222, 148, 73, 0.5); }
  .btn-primary.disabled, .main-menu-container .navbar-nav li.disabled.menu-item.nav-btn, #footer #main-menu li.disabled.menu-item:last-of-type, .mailpoet_form .disabled.mailpoet_submit, .custom-nav > button.disabled.owl-prev, .gform_wrapper .gform_footer .disabled.gform_button, .btn-primary:disabled, .main-menu-container .navbar-nav li.menu-item.nav-btn:disabled, #footer #main-menu li.menu-item:disabled:last-of-type, .mailpoet_form .mailpoet_submit:disabled, .custom-nav > button.owl-prev:disabled, .gform_wrapper .gform_footer .gform_button:disabled {
    color: #212529;
    background-color: #ffa84f;
    border-color: #ffa84f; }
  .btn-primary:not(:disabled):not(.disabled):active, .main-menu-container .navbar-nav li.menu-item.nav-btn:not(:disabled):not(.disabled):active, #footer #main-menu li.menu-item:not(:disabled):not(.disabled):active:last-of-type, .mailpoet_form .mailpoet_submit:not(:disabled):not(.disabled):active, .custom-nav > button.owl-prev:not(:disabled):not(.disabled):active, .gform_wrapper .gform_footer .gform_button:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .main-menu-container .navbar-nav li.menu-item.nav-btn:not(:disabled):not(.disabled).active, #footer #main-menu li.menu-item:not(:disabled):not(.disabled).active:last-of-type, .mailpoet_form .mailpoet_submit:not(:disabled):not(.disabled).active, .custom-nav > button.owl-prev:not(:disabled):not(.disabled).active, .gform_wrapper .gform_footer .gform_button:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle,
  .main-menu-container .navbar-nav .show > li.dropdown-toggle.menu-item.nav-btn,
  #footer #main-menu .show > li.dropdown-toggle.menu-item:last-of-type,
  .mailpoet_form .show > .dropdown-toggle.mailpoet_submit,
  .custom-nav.show > button.dropdown-toggle.owl-prev,
  .gform_wrapper .gform_footer .show > .dropdown-toggle.gform_button {
    color: #212529;
    background-color: #ff8f1c;
    border-color: #ff880f; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .main-menu-container .navbar-nav li.menu-item.nav-btn:not(:disabled):not(.disabled):active:focus, #footer #main-menu li.menu-item:not(:disabled):not(.disabled):active:focus:last-of-type, .mailpoet_form .mailpoet_submit:not(:disabled):not(.disabled):active:focus, .custom-nav > button.owl-prev:not(:disabled):not(.disabled):active:focus, .gform_wrapper .gform_footer .gform_button:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .main-menu-container .navbar-nav li.menu-item.nav-btn:not(:disabled):not(.disabled).active:focus, #footer #main-menu li.menu-item:not(:disabled):not(.disabled).active:focus:last-of-type, .mailpoet_form .mailpoet_submit:not(:disabled):not(.disabled).active:focus, .custom-nav > button.owl-prev:not(:disabled):not(.disabled).active:focus, .gform_wrapper .gform_footer .gform_button:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus,
    .main-menu-container .navbar-nav .show > li.dropdown-toggle.menu-item.nav-btn:focus,
    #footer #main-menu .show > li.dropdown-toggle.menu-item:focus:last-of-type,
    .mailpoet_form .show > .dropdown-toggle.mailpoet_submit:focus,
    .custom-nav.show > button.dropdown-toggle.owl-prev:focus,
    .gform_wrapper .gform_footer .show > .dropdown-toggle.gform_button:focus {
      box-shadow: 0 0 0 0.2rem rgba(222, 148, 73, 0.5); }

.btn-secondary, .custom-nav > button.owl-next {
  color: #fff;
  background-color: #2AB1CD;
  border-color: #2AB1CD; }
  .btn-secondary:hover, .custom-nav > button.owl-next:hover {
    color: #fff;
    background-color: #2396ad;
    border-color: #218ca3; }
  .btn-secondary:focus, .custom-nav > button.owl-next:focus, .btn-secondary.focus, .custom-nav > button.focus.owl-next {
    box-shadow: 0 0 0 0.2rem rgba(74, 189, 213, 0.5); }
  .btn-secondary.disabled, .custom-nav > button.disabled.owl-next, .btn-secondary:disabled, .custom-nav > button.owl-next:disabled {
    color: #fff;
    background-color: #2AB1CD;
    border-color: #2AB1CD; }
  .btn-secondary:not(:disabled):not(.disabled):active, .custom-nav > button.owl-next:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .custom-nav > button.owl-next:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle,
  .custom-nav.show > button.dropdown-toggle.owl-next {
    color: #fff;
    background-color: #218ca3;
    border-color: #1f8398; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .custom-nav > button.owl-next:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .custom-nav > button.owl-next:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus,
    .custom-nav.show > button.dropdown-toggle.owl-next:focus {
      box-shadow: 0 0 0 0.2rem rgba(74, 189, 213, 0.5); }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }

.btn-info {
  color: #fff;
  background-color: #368ACA;
  border-color: #368ACA; }
  .btn-info:hover {
    color: #fff;
    background-color: #2d75ac;
    border-color: #2b6fa2; }
  .btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(84, 156, 210, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #368ACA;
    border-color: #368ACA; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #2b6fa2;
    border-color: #286898; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(84, 156, 210, 0.5); }

.btn-warning {
  color: #fff;
  background-color: red;
  border-color: red; }
  .btn-warning:hover {
    color: #fff;
    background-color: #d90000;
    border-color: #cc0000; }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 38, 38, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #fff;
    background-color: red;
    border-color: red; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #cc0000;
    border-color: #bf0000; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 38, 38, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

.btn-outline-primary {
  color: #ffa84f;
  border-color: #ffa84f; }
  .btn-outline-primary:hover {
    color: #212529;
    background-color: #ffa84f;
    border-color: #ffa84f; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 168, 79, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #ffa84f;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #212529;
    background-color: #ffa84f;
    border-color: #ffa84f; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 168, 79, 0.5); }

.btn-outline-secondary {
  color: #2AB1CD;
  border-color: #2AB1CD; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #2AB1CD;
    border-color: #2AB1CD; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(42, 177, 205, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #2AB1CD;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #2AB1CD;
    border-color: #2AB1CD; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(42, 177, 205, 0.5); }

.btn-outline-success {
  color: #28a745;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #368ACA;
  border-color: #368ACA; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #368ACA;
    border-color: #368ACA; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(54, 138, 202, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #368ACA;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #368ACA;
    border-color: #368ACA; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(54, 138, 202, 0.5); }

.btn-outline-warning {
  color: red;
  border-color: red; }
  .btn-outline-warning:hover {
    color: #fff;
    background-color: red;
    border-color: red; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: red;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: red;
    border-color: red; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5); }

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link {
  font-weight: 400;
  color: #ffa84f; }
  .btn-link:hover {
    color: #ffa84f;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.btn-lg, .btn-group-lg > .btn, .main-menu-container .navbar-nav .btn-group-lg > li.menu-item.nav-btn, #footer #main-menu .btn-group-lg > li.menu-item:last-of-type, .mailpoet_form .btn-group-lg > .mailpoet_submit, .custom-nav.btn-group-lg > button, .gform_wrapper .gform_footer .btn-group-lg > .gform_button {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn, .main-menu-container .navbar-nav .btn-group-sm > li.menu-item.nav-btn, #footer #main-menu .btn-group-sm > li.menu-item:last-of-type, .mailpoet_form .btn-group-sm > .mailpoet_submit, .custom-nav.btn-group-sm > button, .gform_wrapper .gform_footer .btn-group-sm > .gform_button {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

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

.fade {
  transition: opacity 0.15s linear; }
  @media screen and (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent; }

.dropdown-toggle:empty::after {
  margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #161517;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

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

@media (min-width: 576px) {
  .dropdown-menu-sm-right {
    right: 0;
    left: auto; } }

@media (min-width: 768px) {
  .dropdown-menu-md-right {
    right: 0;
    left: auto; } }

@media (min-width: 992px) {
  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }

@media (min-width: 1200px) {
  .dropdown-menu-xl-right {
    right: 0;
    left: auto; } }

@media (min-width: 1400px) {
  .dropdown-menu-xxl-right {
    right: 0;
    left: auto; } }

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

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0; } }

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0; } }

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; } }

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0; } }

@media (min-width: 1400px) {
  .dropdown-menu-xxl-left {
    right: auto;
    left: 0; } }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 10px 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:first-child {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px); }
  .dropdown-item:last-child {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px); }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #ffa84f; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn, .main-menu-container .navbar-nav .btn-group > li.menu-item.nav-btn, #footer #main-menu .btn-group > li.menu-item:last-of-type, .mailpoet_form .btn-group > .mailpoet_submit, .custom-nav.btn-group > button, .gform_wrapper .gform_footer .btn-group > .gform_button,
  .btn-group-vertical > .btn,
  .main-menu-container .navbar-nav .btn-group-vertical > li.menu-item.nav-btn,
  #footer #main-menu .btn-group-vertical > li.menu-item:last-of-type,
  .mailpoet_form .btn-group-vertical > .mailpoet_submit,
  .custom-nav.btn-group-vertical > button,
  .gform_wrapper .gform_footer .btn-group-vertical > .gform_button {
    position: relative;
    flex: 1 1 auto; }
    .btn-group > .btn:hover, .main-menu-container .navbar-nav .btn-group > li.menu-item.nav-btn:hover, #footer #main-menu .btn-group > li.menu-item:hover:last-of-type, .mailpoet_form .btn-group > .mailpoet_submit:hover, .custom-nav.btn-group > button:hover, .gform_wrapper .gform_footer .btn-group > .gform_button:hover,
    .btn-group-vertical > .btn:hover,
    .main-menu-container .navbar-nav .btn-group-vertical > li.menu-item.nav-btn:hover,
    #footer #main-menu .btn-group-vertical > li.menu-item:hover:last-of-type,
    .mailpoet_form .btn-group-vertical > .mailpoet_submit:hover,
    .custom-nav.btn-group-vertical > button:hover,
    .gform_wrapper .gform_footer .btn-group-vertical > .gform_button:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .main-menu-container .navbar-nav .btn-group > li.menu-item.nav-btn:focus, #footer #main-menu .btn-group > li.menu-item:focus:last-of-type, .mailpoet_form .btn-group > .mailpoet_submit:focus, .custom-nav.btn-group > button:focus, .gform_wrapper .gform_footer .btn-group > .gform_button:focus, .btn-group > .btn:active, .main-menu-container .navbar-nav .btn-group > li.menu-item.nav-btn:active, #footer #main-menu .btn-group > li.menu-item:active:last-of-type, .mailpoet_form .btn-group > .mailpoet_submit:active, .custom-nav.btn-group > button:active, .gform_wrapper .gform_footer .btn-group > .gform_button:active, .btn-group > .btn.active, .main-menu-container .navbar-nav .btn-group > li.active.menu-item.nav-btn, #footer #main-menu .btn-group > li.active.menu-item:last-of-type, .mailpoet_form .btn-group > .active.mailpoet_submit, .custom-nav.btn-group > button.active, .gform_wrapper .gform_footer .btn-group > .active.gform_button,
    .btn-group-vertical > .btn:focus,
    .main-menu-container .navbar-nav .btn-group-vertical > li.menu-item.nav-btn:focus,
    #footer #main-menu .btn-group-vertical > li.menu-item:focus:last-of-type,
    .mailpoet_form .btn-group-vertical > .mailpoet_submit:focus,
    .custom-nav.btn-group-vertical > button:focus,
    .gform_wrapper .gform_footer .btn-group-vertical > .gform_button:focus,
    .btn-group-vertical > .btn:active,
    .main-menu-container .navbar-nav .btn-group-vertical > li.menu-item.nav-btn:active,
    #footer #main-menu .btn-group-vertical > li.menu-item:active:last-of-type,
    .mailpoet_form .btn-group-vertical > .mailpoet_submit:active,
    .custom-nav.btn-group-vertical > button:active,
    .gform_wrapper .gform_footer .btn-group-vertical > .gform_button:active,
    .btn-group-vertical > .btn.active,
    .main-menu-container .navbar-nav .btn-group-vertical > li.active.menu-item.nav-btn,
    #footer #main-menu .btn-group-vertical > li.active.menu-item:last-of-type,
    .mailpoet_form .btn-group-vertical > .active.mailpoet_submit,
    .custom-nav.btn-group-vertical > button.active,
    .gform_wrapper .gform_footer .btn-group-vertical > .active.gform_button {
      z-index: 1; }

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:not(:first-child), .main-menu-container .navbar-nav .btn-group > li.menu-item.nav-btn:not(:first-child), #footer #main-menu .btn-group > li.menu-item:not(:first-child):last-of-type, .mailpoet_form .btn-group > .mailpoet_submit:not(:first-child), .custom-nav.btn-group > button:not(:first-child), .gform_wrapper .gform_footer .btn-group > .gform_button:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px; }

.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .main-menu-container .navbar-nav .btn-group > li.menu-item.nav-btn:not(:last-child):not(.dropdown-toggle), #footer #main-menu .btn-group > li.menu-item:not(:last-child):not(.dropdown-toggle):last-of-type, .mailpoet_form .btn-group > .mailpoet_submit:not(:last-child):not(.dropdown-toggle), .custom-nav.btn-group > button:not(:last-child):not(.dropdown-toggle), .gform_wrapper .gform_footer .btn-group > .gform_button:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn,
.main-menu-container .navbar-nav .btn-group > .btn-group:not(:last-child) > li.menu-item.nav-btn,
#footer #main-menu .btn-group > .btn-group:not(:last-child) > li.menu-item:last-of-type,
.mailpoet_form .btn-group > .btn-group:not(:last-child) > .mailpoet_submit,
.btn-group > .custom-nav.btn-group:not(:last-child) > button,
.gform_wrapper .gform_footer .btn-group > .btn-group:not(:last-child) > .gform_button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:not(:first-child), .main-menu-container .navbar-nav .btn-group > li.menu-item.nav-btn:not(:first-child), #footer #main-menu .btn-group > li.menu-item:not(:first-child):last-of-type, .mailpoet_form .btn-group > .mailpoet_submit:not(:first-child), .custom-nav.btn-group > button:not(:first-child), .gform_wrapper .gform_footer .btn-group > .gform_button:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn,
.main-menu-container .navbar-nav .btn-group > .btn-group:not(:first-child) > li.menu-item.nav-btn,
#footer #main-menu .btn-group > .btn-group:not(:first-child) > li.menu-item:last-of-type,
.mailpoet_form .btn-group > .btn-group:not(:first-child) > .mailpoet_submit,
.btn-group > .custom-nav.btn-group:not(:first-child) > button,
.gform_wrapper .gform_footer .btn-group > .btn-group:not(:first-child) > .gform_button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 45px;
  padding-left: 45px; }
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .main-menu-container .navbar-nav .btn-group-sm > li.menu-item.nav-btn + .dropdown-toggle-split, #footer #main-menu .btn-group-sm > li.menu-item:last-of-type + .dropdown-toggle-split, .mailpoet_form .btn-group-sm > .mailpoet_submit + .dropdown-toggle-split, .custom-nav.btn-group-sm > button + .dropdown-toggle-split, .gform_wrapper .gform_footer .btn-group-sm > .gform_button + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .main-menu-container .navbar-nav .btn-group-lg > li.menu-item.nav-btn + .dropdown-toggle-split, #footer #main-menu .btn-group-lg > li.menu-item:last-of-type + .dropdown-toggle-split, .mailpoet_form .btn-group-lg > .mailpoet_submit + .dropdown-toggle-split, .custom-nav.btn-group-lg > button + .dropdown-toggle-split, .gform_wrapper .gform_footer .btn-group-lg > .gform_button + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  
  .btn-group-vertical > .btn,
  .main-menu-container .navbar-nav .btn-group-vertical > li.menu-item.nav-btn,
  #footer #main-menu .btn-group-vertical > li.menu-item:last-of-type,
  .mailpoet_form .btn-group-vertical > .mailpoet_submit,
  .custom-nav.btn-group-vertical > button,
  .gform_wrapper .gform_footer .btn-group-vertical > .gform_button,
  .btn-group-vertical > .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn:not(:first-child), .main-menu-container .navbar-nav .btn-group-vertical > li.menu-item.nav-btn:not(:first-child), #footer #main-menu .btn-group-vertical > li.menu-item:not(:first-child):last-of-type, .mailpoet_form .btn-group-vertical > .mailpoet_submit:not(:first-child), .custom-nav.btn-group-vertical > button:not(:first-child), .gform_wrapper .gform_footer .btn-group-vertical > .gform_button:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .main-menu-container .navbar-nav .btn-group-vertical > li.menu-item.nav-btn:not(:last-child):not(.dropdown-toggle), #footer #main-menu .btn-group-vertical > li.menu-item:not(:last-child):not(.dropdown-toggle):last-of-type, .mailpoet_form .btn-group-vertical > .mailpoet_submit:not(:last-child):not(.dropdown-toggle), .custom-nav.btn-group-vertical > button:not(:last-child):not(.dropdown-toggle), .gform_wrapper .gform_footer .btn-group-vertical > .gform_button:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn,
  .main-menu-container .navbar-nav .btn-group-vertical > .btn-group:not(:last-child) > li.menu-item.nav-btn,
  #footer #main-menu .btn-group-vertical > .btn-group:not(:last-child) > li.menu-item:last-of-type,
  .mailpoet_form .btn-group-vertical > .btn-group:not(:last-child) > .mailpoet_submit,
  .btn-group-vertical > .custom-nav.btn-group:not(:last-child) > button,
  .gform_wrapper .gform_footer .btn-group-vertical > .btn-group:not(:last-child) > .gform_button {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child), .main-menu-container .navbar-nav .btn-group-vertical > li.menu-item.nav-btn:not(:first-child), #footer #main-menu .btn-group-vertical > li.menu-item:not(:first-child):last-of-type, .mailpoet_form .btn-group-vertical > .mailpoet_submit:not(:first-child), .custom-nav.btn-group-vertical > button:not(:first-child), .gform_wrapper .gform_footer .btn-group-vertical > .gform_button:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn,
  .main-menu-container .navbar-nav .btn-group-vertical > .btn-group:not(:first-child) > li.menu-item.nav-btn,
  #footer #main-menu .btn-group-vertical > .btn-group:not(:first-child) > li.menu-item:last-of-type,
  .mailpoet_form .btn-group-vertical > .btn-group:not(:first-child) > .mailpoet_submit,
  .btn-group-vertical > .custom-nav.btn-group:not(:first-child) > button,
  .gform_wrapper .gform_footer .btn-group-vertical > .btn-group:not(:first-child) > .gform_button {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.btn-group-toggle > .btn, .main-menu-container .navbar-nav .btn-group-toggle > li.menu-item.nav-btn, #footer #main-menu .btn-group-toggle > li.menu-item:last-of-type, .mailpoet_form .btn-group-toggle > .mailpoet_submit, .custom-nav.btn-group-toggle > button, .gform_wrapper .gform_footer .btn-group-toggle > .gform_button,
.btn-group-toggle > .btn-group > .btn,
.main-menu-container .navbar-nav .btn-group-toggle > .btn-group > li.menu-item.nav-btn,
#footer #main-menu .btn-group-toggle > .btn-group > li.menu-item:last-of-type,
.mailpoet_form .btn-group-toggle > .btn-group > .mailpoet_submit,
.btn-group-toggle > .custom-nav.btn-group > button,
.gform_wrapper .gform_footer .btn-group-toggle > .btn-group > .gform_button {
  margin-bottom: 0; }
  .btn-group-toggle > .btn input[type="radio"], .main-menu-container .navbar-nav .btn-group-toggle > li.menu-item.nav-btn input[type="radio"], #footer #main-menu .btn-group-toggle > li.menu-item:last-of-type input[type="radio"], .mailpoet_form .btn-group-toggle > .mailpoet_submit input[type="radio"], .custom-nav.btn-group-toggle > button input[type="radio"], .gform_wrapper .gform_footer .btn-group-toggle > .gform_button input[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"],
  .main-menu-container .navbar-nav .btn-group-toggle > li.menu-item.nav-btn input[type="checkbox"],
  #footer #main-menu .btn-group-toggle > li.menu-item:last-of-type input[type="checkbox"],
  .mailpoet_form .btn-group-toggle > .mailpoet_submit input[type="checkbox"],
  .custom-nav.btn-group-toggle > button input[type="checkbox"],
  .gform_wrapper .gform_footer .btn-group-toggle > .gform_button input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"],
  .main-menu-container .navbar-nav .btn-group-toggle > .btn-group > li.menu-item.nav-btn input[type="radio"],
  #footer #main-menu .btn-group-toggle > .btn-group > li.menu-item:last-of-type input[type="radio"],
  .mailpoet_form .btn-group-toggle > .btn-group > .mailpoet_submit input[type="radio"],
  .btn-group-toggle > .custom-nav.btn-group > button input[type="radio"],
  .gform_wrapper .gform_footer .btn-group-toggle > .btn-group > .gform_button input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"],
  .main-menu-container .navbar-nav .btn-group-toggle > .btn-group > li.menu-item.nav-btn input[type="checkbox"],
  #footer #main-menu .btn-group-toggle > .btn-group > li.menu-item:last-of-type input[type="checkbox"],
  .mailpoet_form .btn-group-toggle > .btn-group > .mailpoet_submit input[type="checkbox"],
  .btn-group-toggle > .custom-nav.btn-group > button input[type="checkbox"],
  .gform_wrapper .gform_footer .btn-group-toggle > .btn-group > .gform_button input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .form-control-plaintext,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .form-control-plaintext + .form-control,
    .input-group > .form-control-plaintext + .custom-select,
    .input-group > .form-control-plaintext + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  .input-group > .form-control:not(:last-child),
  .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: flex;
    align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label,
    .input-group > .custom-file:not(:last-child) .custom-file-label::after {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: flex; }
  .input-group-prepend .btn, .input-group-prepend .main-menu-container .navbar-nav li.menu-item.nav-btn, .main-menu-container .navbar-nav .input-group-prepend li.menu-item.nav-btn, .input-group-prepend #footer #main-menu li.menu-item:last-of-type, #footer #main-menu .input-group-prepend li.menu-item:last-of-type, .input-group-prepend .mailpoet_form .mailpoet_submit, .mailpoet_form .input-group-prepend .mailpoet_submit, .input-group-prepend .custom-nav > button, .input-group-prepend .gform_wrapper .gform_footer .gform_button, .gform_wrapper .gform_footer .input-group-prepend .gform_button,
  .input-group-append .btn,
  .input-group-append .main-menu-container .navbar-nav li.menu-item.nav-btn,
  .main-menu-container .navbar-nav .input-group-append li.menu-item.nav-btn,
  .input-group-append #footer #main-menu li.menu-item:last-of-type,
  #footer #main-menu .input-group-append li.menu-item:last-of-type,
  .input-group-append .mailpoet_form .mailpoet_submit,
  .mailpoet_form .input-group-append .mailpoet_submit,
  .input-group-append .custom-nav > button,
  .input-group-append .gform_wrapper .gform_footer .gform_button,
  .gform_wrapper .gform_footer .input-group-append .gform_button {
    position: relative;
    z-index: 2; }
    .input-group-prepend .btn:focus, .input-group-prepend .main-menu-container .navbar-nav li.menu-item.nav-btn:focus, .main-menu-container .navbar-nav .input-group-prepend li.menu-item.nav-btn:focus, .input-group-prepend #footer #main-menu li.menu-item:focus:last-of-type, #footer #main-menu .input-group-prepend li.menu-item:focus:last-of-type, .input-group-prepend .mailpoet_form .mailpoet_submit:focus, .mailpoet_form .input-group-prepend .mailpoet_submit:focus, .input-group-prepend .custom-nav > button:focus, .input-group-prepend .gform_wrapper .gform_footer .gform_button:focus, .gform_wrapper .gform_footer .input-group-prepend .gform_button:focus,
    .input-group-append .btn:focus,
    .input-group-append .main-menu-container .navbar-nav li.menu-item.nav-btn:focus,
    .main-menu-container .navbar-nav .input-group-append li.menu-item.nav-btn:focus,
    .input-group-append #footer #main-menu li.menu-item:focus:last-of-type,
    #footer #main-menu .input-group-append li.menu-item:focus:last-of-type,
    .input-group-append .mailpoet_form .mailpoet_submit:focus,
    .mailpoet_form .input-group-append .mailpoet_submit:focus,
    .input-group-append .custom-nav > button:focus,
    .input-group-append .gform_wrapper .gform_footer .gform_button:focus,
    .gform_wrapper .gform_footer .input-group-append .gform_button:focus {
      z-index: 3; }
  .input-group-prepend .btn + .btn, .input-group-prepend .main-menu-container .navbar-nav li.menu-item.nav-btn + .btn, .main-menu-container .navbar-nav .input-group-prepend li.menu-item.nav-btn + .btn, .input-group-prepend #footer #main-menu li.menu-item:last-of-type + .btn, #footer #main-menu .input-group-prepend li.menu-item:last-of-type + .btn, .input-group-prepend .mailpoet_form .mailpoet_submit + .btn, .mailpoet_form .input-group-prepend .mailpoet_submit + .btn, .input-group-prepend .custom-nav > button + .btn, .input-group-prepend .gform_wrapper .gform_footer .gform_button + .btn, .gform_wrapper .gform_footer .input-group-prepend .gform_button + .btn, .input-group-prepend .main-menu-container .navbar-nav .btn + li.menu-item.nav-btn, .main-menu-container .navbar-nav .input-group-prepend .btn + li.menu-item.nav-btn, .input-group-prepend .main-menu-container .navbar-nav li.menu-item.nav-btn + li.menu-item.nav-btn, .main-menu-container .navbar-nav .input-group-prepend li.menu-item.nav-btn + li.menu-item.nav-btn, .input-group-prepend #footer #main-menu .main-menu-container .navbar-nav li.menu-item:last-of-type + li.menu-item.nav-btn, .main-menu-container .navbar-nav .input-group-prepend #footer #main-menu li.menu-item:last-of-type + li.menu-item.nav-btn, #footer #main-menu .input-group-prepend .main-menu-container .navbar-nav li.menu-item:last-of-type + li.menu-item.nav-btn, .main-menu-container .navbar-nav #footer #main-menu .input-group-prepend li.menu-item:last-of-type + li.menu-item.nav-btn, .input-group-prepend .mailpoet_form .main-menu-container .navbar-nav .mailpoet_submit + li.menu-item.nav-btn, .main-menu-container .navbar-nav .input-group-prepend .mailpoet_form .mailpoet_submit + li.menu-item.nav-btn, .mailpoet_form .input-group-prepend .main-menu-container .navbar-nav .mailpoet_submit + li.menu-item.nav-btn, .main-menu-container .navbar-nav .mailpoet_form .input-group-prepend .mailpoet_submit + li.menu-item.nav-btn, .input-group-prepend .main-menu-container .navbar-nav .custom-nav > button + li.menu-item.nav-btn, .main-menu-container .navbar-nav .input-group-prepend .custom-nav > button + li.menu-item.nav-btn, .input-group-prepend .gform_wrapper .gform_footer .main-menu-container .navbar-nav .gform_button + li.menu-item.nav-btn, .main-menu-container .navbar-nav .input-group-prepend .gform_wrapper .gform_footer .gform_button + li.menu-item.nav-btn, .gform_wrapper .gform_footer .input-group-prepend .main-menu-container .navbar-nav .gform_button + li.menu-item.nav-btn, .main-menu-container .navbar-nav .gform_wrapper .gform_footer .input-group-prepend .gform_button + li.menu-item.nav-btn, .input-group-prepend #footer #main-menu .btn + li.menu-item:last-of-type, #footer #main-menu .input-group-prepend .btn + li.menu-item:last-of-type, .input-group-prepend .main-menu-container .navbar-nav #footer #main-menu li.menu-item.nav-btn + li.menu-item:last-of-type, #footer #main-menu .input-group-prepend .main-menu-container .navbar-nav li.menu-item.nav-btn + li.menu-item:last-of-type, .main-menu-container .navbar-nav .input-group-prepend #footer #main-menu li.menu-item.nav-btn + li.menu-item:last-of-type, #footer #main-menu .main-menu-container .navbar-nav .input-group-prepend li.menu-item.nav-btn + li.menu-item:last-of-type, .input-group-prepend #footer #main-menu li.menu-item:last-of-type + li.menu-item:last-of-type, #footer #main-menu .input-group-prepend li.menu-item:last-of-type + li.menu-item:last-of-type, .input-group-prepend .mailpoet_form #footer #main-menu .mailpoet_submit + li.menu-item:last-of-type, #footer #main-menu .input-group-prepend .mailpoet_form .mailpoet_submit + li.menu-item:last-of-type, .mailpoet_form .input-group-prepend #footer #main-menu .mailpoet_submit + li.menu-item:last-of-type, #footer #main-menu .mailpoet_form .input-group-prepend .mailpoet_submit + li.menu-item:last-of-type, .input-group-prepend #footer #main-menu .custom-nav > button + li.menu-item:last-of-type, #footer #main-menu .input-group-prepend .custom-nav > button + li.menu-item:last-of-type, .input-group-prepend .gform_wrapper .gform_footer #footer #main-menu .gform_button + li.menu-item:last-of-type, #footer #main-menu .input-group-prepend .gform_wrapper .gform_footer .gform_button + li.menu-item:last-of-type, .gform_wrapper .gform_footer .input-group-prepend #footer #main-menu .gform_button + li.menu-item:last-of-type, #footer #main-menu .gform_wrapper .gform_footer .input-group-prepend .gform_button + li.menu-item:last-of-type, .input-group-prepend .mailpoet_form .btn + .mailpoet_submit, .mailpoet_form .input-group-prepend .btn + .mailpoet_submit, .input-group-prepend .main-menu-container .navbar-nav .mailpoet_form li.menu-item.nav-btn + .mailpoet_submit, .mailpoet_form .input-group-prepend .main-menu-container .navbar-nav li.menu-item.nav-btn + .mailpoet_submit, .main-menu-container .navbar-nav .input-group-prepend .mailpoet_form li.menu-item.nav-btn + .mailpoet_submit, .mailpoet_form .main-menu-container .navbar-nav .input-group-prepend li.menu-item.nav-btn + .mailpoet_submit, .input-group-prepend #footer #main-menu .mailpoet_form li.menu-item:last-of-type + .mailpoet_submit, .mailpoet_form .input-group-prepend #footer #main-menu li.menu-item:last-of-type + .mailpoet_submit, #footer #main-menu .input-group-prepend .mailpoet_form li.menu-item:last-of-type + .mailpoet_submit, .mailpoet_form #footer #main-menu .input-group-prepend li.menu-item:last-of-type + .mailpoet_submit, .input-group-prepend .mailpoet_form .mailpoet_submit + .mailpoet_submit, .mailpoet_form .input-group-prepend .mailpoet_submit + .mailpoet_submit, .input-group-prepend .mailpoet_form .custom-nav > button + .mailpoet_submit, .mailpoet_form .input-group-prepend .custom-nav > button + .mailpoet_submit, .input-group-prepend .gform_wrapper .gform_footer .mailpoet_form .gform_button + .mailpoet_submit, .mailpoet_form .input-group-prepend .gform_wrapper .gform_footer .gform_button + .mailpoet_submit, .gform_wrapper .gform_footer .input-group-prepend .mailpoet_form .gform_button + .mailpoet_submit, .mailpoet_form .gform_wrapper .gform_footer .input-group-prepend .gform_button + .mailpoet_submit, .input-group-prepend .custom-nav > .btn + button, .input-group-prepend .main-menu-container .navbar-nav .custom-nav > li.menu-item.nav-btn + button, .main-menu-container .navbar-nav .input-group-prepend .custom-nav > li.menu-item.nav-btn + button, .input-group-prepend #footer #main-menu .custom-nav > li.menu-item:last-of-type + button, #footer #main-menu .input-group-prepend .custom-nav > li.menu-item:last-of-type + button, .input-group-prepend .mailpoet_form .custom-nav > .mailpoet_submit + button, .mailpoet_form .input-group-prepend .custom-nav > .mailpoet_submit + button, .input-group-prepend .custom-nav > button + button, .input-group-prepend .gform_wrapper .gform_footer .custom-nav > .gform_button + button, .gform_wrapper .gform_footer .input-group-prepend .custom-nav > .gform_button + button, .input-group-prepend .gform_wrapper .gform_footer .btn + .gform_button, .gform_wrapper .gform_footer .input-group-prepend .btn + .gform_button, .input-group-prepend .main-menu-container .navbar-nav .gform_wrapper .gform_footer li.menu-item.nav-btn + .gform_button, .gform_wrapper .gform_footer .input-group-prepend .main-menu-container .navbar-nav li.menu-item.nav-btn + .gform_button, .main-menu-container .navbar-nav .input-group-prepend .gform_wrapper .gform_footer li.menu-item.nav-btn + .gform_button, .gform_wrapper .gform_footer .main-menu-container .navbar-nav .input-group-prepend li.menu-item.nav-btn + .gform_button, .input-group-prepend #footer #main-menu .gform_wrapper .gform_footer li.menu-item:last-of-type + .gform_button, .gform_wrapper .gform_footer .input-group-prepend #footer #main-menu li.menu-item:last-of-type + .gform_button, #footer #main-menu .input-group-prepend .gform_wrapper .gform_footer li.menu-item:last-of-type + .gform_button, .gform_wrapper .gform_footer #footer #main-menu .input-group-prepend li.menu-item:last-of-type + .gform_button, .input-group-prepend .mailpoet_form .gform_wrapper .gform_footer .mailpoet_submit + .gform_button, .gform_wrapper .gform_footer .input-group-prepend .mailpoet_form .mailpoet_submit + .gform_button, .mailpoet_form .input-group-prepend .gform_wrapper .gform_footer .mailpoet_submit + .gform_button, .gform_wrapper .gform_footer .mailpoet_form .input-group-prepend .mailpoet_submit + .gform_button, .input-group-prepend .gform_wrapper .gform_footer .custom-nav > button + .gform_button, .gform_wrapper .gform_footer .input-group-prepend .custom-nav > button + .gform_button, .input-group-prepend .gform_wrapper .gform_footer .gform_button + .gform_button, .gform_wrapper .gform_footer .input-group-prepend .gform_button + .gform_button,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .main-menu-container .navbar-nav li.menu-item.nav-btn + .input-group-text,
  .main-menu-container .navbar-nav .input-group-prepend li.menu-item.nav-btn + .input-group-text,
  .input-group-prepend #footer #main-menu li.menu-item:last-of-type + .input-group-text,
  #footer #main-menu .input-group-prepend li.menu-item:last-of-type + .input-group-text,
  .input-group-prepend .mailpoet_form .mailpoet_submit + .input-group-text,
  .mailpoet_form .input-group-prepend .mailpoet_submit + .input-group-text,
  .input-group-prepend .custom-nav > button + .input-group-text,
  .input-group-prepend .gform_wrapper .gform_footer .gform_button + .input-group-text,
  .gform_wrapper .gform_footer .input-group-prepend .gform_button + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-prepend .main-menu-container .navbar-nav .input-group-text + li.menu-item.nav-btn,
  .main-menu-container .navbar-nav .input-group-prepend .input-group-text + li.menu-item.nav-btn,
  .input-group-prepend #footer #main-menu .input-group-text + li.menu-item:last-of-type,
  #footer #main-menu .input-group-prepend .input-group-text + li.menu-item:last-of-type,
  .input-group-prepend .mailpoet_form .input-group-text + .mailpoet_submit,
  .mailpoet_form .input-group-prepend .input-group-text + .mailpoet_submit,
  .input-group-prepend .custom-nav > .input-group-text + button,
  .input-group-prepend .gform_wrapper .gform_footer .input-group-text + .gform_button,
  .gform_wrapper .gform_footer .input-group-prepend .input-group-text + .gform_button,
  .input-group-append .btn + .btn,
  .input-group-append .main-menu-container .navbar-nav li.menu-item.nav-btn + .btn,
  .main-menu-container .navbar-nav .input-group-append li.menu-item.nav-btn + .btn,
  .input-group-append #footer #main-menu li.menu-item:last-of-type + .btn,
  #footer #main-menu .input-group-append li.menu-item:last-of-type + .btn,
  .input-group-append .mailpoet_form .mailpoet_submit + .btn,
  .mailpoet_form .input-group-append .mailpoet_submit + .btn,
  .input-group-append .custom-nav > button + .btn,
  .input-group-append .gform_wrapper .gform_footer .gform_button + .btn,
  .gform_wrapper .gform_footer .input-group-append .gform_button + .btn,
  .input-group-append .main-menu-container .navbar-nav .btn + li.menu-item.nav-btn,
  .main-menu-container .navbar-nav .input-group-append .btn + li.menu-item.nav-btn,
  .input-group-append .main-menu-container .navbar-nav li.menu-item.nav-btn + li.menu-item.nav-btn,
  .main-menu-container .navbar-nav .input-group-append li.menu-item.nav-btn + li.menu-item.nav-btn,
  .input-group-append #footer #main-menu .main-menu-container .navbar-nav li.menu-item:last-of-type + li.menu-item.nav-btn,
  .main-menu-container .navbar-nav .input-group-append #footer #main-menu li.menu-item:last-of-type + li.menu-item.nav-btn,
  #footer #main-menu .input-group-append .main-menu-container .navbar-nav li.menu-item:last-of-type + li.menu-item.nav-btn,
  .main-menu-container .navbar-nav #footer #main-menu .input-group-append li.menu-item:last-of-type + li.menu-item.nav-btn,
  .input-group-append .mailpoet_form .main-menu-container .navbar-nav .mailpoet_submit + li.menu-item.nav-btn,
  .main-menu-container .navbar-nav .input-group-append .mailpoet_form .mailpoet_submit + li.menu-item.nav-btn,
  .mailpoet_form .input-group-append .main-menu-container .navbar-nav .mailpoet_submit + li.menu-item.nav-btn,
  .main-menu-container .navbar-nav .mailpoet_form .input-group-append .mailpoet_submit + li.menu-item.nav-btn,
  .input-group-append .main-menu-container .navbar-nav .custom-nav > button + li.menu-item.nav-btn,
  .main-menu-container .navbar-nav .input-group-append .custom-nav > button + li.menu-item.nav-btn,
  .input-group-append .gform_wrapper .gform_footer .main-menu-container .navbar-nav .gform_button + li.menu-item.nav-btn,
  .main-menu-container .navbar-nav .input-group-append .gform_wrapper .gform_footer .gform_button + li.menu-item.nav-btn,
  .gform_wrapper .gform_footer .input-group-append .main-menu-container .navbar-nav .gform_button + li.menu-item.nav-btn,
  .main-menu-container .navbar-nav .gform_wrapper .gform_footer .input-group-append .gform_button + li.menu-item.nav-btn,
  .input-group-append #footer #main-menu .btn + li.menu-item:last-of-type,
  #footer #main-menu .input-group-append .btn + li.menu-item:last-of-type,
  .input-group-append .main-menu-container .navbar-nav #footer #main-menu li.menu-item.nav-btn + li.menu-item:last-of-type,
  #footer #main-menu .input-group-append .main-menu-container .navbar-nav li.menu-item.nav-btn + li.menu-item:last-of-type,
  .main-menu-container .navbar-nav .input-group-append #footer #main-menu li.menu-item.nav-btn + li.menu-item:last-of-type,
  #footer #main-menu .main-menu-container .navbar-nav .input-group-append li.menu-item.nav-btn + li.menu-item:last-of-type,
  .input-group-append #footer #main-menu li.menu-item:last-of-type + li.menu-item:last-of-type,
  #footer #main-menu .input-group-append li.menu-item:last-of-type + li.menu-item:last-of-type,
  .input-group-append .mailpoet_form #footer #main-menu .mailpoet_submit + li.menu-item:last-of-type,
  #footer #main-menu .input-group-append .mailpoet_form .mailpoet_submit + li.menu-item:last-of-type,
  .mailpoet_form .input-group-append #footer #main-menu .mailpoet_submit + li.menu-item:last-of-type,
  #footer #main-menu .mailpoet_form .input-group-append .mailpoet_submit + li.menu-item:last-of-type,
  .input-group-append #footer #main-menu .custom-nav > button + li.menu-item:last-of-type,
  #footer #main-menu .input-group-append .custom-nav > button + li.menu-item:last-of-type,
  .input-group-append .gform_wrapper .gform_footer #footer #main-menu .gform_button + li.menu-item:last-of-type,
  #footer #main-menu .input-group-append .gform_wrapper .gform_footer .gform_button + li.menu-item:last-of-type,
  .gform_wrapper .gform_footer .input-group-append #footer #main-menu .gform_button + li.menu-item:last-of-type,
  #footer #main-menu .gform_wrapper .gform_footer .input-group-append .gform_button + li.menu-item:last-of-type,
  .input-group-append .mailpoet_form .btn + .mailpoet_submit,
  .mailpoet_form .input-group-append .btn + .mailpoet_submit,
  .input-group-append .main-menu-container .navbar-nav .mailpoet_form li.menu-item.nav-btn + .mailpoet_submit,
  .mailpoet_form .input-group-append .main-menu-container .navbar-nav li.menu-item.nav-btn + .mailpoet_submit,
  .main-menu-container .navbar-nav .input-group-append .mailpoet_form li.menu-item.nav-btn + .mailpoet_submit,
  .mailpoet_form .main-menu-container .navbar-nav .input-group-append li.menu-item.nav-btn + .mailpoet_submit,
  .input-group-append #footer #main-menu .mailpoet_form li.menu-item:last-of-type + .mailpoet_submit,
  .mailpoet_form .input-group-append #footer #main-menu li.menu-item:last-of-type + .mailpoet_submit,
  #footer #main-menu .input-group-append .mailpoet_form li.menu-item:last-of-type + .mailpoet_submit,
  .mailpoet_form #footer #main-menu .input-group-append li.menu-item:last-of-type + .mailpoet_submit,
  .input-group-append .mailpoet_form .mailpoet_submit + .mailpoet_submit,
  .mailpoet_form .input-group-append .mailpoet_submit + .mailpoet_submit,
  .input-group-append .mailpoet_form .custom-nav > button + .mailpoet_submit,
  .mailpoet_form .input-group-append .custom-nav > button + .mailpoet_submit,
  .input-group-append .gform_wrapper .gform_footer .mailpoet_form .gform_button + .mailpoet_submit,
  .mailpoet_form .input-group-append .gform_wrapper .gform_footer .gform_button + .mailpoet_submit,
  .gform_wrapper .gform_footer .input-group-append .mailpoet_form .gform_button + .mailpoet_submit,
  .mailpoet_form .gform_wrapper .gform_footer .input-group-append .gform_button + .mailpoet_submit,
  .input-group-append .custom-nav > .btn + button,
  .input-group-append .main-menu-container .navbar-nav .custom-nav > li.menu-item.nav-btn + button,
  .main-menu-container .navbar-nav .input-group-append .custom-nav > li.menu-item.nav-btn + button,
  .input-group-append #footer #main-menu .custom-nav > li.menu-item:last-of-type + button,
  #footer #main-menu .input-group-append .custom-nav > li.menu-item:last-of-type + button,
  .input-group-append .mailpoet_form .custom-nav > .mailpoet_submit + button,
  .mailpoet_form .input-group-append .custom-nav > .mailpoet_submit + button,
  .input-group-append .custom-nav > button + button,
  .input-group-append .gform_wrapper .gform_footer .custom-nav > .gform_button + button,
  .gform_wrapper .gform_footer .input-group-append .custom-nav > .gform_button + button,
  .input-group-append .gform_wrapper .gform_footer .btn + .gform_button,
  .gform_wrapper .gform_footer .input-group-append .btn + .gform_button,
  .input-group-append .main-menu-container .navbar-nav .gform_wrapper .gform_footer li.menu-item.nav-btn + .gform_button,
  .gform_wrapper .gform_footer .input-group-append .main-menu-container .navbar-nav li.menu-item.nav-btn + .gform_button,
  .main-menu-container .navbar-nav .input-group-append .gform_wrapper .gform_footer li.menu-item.nav-btn + .gform_button,
  .gform_wrapper .gform_footer .main-menu-container .navbar-nav .input-group-append li.menu-item.nav-btn + .gform_button,
  .input-group-append #footer #main-menu .gform_wrapper .gform_footer li.menu-item:last-of-type + .gform_button,
  .gform_wrapper .gform_footer .input-group-append #footer #main-menu li.menu-item:last-of-type + .gform_button,
  #footer #main-menu .input-group-append .gform_wrapper .gform_footer li.menu-item:last-of-type + .gform_button,
  .gform_wrapper .gform_footer #footer #main-menu .input-group-append li.menu-item:last-of-type + .gform_button,
  .input-group-append .mailpoet_form .gform_wrapper .gform_footer .mailpoet_submit + .gform_button,
  .gform_wrapper .gform_footer .input-group-append .mailpoet_form .mailpoet_submit + .gform_button,
  .mailpoet_form .input-group-append .gform_wrapper .gform_footer .mailpoet_submit + .gform_button,
  .gform_wrapper .gform_footer .mailpoet_form .input-group-append .mailpoet_submit + .gform_button,
  .input-group-append .gform_wrapper .gform_footer .custom-nav > button + .gform_button,
  .gform_wrapper .gform_footer .input-group-append .custom-nav > button + .gform_button,
  .input-group-append .gform_wrapper .gform_footer .gform_button + .gform_button,
  .gform_wrapper .gform_footer .input-group-append .gform_button + .gform_button,
  .input-group-append .btn + .input-group-text,
  .input-group-append .main-menu-container .navbar-nav li.menu-item.nav-btn + .input-group-text,
  .main-menu-container .navbar-nav .input-group-append li.menu-item.nav-btn + .input-group-text,
  .input-group-append #footer #main-menu li.menu-item:last-of-type + .input-group-text,
  #footer #main-menu .input-group-append li.menu-item:last-of-type + .input-group-text,
  .input-group-append .mailpoet_form .mailpoet_submit + .input-group-text,
  .mailpoet_form .input-group-append .mailpoet_submit + .input-group-text,
  .input-group-append .custom-nav > button + .input-group-text,
  .input-group-append .gform_wrapper .gform_footer .gform_button + .input-group-text,
  .gform_wrapper .gform_footer .input-group-append .gform_button + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn,
  .input-group-append .main-menu-container .navbar-nav .input-group-text + li.menu-item.nav-btn,
  .main-menu-container .navbar-nav .input-group-append .input-group-text + li.menu-item.nav-btn,
  .input-group-append #footer #main-menu .input-group-text + li.menu-item:last-of-type,
  #footer #main-menu .input-group-append .input-group-text + li.menu-item:last-of-type,
  .input-group-append .mailpoet_form .input-group-text + .mailpoet_submit,
  .mailpoet_form .input-group-append .input-group-text + .mailpoet_submit,
  .input-group-append .custom-nav > .input-group-text + button,
  .input-group-append .gform_wrapper .gform_footer .input-group-text + .gform_button,
  .gform_wrapper .gform_footer .input-group-append .input-group-text + .gform_button {
    margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(2.875rem + 2px); }

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.main-menu-container .navbar-nav .input-group-lg > .input-group-prepend > li.menu-item.nav-btn,
#footer #main-menu .input-group-lg > .input-group-prepend > li.menu-item:last-of-type,
.mailpoet_form .input-group-lg > .input-group-prepend > .mailpoet_submit,
.input-group-lg > .custom-nav.input-group-prepend > button,
.gform_wrapper .gform_footer .input-group-lg > .input-group-prepend > .gform_button,
.input-group-lg > .input-group-append > .btn,
.main-menu-container .navbar-nav .input-group-lg > .input-group-append > li.menu-item.nav-btn,
#footer #main-menu .input-group-lg > .input-group-append > li.menu-item:last-of-type,
.mailpoet_form .input-group-lg > .input-group-append > .mailpoet_submit,
.input-group-lg > .custom-nav.input-group-append > button,
.gform_wrapper .gform_footer .input-group-lg > .input-group-append > .gform_button {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.8125rem + 2px); }

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.main-menu-container .navbar-nav .input-group-sm > .input-group-prepend > li.menu-item.nav-btn,
#footer #main-menu .input-group-sm > .input-group-prepend > li.menu-item:last-of-type,
.mailpoet_form .input-group-sm > .input-group-prepend > .mailpoet_submit,
.input-group-sm > .custom-nav.input-group-prepend > button,
.gform_wrapper .gform_footer .input-group-sm > .input-group-prepend > .gform_button,
.input-group-sm > .input-group-append > .btn,
.main-menu-container .navbar-nav .input-group-sm > .input-group-append > li.menu-item.nav-btn,
#footer #main-menu .input-group-sm > .input-group-append > li.menu-item:last-of-type,
.mailpoet_form .input-group-sm > .input-group-append > .mailpoet_submit,
.input-group-sm > .custom-nav.input-group-append > button,
.gform_wrapper .gform_footer .input-group-sm > .input-group-append > .gform_button {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem; }

.input-group > .input-group-prepend > .btn, .main-menu-container .navbar-nav .input-group > .input-group-prepend > li.menu-item.nav-btn, #footer #main-menu .input-group > .input-group-prepend > li.menu-item:last-of-type, .mailpoet_form .input-group > .input-group-prepend > .mailpoet_submit, .input-group > .custom-nav.input-group-prepend > button, .gform_wrapper .gform_footer .input-group > .input-group-prepend > .gform_button,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.main-menu-container .navbar-nav .input-group > .input-group-append:not(:last-child) > li.menu-item.nav-btn,
#footer #main-menu .input-group > .input-group-append:not(:last-child) > li.menu-item:last-of-type,
.mailpoet_form .input-group > .input-group-append:not(:last-child) > .mailpoet_submit,
.input-group > .custom-nav.input-group-append:not(:last-child) > button,
.gform_wrapper .gform_footer .input-group > .input-group-append:not(:last-child) > .gform_button,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.main-menu-container .navbar-nav .input-group > .input-group-append:last-child > li.menu-item.nav-btn:not(:last-child):not(.dropdown-toggle),
#footer #main-menu .input-group > .input-group-append:last-child > li.menu-item:not(:last-child):not(.dropdown-toggle):last-of-type,
.mailpoet_form .input-group > .input-group-append:last-child > .mailpoet_submit:not(:last-child):not(.dropdown-toggle),
.input-group > .custom-nav.input-group-append:last-child > button:not(:last-child):not(.dropdown-toggle),
.gform_wrapper .gform_footer .input-group > .input-group-append:last-child > .gform_button:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn, .main-menu-container .navbar-nav .input-group > .input-group-append > li.menu-item.nav-btn, #footer #main-menu .input-group > .input-group-append > li.menu-item:last-of-type, .mailpoet_form .input-group > .input-group-append > .mailpoet_submit, .input-group > .custom-nav.input-group-append > button, .gform_wrapper .gform_footer .input-group > .input-group-append > .gform_button,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.main-menu-container .navbar-nav .input-group > .input-group-prepend:not(:first-child) > li.menu-item.nav-btn,
#footer #main-menu .input-group > .input-group-prepend:not(:first-child) > li.menu-item:last-of-type,
.mailpoet_form .input-group > .input-group-prepend:not(:first-child) > .mailpoet_submit,
.input-group > .custom-nav.input-group-prepend:not(:first-child) > button,
.gform_wrapper .gform_footer .input-group > .input-group-prepend:not(:first-child) > .gform_button,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.main-menu-container .navbar-nav .input-group > .input-group-prepend:first-child > li.menu-item.nav-btn:not(:first-child),
#footer #main-menu .input-group > .input-group-prepend:first-child > li.menu-item:not(:first-child):last-of-type,
.mailpoet_form .input-group > .input-group-prepend:first-child > .mailpoet_submit:not(:first-child),
.input-group > .custom-nav.input-group-prepend:first-child > button:not(:first-child),
.gform_wrapper .gform_footer .input-group > .input-group-prepend:first-child > .gform_button:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #ffa84f;
    background-color: #ffa84f; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(255, 168, 79, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #ffe7cf; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: white;
    border-color: white; }
  .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #ffa84f;
  background-color: #ffa84f; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(255, 168, 79, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(255, 168, 79, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(255, 168, 79, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media screen and (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(255, 168, 79, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #ffe7cf;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 231, 207, 0.5); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    opacity: 0; }

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #ffe7cf;
    box-shadow: 0 0 0 0.2rem rgba(255, 168, 79, 0.25); }
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 2.25rem;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: none; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(255, 168, 79, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(255, 168, 79, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(255, 168, 79, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #ffa84f;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media screen and (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: white; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #ffa84f;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media screen and (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: white; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #ffa84f;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media screen and (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: white; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #ffa84f; }

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px; }
  .navbar > .container, #cookie-notice .navbar > .cookie-notice-container,
  .navbar > .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 20px;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 5px; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }
  .navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container, #cookie-notice .navbar-expand-sm > .cookie-notice-container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container, #cookie-notice .navbar-expand-sm > .cookie-notice-container,
    .navbar-expand-sm > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

@media (max-width: 767.98px) {
  .navbar-expand-md > .container, #cookie-notice .navbar-expand-md > .cookie-notice-container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container, #cookie-notice .navbar-expand-md > .cookie-notice-container,
    .navbar-expand-md > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container, #cookie-notice .navbar-expand-lg > .cookie-notice-container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container, #cookie-notice .navbar-expand-lg > .cookie-notice-container,
    .navbar-expand-lg > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container, #cookie-notice .navbar-expand-xl > .cookie-notice-container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container, #cookie-notice .navbar-expand-xl > .cookie-notice-container,
    .navbar-expand-xl > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

@media (max-width: 1399.98px) {
  .navbar-expand-xxl > .container, #cookie-notice .navbar-expand-xxl > .cookie-notice-container,
  .navbar-expand-xxl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xxl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xxl > .container, #cookie-notice .navbar-expand-xxl > .cookie-notice-container,
    .navbar-expand-xxl > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-xxl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xxl .navbar-toggler {
      display: none; } }

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start; }
  .navbar-expand > .container, #cookie-notice .navbar-expand > .cookie-notice-container,
  .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container, #cookie-notice .navbar-expand > .cookie-notice-container,
  .navbar-expand > .container-fluid {
    flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9); }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #fff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #fff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fff; }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 10px; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px; }
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px; }

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

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

.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  color: inherit;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header:first-child {
    border-radius: calc(10px - 1px) calc(10px - 1px) 0 0; }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 calc(10px - 1px) calc(10px - 1px); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img {
  width: 100%;
  border-radius: calc(10px - 1px); }

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(10px - 1px);
  border-top-right-radius: calc(10px - 1px); }

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(10px - 1px);
  border-bottom-left-radius: calc(10px - 1px); }

.card-deck {
  display: flex;
  flex-direction: column; }
  .card-deck .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-deck {
      flex-flow: row wrap;
      margin-right: -15px;
      margin-left: -15px; }
      .card-deck .card {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px; } }

.card-group {
  display: flex;
  flex-direction: column; }
  .card-group > .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-group {
      flex-flow: row wrap; }
      .card-group > .card {
        flex: 1 0 0%;
        margin-bottom: 0; }
        .card-group > .card + .card {
          margin-left: 0;
          border-left: 0; }
        .card-group > .card:first-child {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
          .card-group > .card:first-child .card-img-top,
          .card-group > .card:first-child .card-header {
            border-top-right-radius: 0; }
          .card-group > .card:first-child .card-img-bottom,
          .card-group > .card:first-child .card-footer {
            border-bottom-right-radius: 0; }
        .card-group > .card:last-child {
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
          .card-group > .card:last-child .card-img-top,
          .card-group > .card:last-child .card-header {
            border-top-left-radius: 0; }
          .card-group > .card:last-child .card-img-bottom,
          .card-group > .card:last-child .card-footer {
            border-bottom-left-radius: 0; }
        .card-group > .card:only-child {
          border-radius: 10px; }
          .card-group > .card:only-child .card-img-top,
          .card-group > .card:only-child .card-header {
            border-top-left-radius: 10px;
            border-top-right-radius: 10px; }
          .card-group > .card:only-child .card-img-bottom,
          .card-group > .card:only-child .card-footer {
            border-bottom-right-radius: 10px;
            border-bottom-left-radius: 10px; }
        .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
          border-radius: 0; }
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
            border-radius: 0; } }

.card-columns .card {
  margin-bottom: 0.75rem; }

@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.accordion .card {
  overflow: hidden; }
  .accordion .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0; }
  .accordion .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0; }
  .accordion .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .accordion .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .accordion .card .card-header {
    margin-bottom: -1px; }

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }
  .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/"; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }

.breadcrumb-item.active {
  color: #6c757d; }

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #ffa84f;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: #ffa84f;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 168, 79, 0.25); }
  .page-link:not(:disabled):not(.disabled) {
    cursor: pointer; }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #ffa84f;
  border-color: #ffa84f; }

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem; }
  a.badge:hover, a.badge:focus {
    text-decoration: none; }
  .badge:empty {
    display: none; }

.btn .badge, .main-menu-container .navbar-nav li.menu-item.nav-btn .badge, #footer #main-menu li.menu-item:last-of-type .badge, .mailpoet_form .mailpoet_submit .badge, .custom-nav > button .badge, .gform_wrapper .gform_footer .gform_button .badge {
  position: relative;
  top: -1px; }

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badge-primary {
  color: #212529;
  background-color: #ffa84f; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #212529;
    background-color: #ff8f1c; }

.badge-secondary {
  color: #fff;
  background-color: #2AB1CD; }
  a.badge-secondary:hover, a.badge-secondary:focus {
    color: #fff;
    background-color: #218ca3; }

.badge-success {
  color: #fff;
  background-color: #28a745; }
  a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #1e7e34; }

.badge-info {
  color: #fff;
  background-color: #368ACA; }
  a.badge-info:hover, a.badge-info:focus {
    color: #fff;
    background-color: #2b6fa2; }

.badge-warning {
  color: #fff;
  background-color: red; }
  a.badge-warning:hover, a.badge-warning:focus {
    color: #fff;
    background-color: #cc0000; }

.badge-danger {
  color: #fff;
  background-color: #dc3545; }
  a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #bd2130; }

.badge-light {
  color: #212529;
  background-color: #f8f9fa; }
  a.badge-light:hover, a.badge-light:focus {
    color: #212529;
    background-color: #dae0e5; }

.badge-dark {
  color: #fff;
  background-color: #343a40; }
  a.badge-dark:hover, a.badge-dark:focus {
    color: #fff;
    background-color: #1d2124; }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem; }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem; } }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 4rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #855729;
  background-color: #ffeedc;
  border-color: #ffe7ce; }
  .alert-primary hr {
    border-top-color: #ffdbb5; }
  .alert-primary .alert-link {
    color: #5e3e1d; }

.alert-secondary {
  color: #165c6b;
  background-color: #d4eff5;
  border-color: #c3e9f1; }
  .alert-secondary hr {
    border-top-color: #aee1ec; }
  .alert-secondary .alert-link {
    color: #0d3841; }

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }
  .alert-success hr {
    border-top-color: #b1dfbb; }
  .alert-success .alert-link {
    color: #0b2e13; }

.alert-info {
  color: #1c4869;
  background-color: #d7e8f4;
  border-color: #c7def0; }
  .alert-info hr {
    border-top-color: #b3d2eb; }
  .alert-info .alert-link {
    color: #112c41; }

.alert-warning {
  color: #850000;
  background-color: #ffcccc;
  border-color: #ffb8b8; }
  .alert-warning hr {
    border-top-color: #ff9f9f; }
  .alert-warning .alert-link {
    color: #520000; }

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }
  .alert-danger hr {
    border-top-color: #f1b0b7; }
  .alert-danger .alert-link {
    color: #491217; }

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light hr {
    border-top-color: #ececf6; }
  .alert-light .alert-link {
    color: #686868; }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
  .alert-dark hr {
    border-top-color: #b9bbbe; }
  .alert-dark .alert-link {
    color: #040505; }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #ffa84f;
  transition: width 0.6s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .progress-bar {
      transition: none; } }

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite; }

.media {
  display: flex;
  align-items: flex-start; }

.media-body {
  flex: 1; }

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  .list-group-item-action:active {
    color: #161517;
    background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .list-group-item:hover, .list-group-item:focus {
    z-index: 1;
    text-decoration: none; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #ffa84f;
    border-color: #ffa84f; }

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }
  .list-group-flush .list-group-item:last-child {
    margin-bottom: -1px; }

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }

.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0; }

.list-group-item-primary {
  color: #855729;
  background-color: #ffe7ce; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #855729;
    background-color: #ffdbb5; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #855729;
    border-color: #855729; }

.list-group-item-secondary {
  color: #165c6b;
  background-color: #c3e9f1; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #165c6b;
    background-color: #aee1ec; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #165c6b;
    border-color: #165c6b; }

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #155724;
    background-color: #b1dfbb; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724; }

.list-group-item-info {
  color: #1c4869;
  background-color: #c7def0; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #1c4869;
    background-color: #b3d2eb; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #1c4869;
    border-color: #1c4869; }

.list-group-item-warning {
  color: #850000;
  background-color: #ffb8b8; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #850000;
    background-color: #ff9f9f; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #850000;
    border-color: #850000; }

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #721c24;
    background-color: #f1b0b7; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24; }

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182; }

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:hover {
    color: #000;
    text-decoration: none; }
  .close:not(:disabled):not(.disabled) {
    cursor: pointer; }
    .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
      opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  appearance: none; }

a.close.disabled {
  pointer-events: none; }

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.25rem;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  opacity: 0; }
  .toast:not(:last-child) {
    margin-bottom: 0.75rem; }
  .toast.showing {
    opacity: 1; }
  .toast.show {
    display: block;
    opacity: 1; }
  .toast.hide {
    display: none; }

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

.toast-body {
  padding: 0.75rem; }

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

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px); }
    @media screen and (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    transform: none; }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2)); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - (0.5rem * 2));
    content: ""; }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto; }

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

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2)); }
    .modal-dialog-centered::before {
      height: calc(100vh - (1.75rem * 2)); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #000; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #000; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #000; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #000; }

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
    bottom: calc((0.5rem + 1px) * -1); }
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
  .bs-popover-top .arrow::after,
  .bs-popover-auto[x-placement^="top"] .arrow::after {
    border-width: 0.5rem 0.5rem 0; }
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
    bottom: 0;
    border-top-color: rgba(0, 0, 0, 0.25); }
  
  .bs-popover-top .arrow::after,
  .bs-popover-auto[x-placement^="top"] .arrow::after {
    bottom: 1px;
    border-top-color: #fff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  .bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
  .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
  .bs-popover-right .arrow::after,
  .bs-popover-auto[x-placement^="right"] .arrow::after {
    border-width: 0.5rem 0.5rem 0.5rem 0; }
  .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
    left: 0;
    border-right-color: rgba(0, 0, 0, 0.25); }
  
  .bs-popover-right .arrow::after,
  .bs-popover-auto[x-placement^="right"] .arrow::after {
    left: 1px;
    border-right-color: #fff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  .bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
    top: calc((0.5rem + 1px) * -1); }
  .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
  .bs-popover-bottom .arrow::after,
  .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    border-width: 0 0.5rem 0.5rem 0.5rem; }
  .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
    top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.25); }
  
  .bs-popover-bottom .arrow::after,
  .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    top: 1px;
    border-bottom-color: #fff; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
  .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
  .bs-popover-left .arrow::after,
  .bs-popover-auto[x-placement^="left"] .arrow::after {
    border-width: 0.5rem 0 0.5rem 0.5rem; }
  .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
    right: 0;
    border-left-color: rgba(0, 0, 0, 0.25); }
  
  .bs-popover-left .arrow::after,
  .bs-popover-auto[x-placement^="left"] .arrow::after {
    right: 1px;
    border-left-color: #fff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #161517; }

.carousel {
  position: relative; }

.carousel.pointer-event {
  touch-action: pan-y; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner::after {
    display: block;
    clear: both;
    content: ""; }

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .carousel-item {
      transition: none; } }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%); }

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%); }

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1; }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity; }
  @media screen and (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
      transition: none; } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
      transition: none; } }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity 0.6s ease; }
    @media screen and (prefers-reduced-motion: reduce) {
      .carousel-indicators li {
        transition: none; } }
  .carousel-indicators .active {
    opacity: 1; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

@keyframes spinner-border {
  to {
    transform: rotate(360deg); } }

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border .75s linear infinite; }

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em; }

@keyframes spinner-grow {
  0% {
    transform: scale(0); }
  50% {
    opacity: 1; } }

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow .75s linear infinite; }

.spinner-grow-sm {
  width: 1rem;
  height: 1rem; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #ffa84f !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #ff8f1c !important; }

.bg-secondary {
  background-color: #2AB1CD !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #218ca3 !important; }

.bg-success {
  background-color: #28a745 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important; }

.bg-info {
  background-color: #368ACA !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #2b6fa2 !important; }

.bg-warning {
  background-color: red !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #cc0000 !important; }

.bg-danger {
  background-color: #dc3545 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important; }

.bg-light {
  background-color: #f8f9fa !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important; }

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #dee2e6 !important; }

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-right {
  border-right: 1px solid #dee2e6 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-left {
  border-left: 1px solid #dee2e6 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #ffa84f !important; }

.border-secondary {
  border-color: #2AB1CD !important; }

.border-success {
  border-color: #28a745 !important; }

.border-info {
  border-color: #368ACA !important; }

.border-warning {
  border-color: red !important; }

.border-danger {
  border-color: #dc3545 !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #343a40 !important; }

.border-white {
  border-color: #fff !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: 50rem !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1400px) {
  .d-xxl-none {
    display: none !important; }
  .d-xxl-inline {
    display: inline !important; }
  .d-xxl-inline-block {
    display: inline-block !important; }
  .d-xxl-block {
    display: block !important; }
  .d-xxl-table {
    display: table !important; }
  .d-xxl-table-row {
    display: table-row !important; }
  .d-xxl-table-cell {
    display: table-cell !important; }
  .d-xxl-flex {
    display: flex !important; }
  .d-xxl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

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

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

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

.embed-responsive-3by4::before {
  padding-top: 133.33333%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

@media (min-width: 1400px) {
  .flex-xxl-row {
    flex-direction: row !important; }
  .flex-xxl-column {
    flex-direction: column !important; }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xxl-wrap {
    flex-wrap: wrap !important; }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xxl-fill {
    flex: 1 1 auto !important; }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xxl-start {
    justify-content: flex-start !important; }
  .justify-content-xxl-end {
    justify-content: flex-end !important; }
  .justify-content-xxl-center {
    justify-content: center !important; }
  .justify-content-xxl-between {
    justify-content: space-between !important; }
  .justify-content-xxl-around {
    justify-content: space-around !important; }
  .align-items-xxl-start {
    align-items: flex-start !important; }
  .align-items-xxl-end {
    align-items: flex-end !important; }
  .align-items-xxl-center {
    align-items: center !important; }
  .align-items-xxl-baseline {
    align-items: baseline !important; }
  .align-items-xxl-stretch {
    align-items: stretch !important; }
  .align-content-xxl-start {
    align-content: flex-start !important; }
  .align-content-xxl-end {
    align-content: flex-end !important; }
  .align-content-xxl-center {
    align-content: center !important; }
  .align-content-xxl-between {
    align-content: space-between !important; }
  .align-content-xxl-around {
    align-content: space-around !important; }
  .align-content-xxl-stretch {
    align-content: stretch !important; }
  .align-self-xxl-auto {
    align-self: auto !important; }
  .align-self-xxl-start {
    align-self: flex-start !important; }
  .align-self-xxl-end {
    align-self: flex-end !important; }
  .align-self-xxl-center {
    align-self: center !important; }
  .align-self-xxl-baseline {
    align-self: baseline !important; }
  .align-self-xxl-stretch {
    align-self: stretch !important; } }

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

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

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

@media (min-width: 1400px) {
  .float-xxl-left {
    float: left !important; }
  .float-xxl-right {
    float: right !important; }
  .float-xxl-none {
    float: none !important; } }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

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

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  box-shadow: none !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 5px !important; }

.mt-1,
.my-1 {
  margin-top: 5px !important; }

.mr-1,
.mx-1 {
  margin-right: 5px !important; }

.mb-1,
.my-1 {
  margin-bottom: 5px !important; }

.ml-1,
.mx-1 {
  margin-left: 5px !important; }

.m-2 {
  margin: 10px !important; }

.mt-2,
.my-2 {
  margin-top: 10px !important; }

.mr-2,
.mx-2 {
  margin-right: 10px !important; }

.mb-2,
.my-2 {
  margin-bottom: 10px !important; }

.ml-2,
.mx-2 {
  margin-left: 10px !important; }

.m-3 {
  margin: 20px !important; }

.mt-3,
.my-3 {
  margin-top: 20px !important; }

.mr-3,
.mx-3 {
  margin-right: 20px !important; }

.mb-3,
.my-3 {
  margin-bottom: 20px !important; }

.ml-3,
.mx-3 {
  margin-left: 20px !important; }

.m-4 {
  margin: 30px !important; }

.mt-4,
.my-4 {
  margin-top: 30px !important; }

.mr-4,
.mx-4 {
  margin-right: 30px !important; }

.mb-4,
.my-4 {
  margin-bottom: 30px !important; }

.ml-4,
.mx-4 {
  margin-left: 30px !important; }

.m-5 {
  margin: 50px !important; }

.mt-5,
.my-5 {
  margin-top: 50px !important; }

.mr-5,
.mx-5 {
  margin-right: 50px !important; }

.mb-5,
.my-5 {
  margin-bottom: 50px !important; }

.ml-5,
.mx-5 {
  margin-left: 50px !important; }

.m-6 {
  margin: 100px !important; }

.mt-6,
.my-6 {
  margin-top: 100px !important; }

.mr-6,
.mx-6 {
  margin-right: 100px !important; }

.mb-6,
.my-6 {
  margin-bottom: 100px !important; }

.ml-6,
.mx-6 {
  margin-left: 100px !important; }

.m-7 {
  margin: 70px !important; }

.mt-7,
.my-7 {
  margin-top: 70px !important; }

.mr-7,
.mx-7 {
  margin-right: 70px !important; }

.mb-7,
.my-7 {
  margin-bottom: 70px !important; }

.ml-7,
.mx-7 {
  margin-left: 70px !important; }

.m-8 {
  margin: 80px !important; }

.mt-8,
.my-8 {
  margin-top: 80px !important; }

.mr-8,
.mx-8 {
  margin-right: 80px !important; }

.mb-8,
.my-8 {
  margin-bottom: 80px !important; }

.ml-8,
.mx-8 {
  margin-left: 80px !important; }

.m-9 {
  margin: 90px !important; }

.mt-9,
.my-9 {
  margin-top: 90px !important; }

.mr-9,
.mx-9 {
  margin-right: 90px !important; }

.mb-9,
.my-9 {
  margin-bottom: 90px !important; }

.ml-9,
.mx-9 {
  margin-left: 90px !important; }

.m-10 {
  margin: 100px !important; }

.mt-10,
.my-10 {
  margin-top: 100px !important; }

.mr-10,
.mx-10 {
  margin-right: 100px !important; }

.mb-10,
.my-10 {
  margin-bottom: 100px !important; }

.ml-10,
.mx-10 {
  margin-left: 100px !important; }

.m-11 {
  margin: 110px !important; }

.mt-11,
.my-11 {
  margin-top: 110px !important; }

.mr-11,
.mx-11 {
  margin-right: 110px !important; }

.mb-11,
.my-11 {
  margin-bottom: 110px !important; }

.ml-11,
.mx-11 {
  margin-left: 110px !important; }

.m-12 {
  margin: 120px !important; }

.mt-12,
.my-12 {
  margin-top: 120px !important; }

.mr-12,
.mx-12 {
  margin-right: 120px !important; }

.mb-12,
.my-12 {
  margin-bottom: 120px !important; }

.ml-12,
.mx-12 {
  margin-left: 120px !important; }

.m-13 {
  margin: 130px !important; }

.mt-13,
.my-13 {
  margin-top: 130px !important; }

.mr-13,
.mx-13 {
  margin-right: 130px !important; }

.mb-13,
.my-13 {
  margin-bottom: 130px !important; }

.ml-13,
.mx-13 {
  margin-left: 130px !important; }

.m-14 {
  margin: 140px !important; }

.mt-14,
.my-14 {
  margin-top: 140px !important; }

.mr-14,
.mx-14 {
  margin-right: 140px !important; }

.mb-14,
.my-14 {
  margin-bottom: 140px !important; }

.ml-14,
.mx-14 {
  margin-left: 140px !important; }

.m-15 {
  margin: 150px !important; }

.mt-15,
.my-15 {
  margin-top: 150px !important; }

.mr-15,
.mx-15 {
  margin-right: 150px !important; }

.mb-15,
.my-15 {
  margin-bottom: 150px !important; }

.ml-15,
.mx-15 {
  margin-left: 150px !important; }

.m-20 {
  margin: 200px !important; }

.mt-20,
.my-20 {
  margin-top: 200px !important; }

.mr-20,
.mx-20 {
  margin-right: 200px !important; }

.mb-20,
.my-20 {
  margin-bottom: 200px !important; }

.ml-20,
.mx-20 {
  margin-left: 200px !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

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

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 5px !important; }

.pt-1,
.py-1 {
  padding-top: 5px !important; }

.pr-1,
.px-1 {
  padding-right: 5px !important; }

.pb-1,
.py-1 {
  padding-bottom: 5px !important; }

.pl-1,
.px-1 {
  padding-left: 5px !important; }

.p-2 {
  padding: 10px !important; }

.pt-2,
.py-2 {
  padding-top: 10px !important; }

.pr-2,
.px-2 {
  padding-right: 10px !important; }

.pb-2,
.py-2 {
  padding-bottom: 10px !important; }

.pl-2,
.px-2 {
  padding-left: 10px !important; }

.p-3 {
  padding: 20px !important; }

.pt-3,
.py-3 {
  padding-top: 20px !important; }

.pr-3,
.px-3 {
  padding-right: 20px !important; }

.pb-3,
.py-3 {
  padding-bottom: 20px !important; }

.pl-3,
.px-3 {
  padding-left: 20px !important; }

.p-4 {
  padding: 30px !important; }

.pt-4,
.py-4 {
  padding-top: 30px !important; }

.pr-4,
.px-4 {
  padding-right: 30px !important; }

.pb-4,
.py-4 {
  padding-bottom: 30px !important; }

.pl-4,
.px-4 {
  padding-left: 30px !important; }

.p-5 {
  padding: 50px !important; }

.pt-5,
.py-5 {
  padding-top: 50px !important; }

.pr-5,
.px-5 {
  padding-right: 50px !important; }

.pb-5,
.py-5 {
  padding-bottom: 50px !important; }

.pl-5,
.px-5 {
  padding-left: 50px !important; }

.p-6 {
  padding: 100px !important; }

.pt-6,
.py-6 {
  padding-top: 100px !important; }

.pr-6,
.px-6 {
  padding-right: 100px !important; }

.pb-6,
.py-6 {
  padding-bottom: 100px !important; }

.pl-6,
.px-6 {
  padding-left: 100px !important; }

.p-7 {
  padding: 70px !important; }

.pt-7,
.py-7 {
  padding-top: 70px !important; }

.pr-7,
.px-7 {
  padding-right: 70px !important; }

.pb-7,
.py-7 {
  padding-bottom: 70px !important; }

.pl-7,
.px-7 {
  padding-left: 70px !important; }

.p-8 {
  padding: 80px !important; }

.pt-8,
.py-8 {
  padding-top: 80px !important; }

.pr-8,
.px-8 {
  padding-right: 80px !important; }

.pb-8,
.py-8 {
  padding-bottom: 80px !important; }

.pl-8,
.px-8 {
  padding-left: 80px !important; }

.p-9 {
  padding: 90px !important; }

.pt-9,
.py-9 {
  padding-top: 90px !important; }

.pr-9,
.px-9 {
  padding-right: 90px !important; }

.pb-9,
.py-9 {
  padding-bottom: 90px !important; }

.pl-9,
.px-9 {
  padding-left: 90px !important; }

.p-10 {
  padding: 100px !important; }

.pt-10,
.py-10 {
  padding-top: 100px !important; }

.pr-10,
.px-10 {
  padding-right: 100px !important; }

.pb-10,
.py-10 {
  padding-bottom: 100px !important; }

.pl-10,
.px-10 {
  padding-left: 100px !important; }

.p-11 {
  padding: 110px !important; }

.pt-11,
.py-11 {
  padding-top: 110px !important; }

.pr-11,
.px-11 {
  padding-right: 110px !important; }

.pb-11,
.py-11 {
  padding-bottom: 110px !important; }

.pl-11,
.px-11 {
  padding-left: 110px !important; }

.p-12 {
  padding: 120px !important; }

.pt-12,
.py-12 {
  padding-top: 120px !important; }

.pr-12,
.px-12 {
  padding-right: 120px !important; }

.pb-12,
.py-12 {
  padding-bottom: 120px !important; }

.pl-12,
.px-12 {
  padding-left: 120px !important; }

.p-13 {
  padding: 130px !important; }

.pt-13,
.py-13 {
  padding-top: 130px !important; }

.pr-13,
.px-13 {
  padding-right: 130px !important; }

.pb-13,
.py-13 {
  padding-bottom: 130px !important; }

.pl-13,
.px-13 {
  padding-left: 130px !important; }

.p-14 {
  padding: 140px !important; }

.pt-14,
.py-14 {
  padding-top: 140px !important; }

.pr-14,
.px-14 {
  padding-right: 140px !important; }

.pb-14,
.py-14 {
  padding-bottom: 140px !important; }

.pl-14,
.px-14 {
  padding-left: 140px !important; }

.p-15 {
  padding: 150px !important; }

.pt-15,
.py-15 {
  padding-top: 150px !important; }

.pr-15,
.px-15 {
  padding-right: 150px !important; }

.pb-15,
.py-15 {
  padding-bottom: 150px !important; }

.pl-15,
.px-15 {
  padding-left: 150px !important; }

.p-20 {
  padding: 200px !important; }

.pt-20,
.py-20 {
  padding-top: 200px !important; }

.pr-20,
.px-20 {
  padding-right: 200px !important; }

.pb-20,
.py-20 {
  padding-bottom: 200px !important; }

.pl-20,
.px-20 {
  padding-left: 200px !important; }

.m-n1 {
  margin: -5px !important; }

.mt-n1,
.my-n1 {
  margin-top: -5px !important; }

.mr-n1,
.mx-n1 {
  margin-right: -5px !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -5px !important; }

.ml-n1,
.mx-n1 {
  margin-left: -5px !important; }

.m-n2 {
  margin: -10px !important; }

.mt-n2,
.my-n2 {
  margin-top: -10px !important; }

.mr-n2,
.mx-n2 {
  margin-right: -10px !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -10px !important; }

.ml-n2,
.mx-n2 {
  margin-left: -10px !important; }

.m-n3 {
  margin: -20px !important; }

.mt-n3,
.my-n3 {
  margin-top: -20px !important; }

.mr-n3,
.mx-n3 {
  margin-right: -20px !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -20px !important; }

.ml-n3,
.mx-n3 {
  margin-left: -20px !important; }

.m-n4 {
  margin: -30px !important; }

.mt-n4,
.my-n4 {
  margin-top: -30px !important; }

.mr-n4,
.mx-n4 {
  margin-right: -30px !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -30px !important; }

.ml-n4,
.mx-n4 {
  margin-left: -30px !important; }

.m-n5 {
  margin: -50px !important; }

.mt-n5,
.my-n5 {
  margin-top: -50px !important; }

.mr-n5,
.mx-n5 {
  margin-right: -50px !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -50px !important; }

.ml-n5,
.mx-n5 {
  margin-left: -50px !important; }

.m-n6 {
  margin: -100px !important; }

.mt-n6,
.my-n6 {
  margin-top: -100px !important; }

.mr-n6,
.mx-n6 {
  margin-right: -100px !important; }

.mb-n6,
.my-n6 {
  margin-bottom: -100px !important; }

.ml-n6,
.mx-n6 {
  margin-left: -100px !important; }

.m-n7 {
  margin: -70px !important; }

.mt-n7,
.my-n7 {
  margin-top: -70px !important; }

.mr-n7,
.mx-n7 {
  margin-right: -70px !important; }

.mb-n7,
.my-n7 {
  margin-bottom: -70px !important; }

.ml-n7,
.mx-n7 {
  margin-left: -70px !important; }

.m-n8 {
  margin: -80px !important; }

.mt-n8,
.my-n8 {
  margin-top: -80px !important; }

.mr-n8,
.mx-n8 {
  margin-right: -80px !important; }

.mb-n8,
.my-n8 {
  margin-bottom: -80px !important; }

.ml-n8,
.mx-n8 {
  margin-left: -80px !important; }

.m-n9 {
  margin: -90px !important; }

.mt-n9,
.my-n9 {
  margin-top: -90px !important; }

.mr-n9,
.mx-n9 {
  margin-right: -90px !important; }

.mb-n9,
.my-n9 {
  margin-bottom: -90px !important; }

.ml-n9,
.mx-n9 {
  margin-left: -90px !important; }

.m-n10 {
  margin: -100px !important; }

.mt-n10,
.my-n10 {
  margin-top: -100px !important; }

.mr-n10,
.mx-n10 {
  margin-right: -100px !important; }

.mb-n10,
.my-n10 {
  margin-bottom: -100px !important; }

.ml-n10,
.mx-n10 {
  margin-left: -100px !important; }

.m-n11 {
  margin: -110px !important; }

.mt-n11,
.my-n11 {
  margin-top: -110px !important; }

.mr-n11,
.mx-n11 {
  margin-right: -110px !important; }

.mb-n11,
.my-n11 {
  margin-bottom: -110px !important; }

.ml-n11,
.mx-n11 {
  margin-left: -110px !important; }

.m-n12 {
  margin: -120px !important; }

.mt-n12,
.my-n12 {
  margin-top: -120px !important; }

.mr-n12,
.mx-n12 {
  margin-right: -120px !important; }

.mb-n12,
.my-n12 {
  margin-bottom: -120px !important; }

.ml-n12,
.mx-n12 {
  margin-left: -120px !important; }

.m-n13 {
  margin: -130px !important; }

.mt-n13,
.my-n13 {
  margin-top: -130px !important; }

.mr-n13,
.mx-n13 {
  margin-right: -130px !important; }

.mb-n13,
.my-n13 {
  margin-bottom: -130px !important; }

.ml-n13,
.mx-n13 {
  margin-left: -130px !important; }

.m-n14 {
  margin: -140px !important; }

.mt-n14,
.my-n14 {
  margin-top: -140px !important; }

.mr-n14,
.mx-n14 {
  margin-right: -140px !important; }

.mb-n14,
.my-n14 {
  margin-bottom: -140px !important; }

.ml-n14,
.mx-n14 {
  margin-left: -140px !important; }

.m-n15 {
  margin: -150px !important; }

.mt-n15,
.my-n15 {
  margin-top: -150px !important; }

.mr-n15,
.mx-n15 {
  margin-right: -150px !important; }

.mb-n15,
.my-n15 {
  margin-bottom: -150px !important; }

.ml-n15,
.mx-n15 {
  margin-left: -150px !important; }

.m-n20 {
  margin: -200px !important; }

.mt-n20,
.my-n20 {
  margin-top: -200px !important; }

.mr-n20,
.mx-n20 {
  margin-right: -200px !important; }

.mb-n20,
.my-n20 {
  margin-bottom: -200px !important; }

.ml-n20,
.mx-n20 {
  margin-left: -200px !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 5px !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 5px !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 5px !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 5px !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 5px !important; }
  .m-sm-2 {
    margin: 10px !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 10px !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 10px !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 10px !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 10px !important; }
  .m-sm-3 {
    margin: 20px !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 20px !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 20px !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 20px !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 20px !important; }
  .m-sm-4 {
    margin: 30px !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 30px !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 30px !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 30px !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 30px !important; }
  .m-sm-5 {
    margin: 50px !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 50px !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 50px !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 50px !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 50px !important; }
  .m-sm-6 {
    margin: 100px !important; }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 100px !important; }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 100px !important; }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 100px !important; }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 100px !important; }
  .m-sm-7 {
    margin: 70px !important; }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 70px !important; }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 70px !important; }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 70px !important; }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 70px !important; }
  .m-sm-8 {
    margin: 80px !important; }
  .mt-sm-8,
  .my-sm-8 {
    margin-top: 80px !important; }
  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 80px !important; }
  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 80px !important; }
  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 80px !important; }
  .m-sm-9 {
    margin: 90px !important; }
  .mt-sm-9,
  .my-sm-9 {
    margin-top: 90px !important; }
  .mr-sm-9,
  .mx-sm-9 {
    margin-right: 90px !important; }
  .mb-sm-9,
  .my-sm-9 {
    margin-bottom: 90px !important; }
  .ml-sm-9,
  .mx-sm-9 {
    margin-left: 90px !important; }
  .m-sm-10 {
    margin: 100px !important; }
  .mt-sm-10,
  .my-sm-10 {
    margin-top: 100px !important; }
  .mr-sm-10,
  .mx-sm-10 {
    margin-right: 100px !important; }
  .mb-sm-10,
  .my-sm-10 {
    margin-bottom: 100px !important; }
  .ml-sm-10,
  .mx-sm-10 {
    margin-left: 100px !important; }
  .m-sm-11 {
    margin: 110px !important; }
  .mt-sm-11,
  .my-sm-11 {
    margin-top: 110px !important; }
  .mr-sm-11,
  .mx-sm-11 {
    margin-right: 110px !important; }
  .mb-sm-11,
  .my-sm-11 {
    margin-bottom: 110px !important; }
  .ml-sm-11,
  .mx-sm-11 {
    margin-left: 110px !important; }
  .m-sm-12 {
    margin: 120px !important; }
  .mt-sm-12,
  .my-sm-12 {
    margin-top: 120px !important; }
  .mr-sm-12,
  .mx-sm-12 {
    margin-right: 120px !important; }
  .mb-sm-12,
  .my-sm-12 {
    margin-bottom: 120px !important; }
  .ml-sm-12,
  .mx-sm-12 {
    margin-left: 120px !important; }
  .m-sm-13 {
    margin: 130px !important; }
  .mt-sm-13,
  .my-sm-13 {
    margin-top: 130px !important; }
  .mr-sm-13,
  .mx-sm-13 {
    margin-right: 130px !important; }
  .mb-sm-13,
  .my-sm-13 {
    margin-bottom: 130px !important; }
  .ml-sm-13,
  .mx-sm-13 {
    margin-left: 130px !important; }
  .m-sm-14 {
    margin: 140px !important; }
  .mt-sm-14,
  .my-sm-14 {
    margin-top: 140px !important; }
  .mr-sm-14,
  .mx-sm-14 {
    margin-right: 140px !important; }
  .mb-sm-14,
  .my-sm-14 {
    margin-bottom: 140px !important; }
  .ml-sm-14,
  .mx-sm-14 {
    margin-left: 140px !important; }
  .m-sm-15 {
    margin: 150px !important; }
  .mt-sm-15,
  .my-sm-15 {
    margin-top: 150px !important; }
  .mr-sm-15,
  .mx-sm-15 {
    margin-right: 150px !important; }
  .mb-sm-15,
  .my-sm-15 {
    margin-bottom: 150px !important; }
  .ml-sm-15,
  .mx-sm-15 {
    margin-left: 150px !important; }
  .m-sm-20 {
    margin: 200px !important; }
  .mt-sm-20,
  .my-sm-20 {
    margin-top: 200px !important; }
  .mr-sm-20,
  .mx-sm-20 {
    margin-right: 200px !important; }
  .mb-sm-20,
  .my-sm-20 {
    margin-bottom: 200px !important; }
  .ml-sm-20,
  .mx-sm-20 {
    margin-left: 200px !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 5px !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 5px !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 5px !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 5px !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 5px !important; }
  .p-sm-2 {
    padding: 10px !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 10px !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 10px !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 10px !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 10px !important; }
  .p-sm-3 {
    padding: 20px !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 20px !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 20px !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 20px !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 20px !important; }
  .p-sm-4 {
    padding: 30px !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 30px !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 30px !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 30px !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 30px !important; }
  .p-sm-5 {
    padding: 50px !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 50px !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 50px !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 50px !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 50px !important; }
  .p-sm-6 {
    padding: 100px !important; }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 100px !important; }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 100px !important; }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 100px !important; }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 100px !important; }
  .p-sm-7 {
    padding: 70px !important; }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 70px !important; }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 70px !important; }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 70px !important; }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 70px !important; }
  .p-sm-8 {
    padding: 80px !important; }
  .pt-sm-8,
  .py-sm-8 {
    padding-top: 80px !important; }
  .pr-sm-8,
  .px-sm-8 {
    padding-right: 80px !important; }
  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 80px !important; }
  .pl-sm-8,
  .px-sm-8 {
    padding-left: 80px !important; }
  .p-sm-9 {
    padding: 90px !important; }
  .pt-sm-9,
  .py-sm-9 {
    padding-top: 90px !important; }
  .pr-sm-9,
  .px-sm-9 {
    padding-right: 90px !important; }
  .pb-sm-9,
  .py-sm-9 {
    padding-bottom: 90px !important; }
  .pl-sm-9,
  .px-sm-9 {
    padding-left: 90px !important; }
  .p-sm-10 {
    padding: 100px !important; }
  .pt-sm-10,
  .py-sm-10 {
    padding-top: 100px !important; }
  .pr-sm-10,
  .px-sm-10 {
    padding-right: 100px !important; }
  .pb-sm-10,
  .py-sm-10 {
    padding-bottom: 100px !important; }
  .pl-sm-10,
  .px-sm-10 {
    padding-left: 100px !important; }
  .p-sm-11 {
    padding: 110px !important; }
  .pt-sm-11,
  .py-sm-11 {
    padding-top: 110px !important; }
  .pr-sm-11,
  .px-sm-11 {
    padding-right: 110px !important; }
  .pb-sm-11,
  .py-sm-11 {
    padding-bottom: 110px !important; }
  .pl-sm-11,
  .px-sm-11 {
    padding-left: 110px !important; }
  .p-sm-12 {
    padding: 120px !important; }
  .pt-sm-12,
  .py-sm-12 {
    padding-top: 120px !important; }
  .pr-sm-12,
  .px-sm-12 {
    padding-right: 120px !important; }
  .pb-sm-12,
  .py-sm-12 {
    padding-bottom: 120px !important; }
  .pl-sm-12,
  .px-sm-12 {
    padding-left: 120px !important; }
  .p-sm-13 {
    padding: 130px !important; }
  .pt-sm-13,
  .py-sm-13 {
    padding-top: 130px !important; }
  .pr-sm-13,
  .px-sm-13 {
    padding-right: 130px !important; }
  .pb-sm-13,
  .py-sm-13 {
    padding-bottom: 130px !important; }
  .pl-sm-13,
  .px-sm-13 {
    padding-left: 130px !important; }
  .p-sm-14 {
    padding: 140px !important; }
  .pt-sm-14,
  .py-sm-14 {
    padding-top: 140px !important; }
  .pr-sm-14,
  .px-sm-14 {
    padding-right: 140px !important; }
  .pb-sm-14,
  .py-sm-14 {
    padding-bottom: 140px !important; }
  .pl-sm-14,
  .px-sm-14 {
    padding-left: 140px !important; }
  .p-sm-15 {
    padding: 150px !important; }
  .pt-sm-15,
  .py-sm-15 {
    padding-top: 150px !important; }
  .pr-sm-15,
  .px-sm-15 {
    padding-right: 150px !important; }
  .pb-sm-15,
  .py-sm-15 {
    padding-bottom: 150px !important; }
  .pl-sm-15,
  .px-sm-15 {
    padding-left: 150px !important; }
  .p-sm-20 {
    padding: 200px !important; }
  .pt-sm-20,
  .py-sm-20 {
    padding-top: 200px !important; }
  .pr-sm-20,
  .px-sm-20 {
    padding-right: 200px !important; }
  .pb-sm-20,
  .py-sm-20 {
    padding-bottom: 200px !important; }
  .pl-sm-20,
  .px-sm-20 {
    padding-left: 200px !important; }
  .m-sm-n1 {
    margin: -5px !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -5px !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -5px !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -5px !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -5px !important; }
  .m-sm-n2 {
    margin: -10px !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -10px !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -10px !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -10px !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -10px !important; }
  .m-sm-n3 {
    margin: -20px !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -20px !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -20px !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -20px !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -20px !important; }
  .m-sm-n4 {
    margin: -30px !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -30px !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -30px !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -30px !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -30px !important; }
  .m-sm-n5 {
    margin: -50px !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -50px !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -50px !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -50px !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -50px !important; }
  .m-sm-n6 {
    margin: -100px !important; }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -100px !important; }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -100px !important; }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -100px !important; }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -100px !important; }
  .m-sm-n7 {
    margin: -70px !important; }
  .mt-sm-n7,
  .my-sm-n7 {
    margin-top: -70px !important; }
  .mr-sm-n7,
  .mx-sm-n7 {
    margin-right: -70px !important; }
  .mb-sm-n7,
  .my-sm-n7 {
    margin-bottom: -70px !important; }
  .ml-sm-n7,
  .mx-sm-n7 {
    margin-left: -70px !important; }
  .m-sm-n8 {
    margin: -80px !important; }
  .mt-sm-n8,
  .my-sm-n8 {
    margin-top: -80px !important; }
  .mr-sm-n8,
  .mx-sm-n8 {
    margin-right: -80px !important; }
  .mb-sm-n8,
  .my-sm-n8 {
    margin-bottom: -80px !important; }
  .ml-sm-n8,
  .mx-sm-n8 {
    margin-left: -80px !important; }
  .m-sm-n9 {
    margin: -90px !important; }
  .mt-sm-n9,
  .my-sm-n9 {
    margin-top: -90px !important; }
  .mr-sm-n9,
  .mx-sm-n9 {
    margin-right: -90px !important; }
  .mb-sm-n9,
  .my-sm-n9 {
    margin-bottom: -90px !important; }
  .ml-sm-n9,
  .mx-sm-n9 {
    margin-left: -90px !important; }
  .m-sm-n10 {
    margin: -100px !important; }
  .mt-sm-n10,
  .my-sm-n10 {
    margin-top: -100px !important; }
  .mr-sm-n10,
  .mx-sm-n10 {
    margin-right: -100px !important; }
  .mb-sm-n10,
  .my-sm-n10 {
    margin-bottom: -100px !important; }
  .ml-sm-n10,
  .mx-sm-n10 {
    margin-left: -100px !important; }
  .m-sm-n11 {
    margin: -110px !important; }
  .mt-sm-n11,
  .my-sm-n11 {
    margin-top: -110px !important; }
  .mr-sm-n11,
  .mx-sm-n11 {
    margin-right: -110px !important; }
  .mb-sm-n11,
  .my-sm-n11 {
    margin-bottom: -110px !important; }
  .ml-sm-n11,
  .mx-sm-n11 {
    margin-left: -110px !important; }
  .m-sm-n12 {
    margin: -120px !important; }
  .mt-sm-n12,
  .my-sm-n12 {
    margin-top: -120px !important; }
  .mr-sm-n12,
  .mx-sm-n12 {
    margin-right: -120px !important; }
  .mb-sm-n12,
  .my-sm-n12 {
    margin-bottom: -120px !important; }
  .ml-sm-n12,
  .mx-sm-n12 {
    margin-left: -120px !important; }
  .m-sm-n13 {
    margin: -130px !important; }
  .mt-sm-n13,
  .my-sm-n13 {
    margin-top: -130px !important; }
  .mr-sm-n13,
  .mx-sm-n13 {
    margin-right: -130px !important; }
  .mb-sm-n13,
  .my-sm-n13 {
    margin-bottom: -130px !important; }
  .ml-sm-n13,
  .mx-sm-n13 {
    margin-left: -130px !important; }
  .m-sm-n14 {
    margin: -140px !important; }
  .mt-sm-n14,
  .my-sm-n14 {
    margin-top: -140px !important; }
  .mr-sm-n14,
  .mx-sm-n14 {
    margin-right: -140px !important; }
  .mb-sm-n14,
  .my-sm-n14 {
    margin-bottom: -140px !important; }
  .ml-sm-n14,
  .mx-sm-n14 {
    margin-left: -140px !important; }
  .m-sm-n15 {
    margin: -150px !important; }
  .mt-sm-n15,
  .my-sm-n15 {
    margin-top: -150px !important; }
  .mr-sm-n15,
  .mx-sm-n15 {
    margin-right: -150px !important; }
  .mb-sm-n15,
  .my-sm-n15 {
    margin-bottom: -150px !important; }
  .ml-sm-n15,
  .mx-sm-n15 {
    margin-left: -150px !important; }
  .m-sm-n20 {
    margin: -200px !important; }
  .mt-sm-n20,
  .my-sm-n20 {
    margin-top: -200px !important; }
  .mr-sm-n20,
  .mx-sm-n20 {
    margin-right: -200px !important; }
  .mb-sm-n20,
  .my-sm-n20 {
    margin-bottom: -200px !important; }
  .ml-sm-n20,
  .mx-sm-n20 {
    margin-left: -200px !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 5px !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 5px !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 5px !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 5px !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 5px !important; }
  .m-md-2 {
    margin: 10px !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 10px !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 10px !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 10px !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 10px !important; }
  .m-md-3 {
    margin: 20px !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 20px !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 20px !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 20px !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 20px !important; }
  .m-md-4 {
    margin: 30px !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 30px !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 30px !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 30px !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 30px !important; }
  .m-md-5 {
    margin: 50px !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 50px !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 50px !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 50px !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 50px !important; }
  .m-md-6 {
    margin: 100px !important; }
  .mt-md-6,
  .my-md-6 {
    margin-top: 100px !important; }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 100px !important; }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 100px !important; }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 100px !important; }
  .m-md-7 {
    margin: 70px !important; }
  .mt-md-7,
  .my-md-7 {
    margin-top: 70px !important; }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 70px !important; }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 70px !important; }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 70px !important; }
  .m-md-8 {
    margin: 80px !important; }
  .mt-md-8,
  .my-md-8 {
    margin-top: 80px !important; }
  .mr-md-8,
  .mx-md-8 {
    margin-right: 80px !important; }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 80px !important; }
  .ml-md-8,
  .mx-md-8 {
    margin-left: 80px !important; }
  .m-md-9 {
    margin: 90px !important; }
  .mt-md-9,
  .my-md-9 {
    margin-top: 90px !important; }
  .mr-md-9,
  .mx-md-9 {
    margin-right: 90px !important; }
  .mb-md-9,
  .my-md-9 {
    margin-bottom: 90px !important; }
  .ml-md-9,
  .mx-md-9 {
    margin-left: 90px !important; }
  .m-md-10 {
    margin: 100px !important; }
  .mt-md-10,
  .my-md-10 {
    margin-top: 100px !important; }
  .mr-md-10,
  .mx-md-10 {
    margin-right: 100px !important; }
  .mb-md-10,
  .my-md-10 {
    margin-bottom: 100px !important; }
  .ml-md-10,
  .mx-md-10 {
    margin-left: 100px !important; }
  .m-md-11 {
    margin: 110px !important; }
  .mt-md-11,
  .my-md-11 {
    margin-top: 110px !important; }
  .mr-md-11,
  .mx-md-11 {
    margin-right: 110px !important; }
  .mb-md-11,
  .my-md-11 {
    margin-bottom: 110px !important; }
  .ml-md-11,
  .mx-md-11 {
    margin-left: 110px !important; }
  .m-md-12 {
    margin: 120px !important; }
  .mt-md-12,
  .my-md-12 {
    margin-top: 120px !important; }
  .mr-md-12,
  .mx-md-12 {
    margin-right: 120px !important; }
  .mb-md-12,
  .my-md-12 {
    margin-bottom: 120px !important; }
  .ml-md-12,
  .mx-md-12 {
    margin-left: 120px !important; }
  .m-md-13 {
    margin: 130px !important; }
  .mt-md-13,
  .my-md-13 {
    margin-top: 130px !important; }
  .mr-md-13,
  .mx-md-13 {
    margin-right: 130px !important; }
  .mb-md-13,
  .my-md-13 {
    margin-bottom: 130px !important; }
  .ml-md-13,
  .mx-md-13 {
    margin-left: 130px !important; }
  .m-md-14 {
    margin: 140px !important; }
  .mt-md-14,
  .my-md-14 {
    margin-top: 140px !important; }
  .mr-md-14,
  .mx-md-14 {
    margin-right: 140px !important; }
  .mb-md-14,
  .my-md-14 {
    margin-bottom: 140px !important; }
  .ml-md-14,
  .mx-md-14 {
    margin-left: 140px !important; }
  .m-md-15 {
    margin: 150px !important; }
  .mt-md-15,
  .my-md-15 {
    margin-top: 150px !important; }
  .mr-md-15,
  .mx-md-15 {
    margin-right: 150px !important; }
  .mb-md-15,
  .my-md-15 {
    margin-bottom: 150px !important; }
  .ml-md-15,
  .mx-md-15 {
    margin-left: 150px !important; }
  .m-md-20 {
    margin: 200px !important; }
  .mt-md-20,
  .my-md-20 {
    margin-top: 200px !important; }
  .mr-md-20,
  .mx-md-20 {
    margin-right: 200px !important; }
  .mb-md-20,
  .my-md-20 {
    margin-bottom: 200px !important; }
  .ml-md-20,
  .mx-md-20 {
    margin-left: 200px !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 5px !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 5px !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 5px !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 5px !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 5px !important; }
  .p-md-2 {
    padding: 10px !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 10px !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 10px !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 10px !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 10px !important; }
  .p-md-3 {
    padding: 20px !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 20px !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 20px !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 20px !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 20px !important; }
  .p-md-4 {
    padding: 30px !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 30px !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 30px !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 30px !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 30px !important; }
  .p-md-5 {
    padding: 50px !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 50px !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 50px !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 50px !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 50px !important; }
  .p-md-6 {
    padding: 100px !important; }
  .pt-md-6,
  .py-md-6 {
    padding-top: 100px !important; }
  .pr-md-6,
  .px-md-6 {
    padding-right: 100px !important; }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 100px !important; }
  .pl-md-6,
  .px-md-6 {
    padding-left: 100px !important; }
  .p-md-7 {
    padding: 70px !important; }
  .pt-md-7,
  .py-md-7 {
    padding-top: 70px !important; }
  .pr-md-7,
  .px-md-7 {
    padding-right: 70px !important; }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 70px !important; }
  .pl-md-7,
  .px-md-7 {
    padding-left: 70px !important; }
  .p-md-8 {
    padding: 80px !important; }
  .pt-md-8,
  .py-md-8 {
    padding-top: 80px !important; }
  .pr-md-8,
  .px-md-8 {
    padding-right: 80px !important; }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 80px !important; }
  .pl-md-8,
  .px-md-8 {
    padding-left: 80px !important; }
  .p-md-9 {
    padding: 90px !important; }
  .pt-md-9,
  .py-md-9 {
    padding-top: 90px !important; }
  .pr-md-9,
  .px-md-9 {
    padding-right: 90px !important; }
  .pb-md-9,
  .py-md-9 {
    padding-bottom: 90px !important; }
  .pl-md-9,
  .px-md-9 {
    padding-left: 90px !important; }
  .p-md-10 {
    padding: 100px !important; }
  .pt-md-10,
  .py-md-10 {
    padding-top: 100px !important; }
  .pr-md-10,
  .px-md-10 {
    padding-right: 100px !important; }
  .pb-md-10,
  .py-md-10 {
    padding-bottom: 100px !important; }
  .pl-md-10,
  .px-md-10 {
    padding-left: 100px !important; }
  .p-md-11 {
    padding: 110px !important; }
  .pt-md-11,
  .py-md-11 {
    padding-top: 110px !important; }
  .pr-md-11,
  .px-md-11 {
    padding-right: 110px !important; }
  .pb-md-11,
  .py-md-11 {
    padding-bottom: 110px !important; }
  .pl-md-11,
  .px-md-11 {
    padding-left: 110px !important; }
  .p-md-12 {
    padding: 120px !important; }
  .pt-md-12,
  .py-md-12 {
    padding-top: 120px !important; }
  .pr-md-12,
  .px-md-12 {
    padding-right: 120px !important; }
  .pb-md-12,
  .py-md-12 {
    padding-bottom: 120px !important; }
  .pl-md-12,
  .px-md-12 {
    padding-left: 120px !important; }
  .p-md-13 {
    padding: 130px !important; }
  .pt-md-13,
  .py-md-13 {
    padding-top: 130px !important; }
  .pr-md-13,
  .px-md-13 {
    padding-right: 130px !important; }
  .pb-md-13,
  .py-md-13 {
    padding-bottom: 130px !important; }
  .pl-md-13,
  .px-md-13 {
    padding-left: 130px !important; }
  .p-md-14 {
    padding: 140px !important; }
  .pt-md-14,
  .py-md-14 {
    padding-top: 140px !important; }
  .pr-md-14,
  .px-md-14 {
    padding-right: 140px !important; }
  .pb-md-14,
  .py-md-14 {
    padding-bottom: 140px !important; }
  .pl-md-14,
  .px-md-14 {
    padding-left: 140px !important; }
  .p-md-15 {
    padding: 150px !important; }
  .pt-md-15,
  .py-md-15 {
    padding-top: 150px !important; }
  .pr-md-15,
  .px-md-15 {
    padding-right: 150px !important; }
  .pb-md-15,
  .py-md-15 {
    padding-bottom: 150px !important; }
  .pl-md-15,
  .px-md-15 {
    padding-left: 150px !important; }
  .p-md-20 {
    padding: 200px !important; }
  .pt-md-20,
  .py-md-20 {
    padding-top: 200px !important; }
  .pr-md-20,
  .px-md-20 {
    padding-right: 200px !important; }
  .pb-md-20,
  .py-md-20 {
    padding-bottom: 200px !important; }
  .pl-md-20,
  .px-md-20 {
    padding-left: 200px !important; }
  .m-md-n1 {
    margin: -5px !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -5px !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -5px !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -5px !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -5px !important; }
  .m-md-n2 {
    margin: -10px !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -10px !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -10px !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -10px !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -10px !important; }
  .m-md-n3 {
    margin: -20px !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -20px !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -20px !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -20px !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -20px !important; }
  .m-md-n4 {
    margin: -30px !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -30px !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -30px !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -30px !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -30px !important; }
  .m-md-n5 {
    margin: -50px !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -50px !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -50px !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -50px !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -50px !important; }
  .m-md-n6 {
    margin: -100px !important; }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -100px !important; }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -100px !important; }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -100px !important; }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -100px !important; }
  .m-md-n7 {
    margin: -70px !important; }
  .mt-md-n7,
  .my-md-n7 {
    margin-top: -70px !important; }
  .mr-md-n7,
  .mx-md-n7 {
    margin-right: -70px !important; }
  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -70px !important; }
  .ml-md-n7,
  .mx-md-n7 {
    margin-left: -70px !important; }
  .m-md-n8 {
    margin: -80px !important; }
  .mt-md-n8,
  .my-md-n8 {
    margin-top: -80px !important; }
  .mr-md-n8,
  .mx-md-n8 {
    margin-right: -80px !important; }
  .mb-md-n8,
  .my-md-n8 {
    margin-bottom: -80px !important; }
  .ml-md-n8,
  .mx-md-n8 {
    margin-left: -80px !important; }
  .m-md-n9 {
    margin: -90px !important; }
  .mt-md-n9,
  .my-md-n9 {
    margin-top: -90px !important; }
  .mr-md-n9,
  .mx-md-n9 {
    margin-right: -90px !important; }
  .mb-md-n9,
  .my-md-n9 {
    margin-bottom: -90px !important; }
  .ml-md-n9,
  .mx-md-n9 {
    margin-left: -90px !important; }
  .m-md-n10 {
    margin: -100px !important; }
  .mt-md-n10,
  .my-md-n10 {
    margin-top: -100px !important; }
  .mr-md-n10,
  .mx-md-n10 {
    margin-right: -100px !important; }
  .mb-md-n10,
  .my-md-n10 {
    margin-bottom: -100px !important; }
  .ml-md-n10,
  .mx-md-n10 {
    margin-left: -100px !important; }
  .m-md-n11 {
    margin: -110px !important; }
  .mt-md-n11,
  .my-md-n11 {
    margin-top: -110px !important; }
  .mr-md-n11,
  .mx-md-n11 {
    margin-right: -110px !important; }
  .mb-md-n11,
  .my-md-n11 {
    margin-bottom: -110px !important; }
  .ml-md-n11,
  .mx-md-n11 {
    margin-left: -110px !important; }
  .m-md-n12 {
    margin: -120px !important; }
  .mt-md-n12,
  .my-md-n12 {
    margin-top: -120px !important; }
  .mr-md-n12,
  .mx-md-n12 {
    margin-right: -120px !important; }
  .mb-md-n12,
  .my-md-n12 {
    margin-bottom: -120px !important; }
  .ml-md-n12,
  .mx-md-n12 {
    margin-left: -120px !important; }
  .m-md-n13 {
    margin: -130px !important; }
  .mt-md-n13,
  .my-md-n13 {
    margin-top: -130px !important; }
  .mr-md-n13,
  .mx-md-n13 {
    margin-right: -130px !important; }
  .mb-md-n13,
  .my-md-n13 {
    margin-bottom: -130px !important; }
  .ml-md-n13,
  .mx-md-n13 {
    margin-left: -130px !important; }
  .m-md-n14 {
    margin: -140px !important; }
  .mt-md-n14,
  .my-md-n14 {
    margin-top: -140px !important; }
  .mr-md-n14,
  .mx-md-n14 {
    margin-right: -140px !important; }
  .mb-md-n14,
  .my-md-n14 {
    margin-bottom: -140px !important; }
  .ml-md-n14,
  .mx-md-n14 {
    margin-left: -140px !important; }
  .m-md-n15 {
    margin: -150px !important; }
  .mt-md-n15,
  .my-md-n15 {
    margin-top: -150px !important; }
  .mr-md-n15,
  .mx-md-n15 {
    margin-right: -150px !important; }
  .mb-md-n15,
  .my-md-n15 {
    margin-bottom: -150px !important; }
  .ml-md-n15,
  .mx-md-n15 {
    margin-left: -150px !important; }
  .m-md-n20 {
    margin: -200px !important; }
  .mt-md-n20,
  .my-md-n20 {
    margin-top: -200px !important; }
  .mr-md-n20,
  .mx-md-n20 {
    margin-right: -200px !important; }
  .mb-md-n20,
  .my-md-n20 {
    margin-bottom: -200px !important; }
  .ml-md-n20,
  .mx-md-n20 {
    margin-left: -200px !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 5px !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 5px !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 5px !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 5px !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 5px !important; }
  .m-lg-2 {
    margin: 10px !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 10px !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 10px !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 10px !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 10px !important; }
  .m-lg-3 {
    margin: 20px !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 20px !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 20px !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 20px !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 20px !important; }
  .m-lg-4 {
    margin: 30px !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 30px !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 30px !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 30px !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 30px !important; }
  .m-lg-5 {
    margin: 50px !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 50px !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 50px !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 50px !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 50px !important; }
  .m-lg-6 {
    margin: 100px !important; }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 100px !important; }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 100px !important; }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 100px !important; }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 100px !important; }
  .m-lg-7 {
    margin: 70px !important; }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 70px !important; }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 70px !important; }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 70px !important; }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 70px !important; }
  .m-lg-8 {
    margin: 80px !important; }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 80px !important; }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 80px !important; }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 80px !important; }
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 80px !important; }
  .m-lg-9 {
    margin: 90px !important; }
  .mt-lg-9,
  .my-lg-9 {
    margin-top: 90px !important; }
  .mr-lg-9,
  .mx-lg-9 {
    margin-right: 90px !important; }
  .mb-lg-9,
  .my-lg-9 {
    margin-bottom: 90px !important; }
  .ml-lg-9,
  .mx-lg-9 {
    margin-left: 90px !important; }
  .m-lg-10 {
    margin: 100px !important; }
  .mt-lg-10,
  .my-lg-10 {
    margin-top: 100px !important; }
  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 100px !important; }
  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 100px !important; }
  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 100px !important; }
  .m-lg-11 {
    margin: 110px !important; }
  .mt-lg-11,
  .my-lg-11 {
    margin-top: 110px !important; }
  .mr-lg-11,
  .mx-lg-11 {
    margin-right: 110px !important; }
  .mb-lg-11,
  .my-lg-11 {
    margin-bottom: 110px !important; }
  .ml-lg-11,
  .mx-lg-11 {
    margin-left: 110px !important; }
  .m-lg-12 {
    margin: 120px !important; }
  .mt-lg-12,
  .my-lg-12 {
    margin-top: 120px !important; }
  .mr-lg-12,
  .mx-lg-12 {
    margin-right: 120px !important; }
  .mb-lg-12,
  .my-lg-12 {
    margin-bottom: 120px !important; }
  .ml-lg-12,
  .mx-lg-12 {
    margin-left: 120px !important; }
  .m-lg-13 {
    margin: 130px !important; }
  .mt-lg-13,
  .my-lg-13 {
    margin-top: 130px !important; }
  .mr-lg-13,
  .mx-lg-13 {
    margin-right: 130px !important; }
  .mb-lg-13,
  .my-lg-13 {
    margin-bottom: 130px !important; }
  .ml-lg-13,
  .mx-lg-13 {
    margin-left: 130px !important; }
  .m-lg-14 {
    margin: 140px !important; }
  .mt-lg-14,
  .my-lg-14 {
    margin-top: 140px !important; }
  .mr-lg-14,
  .mx-lg-14 {
    margin-right: 140px !important; }
  .mb-lg-14,
  .my-lg-14 {
    margin-bottom: 140px !important; }
  .ml-lg-14,
  .mx-lg-14 {
    margin-left: 140px !important; }
  .m-lg-15 {
    margin: 150px !important; }
  .mt-lg-15,
  .my-lg-15 {
    margin-top: 150px !important; }
  .mr-lg-15,
  .mx-lg-15 {
    margin-right: 150px !important; }
  .mb-lg-15,
  .my-lg-15 {
    margin-bottom: 150px !important; }
  .ml-lg-15,
  .mx-lg-15 {
    margin-left: 150px !important; }
  .m-lg-20 {
    margin: 200px !important; }
  .mt-lg-20,
  .my-lg-20 {
    margin-top: 200px !important; }
  .mr-lg-20,
  .mx-lg-20 {
    margin-right: 200px !important; }
  .mb-lg-20,
  .my-lg-20 {
    margin-bottom: 200px !important; }
  .ml-lg-20,
  .mx-lg-20 {
    margin-left: 200px !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 5px !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 5px !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 5px !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 5px !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 5px !important; }
  .p-lg-2 {
    padding: 10px !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 10px !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 10px !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 10px !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 10px !important; }
  .p-lg-3 {
    padding: 20px !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 20px !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 20px !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 20px !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 20px !important; }
  .p-lg-4 {
    padding: 30px !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 30px !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 30px !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 30px !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 30px !important; }
  .p-lg-5 {
    padding: 50px !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 50px !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 50px !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 50px !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 50px !important; }
  .p-lg-6 {
    padding: 100px !important; }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 100px !important; }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 100px !important; }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 100px !important; }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 100px !important; }
  .p-lg-7 {
    padding: 70px !important; }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 70px !important; }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 70px !important; }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 70px !important; }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 70px !important; }
  .p-lg-8 {
    padding: 80px !important; }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 80px !important; }
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 80px !important; }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 80px !important; }
  .pl-lg-8,
  .px-lg-8 {
    padding-left: 80px !important; }
  .p-lg-9 {
    padding: 90px !important; }
  .pt-lg-9,
  .py-lg-9 {
    padding-top: 90px !important; }
  .pr-lg-9,
  .px-lg-9 {
    padding-right: 90px !important; }
  .pb-lg-9,
  .py-lg-9 {
    padding-bottom: 90px !important; }
  .pl-lg-9,
  .px-lg-9 {
    padding-left: 90px !important; }
  .p-lg-10 {
    padding: 100px !important; }
  .pt-lg-10,
  .py-lg-10 {
    padding-top: 100px !important; }
  .pr-lg-10,
  .px-lg-10 {
    padding-right: 100px !important; }
  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 100px !important; }
  .pl-lg-10,
  .px-lg-10 {
    padding-left: 100px !important; }
  .p-lg-11 {
    padding: 110px !important; }
  .pt-lg-11,
  .py-lg-11 {
    padding-top: 110px !important; }
  .pr-lg-11,
  .px-lg-11 {
    padding-right: 110px !important; }
  .pb-lg-11,
  .py-lg-11 {
    padding-bottom: 110px !important; }
  .pl-lg-11,
  .px-lg-11 {
    padding-left: 110px !important; }
  .p-lg-12 {
    padding: 120px !important; }
  .pt-lg-12,
  .py-lg-12 {
    padding-top: 120px !important; }
  .pr-lg-12,
  .px-lg-12 {
    padding-right: 120px !important; }
  .pb-lg-12,
  .py-lg-12 {
    padding-bottom: 120px !important; }
  .pl-lg-12,
  .px-lg-12 {
    padding-left: 120px !important; }
  .p-lg-13 {
    padding: 130px !important; }
  .pt-lg-13,
  .py-lg-13 {
    padding-top: 130px !important; }
  .pr-lg-13,
  .px-lg-13 {
    padding-right: 130px !important; }
  .pb-lg-13,
  .py-lg-13 {
    padding-bottom: 130px !important; }
  .pl-lg-13,
  .px-lg-13 {
    padding-left: 130px !important; }
  .p-lg-14 {
    padding: 140px !important; }
  .pt-lg-14,
  .py-lg-14 {
    padding-top: 140px !important; }
  .pr-lg-14,
  .px-lg-14 {
    padding-right: 140px !important; }
  .pb-lg-14,
  .py-lg-14 {
    padding-bottom: 140px !important; }
  .pl-lg-14,
  .px-lg-14 {
    padding-left: 140px !important; }
  .p-lg-15 {
    padding: 150px !important; }
  .pt-lg-15,
  .py-lg-15 {
    padding-top: 150px !important; }
  .pr-lg-15,
  .px-lg-15 {
    padding-right: 150px !important; }
  .pb-lg-15,
  .py-lg-15 {
    padding-bottom: 150px !important; }
  .pl-lg-15,
  .px-lg-15 {
    padding-left: 150px !important; }
  .p-lg-20 {
    padding: 200px !important; }
  .pt-lg-20,
  .py-lg-20 {
    padding-top: 200px !important; }
  .pr-lg-20,
  .px-lg-20 {
    padding-right: 200px !important; }
  .pb-lg-20,
  .py-lg-20 {
    padding-bottom: 200px !important; }
  .pl-lg-20,
  .px-lg-20 {
    padding-left: 200px !important; }
  .m-lg-n1 {
    margin: -5px !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -5px !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -5px !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -5px !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -5px !important; }
  .m-lg-n2 {
    margin: -10px !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -10px !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -10px !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -10px !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -10px !important; }
  .m-lg-n3 {
    margin: -20px !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -20px !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -20px !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -20px !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -20px !important; }
  .m-lg-n4 {
    margin: -30px !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -30px !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -30px !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -30px !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -30px !important; }
  .m-lg-n5 {
    margin: -50px !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -50px !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -50px !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -50px !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -50px !important; }
  .m-lg-n6 {
    margin: -100px !important; }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -100px !important; }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -100px !important; }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -100px !important; }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -100px !important; }
  .m-lg-n7 {
    margin: -70px !important; }
  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -70px !important; }
  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -70px !important; }
  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -70px !important; }
  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -70px !important; }
  .m-lg-n8 {
    margin: -80px !important; }
  .mt-lg-n8,
  .my-lg-n8 {
    margin-top: -80px !important; }
  .mr-lg-n8,
  .mx-lg-n8 {
    margin-right: -80px !important; }
  .mb-lg-n8,
  .my-lg-n8 {
    margin-bottom: -80px !important; }
  .ml-lg-n8,
  .mx-lg-n8 {
    margin-left: -80px !important; }
  .m-lg-n9 {
    margin: -90px !important; }
  .mt-lg-n9,
  .my-lg-n9 {
    margin-top: -90px !important; }
  .mr-lg-n9,
  .mx-lg-n9 {
    margin-right: -90px !important; }
  .mb-lg-n9,
  .my-lg-n9 {
    margin-bottom: -90px !important; }
  .ml-lg-n9,
  .mx-lg-n9 {
    margin-left: -90px !important; }
  .m-lg-n10 {
    margin: -100px !important; }
  .mt-lg-n10,
  .my-lg-n10 {
    margin-top: -100px !important; }
  .mr-lg-n10,
  .mx-lg-n10 {
    margin-right: -100px !important; }
  .mb-lg-n10,
  .my-lg-n10 {
    margin-bottom: -100px !important; }
  .ml-lg-n10,
  .mx-lg-n10 {
    margin-left: -100px !important; }
  .m-lg-n11 {
    margin: -110px !important; }
  .mt-lg-n11,
  .my-lg-n11 {
    margin-top: -110px !important; }
  .mr-lg-n11,
  .mx-lg-n11 {
    margin-right: -110px !important; }
  .mb-lg-n11,
  .my-lg-n11 {
    margin-bottom: -110px !important; }
  .ml-lg-n11,
  .mx-lg-n11 {
    margin-left: -110px !important; }
  .m-lg-n12 {
    margin: -120px !important; }
  .mt-lg-n12,
  .my-lg-n12 {
    margin-top: -120px !important; }
  .mr-lg-n12,
  .mx-lg-n12 {
    margin-right: -120px !important; }
  .mb-lg-n12,
  .my-lg-n12 {
    margin-bottom: -120px !important; }
  .ml-lg-n12,
  .mx-lg-n12 {
    margin-left: -120px !important; }
  .m-lg-n13 {
    margin: -130px !important; }
  .mt-lg-n13,
  .my-lg-n13 {
    margin-top: -130px !important; }
  .mr-lg-n13,
  .mx-lg-n13 {
    margin-right: -130px !important; }
  .mb-lg-n13,
  .my-lg-n13 {
    margin-bottom: -130px !important; }
  .ml-lg-n13,
  .mx-lg-n13 {
    margin-left: -130px !important; }
  .m-lg-n14 {
    margin: -140px !important; }
  .mt-lg-n14,
  .my-lg-n14 {
    margin-top: -140px !important; }
  .mr-lg-n14,
  .mx-lg-n14 {
    margin-right: -140px !important; }
  .mb-lg-n14,
  .my-lg-n14 {
    margin-bottom: -140px !important; }
  .ml-lg-n14,
  .mx-lg-n14 {
    margin-left: -140px !important; }
  .m-lg-n15 {
    margin: -150px !important; }
  .mt-lg-n15,
  .my-lg-n15 {
    margin-top: -150px !important; }
  .mr-lg-n15,
  .mx-lg-n15 {
    margin-right: -150px !important; }
  .mb-lg-n15,
  .my-lg-n15 {
    margin-bottom: -150px !important; }
  .ml-lg-n15,
  .mx-lg-n15 {
    margin-left: -150px !important; }
  .m-lg-n20 {
    margin: -200px !important; }
  .mt-lg-n20,
  .my-lg-n20 {
    margin-top: -200px !important; }
  .mr-lg-n20,
  .mx-lg-n20 {
    margin-right: -200px !important; }
  .mb-lg-n20,
  .my-lg-n20 {
    margin-bottom: -200px !important; }
  .ml-lg-n20,
  .mx-lg-n20 {
    margin-left: -200px !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 5px !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 5px !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 5px !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 5px !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 5px !important; }
  .m-xl-2 {
    margin: 10px !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 10px !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 10px !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 10px !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 10px !important; }
  .m-xl-3 {
    margin: 20px !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 20px !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 20px !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 20px !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 20px !important; }
  .m-xl-4 {
    margin: 30px !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 30px !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 30px !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 30px !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 30px !important; }
  .m-xl-5 {
    margin: 50px !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 50px !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 50px !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 50px !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 50px !important; }
  .m-xl-6 {
    margin: 100px !important; }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 100px !important; }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 100px !important; }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 100px !important; }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 100px !important; }
  .m-xl-7 {
    margin: 70px !important; }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 70px !important; }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 70px !important; }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 70px !important; }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 70px !important; }
  .m-xl-8 {
    margin: 80px !important; }
  .mt-xl-8,
  .my-xl-8 {
    margin-top: 80px !important; }
  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 80px !important; }
  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 80px !important; }
  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 80px !important; }
  .m-xl-9 {
    margin: 90px !important; }
  .mt-xl-9,
  .my-xl-9 {
    margin-top: 90px !important; }
  .mr-xl-9,
  .mx-xl-9 {
    margin-right: 90px !important; }
  .mb-xl-9,
  .my-xl-9 {
    margin-bottom: 90px !important; }
  .ml-xl-9,
  .mx-xl-9 {
    margin-left: 90px !important; }
  .m-xl-10 {
    margin: 100px !important; }
  .mt-xl-10,
  .my-xl-10 {
    margin-top: 100px !important; }
  .mr-xl-10,
  .mx-xl-10 {
    margin-right: 100px !important; }
  .mb-xl-10,
  .my-xl-10 {
    margin-bottom: 100px !important; }
  .ml-xl-10,
  .mx-xl-10 {
    margin-left: 100px !important; }
  .m-xl-11 {
    margin: 110px !important; }
  .mt-xl-11,
  .my-xl-11 {
    margin-top: 110px !important; }
  .mr-xl-11,
  .mx-xl-11 {
    margin-right: 110px !important; }
  .mb-xl-11,
  .my-xl-11 {
    margin-bottom: 110px !important; }
  .ml-xl-11,
  .mx-xl-11 {
    margin-left: 110px !important; }
  .m-xl-12 {
    margin: 120px !important; }
  .mt-xl-12,
  .my-xl-12 {
    margin-top: 120px !important; }
  .mr-xl-12,
  .mx-xl-12 {
    margin-right: 120px !important; }
  .mb-xl-12,
  .my-xl-12 {
    margin-bottom: 120px !important; }
  .ml-xl-12,
  .mx-xl-12 {
    margin-left: 120px !important; }
  .m-xl-13 {
    margin: 130px !important; }
  .mt-xl-13,
  .my-xl-13 {
    margin-top: 130px !important; }
  .mr-xl-13,
  .mx-xl-13 {
    margin-right: 130px !important; }
  .mb-xl-13,
  .my-xl-13 {
    margin-bottom: 130px !important; }
  .ml-xl-13,
  .mx-xl-13 {
    margin-left: 130px !important; }
  .m-xl-14 {
    margin: 140px !important; }
  .mt-xl-14,
  .my-xl-14 {
    margin-top: 140px !important; }
  .mr-xl-14,
  .mx-xl-14 {
    margin-right: 140px !important; }
  .mb-xl-14,
  .my-xl-14 {
    margin-bottom: 140px !important; }
  .ml-xl-14,
  .mx-xl-14 {
    margin-left: 140px !important; }
  .m-xl-15 {
    margin: 150px !important; }
  .mt-xl-15,
  .my-xl-15 {
    margin-top: 150px !important; }
  .mr-xl-15,
  .mx-xl-15 {
    margin-right: 150px !important; }
  .mb-xl-15,
  .my-xl-15 {
    margin-bottom: 150px !important; }
  .ml-xl-15,
  .mx-xl-15 {
    margin-left: 150px !important; }
  .m-xl-20 {
    margin: 200px !important; }
  .mt-xl-20,
  .my-xl-20 {
    margin-top: 200px !important; }
  .mr-xl-20,
  .mx-xl-20 {
    margin-right: 200px !important; }
  .mb-xl-20,
  .my-xl-20 {
    margin-bottom: 200px !important; }
  .ml-xl-20,
  .mx-xl-20 {
    margin-left: 200px !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 5px !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 5px !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 5px !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 5px !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 5px !important; }
  .p-xl-2 {
    padding: 10px !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 10px !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 10px !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 10px !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 10px !important; }
  .p-xl-3 {
    padding: 20px !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 20px !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 20px !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 20px !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 20px !important; }
  .p-xl-4 {
    padding: 30px !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 30px !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 30px !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 30px !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 30px !important; }
  .p-xl-5 {
    padding: 50px !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 50px !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 50px !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 50px !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 50px !important; }
  .p-xl-6 {
    padding: 100px !important; }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 100px !important; }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 100px !important; }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 100px !important; }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 100px !important; }
  .p-xl-7 {
    padding: 70px !important; }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 70px !important; }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 70px !important; }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 70px !important; }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 70px !important; }
  .p-xl-8 {
    padding: 80px !important; }
  .pt-xl-8,
  .py-xl-8 {
    padding-top: 80px !important; }
  .pr-xl-8,
  .px-xl-8 {
    padding-right: 80px !important; }
  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 80px !important; }
  .pl-xl-8,
  .px-xl-8 {
    padding-left: 80px !important; }
  .p-xl-9 {
    padding: 90px !important; }
  .pt-xl-9,
  .py-xl-9 {
    padding-top: 90px !important; }
  .pr-xl-9,
  .px-xl-9 {
    padding-right: 90px !important; }
  .pb-xl-9,
  .py-xl-9 {
    padding-bottom: 90px !important; }
  .pl-xl-9,
  .px-xl-9 {
    padding-left: 90px !important; }
  .p-xl-10 {
    padding: 100px !important; }
  .pt-xl-10,
  .py-xl-10 {
    padding-top: 100px !important; }
  .pr-xl-10,
  .px-xl-10 {
    padding-right: 100px !important; }
  .pb-xl-10,
  .py-xl-10 {
    padding-bottom: 100px !important; }
  .pl-xl-10,
  .px-xl-10 {
    padding-left: 100px !important; }
  .p-xl-11 {
    padding: 110px !important; }
  .pt-xl-11,
  .py-xl-11 {
    padding-top: 110px !important; }
  .pr-xl-11,
  .px-xl-11 {
    padding-right: 110px !important; }
  .pb-xl-11,
  .py-xl-11 {
    padding-bottom: 110px !important; }
  .pl-xl-11,
  .px-xl-11 {
    padding-left: 110px !important; }
  .p-xl-12 {
    padding: 120px !important; }
  .pt-xl-12,
  .py-xl-12 {
    padding-top: 120px !important; }
  .pr-xl-12,
  .px-xl-12 {
    padding-right: 120px !important; }
  .pb-xl-12,
  .py-xl-12 {
    padding-bottom: 120px !important; }
  .pl-xl-12,
  .px-xl-12 {
    padding-left: 120px !important; }
  .p-xl-13 {
    padding: 130px !important; }
  .pt-xl-13,
  .py-xl-13 {
    padding-top: 130px !important; }
  .pr-xl-13,
  .px-xl-13 {
    padding-right: 130px !important; }
  .pb-xl-13,
  .py-xl-13 {
    padding-bottom: 130px !important; }
  .pl-xl-13,
  .px-xl-13 {
    padding-left: 130px !important; }
  .p-xl-14 {
    padding: 140px !important; }
  .pt-xl-14,
  .py-xl-14 {
    padding-top: 140px !important; }
  .pr-xl-14,
  .px-xl-14 {
    padding-right: 140px !important; }
  .pb-xl-14,
  .py-xl-14 {
    padding-bottom: 140px !important; }
  .pl-xl-14,
  .px-xl-14 {
    padding-left: 140px !important; }
  .p-xl-15 {
    padding: 150px !important; }
  .pt-xl-15,
  .py-xl-15 {
    padding-top: 150px !important; }
  .pr-xl-15,
  .px-xl-15 {
    padding-right: 150px !important; }
  .pb-xl-15,
  .py-xl-15 {
    padding-bottom: 150px !important; }
  .pl-xl-15,
  .px-xl-15 {
    padding-left: 150px !important; }
  .p-xl-20 {
    padding: 200px !important; }
  .pt-xl-20,
  .py-xl-20 {
    padding-top: 200px !important; }
  .pr-xl-20,
  .px-xl-20 {
    padding-right: 200px !important; }
  .pb-xl-20,
  .py-xl-20 {
    padding-bottom: 200px !important; }
  .pl-xl-20,
  .px-xl-20 {
    padding-left: 200px !important; }
  .m-xl-n1 {
    margin: -5px !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -5px !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -5px !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -5px !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -5px !important; }
  .m-xl-n2 {
    margin: -10px !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -10px !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -10px !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -10px !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -10px !important; }
  .m-xl-n3 {
    margin: -20px !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -20px !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -20px !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -20px !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -20px !important; }
  .m-xl-n4 {
    margin: -30px !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -30px !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -30px !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -30px !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -30px !important; }
  .m-xl-n5 {
    margin: -50px !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -50px !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -50px !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -50px !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -50px !important; }
  .m-xl-n6 {
    margin: -100px !important; }
  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -100px !important; }
  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -100px !important; }
  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -100px !important; }
  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -100px !important; }
  .m-xl-n7 {
    margin: -70px !important; }
  .mt-xl-n7,
  .my-xl-n7 {
    margin-top: -70px !important; }
  .mr-xl-n7,
  .mx-xl-n7 {
    margin-right: -70px !important; }
  .mb-xl-n7,
  .my-xl-n7 {
    margin-bottom: -70px !important; }
  .ml-xl-n7,
  .mx-xl-n7 {
    margin-left: -70px !important; }
  .m-xl-n8 {
    margin: -80px !important; }
  .mt-xl-n8,
  .my-xl-n8 {
    margin-top: -80px !important; }
  .mr-xl-n8,
  .mx-xl-n8 {
    margin-right: -80px !important; }
  .mb-xl-n8,
  .my-xl-n8 {
    margin-bottom: -80px !important; }
  .ml-xl-n8,
  .mx-xl-n8 {
    margin-left: -80px !important; }
  .m-xl-n9 {
    margin: -90px !important; }
  .mt-xl-n9,
  .my-xl-n9 {
    margin-top: -90px !important; }
  .mr-xl-n9,
  .mx-xl-n9 {
    margin-right: -90px !important; }
  .mb-xl-n9,
  .my-xl-n9 {
    margin-bottom: -90px !important; }
  .ml-xl-n9,
  .mx-xl-n9 {
    margin-left: -90px !important; }
  .m-xl-n10 {
    margin: -100px !important; }
  .mt-xl-n10,
  .my-xl-n10 {
    margin-top: -100px !important; }
  .mr-xl-n10,
  .mx-xl-n10 {
    margin-right: -100px !important; }
  .mb-xl-n10,
  .my-xl-n10 {
    margin-bottom: -100px !important; }
  .ml-xl-n10,
  .mx-xl-n10 {
    margin-left: -100px !important; }
  .m-xl-n11 {
    margin: -110px !important; }
  .mt-xl-n11,
  .my-xl-n11 {
    margin-top: -110px !important; }
  .mr-xl-n11,
  .mx-xl-n11 {
    margin-right: -110px !important; }
  .mb-xl-n11,
  .my-xl-n11 {
    margin-bottom: -110px !important; }
  .ml-xl-n11,
  .mx-xl-n11 {
    margin-left: -110px !important; }
  .m-xl-n12 {
    margin: -120px !important; }
  .mt-xl-n12,
  .my-xl-n12 {
    margin-top: -120px !important; }
  .mr-xl-n12,
  .mx-xl-n12 {
    margin-right: -120px !important; }
  .mb-xl-n12,
  .my-xl-n12 {
    margin-bottom: -120px !important; }
  .ml-xl-n12,
  .mx-xl-n12 {
    margin-left: -120px !important; }
  .m-xl-n13 {
    margin: -130px !important; }
  .mt-xl-n13,
  .my-xl-n13 {
    margin-top: -130px !important; }
  .mr-xl-n13,
  .mx-xl-n13 {
    margin-right: -130px !important; }
  .mb-xl-n13,
  .my-xl-n13 {
    margin-bottom: -130px !important; }
  .ml-xl-n13,
  .mx-xl-n13 {
    margin-left: -130px !important; }
  .m-xl-n14 {
    margin: -140px !important; }
  .mt-xl-n14,
  .my-xl-n14 {
    margin-top: -140px !important; }
  .mr-xl-n14,
  .mx-xl-n14 {
    margin-right: -140px !important; }
  .mb-xl-n14,
  .my-xl-n14 {
    margin-bottom: -140px !important; }
  .ml-xl-n14,
  .mx-xl-n14 {
    margin-left: -140px !important; }
  .m-xl-n15 {
    margin: -150px !important; }
  .mt-xl-n15,
  .my-xl-n15 {
    margin-top: -150px !important; }
  .mr-xl-n15,
  .mx-xl-n15 {
    margin-right: -150px !important; }
  .mb-xl-n15,
  .my-xl-n15 {
    margin-bottom: -150px !important; }
  .ml-xl-n15,
  .mx-xl-n15 {
    margin-left: -150px !important; }
  .m-xl-n20 {
    margin: -200px !important; }
  .mt-xl-n20,
  .my-xl-n20 {
    margin-top: -200px !important; }
  .mr-xl-n20,
  .mx-xl-n20 {
    margin-right: -200px !important; }
  .mb-xl-n20,
  .my-xl-n20 {
    margin-bottom: -200px !important; }
  .ml-xl-n20,
  .mx-xl-n20 {
    margin-left: -200px !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

@media (min-width: 1400px) {
  .m-xxl-0 {
    margin: 0 !important; }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important; }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important; }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important; }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important; }
  .m-xxl-1 {
    margin: 5px !important; }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 5px !important; }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 5px !important; }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 5px !important; }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 5px !important; }
  .m-xxl-2 {
    margin: 10px !important; }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 10px !important; }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 10px !important; }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 10px !important; }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 10px !important; }
  .m-xxl-3 {
    margin: 20px !important; }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 20px !important; }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 20px !important; }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 20px !important; }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 20px !important; }
  .m-xxl-4 {
    margin: 30px !important; }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 30px !important; }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 30px !important; }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 30px !important; }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 30px !important; }
  .m-xxl-5 {
    margin: 50px !important; }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 50px !important; }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 50px !important; }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 50px !important; }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 50px !important; }
  .m-xxl-6 {
    margin: 100px !important; }
  .mt-xxl-6,
  .my-xxl-6 {
    margin-top: 100px !important; }
  .mr-xxl-6,
  .mx-xxl-6 {
    margin-right: 100px !important; }
  .mb-xxl-6,
  .my-xxl-6 {
    margin-bottom: 100px !important; }
  .ml-xxl-6,
  .mx-xxl-6 {
    margin-left: 100px !important; }
  .m-xxl-7 {
    margin: 70px !important; }
  .mt-xxl-7,
  .my-xxl-7 {
    margin-top: 70px !important; }
  .mr-xxl-7,
  .mx-xxl-7 {
    margin-right: 70px !important; }
  .mb-xxl-7,
  .my-xxl-7 {
    margin-bottom: 70px !important; }
  .ml-xxl-7,
  .mx-xxl-7 {
    margin-left: 70px !important; }
  .m-xxl-8 {
    margin: 80px !important; }
  .mt-xxl-8,
  .my-xxl-8 {
    margin-top: 80px !important; }
  .mr-xxl-8,
  .mx-xxl-8 {
    margin-right: 80px !important; }
  .mb-xxl-8,
  .my-xxl-8 {
    margin-bottom: 80px !important; }
  .ml-xxl-8,
  .mx-xxl-8 {
    margin-left: 80px !important; }
  .m-xxl-9 {
    margin: 90px !important; }
  .mt-xxl-9,
  .my-xxl-9 {
    margin-top: 90px !important; }
  .mr-xxl-9,
  .mx-xxl-9 {
    margin-right: 90px !important; }
  .mb-xxl-9,
  .my-xxl-9 {
    margin-bottom: 90px !important; }
  .ml-xxl-9,
  .mx-xxl-9 {
    margin-left: 90px !important; }
  .m-xxl-10 {
    margin: 100px !important; }
  .mt-xxl-10,
  .my-xxl-10 {
    margin-top: 100px !important; }
  .mr-xxl-10,
  .mx-xxl-10 {
    margin-right: 100px !important; }
  .mb-xxl-10,
  .my-xxl-10 {
    margin-bottom: 100px !important; }
  .ml-xxl-10,
  .mx-xxl-10 {
    margin-left: 100px !important; }
  .m-xxl-11 {
    margin: 110px !important; }
  .mt-xxl-11,
  .my-xxl-11 {
    margin-top: 110px !important; }
  .mr-xxl-11,
  .mx-xxl-11 {
    margin-right: 110px !important; }
  .mb-xxl-11,
  .my-xxl-11 {
    margin-bottom: 110px !important; }
  .ml-xxl-11,
  .mx-xxl-11 {
    margin-left: 110px !important; }
  .m-xxl-12 {
    margin: 120px !important; }
  .mt-xxl-12,
  .my-xxl-12 {
    margin-top: 120px !important; }
  .mr-xxl-12,
  .mx-xxl-12 {
    margin-right: 120px !important; }
  .mb-xxl-12,
  .my-xxl-12 {
    margin-bottom: 120px !important; }
  .ml-xxl-12,
  .mx-xxl-12 {
    margin-left: 120px !important; }
  .m-xxl-13 {
    margin: 130px !important; }
  .mt-xxl-13,
  .my-xxl-13 {
    margin-top: 130px !important; }
  .mr-xxl-13,
  .mx-xxl-13 {
    margin-right: 130px !important; }
  .mb-xxl-13,
  .my-xxl-13 {
    margin-bottom: 130px !important; }
  .ml-xxl-13,
  .mx-xxl-13 {
    margin-left: 130px !important; }
  .m-xxl-14 {
    margin: 140px !important; }
  .mt-xxl-14,
  .my-xxl-14 {
    margin-top: 140px !important; }
  .mr-xxl-14,
  .mx-xxl-14 {
    margin-right: 140px !important; }
  .mb-xxl-14,
  .my-xxl-14 {
    margin-bottom: 140px !important; }
  .ml-xxl-14,
  .mx-xxl-14 {
    margin-left: 140px !important; }
  .m-xxl-15 {
    margin: 150px !important; }
  .mt-xxl-15,
  .my-xxl-15 {
    margin-top: 150px !important; }
  .mr-xxl-15,
  .mx-xxl-15 {
    margin-right: 150px !important; }
  .mb-xxl-15,
  .my-xxl-15 {
    margin-bottom: 150px !important; }
  .ml-xxl-15,
  .mx-xxl-15 {
    margin-left: 150px !important; }
  .m-xxl-20 {
    margin: 200px !important; }
  .mt-xxl-20,
  .my-xxl-20 {
    margin-top: 200px !important; }
  .mr-xxl-20,
  .mx-xxl-20 {
    margin-right: 200px !important; }
  .mb-xxl-20,
  .my-xxl-20 {
    margin-bottom: 200px !important; }
  .ml-xxl-20,
  .mx-xxl-20 {
    margin-left: 200px !important; }
  .p-xxl-0 {
    padding: 0 !important; }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important; }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important; }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important; }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important; }
  .p-xxl-1 {
    padding: 5px !important; }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 5px !important; }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 5px !important; }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 5px !important; }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 5px !important; }
  .p-xxl-2 {
    padding: 10px !important; }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 10px !important; }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 10px !important; }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 10px !important; }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 10px !important; }
  .p-xxl-3 {
    padding: 20px !important; }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 20px !important; }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 20px !important; }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 20px !important; }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 20px !important; }
  .p-xxl-4 {
    padding: 30px !important; }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 30px !important; }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 30px !important; }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 30px !important; }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 30px !important; }
  .p-xxl-5 {
    padding: 50px !important; }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 50px !important; }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 50px !important; }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 50px !important; }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 50px !important; }
  .p-xxl-6 {
    padding: 100px !important; }
  .pt-xxl-6,
  .py-xxl-6 {
    padding-top: 100px !important; }
  .pr-xxl-6,
  .px-xxl-6 {
    padding-right: 100px !important; }
  .pb-xxl-6,
  .py-xxl-6 {
    padding-bottom: 100px !important; }
  .pl-xxl-6,
  .px-xxl-6 {
    padding-left: 100px !important; }
  .p-xxl-7 {
    padding: 70px !important; }
  .pt-xxl-7,
  .py-xxl-7 {
    padding-top: 70px !important; }
  .pr-xxl-7,
  .px-xxl-7 {
    padding-right: 70px !important; }
  .pb-xxl-7,
  .py-xxl-7 {
    padding-bottom: 70px !important; }
  .pl-xxl-7,
  .px-xxl-7 {
    padding-left: 70px !important; }
  .p-xxl-8 {
    padding: 80px !important; }
  .pt-xxl-8,
  .py-xxl-8 {
    padding-top: 80px !important; }
  .pr-xxl-8,
  .px-xxl-8 {
    padding-right: 80px !important; }
  .pb-xxl-8,
  .py-xxl-8 {
    padding-bottom: 80px !important; }
  .pl-xxl-8,
  .px-xxl-8 {
    padding-left: 80px !important; }
  .p-xxl-9 {
    padding: 90px !important; }
  .pt-xxl-9,
  .py-xxl-9 {
    padding-top: 90px !important; }
  .pr-xxl-9,
  .px-xxl-9 {
    padding-right: 90px !important; }
  .pb-xxl-9,
  .py-xxl-9 {
    padding-bottom: 90px !important; }
  .pl-xxl-9,
  .px-xxl-9 {
    padding-left: 90px !important; }
  .p-xxl-10 {
    padding: 100px !important; }
  .pt-xxl-10,
  .py-xxl-10 {
    padding-top: 100px !important; }
  .pr-xxl-10,
  .px-xxl-10 {
    padding-right: 100px !important; }
  .pb-xxl-10,
  .py-xxl-10 {
    padding-bottom: 100px !important; }
  .pl-xxl-10,
  .px-xxl-10 {
    padding-left: 100px !important; }
  .p-xxl-11 {
    padding: 110px !important; }
  .pt-xxl-11,
  .py-xxl-11 {
    padding-top: 110px !important; }
  .pr-xxl-11,
  .px-xxl-11 {
    padding-right: 110px !important; }
  .pb-xxl-11,
  .py-xxl-11 {
    padding-bottom: 110px !important; }
  .pl-xxl-11,
  .px-xxl-11 {
    padding-left: 110px !important; }
  .p-xxl-12 {
    padding: 120px !important; }
  .pt-xxl-12,
  .py-xxl-12 {
    padding-top: 120px !important; }
  .pr-xxl-12,
  .px-xxl-12 {
    padding-right: 120px !important; }
  .pb-xxl-12,
  .py-xxl-12 {
    padding-bottom: 120px !important; }
  .pl-xxl-12,
  .px-xxl-12 {
    padding-left: 120px !important; }
  .p-xxl-13 {
    padding: 130px !important; }
  .pt-xxl-13,
  .py-xxl-13 {
    padding-top: 130px !important; }
  .pr-xxl-13,
  .px-xxl-13 {
    padding-right: 130px !important; }
  .pb-xxl-13,
  .py-xxl-13 {
    padding-bottom: 130px !important; }
  .pl-xxl-13,
  .px-xxl-13 {
    padding-left: 130px !important; }
  .p-xxl-14 {
    padding: 140px !important; }
  .pt-xxl-14,
  .py-xxl-14 {
    padding-top: 140px !important; }
  .pr-xxl-14,
  .px-xxl-14 {
    padding-right: 140px !important; }
  .pb-xxl-14,
  .py-xxl-14 {
    padding-bottom: 140px !important; }
  .pl-xxl-14,
  .px-xxl-14 {
    padding-left: 140px !important; }
  .p-xxl-15 {
    padding: 150px !important; }
  .pt-xxl-15,
  .py-xxl-15 {
    padding-top: 150px !important; }
  .pr-xxl-15,
  .px-xxl-15 {
    padding-right: 150px !important; }
  .pb-xxl-15,
  .py-xxl-15 {
    padding-bottom: 150px !important; }
  .pl-xxl-15,
  .px-xxl-15 {
    padding-left: 150px !important; }
  .p-xxl-20 {
    padding: 200px !important; }
  .pt-xxl-20,
  .py-xxl-20 {
    padding-top: 200px !important; }
  .pr-xxl-20,
  .px-xxl-20 {
    padding-right: 200px !important; }
  .pb-xxl-20,
  .py-xxl-20 {
    padding-bottom: 200px !important; }
  .pl-xxl-20,
  .px-xxl-20 {
    padding-left: 200px !important; }
  .m-xxl-n1 {
    margin: -5px !important; }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -5px !important; }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -5px !important; }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -5px !important; }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -5px !important; }
  .m-xxl-n2 {
    margin: -10px !important; }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -10px !important; }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -10px !important; }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -10px !important; }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -10px !important; }
  .m-xxl-n3 {
    margin: -20px !important; }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -20px !important; }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -20px !important; }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -20px !important; }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -20px !important; }
  .m-xxl-n4 {
    margin: -30px !important; }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -30px !important; }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -30px !important; }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -30px !important; }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -30px !important; }
  .m-xxl-n5 {
    margin: -50px !important; }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -50px !important; }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -50px !important; }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -50px !important; }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -50px !important; }
  .m-xxl-n6 {
    margin: -100px !important; }
  .mt-xxl-n6,
  .my-xxl-n6 {
    margin-top: -100px !important; }
  .mr-xxl-n6,
  .mx-xxl-n6 {
    margin-right: -100px !important; }
  .mb-xxl-n6,
  .my-xxl-n6 {
    margin-bottom: -100px !important; }
  .ml-xxl-n6,
  .mx-xxl-n6 {
    margin-left: -100px !important; }
  .m-xxl-n7 {
    margin: -70px !important; }
  .mt-xxl-n7,
  .my-xxl-n7 {
    margin-top: -70px !important; }
  .mr-xxl-n7,
  .mx-xxl-n7 {
    margin-right: -70px !important; }
  .mb-xxl-n7,
  .my-xxl-n7 {
    margin-bottom: -70px !important; }
  .ml-xxl-n7,
  .mx-xxl-n7 {
    margin-left: -70px !important; }
  .m-xxl-n8 {
    margin: -80px !important; }
  .mt-xxl-n8,
  .my-xxl-n8 {
    margin-top: -80px !important; }
  .mr-xxl-n8,
  .mx-xxl-n8 {
    margin-right: -80px !important; }
  .mb-xxl-n8,
  .my-xxl-n8 {
    margin-bottom: -80px !important; }
  .ml-xxl-n8,
  .mx-xxl-n8 {
    margin-left: -80px !important; }
  .m-xxl-n9 {
    margin: -90px !important; }
  .mt-xxl-n9,
  .my-xxl-n9 {
    margin-top: -90px !important; }
  .mr-xxl-n9,
  .mx-xxl-n9 {
    margin-right: -90px !important; }
  .mb-xxl-n9,
  .my-xxl-n9 {
    margin-bottom: -90px !important; }
  .ml-xxl-n9,
  .mx-xxl-n9 {
    margin-left: -90px !important; }
  .m-xxl-n10 {
    margin: -100px !important; }
  .mt-xxl-n10,
  .my-xxl-n10 {
    margin-top: -100px !important; }
  .mr-xxl-n10,
  .mx-xxl-n10 {
    margin-right: -100px !important; }
  .mb-xxl-n10,
  .my-xxl-n10 {
    margin-bottom: -100px !important; }
  .ml-xxl-n10,
  .mx-xxl-n10 {
    margin-left: -100px !important; }
  .m-xxl-n11 {
    margin: -110px !important; }
  .mt-xxl-n11,
  .my-xxl-n11 {
    margin-top: -110px !important; }
  .mr-xxl-n11,
  .mx-xxl-n11 {
    margin-right: -110px !important; }
  .mb-xxl-n11,
  .my-xxl-n11 {
    margin-bottom: -110px !important; }
  .ml-xxl-n11,
  .mx-xxl-n11 {
    margin-left: -110px !important; }
  .m-xxl-n12 {
    margin: -120px !important; }
  .mt-xxl-n12,
  .my-xxl-n12 {
    margin-top: -120px !important; }
  .mr-xxl-n12,
  .mx-xxl-n12 {
    margin-right: -120px !important; }
  .mb-xxl-n12,
  .my-xxl-n12 {
    margin-bottom: -120px !important; }
  .ml-xxl-n12,
  .mx-xxl-n12 {
    margin-left: -120px !important; }
  .m-xxl-n13 {
    margin: -130px !important; }
  .mt-xxl-n13,
  .my-xxl-n13 {
    margin-top: -130px !important; }
  .mr-xxl-n13,
  .mx-xxl-n13 {
    margin-right: -130px !important; }
  .mb-xxl-n13,
  .my-xxl-n13 {
    margin-bottom: -130px !important; }
  .ml-xxl-n13,
  .mx-xxl-n13 {
    margin-left: -130px !important; }
  .m-xxl-n14 {
    margin: -140px !important; }
  .mt-xxl-n14,
  .my-xxl-n14 {
    margin-top: -140px !important; }
  .mr-xxl-n14,
  .mx-xxl-n14 {
    margin-right: -140px !important; }
  .mb-xxl-n14,
  .my-xxl-n14 {
    margin-bottom: -140px !important; }
  .ml-xxl-n14,
  .mx-xxl-n14 {
    margin-left: -140px !important; }
  .m-xxl-n15 {
    margin: -150px !important; }
  .mt-xxl-n15,
  .my-xxl-n15 {
    margin-top: -150px !important; }
  .mr-xxl-n15,
  .mx-xxl-n15 {
    margin-right: -150px !important; }
  .mb-xxl-n15,
  .my-xxl-n15 {
    margin-bottom: -150px !important; }
  .ml-xxl-n15,
  .mx-xxl-n15 {
    margin-left: -150px !important; }
  .m-xxl-n20 {
    margin: -200px !important; }
  .mt-xxl-n20,
  .my-xxl-n20 {
    margin-top: -200px !important; }
  .mr-xxl-n20,
  .mx-xxl-n20 {
    margin-right: -200px !important; }
  .mb-xxl-n20,
  .my-xxl-n20 {
    margin-bottom: -200px !important; }
  .ml-xxl-n20,
  .mx-xxl-n20 {
    margin-left: -200px !important; }
  .m-xxl-auto {
    margin: auto !important; }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important; }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important; }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important; }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important; } }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

.text-wrap {
  white-space: normal !important; }

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

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

@media (min-width: 1400px) {
  .text-xxl-left {
    text-align: left !important; }
  .text-xxl-right {
    text-align: right !important; }
  .text-xxl-center {
    text-align: center !important; } }

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

.text-uppercase {
  text-transform: uppercase !important; }

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

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-lighter {
  font-weight: lighter !important; }

.font-weight-normal {
  font-weight: 400 !important; }

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

.font-weight-bolder {
  font-weight: bolder !important; }

.font-italic {
  font-style: italic !important; }

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

.text-primary {
  color: #ffa84f !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #ff8203 !important; }

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

a.text-secondary:hover, a.text-secondary:focus {
  color: #1d7a8e !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
  color: #19692c !important; }

.text-info {
  color: #368ACA !important; }

a.text-info:hover, a.text-info:focus {
  color: #25618e !important; }

.text-warning {
  color: red !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #b30000 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important; }

.text-body {
  color: #161517 !important; }

.text-muted {
  color: #C3C3C3 !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

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

.text-decoration-none {
  text-decoration: none !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container, #cookie-notice .cookie-notice-container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #dee2e6; }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; } }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  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; }

.wrapper {
  padding: 30px 0; }

#wrapper-hero {
  padding: 0px !important; }

.sticky,
.gallery-caption,
.bypostauthor {
  font-size: inherit; }

.wrapper#wrapper-sticky {
  border-bottom: 1px solid #dee2e6; }

#wrapper-footer-full,
#wrapper-static-hero {
  background-color: #e9ecef; }

.wp-caption {
  font-size: inherit; }

.wp-caption-text {
  font-size: inherit; }

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  margin: 0px auto; }

.entry-footer span {
  padding-right: 10px; }

figure.woocommerce-product-gallery__wrapper {
  max-width: inherit !important; }

img.wp-post-image,
article img,
figure,
img,
#secondary img {
  height: auto; }

a.skip-link {
  position: fixed;
  z-index: 1000;
  top: 0px;
  right: 0px; }

.jumbotron {
  margin-bottom: 0px; }

.navbar-dark .navbar-nav .dropdown-menu .nav-link {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529 !important;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0; }
  .navbar-dark .navbar-nav .dropdown-menu .nav-link:hover, .navbar-dark .navbar-nav .dropdown-menu .nav-link:focus {
    color: #16181b !important;
    text-decoration: none;
    background-color: #f8f9fa; }
  .navbar-dark .navbar-nav .dropdown-menu .nav-link.active, .navbar-dark .navbar-nav .dropdown-menu .nav-link:active {
    color: #fff !important;
    text-decoration: none;
    background-color: #ffa84f; }
  .navbar-dark .navbar-nav .dropdown-menu .nav-link.disabled, .navbar-dark .navbar-nav .dropdown-menu .nav-link:disabled {
    color: #6c757d !important;
    background-color: transparent; }

.navbar-light .navbar-brand a {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand a:hover, .navbar-light .navbar-brand a:focus {
    color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand a {
  color: #fff; }
  .navbar-dark .navbar-brand a:hover, .navbar-dark .navbar-brand a:focus {
    color: #fff; }

/* _simple-font-url('Chunkfive', 'eot'); */
/* _full-font-url('Chunkfive', 'woff', 'embedded-opentype', '?#iefix'); */
/* register-font('Chunkfive'); */
/*
prevent faux bold
http://www.alistapart.com/articles/say-no-to-faux-bold/
use-registered-font('Chunkfive');
*/
/**
 * Columns
 *
 */
/* _simple-font-url('Chunkfive', 'eot'); */
/* _full-font-url('Chunkfive', 'woff', 'embedded-opentype', '?#iefix'); */
/* register-font('Chunkfive'); */
/*
prevent faux bold
http://www.alistapart.com/articles/say-no-to-faux-bold/
use-registered-font('Chunkfive');
*/
html {
  font-size: 17px;
  overflow-x: hidden;
  scroll-behavior: smooth; }

@media (max-width: 991.98px) {
  #wpadminbar {
    display: none; } }

#error {
  display: none; }

body {
  max-width: 100%;
  overflow-x: hidden; }
  body .bg-primary,
  body .btn-primary,
  body .main-menu-container .navbar-nav li.menu-item.nav-btn,
  .main-menu-container .navbar-nav body li.menu-item.nav-btn,
  body #footer #main-menu li.menu-item:last-of-type,
  #footer #main-menu body li.menu-item:last-of-type,
  body .mailpoet_form .mailpoet_submit,
  .mailpoet_form body .mailpoet_submit,
  body .custom-nav > button.owl-prev,
  body .gform_wrapper .gform_footer .gform_button,
  .gform_wrapper .gform_footer body .gform_button,
  body .badge-primary,
  body .alert-primary {
    background: linear-gradient(270deg, #FCA153 0%, #F58220 100%); }

@media (max-width: 991.98px) {
  h1, .h1 {
    font-size: 2.5rem; }
  h2, .h2 {
    font-size: 1.5rem; }
  h3, .h3 {
    font-size: 1.5rem; } }

blockquote {
  font-weight: 500;
  border-left: 5px solid #ffa84f;
  padding-left: 10px; }

.footer-social {
  margin-left: 20px; }
  @media (max-width: 991.98px) {
    .footer-social {
      margin-left: 0;
      margin-top: 10px; } }
  .footer-social ul {
    margin: 0; }
    .footer-social ul li:hover {
      transform: unset !important; }
    .footer-social ul a {
      padding: 3px !important;
      border-radius: 5px;
      color: #fff;
      border: none;
      background: linear-gradient(270deg, #ffa84f 0%, #ffa84f 100%);
      position: relative;
      background-size: 100% 100%;
      background-position: 100% 0;
      -moz-transition: all .4s ease-in-out;
      -o-transition: all .4s ease-in-out;
      -webkit-transition: all .4s ease-in-out;
      transition: all .4s ease-in-out; }
      .footer-social ul a:hover {
        background: linear-gradient(270deg, #ffa84f 0%, #ffa84f 100%);
        outline: 0;
        background-position: 200% 0;
        background-size: 200% 100%; }

.leaflet-control {
  display: none !important; }

/**
 * woocommerce.scss
 * Governs the general look and feel of WooCommerce sections of stores using themes that do not
 * integrate with WooCommerce specifically.
 */
/**
 * Imports
 */
/**
 * Deprecated
 * Fallback for bourbon equivalent
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Use bourbon mixin instead `@include transform(scale(1.5));`
 */
/**
 * Deprecated
 * Use bourbon mixin instead `@include box-sizing(border-box);`
 */
/**
 * Objects
 */
/**
 * WooCommerce CSS Variables
 */
:root {
  --woocommerce: #a46497;
  --wc-green: #28a745;
  --wc-red: #dc3545;
  --wc-orange: #fd7e14;
  --wc-blue: #007bff;
  --wc-primary: #ffa84f;
  --wc-primary-text: white;
  --wc-secondary: #2AB1CD;
  --wc-secondary-text: black;
  --wc-highlight: #4ffeff;
  --wc-highligh-text: white;
  --wc-content-bg: #fff;
  --wc-subtext: #767676; }

/**
 * _animation.scss
 * Custom WooCommerce Animations.
 */
@keyframes spin {
  100% {
    transform: rotate(360deg); } }

/**
 * _fonts.scss
 * Custom WooCommerce fonts.
 */
@font-face {
  font-family: 'star';
  src: url("../fonts/star.eot");
  src: url("../fonts/star.eot?#iefix") format("embedded-opentype"), url("../fonts/star.woff") format("woff"), url("../fonts/star.ttf") format("truetype"), url("../fonts/star.svg#star") format("svg");
  font-weight: normal;
  font-style: normal; }

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

/**
   * Global styles
   */
p.demo_store,
.woocommerce-store-notice {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  width: 100%;
  font-size: 1em;
  padding: 1em 0;
  text-align: center;
  background-color: #ffa84f;
  color: white;
  z-index: 99998;
  box-shadow: 0 1px 1em rgba(0, 0, 0, 0.2);
  display: none; }
  p.demo_store a,
  .woocommerce-store-notice a {
    color: white;
    text-decoration: underline; }

.admin-bar p.demo_store {
  top: 32px; }

/**
   * Utility classes
   */
.clear {
  clear: both; }

/**
   * Main WooCommerce styles
   */
.woocommerce {
  /**
       * Product Page
       */
  /**
       * Product loops
       */
  /**
       * Buttons
       */
  /**
       * Reviews
       */
  /**
       * Star ratings
       */
  /**
       * Tables
       */
  /**
       * Cart sidebar
       */
  /**
       * Forms
       */
  /**
       * Order page
       */
  /**
       * Layered nav widget
       */
  /**
       * Price filter widget
       */
  /**
       * Rating Filter Widget
       */ }
  .woocommerce .woocommerce-privacy-policy-text a {
    color: #2AB1CD;
    text-decoration: underline; }
  .woocommerce .products h2 {
    font-family: "Josefin Sans", sans-serif; }
  .woocommerce .blockUI.blockOverlay {
    position: relative; }
    .woocommerce .blockUI.blockOverlay::before {
      height: 1em;
      width: 1em;
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-left: -0.5em;
      margin-top: -0.5em;
      content: "";
      animation: spin 1s ease-in-out infinite;
      background: url("../images/icons/loader.svg") center center;
      background-size: cover;
      line-height: 1;
      text-align: center;
      font-size: 2em;
      color: rgba(0, 0, 0, 0.75); }
  .woocommerce .loader::before {
    height: 1em;
    width: 1em;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -0.5em;
    margin-top: -0.5em;
    content: "";
    animation: spin 1s ease-in-out infinite;
    background: url("../images/icons/loader.svg") center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0, 0, 0, 0.75); }
  .woocommerce a.remove {
    display: block;
    font-size: 1.5em;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    color: red !important;
    text-decoration: none;
    font-weight: 700;
    border: 0;
    border-radius: 50% !important; }
    .woocommerce a.remove:hover {
      color: #fff !important;
      background: red; }
  .woocommerce small.note {
    display: block;
    color: #767676;
    font-size: 0.857em;
    margin-top: 10px; }
  .woocommerce .woocommerce-breadcrumb {
    display: block; }
  .woocommerce .quantity .qty {
    width: 3.631em;
    height: calc(2.25rem + 2px);
    text-align: center; }
    .woocommerce .quantity .qty.qty-input {
      width: 80px;
      border: 1px solid #c8c8c8;
      border-radius: 4px;
      text-align: left;
      padding-left: 15px; }
  .woocommerce div.product {
    margin-bottom: 0;
    position: relative;
    margin: 100px 0px;
    width: 100%; }
    .woocommerce div.product .product_title {
      margin-top: 15px;
      font-size: 31px; }
    .woocommerce div.product span.price,
    .woocommerce div.product p.price {
      color: #222222;
      font-size: 25px;
      display: none; }
      .woocommerce div.product span.price ins,
      .woocommerce div.product p.price ins {
        background: inherit;
        font-weight: 400;
        display: inline-block;
        text-decoration: none; }
      .woocommerce div.product span.price del,
      .woocommerce div.product p.price del {
        color: #222222;
        display: inline-block;
        opacity: 1;
        font-weight: 400;
        font-size: 15px; }
      .woocommerce div.product span.price .current-price,
      .woocommerce div.product p.price .current-price {
        margin-right: 10px;
        font-weight: 400; }
    .woocommerce div.product p.stock {
      font-size: 0.92em; }
    .woocommerce div.product .stock {
      color: #4ffeff; }
    .woocommerce div.product .out-of-stock {
      color: red; }
    .woocommerce div.product .woocommerce-product-rating {
      margin-bottom: 1.618em; }
    .woocommerce div.product div.images {
      margin-bottom: 2em; }
      .woocommerce div.product div.images div.thumbnails {
        padding-top: 1em; }
      .woocommerce div.product div.images.woocommerce-product-gallery {
        position: relative; }
      .woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
        transition: all cubic-bezier(0.795, -0.035, 0, 1) 0.5s;
        margin: 0;
        padding: 0; }
        @media (max-width: 991.98px) {
          .woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
            padding: 0px 20px; } }
      .woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
        background-color: #fff;
        opacity: 0; }
      .woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder {
        border: 1px solid #f2f2f2; }
      .woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n + 2) {
        width: 25%;
        display: inline-block; }
      .woocommerce div.product div.images .woocommerce-product-gallery__trigger {
        position: absolute;
        z-index: 9;
        width: 100%;
        height: 100%;
        text-indent: -9999px;
        box-sizing: content-box;
        background: none;
        border-radius: 0;
        top: 0;
        right: 0; }
        .woocommerce div.product div.images .woocommerce-product-gallery__trigger::before {
          content: unset;
          display: block;
          width: 10px;
          height: 10px;
          border: 2px solid #000;
          position: absolute;
          top: 9px;
          left: 9px;
          box-sizing: content-box; }
        .woocommerce div.product div.images .woocommerce-product-gallery__trigger::after {
          content: unset;
          display: block;
          width: 2px;
          height: 8px;
          background: #000;
          border-radius: 6px;
          position: absolute;
          top: 19px;
          left: 22px;
          transform: rotate(-45deg);
          box-sizing: content-box; }
      .woocommerce div.product div.images .flex-control-thumbs {
        overflow: hidden;
        zoom: 1;
        margin: 0;
        padding: 0; }
        .woocommerce div.product div.images .flex-control-thumbs li {
          width: 25%;
          float: left;
          margin: 0;
          list-style: none; }
          .woocommerce div.product div.images .flex-control-thumbs li img {
            cursor: pointer;
            opacity: 0.5;
            margin: 0; }
            .woocommerce div.product div.images .flex-control-thumbs li img.flex-active, .woocommerce div.product div.images .flex-control-thumbs li img:hover {
              opacity: 1; }
    .woocommerce div.product .woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n + 1) {
      clear: left; }
    .woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n + 1) {
      clear: left; }
    .woocommerce div.product .woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n + 1) {
      clear: left; }
    .woocommerce div.product div.summary {
      margin-bottom: 2em; }
      .woocommerce div.product div.summary .sku-cat-wrapper span {
        border: 2px solid #e7babd;
        background-color: #fff;
        border-radius: 5px;
        padding: 0px 10px; }
        .woocommerce div.product div.summary .sku-cat-wrapper span a {
          color: #2AB1CD;
          font-size: 15px;
          text-decoration: none; }
          .woocommerce div.product div.summary .sku-cat-wrapper span a:hover {
            text-decoration: none; }
    .woocommerce div.product div.social {
      text-align: right;
      margin: 0 0 1em; }
      .woocommerce div.product div.social span {
        margin: 0 0 0 2px; }
        .woocommerce div.product div.social span span {
          margin: 0; }
        .woocommerce div.product div.social span .stButton .chicklets {
          padding-left: 16px;
          width: 0; }
      .woocommerce div.product div.social iframe {
        float: left;
        margin-top: 3px; }
    .woocommerce div.product .woocommerce-tabs {
      display: none; }
      .woocommerce div.product .woocommerce-tabs ul.tabs {
        list-style: none;
        padding: 0 0 0 1em;
        margin: 0 0 1.618em;
        overflow: hidden;
        position: relative; }
        .woocommerce div.product .woocommerce-tabs ul.tabs li {
          border: 1px solid #218ca3;
          background-color: #2AB1CD;
          display: inline-block;
          position: relative;
          z-index: 0;
          border-radius: 4px 4px 0 0;
          margin: 0 -5px;
          padding: 0 1em; }
          .woocommerce div.product .woocommerce-tabs ul.tabs li a {
            display: inline-block;
            padding: 0.5em 0;
            font-weight: 700;
            color: black;
            text-decoration: none; }
            .woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
              text-decoration: none;
              color: #1a1a1a; }
          .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
            background: #fff;
            z-index: 2;
            border-bottom-color: #fff; }
            .woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
              color: inherit;
              text-shadow: inherit; }
            .woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
              box-shadow: 2px 2px 0 #fff; }
            .woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
              box-shadow: -2px 2px 0 #fff; }
          .woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after {
            border: 1px solid #218ca3;
            position: absolute;
            bottom: -1px;
            width: 5px;
            height: 5px;
            content: " ";
            box-sizing: border-box; }
          .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
            left: -5px;
            border-bottom-right-radius: 4px;
            border-width: 0 1px 1px 0;
            box-shadow: 2px 2px 0 #2AB1CD; }
          .woocommerce div.product .woocommerce-tabs ul.tabs li::after {
            right: -5px;
            border-bottom-left-radius: 4px;
            border-width: 0 0 1px 1px;
            box-shadow: -2px 2px 0 #2AB1CD; }
        .woocommerce div.product .woocommerce-tabs ul.tabs::before {
          position: absolute;
          content: " ";
          width: 100%;
          bottom: 0;
          left: 0;
          border-bottom: 1px solid #218ca3;
          z-index: 1; }
      .woocommerce div.product .woocommerce-tabs .panel {
        margin: 0 0 2em;
        padding: 0; }
    .woocommerce div.product p.cart {
      margin-bottom: 2em;
      *zoom: 1; }
      .woocommerce div.product p.cart::before, .woocommerce div.product p.cart::after {
        content: " ";
        display: table; }
      .woocommerce div.product p.cart::after {
        clear: both; }
    .woocommerce div.product form.cart {
      margin-bottom: 0;
      display: block;
      margin-bottom: 30px;
      *zoom: 1; }
      .woocommerce div.product form.cart.mnm_form {
        display: flex;
        flex-direction: column;
        border: solid #d4d4d4 1px;
        border-width: 0 1px 1px 1px; }
        .woocommerce div.product form.cart.mnm_form .mnm_reset,
        .woocommerce div.product form.cart.mnm_form .mnm_price {
          padding: 0px 20px; }
          @media (max-width: 991.98px) {
            .woocommerce div.product form.cart.mnm_form .mnm_reset,
            .woocommerce div.product form.cart.mnm_form .mnm_price {
              padding: 0px 10px; } }
        .woocommerce div.product form.cart.mnm_form .mnm_reset {
          color: #2AB1CD; }
        .woocommerce div.product form.cart.mnm_form td {
          padding-top: 20px;
          padding-bottom: 20px;
          padding-right: 20px; }
          @media (max-width: 991.98px) {
            .woocommerce div.product form.cart.mnm_form td {
              padding-top: 10px;
              padding-bottom: 10px;
              padding-right: 10px; } }
        .woocommerce div.product form.cart.mnm_form td:first-child {
          padding-left: 20px;
          padding-right: 0; }
          @media (max-width: 991.98px) {
            .woocommerce div.product form.cart.mnm_form td:first-child {
              padding-left: 10px; } }
        .woocommerce div.product form.cart.mnm_form .mnm_item {
          position: relative; }
          .woocommerce div.product form.cart.mnm_form .mnm_item::before {
            content: "";
            position: absolute;
            bottom: 0;
            width: 90%;
            background-color: #d4d4d4;
            height: 1px;
            left: 20px; }
            @media (max-width: 991.98px) {
              .woocommerce div.product form.cart.mnm_form .mnm_item::before {
                left: 10px; } }
          .woocommerce div.product form.cart.mnm_form .mnm_item .product-thumbnail figure {
            max-width: 150px;
            border: solid 1px #d4d4d4; }
          .woocommerce div.product form.cart.mnm_form .mnm_item .product-details a {
            color: #2AB1CD;
            font-weight: 500; }
          .woocommerce div.product form.cart.mnm_form .mnm_item .product-details .variation dt,
          .woocommerce div.product form.cart.mnm_form .mnm_item .product-details .variation dd {
            font-size: 16px;
            font-weight: 500;
            color: #949494;
            display: inline-block;
            margin: 0; }
          .woocommerce div.product form.cart.mnm_form .mnm_item .product-details .variation dd {
            margin-left: 5px; }
          .woocommerce div.product form.cart.mnm_form .mnm_item .product-details .quantity {
            float: left; }
            .woocommerce div.product form.cart.mnm_form .mnm_item .product-details .quantity .qty {
              width: 50px;
              height: 40px;
              margin-right: 15px;
              font-weight: 500; }
          .woocommerce div.product form.cart.mnm_form .mnm_item .product-details .price {
            font-size: 20px;
            font-weight: 600;
            margin: 0;
            line-height: 40px; }
          .woocommerce div.product form.cart.mnm_form .mnm_item td:nth-child(3) {
            display: none; }
        .woocommerce div.product form.cart.mnm_form .mnm_wrap {
          padding: 20px 0; }
          .woocommerce div.product form.cart.mnm_form .mnm_wrap .price {
            padding: 0;
            margin: 0; }
      .woocommerce div.product form.cart .mnm_table thead {
        display: none; }
      .woocommerce div.product form.cart .tc-element-inner-wrap h3 {
        font-weight: 500 !important; }
      .woocommerce div.product form.cart .tm-epo-totals dt {
        font-weight: 400; }
      .woocommerce div.product form.cart .tm-epo-totals dd:first-of-type {
        margin-bottom: 20px; }
      .woocommerce div.product form.cart .tm-epo-totals .amount {
        font-weight: 500; }
      .woocommerce div.product form.cart::before, .woocommerce div.product form.cart::after {
        content: " ";
        display: table; }
      .woocommerce div.product form.cart::after {
        clear: both; }
      .woocommerce div.product form.cart #price_calculator {
        margin-bottom: 30px; }
        .woocommerce div.product form.cart #price_calculator .price-table-row td:first-of-type {
          font-weight: 600;
          vertical-align: middle; }
        .woocommerce div.product form.cart #price_calculator .price-table-row.length-input input {
          min-width: 90px;
          min-height: 45px;
          margin-left: 15px; }
        .woocommerce div.product form.cart #price_calculator .price-table-row.calculated-price td:first-child {
          display: none; }
        .woocommerce div.product form.cart #price_calculator .price-table-row.calculated-price td span {
          float: none;
          font-size: 25px; }
      .woocommerce div.product form.cart.variations_form {
        display: block;
        margin-top: 20px; }
      .woocommerce div.product form.cart div.quantity {
        float: left;
        margin: 0 4px 0 0; }
      .woocommerce div.product form.cart table {
        border-width: 0 0 1px; }
        .woocommerce div.product form.cart table td {
          padding-left: 0; }
        .woocommerce div.product form.cart table div.quantity {
          float: none;
          margin: 0; }
        .woocommerce div.product form.cart table small.stock {
          display: block;
          float: none; }
      .woocommerce div.product form.cart .variations {
        margin-bottom: 1em;
        border: 0;
        width: 100%; }
        .woocommerce div.product form.cart .variations td,
        .woocommerce div.product form.cart .variations th {
          border: 0;
          vertical-align: top;
          line-height: 2em; }
        .woocommerce div.product form.cart .variations label {
          font-weight: 600; }
        .woocommerce div.product form.cart .variations select {
          max-width: 100%;
          min-width: 75%;
          display: inline-block;
          margin-right: 1em; }
        .woocommerce div.product form.cart .variations td.label {
          padding-right: 1em; }
      .woocommerce div.product form.cart .woocommerce-variation-description p {
        margin-bottom: 1em; }
      .woocommerce div.product form.cart .reset_variations {
        visibility: hidden;
        font-size: 0.83em; }
      .woocommerce div.product form.cart .wc-no-matching-variations {
        display: none; }
      .woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label {
        padding-right: 1em;
        padding-left: 1em; }
      .woocommerce div.product form.cart .group_table td {
        vertical-align: top;
        padding-bottom: 0.5em;
        border: 0; }
      .woocommerce div.product form.cart .group_table td:first-child {
        width: 4em;
        text-align: center; }
      .woocommerce div.product form.cart .group_table .wc-grouped-product-add-to-cart-checkbox {
        display: inline-block;
        width: auto;
        margin: 0 auto;
        transform: scale(1.5, 1.5); }
  .woocommerce .product-type-mix-and-match .parts {
    display: block !important;
    background: #efefef;
    padding: 20px;
    margin: 0; }
  .woocommerce span.onsale {
    background-color: #FFE600;
    top: 20px;
    right: 20px;
    left: unset;
    color: #414141;
    font-size: 15px;
    padding: 0;
    z-index: 3; }
  .woocommerce .products ul,
  .woocommerce ul.products {
    margin: 100px 0px 70px 0px;
    padding: 0;
    list-style: none outside;
    clear: both;
    *zoom: 1; }
    .woocommerce .products ul::before, .woocommerce .products ul::after,
    .woocommerce ul.products::before,
    .woocommerce ul.products::after {
      content: " ";
      display: table; }
    .woocommerce .products ul::after,
    .woocommerce ul.products::after {
      clear: both; }
    .woocommerce .products ul li,
    .woocommerce ul.products li {
      list-style: none outside; }
  .woocommerce ul.products li.product {
    background: #fff;
    padding: 15px;
    border-radius: 5px; }
    .woocommerce ul.products li.product .onsale {
      display: block;
      top: 0;
      right: 0;
      left: auto;
      margin: -0.5em -0.5em 0 0; }
    .woocommerce ul.products li.product h2,
    .woocommerce ul.products li.product .woocommerce-loop-product__title,
    .woocommerce ul.products li.product .woocommerce-loop-category__title {
      font-size: 16px;
      font-weight: 500;
      color: #2AB1CD; }
      @media (max-width: 991.98px) {
        .woocommerce ul.products li.product h2,
        .woocommerce ul.products li.product .woocommerce-loop-product__title,
        .woocommerce ul.products li.product .woocommerce-loop-category__title {
          font-size: 20px; } }
    .woocommerce ul.products li.product a {
      text-decoration: none; }
    .woocommerce ul.products li.product a img {
      width: 100%;
      height: auto;
      display: block;
      margin: 0px;
      box-shadow: none; }
    .woocommerce ul.products li.product strong {
      display: block; }
    .woocommerce ul.products li.product .woocommerce-placeholder {
      border: 1px solid #f2f2f2; }
    .woocommerce ul.products li.product .star-rating {
      font-size: 0.857em; }
    .woocommerce ul.products li.product .button {
      margin-top: 1em; }
    .woocommerce ul.products li.product .price {
      color: #2AB1CD;
      font-size: 25px;
      font-weight: 600; }
      @media (max-width: 991.98px) {
        .woocommerce ul.products li.product .price {
          font-size: 18px; } }
      .woocommerce ul.products li.product .price .current-price {
        margin-right: 10px;
        font-weight: 500; }
      .woocommerce ul.products li.product .price del {
        font-weight: 500;
        font-size: 15px;
        color: inherit;
        opacity: 1;
        display: inline-block; }
      .woocommerce ul.products li.product .price ins {
        background: none;
        font-weight: 700;
        display: inline-block;
        text-decoration: none !important; }
      .woocommerce ul.products li.product .price .from {
        font-size: 0.67em;
        margin: -2px 0 0 0;
        text-transform: uppercase;
        color: rgba(145, 189, 189, 0.5); }
    .woocommerce ul.products li.product .add-to-cart-container .added_to_cart {
      border: none !important;
      box-shadow: none !important;
      margin-top: 10px; }
  .woocommerce .woocommerce-result-count {
    margin: 0 0 1em; }
  .woocommerce .woocommerce-ordering {
    margin: 0 0 1em; }
    .woocommerce .woocommerce-ordering select {
      vertical-align: top; }
  .woocommerce nav.woocommerce-pagination {
    text-align: center; }
    .woocommerce nav.woocommerce-pagination ul {
      display: inline-block;
      white-space: nowrap;
      padding: 0;
      clear: both;
      border: 1px solid #218ca3;
      border-right: 0;
      margin: 1px; }
      .woocommerce nav.woocommerce-pagination ul li {
        border-right: 1px solid #218ca3;
        padding: 0;
        margin: 0;
        float: left;
        display: inline;
        overflow: hidden; }
        .woocommerce nav.woocommerce-pagination ul li a,
        .woocommerce nav.woocommerce-pagination ul li span {
          margin: 0;
          text-decoration: none;
          padding: 0;
          line-height: 1;
          font-size: 1em;
          font-weight: normal;
          padding: 0.5em;
          min-width: 1em;
          display: block; }
        .woocommerce nav.woocommerce-pagination ul li span.current,
        .woocommerce nav.woocommerce-pagination ul li a:hover,
        .woocommerce nav.woocommerce-pagination ul li a:focus {
          color: #071f24; }
  .woocommerce .product .gallery-count {
    position: absolute;
    bottom: 10px;
    left: 10px;
    border-radius: 35px;
    border: 2px solid #ffa84f;
    background: linear-gradient(247deg, #e7babd 0%, #f3dbd1 100%);
    color: #2AB1CD;
    font-size: 15px;
    font-weight: 500;
    z-index: 12;
    padding: 5px 10px;
    line-height: 1;
    pointer-events: none; }
  .woocommerce a.button,
  .woocommerce button.button,
  .woocommerce input.button,
  .woocommerce .add_to_cart_button,
  .woocommerce .mnm_add_to_cart_button,
  .woocommerce #respond input#submit {
    font-weight: 500;
    border-radius: 0;
    color: #fff;
    background-color: #368ACA;
    text-align: center; }
    .woocommerce a.button.loading,
    .woocommerce button.button.loading,
    .woocommerce input.button.loading,
    .woocommerce .add_to_cart_button.loading,
    .woocommerce .mnm_add_to_cart_button.loading,
    .woocommerce #respond input#submit.loading {
      opacity: 0.25;
      padding-right: 2.618em; }
      .woocommerce a.button.loading::after,
      .woocommerce button.button.loading::after,
      .woocommerce input.button.loading::after,
      .woocommerce .add_to_cart_button.loading::after,
      .woocommerce .mnm_add_to_cart_button.loading::after,
      .woocommerce #respond input#submit.loading::after {
        font-family: "WooCommerce";
        content: "\e01c";
        vertical-align: top;
        font-weight: 400;
        position: absolute;
        top: 0.618em;
        right: 1em;
        animation: spin 2s linear infinite; }
    .woocommerce a.button.added::after,
    .woocommerce button.button.added::after,
    .woocommerce input.button.added::after,
    .woocommerce .add_to_cart_button.added::after,
    .woocommerce .mnm_add_to_cart_button.added::after,
    .woocommerce #respond input#submit.added::after {
      font-family: "WooCommerce";
      content: "\e017";
      margin-left: 0.53em;
      vertical-align: bottom; }
    .woocommerce a.button:hover,
    .woocommerce button.button:hover,
    .woocommerce input.button:hover,
    .woocommerce .add_to_cart_button:hover,
    .woocommerce .mnm_add_to_cart_button:hover,
    .woocommerce #respond input#submit:hover {
      background-color: #2b6fa2;
      color: #fff; }
    .woocommerce a.button.alt,
    .woocommerce button.button.alt,
    .woocommerce input.button.alt,
    .woocommerce .add_to_cart_button.alt,
    .woocommerce .mnm_add_to_cart_button.alt,
    .woocommerce #respond input#submit.alt {
      background-color: transparent;
      border: solid #ffa84f 1px;
      border-radius: 0px;
      color: #222222;
      font-weight: normal; }
      .woocommerce a.button.alt:hover,
      .woocommerce button.button.alt:hover,
      .woocommerce input.button.alt:hover,
      .woocommerce .add_to_cart_button.alt:hover,
      .woocommerce .mnm_add_to_cart_button.alt:hover,
      .woocommerce #respond input#submit.alt:hover {
        background-color: #ffa84f;
        color: #222222; }
      .woocommerce a.button.alt.disabled, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled]:hover,
      .woocommerce button.button.alt.disabled,
      .woocommerce button.button.alt:disabled,
      .woocommerce button.button.alt:disabled[disabled],
      .woocommerce button.button.alt.disabled:hover,
      .woocommerce button.button.alt:disabled:hover,
      .woocommerce button.button.alt:disabled[disabled]:hover,
      .woocommerce input.button.alt.disabled,
      .woocommerce input.button.alt:disabled,
      .woocommerce input.button.alt:disabled[disabled],
      .woocommerce input.button.alt.disabled:hover,
      .woocommerce input.button.alt:disabled:hover,
      .woocommerce input.button.alt:disabled[disabled]:hover,
      .woocommerce .add_to_cart_button.alt.disabled,
      .woocommerce .add_to_cart_button.alt:disabled,
      .woocommerce .add_to_cart_button.alt:disabled[disabled],
      .woocommerce .add_to_cart_button.alt.disabled:hover,
      .woocommerce .add_to_cart_button.alt:disabled:hover,
      .woocommerce .add_to_cart_button.alt:disabled[disabled]:hover,
      .woocommerce .mnm_add_to_cart_button.alt.disabled,
      .woocommerce .mnm_add_to_cart_button.alt:disabled,
      .woocommerce .mnm_add_to_cart_button.alt:disabled[disabled],
      .woocommerce .mnm_add_to_cart_button.alt.disabled:hover,
      .woocommerce .mnm_add_to_cart_button.alt:disabled:hover,
      .woocommerce .mnm_add_to_cart_button.alt:disabled[disabled]:hover,
      .woocommerce #respond input#submit.alt.disabled,
      .woocommerce #respond input#submit.alt:disabled,
      .woocommerce #respond input#submit.alt:disabled[disabled],
      .woocommerce #respond input#submit.alt.disabled:hover,
      .woocommerce #respond input#submit.alt:disabled:hover,
      .woocommerce #respond input#submit.alt:disabled[disabled]:hover {
        background-color: #ffa84f;
        color: white; }
    .woocommerce a.button:disabled, .woocommerce a.button.disabled, .woocommerce a.button:disabled[disabled],
    .woocommerce button.button:disabled,
    .woocommerce button.button.disabled,
    .woocommerce button.button:disabled[disabled],
    .woocommerce input.button:disabled,
    .woocommerce input.button.disabled,
    .woocommerce input.button:disabled[disabled],
    .woocommerce .add_to_cart_button:disabled,
    .woocommerce .add_to_cart_button.disabled,
    .woocommerce .add_to_cart_button:disabled[disabled],
    .woocommerce .mnm_add_to_cart_button:disabled,
    .woocommerce .mnm_add_to_cart_button.disabled,
    .woocommerce .mnm_add_to_cart_button:disabled[disabled],
    .woocommerce #respond input#submit:disabled,
    .woocommerce #respond input#submit.disabled,
    .woocommerce #respond input#submit:disabled[disabled] {
      color: inherit;
      cursor: not-allowed;
      opacity: 0.5;
      padding: 0.618em 1em; }
      .woocommerce a.button:disabled:hover, .woocommerce a.button.disabled:hover, .woocommerce a.button:disabled[disabled]:hover,
      .woocommerce button.button:disabled:hover,
      .woocommerce button.button.disabled:hover,
      .woocommerce button.button:disabled[disabled]:hover,
      .woocommerce input.button:disabled:hover,
      .woocommerce input.button.disabled:hover,
      .woocommerce input.button:disabled[disabled]:hover,
      .woocommerce .add_to_cart_button:disabled:hover,
      .woocommerce .add_to_cart_button.disabled:hover,
      .woocommerce .add_to_cart_button:disabled[disabled]:hover,
      .woocommerce .mnm_add_to_cart_button:disabled:hover,
      .woocommerce .mnm_add_to_cart_button.disabled:hover,
      .woocommerce .mnm_add_to_cart_button:disabled[disabled]:hover,
      .woocommerce #respond input#submit:disabled:hover,
      .woocommerce #respond input#submit.disabled:hover,
      .woocommerce #respond input#submit:disabled[disabled]:hover {
        color: inherit;
        background-color: #2AB1CD; }
  .woocommerce .cart .button,
  .woocommerce .cart input.button {
    float: none; }
  .woocommerce a.added_to_cart {
    padding-top: 0.5em;
    display: inline-block; }
  .woocommerce #reviews h2 small {
    float: right;
    color: #767676;
    font-size: 15px;
    margin: 10px 0 0; }
    .woocommerce #reviews h2 small a {
      text-decoration: none;
      color: #767676; }
  .woocommerce #reviews h3 {
    margin: 0; }
  .woocommerce #reviews #respond {
    margin: 0;
    border: 0;
    padding: 0; }
  .woocommerce #reviews #comment {
    height: 75px; }
  .woocommerce #reviews #comments .add_review {
    *zoom: 1; }
    .woocommerce #reviews #comments .add_review::before, .woocommerce #reviews #comments .add_review::after {
      content: " ";
      display: table; }
    .woocommerce #reviews #comments .add_review::after {
      clear: both; }
  .woocommerce #reviews #comments h2 {
    clear: none; }
  .woocommerce #reviews #comments ol.commentlist {
    *zoom: 1;
    margin: 0;
    width: 100%;
    background: none;
    list-style: none; }
    .woocommerce #reviews #comments ol.commentlist::before, .woocommerce #reviews #comments ol.commentlist::after {
      content: " ";
      display: table; }
    .woocommerce #reviews #comments ol.commentlist::after {
      clear: both; }
    .woocommerce #reviews #comments ol.commentlist li {
      padding: 0;
      margin: 0 0 20px;
      border: 0;
      position: relative;
      background: 0;
      border: 0; }
      .woocommerce #reviews #comments ol.commentlist li .meta {
        color: #767676;
        font-size: 0.75em; }
      .woocommerce #reviews #comments ol.commentlist li img.avatar {
        float: left;
        position: absolute;
        top: 0;
        left: 0;
        padding: 3px;
        width: 32px;
        height: auto;
        background: #2AB1CD;
        border: 1px solid #27a6c0;
        margin: 0;
        box-shadow: none; }
      .woocommerce #reviews #comments ol.commentlist li .comment-text {
        margin: 0 0 0 50px;
        border: 1px solid #27a6c0;
        border-radius: 4px;
        padding: 1em 1em 0;
        *zoom: 1; }
        .woocommerce #reviews #comments ol.commentlist li .comment-text::before, .woocommerce #reviews #comments ol.commentlist li .comment-text::after {
          content: " ";
          display: table; }
        .woocommerce #reviews #comments ol.commentlist li .comment-text::after {
          clear: both; }
        .woocommerce #reviews #comments ol.commentlist li .comment-text p {
          margin: 0 0 1em; }
        .woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
          font-size: 0.83em; }
    .woocommerce #reviews #comments ol.commentlist ul.children {
      list-style: none outside;
      margin: 20px 0 0 50px; }
      .woocommerce #reviews #comments ol.commentlist ul.children .star-rating {
        display: none; }
    .woocommerce #reviews #comments ol.commentlist #respond {
      border: 1px solid #27a6c0;
      border-radius: 4px;
      padding: 1em 1em 0;
      margin: 20px 0 0 50px; }
  .woocommerce #reviews #comments .commentlist > li::before {
    content: ""; }
  .woocommerce .star-rating {
    float: right;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    width: 5.4em;
    font-family: "star"; }
    .woocommerce .star-rating::before {
      content: "\73\73\73\73\73";
      color: #218ca3;
      float: left;
      top: 0;
      left: 0;
      position: absolute; }
    .woocommerce .star-rating span {
      overflow: hidden;
      float: left;
      top: 0;
      left: 0;
      position: absolute;
      padding-top: 1.5em; }
    .woocommerce .star-rating span::before {
      content: "\53\53\53\53\53";
      top: 0;
      position: absolute;
      left: 0; }
  .woocommerce .woocommerce-product-rating {
    *zoom: 1;
    line-height: 2;
    display: block; }
    .woocommerce .woocommerce-product-rating::before, .woocommerce .woocommerce-product-rating::after {
      content: " ";
      display: table; }
    .woocommerce .woocommerce-product-rating::after {
      clear: both; }
    .woocommerce .woocommerce-product-rating .star-rating {
      margin: 0.5em 4px 0 0;
      float: left; }
  .woocommerce .products .star-rating {
    display: block;
    margin: 0 0 0.5em;
    float: none; }
  .woocommerce .hreview-aggregate .star-rating {
    margin: 10px 0 0; }
  .woocommerce #review_form #respond {
    *zoom: 1;
    position: static;
    margin: 0;
    width: auto;
    padding: 0;
    background: transparent none;
    border: 0; }
    .woocommerce #review_form #respond::before, .woocommerce #review_form #respond::after {
      content: " ";
      display: table; }
    .woocommerce #review_form #respond::after {
      clear: both; }
    .woocommerce #review_form #respond p {
      margin: 0 0 10px; }
    .woocommerce #review_form #respond .form-submit input {
      left: auto; }
    .woocommerce #review_form #respond textarea {
      box-sizing: border-box;
      width: 100%; }
  .woocommerce p.stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none; }
    .woocommerce p.stars a::before {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 1em;
      height: 1em;
      line-height: 1;
      font-family: "WooCommerce";
      content: "\e021";
      text-indent: 0; }
    .woocommerce p.stars a:hover ~ a::before {
      content: "\e021"; }
  .woocommerce p.stars:hover a::before {
    content: "\e020"; }
  .woocommerce p.stars.selected a.active::before {
    content: "\e020"; }
  .woocommerce p.stars.selected a.active ~ a::before {
    content: "\e021"; }
  .woocommerce p.stars.selected a:not(.active)::before {
    content: "\e020"; }
  .woocommerce table.shop_attributes {
    border: 0;
    border-top: 1px dotted rgba(0, 0, 0, 0.1);
    margin-bottom: 1.618em;
    width: 100%; }
    .woocommerce table.shop_attributes th {
      width: 150px;
      font-weight: 700;
      padding: 8px;
      border-top: 0;
      border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
      margin: 0;
      line-height: 1.5; }
    .woocommerce table.shop_attributes td {
      font-style: italic;
      padding: 0;
      border-top: 0;
      border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
      margin: 0;
      line-height: 1.5; }
      .woocommerce table.shop_attributes td p {
        margin: 0;
        padding: 8px 0; }
    .woocommerce table.shop_attributes tr:nth-child(even) td,
    .woocommerce table.shop_attributes tr:nth-child(even) th {
      background: rgba(0, 0, 0, 0.025); }
  .woocommerce table.shop_table {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px; }
    .woocommerce table.shop_table th {
      font-weight: 700;
      padding: 9px 12px;
      line-height: 1.5em; }
    .woocommerce table.shop_table td {
      border-top: 1px solid rgba(0, 0, 0, 0.1);
      padding: 9px 12px;
      vertical-align: middle;
      line-height: 1.5em; }
      .woocommerce table.shop_table td a {
        color: #2AB1CD; }
      .woocommerce table.shop_table td small {
        font-weight: normal; }
      .woocommerce table.shop_table td del {
        font-weight: normal; }
    .woocommerce table.shop_table tbody:first-child tr:first-child th,
    .woocommerce table.shop_table tbody:first-child tr:first-child td {
      border-top: 0; }
    .woocommerce table.shop_table tfoot td,
    .woocommerce table.shop_table tfoot th,
    .woocommerce table.shop_table tbody th {
      font-weight: 700;
      border-top: 1px solid rgba(0, 0, 0, 0.1); }
  .woocommerce table.my_account_orders {
    font-size: 0.85em; }
    .woocommerce table.my_account_orders th,
    .woocommerce table.my_account_orders td {
      padding: 4px 8px;
      vertical-align: middle; }
    .woocommerce table.my_account_orders .button {
      white-space: nowrap; }
  .woocommerce table.woocommerce-MyAccount-downloads td,
  .woocommerce table.woocommerce-MyAccount-downloads th {
    vertical-align: top;
    text-align: center; }
    .woocommerce table.woocommerce-MyAccount-downloads td:first-child,
    .woocommerce table.woocommerce-MyAccount-downloads th:first-child {
      text-align: left; }
    .woocommerce table.woocommerce-MyAccount-downloads td:last-child,
    .woocommerce table.woocommerce-MyAccount-downloads th:last-child {
      text-align: left; }
    .woocommerce table.woocommerce-MyAccount-downloads td .woocommerce-MyAccount-downloads-file::before,
    .woocommerce table.woocommerce-MyAccount-downloads th .woocommerce-MyAccount-downloads-file::before {
      content: "\2193";
      display: inline-block; }
  .woocommerce td.product-name dl.variation,
  .woocommerce td.product-name .wc-item-meta {
    list-style: none outside; }
    .woocommerce td.product-name dl.variation dt,
    .woocommerce td.product-name dl.variation .wc-item-meta-label,
    .woocommerce td.product-name .wc-item-meta dt,
    .woocommerce td.product-name .wc-item-meta .wc-item-meta-label {
      float: left;
      clear: both;
      margin-right: 0.25em;
      display: inline-block;
      list-style: none outside; }
    .woocommerce td.product-name dl.variation dd,
    .woocommerce td.product-name .wc-item-meta dd {
      margin: 0; }
    .woocommerce td.product-name dl.variation p, .woocommerce td.product-name dl.variation:last-child,
    .woocommerce td.product-name .wc-item-meta p,
    .woocommerce td.product-name .wc-item-meta:last-child {
      margin-bottom: 0; }
  .woocommerce td.product-name p.backorder_notification {
    font-size: 0.83em; }
  .woocommerce td.product-quantity {
    min-width: 80px; }
  .woocommerce ul.cart_list,
  .woocommerce ul.product_list_widget {
    list-style: none outside;
    padding: 0;
    margin: 0; }
    .woocommerce ul.cart_list li,
    .woocommerce ul.product_list_widget li {
      padding: 4px 0;
      margin: 0;
      *zoom: 1;
      list-style: none; }
      .woocommerce ul.cart_list li::before, .woocommerce ul.cart_list li::after,
      .woocommerce ul.product_list_widget li::before,
      .woocommerce ul.product_list_widget li::after {
        content: " ";
        display: table; }
      .woocommerce ul.cart_list li::after,
      .woocommerce ul.product_list_widget li::after {
        clear: both; }
      .woocommerce ul.cart_list li a,
      .woocommerce ul.product_list_widget li a {
        display: block;
        font-weight: 700; }
      .woocommerce ul.cart_list li img,
      .woocommerce ul.product_list_widget li img {
        float: right;
        margin-left: 4px;
        width: 32px;
        height: auto;
        box-shadow: none; }
      .woocommerce ul.cart_list li dl,
      .woocommerce ul.product_list_widget li dl {
        margin: 0;
        padding-left: 1em;
        border-left: 2px solid rgba(0, 0, 0, 0.1);
        *zoom: 1; }
        .woocommerce ul.cart_list li dl::before, .woocommerce ul.cart_list li dl::after,
        .woocommerce ul.product_list_widget li dl::before,
        .woocommerce ul.product_list_widget li dl::after {
          content: " ";
          display: table; }
        .woocommerce ul.cart_list li dl::after,
        .woocommerce ul.product_list_widget li dl::after {
          clear: both; }
        .woocommerce ul.cart_list li dl dt,
        .woocommerce ul.cart_list li dl dd,
        .woocommerce ul.product_list_widget li dl dt,
        .woocommerce ul.product_list_widget li dl dd {
          display: inline-block;
          float: left;
          margin-bottom: 1em; }
        .woocommerce ul.cart_list li dl dt,
        .woocommerce ul.product_list_widget li dl dt {
          font-weight: 700;
          padding: 0 0 0.25em;
          margin: 0 4px 0 0;
          clear: left; }
        .woocommerce ul.cart_list li dl dd,
        .woocommerce ul.product_list_widget li dl dd {
          padding: 0 0 0.25em; }
          .woocommerce ul.cart_list li dl dd p:last-child,
          .woocommerce ul.product_list_widget li dl dd p:last-child {
            margin-bottom: 0; }
      .woocommerce ul.cart_list li .star-rating,
      .woocommerce ul.product_list_widget li .star-rating {
        float: none; }
  .woocommerce.widget_shopping_cart .total,
  .woocommerce .widget_shopping_cart .total {
    border-top: 3px double #2AB1CD;
    padding: 4px 0 0; }
    .woocommerce.widget_shopping_cart .total strong,
    .woocommerce .widget_shopping_cart .total strong {
      min-width: 40px;
      display: inline-block; }
  .woocommerce.widget_shopping_cart .cart_list li,
  .woocommerce .widget_shopping_cart .cart_list li {
    padding-left: 2em;
    position: relative;
    padding-top: 0; }
    .woocommerce.widget_shopping_cart .cart_list li a.remove,
    .woocommerce .widget_shopping_cart .cart_list li a.remove {
      position: absolute;
      top: 0;
      left: 0; }
  .woocommerce.widget_shopping_cart .buttons,
  .woocommerce .widget_shopping_cart .buttons {
    *zoom: 1; }
    .woocommerce.widget_shopping_cart .buttons::before, .woocommerce.widget_shopping_cart .buttons::after,
    .woocommerce .widget_shopping_cart .buttons::before,
    .woocommerce .widget_shopping_cart .buttons::after {
      content: " ";
      display: table; }
    .woocommerce.widget_shopping_cart .buttons::after,
    .woocommerce .widget_shopping_cart .buttons::after {
      clear: both; }
    .woocommerce.widget_shopping_cart .buttons a,
    .woocommerce .widget_shopping_cart .buttons a {
      margin-right: 5px;
      margin-bottom: 5px; }
  .woocommerce form .form-row {
    padding: 3px;
    margin: 0 0 6px; }
    .woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder {
      transition: opacity 0.5s 0.5s ease;
      opacity: 0; }
    .woocommerce form .form-row label {
      line-height: 2; }
    .woocommerce form .form-row label.hidden {
      visibility: hidden; }
    .woocommerce form .form-row label.inline {
      display: inline; }
    .woocommerce form .form-row .woocommerce-input-wrapper .description {
      background: #1e85be;
      color: #fff;
      border-radius: 3px;
      padding: 1em;
      margin: 0.5em 0 0;
      clear: both;
      display: none;
      position: relative; }
      .woocommerce form .form-row .woocommerce-input-wrapper .description a {
        color: #fff;
        text-decoration: underline;
        border: 0;
        box-shadow: none; }
      .woocommerce form .form-row .woocommerce-input-wrapper .description::before {
        left: 50%;
        top: 0%;
        margin-top: -4px;
        transform: translateX(-50%) rotate(180deg);
        content: "";
        position: absolute;
        border-width: 4px 6px 0 6px;
        border-style: solid;
        border-color: #1e85be transparent transparent transparent;
        z-index: 100;
        display: block; }
    .woocommerce form .form-row select {
      cursor: pointer;
      margin: 0; }
    .woocommerce form .form-row .required {
      color: red;
      font-weight: 700;
      border: 0 !important;
      text-decoration: none;
      visibility: hidden; }
    .woocommerce form .form-row .optional {
      visibility: visible; }
    .woocommerce form .form-row .input-checkbox {
      display: inline;
      margin: -2px 8px 0 0;
      text-align: center;
      vertical-align: middle; }
    .woocommerce form .form-row input.input-text,
    .woocommerce form .form-row textarea {
      box-sizing: border-box;
      width: 100%;
      margin: 0;
      outline: 0;
      line-height: normal; }
    .woocommerce form .form-row textarea {
      height: 4em;
      line-height: 1.5;
      display: block;
      box-shadow: none; }
    .woocommerce form .form-row .select2-container {
      width: 100%;
      line-height: 2em; }
    .woocommerce form .form-row.woocommerce-invalid label {
      color: #dc3545; }
    .woocommerce form .form-row.woocommerce-invalid .select2-container,
    .woocommerce form .form-row.woocommerce-invalid input.input-text,
    .woocommerce form .form-row.woocommerce-invalid select {
      border-color: #dc3545; }
    .woocommerce form .form-row.woocommerce-validated .select2-container,
    .woocommerce form .form-row.woocommerce-validated input.input-text,
    .woocommerce form .form-row.woocommerce-validated select {
      border-color: #23923d; }
    .woocommerce form .form-row ::-webkit-input-placeholder {
      line-height: normal; }
    .woocommerce form .form-row :-moz-placeholder {
      line-height: normal; }
    .woocommerce form .form-row :-ms-input-placeholder {
      line-height: normal; }
  .woocommerce form.login,
  .woocommerce form.checkout_coupon,
  .woocommerce form.register {
    border: 1px solid #218ca3;
    padding: 20px;
    margin: 2em 0;
    text-align: left;
    border-radius: 5px; }
  .woocommerce ul#shipping_method {
    list-style: none outside;
    margin: 0;
    padding: 0; }
    .woocommerce ul#shipping_method li {
      margin: 0 0 0.5em;
      line-height: 1.5em;
      list-style: none outside; }
      .woocommerce ul#shipping_method li input {
        margin: 3px 0.4375em 0 0;
        vertical-align: top; }
      .woocommerce ul#shipping_method li label {
        display: inline; }
    .woocommerce ul#shipping_method .amount {
      font-weight: 700; }
  .woocommerce p.woocommerce-shipping-contents {
    margin: 0; }
  .woocommerce ul.order_details {
    *zoom: 1;
    margin: 0 0 3em;
    list-style: none; }
    .woocommerce ul.order_details::before, .woocommerce ul.order_details::after {
      content: " ";
      display: table; }
    .woocommerce ul.order_details::after {
      clear: both; }
    .woocommerce ul.order_details li {
      float: left;
      margin-right: 2em;
      text-transform: uppercase;
      font-size: 0.715em;
      line-height: 1;
      border-right: 1px dashed #218ca3;
      padding-right: 2em;
      margin-left: 0;
      padding-left: 0;
      list-style-type: none; }
      .woocommerce ul.order_details li strong {
        display: block;
        font-size: 1.4em;
        text-transform: none;
        line-height: 1.5; }
      .woocommerce ul.order_details li:last-of-type {
        border: none; }
  .woocommerce .wc-bacs-bank-details-account-name {
    font-weight: bold; }
  .woocommerce .woocommerce-order-downloads,
  .woocommerce .woocommerce-customer-details,
  .woocommerce .woocommerce-order-details {
    margin-bottom: 2em; }
    .woocommerce .woocommerce-order-downloads *:last-child,
    .woocommerce .woocommerce-customer-details *:last-child,
    .woocommerce .woocommerce-order-details *:last-child {
      margin-bottom: 0; }
  .woocommerce .woocommerce-customer-details address {
    font-style: normal;
    margin-bottom: 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom-width: 2px;
    border-right-width: 2px;
    text-align: left;
    width: 100%;
    border-radius: 5px;
    padding: 6px 12px; }
  .woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone,
  .woocommerce .woocommerce-customer-details .woocommerce-customer-details--email {
    margin-bottom: 0;
    padding-left: 1.5em; }
  .woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before {
    font-family: "WooCommerce";
    speak: never;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: 0.618em;
    content: "";
    text-decoration: none;
    margin-left: -1.5em;
    line-height: 1.75;
    position: absolute; }
  .woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before {
    font-family: "WooCommerce";
    speak: never;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: 0.618em;
    content: "";
    text-decoration: none;
    margin-left: -1.5em;
    line-height: 1.75;
    position: absolute; }
  .woocommerce .woocommerce-widget-layered-nav-list {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none outside; }
    .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
      *zoom: 1;
      padding: 0 0 1px;
      list-style: none; }
      .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::before, .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::after {
        content: " ";
        display: table; }
      .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::after {
        clear: both; }
      .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a,
      .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span {
        padding: 1px 0; }
    .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before {
      font-family: "WooCommerce";
      speak: never;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      margin-right: 0.618em;
      content: "";
      text-decoration: none;
      color: #dc3545; }
  .woocommerce .woocommerce-widget-layered-nav-dropdown__submit {
    margin-top: 1em; }
  .woocommerce .widget_layered_nav_filters ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none outside;
    overflow: hidden;
    zoom: 1; }
    .woocommerce .widget_layered_nav_filters ul li {
      float: left;
      padding: 0 1em 1px 1px;
      list-style: none; }
      .woocommerce .widget_layered_nav_filters ul li a {
        text-decoration: none; }
        .woocommerce .widget_layered_nav_filters ul li a::before {
          font-family: "WooCommerce";
          speak: never;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          -webkit-font-smoothing: antialiased;
          margin-right: 0.618em;
          content: "";
          text-decoration: none;
          color: #dc3545;
          vertical-align: inherit;
          margin-right: 0.5em; }
  .woocommerce .widget_price_filter .price_slider {
    margin-bottom: 1em; }
  .woocommerce .widget_price_filter .price_slider_amount {
    text-align: right;
    line-height: 2.4;
    font-size: 0.8751em; }
    .woocommerce .widget_price_filter .price_slider_amount .button {
      font-size: 1.15em;
      float: left; }
  .woocommerce .widget_price_filter .ui-slider {
    position: relative;
    text-align: left;
    margin-left: 0.5em;
    margin-right: 0.5em; }
  .woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1em;
    height: 1em;
    background-color: #ffa84f;
    border-radius: 1em;
    cursor: ew-resize;
    outline: none;
    top: -0.3em;
    /* rtl:ignore */
    margin-left: -0.5em; }
  .woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: 0.7em;
    display: block;
    border: 0;
    border-radius: 1em;
    background-color: #ffa84f; }
  .woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    border-radius: 1em;
    background-color: #b55c00;
    border: 0; }
  .woocommerce .widget_price_filter .ui-slider-horizontal {
    height: 0.5em; }
  .woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%; }
  .woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
    left: -1px; }
  .woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
    right: -1px; }
  .woocommerce .widget_rating_filter ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none outside; }
    .woocommerce .widget_rating_filter ul li {
      *zoom: 1;
      padding: 0 0 1px;
      list-style: none; }
      .woocommerce .widget_rating_filter ul li::before, .woocommerce .widget_rating_filter ul li::after {
        content: " ";
        display: table; }
      .woocommerce .widget_rating_filter ul li::after {
        clear: both; }
      .woocommerce .widget_rating_filter ul li a {
        padding: 1px 0;
        text-decoration: none; }
      .woocommerce .widget_rating_filter ul li .star-rating {
        float: none;
        display: inline-block; }
    .woocommerce .widget_rating_filter ul li.chosen a::before {
      font-family: "WooCommerce";
      speak: never;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      margin-right: 0.618em;
      content: "";
      text-decoration: none;
      color: #dc3545; }
  .woocommerce .woocommerce-form-login {
    max-width: 400px; }
    .woocommerce .woocommerce-form-login input {
      line-height: 2rem !important; }
    .woocommerce .woocommerce-form-login p:nth-child(2) {
      flex-direction: column; }
      .woocommerce .woocommerce-form-login p:nth-child(2) .show-password-input {
        top: 10px; }
    .woocommerce .woocommerce-form-login .form-row:not(.woocommerce-form-row) {
      flex-direction: column; }
    .woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
      float: left;
      margin-right: 1em; }
    .woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
      display: inline-block; }

.woocommerce-no-js form.woocommerce-form-login,
.woocommerce-no-js form.woocommerce-form-coupon {
  display: block !important; }

.woocommerce-no-js .woocommerce-form-login-toggle,
.woocommerce-no-js .woocommerce-form-coupon-toggle,
.woocommerce-no-js .showcoupon {
  display: none !important; }

.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
  padding: 1em 2em 1em 3.5em;
  margin: 0;
  position: relative;
  color: #222222;
  list-style: none outside;
  *zoom: 1;
  width: auto;
  word-wrap: break-word; }
  .woocommerce-message a,
  .woocommerce-error a,
  .woocommerce-info a {
    color: #2AB1CD;
    text-decoration: underline; }
  .woocommerce-message::before, .woocommerce-message::after,
  .woocommerce-error::before,
  .woocommerce-error::after,
  .woocommerce-info::before,
  .woocommerce-info::after {
    content: " ";
    display: table; }
  .woocommerce-message::after,
  .woocommerce-error::after,
  .woocommerce-info::after {
    clear: both; }
  .woocommerce-message::before,
  .woocommerce-error::before,
  .woocommerce-info::before {
    font-family: "WooCommerce";
    content: "\e028";
    display: inline-block;
    position: absolute;
    top: 1em;
    left: 1.5em; }
  .woocommerce-message .button,
  .woocommerce-error .button,
  .woocommerce-info .button {
    float: right; }
  .woocommerce-message li,
  .woocommerce-error li,
  .woocommerce-info li {
    list-style: none outside !important;
    padding-left: 0 !important;
    margin-left: 0 !important; }

/**
   * Right to left styles
   */
.rtl.woocommerce .price_label,
.rtl.woocommerce .price_label span {
  /* rtl:ignore */
  direction: ltr;
  unicode-bidi: embed; }

.woocommerce-message {
  border-top-color: #ffd000; }
  .woocommerce-message::before {
    content: "\e015";
    color: #8fae1b; }

.woocommerce-info {
  border-top-color: #ffd000; }
  .woocommerce-info::before {
    color: #1e85be; }

.woocommerce-error {
  border-top-color: #b81c23; }
  .woocommerce-error::before {
    content: "\e016";
    color: #b81c23; }

/**
   * Account page
   */
.woocommerce-account .woocommerce {
  *zoom: 1; }
  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation,
  .woocommerce-account .woocommerce woocommerce-MyAccount-content {
    display: block;
    padding-top: 50px; }
  .woocommerce-account .woocommerce .lost_reset_password {
    padding-top: 50px; }
    .woocommerce-account .woocommerce .lost_reset_password .btn-outline-primary {
      color: #2AB1CD;
      background-color: #ffa84f; }
      .woocommerce-account .woocommerce .lost_reset_password .btn-outline-primary:hover {
        background-color: #d9b100; }
  .woocommerce-account .woocommerce::before, .woocommerce-account .woocommerce::after {
    content: " ";
    display: table; }
  .woocommerce-account .woocommerce::after {
    clear: both; }

.woocommerce-account .addresses .title {
  *zoom: 1; }
  .woocommerce-account .addresses .title::before, .woocommerce-account .addresses .title::after {
    content: " ";
    display: table; }
  .woocommerce-account .addresses .title::after {
    clear: both; }
  .woocommerce-account .addresses .title h3 {
    float: left; }
  .woocommerce-account .addresses .title .edit {
    float: right; }

.woocommerce-account ol.commentlist.notes li.note p.meta {
  font-weight: 700;
  margin-bottom: 0; }

.woocommerce-account ol.commentlist.notes li.note .description p:last-child {
  margin-bottom: 0; }

.woocommerce-account ul.digital-downloads {
  margin-left: 0;
  padding-left: 0; }
  .woocommerce-account ul.digital-downloads li {
    list-style: none;
    margin-left: 0;
    padding-left: 0; }
    .woocommerce-account ul.digital-downloads li::before {
      font-family: "WooCommerce";
      speak: never;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      margin-right: 0.618em;
      content: "";
      text-decoration: none; }
    .woocommerce-account ul.digital-downloads li .count {
      float: right; }

/**
   * Cart/checkout page
   */
.woocommerce-cart table.cart .product-thumbnail,
.woocommerce-checkout table.cart .product-thumbnail,
.woocommerce table.cart .product-thumbnail,
#add_payment_method table.cart .product-thumbnail {
  min-width: 32px; }

.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img,
.woocommerce table.cart img,
#add_payment_method table.cart img {
  width: 32px;
  box-shadow: none; }

.woocommerce-cart table.cart th,
.woocommerce-cart table.cart td,
.woocommerce-checkout table.cart th,
.woocommerce-checkout table.cart td,
.woocommerce table.cart th,
.woocommerce table.cart td,
#add_payment_method table.cart th,
#add_payment_method table.cart td {
  vertical-align: middle; }

.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text,
.woocommerce table.cart td.actions .coupon .input-text,
#add_payment_method table.cart td.actions .coupon .input-text {
  float: left;
  box-sizing: border-box;
  border: 1px solid #218ca3;
  padding: 6px 6px 5px;
  margin: 0 4px 0 0;
  outline: 0; }

.woocommerce-cart table.cart td.product-remove,
.woocommerce-checkout table.cart td.product-remove,
.woocommerce table.cart td.product-remove,
#add_payment_method table.cart td.product-remove {
  width: 30px; }

.woocommerce-cart table.cart input,
.woocommerce-checkout table.cart input,
.woocommerce table.cart input,
#add_payment_method table.cart input {
  border-radius: 0px;
  margin: 0;
  vertical-align: middle;
  margin-top: 2px; }

.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce-checkout .wc-proceed-to-checkout,
.woocommerce .wc-proceed-to-checkout,
#add_payment_method .wc-proceed-to-checkout {
  *zoom: 1;
  padding: 1em 0; }
  .woocommerce-cart .wc-proceed-to-checkout .btn, .woocommerce-cart .wc-proceed-to-checkout .main-menu-container .navbar-nav li.menu-item.nav-btn, .main-menu-container .navbar-nav .woocommerce-cart .wc-proceed-to-checkout li.menu-item.nav-btn, .woocommerce-cart .wc-proceed-to-checkout #footer #main-menu li.menu-item:last-of-type, #footer #main-menu .woocommerce-cart .wc-proceed-to-checkout li.menu-item:last-of-type, .woocommerce-cart .wc-proceed-to-checkout .mailpoet_form .mailpoet_submit, .mailpoet_form .woocommerce-cart .wc-proceed-to-checkout .mailpoet_submit, .woocommerce-cart .wc-proceed-to-checkout .custom-nav > button, .woocommerce-cart .wc-proceed-to-checkout .gform_wrapper .gform_footer .gform_button, .gform_wrapper .gform_footer .woocommerce-cart .wc-proceed-to-checkout .gform_button,
  .woocommerce-checkout .wc-proceed-to-checkout .btn,
  .woocommerce-checkout .wc-proceed-to-checkout .main-menu-container .navbar-nav li.menu-item.nav-btn,
  .main-menu-container .navbar-nav .woocommerce-checkout .wc-proceed-to-checkout li.menu-item.nav-btn,
  .woocommerce-checkout .wc-proceed-to-checkout #footer #main-menu li.menu-item:last-of-type,
  #footer #main-menu .woocommerce-checkout .wc-proceed-to-checkout li.menu-item:last-of-type,
  .woocommerce-checkout .wc-proceed-to-checkout .mailpoet_form .mailpoet_submit,
  .mailpoet_form .woocommerce-checkout .wc-proceed-to-checkout .mailpoet_submit,
  .woocommerce-checkout .wc-proceed-to-checkout .custom-nav > button,
  .woocommerce-checkout .wc-proceed-to-checkout .gform_wrapper .gform_footer .gform_button,
  .gform_wrapper .gform_footer .woocommerce-checkout .wc-proceed-to-checkout .gform_button,
  .woocommerce .wc-proceed-to-checkout .btn,
  .woocommerce .wc-proceed-to-checkout .main-menu-container .navbar-nav li.menu-item.nav-btn,
  .main-menu-container .navbar-nav .woocommerce .wc-proceed-to-checkout li.menu-item.nav-btn,
  .woocommerce .wc-proceed-to-checkout #footer #main-menu li.menu-item:last-of-type,
  #footer #main-menu .woocommerce .wc-proceed-to-checkout li.menu-item:last-of-type,
  .woocommerce .wc-proceed-to-checkout .mailpoet_form .mailpoet_submit,
  .mailpoet_form .woocommerce .wc-proceed-to-checkout .mailpoet_submit,
  .woocommerce .wc-proceed-to-checkout .custom-nav > button,
  .woocommerce .wc-proceed-to-checkout .gform_wrapper .gform_footer .gform_button,
  .gform_wrapper .gform_footer .woocommerce .wc-proceed-to-checkout .gform_button,
  #add_payment_method .wc-proceed-to-checkout .btn,
  #add_payment_method .wc-proceed-to-checkout .main-menu-container .navbar-nav li.menu-item.nav-btn,
  .main-menu-container .navbar-nav #add_payment_method .wc-proceed-to-checkout li.menu-item.nav-btn,
  #add_payment_method .wc-proceed-to-checkout #footer #main-menu li.menu-item:last-of-type,
  #footer #main-menu #add_payment_method .wc-proceed-to-checkout li.menu-item:last-of-type,
  #add_payment_method .wc-proceed-to-checkout .mailpoet_form .mailpoet_submit,
  .mailpoet_form #add_payment_method .wc-proceed-to-checkout .mailpoet_submit,
  #add_payment_method .wc-proceed-to-checkout .custom-nav > button,
  #add_payment_method .wc-proceed-to-checkout .gform_wrapper .gform_footer .gform_button,
  .gform_wrapper .gform_footer #add_payment_method .wc-proceed-to-checkout .gform_button {
    border-radius: 0;
    font-weight: 600; }
  .woocommerce-cart .wc-proceed-to-checkout::before, .woocommerce-cart .wc-proceed-to-checkout::after,
  .woocommerce-checkout .wc-proceed-to-checkout::before,
  .woocommerce-checkout .wc-proceed-to-checkout::after,
  .woocommerce .wc-proceed-to-checkout::before,
  .woocommerce .wc-proceed-to-checkout::after,
  #add_payment_method .wc-proceed-to-checkout::before,
  #add_payment_method .wc-proceed-to-checkout::after {
    content: " ";
    display: table; }
  .woocommerce-cart .wc-proceed-to-checkout::after,
  .woocommerce-checkout .wc-proceed-to-checkout::after,
  .woocommerce .wc-proceed-to-checkout::after,
  #add_payment_method .wc-proceed-to-checkout::after {
    clear: both; }
  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
  .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
  .woocommerce .wc-proceed-to-checkout a.checkout-button,
  #add_payment_method .wc-proceed-to-checkout a.checkout-button {
    display: block;
    text-align: center;
    margin-bottom: 1em;
    font-size: 1.25em;
    padding: 1em; }

.woocommerce-cart .cart-collaterals .shipping-calculator-button,
.woocommerce-checkout .cart-collaterals .shipping-calculator-button,
.woocommerce .cart-collaterals .shipping-calculator-button,
#add_payment_method .cart-collaterals .shipping-calculator-button {
  float: none;
  margin-top: 0.5em;
  display: inline-block; }

.woocommerce-cart .cart-collaterals .shipping-calculator-button::after,
.woocommerce-checkout .cart-collaterals .shipping-calculator-button::after,
.woocommerce .cart-collaterals .shipping-calculator-button::after,
#add_payment_method .cart-collaterals .shipping-calculator-button::after {
  font-family: "WooCommerce";
  speak: never;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-left: 0.618em;
  content: "";
  text-decoration: none; }

.woocommerce-cart .cart-collaterals .shipping-calculator-form,
.woocommerce-checkout .cart-collaterals .shipping-calculator-form,
.woocommerce .cart-collaterals .shipping-calculator-form,
#add_payment_method .cart-collaterals .shipping-calculator-form {
  margin: 1em 0 0 0; }

.woocommerce-cart .cart-collaterals .cart_totals h2,
.woocommerce-checkout .cart-collaterals .cart_totals h2,
.woocommerce .cart-collaterals .cart_totals h2,
#add_payment_method .cart-collaterals .cart_totals h2 {
  font-family: "Josefin Sans", sans-serif;
  font-size: 25px; }

.woocommerce-cart .cart-collaterals .cart_totals p small,
.woocommerce-checkout .cart-collaterals .cart_totals p small,
.woocommerce .cart-collaterals .cart_totals p small,
#add_payment_method .cart-collaterals .cart_totals p small {
  color: #767676;
  font-size: 0.83em; }

.woocommerce-cart .cart-collaterals .cart_totals table,
.woocommerce-checkout .cart-collaterals .cart_totals table,
.woocommerce .cart-collaterals .cart_totals table,
#add_payment_method .cart-collaterals .cart_totals table {
  border-collapse: separate;
  margin: 0 0 6px;
  padding: 0; }
  .woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th,
  .woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td,
  .woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child th,
  .woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child td,
  .woocommerce .cart-collaterals .cart_totals table tr:first-child th,
  .woocommerce .cart-collaterals .cart_totals table tr:first-child td,
  #add_payment_method .cart-collaterals .cart_totals table tr:first-child th,
  #add_payment_method .cart-collaterals .cart_totals table tr:first-child td {
    border-top: 0; }
  .woocommerce-cart .cart-collaterals .cart_totals table th,
  .woocommerce-checkout .cart-collaterals .cart_totals table th,
  .woocommerce .cart-collaterals .cart_totals table th,
  #add_payment_method .cart-collaterals .cart_totals table th {
    width: 35%; }
  .woocommerce-cart .cart-collaterals .cart_totals table td,
  .woocommerce-cart .cart-collaterals .cart_totals table th,
  .woocommerce-checkout .cart-collaterals .cart_totals table td,
  .woocommerce-checkout .cart-collaterals .cart_totals table th,
  .woocommerce .cart-collaterals .cart_totals table td,
  .woocommerce .cart-collaterals .cart_totals table th,
  #add_payment_method .cart-collaterals .cart_totals table td,
  #add_payment_method .cart-collaterals .cart_totals table th {
    vertical-align: top;
    border-left: 0;
    border-right: 0;
    line-height: 1.5em; }
  .woocommerce-cart .cart-collaterals .cart_totals table small,
  .woocommerce-checkout .cart-collaterals .cart_totals table small,
  .woocommerce .cart-collaterals .cart_totals table small,
  #add_payment_method .cart-collaterals .cart_totals table small {
    color: #767676; }
  .woocommerce-cart .cart-collaterals .cart_totals table select,
  .woocommerce-checkout .cart-collaterals .cart_totals table select,
  .woocommerce .cart-collaterals .cart_totals table select,
  #add_payment_method .cart-collaterals .cart_totals table select {
    width: 100%; }

.woocommerce-cart .cart-collaterals .cart_totals .discount td,
.woocommerce-checkout .cart-collaterals .cart_totals .discount td,
.woocommerce .cart-collaterals .cart_totals .discount td,
#add_payment_method .cart-collaterals .cart_totals .discount td {
  color: #4ffeff; }

.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th,
.woocommerce .cart-collaterals .cart_totals tr td,
.woocommerce .cart-collaterals .cart_totals tr th,
#add_payment_method .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr th {
  border-top: 1px solid #2AB1CD; }

.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination,
.woocommerce-checkout .cart-collaterals .cart_totals .woocommerce-shipping-destination,
.woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-destination,
#add_payment_method .cart-collaterals .cart_totals .woocommerce-shipping-destination {
  margin-bottom: 0; }

.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product,
.woocommerce-checkout .cart-collaterals .cross-sells ul.products li.product,
.woocommerce .cart-collaterals .cross-sells ul.products li.product,
#add_payment_method .cart-collaterals .cross-sells ul.products li.product {
  margin-top: 0; }

.woocommerce-cart .checkout .col-12 h3#ship-to-different-address,
.woocommerce-cart .woocommerce-checkout .col-12 h3#ship-to-different-address,
.woocommerce-checkout .checkout .col-12 h3#ship-to-different-address,
.woocommerce-checkout .woocommerce-checkout .col-12 h3#ship-to-different-address,
.woocommerce .checkout .col-12 h3#ship-to-different-address,
.woocommerce .woocommerce-checkout .col-12 h3#ship-to-different-address,
#add_payment_method .checkout .col-12 h3#ship-to-different-address,
#add_payment_method .woocommerce-checkout .col-12 h3#ship-to-different-address {
  float: left;
  clear: none; }

.woocommerce-cart .checkout .col-12 .notes,
.woocommerce-cart .woocommerce-checkout .col-12 .notes,
.woocommerce-checkout .checkout .col-12 .notes,
.woocommerce-checkout .woocommerce-checkout .col-12 .notes,
.woocommerce .checkout .col-12 .notes,
.woocommerce .woocommerce-checkout .col-12 .notes,
#add_payment_method .checkout .col-12 .notes,
#add_payment_method .woocommerce-checkout .col-12 .notes {
  clear: left; }

.woocommerce-cart .checkout .col-12 .form-row-first,
.woocommerce-cart .woocommerce-checkout .col-12 .form-row-first,
.woocommerce-checkout .checkout .col-12 .form-row-first,
.woocommerce-checkout .woocommerce-checkout .col-12 .form-row-first,
.woocommerce .checkout .col-12 .form-row-first,
.woocommerce .woocommerce-checkout .col-12 .form-row-first,
#add_payment_method .checkout .col-12 .form-row-first,
#add_payment_method .woocommerce-checkout .col-12 .form-row-first {
  clear: left; }

.woocommerce-cart .checkout .create-account small,
.woocommerce-cart .woocommerce-checkout .create-account small,
.woocommerce-checkout .checkout .create-account small,
.woocommerce-checkout .woocommerce-checkout .create-account small,
.woocommerce .checkout .create-account small,
.woocommerce .woocommerce-checkout .create-account small,
#add_payment_method .checkout .create-account small,
#add_payment_method .woocommerce-checkout .create-account small {
  font-size: 11px;
  color: #767676;
  font-weight: normal; }

.woocommerce-cart .checkout div.shipping-address,
.woocommerce-cart .woocommerce-checkout div.shipping-address,
.woocommerce-checkout .checkout div.shipping-address,
.woocommerce-checkout .woocommerce-checkout div.shipping-address,
.woocommerce .checkout div.shipping-address,
.woocommerce .woocommerce-checkout div.shipping-address,
#add_payment_method .checkout div.shipping-address,
#add_payment_method .woocommerce-checkout div.shipping-address {
  padding: 0;
  clear: left;
  width: 100%; }

.woocommerce-cart .checkout .shipping_address,
.woocommerce-cart .woocommerce-checkout .shipping_address,
.woocommerce-checkout .checkout .shipping_address,
.woocommerce-checkout .woocommerce-checkout .shipping_address,
.woocommerce .checkout .shipping_address,
.woocommerce .woocommerce-checkout .shipping_address,
#add_payment_method .checkout .shipping_address,
#add_payment_method .woocommerce-checkout .shipping_address {
  clear: both; }

.woocommerce-cart #payment,
.woocommerce-checkout #payment,
.woocommerce #payment,
#add_payment_method #payment {
  border-radius: 5px; }
  .woocommerce-cart #payment ul.payment_methods,
  .woocommerce-checkout #payment ul.payment_methods,
  .woocommerce #payment ul.payment_methods,
  #add_payment_method #payment ul.payment_methods {
    *zoom: 1;
    text-align: left;
    padding: 1em;
    border-bottom: 1px solid #218ca3;
    margin: 0;
    list-style: none outside; }
    .woocommerce-cart #payment ul.payment_methods::before, .woocommerce-cart #payment ul.payment_methods::after,
    .woocommerce-checkout #payment ul.payment_methods::before,
    .woocommerce-checkout #payment ul.payment_methods::after,
    .woocommerce #payment ul.payment_methods::before,
    .woocommerce #payment ul.payment_methods::after,
    #add_payment_method #payment ul.payment_methods::before,
    #add_payment_method #payment ul.payment_methods::after {
      content: " ";
      display: table; }
    .woocommerce-cart #payment ul.payment_methods::after,
    .woocommerce-checkout #payment ul.payment_methods::after,
    .woocommerce #payment ul.payment_methods::after,
    #add_payment_method #payment ul.payment_methods::after {
      clear: both; }
    .woocommerce-cart #payment ul.payment_methods li,
    .woocommerce-checkout #payment ul.payment_methods li,
    .woocommerce #payment ul.payment_methods li,
    #add_payment_method #payment ul.payment_methods li {
      line-height: 2;
      text-align: left;
      margin: 0;
      font-weight: normal; }
      .woocommerce-cart #payment ul.payment_methods li input,
      .woocommerce-checkout #payment ul.payment_methods li input,
      .woocommerce #payment ul.payment_methods li input,
      #add_payment_method #payment ul.payment_methods li input {
        margin: 0 1em 0 0; }
      .woocommerce-cart #payment ul.payment_methods li img,
      .woocommerce-checkout #payment ul.payment_methods li img,
      .woocommerce #payment ul.payment_methods li img,
      #add_payment_method #payment ul.payment_methods li img {
        vertical-align: middle;
        margin: -2px 0 0 0.5em;
        padding: 0;
        position: relative;
        box-shadow: none; }
      .woocommerce-cart #payment ul.payment_methods li img + img,
      .woocommerce-checkout #payment ul.payment_methods li img + img,
      .woocommerce #payment ul.payment_methods li img + img,
      #add_payment_method #payment ul.payment_methods li img + img {
        margin-left: 2px; }
    .woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice),
    .woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice),
    .woocommerce #payment ul.payment_methods li:not(.woocommerce-notice),
    #add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice) {
      *zoom: 1; }
      .woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::before, .woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after,
      .woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::before,
      .woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after,
      .woocommerce #payment ul.payment_methods li:not(.woocommerce-notice)::before,
      .woocommerce #payment ul.payment_methods li:not(.woocommerce-notice)::after,
      #add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::before,
      #add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after {
        content: " ";
        display: table; }
      .woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after,
      .woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after,
      .woocommerce #payment ul.payment_methods li:not(.woocommerce-notice)::after,
      #add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after {
        clear: both; }
  .woocommerce-cart #payment div.form-row,
  .woocommerce-checkout #payment div.form-row,
  .woocommerce #payment div.form-row,
  #add_payment_method #payment div.form-row {
    padding: 1em; }
  .woocommerce-cart #payment div.payment_box,
  .woocommerce-checkout #payment div.payment_box,
  .woocommerce #payment div.payment_box,
  #add_payment_method #payment div.payment_box {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 1em;
    margin: 1em 0;
    font-size: 0.92em;
    border-radius: 2px;
    line-height: 1.5;
    color: #272727; }
    .woocommerce-cart #payment div.payment_box input.input-text,
    .woocommerce-cart #payment div.payment_box textarea,
    .woocommerce-checkout #payment div.payment_box input.input-text,
    .woocommerce-checkout #payment div.payment_box textarea,
    .woocommerce #payment div.payment_box input.input-text,
    .woocommerce #payment div.payment_box textarea,
    #add_payment_method #payment div.payment_box input.input-text,
    #add_payment_method #payment div.payment_box textarea {
      border-color: #1d7a8e;
      border-top-color: #196878; }
    .woocommerce-cart #payment div.payment_box ::-webkit-input-placeholder,
    .woocommerce-checkout #payment div.payment_box ::-webkit-input-placeholder,
    .woocommerce #payment div.payment_box ::-webkit-input-placeholder,
    #add_payment_method #payment div.payment_box ::-webkit-input-placeholder {
      color: #196878; }
    .woocommerce-cart #payment div.payment_box :-moz-placeholder,
    .woocommerce-checkout #payment div.payment_box :-moz-placeholder,
    .woocommerce #payment div.payment_box :-moz-placeholder,
    #add_payment_method #payment div.payment_box :-moz-placeholder {
      color: #196878; }
    .woocommerce-cart #payment div.payment_box :-ms-input-placeholder,
    .woocommerce-checkout #payment div.payment_box :-ms-input-placeholder,
    .woocommerce #payment div.payment_box :-ms-input-placeholder,
    #add_payment_method #payment div.payment_box :-ms-input-placeholder {
      color: #196878; }
    .woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods,
    .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods,
    .woocommerce #payment div.payment_box .woocommerce-SavedPaymentMethods,
    #add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods {
      list-style: none outside;
      margin: 0; }
      .woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,
      .woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,
      .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,
      .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,
      .woocommerce #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,
      .woocommerce #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,
      #add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,
      #add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new {
        margin: 0 0 0.5em; }
        .woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,
        .woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,
        .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,
        .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,
        .woocommerce #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,
        .woocommerce #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,
        #add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,
        #add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label {
          cursor: pointer; }
      .woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,
      .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,
      .woocommerce #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,
      #add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput {
        vertical-align: middle;
        margin: -3px 1em 0 0;
        position: relative; }
    .woocommerce-cart #payment div.payment_box .wc-credit-card-form,
    .woocommerce-checkout #payment div.payment_box .wc-credit-card-form,
    .woocommerce #payment div.payment_box .wc-credit-card-form,
    #add_payment_method #payment div.payment_box .wc-credit-card-form {
      border: 0;
      padding: 0;
      margin: 1em 0 0; }
    .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number,
    .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry,
    .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc,
    .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number,
    .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry,
    .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc,
    .woocommerce #payment div.payment_box .wc-credit-card-form-card-number,
    .woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry,
    .woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc,
    #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number,
    #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry,
    #add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc {
      font-size: 1.5em;
      padding: 8px;
      background-repeat: no-repeat;
      background-position: right 0.618em center;
      background-size: 32px 20px; }
      .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.visa,
      .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
      .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.visa,
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
      .woocommerce #payment div.payment_box .wc-credit-card-form-card-number.visa,
      .woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
      .woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
      #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.visa,
      #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
      #add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.visa {
        background-image: url("../images/icons/credit-cards/visa.svg"); }
      .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.mastercard,
      .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
      .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.mastercard,
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,
      .woocommerce #payment div.payment_box .wc-credit-card-form-card-number.mastercard,
      .woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
      .woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,
      #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.mastercard,
      #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
      #add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard {
        background-image: url("../images/icons/credit-cards/mastercard.svg"); }
      .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.laser,
      .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
      .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.laser,
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
      .woocommerce #payment div.payment_box .wc-credit-card-form-card-number.laser,
      .woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
      .woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
      #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.laser,
      #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
      #add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.laser {
        background-image: url("../images/icons/credit-cards/laser.svg"); }
      .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,
      .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
      .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,
      .woocommerce #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,
      .woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
      .woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,
      #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,
      #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
      #add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub {
        background-image: url("../images/icons/credit-cards/diners.svg"); }
      .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.maestro,
      .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
      .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.maestro,
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,
      .woocommerce #payment div.payment_box .wc-credit-card-form-card-number.maestro,
      .woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
      .woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,
      #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.maestro,
      #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
      #add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.maestro {
        background-image: url("../images/icons/credit-cards/maestro.svg"); }
      .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.jcb,
      .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
      .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.jcb,
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
      .woocommerce #payment div.payment_box .wc-credit-card-form-card-number.jcb,
      .woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
      .woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
      #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.jcb,
      #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
      #add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.jcb {
        background-image: url("../images/icons/credit-cards/jcb.svg"); }
      .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.amex,
      .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
      .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.amex,
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
      .woocommerce #payment div.payment_box .wc-credit-card-form-card-number.amex,
      .woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
      .woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
      #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.amex,
      #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
      #add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.amex {
        background-image: url("../images/icons/credit-cards/amex.svg"); }
      .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.discover,
      .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
      .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.discover,
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.discover,
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.discover,
      .woocommerce #payment div.payment_box .wc-credit-card-form-card-number.discover,
      .woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
      .woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.discover,
      #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.discover,
      #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
      #add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.discover {
        background-image: url("../images/icons/credit-cards/discover.svg"); }
    .woocommerce-cart #payment div.payment_box span.help,
    .woocommerce-checkout #payment div.payment_box span.help,
    .woocommerce #payment div.payment_box span.help,
    #add_payment_method #payment div.payment_box span.help {
      font-size: 0.857em;
      color: #767676;
      font-weight: normal; }
    .woocommerce-cart #payment div.payment_box .form-row,
    .woocommerce-checkout #payment div.payment_box .form-row,
    .woocommerce #payment div.payment_box .form-row,
    #add_payment_method #payment div.payment_box .form-row {
      margin: 0 0 1em; }
    .woocommerce-cart #payment div.payment_box p:last-child,
    .woocommerce-checkout #payment div.payment_box p:last-child,
    .woocommerce #payment div.payment_box p:last-child,
    #add_payment_method #payment div.payment_box p:last-child {
      margin-bottom: 0; }
    .woocommerce-cart #payment div.payment_box::before,
    .woocommerce-checkout #payment div.payment_box::before,
    .woocommerce #payment div.payment_box::before,
    #add_payment_method #payment div.payment_box::before {
      content: "";
      display: block;
      border-right-color: transparent;
      border-left-color: transparent;
      border-top-color: transparent;
      position: absolute;
      top: -0.75em;
      left: 0;
      margin: -1em 0 0 2em; }
  .woocommerce-cart #payment .payment_method_paypal .about_paypal,
  .woocommerce-checkout #payment .payment_method_paypal .about_paypal,
  .woocommerce #payment .payment_method_paypal .about_paypal,
  #add_payment_method #payment .payment_method_paypal .about_paypal {
    float: right;
    line-height: 52px;
    font-size: 0.83em; }
  .woocommerce-cart #payment .payment_method_paypal img,
  .woocommerce-checkout #payment .payment_method_paypal img,
  .woocommerce #payment .payment_method_paypal img,
  #add_payment_method #payment .payment_method_paypal img {
    max-height: 52px;
    vertical-align: middle; }

.woocommerce-terms-and-conditions {
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.05); }

.woocommerce-invalid #terms {
  outline: 2px solid red;
  outline-offset: 2px; }

/**
   * Password strength meter
   */
.woocommerce-password-strength {
  text-align: center;
  font-weight: 600;
  padding: 3px 0.5em;
  font-size: 1em; }
  .woocommerce-password-strength.strong {
    background-color: #c1e1b9;
    border-color: #83c373; }
  .woocommerce-password-strength.short {
    background-color: #f1adad;
    border-color: #e35b5b; }
  .woocommerce-password-strength.bad {
    background-color: #fbc5a9;
    border-color: #f78b53; }
  .woocommerce-password-strength.good {
    background-color: #ffe399;
    border-color: #ffc733; }

.woocommerce-password-hint {
  margin: 0.5em 0 0;
  display: block; }

.woocommerce-checkout h3 {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 500;
  font-family: "Josefin Sans", sans-serif; }

.woocommerce-checkout label.control-label {
  font-size: 16px;
  font-weight: 400; }

.woocommerce-checkout .woocommerce-input-wrapper {
  width: 100%; }

.coupon {
  display: flex;
  align-content: start;
  align-items: center; }

.calculated_shipping h2 {
  font-size: 25px; }

.category-grid .product-grid > .product {
  list-style-type: none;
  background: #fff;
  padding: 15px;
  border-radius: 5px;
  position: relative; }
  .category-grid .product-grid > .product::before {
    content: "";
    border: solid 2px #ffa84f;
    position: absolute;
    width: 170px;
    height: 170px;
    z-index: 0;
    top: 0;
    left: 35px; }
  .category-grid .product-grid > .product a {
    display: flex;
    align-items: center;
    color: #2AB1CD; }
  .category-grid .product-grid > .product img {
    width: 200px;
    position: relative; }

.category-grid .button {
  margin-top: 1em; }

.category-grid .price {
  color: #2AB1CD;
  font-size: 25px;
  font-weight: 600; }
  @media (max-width: 991.98px) {
    .category-grid .price {
      font-size: 18px; } }
  .category-grid .price .current-price {
    margin-right: 10px;
    font-weight: 500; }
  .category-grid .price del {
    font-weight: 500;
    font-size: 15px;
    color: inherit;
    opacity: 1;
    display: inline-block; }
  .category-grid .price ins {
    background: none;
    font-weight: 700;
    display: inline-block;
    text-decoration: none !important; }
  .category-grid .price .from {
    font-size: 0.67em;
    margin: -2px 0 0 0;
    text-transform: uppercase;
    color: rgba(145, 189, 189, 0.5); }

.product-grid > .product .card-body p {
  color: #414141; }

.product-grid > .product .card-body .grid-SKU {
  font-weight: 500;
  color: #949494;
  margin-bottom: 30px; }

.product-grid > .product .card-body .price {
  margin-top: auto;
  font-size: 25px;
  color: #828282;
  margin-bottom: 20px; }
  .product-grid > .product .card-body .price del {
    color: #ffa84f;
    font-size: 15px; }
  .product-grid > .product .card-body .price ins {
    text-decoration: none; }

.wc-pao-addons-container .wc-pao-addon {
  width: 260px; }
  .wc-pao-addons-container .wc-pao-addon .wc-pao-addon-name {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase; }
  .wc-pao-addons-container .wc-pao-addon select, .wc-pao-addons-container .wc-pao-addon input {
    border: 1px solid #c8c8c8;
    border-radius: 4px;
    padding: 5px; }

.wc-pao-addons-container .product-addon-totals {
  border: none;
  margin: 0;
  padding: 0; }
  .wc-pao-addons-container .product-addon-totals ul {
    margin: 0;
    padding: 0; }
    .wc-pao-addons-container .product-addon-totals ul li {
      display: none; }
      .wc-pao-addons-container .product-addon-totals ul li.wc-pao-subtotal-line {
        margin: 0;
        padding: 0; }

.entry-summary .qty-single {
  display: flex;
  flex-direction: column;
  padding-left: 5px; }
  .entry-summary .qty-single label {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase; }

.entry-summary .qty-price {
  margin-bottom: 0;
  margin-top: 30px;
  margin-left: 10px; }

@media (max-width: 991.98px) {
  .main-menu-container {
    margin: 0; } }

.main-menu-container .navbar-nav {
  position: static;
  flex-direction: row;
  align-items: center;
  /*&>li.menu-item {
        padding: 0px;

        @include media-breakpoint-down(md) {
          padding: 0;
          margin: 0;
        }

        &.menu-item-has-children {
          position: relative;
          
          @include media-breakpoint-down(md){
            &::before {
              background-image: image('down-arrow.svg');
              content: '';
              position: absolute;
              width: 20px;
              height: 20px;
              top: 18px;
              right: -30px;
              transition: all 300ms ease-in-out;
            }

          }


          &.rotate {
            &::before {
              transform: rotate(180deg);
            }
          }
        }

        &>.dropdown-menu {
          @include media-breakpoint-up(md) {
            left: 50%;
            transform: translateX(-50%);
          }
        }
      }*/ }
  .main-menu-container .navbar-nav li a {
    text-decoration: none !important; }
  @media (max-width: 991.98px) {
    .main-menu-container .navbar-nav {
      flex-direction: column; } }
  .main-menu-container .navbar-nav.footer {
    flex-direction: row !important; }
  .main-menu-container .navbar-nav li.menu-item {
    margin-right: 50px;
    font-size: 15px;
    position: relative; }
    @media (max-width: 991.98px) {
      .main-menu-container .navbar-nav li.menu-item {
        margin-bottom: 15px; } }
    .main-menu-container .navbar-nav li.menu-item.open > ul.dropdown-menu {
      display: block !important;
      position: absolute;
      background: #fff;
      color: #161517;
      box-shadow: 0px 0px 15px #00000029;
      border-radius: 3px;
      list-style-type: none;
      padding: 0px;
      top: calc(100% + 5px);
      left: 50%;
      transform: translateX(-50%);
      font-size: 15px; }
      @media (max-width: 991.98px) {
        .main-menu-container .navbar-nav li.menu-item.open > ul.dropdown-menu {
          position: relative;
          top: 0;
          box-shadow: none; } }
    .main-menu-container .navbar-nav li.menu-item li.menu-item a {
      color: #161517;
      white-space: nowrap;
      font-weight: normal !important;
      text-decoration: none; }
      .main-menu-container .navbar-nav li.menu-item li.menu-item a:hover {
        color: #ffa84f;
        position: relative; }
        .main-menu-container .navbar-nav li.menu-item li.menu-item a:hover::before {
          content: "";
          position: absolute;
          background-color: #ffa84f;
          width: 7px;
          height: 100%;
          top: 0;
          left: 0;
          border-radius: 0 30px 30px 0; }
          @media (max-width: 991.98px) {
            .main-menu-container .navbar-nav li.menu-item li.menu-item a:hover::before {
              content: unset; } }
      @media (min-width: 768px) {
        .main-menu-container .navbar-nav li.menu-item li.menu-item a {
          color: #00325d;
          white-space: nowrap;
          font-size: 16px;
          padding: 12px 15px;
          display: block;
          line-height: 1; }
          .main-menu-container .navbar-nav li.menu-item li.menu-item a:hover {
            color: #00325d; } }
      @media (max-width: 991.98px) {
        .main-menu-container .navbar-nav li.menu-item li.menu-item a {
          padding: 10px 15px;
          color: inherit !important;
          font-size: 18px; } }
    .main-menu-container .navbar-nav li.menu-item li.menu-item.dropdown-submenu:hover, .main-menu-container .navbar-nav li.menu-item li.menu-item.dropdown-submenu:focus {
      position: relative; }
      .main-menu-container .navbar-nav li.menu-item li.menu-item.dropdown-submenu:hover .sub-menu, .main-menu-container .navbar-nav li.menu-item li.menu-item.dropdown-submenu:focus .sub-menu {
        position: absolute;
        display: block;
        background: #fff;
        box-shadow: 0px 0px 15px #00000029;
        border-radius: 3px;
        list-style-type: none;
        padding: 0px;
        top: 0;
        left: 100%;
        transform: unset;
        font-size: 15px; }
        @media (max-width: 991.98px) {
          .main-menu-container .navbar-nav li.menu-item li.menu-item.dropdown-submenu:hover .sub-menu, .main-menu-container .navbar-nav li.menu-item li.menu-item.dropdown-submenu:focus .sub-menu {
            position: relative;
            list-style-type: none;
            padding: 0px;
            left: unset;
            font-size: 15px;
            box-shadow: unset; }
            .main-menu-container .navbar-nav li.menu-item li.menu-item.dropdown-submenu:hover .sub-menu.active, .main-menu-container .navbar-nav li.menu-item li.menu-item.dropdown-submenu:hover .sub-menu.show, .main-menu-container .navbar-nav li.menu-item li.menu-item.dropdown-submenu:focus .sub-menu.active, .main-menu-container .navbar-nav li.menu-item li.menu-item.dropdown-submenu:focus .sub-menu.show {
              display: block;
              left: 0; }
              .main-menu-container .navbar-nav li.menu-item li.menu-item.dropdown-submenu:hover .sub-menu.active .menu-item-has-children a, .main-menu-container .navbar-nav li.menu-item li.menu-item.dropdown-submenu:hover .sub-menu.show .menu-item-has-children a, .main-menu-container .navbar-nav li.menu-item li.menu-item.dropdown-submenu:focus .sub-menu.active .menu-item-has-children a, .main-menu-container .navbar-nav li.menu-item li.menu-item.dropdown-submenu:focus .sub-menu.show .menu-item-has-children a {
                font-size: 20px;
                font-weight: 600;
                padding: 20px 0; }
              .main-menu-container .navbar-nav li.menu-item li.menu-item.dropdown-submenu:hover .sub-menu.active .menu-item-has-children .sub-menu, .main-menu-container .navbar-nav li.menu-item li.menu-item.dropdown-submenu:hover .sub-menu.show .menu-item-has-children .sub-menu, .main-menu-container .navbar-nav li.menu-item li.menu-item.dropdown-submenu:focus .sub-menu.active .menu-item-has-children .sub-menu, .main-menu-container .navbar-nav li.menu-item li.menu-item.dropdown-submenu:focus .sub-menu.show .menu-item-has-children .sub-menu {
                position: relative;
                left: 0; }
                .main-menu-container .navbar-nav li.menu-item li.menu-item.dropdown-submenu:hover .sub-menu.active .menu-item-has-children .sub-menu li a, .main-menu-container .navbar-nav li.menu-item li.menu-item.dropdown-submenu:hover .sub-menu.show .menu-item-has-children .sub-menu li a, .main-menu-container .navbar-nav li.menu-item li.menu-item.dropdown-submenu:focus .sub-menu.active .menu-item-has-children .sub-menu li a, .main-menu-container .navbar-nav li.menu-item li.menu-item.dropdown-submenu:focus .sub-menu.show .menu-item-has-children .sub-menu li a {
                  font-size: 15px;
                  padding: 0; } }
        .main-menu-container .navbar-nav li.menu-item li.menu-item.dropdown-submenu:hover .sub-menu li.menu-item a, .main-menu-container .navbar-nav li.menu-item li.menu-item.dropdown-submenu:focus .sub-menu li.menu-item a {
          font-size: 15px; }
        .main-menu-container .navbar-nav li.menu-item li.menu-item.dropdown-submenu:hover .sub-menu .menu-item-has-children, .main-menu-container .navbar-nav li.menu-item li.menu-item.dropdown-submenu:focus .sub-menu .menu-item-has-children {
          position: relative;
          margin-right: 5px; }
          @media (max-width: 991.98px) {
            .main-menu-container .navbar-nav li.menu-item li.menu-item.dropdown-submenu:hover .sub-menu .menu-item-has-children::before, .main-menu-container .navbar-nav li.menu-item li.menu-item.dropdown-submenu:focus .sub-menu .menu-item-has-children::before {
              background-image: url("../../assets/images/down-arrow.svg");
              content: '';
              position: absolute;
              width: 20px;
              height: 20px;
              top: 26px;
              right: -30px;
              transition: all 300ms ease-in-out;
              scale: 75%; } }
          .main-menu-container .navbar-nav li.menu-item li.menu-item.dropdown-submenu:hover .sub-menu .menu-item-has-children.rotate::before, .main-menu-container .navbar-nav li.menu-item li.menu-item.dropdown-submenu:focus .sub-menu .menu-item-has-children.rotate::before {
            transform: rotate(180deg); }
          .main-menu-container .navbar-nav li.menu-item li.menu-item.dropdown-submenu:hover .sub-menu .menu-item-has-children .sub-menu, .main-menu-container .navbar-nav li.menu-item li.menu-item.dropdown-submenu:focus .sub-menu .menu-item-has-children .sub-menu {
            position: absolute;
            top: 0;
            left: 100%;
            transform: unset;
            margin-left: 10px;
            transition: 1.3s; }
            .main-menu-container .navbar-nav li.menu-item li.menu-item.dropdown-submenu:hover .sub-menu .menu-item-has-children .sub-menu::before, .main-menu-container .navbar-nav li.menu-item li.menu-item.dropdown-submenu:focus .sub-menu .menu-item-has-children .sub-menu::before {
              content: "";
              position: absolute;
              display: block;
              top: 0;
              right: 100%;
              background: transparent;
              transform: unset;
              width: 20px;
              height: 100%;
              left: unset;
              bottom: 0px;
              border: unset; }
              @media (max-width: 991.98px) {
                .main-menu-container .navbar-nav li.menu-item li.menu-item.dropdown-submenu:hover .sub-menu .menu-item-has-children .sub-menu::before, .main-menu-container .navbar-nav li.menu-item li.menu-item.dropdown-submenu:focus .sub-menu .menu-item-has-children .sub-menu::before {
                  content: ''; } }
        .main-menu-container .navbar-nav li.menu-item li.menu-item.dropdown-submenu:hover .sub-menu:after, .main-menu-container .navbar-nav li.menu-item li.menu-item.dropdown-submenu:focus .sub-menu:after {
          content: "";
          width: 100%;
          height: 5px;
          background: transparent;
          bottom: 100%;
          position: absolute;
          display: block;
          left: 0; }
        .main-menu-container .navbar-nav li.menu-item li.menu-item.dropdown-submenu:hover .sub-menu:before, .main-menu-container .navbar-nav li.menu-item li.menu-item.dropdown-submenu:focus .sub-menu:before {
          position: absolute;
          content: "";
          border-left: 10px solid transparent;
          border-right: 10px solid transparent;
          border-bottom: 10px solid transparent;
          bottom: 100%;
          left: 50%;
          transform: translateX(-50%);
          z-index: 9999; }
          @media (max-width: 991.98px) {
            .main-menu-container .navbar-nav li.menu-item li.menu-item.dropdown-submenu:hover .sub-menu:before, .main-menu-container .navbar-nav li.menu-item li.menu-item.dropdown-submenu:focus .sub-menu:before {
              content: unset; } }
    .main-menu-container .navbar-nav li.menu-item:hover {
      transition: 1.3s; }
      .main-menu-container .navbar-nav li.menu-item:hover a {
        text-decoration: none; }
    .main-menu-container .navbar-nav li.menu-item.nav-btn {
      margin-right: 0px;
      padding: 8px 20px; }
      @media (max-width: 991.98px) {
        .main-menu-container .navbar-nav li.menu-item.nav-btn {
          margin-top: 22px; } }
      .main-menu-container .navbar-nav li.menu-item.nav-btn a {
        color: #fff; }
        @media (max-width: 991.98px) {
          .main-menu-container .navbar-nav li.menu-item.nav-btn a {
            font-size: 20px; } }
        .main-menu-container .navbar-nav li.menu-item.nav-btn a:hover {
          color: #fff; }
    .main-menu-container .navbar-nav li.menu-item.current_page_item > a {
      color: #ffa84f; }
    .main-menu-container .navbar-nav li.menu-item.current_page_item:after {
      width: 100%; }
  .main-menu-container .navbar-nav .sub-menu {
    background: #fff;
    z-index: 1; }
    .main-menu-container .navbar-nav .sub-menu li {
      margin: 0;
      position: static; }
  .main-menu-container .navbar-nav li.menu-item {
    margin-right: 20px; }
    @media (max-width: 991.98px) {
      .main-menu-container .navbar-nav li.menu-item {
        font-size: 19px;
        margin-right: 0; }
        .main-menu-container .navbar-nav li.menu-item > a {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          -moz-align-items: center;
          align-items: center;
          -webkit-box-pack: end;
          -ms-flex-pack: end;
          -webkit-justify-content: flex-end;
          -moz-justify-content: flex-end;
          justify-content: flex-end;
          padding: 10px 0; } }
    @media (max-width: 991.98px) and (max-width: 991.98px) {
      .main-menu-container .navbar-nav li.menu-item > a {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        padding: 0; } }
    @media (max-width: 991.98px) {
        .main-menu-container .navbar-nav li.menu-item .caret {
          width: 20px;
          height: 20px;
          margin-right: -20px;
          padding-left: 5px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          -moz-align-items: center;
          align-items: center; }
          .main-menu-container .navbar-nav li.menu-item .caret .close-button {
            display: none; }
          .main-menu-container .navbar-nav li.menu-item .caret .open-button {
            display: block; }
        .main-menu-container .navbar-nav li.menu-item .nav-link .caret .open {
          display: none; }
        .main-menu-container .navbar-nav li.menu-item .nav-link[aria-expanded="true"] .caret .open {
          display: inline-block; }
        .main-menu-container .navbar-nav li.menu-item .nav-link[aria-expanded="true"] .caret .closed {
          display: none; } }
    .main-menu-container .navbar-nav li.menu-item .dropdown-menu {
      min-width: 290px; }
      @media (min-width: 768px) {
        .main-menu-container .navbar-nav li.menu-item .dropdown-menu {
          background: #ffa84f;
          border: 0;
          border-radius: 0;
          padding: 0; } }
      @media (max-width: 991.98px) {
        .main-menu-container .navbar-nav li.menu-item .dropdown-menu {
          background: #f9f9fc;
          border: 0;
          border-radius: 0;
          padding: 0; } }
      .main-menu-container .navbar-nav li.menu-item .dropdown-menu li {
        margin: 0; }
        .main-menu-container .navbar-nav li.menu-item .dropdown-menu li a {
          color: #161517 !important;
          white-space: nowrap;
          font-weight: normal !important; }
          @media (min-width: 768px) {
            .main-menu-container .navbar-nav li.menu-item .dropdown-menu li a {
              white-space: nowrap;
              font-size: 14px;
              padding: 17px 15px;
              display: block;
              line-height: 1; } }
          @media (max-width: 991.98px) {
            .main-menu-container .navbar-nav li.menu-item .dropdown-menu li a {
              padding: 10px 15px;
              color: inherit !important;
              font-size: 18px; } }
        @media (max-width: 991.98px) {
          .main-menu-container .navbar-nav li.menu-item .dropdown-menu li > .dropdown-menu {
            position: relative;
            background: #e8e8f4;
            width: 100%;
            margin: 0; } }
    .main-menu-container .navbar-nav li.menu-item a {
      font-size: 18px;
      color: #161517;
      font-weight: 500; }
      .main-menu-container .navbar-nav li.menu-item a:hover {
        text-decoration: none;
        color: #ffa84f; }
      @media (max-width: 991.98px) {
        .main-menu-container .navbar-nav li.menu-item a {
          font-size: 35px; } }
    .main-menu-container .navbar-nav li.menu-item.current_page_item.menu-item-has-children > a, .main-menu-container .navbar-nav li.menu-item.current-menu-ancestor.menu-item-has-children > a, .main-menu-container .navbar-nav li.menu-item.current-page-ancestor.menu-item-has-children > a {
      position: relative; }
    .main-menu-container .navbar-nav li.menu-item.current_page_item .dropdown-menu-xxx, .main-menu-container .navbar-nav li.menu-item.current-menu-ancestor .dropdown-menu-xxx, .main-menu-container .navbar-nav li.menu-item.current-page-ancestor .dropdown-menu-xxx {
      position: absolute;
      width: 100%;
      top: 100%;
      left: 0;
      transform: none;
      bottom: auto;
      margin: 0;
      padding: 0px 10%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      flex-wrap: wrap; }
      @media (max-width: 991.98px) {
        .main-menu-container .navbar-nav li.menu-item.current_page_item .dropdown-menu-xxx, .main-menu-container .navbar-nav li.menu-item.current-menu-ancestor .dropdown-menu-xxx, .main-menu-container .navbar-nav li.menu-item.current-page-ancestor .dropdown-menu-xxx {
          display: none; } }

.contact-wrapper {
  background: linear-gradient(270deg, #FCA153 0%, #F58220 100%); }
  .contact-wrapper .contact-inner {
    display: flex;
    align-items: center; }
    @media (max-width: 991.98px) {
      .contact-wrapper .contact-inner {
        flex-direction: column; } }
    .contact-wrapper .contact-inner .item {
      display: flex;
      align-items: center;
      margin-right: 25px; }
    .contact-wrapper .contact-inner svg {
      margin-right: 10px; }
    .contact-wrapper .contact-inner a {
      font-size: 25px;
      color: #fff; }
      @media (max-width: 991.98px) {
        .contact-wrapper .contact-inner a {
          font-size: 15px; } }
  .contact-wrapper .wpml-nav {
    display: flex;
    justify-content: flex-end; }
    @media (max-width: 991.98px) {
      .contact-wrapper .wpml-nav {
        justify-content: center; }
        .contact-wrapper .wpml-nav > div {
          padding: 0; } }
    .contact-wrapper .wpml-nav a:hover {
      text-decoration: none; }
    .contact-wrapper .wpml-nav span {
      color: #fff;
      text-transform: uppercase; }

#wrapper-navbar {
  width: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  flex-direction: column; }
  #wrapper-navbar .brand-column {
    z-index: 5; }
    #wrapper-navbar .brand-column h6 {
      color: #007bff;
      margin-left: 25px; }
    #wrapper-navbar .brand-column img {
      height: 90px;
      width: auto; }
  #wrapper-navbar .urgent-cta {
    width: fit-content;
    background: linear-gradient(263deg, #DE7575 0%, #FF5B5B 100%);
    padding: 10px 30px;
    color: #fff;
    border-radius: 35px; }
    @media (max-width: 991.98px) {
      #wrapper-navbar .urgent-cta {
        font-size: 15px;
        width: 100%;
        border-radius: 10px; } }
    #wrapper-navbar .urgent-cta a {
      color: #fff; }
  #wrapper-navbar .wpml-ls-link {
    color: #7E7E7E;
    font-size: 20px;
    font-family: "Josefin Sans", sans-serif; }
    #wrapper-navbar .wpml-ls-link:hover {
      text-decoration: none; }
  #wrapper-navbar .navbar {
    width: 100%;
    box-shadow: 0px 5px 11px -4px rgba(0, 0, 0, 0.36);
    -webkit-box-shadow: 0px 5px 11px -4px rgba(0, 0, 0, 0.36);
    -moz-box-shadow: 0px 5px 11px -4px rgba(0, 0, 0, 0.36);
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    #wrapper-navbar .navbar .mobile-logo {
      position: relative;
      z-index: 10000; }
      #wrapper-navbar .navbar .mobile-logo img {
        object-fit: cover;
        margin: 0;
        padding: 0;
        height: 90px;
        width: auto; }
    #wrapper-navbar .navbar .nav-contact {
      display: flex;
      justify-content: end;
      align-items: center;
      position: relative;
      top: -30px;
      padding: 0; }
      #wrapper-navbar .navbar .nav-contact .nav-contact-inner {
        display: flex;
        background-color: #EBEBEB;
        border-radius: 0 0 10px 10px; }
        @media (max-width: 991.98px) {
          #wrapper-navbar .navbar .nav-contact .nav-contact-inner {
            border-radius: 10px;
            width: 100%;
            justify-content: space-between; } }
      #wrapper-navbar .navbar .nav-contact .contact-wrapper {
        padding: 15px 0 5px 15px; }
      #wrapper-navbar .navbar .nav-contact .icon-wrap {
        height: 30px;
        width: 30px;
        border-radius: 50%;
        background: #fff; }
        #wrapper-navbar .navbar .nav-contact .icon-wrap svg {
          display: block;
          position: relative;
          top: 6px;
          left: 8px; }
      #wrapper-navbar .navbar .nav-contact .contact-box .content {
        line-height: 20px; }
        @media (max-width: 991.98px) {
          #wrapper-navbar .navbar .nav-contact .contact-box .content {
            display: flex;
            flex-direction: column;
            align-items: flex-start; } }
      #wrapper-navbar .navbar .nav-contact .contact-box p {
        margin: 0;
        font-size: 14px; }
      #wrapper-navbar .navbar .nav-contact .contact-box a {
        font-size: 15px;
        font-weight: 600;
        color: #2AB1CD; }
      #wrapper-navbar .navbar .nav-contact .contact-img-wrapper {
        background: url("../../assets/images/help.png");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        min-width: 110px;
        min-height: 110px;
        display: inline-block; }
    #wrapper-navbar .navbar .mobile-social-wrapper {
      margin-top: 20px; }
      #wrapper-navbar .navbar .mobile-social-wrapper img {
        filter: brightness(1) invert(1);
        width: 40px;
        margin-right: 10px; }
    #wrapper-navbar .navbar #search-trigger {
      cursor: pointer;
      color: #2AB1CD; }
      #wrapper-navbar .navbar #search-trigger span {
        font-size: 20px;
        font-weight: 500; }
    #wrapper-navbar .navbar #ar-language-switcher {
      position: relative;
      transition: all 0.35s;
      width: fit-content; }
      #wrapper-navbar .navbar #ar-language-switcher .lang-flag {
        display: none;
        min-width: 20px; }
        #wrapper-navbar .navbar #ar-language-switcher .lang-flag img {
          width: 25px;
          height: 25px; }
          @media (max-width: 991.98px) {
            #wrapper-navbar .navbar #ar-language-switcher .lang-flag img {
              width: 45px;
              height: 45px; } }
      #wrapper-navbar .navbar #ar-language-switcher .current-lang {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        position: relative; }
        #wrapper-navbar .navbar #ar-language-switcher .current-lang.clicked::after {
          position: absolute;
          content: "";
          display: block;
          width: 8px;
          height: 8px;
          border-top: 2px solid #ffa84f;
          border-left: 2px solid #ffa84f;
          transform: rotate(45deg);
          transition: 0.3s;
          right: -15px;
          top: 13px; }
          @media (max-width: 991.98px) {
            #wrapper-navbar .navbar #ar-language-switcher .current-lang.clicked::after {
              width: 12px;
              height: 12px;
              right: 30px; } }
        #wrapper-navbar .navbar #ar-language-switcher .current-lang.clicked-reset::after {
          position: absolute;
          content: "";
          display: block;
          width: 8px;
          height: 8px;
          border-top: 2px solid #ffa84f;
          border-left: 2px solid #ffa84f;
          right: -15px;
          top: 10px;
          transform: rotate(-135deg);
          transition: 0.3s; }
          @media (max-width: 991.98px) {
            #wrapper-navbar .navbar #ar-language-switcher .current-lang.clicked-reset::after {
              width: 12px;
              height: 12px;
              right: 30px; } }
      #wrapper-navbar .navbar #ar-language-switcher a {
        color: #161517;
        font-weight: 600;
        line-height: 1.8;
        text-align: center;
        text-transform: uppercase; }
      #wrapper-navbar .navbar #ar-language-switcher .language-switcher-wrapper {
        display: inline-block;
        visibility: hidden;
        height: auto;
        transition: all 0.5s cubic-bezier(0.49, 0.51, 0.15, 1.14);
        transition-delay: 0s;
        transform: scaleY(0);
        box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0);
        transform-origin: top; }
        #wrapper-navbar .navbar #ar-language-switcher .language-switcher-wrapper .lang-switcher-inner {
          overflow: hidden;
          position: relative; }
          @media (max-width: 991.98px) {
            #wrapper-navbar .navbar #ar-language-switcher .language-switcher-wrapper .lang-switcher-inner {
              text-align: center; } }
        #wrapper-navbar .navbar #ar-language-switcher .language-switcher-wrapper.active {
          width: fit-content;
          visibility: visible;
          transform: scaleY(1);
          box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.2);
          z-index: 10; }
          @media (max-width: 991.98px) {
            #wrapper-navbar .navbar #ar-language-switcher .language-switcher-wrapper.active {
              box-shadow: none;
              width: 100%; } }
        #wrapper-navbar .navbar #ar-language-switcher .language-switcher-wrapper .lang-item,
        #wrapper-navbar .navbar #ar-language-switcher .language-switcher-wrapper span {
          display: block;
          text-decoration: none;
          padding: 20px; }
        #wrapper-navbar .navbar #ar-language-switcher .language-switcher-wrapper span {
          display: block;
          color: #2AB1CD; }
        #wrapper-navbar .navbar #ar-language-switcher .language-switcher-wrapper .lang-item {
          animation-duration: 0.5s;
          opacity: 0;
          transition: 0.2s all;
          border-top: 1px solid #eee;
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex; }
          @media (max-width: 991.98px) {
            #wrapper-navbar .navbar #ar-language-switcher .language-switcher-wrapper .lang-item {
              border-top: none; } }
          #wrapper-navbar .navbar #ar-language-switcher .language-switcher-wrapper .lang-item .lang-flag,
          #wrapper-navbar .navbar #ar-language-switcher .language-switcher-wrapper .lang-item .lang-code {
            padding: 0;
            text-transform: initial; }
          #wrapper-navbar .navbar #ar-language-switcher .language-switcher-wrapper .lang-item .lang-code {
            display: inline-block; }
          #wrapper-navbar .navbar #ar-language-switcher .language-switcher-wrapper .lang-item:first-of-type {
            border-top: none; }
          #wrapper-navbar .navbar #ar-language-switcher .language-switcher-wrapper .lang-item.active {
            opacity: 1; }
          #wrapper-navbar .navbar #ar-language-switcher .language-switcher-wrapper .lang-item img {
            margin-right: 10px; }
      #wrapper-navbar .navbar #ar-language-switcher .current-lang {
        text-transform: initial;
        position: relative;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
      #wrapper-navbar .navbar #ar-language-switcher .language-switcher-wrapper {
        position: absolute;
        top: 100%;
        margin-top: 20px;
        left: 0;
        z-index: 1;
        background-color: #fff;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px; }
        @media (max-width: 991.98px) {
          #wrapper-navbar .navbar #ar-language-switcher .language-switcher-wrapper {
            margin-top: 0px; } }
        #wrapper-navbar .navbar #ar-language-switcher .language-switcher-wrapper .lang-item {
          padding: 10px 20px; }
          @media (max-width: 991.98px) {
            #wrapper-navbar .navbar #ar-language-switcher .language-switcher-wrapper .lang-item {
              padding: 10px;
              display: inline; } }
      @media (min-width: 720px) {
        #wrapper-navbar .navbar #ar-language-switcher .current-lang {
          color: #2AB1CD;
          text-decoration: none; } }
    @media (max-width: 991.98px) {
      #wrapper-navbar .navbar .m-wrapper-outer {
        transition: all 0.3s cubic-bezier(0.94, 0.02, 0, 1.01);
        background-color: #fff;
        position: fixed;
        top: 0;
        width: 100%;
        left: 100%;
        height: 100vh;
        padding: 0px 15px 50px 15px;
        z-index: 4;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        flex-direction: column;
        transform: translateX(0); } }
  @media (max-width: 991.98px) and (min-width: 1024px) {
    #wrapper-navbar .navbar .m-wrapper-outer {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      justify-content: flex-start;
      padding-top: 50%; } }
    @media (max-width: 991.98px) {
        #wrapper-navbar .navbar .m-wrapper-outer.notice-menu {
          padding: 230px 15px 50px 15px; }
        #wrapper-navbar .navbar .m-wrapper-outer > div {
          width: 100%; }
        #wrapper-navbar .navbar .m-wrapper-outer.active {
          transform: translateX(-100%);
          min-width: 100%; }
          #wrapper-navbar .navbar .m-wrapper-outer.active .main-menu-container {
            transform: translateY(0); } }
    #wrapper-navbar .navbar .phone-outer-wrapper {
      position: relative;
      z-index: 10;
      overflow: hidden; }
      #wrapper-navbar .navbar .phone-outer-wrapper .phone-cta i {
        font-size: 24px; }
      #wrapper-navbar .navbar .phone-outer-wrapper .phone-cta span {
        font-family: "Josefin Sans", sans-serif;
        font-weight: 500;
        font-size: 20px;
        line-height: 1;
        display: block;
        color: #fff;
        text-transform: uppercase; }
        #wrapper-navbar .navbar .phone-outer-wrapper .phone-cta span.num {
          font-weight: 600; }
      @media (min-width: 1160px) and (max-width: 1600px) {
        #wrapper-navbar .navbar .phone-outer-wrapper {
          order: 1; } }
    #wrapper-navbar .navbar .navbar-brand {
      margin-right: 0px;
      z-index: 2;
      padding: 0; }
      @media (max-width: 991.98px) {
        #wrapper-navbar .navbar .navbar-brand {
          height: 100%;
          position: relative; } }
      @media (max-width: 1730px) {
        #wrapper-navbar .navbar .navbar-brand .logo {
          height: auto;
          width: 100%; } }
      @media (max-width: 991.98px) {
        #wrapper-navbar .navbar .navbar-brand .logo {
          height: 100%;
          width: auto; } }
      #wrapper-navbar .navbar .navbar-brand .logo img,
      #wrapper-navbar .navbar .navbar-brand .logo svg {
        height: auto; }
        @media (max-width: 991.98px) {
          #wrapper-navbar .navbar .navbar-brand .logo img,
          #wrapper-navbar .navbar .navbar-brand .logo svg {
            width: 100%;
            margin-left: 20px; } }
    @media (max-width: 1160px) {
      #wrapper-navbar .navbar .nav-wrapper {
        height: 18px;
        cursor: pointer; }
        #wrapper-navbar .navbar .nav-wrapper #burger {
          position: relative;
          z-index: 10;
          outline: 0;
          display: block;
          padding: 0;
          transform: translateY(7px);
          background: #ffa84f;
          transition: all 0ms 300ms;
          width: 25px;
          height: 2.3px;
          cursor: pointer; }
          #wrapper-navbar .navbar .nav-wrapper #burger:before, #wrapper-navbar .navbar .nav-wrapper #burger:after {
            width: 25px;
            height: 2.3px; }
          #wrapper-navbar .navbar .nav-wrapper #burger:before {
            content: "";
            position: absolute;
            left: 0;
            bottom: 7px;
            background: #ffa84f;
            transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1); }
          #wrapper-navbar .navbar .nav-wrapper #burger:after {
            content: "";
            position: absolute;
            left: 0;
            top: 7px;
            background: #ffa84f;
            transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1); }
          #wrapper-navbar .navbar .nav-wrapper #burger.animate {
            background: rgba(0, 0, 0, 0); }
            #wrapper-navbar .navbar .nav-wrapper #burger.animate:before, #wrapper-navbar .navbar .nav-wrapper #burger.animate:after {
              background: #ffa84f; }
            #wrapper-navbar .navbar .nav-wrapper #burger.animate:after {
              top: 0;
              transform: rotate(45deg);
              transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1); }
            #wrapper-navbar .navbar .nav-wrapper #burger.animate:before {
              bottom: 0;
              transform: rotate(-45deg);
              transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1); } }

#wrapper-header {
  position: relative; }
  #wrapper-header.frontpage .header-content {
    height: 800px;
    display: flex;
    justify-content: center;
    flex-direction: column; }
    @media (max-width: 1024px) {
      #wrapper-header.frontpage .header-content {
        height: 500px; } }
    @media (max-width: 1024px) {
      #wrapper-header.frontpage .header-content {
        height: 400px; } }
    #wrapper-header.frontpage .header-content p {
      margin-bottom: 0; }
    #wrapper-header.frontpage .header-content span {
      font-size: 30px; }
    #wrapper-header.frontpage .header-content .btn-wrapper {
      display: flex;
      align-items: center; }
      #wrapper-header.frontpage .header-content .btn-wrapper svg {
        position: relative;
        top: -2px;
        width: 22px; }
      @media (max-width: 991.98px) {
        #wrapper-header.frontpage .header-content .btn-wrapper {
          flex-direction: column; } }
  #wrapper-header.blog-header, #wrapper-header.page-header {
    position: relative; }
    #wrapper-header.blog-header::before, #wrapper-header.page-header::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      background-color: rgba(29, 80, 145, 0.2);
      width: 100%;
      height: 100%; }
    #wrapper-header.blog-header span.excerpt p, #wrapper-header.page-header span.excerpt p {
      font-size: 25px;
      margin-bottom: 0; }
      @media (max-width: 991.98px) {
        #wrapper-header.blog-header span.excerpt p, #wrapper-header.page-header span.excerpt p {
          font-size: 18px; } }
    #wrapper-header.blog-header .img-wrapper, #wrapper-header.page-header .img-wrapper {
      position: absolute;
      right: 0;
      top: 30px;
      padding: 0;
      height: 490px; }
      #wrapper-header.blog-header .img-wrapper .date-badge, #wrapper-header.page-header .img-wrapper .date-badge {
        position: absolute;
        top: 20px;
        left: 20px;
        background-color: #fff;
        border-radius: 5px;
        padding: 10px;
        font-weight: 600; }
      #wrapper-header.blog-header .img-wrapper::before, #wrapper-header.page-header .img-wrapper::before {
        background-image: url("../../assets/images/hair.svg");
        position: absolute;
        content: '';
        top: -20px;
        right: 0;
        width: 188px;
        height: 202px; }
      #wrapper-header.blog-header .img-wrapper.scratch::after, #wrapper-header.page-header .img-wrapper.scratch::after {
        background-image: url("../../assets/images/hair2.png");
        position: absolute;
        content: '';
        bottom: -60px;
        left: -30px;
        width: 219px;
        height: 215px; }
      #wrapper-header.blog-header .img-wrapper .info-box, #wrapper-header.page-header .img-wrapper .info-box {
        background-color: #FFECDC;
        padding: 20px 20px 0 20px;
        display: flex;
        width: 90%;
        position: relative;
        top: -40px; }
        #wrapper-header.blog-header .img-wrapper .info-box .column-1, #wrapper-header.page-header .img-wrapper .info-box .column-1 {
          width: 40%; }
        #wrapper-header.blog-header .img-wrapper .info-box .column-2, #wrapper-header.page-header .img-wrapper .info-box .column-2 {
          width: 60%; }
        #wrapper-header.blog-header .img-wrapper .info-box .data-box, #wrapper-header.page-header .img-wrapper .info-box .data-box {
          margin-bottom: 20px; }
          #wrapper-header.blog-header .img-wrapper .info-box .data-box .label, #wrapper-header.page-header .img-wrapper .info-box .data-box .label {
            font-size: 15px;
            font-weight: 600;
            color: #F58220;
            margin: 0; }
          #wrapper-header.blog-header .img-wrapper .info-box .data-box .data, #wrapper-header.page-header .img-wrapper .info-box .data-box .data {
            font-size: 20px; }
      @media (max-width: 991.98px) {
        #wrapper-header.blog-header .img-wrapper, #wrapper-header.page-header .img-wrapper {
          position: relative;
          top: 0;
          height: 250px; } }
      #wrapper-header.blog-header .img-wrapper img, #wrapper-header.page-header .img-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        margin: 0; }
  #wrapper-header .header-content {
    min-height: 120px; }
    @media (max-width: 991.98px) {
      #wrapper-header .header-content {
        min-height: unset; } }
    #wrapper-header .header-content h1.single {
      line-height: 1;
      font-size: 45px; }
    #wrapper-header .header-content.fullheight {
      min-height: 460px; }
      @media (max-width: 991.98px) {
        #wrapper-header .header-content.fullheight {
          min-height: unset;
          padding: 30px 0; } }
  #wrapper-header .rank-math-breadcrumb {
    font-size: 18px;
    margin-bottom: 10px; }
    #wrapper-header .rank-math-breadcrumb p {
      margin: 0; }
    #wrapper-header .rank-math-breadcrumb .separator {
      color: #ffa84f;
      margin-left: 10px; }
    #wrapper-header .rank-math-breadcrumb a {
      color: #161517;
      font-weight: 500; }
    #wrapper-header .rank-math-breadcrumb .last {
      display: none; }

/*
	 * Loading Dots
	 * Can we use pseudo elements here instead :after?
	 */
.loading {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center; }

.loading span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #00b1de;
  --delay: 0s;
  animation: dotts 1s var(--delay) infinite ease-in; }

/*
     * Animation keyframes
     * Use transition opacity instead of keyframes?
     */
@keyframes loading {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes dotts {
  0%,
  100% {
    /*color: #007593;*/
    transform: translateY(0); }
  50% {
    /*color: #00B1DE;*/
    transform: translateY(15px); } }

#search-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 15% 0;
  z-index: 999;
  background: rgba(255, 168, 79, 0.73);
  transform: translateY(-150%);
  transition: all 0.45s cubic-bezier(1, 0.04, 0, 0.98); }
  #search-wrapper.active {
    transform: translateY(0); }
  #search-wrapper .close {
    font-size: 1rem;
    color: #fff;
    text-shadow: none;
    opacity: 1;
    font-weight: normal;
    position: relative; }
    @media (min-width: 992px) {
      #search-wrapper .close {
        top: 10%;
        text-decoration: underline;
        cursor: pointer; }
        #search-wrapper .close:hover {
          text-decoration: none; } }
  @media (max-width: 991.98px) {
    #search-wrapper .preloader-info-cont {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      width: 100%; } }
  @media (max-width: 991.98px) {
    #search-wrapper .preloader-info-cont .loader {
      height: auto;
      margin-left: 20px; } }
  #search-wrapper .search-helper {
    text-align: center;
    color: #fff;
    color: #fff; }
    #search-wrapper .search-helper .loader {
      display: inline-block; }
    #search-wrapper .search-helper .preloader-info-cont {
      display: none; }
    #search-wrapper .search-helper.preloading .preloader-info-cont {
      display: block; }
    #search-wrapper .search-helper.preloading .search-waiting-input {
      display: none; }
  #search-wrapper .algolia-autocomplete {
    width: 100%; }
    #search-wrapper .algolia-autocomplete .aa-dropdown-menu {
      background: #fff;
      padding: 0;
      max-height: 40vh;
      overflow: auto;
      width: 100%; }
      #search-wrapper .algolia-autocomplete .aa-dropdown-menu .aa-suggestion.aa-cursor {
        background-color: #2AB1CD;
        color: #fff; }
      #search-wrapper .algolia-autocomplete .aa-dropdown-menu .suggestion-item {
        border-bottom: 1px solid #eee;
        cursor: pointer;
        padding: 20px;
        width: 100%; }
        #search-wrapper .algolia-autocomplete .aa-dropdown-menu .suggestion-item .suggestion-title {
          font-weight: 500;
          font-size: 18px;
          margin-bottom: 5px; }
        #search-wrapper .algolia-autocomplete .aa-dropdown-menu .suggestion-item .suggestion-excerpt {
          font-size: 14px; }
        #search-wrapper .algolia-autocomplete .aa-dropdown-menu .suggestion-item .suggestion-cpt {
          font-size: 14px;
          color: #ffa84f;
          text-transform: uppercase;
          font-weight: 500; }
  #search-wrapper input.form-control {
    border: 0;
    font-size: 26px;
    font-weight: 500;
    color: #161517;
    position: relative;
    box-shadow: none !important;
    border-bottom: 2px solid #fff;
    padding: 10px;
    height: auto;
    border-radius: 0;
    margin-bottom: 10px; }

.countdown {
  padding: 15px 0;
  background-color: #ffa84f; }
  .countdown .countdown-text {
    font-size: 25px;
    color: #FFFFFF; }
  .countdown .countdown-timer {
    font-size: 25px;
    color: #FFFFFF; }

.site-switcher {
  margin-left: 10px; }
  .site-switcher .site-switcher-icon {
    height: 36px;
    width: 36px; }
  @media (max-width: 999px) {
    .site-switcher {
      margin-top: 20px; } }

#footer-top {
  padding: 40px 0; }
  #footer-top .footer-logos {
    display: flex;
    justify-content: space-around; }
    #footer-top .footer-logos a {
      background: #fff;
      padding: 10px;
      display: flex; }
    #footer-top .footer-logos img {
      object-fit: contain;
      filter: grayscale(95%);
      transition: filter 200ms ease-in-out; }
      #footer-top .footer-logos img:hover {
        filter: grayscale(0); }

#footer {
  padding: 20px 0; }
  #footer #main-menu {
    flex-direction: row;
    align-items: center;
    justify-content: end; }
    #footer #main-menu li.menu-item {
      margin-right: 20px; }
      #footer #main-menu li.menu-item:last-of-type {
        margin-right: 0;
        padding: 8px 20px; }
        #footer #main-menu li.menu-item:last-of-type a {
          color: #fff; }
          #footer #main-menu li.menu-item:last-of-type a:hover {
            color: #fff; }
      #footer #main-menu li.menu-item.current_page_item a {
        color: #F58220; }
      #footer #main-menu li.menu-item.current_page_item:after {
        width: 100%; }
      #footer #main-menu li.menu-item a {
        font-size: 18px;
        color: #161517;
        font-weight: 500; }
        #footer #main-menu li.menu-item a:hover {
          text-decoration: none;
          color: #F58220; }

#footer-authors {
  background-color: #EBEBEB;
  font-size: 14px; }
  #footer-authors a {
    color: #2AB1CD;
    font-weight: 500;
    font-size: 15px; }

* {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }

body {
  position: relative; }
  body .newsletter-footer {
    color: #fff; }
    body .newsletter-footer .div-wrapper {
      padding: 0px 40px 0px 40px;
      border-radius: 10px 10px 10px 10px; }
  body .offset {
    position: relative; }
    body .offset .kc-title-wrap, body .offset .kc_text_block {
      position: relative; }
    body .offset.primary::before {
      content: '';
      position: absolute;
      top: 60px;
      left: 0;
      background-color: #ffa84f;
      width: 100%;
      height: 100%;
      border-radius: 10px; }
      @media (max-width: 991.98px) {
        body .offset.primary::before {
          height: 90%; } }
    @media (max-width: 991.98px) {
      body .offset.secondary {
        margin-top: 30px; } }
    body .offset.secondary::before {
      content: '';
      position: absolute;
      top: 60px;
      left: 0;
      background-color: #2AB1CD;
      width: 100%;
      height: 100%;
      border-radius: 10px; }
      @media (max-width: 991.98px) {
        body .offset.secondary::before {
          height: 90%; } }
  body .newsletter-offset {
    position: relative;
    top: -55px; }
    body .newsletter-offset .kc-title-wrap {
      margin-top: 30px; }
  body.prevent-scroll {
    position: fixed;
    width: 100%;
    overflow: hidden;
    -webkit-overflow-scrolling: touch; }
  body .text-bold {
    font-weight: bold !important; }
  body .overlay {
    transition: all 0.3s;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    z-index: 1040;
    opacity: 0;
    visibility: hidden; }
  body.overlay-active .overlay {
    opacity: 1;
    visibility: visible; }
  body .owl-post-carousel .owl-item {
    background-color: #fff;
    border-radius: 5px;
    min-height: 222px; }
    body .owl-post-carousel .owl-item .list-item .owl-post-content .col-thumb {
      padding: 9px;
      margin: 9px;
      border: 1px solid #dedede; }
      body .owl-post-carousel .owl-item .list-item .owl-post-content .col-thumb img {
        margin: 0;
        width: 100%; }
    body .owl-post-carousel .owl-item .list-item .owl-post-content .col-content {
      padding: 10px; }
      body .owl-post-carousel .owl-item .list-item .owl-post-content .col-content .entry-meta {
        font-size: 14px;
        font-weight: 700;
        margin-bottom: 10px; }
      body .owl-post-carousel .owl-item .list-item .owl-post-content .col-content .read-more {
        font-size: 16px; }
    @media (min-width: 992px) {
      body .owl-post-carousel .owl-item .list-item .owl-post-content .col-12:nth-child(2) .col-content {
        padding-left: 0; } }
  body .owl-post-carousel .owl-controls {
    margin-top: 5px; }
    body .owl-post-carousel .owl-controls .owl-pagination {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; }
      body .owl-post-carousel .owl-controls .owl-pagination .owl-page {
        flex: 1;
        margin-right: 15px; }
        body .owl-post-carousel .owl-controls .owl-pagination .owl-page span {
          width: 100% !important;
          background: white;
          border-radius: 0;
          opacity: 1; }
        body .owl-post-carousel .owl-controls .owl-pagination .owl-page.active span {
          background: #2AB1CD; }
        body .owl-post-carousel .owl-controls .owl-pagination .owl-page:last-child {
          margin-right: 0; }
  body.kc-css-system .kc-css-394011 {
    margin-top: 0 !important; }
  body .variations_form #pa_bearing-type {
    border: 2px solid #ffa84f;
    padding: 5px 10px;
    border-radius: 5px; }

@media (min-width: 992px) {
  .custom-content-1 h3 {
    font-size: 52px; }
  .pull-card-top {
    margin-top: -70px;
    margin-bottom: 70px;
    z-index: 1;
    padding-top: 15px;
    padding-bottom: 15px; }
  .pull-card-bottom {
    margin-bottom: -70px;
    margin-top: 70px; } }

.files-item-box .file-item .file-content a {
  color: #2AB1CD;
  font-weight: 500;
  font-size: 17px; }

.files-item-box .file-item .file-content .file-text {
  font-size: 20px;
  font-weight: 500;
  line-height: normal; }

.files-item-box .file-item .file-content .file-meta {
  font-size: 17px;
  color: #8B8B8B; }

.files-item-box .file-item .file-content p {
  line-height: normal;
  margin-bottom: 0;
  color: #2AB1CD;
  font-size: 17px;
  font-weight: 500; }

.mailpoet_form .mailpoet_paragraph:not(.privacy-checkbox) .mailpoet_segment_label {
  font-size: 15px;
  margin-bottom: 40px; }

.mailpoet_form .mailpoet_paragraph:not(.privacy-checkbox) fieldset {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(4, 1fr); }
  @media (max-width: 991.98px) {
    .mailpoet_form .mailpoet_paragraph:not(.privacy-checkbox) fieldset {
      grid-template-columns: repeat(1, 1fr); } }
  .mailpoet_form .mailpoet_paragraph:not(.privacy-checkbox) fieldset .mailpoet_checkbox_label {
    box-shadow: 0px 0px 10px #00000029;
    border-radius: 10px;
    padding: 15px;
    min-height: 200px;
    font-size: 15px;
    position: relative;
    font-weight: bold !important; }
    @media (max-width: 991.98px) {
      .mailpoet_form .mailpoet_paragraph:not(.privacy-checkbox) fieldset .mailpoet_checkbox_label {
        min-height: 185px; } }
    .mailpoet_form .mailpoet_paragraph:not(.privacy-checkbox) fieldset .mailpoet_checkbox_label:nth-child(2)::before {
      position: absolute;
      top: 40px;
      padding: 10px;
      color: #000;
      content: 'Ilirska Bistrica, Jasen, Koseze, Mala Bukovica, Dolnji Zemon, Gornji Zemon, Rečica, Topolc';
      font-weight: normal;
      font-size: 16px; }
      @media (max-width: 991.98px) {
        .mailpoet_form .mailpoet_paragraph:not(.privacy-checkbox) fieldset .mailpoet_checkbox_label:nth-child(2)::before {
          font-size: 15px; } }
    .mailpoet_form .mailpoet_paragraph:not(.privacy-checkbox) fieldset .mailpoet_checkbox_label:nth-child(2).active::before {
      color: #fff; }
    .mailpoet_form .mailpoet_paragraph:not(.privacy-checkbox) fieldset .mailpoet_checkbox_label:nth-child(3)::before {
      position: absolute;
      top: 40px;
      padding: 10px;
      color: #000;
      content: 'Dobropolje, Zarečje, Zarečica, Velika Bukovica, Soze, Harije, Tominje, Brce, Smrje, Prem, Dolnja Bitnja, Gornja Bitnja, Kilovče, Ratečevo Brdo, Zajelšje, dolina Posrtve';
      font-weight: normal;
      font-size: 16px; }
      @media (max-width: 991.98px) {
        .mailpoet_form .mailpoet_paragraph:not(.privacy-checkbox) fieldset .mailpoet_checkbox_label:nth-child(3)::before {
          font-size: 15px; } }
    .mailpoet_form .mailpoet_paragraph:not(.privacy-checkbox) fieldset .mailpoet_checkbox_label:nth-child(3).active::before {
      color: #fff; }
    .mailpoet_form .mailpoet_paragraph:not(.privacy-checkbox) fieldset .mailpoet_checkbox_label:nth-child(4)::before {
      position: absolute;
      top: 40px;
      padding: 10px;
      color: #000;
      content: 'Pregarje, Huje, Prelože, Čelje, Janeževo Brdo, Ostrožno Brdo, Gabrk, Rjavče';
      font-weight: normal;
      font-size: 16px; }
      @media (max-width: 991.98px) {
        .mailpoet_form .mailpoet_paragraph:not(.privacy-checkbox) fieldset .mailpoet_checkbox_label:nth-child(4)::before {
          font-size: 15px; } }
    .mailpoet_form .mailpoet_paragraph:not(.privacy-checkbox) fieldset .mailpoet_checkbox_label:nth-child(4).active::before {
      color: #fff; }
    .mailpoet_form .mailpoet_paragraph:not(.privacy-checkbox) fieldset .mailpoet_checkbox_label:nth-child(5)::before {
      position: absolute;
      top: 40px;
      padding: 10px;
      color: #000;
      content: 'Studena Gora, Pavlica, Sabonje, Veliko Brdo, Starod, Račice, Podgrad, Podbeže, Hrušica, Male Loče';
      font-weight: normal;
      font-size: 16px; }
      @media (max-width: 991.98px) {
        .mailpoet_form .mailpoet_paragraph:not(.privacy-checkbox) fieldset .mailpoet_checkbox_label:nth-child(5)::before {
          font-size: 15px; } }
    .mailpoet_form .mailpoet_paragraph:not(.privacy-checkbox) fieldset .mailpoet_checkbox_label:nth-child(5).active::before {
      color: #fff; }
    .mailpoet_form .mailpoet_paragraph:not(.privacy-checkbox) fieldset .mailpoet_checkbox_label:nth-child(6)::before {
      position: absolute;
      top: 40px;
      padding: 10px;
      color: #000;
      content: 'Jelšane, Dolenje, Nova Vas, Novokračine, Sušak';
      font-weight: normal;
      font-size: 16px; }
      @media (max-width: 991.98px) {
        .mailpoet_form .mailpoet_paragraph:not(.privacy-checkbox) fieldset .mailpoet_checkbox_label:nth-child(6)::before {
          font-size: 15px; } }
    .mailpoet_form .mailpoet_paragraph:not(.privacy-checkbox) fieldset .mailpoet_checkbox_label:nth-child(6).active::before {
      color: #fff; }
    .mailpoet_form .mailpoet_paragraph:not(.privacy-checkbox) fieldset .mailpoet_checkbox_label:nth-child(7)::before {
      position: absolute;
      top: 40px;
      padding: 10px;
      color: #000;
      content: 'Vrbovo*, Vrbica*, Jablanica*, Trpčane*, Kuteževo, Podgraje, Zabiče - * se ne nanaša na vodooskrbo';
      font-weight: normal;
      font-size: 16px; }
      @media (max-width: 991.98px) {
        .mailpoet_form .mailpoet_paragraph:not(.privacy-checkbox) fieldset .mailpoet_checkbox_label:nth-child(7)::before {
          font-size: 15px; } }
    .mailpoet_form .mailpoet_paragraph:not(.privacy-checkbox) fieldset .mailpoet_checkbox_label:nth-child(7).active::before {
      color: #fff; }
    .mailpoet_form .mailpoet_paragraph:not(.privacy-checkbox) fieldset .mailpoet_checkbox_label:nth-child(8)::before {
      position: absolute;
      top: 40px;
      padding: 10px;
      color: #000;
      content: 'Knežak, Bač, Koritnice';
      font-weight: normal;
      font-size: 16px; }
      @media (max-width: 991.98px) {
        .mailpoet_form .mailpoet_paragraph:not(.privacy-checkbox) fieldset .mailpoet_checkbox_label:nth-child(8)::before {
          font-size: 15px; } }
    .mailpoet_form .mailpoet_paragraph:not(.privacy-checkbox) fieldset .mailpoet_checkbox_label:nth-child(8).active::before {
      color: #fff; }
    .mailpoet_form .mailpoet_paragraph:not(.privacy-checkbox) fieldset .mailpoet_checkbox_label:nth-child(9)::before {
      position: absolute;
      top: 40px;
      padding: 10px;
      color: #000;
      content: 'Podstenje, Šembije, Podtabor, Podstenjšek, Mereče';
      font-weight: normal;
      font-size: 16px; }
      @media (max-width: 991.98px) {
        .mailpoet_form .mailpoet_paragraph:not(.privacy-checkbox) fieldset .mailpoet_checkbox_label:nth-child(9)::before {
          font-size: 15px; } }
    .mailpoet_form .mailpoet_paragraph:not(.privacy-checkbox) fieldset .mailpoet_checkbox_label:nth-child(9).active::before {
      color: #fff; }
    .mailpoet_form .mailpoet_paragraph:not(.privacy-checkbox) fieldset .mailpoet_checkbox_label.active {
      background-color: #2AB1CD;
      color: #fff; }

.mailpoet_form .mailpoet_paragraph:not(.privacy-checkbox) .mailpoet_text {
  border: 1px solid #BBBBBB;
  border-radius: 5px;
  padding: 8px !important; }

.mailpoet_form .mailpoet_submit {
  padding: 15px 60px !important;
  width: fit-content !important; }

.pull-card-top {
  margin-top: -70px;
  z-index: 1; }

.pull-card-bottom {
  margin-bottom: -70px; }

@media (max-width: 991.98px) {
  .row-xs-block > .container > .row, #cookie-notice .row-xs-block > .cookie-notice-container > .row {
    display: block; }
  .pull-card-bottom {
    margin-bottom: 0; }
  .pull-card-top {
    margin-top: 0; }
  .m-custom-m {
    /*margin-left: 15px;
      margin-right: 15px;*/
    width: auto !important;
    border-radius: 0 !important;
    order: 1;
    z-index: 0;
    box-shadow: none !important; }
    .m-custom-m .card-body {
      padding: 0; } }

@media (max-width: 991.98px) {
  .btn-group {
    text-align: center; }
    .btn-group a {
      display: block; } }

#ar-language-switcher {
  position: relative;
  margin-left: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }
  @media (max-width: 1199.98px) {
    #ar-language-switcher {
      margin-left: auto; } }
  #ar-language-switcher .lang-flag {
    margin-right: 10px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 1199.98px) {
      #ar-language-switcher .lang-flag {
        width: 20px;
        height: 20px;
        border: 0; } }
  #ar-language-switcher .current-lang {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }
  #ar-language-switcher a {
    color: #161517;
    font-weight: 600;
    line-height: 1.8;
    text-align: center;
    font-size: 15px; }
  #ar-language-switcher .language-switcher-wrapper {
    display: inline-block;
    visibility: hidden;
    height: auto;
    transition: all 0.5s cubic-bezier(0.49, 0.51, 0.15, 1.14);
    transition-delay: 0s;
    transform: scaleY(0);
    box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0);
    transform-origin: top; }
    @media (max-width: 1199.98px) {
      #ar-language-switcher .language-switcher-wrapper {
        z-index: 99 !important; } }
    #ar-language-switcher .language-switcher-wrapper .lang-switcher-inner {
      overflow: hidden;
      position: relative;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%; }
    #ar-language-switcher .language-switcher-wrapper.active {
      visibility: visible;
      transform: scaleY(1);
      box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.2); }
    #ar-language-switcher .language-switcher-wrapper .lang-item,
    #ar-language-switcher .language-switcher-wrapper span {
      display: block;
      text-decoration: none;
      padding: 20px; }
    #ar-language-switcher .language-switcher-wrapper span {
      display: block;
      line-height: 1;
      padding-top: 4px;
      color: #787878; }
      @media (max-width: 1199.98px) {
        #ar-language-switcher .language-switcher-wrapper span {
          font-size: 15px; } }
    #ar-language-switcher .language-switcher-wrapper .lang-item {
      animation-duration: 0.5s;
      opacity: 0;
      transition: 0.2s all;
      border-top: 1px solid #eee;
      display: flex;
      align-items: center;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; }
      #ar-language-switcher .language-switcher-wrapper .lang-item .lang-flag,
      #ar-language-switcher .language-switcher-wrapper .lang-item .lang-code {
        padding: 0; }
      #ar-language-switcher .language-switcher-wrapper .lang-item.active {
        opacity: 1; }
  #ar-language-switcher .current-lang {
    position: relative;
    transition: all 0.5s;
    display: flex;
    align-items: center; }
  #ar-language-switcher .current-lang {
    color: #ffa84f;
    text-decoration: none; }
  #ar-language-switcher .language-switcher-wrapper {
    position: absolute;
    top: 100%;
    margin-top: 20px;
    right: 0;
    z-index: 1;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }
    #ar-language-switcher .language-switcher-wrapper .lang-item {
      padding: 20px; }
      @media (max-width: 1199.98px) {
        #ar-language-switcher .language-switcher-wrapper .lang-item {
          padding: 5px; } }

.banners-wrapper .item {
  border-radius: 10px;
  border: 1px solid #dbdbdb;
  overflow: hidden; }

.ywraq-wrapper .return-to-shop {
  display: none; }

.product-grid .product .yith-ywraq-add-to-quote {
  text-align: center; }
  @media (min-width: 768px) {
    .product-grid .product .yith-ywraq-add-to-quote .yith_ywraq_add_item_response_message {
      font-size: 11px; } }

.product-grid article.card {
  box-shadow: 0px 0px 30px #d6d6d6;
  border-radius: 5px;
  padding: 10px;
  border: none; }
  .product-grid article.card .add-to-cart-container a {
    border-radius: 0;
    color: #fff;
    background-color: #368ACA;
    text-align: center;
    width: 100%; }
    .product-grid article.card .add-to-cart-container a:hover {
      background-color: #2b6fa2;
      color: #fff; }
  .product-grid article.card .gallery-icon {
    height: 175px; }
    .product-grid article.card .gallery-icon img {
      object-fit: cover;
      height: 100%;
      width: 100%;
      margin: 0; }
  .product-grid article.card .card-body {
    padding: 10px 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

#cookie-notice {
  width: 100%;
  background-color: #fff !important;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.15); }
  #cookie-notice #cn-notice-text {
    padding-right: 80px; }
    @media (max-width: 600px) {
      #cookie-notice #cn-notice-text {
        padding: 0; } }
  #cookie-notice .cookie-notice-container {
    text-align: left;
    color: #161517;
    font-weight: 500;
    font-size: 16px;
    background: transparent;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
    @media (max-width: 1080px) {
      #cookie-notice .cookie-notice-container {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    @media (max-width: 991.98px) {
      #cookie-notice .cookie-notice-container {
        justify-content: center;
        text-align: center; } }
    #cookie-notice .cookie-notice-container .button {
      display: inline-block; }
    #cookie-notice .cookie-notice-container a.cn-more-info {
      order: 2;
      font-weight: 500; }
      @media (max-width: 720px) {
        #cookie-notice .cookie-notice-container a.cn-more-info {
          margin-left: 0; } }
    #cookie-notice .cookie-notice-container #cn-notice-text {
      order: 1;
      color: #161517;
      width: 60%; }
      @media (max-width: 1080px) {
        #cookie-notice .cookie-notice-container #cn-notice-text {
          margin-bottom: 20px;
          width: 100%;
          text-align: center; } }
    #cookie-notice .cookie-notice-container .cn-set-cookie {
      position: relative;
      background-color: #ffa84f;
      color: #fff;
      width: auto;
      max-width: 100%;
      font-weight: 500;
      padding: 10px 15px;
      text-decoration: none;
      order: 3;
      border-radius: 5px;
      line-height: 1;
      white-space: nowrap; }
      #cookie-notice .cookie-notice-container .cn-set-cookie:last-child {
        background-color: #2AB1CD;
        margin-left: 10px !important; }
      @media (max-width: 720px) {
        #cookie-notice .cookie-notice-container .cn-set-cookie {
          margin-left: 0;
          margin-bottom: 10px; } }

.modal-backdrop {
  z-index: 11; }

.modal {
  z-index: 12; }
  .modal ul {
    list-style: none; }
  .modal .close-modal {
    display: none; }

@media (max-width: 720px) {
  .modal-open {
    overflow: hidden;
    position: fixed;
    height: 100vh; } }

.clear-input-wrapper {
  position: relative; }
  .clear-input-wrapper .clear-input-value {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #161517;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; }
    .clear-input-wrapper .clear-input-value:before {
      content: "\f00d"; }

.section-intro-wrapper {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }
  .section-intro-wrapper > * {
    line-height: 1; }
  .section-intro-wrapper a.show-all {
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 3px; }

.load-more-wrapper {
  position: relative;
  margin-top: 60px; }

.social-icons {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (max-width: 991.98px) {
    .social-icons {
      margin-bottom: 20px; } }
  .social-icons .social-single {
    margin: 0 20px 0 0;
    font-size: 30px;
    list-style-type: none; }
    .social-icons .social-single i.fa-youtube-play {
      color: #e9473d; }
    .social-icons .social-single i.fa-facebook {
      color: #4a6baf; }
    .social-icons .social-single i.fa-instagram:before {
      background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }

.kc_image_gallery.kc-grid .item-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover; }

.post-grid > div, .post-grid > article {
  float: left;
  margin: 0 0 30px 30px;
  width: calc((100% / 2) - (30px)); }
  @media (max-width: 991.98px) {
    .post-grid > div, .post-grid > article {
      width: calc((100% / 2) - (30px)); } }
  .post-grid > div:nth-of-type(2n+1), .post-grid > article:nth-of-type(2n+1) {
    clear: both;
    margin-left: 0; }

@supports (grid-area: auto) {
  .post-grid {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(2, 1fr); }
    @media (max-width: 991.98px) {
      .post-grid {
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 767.98px) {
      .post-grid {
        grid-template-columns: repeat(1, 1fr); } }
    .post-grid > div, .post-grid > article {
      margin: 0 !important;
      width: 100% !important; } }

.products-grid {
  row-gap: 15px !important; }
  .products-grid .post-grid {
    row-gap: 15px !important; }

@media (min-width: 992px) {
  .home-brands,
  .brand-grid {
    grid-auto-rows: 1fr; } }

.home-brands.fade-after::after,
.brand-grid.fade-after::after {
  /* background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );*/
  background: transparent linear-gradient(360deg, #ffffff 0%, #ffffff00 100%) 0% 0% no-repeat padding-box;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.home-brands article.item,
.brand-grid article.item {
  flex: 1; }
  .home-brands article.item .flex-column,
  .brand-grid article.item .flex-column {
    height: 100%; }
    .home-brands article.item .flex-column > a,
    .brand-grid article.item .flex-column > a {
      display: flex;
      height: 100%;
      width: 100%; }
      .home-brands article.item .flex-column > a img,
      .brand-grid article.item .flex-column > a img {
        margin-top: auto;
        margin-bottom: auto; }

.post-grid.has-shadow article,
.post-slider.has-shadow article {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }

.post-grid article,
.post-slider article {
  position: relative; }
  .post-grid article .card-body,
  .post-slider article .card-body {
    padding: 20px;
    border-radius: 0; }
  .post-grid article > a,
  .post-slider article > a {
    color: #161517;
    height: 100%;
    text-decoration: none !important; }
    .post-grid article > a:hover,
    .post-slider article > a:hover {
      text-decoration: none; }
    .post-grid article > a .card-body,
    .post-slider article > a .card-body {
      position: relative; }
      .post-grid article > a .card-body .inner-body,
      .post-slider article > a .card-body .inner-body {
        height: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; }
        .post-grid article > a .card-body .inner-body p,
        .post-slider article > a .card-body .inner-body p {
          margin: 0; }
    .post-grid article > a .gallery-icon,
    .post-slider article > a .gallery-icon {
      width: 100%;
      height: 200px;
      position: relative;
      overflow: hidden; }
      .post-grid article > a .gallery-icon img,
      .post-slider article > a .gallery-icon img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .post-grid article > a .entry-title,
    .post-slider article > a .entry-title {
      font-size: 27px;
      font-weight: 400; }
      @media (max-width: 991.98px) {
        .post-grid article > a .entry-title,
        .post-slider article > a .entry-title {
          font-size: 26px; } }
  .post-grid article .entry-meta .entry-date,
  .post-slider article .entry-meta .entry-date {
    font-size: 18px;
    font-weight: 600;
    color: #999;
    line-height: 1;
    display: block; }
  .post-grid article .entry-content,
  .post-slider article .entry-content {
    color: #a1a1a1;
    line-height: 1.76; }
    .post-grid article .entry-content p,
    .post-slider article .entry-content p {
      margin: 0; }
  .post-grid article.type-post a .entry-title,
  .post-slider article.type-post a .entry-title {
    font-size: 21px;
    font-weight: 600;
    line-height: 1.3; }

pre {
  background: #f3f3f3;
  padding: 10px;
  border: 1px solid #ccc; }

.sidebar .element {
  box-shadow: 0 0 29px 0 rgba(0, 0, 0, 0.16);
  background: #fff;
  border-radius: 5px;
  padding: 10px; }

.subtitle {
  font-size: 1.4rem; }

.img-cover {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50% 50%; }

.img-overlay {
  position: relative; }
  .img-overlay:after {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(60deg, #006bb8 20%, rgba(7, 81, 62, 0.8) 50%, rgba(7, 81, 62, 0) 80%);
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0.7; }
    @media (max-width: 991.98px) {
      .img-overlay:after {
        background-image: linear-gradient(60deg, #006bb8 20%, rgba(7, 81, 62, 0.8) 50%); } }
  .img-overlay > div {
    z-index: 3;
    position: relative; }

.inner-page-nav {
  padding: 0 !important;
  margin: 0;
  border-bottom: 2px solid #dadada;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }
  .inner-page-nav li {
    list-style-type: none;
    padding: 4px 10px;
    position: relative;
    margin: 0 !important; }
    .inner-page-nav li:after {
      content: "";
      height: 4px;
      background: #2AB1CD;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      position: absolute; }
    .inner-page-nav li a {
      text-decoration: none !important;
      font-weight: 500; }
      .inner-page-nav li a:hover, .inner-page-nav li a:active, .inner-page-nav li a:focus {
        background: transparent;
        color: #2AB1CD; }
    .inner-page-nav li.active:after {
      width: 100%; }
    .inner-page-nav li.active a {
      color: #2AB1CD; }

.custom-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end; }
  @media (max-width: 991.98px) {
    .custom-nav {
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }
  @media (max-width: 991.98px) {
    .custom-nav > button {
      width: 100%;
      max-width: unset; } }
  .custom-nav > button.owl-prev {
    background-color: #fff;
    color: #161517;
    border: 0;
    margin-right: 20px !important; }
    @media (max-width: 991.98px) {
      .custom-nav > button.owl-prev {
        margin-right: 0 !important;
        margin-bottom: 10px; } }
    .custom-nav > button.owl-prev:hover {
      background-color: #e6e6e6 !important;
      color: #161517 !important; }

.clear {
  clear: both; }

.section-intro i {
  color: #ffa84f;
  font-size: 25px; }

.frame {
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  padding: 0 0 60px 0; }
  @media (min-width: 768px) {
    .frame {
      padding: 0 30px 30px 115px; } }
  .frame .post-slider {
    list-style: none;
    margin: 0;
    padding: 0;
    cursor: grab;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media (max-width: 991.98px) {
      .frame .post-slider > div, .frame .post-slider > article {
        float: left;
        margin: 0 0 30px 30px;
        width: calc((100% / 1) - (30px)); } }
  @media (max-width: 991.98px) and (max-width: 991.98px) {
    .frame .post-slider > div, .frame .post-slider > article {
      width: calc((100% / 2) - (30px)); } }
    @media (max-width: 991.98px) {
        .frame .post-slider > div:nth-of-type(1n+1), .frame .post-slider > article:nth-of-type(1n+1) {
          clear: both;
          margin-left: 0; }
      @supports (grid-area: auto) {
        .frame .post-slider {
          display: grid;
          grid-gap: 30px;
          grid-template-columns: repeat(1, 1fr); }
          @media (max-width: 991.98px) {
            .frame .post-slider {
              grid-template-columns: repeat(2, 1fr); } }
          @media (max-width: 767.98px) {
            .frame .post-slider {
              grid-template-columns: repeat(1, 1fr); } }
          .frame .post-slider > div, .frame .post-slider > article {
            margin: 0 !important;
            width: 100% !important; } } }
    .frame .post-slider article {
      float: left;
      width: 270px;
      max-width: 100%;
      margin: 0 1px 0 30px;
      padding: 0;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      border: 1px solid #cecece;
      background-color: #fff;
      text-align: left;
      overflow: hidden; }
      @media (max-width: 991.98px) {
        .frame .post-slider article {
          margin-bottom: 40px; } }
      .frame .post-slider article:first-of-type {
        margin-left: 0; }
      @media (max-width: 991.98px) {
        .frame .post-slider article {
          margin-left: 0; } }
      .frame .post-slider article a {
        text-decoration: none; }
      .frame .post-slider article h3 {
        padding: 15px 20px;
        margin-top: 0;
        margin-bottom: 0;
        font-size: 18px;
        font-weight: 500;
        line-height: 1.4; }
      .frame .post-slider article .post-thumbnail {
        border-bottom: 1px solid #cecece; }
        .frame .post-slider article .post-thumbnail img {
          margin: 0; }

.o-scrollbar {
  height: 6px;
  background: #d3d3d3;
  line-height: 0;
  position: relative;
  width: 100%; }
  .o-scrollbar .o-scrollbar_handle {
    width: 100px;
    height: 6px;
    background: #2AB1CD;
    cursor: pointer;
    border-radius: 3px;
    position: relative;
    top: calc(50% - 3px);
    -webkit-transition: height 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), top 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: height 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), top 0.3s cubic-bezier(0.215, 0.61, 0.355, 1); }
    .o-scrollbar .o-scrollbar_handle .o-scrollbar_mousearea {
      position: absolute;
      bottom: -9px;
      left: 0;
      width: 100%;
      height: 20px; }

.frame .card .card-img-top,
.grid .card .card-img-top {
  height: 200px; }
  .frame .card .card-img-top img,
  .grid .card .card-img-top img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    margin: 0; }

.card.tender {
  background-color: #EBEBEB;
  border: none; }

.card:not(.no-shadow) {
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  box-shadow: 0 0 20px #0000001a;
  border-color: white; }

.card.widget {
  margin-bottom: 40px; }
  .card.widget:last-child {
    margin: 0; }

.card .inner-f-img {
  height: 280px;
  width: 100%;
  margin-bottom: 40px; }
  .card .inner-f-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%; }

.card .excerpt p:last-of-type {
  margin: 0; }

.card.main-content .card-body {
  padding: 40px; }
  .card.main-content .card-body p:last-of-type {
    margin-bottom: 0; }

.gallery-article {
  z-index: 2;
  position: relative; }
  .gallery-article.gallery-icon {
    overflow: hidden; }
    .gallery-article.gallery-icon .gallery-img-wrapper {
      position: relative; }
      .gallery-article.gallery-icon .gallery-img-wrapper img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        -o-object-fit: cover;
        max-height: 300px; }
      .gallery-article.gallery-icon .gallery-img-wrapper::after {
        transition: all ease-in-out 0.2s;
        background-color: rgba(0, 0, 0, 0);
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
      .gallery-article.gallery-icon .gallery-img-wrapper:hover::after {
        background-color: rgba(0, 0, 0, 0.5); }
  .gallery-article .image-overlay {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 168, 79, 0.4);
    transition: all ease-in-out 0.2s; }
  .gallery-article.enable-title-box:hover .title-box.middle {
    bottom: 50%; }
  .gallery-article.enable-title-box:hover .title-box.bottom {
    bottom: 0; }
  .gallery-article .title-box {
    background-color: #ffa84f;
    z-index: 2;
    overflow: hidden;
    bottom: 0;
    transition: all ease-in-out 0.2s; }
    .gallery-article .title-box .entry-title {
      text-transform: initial;
      color: #fff; }

.gallery .gallery-item .gallery-icon {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fff; }
  .gallery .gallery-item .gallery-icon img {
    max-width: 100%; }

#emi-notice {
  border-radius: 0;
  font-size: 15px; }
  #emi-notice.alert-dismissible .close {
    font-size: 15px;
    display: flex;
    align-items: center;
    opacity: 1;
    font-weight: normal; }
    #emi-notice.alert-dismissible .close span:not(.ico) {
      padding-top: 2px; }
    #emi-notice.alert-dismissible .close .ico {
      font-size: 31px; }

.alert-primary {
  background-color: #ffa84f;
  border-color: #ffa84f;
  color: #fff; }

.home .marezijazz-section-intro-outer > .row > div {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  .home .marezijazz-section-intro-outer > .row > div h2 {
    font-size: 35px; }

.marezijazz-icon-box-outer a {
  color: #161517; }
  .marezijazz-icon-box-outer a:hover {
    color: #2AB1CD;
    text-decoration: none; }
  .marezijazz-icon-box-outer a .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    background-color: #fff;
    border-radius: 10px; }
    .marezijazz-icon-box-outer a .item .item-content p {
      margin: 0; }
    .marezijazz-icon-box-outer a .item .item-content span {
      display: block; }

.services-icon-box .marezijazz-icon-box-outer span {
  font-size: 20px; }

.categories-wrapper h4 {
  font-size: 21px !important; }

.categories-wrapper .top-cat-wrapper {
  margin-top: 20px;
  padding: 0 !important; }
  .categories-wrapper .top-cat-wrapper > li {
    list-style-type: none;
    list-style-image: none !important; }
    .categories-wrapper .top-cat-wrapper > li:last-child {
      border: 0 !important; }
    .categories-wrapper .top-cat-wrapper > li > ul {
      margin-top: 15px; }
    .categories-wrapper .top-cat-wrapper > li a * {
      color: #ffa84f;
      margin: 0; }
    .categories-wrapper .top-cat-wrapper > li a h5,
    .categories-wrapper .top-cat-wrapper > li a h6 {
      font-size: 17px !important; }
    .categories-wrapper .top-cat-wrapper > li a h6 {
      font-weight: 400; }
    .categories-wrapper .top-cat-wrapper > li a:hover {
      text-decoration: none !important; }

.ancestors {
  padding: 0 !important;
  margin: 0 !important; }
  .ancestors ul {
    padding: 0 !important;
    margin: 0 !important; }
  .ancestors > li:first-child > a:before,
  .ancestors > li:first-child > span:before {
    display: none !important; }
  .ancestors > li > ul > li > a:before,
  .ancestors > li > ul > li > span:before {
    display: none !important; }
  .ancestors li {
    margin-bottom: 0 !important; }
    .ancestors li.current-cat-item span {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      padding: 5px 0; }
      .ancestors li.current-cat-item span:before {
        position: relative;
        font-family: FontAwesome;
        content: "\f3bf";
        margin-right: 10px;
        width: 12px;
        font-size: 10px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        transform: rotate(90deg); }
    .ancestors li a {
      padding: 5px 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center; }
      .ancestors li a:hover {
        text-decoration: none; }
      .ancestors li a:before {
        position: relative;
        font-family: FontAwesome;
        content: "\f3bf";
        display: block;
        margin-right: 10px;
        width: 12px;
        font-size: 10px;
        transform: rotate(90deg);
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center; }
  .ancestors li {
    list-style-image: none !important;
    list-style-type: none !important; }

.product-categories {
  padding: 0 0 0 25px !important;
  margin: 0 !important; }
  .product-categories ul {
    padding-left: 15px !important; }
  .product-categories li {
    list-style-type: none !important;
    list-style-image: none !important;
    margin-bottom: 0 !important; }
    .product-categories li a {
      padding: 2px 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center; }
      .product-categories li a:hover {
        text-decoration: none; }
      .product-categories li a:before {
        position: relative;
        font-family: FontAwesome;
        content: "\f3bf";
        display: block;
        margin-right: 10px;
        width: 12px;
        font-size: 10px;
        transform: rotate(90deg);
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center; }
  .product-categories > li > a:before {
    display: none; }

.gallery-grid-1 > div, .gallery-grid-1 > article {
  float: left;
  margin: 0 0 20px 20px;
  width: calc((100% / 1) - (20px)); }
  @media (max-width: 991.98px) {
    .gallery-grid-1 > div, .gallery-grid-1 > article {
      width: calc((100% / 2) - (20px)); } }
  .gallery-grid-1 > div:nth-of-type(1n+1), .gallery-grid-1 > article:nth-of-type(1n+1) {
    clear: both;
    margin-left: 0; }

@supports (grid-area: auto) {
  .gallery-grid-1 {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(1, 1fr); }
    @media (max-width: 991.98px) {
      .gallery-grid-1 {
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 767.98px) {
      .gallery-grid-1 {
        grid-template-columns: repeat(1, 1fr); } }
    .gallery-grid-1 > div, .gallery-grid-1 > article {
      margin: 0 !important;
      width: 100% !important; } }

#content .cpl-1 {
  padding-left: calc(10px * 1) !important; }

.gallery-grid-2 > div, .gallery-grid-2 > article {
  float: left;
  margin: 0 0 20px 20px;
  width: calc((100% / 2) - (20px)); }
  @media (max-width: 991.98px) {
    .gallery-grid-2 > div, .gallery-grid-2 > article {
      width: calc((100% / 2) - (20px)); } }
  .gallery-grid-2 > div:nth-of-type(2n+1), .gallery-grid-2 > article:nth-of-type(2n+1) {
    clear: both;
    margin-left: 0; }

@supports (grid-area: auto) {
  .gallery-grid-2 {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(2, 1fr); }
    @media (max-width: 991.98px) {
      .gallery-grid-2 {
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 767.98px) {
      .gallery-grid-2 {
        grid-template-columns: repeat(1, 1fr); } }
    .gallery-grid-2 > div, .gallery-grid-2 > article {
      margin: 0 !important;
      width: 100% !important; } }

#content .cpl-2 {
  padding-left: calc(10px * 2) !important; }

.gallery-grid-3 > div, .gallery-grid-3 > article {
  float: left;
  margin: 0 0 20px 20px;
  width: calc((100% / 3) - (20px)); }
  @media (max-width: 991.98px) {
    .gallery-grid-3 > div, .gallery-grid-3 > article {
      width: calc((100% / 2) - (20px)); } }
  .gallery-grid-3 > div:nth-of-type(3n+1), .gallery-grid-3 > article:nth-of-type(3n+1) {
    clear: both;
    margin-left: 0; }

@supports (grid-area: auto) {
  .gallery-grid-3 {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(3, 1fr); }
    @media (max-width: 991.98px) {
      .gallery-grid-3 {
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 767.98px) {
      .gallery-grid-3 {
        grid-template-columns: repeat(1, 1fr); } }
    .gallery-grid-3 > div, .gallery-grid-3 > article {
      margin: 0 !important;
      width: 100% !important; } }

#content .cpl-3 {
  padding-left: calc(10px * 3) !important; }

.gallery-grid-4 > div, .gallery-grid-4 > article {
  float: left;
  margin: 0 0 20px 20px;
  width: calc((100% / 4) - (20px)); }
  @media (max-width: 991.98px) {
    .gallery-grid-4 > div, .gallery-grid-4 > article {
      width: calc((100% / 2) - (20px)); } }
  .gallery-grid-4 > div:nth-of-type(4n+1), .gallery-grid-4 > article:nth-of-type(4n+1) {
    clear: both;
    margin-left: 0; }

@supports (grid-area: auto) {
  .gallery-grid-4 {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(4, 1fr); }
    @media (max-width: 991.98px) {
      .gallery-grid-4 {
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 767.98px) {
      .gallery-grid-4 {
        grid-template-columns: repeat(1, 1fr); } }
    .gallery-grid-4 > div, .gallery-grid-4 > article {
      margin: 0 !important;
      width: 100% !important; } }

#content .cpl-4 {
  padding-left: calc(10px * 4) !important; }

.gallery-grid-5 > div, .gallery-grid-5 > article {
  float: left;
  margin: 0 0 20px 20px;
  width: calc((100% / 5) - (20px)); }
  @media (max-width: 991.98px) {
    .gallery-grid-5 > div, .gallery-grid-5 > article {
      width: calc((100% / 2) - (20px)); } }
  .gallery-grid-5 > div:nth-of-type(5n+1), .gallery-grid-5 > article:nth-of-type(5n+1) {
    clear: both;
    margin-left: 0; }

@supports (grid-area: auto) {
  .gallery-grid-5 {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(5, 1fr); }
    @media (max-width: 991.98px) {
      .gallery-grid-5 {
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 767.98px) {
      .gallery-grid-5 {
        grid-template-columns: repeat(1, 1fr); } }
    .gallery-grid-5 > div, .gallery-grid-5 > article {
      margin: 0 !important;
      width: 100% !important; } }

#content .cpl-5 {
  padding-left: calc(10px * 5) !important; }

.gallery-grid-6 > div, .gallery-grid-6 > article {
  float: left;
  margin: 0 0 20px 20px;
  width: calc((100% / 6) - (20px)); }
  @media (max-width: 991.98px) {
    .gallery-grid-6 > div, .gallery-grid-6 > article {
      width: calc((100% / 2) - (20px)); } }
  .gallery-grid-6 > div:nth-of-type(6n+1), .gallery-grid-6 > article:nth-of-type(6n+1) {
    clear: both;
    margin-left: 0; }

@supports (grid-area: auto) {
  .gallery-grid-6 {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(6, 1fr); }
    @media (max-width: 991.98px) {
      .gallery-grid-6 {
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 767.98px) {
      .gallery-grid-6 {
        grid-template-columns: repeat(1, 1fr); } }
    .gallery-grid-6 > div, .gallery-grid-6 > article {
      margin: 0 !important;
      width: 100% !important; } }

#content .cpl-6 {
  padding-left: calc(10px * 6) !important; }

.gallery-grid-7 > div, .gallery-grid-7 > article {
  float: left;
  margin: 0 0 20px 20px;
  width: calc((100% / 7) - (20px)); }
  @media (max-width: 991.98px) {
    .gallery-grid-7 > div, .gallery-grid-7 > article {
      width: calc((100% / 2) - (20px)); } }
  .gallery-grid-7 > div:nth-of-type(7n+1), .gallery-grid-7 > article:nth-of-type(7n+1) {
    clear: both;
    margin-left: 0; }

@supports (grid-area: auto) {
  .gallery-grid-7 {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(7, 1fr); }
    @media (max-width: 991.98px) {
      .gallery-grid-7 {
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 767.98px) {
      .gallery-grid-7 {
        grid-template-columns: repeat(1, 1fr); } }
    .gallery-grid-7 > div, .gallery-grid-7 > article {
      margin: 0 !important;
      width: 100% !important; } }

#content .cpl-7 {
  padding-left: calc(10px * 7) !important; }

.gallery-grid-8 > div, .gallery-grid-8 > article {
  float: left;
  margin: 0 0 20px 20px;
  width: calc((100% / 8) - (20px)); }
  @media (max-width: 991.98px) {
    .gallery-grid-8 > div, .gallery-grid-8 > article {
      width: calc((100% / 2) - (20px)); } }
  .gallery-grid-8 > div:nth-of-type(8n+1), .gallery-grid-8 > article:nth-of-type(8n+1) {
    clear: both;
    margin-left: 0; }

@supports (grid-area: auto) {
  .gallery-grid-8 {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(8, 1fr); }
    @media (max-width: 991.98px) {
      .gallery-grid-8 {
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 767.98px) {
      .gallery-grid-8 {
        grid-template-columns: repeat(1, 1fr); } }
    .gallery-grid-8 > div, .gallery-grid-8 > article {
      margin: 0 !important;
      width: 100% !important; } }

#content .cpl-8 {
  padding-left: calc(10px * 8) !important; }

.gallery-grid-9 > div, .gallery-grid-9 > article {
  float: left;
  margin: 0 0 20px 20px;
  width: calc((100% / 9) - (20px)); }
  @media (max-width: 991.98px) {
    .gallery-grid-9 > div, .gallery-grid-9 > article {
      width: calc((100% / 2) - (20px)); } }
  .gallery-grid-9 > div:nth-of-type(9n+1), .gallery-grid-9 > article:nth-of-type(9n+1) {
    clear: both;
    margin-left: 0; }

@supports (grid-area: auto) {
  .gallery-grid-9 {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(9, 1fr); }
    @media (max-width: 991.98px) {
      .gallery-grid-9 {
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 767.98px) {
      .gallery-grid-9 {
        grid-template-columns: repeat(1, 1fr); } }
    .gallery-grid-9 > div, .gallery-grid-9 > article {
      margin: 0 !important;
      width: 100% !important; } }

#content .cpl-9 {
  padding-left: calc(10px * 9) !important; }

.gallery-grid-10 > div, .gallery-grid-10 > article {
  float: left;
  margin: 0 0 20px 20px;
  width: calc((100% / 10) - (20px)); }
  @media (max-width: 991.98px) {
    .gallery-grid-10 > div, .gallery-grid-10 > article {
      width: calc((100% / 2) - (20px)); } }
  .gallery-grid-10 > div:nth-of-type(10n+1), .gallery-grid-10 > article:nth-of-type(10n+1) {
    clear: both;
    margin-left: 0; }

@supports (grid-area: auto) {
  .gallery-grid-10 {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(10, 1fr); }
    @media (max-width: 991.98px) {
      .gallery-grid-10 {
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 767.98px) {
      .gallery-grid-10 {
        grid-template-columns: repeat(1, 1fr); } }
    .gallery-grid-10 > div, .gallery-grid-10 > article {
      margin: 0 !important;
      width: 100% !important; } }

#content .cpl-10 {
  padding-left: calc(10px * 10) !important; }

.gallery-grid-11 > div, .gallery-grid-11 > article {
  float: left;
  margin: 0 0 20px 20px;
  width: calc((100% / 11) - (20px)); }
  @media (max-width: 991.98px) {
    .gallery-grid-11 > div, .gallery-grid-11 > article {
      width: calc((100% / 2) - (20px)); } }
  .gallery-grid-11 > div:nth-of-type(11n+1), .gallery-grid-11 > article:nth-of-type(11n+1) {
    clear: both;
    margin-left: 0; }

@supports (grid-area: auto) {
  .gallery-grid-11 {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(11, 1fr); }
    @media (max-width: 991.98px) {
      .gallery-grid-11 {
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 767.98px) {
      .gallery-grid-11 {
        grid-template-columns: repeat(1, 1fr); } }
    .gallery-grid-11 > div, .gallery-grid-11 > article {
      margin: 0 !important;
      width: 100% !important; } }

#content .cpl-11 {
  padding-left: calc(10px * 11) !important; }

.gallery-grid-12 > div, .gallery-grid-12 > article {
  float: left;
  margin: 0 0 20px 20px;
  width: calc((100% / 12) - (20px)); }
  @media (max-width: 991.98px) {
    .gallery-grid-12 > div, .gallery-grid-12 > article {
      width: calc((100% / 2) - (20px)); } }
  .gallery-grid-12 > div:nth-of-type(12n+1), .gallery-grid-12 > article:nth-of-type(12n+1) {
    clear: both;
    margin-left: 0; }

@supports (grid-area: auto) {
  .gallery-grid-12 {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(12, 1fr); }
    @media (max-width: 991.98px) {
      .gallery-grid-12 {
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 767.98px) {
      .gallery-grid-12 {
        grid-template-columns: repeat(1, 1fr); } }
    .gallery-grid-12 > div, .gallery-grid-12 > article {
      margin: 0 !important;
      width: 100% !important; } }

#content .cpl-12 {
  padding-left: calc(10px * 12) !important; }

.layout-grid-1 > div, .layout-grid-1 > article {
  float: left;
  margin: 0 0 30px 30px;
  width: calc((100% / 1) - (30px)); }
  @media (max-width: 991.98px) {
    .layout-grid-1 > div, .layout-grid-1 > article {
      width: calc((100% / 2) - (30px)); } }
  .layout-grid-1 > div:nth-of-type(1n+1), .layout-grid-1 > article:nth-of-type(1n+1) {
    clear: both;
    margin-left: 0; }

@supports (grid-area: auto) {
  .layout-grid-1 {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr); }
    @media (max-width: 991.98px) {
      .layout-grid-1 {
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 767.98px) {
      .layout-grid-1 {
        grid-template-columns: repeat(1, 1fr); } }
    .layout-grid-1 > div, .layout-grid-1 > article {
      margin: 0 !important;
      width: 100% !important; } }

.layout-grid-2 > div, .layout-grid-2 > article {
  float: left;
  margin: 0 0 30px 30px;
  width: calc((100% / 2) - (30px)); }
  @media (max-width: 991.98px) {
    .layout-grid-2 > div, .layout-grid-2 > article {
      width: calc((100% / 2) - (30px)); } }
  .layout-grid-2 > div:nth-of-type(2n+1), .layout-grid-2 > article:nth-of-type(2n+1) {
    clear: both;
    margin-left: 0; }

@supports (grid-area: auto) {
  .layout-grid-2 {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(2, 1fr); }
    @media (max-width: 991.98px) {
      .layout-grid-2 {
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 767.98px) {
      .layout-grid-2 {
        grid-template-columns: repeat(1, 1fr); } }
    .layout-grid-2 > div, .layout-grid-2 > article {
      margin: 0 !important;
      width: 100% !important; } }

.layout-grid-3 > div, .layout-grid-3 > article {
  float: left;
  margin: 0 0 30px 30px;
  width: calc((100% / 3) - (30px)); }
  @media (max-width: 991.98px) {
    .layout-grid-3 > div, .layout-grid-3 > article {
      width: calc((100% / 2) - (30px)); } }
  .layout-grid-3 > div:nth-of-type(3n+1), .layout-grid-3 > article:nth-of-type(3n+1) {
    clear: both;
    margin-left: 0; }

@supports (grid-area: auto) {
  .layout-grid-3 {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(3, 1fr); }
    @media (max-width: 991.98px) {
      .layout-grid-3 {
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 767.98px) {
      .layout-grid-3 {
        grid-template-columns: repeat(1, 1fr); } }
    .layout-grid-3 > div, .layout-grid-3 > article {
      margin: 0 !important;
      width: 100% !important; } }

.layout-grid-4 > div, .layout-grid-4 > article {
  float: left;
  margin: 0 0 30px 30px;
  width: calc((100% / 4) - (30px)); }
  @media (max-width: 991.98px) {
    .layout-grid-4 > div, .layout-grid-4 > article {
      width: calc((100% / 2) - (30px)); } }
  .layout-grid-4 > div:nth-of-type(4n+1), .layout-grid-4 > article:nth-of-type(4n+1) {
    clear: both;
    margin-left: 0; }

@supports (grid-area: auto) {
  .layout-grid-4 {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(4, 1fr); }
    @media (max-width: 991.98px) {
      .layout-grid-4 {
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 767.98px) {
      .layout-grid-4 {
        grid-template-columns: repeat(1, 1fr); } }
    .layout-grid-4 > div, .layout-grid-4 > article {
      margin: 0 !important;
      width: 100% !important; } }

.layout-grid-5 > div, .layout-grid-5 > article {
  float: left;
  margin: 0 0 30px 30px;
  width: calc((100% / 5) - (30px)); }
  @media (max-width: 991.98px) {
    .layout-grid-5 > div, .layout-grid-5 > article {
      width: calc((100% / 2) - (30px)); } }
  .layout-grid-5 > div:nth-of-type(5n+1), .layout-grid-5 > article:nth-of-type(5n+1) {
    clear: both;
    margin-left: 0; }

@supports (grid-area: auto) {
  .layout-grid-5 {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(5, 1fr); }
    @media (max-width: 991.98px) {
      .layout-grid-5 {
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 767.98px) {
      .layout-grid-5 {
        grid-template-columns: repeat(1, 1fr); } }
    .layout-grid-5 > div, .layout-grid-5 > article {
      margin: 0 !important;
      width: 100% !important; } }

.layout-grid-6 > div, .layout-grid-6 > article {
  float: left;
  margin: 0 0 30px 30px;
  width: calc((100% / 6) - (30px)); }
  @media (max-width: 991.98px) {
    .layout-grid-6 > div, .layout-grid-6 > article {
      width: calc((100% / 2) - (30px)); } }
  .layout-grid-6 > div:nth-of-type(6n+1), .layout-grid-6 > article:nth-of-type(6n+1) {
    clear: both;
    margin-left: 0; }

@supports (grid-area: auto) {
  .layout-grid-6 {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(6, 1fr); }
    @media (max-width: 991.98px) {
      .layout-grid-6 {
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 767.98px) {
      .layout-grid-6 {
        grid-template-columns: repeat(1, 1fr); } }
    .layout-grid-6 > div, .layout-grid-6 > article {
      margin: 0 !important;
      width: 100% !important; } }

.layout-grid-7 > div, .layout-grid-7 > article {
  float: left;
  margin: 0 0 30px 30px;
  width: calc((100% / 7) - (30px)); }
  @media (max-width: 991.98px) {
    .layout-grid-7 > div, .layout-grid-7 > article {
      width: calc((100% / 2) - (30px)); } }
  .layout-grid-7 > div:nth-of-type(7n+1), .layout-grid-7 > article:nth-of-type(7n+1) {
    clear: both;
    margin-left: 0; }

@supports (grid-area: auto) {
  .layout-grid-7 {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(7, 1fr); }
    @media (max-width: 991.98px) {
      .layout-grid-7 {
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 767.98px) {
      .layout-grid-7 {
        grid-template-columns: repeat(1, 1fr); } }
    .layout-grid-7 > div, .layout-grid-7 > article {
      margin: 0 !important;
      width: 100% !important; } }

.layout-grid-8 > div, .layout-grid-8 > article {
  float: left;
  margin: 0 0 30px 30px;
  width: calc((100% / 8) - (30px)); }
  @media (max-width: 991.98px) {
    .layout-grid-8 > div, .layout-grid-8 > article {
      width: calc((100% / 2) - (30px)); } }
  .layout-grid-8 > div:nth-of-type(8n+1), .layout-grid-8 > article:nth-of-type(8n+1) {
    clear: both;
    margin-left: 0; }

@supports (grid-area: auto) {
  .layout-grid-8 {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(8, 1fr); }
    @media (max-width: 991.98px) {
      .layout-grid-8 {
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 767.98px) {
      .layout-grid-8 {
        grid-template-columns: repeat(1, 1fr); } }
    .layout-grid-8 > div, .layout-grid-8 > article {
      margin: 0 !important;
      width: 100% !important; } }

.layout-grid-9 > div, .layout-grid-9 > article {
  float: left;
  margin: 0 0 30px 30px;
  width: calc((100% / 9) - (30px)); }
  @media (max-width: 991.98px) {
    .layout-grid-9 > div, .layout-grid-9 > article {
      width: calc((100% / 2) - (30px)); } }
  .layout-grid-9 > div:nth-of-type(9n+1), .layout-grid-9 > article:nth-of-type(9n+1) {
    clear: both;
    margin-left: 0; }

@supports (grid-area: auto) {
  .layout-grid-9 {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(9, 1fr); }
    @media (max-width: 991.98px) {
      .layout-grid-9 {
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 767.98px) {
      .layout-grid-9 {
        grid-template-columns: repeat(1, 1fr); } }
    .layout-grid-9 > div, .layout-grid-9 > article {
      margin: 0 !important;
      width: 100% !important; } }

.layout-grid-10 > div, .layout-grid-10 > article {
  float: left;
  margin: 0 0 30px 30px;
  width: calc((100% / 10) - (30px)); }
  @media (max-width: 991.98px) {
    .layout-grid-10 > div, .layout-grid-10 > article {
      width: calc((100% / 2) - (30px)); } }
  .layout-grid-10 > div:nth-of-type(10n+1), .layout-grid-10 > article:nth-of-type(10n+1) {
    clear: both;
    margin-left: 0; }

@supports (grid-area: auto) {
  .layout-grid-10 {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(10, 1fr); }
    @media (max-width: 991.98px) {
      .layout-grid-10 {
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 767.98px) {
      .layout-grid-10 {
        grid-template-columns: repeat(1, 1fr); } }
    .layout-grid-10 > div, .layout-grid-10 > article {
      margin: 0 !important;
      width: 100% !important; } }

.layout-grid-11 > div, .layout-grid-11 > article {
  float: left;
  margin: 0 0 30px 30px;
  width: calc((100% / 11) - (30px)); }
  @media (max-width: 991.98px) {
    .layout-grid-11 > div, .layout-grid-11 > article {
      width: calc((100% / 2) - (30px)); } }
  .layout-grid-11 > div:nth-of-type(11n+1), .layout-grid-11 > article:nth-of-type(11n+1) {
    clear: both;
    margin-left: 0; }

@supports (grid-area: auto) {
  .layout-grid-11 {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(11, 1fr); }
    @media (max-width: 991.98px) {
      .layout-grid-11 {
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 767.98px) {
      .layout-grid-11 {
        grid-template-columns: repeat(1, 1fr); } }
    .layout-grid-11 > div, .layout-grid-11 > article {
      margin: 0 !important;
      width: 100% !important; } }

.layout-grid-12 > div, .layout-grid-12 > article {
  float: left;
  margin: 0 0 30px 30px;
  width: calc((100% / 12) - (30px)); }
  @media (max-width: 991.98px) {
    .layout-grid-12 > div, .layout-grid-12 > article {
      width: calc((100% / 2) - (30px)); } }
  .layout-grid-12 > div:nth-of-type(12n+1), .layout-grid-12 > article:nth-of-type(12n+1) {
    clear: both;
    margin-left: 0; }

@supports (grid-area: auto) {
  .layout-grid-12 {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(12, 1fr); }
    @media (max-width: 991.98px) {
      .layout-grid-12 {
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 767.98px) {
      .layout-grid-12 {
        grid-template-columns: repeat(1, 1fr); } }
    .layout-grid-12 > div, .layout-grid-12 > article {
      margin: 0 !important;
      width: 100% !important; } }

.gallery-columns-1 > div, .gallery-columns-1 > article {
  float: left;
  margin: 0 0 20px 20px;
  width: calc((100% / 1) - (20px)); }
  @media (max-width: 991.98px) {
    .gallery-columns-1 > div, .gallery-columns-1 > article {
      width: calc((100% / 2) - (20px)); } }
  .gallery-columns-1 > div:nth-of-type(1n+1), .gallery-columns-1 > article:nth-of-type(1n+1) {
    clear: both;
    margin-left: 0; }

@supports (grid-area: auto) {
  .gallery-columns-1 {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(1, 1fr); }
    @media (max-width: 991.98px) {
      .gallery-columns-1 {
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 767.98px) {
      .gallery-columns-1 {
        grid-template-columns: repeat(1, 1fr); } }
    .gallery-columns-1 > div, .gallery-columns-1 > article {
      margin: 0 !important;
      width: 100% !important; } }

.gallery-columns-2 > div, .gallery-columns-2 > article {
  float: left;
  margin: 0 0 20px 20px;
  width: calc((100% / 2) - (20px)); }
  @media (max-width: 991.98px) {
    .gallery-columns-2 > div, .gallery-columns-2 > article {
      width: calc((100% / 2) - (20px)); } }
  .gallery-columns-2 > div:nth-of-type(2n+1), .gallery-columns-2 > article:nth-of-type(2n+1) {
    clear: both;
    margin-left: 0; }

@supports (grid-area: auto) {
  .gallery-columns-2 {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(2, 1fr); }
    @media (max-width: 991.98px) {
      .gallery-columns-2 {
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 767.98px) {
      .gallery-columns-2 {
        grid-template-columns: repeat(1, 1fr); } }
    .gallery-columns-2 > div, .gallery-columns-2 > article {
      margin: 0 !important;
      width: 100% !important; } }

.gallery-columns-3 > div, .gallery-columns-3 > article {
  float: left;
  margin: 0 0 20px 20px;
  width: calc((100% / 3) - (20px)); }
  @media (max-width: 991.98px) {
    .gallery-columns-3 > div, .gallery-columns-3 > article {
      width: calc((100% / 2) - (20px)); } }
  .gallery-columns-3 > div:nth-of-type(3n+1), .gallery-columns-3 > article:nth-of-type(3n+1) {
    clear: both;
    margin-left: 0; }

@supports (grid-area: auto) {
  .gallery-columns-3 {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(3, 1fr); }
    @media (max-width: 991.98px) {
      .gallery-columns-3 {
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 767.98px) {
      .gallery-columns-3 {
        grid-template-columns: repeat(1, 1fr); } }
    .gallery-columns-3 > div, .gallery-columns-3 > article {
      margin: 0 !important;
      width: 100% !important; } }

.gallery-columns-4 > div, .gallery-columns-4 > article {
  float: left;
  margin: 0 0 20px 20px;
  width: calc((100% / 4) - (20px)); }
  @media (max-width: 991.98px) {
    .gallery-columns-4 > div, .gallery-columns-4 > article {
      width: calc((100% / 2) - (20px)); } }
  .gallery-columns-4 > div:nth-of-type(4n+1), .gallery-columns-4 > article:nth-of-type(4n+1) {
    clear: both;
    margin-left: 0; }

@supports (grid-area: auto) {
  .gallery-columns-4 {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(4, 1fr); }
    @media (max-width: 991.98px) {
      .gallery-columns-4 {
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 767.98px) {
      .gallery-columns-4 {
        grid-template-columns: repeat(1, 1fr); } }
    .gallery-columns-4 > div, .gallery-columns-4 > article {
      margin: 0 !important;
      width: 100% !important; } }

.gallery-columns-5 > div, .gallery-columns-5 > article {
  float: left;
  margin: 0 0 20px 20px;
  width: calc((100% / 5) - (20px)); }
  @media (max-width: 991.98px) {
    .gallery-columns-5 > div, .gallery-columns-5 > article {
      width: calc((100% / 2) - (20px)); } }
  .gallery-columns-5 > div:nth-of-type(5n+1), .gallery-columns-5 > article:nth-of-type(5n+1) {
    clear: both;
    margin-left: 0; }

@supports (grid-area: auto) {
  .gallery-columns-5 {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(5, 1fr); }
    @media (max-width: 991.98px) {
      .gallery-columns-5 {
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 767.98px) {
      .gallery-columns-5 {
        grid-template-columns: repeat(1, 1fr); } }
    .gallery-columns-5 > div, .gallery-columns-5 > article {
      margin: 0 !important;
      width: 100% !important; } }

.gallery-columns-6 > div, .gallery-columns-6 > article {
  float: left;
  margin: 0 0 20px 20px;
  width: calc((100% / 6) - (20px)); }
  @media (max-width: 991.98px) {
    .gallery-columns-6 > div, .gallery-columns-6 > article {
      width: calc((100% / 2) - (20px)); } }
  .gallery-columns-6 > div:nth-of-type(6n+1), .gallery-columns-6 > article:nth-of-type(6n+1) {
    clear: both;
    margin-left: 0; }

@supports (grid-area: auto) {
  .gallery-columns-6 {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(6, 1fr); }
    @media (max-width: 991.98px) {
      .gallery-columns-6 {
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 767.98px) {
      .gallery-columns-6 {
        grid-template-columns: repeat(1, 1fr); } }
    .gallery-columns-6 > div, .gallery-columns-6 > article {
      margin: 0 !important;
      width: 100% !important; } }

.gallery-columns-7 > div, .gallery-columns-7 > article {
  float: left;
  margin: 0 0 20px 20px;
  width: calc((100% / 7) - (20px)); }
  @media (max-width: 991.98px) {
    .gallery-columns-7 > div, .gallery-columns-7 > article {
      width: calc((100% / 2) - (20px)); } }
  .gallery-columns-7 > div:nth-of-type(7n+1), .gallery-columns-7 > article:nth-of-type(7n+1) {
    clear: both;
    margin-left: 0; }

@supports (grid-area: auto) {
  .gallery-columns-7 {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(7, 1fr); }
    @media (max-width: 991.98px) {
      .gallery-columns-7 {
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 767.98px) {
      .gallery-columns-7 {
        grid-template-columns: repeat(1, 1fr); } }
    .gallery-columns-7 > div, .gallery-columns-7 > article {
      margin: 0 !important;
      width: 100% !important; } }

.gallery-columns-8 > div, .gallery-columns-8 > article {
  float: left;
  margin: 0 0 20px 20px;
  width: calc((100% / 8) - (20px)); }
  @media (max-width: 991.98px) {
    .gallery-columns-8 > div, .gallery-columns-8 > article {
      width: calc((100% / 2) - (20px)); } }
  .gallery-columns-8 > div:nth-of-type(8n+1), .gallery-columns-8 > article:nth-of-type(8n+1) {
    clear: both;
    margin-left: 0; }

@supports (grid-area: auto) {
  .gallery-columns-8 {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(8, 1fr); }
    @media (max-width: 991.98px) {
      .gallery-columns-8 {
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 767.98px) {
      .gallery-columns-8 {
        grid-template-columns: repeat(1, 1fr); } }
    .gallery-columns-8 > div, .gallery-columns-8 > article {
      margin: 0 !important;
      width: 100% !important; } }

.gallery-columns-9 > div, .gallery-columns-9 > article {
  float: left;
  margin: 0 0 20px 20px;
  width: calc((100% / 9) - (20px)); }
  @media (max-width: 991.98px) {
    .gallery-columns-9 > div, .gallery-columns-9 > article {
      width: calc((100% / 2) - (20px)); } }
  .gallery-columns-9 > div:nth-of-type(9n+1), .gallery-columns-9 > article:nth-of-type(9n+1) {
    clear: both;
    margin-left: 0; }

@supports (grid-area: auto) {
  .gallery-columns-9 {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(9, 1fr); }
    @media (max-width: 991.98px) {
      .gallery-columns-9 {
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 767.98px) {
      .gallery-columns-9 {
        grid-template-columns: repeat(1, 1fr); } }
    .gallery-columns-9 > div, .gallery-columns-9 > article {
      margin: 0 !important;
      width: 100% !important; } }

.gallery-columns-10 > div, .gallery-columns-10 > article {
  float: left;
  margin: 0 0 20px 20px;
  width: calc((100% / 10) - (20px)); }
  @media (max-width: 991.98px) {
    .gallery-columns-10 > div, .gallery-columns-10 > article {
      width: calc((100% / 2) - (20px)); } }
  .gallery-columns-10 > div:nth-of-type(10n+1), .gallery-columns-10 > article:nth-of-type(10n+1) {
    clear: both;
    margin-left: 0; }

@supports (grid-area: auto) {
  .gallery-columns-10 {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(10, 1fr); }
    @media (max-width: 991.98px) {
      .gallery-columns-10 {
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 767.98px) {
      .gallery-columns-10 {
        grid-template-columns: repeat(1, 1fr); } }
    .gallery-columns-10 > div, .gallery-columns-10 > article {
      margin: 0 !important;
      width: 100% !important; } }

.gallery-columns-11 > div, .gallery-columns-11 > article {
  float: left;
  margin: 0 0 20px 20px;
  width: calc((100% / 11) - (20px)); }
  @media (max-width: 991.98px) {
    .gallery-columns-11 > div, .gallery-columns-11 > article {
      width: calc((100% / 2) - (20px)); } }
  .gallery-columns-11 > div:nth-of-type(11n+1), .gallery-columns-11 > article:nth-of-type(11n+1) {
    clear: both;
    margin-left: 0; }

@supports (grid-area: auto) {
  .gallery-columns-11 {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(11, 1fr); }
    @media (max-width: 991.98px) {
      .gallery-columns-11 {
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 767.98px) {
      .gallery-columns-11 {
        grid-template-columns: repeat(1, 1fr); } }
    .gallery-columns-11 > div, .gallery-columns-11 > article {
      margin: 0 !important;
      width: 100% !important; } }

.gallery-columns-12 > div, .gallery-columns-12 > article {
  float: left;
  margin: 0 0 20px 20px;
  width: calc((100% / 12) - (20px)); }
  @media (max-width: 991.98px) {
    .gallery-columns-12 > div, .gallery-columns-12 > article {
      width: calc((100% / 2) - (20px)); } }
  .gallery-columns-12 > div:nth-of-type(12n+1), .gallery-columns-12 > article:nth-of-type(12n+1) {
    clear: both;
    margin-left: 0; }

@supports (grid-area: auto) {
  .gallery-columns-12 {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(12, 1fr); }
    @media (max-width: 991.98px) {
      .gallery-columns-12 {
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 767.98px) {
      .gallery-columns-12 {
        grid-template-columns: repeat(1, 1fr); } }
    .gallery-columns-12 > div, .gallery-columns-12 > article {
      margin: 0 !important;
      width: 100% !important; } }

#map {
  position: relative;
  z-index: 1; }
  #map .leaflet-location-button {
    position: absolute;
    background-color: #FFFFFF;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    color: #000000;
    border-radius: 10px;
    padding: 10px;
    z-index: 1000;
    font-size: 25px; }

.header-wrapper-home {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 73%;
  z-index: 1; }
  .header-wrapper-home:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000000;
    opacity: 0.2; }
  .header-wrapper-home .header-content {
    position: relative;
    z-index: 10; }

.modal-dialog {
  max-width: 1500px;
  transform: translateY(9vh) !important; }
  .modal-dialog .modal-content {
    height: 1000px; }

.title-main {
  font-size: 60px;
  margin-left: -5px; }

.bb-icon-box {
  row-gap: 135px; }
  .bb-icon-box .icon {
    flex-shrink: 0; }
  .bb-icon-box .content h4 {
    margin-bottom: 0; }

.bb-post-grid {
  gap: 40px; }

b,
strong {
  font-weight: 600; }

a:focus {
  outline: none; }

@media (max-width: 720px) {
  a:hover {
    text-decoration: none !important; } }

body a.underline {
  text-decoration: underline;
  text-decoration-color: #ffa84f;
  text-decoration-thickness: 5px;
  text-underline-offset: 10px;
  letter-spacing: 0.7px; }
  @media (max-width: 991.98px) {
    body a.underline {
      text-decoration-thickness: 3px;
      text-underline-offset: 4px; } }

body section[data-kc-fullwidth] {
  width: 100% !important;
  left: 0 !important; }

body .attachments-panel .attachment-item {
  margin-bottom: 30px; }
  body .attachments-panel .attachment-item:last-of-type {
    margin-bottom: 0;
    display: block; }
  body .attachments-panel .attachment-item .single-attachment a {
    display: inline-block;
    font-weight: 600; }
  body .attachments-panel .attachment-item .single-attachment span {
    display: block;
    text-transform: uppercase; }

body #content .single-pet-icons .item {
  display: flex; }

body #content .single-post-grid {
  background-image: url("../../assets/images/bg.svg");
  padding: 60px 0;
  margin-top: 75px; }

body #content #side-img {
  position: relative; }
  body #content #side-img::before {
    background-image: url("../../assets/images/side.png");
    position: absolute;
    content: '';
    width: 1015px;
    height: 677px;
    right: -150px;
    top: -200px; }

body #content .newsletter-footer {
  padding: 0px 50px;
  color: #fff; }
  body #content .newsletter-footer .div-wrapper {
    padding: 0px 40px 0px 40px;
    border-radius: 10px 10px 10px 10px; }

body #content .preklic-wrapper {
  position: relative;
  top: -90px; }
  @media (max-width: 991.98px) {
    body #content .preklic-wrapper {
      top: 0; } }
  body #content .preklic-wrapper .date {
    border-radius: 10px 10px 0 0;
    background-color: #CD4B2A;
    padding: 15px 20px;
    color: #fff;
    font-weight: 600;
    font-size: 17px; }
    body #content .preklic-wrapper .date.round {
      border-radius: 10px; }
  body #content .preklic-wrapper .content {
    padding: 15px 20px;
    background-color: #F9F9F9;
    border-radius: 0 0 10px 10px; }

body #content .confirmation-wrapper {
  background-color: #d9f8fe;
  border-radius: 20px; }

body #content .water-icon {
  position: relative; }
  body #content .water-icon::before {
    background: url("../../assets/images/water-icon.svg");
    position: absolute;
    content: '';
    top: 0;
    width: 327px;
    height: 417px;
    left: 95%; }
    @media (max-width: 991.98px) {
      body #content .water-icon::before {
        content: unset; } }

body #content .history-tab > .kc-col-container {
  display: flex;
  align-items: center;
  margin-bottom: 60px; }
  @media (max-width: 991.98px) {
    body #content .history-tab > .kc-col-container {
      flex-direction: column;
      margin-bottom: 30px; } }
  body #content .history-tab > .kc-col-container .kc-title-wrap {
    width: fit-content;
    position: relative;
    padding-right: 50px; }
    body #content .history-tab > .kc-col-container .kc-title-wrap .kc_title {
      color: #b7b7b7;
      font-size: 180px;
      font-weight: 300;
      line-height: normal; }
      @media (max-width: 991.98px) {
        body #content .history-tab > .kc-col-container .kc-title-wrap .kc_title {
          font-size: 61px; } }
    body #content .history-tab > .kc-col-container .kc-title-wrap::before {
      content: '';
      position: absolute;
      background-color: #ffa84f;
      width: 150px;
      height: 8px;
      border-radius: 5px;
      top: 50%;
      left: -160px; }

body #content .osmrtnice .select-wrapper .select-title {
  font-size: 15px;
  color: #B7B7B7; }

body #content .osmrtnice .select-wrapper select {
  box-shadow: 0px 0px 10px #00000029;
  border-radius: 5px;
  width: 30%;
  padding: 10px; }

body #content .osmrtnice .termini a {
  font-weight: 500;
  font-size: 17px; }

body #content .osmrtnice .table-responsive {
  overflow-x: visible; }

body #content .osmrtnice thead th {
  color: #B7B7B7;
  font-size: 15px;
  font-weight: 500;
  border: none;
  text-transform: uppercase; }

body #content .osmrtnice tbody tr {
  box-shadow: 0px 0px 10px #00000029;
  border-radius: 10px; }
  body #content .osmrtnice tbody tr td {
    border: none; }
    body #content .osmrtnice tbody tr td span.date {
      background-color: #707070;
      padding: 5px;
      border-radius: 5px;
      color: #fff; }
  body #content .osmrtnice tbody tr.separator {
    box-shadow: none;
    border-radius: none;
    display: block;
    height: 10px; }

body #content .kc_text_block ul {
  list-style-type: none;
  padding-left: 75px; }
  body #content .kc_text_block ul li {
    position: relative; }
    body #content .kc_text_block ul li::before {
      position: absolute;
      content: '';
      background-color: #2AB1CD;
      width: 50px;
      height: 5px;
      top: 10px;
      border-radius: 5px;
      left: -75px; }

body #content .files-module {
  position: relative; }
  body #content .files-module::before {
    position: absolute;
    content: '';
    right: 100%;
    width: 10%;
    height: 100%;
    border-radius: 10px 0 0 10px;
    top: 0;
    background-color: inherit; }
  body #content .files-module::after {
    position: absolute;
    content: '';
    left: 100%;
    width: 10%;
    height: 100%;
    border-radius: 0 10px 10px 0;
    top: 0;
    background-color: inherit; }

body #content .offset {
  position: relative; }
  body #content .offset .kc-title-wrap,
  body #content .offset .kc_text_block {
    position: relative; }
  body #content .offset.primary::before {
    content: '';
    position: absolute;
    top: 60px;
    left: 0;
    background-color: #ffa84f;
    width: 100%;
    height: 100%;
    border-radius: 10px; }
    @media (max-width: 991.98px) {
      body #content .offset.primary::before {
        height: 90%; } }
  body #content .offset.secondary::before {
    content: '';
    position: absolute;
    top: 60px;
    left: 0;
    background-color: #2AB1CD;
    width: 100%;
    height: 100%;
    border-radius: 10px; }
    @media (max-width: 991.98px) {
      body #content .offset.secondary::before {
        height: 90%; } }

body #content .newsletter-offset {
  position: relative;
  top: -55px; }
  body #content .newsletter-offset .kc-title-wrap {
    margin-top: 30px; }

body #content .activities-icons {
  position: relative; }
  body #content .activities-icons::before {
    content: '';
    position: absolute;
    top: 0;
    right: 100%;
    width: 100px;
    border-radius: 10px 0 0 10px;
    background-color: #EBEBEB;
    height: 100%; }
  body #content .activities-icons::after {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    width: 100px;
    border-radius: 0 10px 10px 0;
    background-color: #EBEBEB;
    height: 100%; }
  body #content .activities-icons .emigma-icon-box-outer img {
    border-radius: 10px; }

body #content .support-content {
  background: linear-gradient(to bottom, rgba(149, 196, 91, 0.5) 0%, rgba(42, 177, 205, 0.5) 100%);
  padding: 50px;
  border-radius: 10px 0 0 10px; }
  @media (max-width: 991.98px) {
    body #content .support-content {
      padding: 15px;
      border-radius: 0; } }
  body #content .support-content .kc_wrapper {
    display: flex;
    flex-direction: column;
    color: #fff; }
    body #content .support-content .kc_wrapper .support-badge {
      width: fit-content;
      border-radius: 5px;
      padding: 0px 10px;
      border: solid #fff 2px; }
      body #content .support-content .kc_wrapper .support-badge p {
        margin: 0;
        font-size: 17px; }
    body #content .support-content .kc_wrapper .kc_title {
      margin-top: 80px; }

body #content .post-item.animal-post .card {
  border-radius: 0;
  color: #161517; }
  body #content .post-item.animal-post .card:hover {
    text-decoration: none; }

body #content .post-item.animal-post .card-custom {
  position: relative;
  transform: rotateX(0) rotateY(0);
  transform-style: preserve-3d;
  transition-duration: 0.1s;
  transition-timing-function: ease !important;
  backface-visibility: hidden;
  will-change: tranform; }
  body #content .post-item.animal-post .card-custom__heading {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 100%;
    color: #FFF; }
    body #content .post-item.animal-post .card-custom__heading h2 {
      margin: 0;
      transform: translateZ(30px); }
  body #content .post-item.animal-post .card-custom.is-out {
    transform: rotateX(0) rotateY(0) !important;
    transition-duration: 1s; }

body #content .post-item.animal-post .img-wrapper {
  height: 195px;
  position: relative;
  padding: 10px 10px 0 10px; }
  body #content .post-item.animal-post .img-wrapper .date-badge {
    position: absolute;
    width: fit-content;
    border-radius: 2px;
    padding: 0px 5px;
    background-color: #fff;
    top: 15px;
    left: 15px;
    font-size: 12px;
    color: #161517;
    display: flex;
    align-items: center; }
    body #content .post-item.animal-post .img-wrapper .date-badge svg {
      margin-right: 5px; }
  body #content .post-item.animal-post .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    margin: 0;
    padding: 0; }

body #content .post-item.animal-post .content-wrapper span.link {
  color: #ffa84f;
  text-decoration: none; }
  body #content .post-item.animal-post .content-wrapper span.link:hover {
    text-decoration: underline; }

body #content .post-item.news {
  display: flex;
  background-color: #FFECDC; }
  body #content .post-item.news .img-wrapper {
    width: 40%;
    padding: 10px 0 10px 10px;
    position: relative; }
    body #content .post-item.news .img-wrapper .date-badge {
      position: absolute;
      width: fit-content;
      border-radius: 4px;
      background-color: #fff;
      top: 15px;
      left: 15px; }
      body #content .post-item.news .img-wrapper .date-badge a {
        font-size: 12px;
        font-weight: 500;
        padding: 5px;
        color: #161517; }
        body #content .post-item.news .img-wrapper .date-badge a:hover {
          text-decoration: none; }
    body #content .post-item.news .img-wrapper img {
      height: 186px;
      width: 100%;
      object-fit: cover; }
  body #content .post-item.news .content-wrapper {
    width: 60%; }
    body #content .post-item.news .content-wrapper .date {
      color: #DF9E68;
      font-size: 15px;
      font-weight: 500; }
    body #content .post-item.news .content-wrapper a {
      font-size: 15px;
      font-weight: 600; }

body.post-type-archive-listing #archive-wrapper {
  background: #f8f8f8; }

body.single-listing #single-wrapper {
  background: #f8f8f8; }

body.contact-page #page-wrapper {
  background: #363638;
  padding: 0;
  min-height: 30vh; }

body #page-wrapper,
body #single-wrapper,
body #archive-wrapper,
body #woocommerce-wrapper,
body .single-wrapper {
  padding: 0;
  width: 100%;
  min-height: 300px;
  background: #fff;
  margin-top: 60px;
  margin-bottom: 0px; }
  body #page-wrapper .entry-content,
  body #single-wrapper .entry-content,
  body #archive-wrapper .entry-content,
  body #woocommerce-wrapper .entry-content,
  body .single-wrapper .entry-content {
    min-height: 250px; }
    body #page-wrapper .entry-content.animal .pet-gallery,
    body #single-wrapper .entry-content.animal .pet-gallery,
    body #archive-wrapper .entry-content.animal .pet-gallery,
    body #woocommerce-wrapper .entry-content.animal .pet-gallery,
    body .single-wrapper .entry-content.animal .pet-gallery {
      margin: 70px 0;
      gap: 10px; }
      body #page-wrapper .entry-content.animal .pet-gallery img,
      body #single-wrapper .entry-content.animal .pet-gallery img,
      body #archive-wrapper .entry-content.animal .pet-gallery img,
      body #woocommerce-wrapper .entry-content.animal .pet-gallery img,
      body .single-wrapper .entry-content.animal .pet-gallery img {
        width: 100%;
        height: 150px;
        object-fit: cover;
        filter: brightness(75%);
        transition: all 200ms ease-in-out; }
        body #page-wrapper .entry-content.animal .pet-gallery img:hover,
        body #single-wrapper .entry-content.animal .pet-gallery img:hover,
        body #archive-wrapper .entry-content.animal .pet-gallery img:hover,
        body #woocommerce-wrapper .entry-content.animal .pet-gallery img:hover,
        body .single-wrapper .entry-content.animal .pet-gallery img:hover {
          scale: 103%;
          filter: brightness(100%); }
    body #page-wrapper .entry-content.animal .entry-gallery.yt,
    body #single-wrapper .entry-content.animal .entry-gallery.yt,
    body #archive-wrapper .entry-content.animal .entry-gallery.yt,
    body #woocommerce-wrapper .entry-content.animal .entry-gallery.yt,
    body .single-wrapper .entry-content.animal .entry-gallery.yt {
      display: grid;
      grid-gap: 10px;
      grid-template-columns: repeat(2, 1fr); }
      body #page-wrapper .entry-content.animal .entry-gallery.yt iframe,
      body #single-wrapper .entry-content.animal .entry-gallery.yt iframe,
      body #archive-wrapper .entry-content.animal .entry-gallery.yt iframe,
      body #woocommerce-wrapper .entry-content.animal .entry-gallery.yt iframe,
      body .single-wrapper .entry-content.animal .entry-gallery.yt iframe {
        width: 100%; }
  body #page-wrapper > .kc_row,
  body #single-wrapper > .kc_row,
  body #archive-wrapper > .kc_row,
  body #woocommerce-wrapper > .kc_row,
  body .single-wrapper > .kc_row {
    float: none; }
  @media (max-width: 991.98px) {
    body #page-wrapper .kc_column,
    body #page-wrapper .kc_column_inner,
    body #single-wrapper .kc_column,
    body #single-wrapper .kc_column_inner,
    body #archive-wrapper .kc_column,
    body #archive-wrapper .kc_column_inner,
    body #woocommerce-wrapper .kc_column,
    body #woocommerce-wrapper .kc_column_inner,
    body .single-wrapper .kc_column,
    body .single-wrapper .kc_column_inner {
      padding: 0; } }
  body #page-wrapper a:hover,
  body #single-wrapper a:hover,
  body #archive-wrapper a:hover,
  body #woocommerce-wrapper a:hover,
  body .single-wrapper a:hover {
    text-decoration: none; }
  body #page-wrapper .text-center ul:not(.simple-links-inner) li,
  body #page-wrapper .text-center ol:not(.simple-links-inner) li,
  body #page-wrapper .text-center dl:not(.simple-links-inner) li,
  body #single-wrapper .text-center ul:not(.simple-links-inner) li,
  body #single-wrapper .text-center ol:not(.simple-links-inner) li,
  body #single-wrapper .text-center dl:not(.simple-links-inner) li,
  body #archive-wrapper .text-center ul:not(.simple-links-inner) li,
  body #archive-wrapper .text-center ol:not(.simple-links-inner) li,
  body #archive-wrapper .text-center dl:not(.simple-links-inner) li,
  body #woocommerce-wrapper .text-center ul:not(.simple-links-inner) li,
  body #woocommerce-wrapper .text-center ol:not(.simple-links-inner) li,
  body #woocommerce-wrapper .text-center dl:not(.simple-links-inner) li,
  body .single-wrapper .text-center ul:not(.simple-links-inner) li,
  body .single-wrapper .text-center ol:not(.simple-links-inner) li,
  body .single-wrapper .text-center dl:not(.simple-links-inner) li {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; }
  body #page-wrapper .f-img-wrapper,
  body #single-wrapper .f-img-wrapper,
  body #archive-wrapper .f-img-wrapper,
  body #woocommerce-wrapper .f-img-wrapper,
  body .single-wrapper .f-img-wrapper {
    height: 400px;
    width: 100%; }
    body #page-wrapper .f-img-wrapper img,
    body #single-wrapper .f-img-wrapper img,
    body #archive-wrapper .f-img-wrapper img,
    body #woocommerce-wrapper .f-img-wrapper img,
    body .single-wrapper .f-img-wrapper img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: 50% 50%; }

iframe {
  max-width: 100%; }

.gallery {
  margin-bottom: 40px; }
  .gallery .gallery-item {
    width: 100%;
    height: 100%;
    margin: 0; }
    .gallery .gallery-item * {
      width: 100%;
      height: 100%;
      padding: 0 !important; }
    .gallery .gallery-item img {
      object-fit: cover;
      -o-object-fit: cover;
      object-position: 50% 50%; }

.kc_image_gallery .gallery-item .gallery-icon a,
.gallery .gallery-item .gallery-icon a {
  width: 100%;
  height: 200px;
  display: block; }
  .kc_image_gallery .gallery-item .gallery-icon a img,
  .gallery .gallery-item .gallery-icon a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%; }

img .aligncenter,
img .wp-post-image,
div .aligncenter,
div .wp-post-image,
figure .aligncenter,
figure .wp-post-image {
  display: block; }
  img .aligncenter:not(.card-img-top),
  img .wp-post-image:not(.card-img-top),
  div .aligncenter:not(.card-img-top),
  div .wp-post-image:not(.card-img-top),
  figure .aligncenter:not(.card-img-top),
  figure .wp-post-image:not(.card-img-top) {
    margin: 1em auto; }

img .alignright,
div .alignright,
figure .alignright {
  float: right;
  margin: 1em 0 1em 2em; }

img .alignleft,
img .wp-post-image.attachment-thumb,
div .alignleft,
div .wp-post-image.attachment-thumb,
figure .alignleft,
figure .wp-post-image.attachment-thumb {
  float: left;
  margin: 1em 1em 2em 0; }

figure {
  max-width: 100%;
  height: auto; }

section[data-kc-equalheight-align="stretch"] > div > .row {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch; }
  section[data-kc-equalheight-align="stretch"] > div > .row > div .kc-col-container {
    height: 100%;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    section[data-kc-equalheight-align="stretch"] > div > .row > div .kc-col-container > .card {
      height: 100%; }

section[data-kc-equalheight-align="middle"] > div > .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }
  section[data-kc-equalheight-align="middle"] > div > .row > div .kc-col-container {
    height: 100%; }

.kc-elm .row {
  float: none;
  width: unset; }

@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .masonry {
    columns: 2; } }

@media only screen and (min-width: 1024px) {
  .masonry {
    columns: 4; } }

.masonry-item,
.masonry-content {
  border-radius: 4px;
  overflow: hidden; }

.title-mobile h3 {
  font-size: 22px; }

.title-mobile h2 {
  font-size: 22px; }

.title-mobile p {
  font-size: 14px; }

.btn, .main-menu-container .navbar-nav li.menu-item.nav-btn, #footer #main-menu li.menu-item:last-of-type, .mailpoet_form .mailpoet_submit, .custom-nav > button, .gform_wrapper .gform_footer .gform_button {
  max-width: 100%;
  text-decoration: none !important;
  position: relative;
  line-height: 1; }
  .btn.btn-primary, .main-menu-container .navbar-nav li.menu-item.nav-btn, #footer #main-menu li.menu-item:last-of-type, .mailpoet_form .mailpoet_submit, .custom-nav > button.btn-primary, .custom-nav > button.owl-prev, .mailpoet_form .custom-nav > button.owl-prev.mailpoet_submit, .gform_wrapper .gform_footer .gform_button {
    color: #fff;
    border: none;
    background: linear-gradient(270deg, #FCA153 0%, #F58220 100%);
    position: relative;
    background-size: 100% 100%;
    background-position: 100% 0;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out; }
    .btn.btn-primary.btn-fit-content, .main-menu-container .navbar-nav li.btn-fit-content.menu-item.nav-btn, #footer #main-menu li.btn-fit-content.menu-item:last-of-type, .mailpoet_form .btn-fit-content.mailpoet_submit, .custom-nav > button.btn-primary.btn-fit-content, .custom-nav > button.btn-fit-content.owl-prev, .gform_wrapper .gform_footer .btn-fit-content.gform_button {
      width: fit-content; }
    .accessible .btn.btn-primary, .accessible .main-menu-container .navbar-nav li.menu-item.nav-btn, .main-menu-container .navbar-nav .accessible li.menu-item.nav-btn, .accessible #footer #main-menu li.menu-item:last-of-type, #footer #main-menu .accessible li.menu-item:last-of-type, .accessible .mailpoet_form .mailpoet_submit, .mailpoet_form .accessible .mailpoet_submit, .accessible .custom-nav > button.btn-primary, .accessible .custom-nav > button.owl-prev, .accessible .gform_wrapper .gform_footer .gform_button, .gform_wrapper .gform_footer .accessible .gform_button {
      background: #e7babd;
      border-color: #e7babd !important; }
    .btn.btn-primary:active, .main-menu-container .navbar-nav li.menu-item.nav-btn:active, #footer #main-menu li.menu-item:active:last-of-type, .mailpoet_form .mailpoet_submit:active, .custom-nav > button.btn-primary:active, .custom-nav > button.owl-prev:active, .gform_wrapper .gform_footer .gform_button:active, .btn.btn-primary:focus, .main-menu-container .navbar-nav li.menu-item.nav-btn:focus, #footer #main-menu li.menu-item:focus:last-of-type, .mailpoet_form .mailpoet_submit:focus, .custom-nav > button.btn-primary:focus, .custom-nav > button.owl-prev:focus, .gform_wrapper .gform_footer .gform_button:focus, .btn.btn-primary:hover, .main-menu-container .navbar-nav li.menu-item.nav-btn:hover, #footer #main-menu li.menu-item:hover:last-of-type, .mailpoet_form .mailpoet_submit:hover, .custom-nav > button.btn-primary:hover, .custom-nav > button.owl-prev:hover, .gform_wrapper .gform_footer .gform_button:hover {
      background: linear-gradient(270deg, #F58220 0%, #FCA153 100%);
      outline: 0;
      background-position: 200% 0;
      background-size: 200% 100%; }
    .btn.btn-primary.live, .main-menu-container .navbar-nav li.live.menu-item.nav-btn, #footer #main-menu li.live.menu-item:last-of-type, .mailpoet_form .live.mailpoet_submit, .custom-nav > button.btn-primary.live, .custom-nav > button.live.owl-prev, .gform_wrapper .gform_footer .live.gform_button {
      background: linear-gradient(270deg, #BE3455 0%, #BE3455 100%);
      width: 300px; }
      .btn.btn-primary.live:hover, .main-menu-container .navbar-nav li.live.menu-item.nav-btn:hover, #footer #main-menu li.live.menu-item:hover:last-of-type, .mailpoet_form .live.mailpoet_submit:hover, .custom-nav > button.btn-primary.live:hover, .custom-nav > button.live.owl-prev:hover, .gform_wrapper .gform_footer .live.gform_button:hover {
        background: #FFFFFF;
        color: #BE3455; }
  .btn.btn-white, .main-menu-container .navbar-nav li.btn-white.menu-item.nav-btn, #footer #main-menu li.btn-white.menu-item:last-of-type, .mailpoet_form .btn-white.mailpoet_submit, .custom-nav > button.btn-white, .gform_wrapper .gform_footer .btn-white.gform_button {
    background-color: #fff;
    color: #161517;
    padding: 10px 15px;
    font-size: 17px; }
  .btn.btn-secondary, .main-menu-container .navbar-nav li.btn-secondary.menu-item.nav-btn, #footer #main-menu li.btn-secondary.menu-item:last-of-type, .mailpoet_form .btn-secondary.mailpoet_submit, .mailpoet_form .custom-nav > button.mailpoet_submit.owl-next, .custom-nav > button.btn-secondary, .custom-nav > button.owl-next, .gform_wrapper .gform_footer .custom-nav > button.owl-next.gform_button, .gform_wrapper .gform_footer .btn-secondary.gform_button {
    border: 2px solid #ffa84f !important;
    color: #fff;
    background-color: #2AB1CD;
    min-width: unset; }
    .btn.btn-secondary:active, .main-menu-container .navbar-nav li.btn-secondary.menu-item.nav-btn:active, #footer #main-menu li.btn-secondary.menu-item:active:last-of-type, .mailpoet_form .btn-secondary.mailpoet_submit:active, .mailpoet_form .custom-nav > button.mailpoet_submit.owl-next:active, .custom-nav > button.btn-secondary:active, .custom-nav > button.owl-next:active, .gform_wrapper .gform_footer .custom-nav > button.owl-next.gform_button:active, .gform_wrapper .gform_footer .btn-secondary.gform_button:active, .btn.btn-secondary:focus, .main-menu-container .navbar-nav li.btn-secondary.menu-item.nav-btn:focus, #footer #main-menu li.btn-secondary.menu-item:focus:last-of-type, .mailpoet_form .btn-secondary.mailpoet_submit:focus, .mailpoet_form .custom-nav > button.mailpoet_submit.owl-next:focus, .custom-nav > button.btn-secondary:focus, .custom-nav > button.owl-next:focus, .gform_wrapper .gform_footer .custom-nav > button.owl-next.gform_button:focus, .gform_wrapper .gform_footer .btn-secondary.gform_button:focus, .btn.btn-secondary:hover, .main-menu-container .navbar-nav li.btn-secondary.menu-item.nav-btn:hover, #footer #main-menu li.btn-secondary.menu-item:hover:last-of-type, .mailpoet_form .btn-secondary.mailpoet_submit:hover, .mailpoet_form .custom-nav > button.mailpoet_submit.owl-next:hover, .custom-nav > button.btn-secondary:hover, .custom-nav > button.owl-next:hover, .gform_wrapper .gform_footer .custom-nav > button.owl-next.gform_button:hover, .gform_wrapper .gform_footer .btn-secondary.gform_button:hover {
      outline: 0;
      border-color: #ffa84f !important;
      box-shadow: none !important;
      background: #218ca3 !important; }
  .btn.btn-outline-primary, .main-menu-container .navbar-nav li.btn-outline-primary.menu-item.nav-btn, #footer #main-menu li.btn-outline-primary.menu-item:last-of-type, .mailpoet_form .btn-outline-primary.mailpoet_submit, .custom-nav > button.btn-outline-primary, .gform_wrapper .gform_footer .btn-outline-primary.gform_button {
    color: #fff;
    border: solid #fff 2px; }
    .btn.btn-outline-primary.btn-sm, .btn-group-sm > .btn.btn-outline-primary, .main-menu-container .navbar-nav .btn-group-sm > li.btn-outline-primary.menu-item.nav-btn, #footer #main-menu .btn-group-sm > li.btn-outline-primary.menu-item:last-of-type, .mailpoet_form .btn-group-sm > .btn-outline-primary.mailpoet_submit, .custom-nav.btn-group-sm > button.btn-outline-primary, .gform_wrapper .gform_footer .btn-group-sm > .btn-outline-primary.gform_button, .main-menu-container .navbar-nav li.btn-outline-primary.btn-sm.menu-item.nav-btn, #footer #main-menu li.btn-outline-primary.btn-sm.menu-item:last-of-type, .mailpoet_form .btn-outline-primary.btn-sm.mailpoet_submit, .custom-nav > button.btn-outline-primary.btn-sm, .gform_wrapper .gform_footer .btn-outline-primary.btn-sm.gform_button {
      color: #161517;
      border: solid #ffa84f 2px;
      padding: 12px 24px;
      font-size: 15px;
      font-weight: 600; }
    .btn.btn-outline-primary:active, .main-menu-container .navbar-nav li.btn-outline-primary.menu-item.nav-btn:active, #footer #main-menu li.btn-outline-primary.menu-item:active:last-of-type, .mailpoet_form .btn-outline-primary.mailpoet_submit:active, .custom-nav > button.btn-outline-primary:active, .gform_wrapper .gform_footer .btn-outline-primary.gform_button:active, .btn.btn-outline-primary:focus, .main-menu-container .navbar-nav li.btn-outline-primary.menu-item.nav-btn:focus, #footer #main-menu li.btn-outline-primary.menu-item:focus:last-of-type, .mailpoet_form .btn-outline-primary.mailpoet_submit:focus, .custom-nav > button.btn-outline-primary:focus, .gform_wrapper .gform_footer .btn-outline-primary.gform_button:focus, .btn.btn-outline-primary:hover, .main-menu-container .navbar-nav li.btn-outline-primary.menu-item.nav-btn:hover, #footer #main-menu li.btn-outline-primary.menu-item:hover:last-of-type, .mailpoet_form .btn-outline-primary.mailpoet_submit:hover, .custom-nav > button.btn-outline-primary:hover, .gform_wrapper .gform_footer .btn-outline-primary.gform_button:hover {
      background: linear-gradient(270deg, #F58220 0%, #FCA153 100%); }
  .btn.btn-outline-secondary, .main-menu-container .navbar-nav li.btn-outline-secondary.menu-item.nav-btn, #footer #main-menu li.btn-outline-secondary.menu-item:last-of-type, .mailpoet_form .btn-outline-secondary.mailpoet_submit, .custom-nav > button.btn-outline-secondary, .gform_wrapper .gform_footer .btn-outline-secondary.gform_button {
    background-color: #267383;
    border: none;
    padding: 15px 35px;
    color: #fff; }

.widget-title {
  color: #161517;
  font-size: 60px;
  font-weight: 600;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1;
  margin-bottom: 40px; }
  @media (max-width: 991.98px) {
    .widget-title {
      font-size: 32px;
      text-align: center; } }
  #single-wrapper .widget-title {
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 31px;
    text-align: center;
    color: #1E1F21; }

.social-widget-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  padding: 0;
  margin: 0; }
  @media (max-width: 991.98px) {
    .social-widget-inner {
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center; } }
  .social-widget-inner li {
    font-size: 19px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    border: 0;
    margin-right: 15px; }
    @media (max-width: 991.98px) {
      .social-widget-inner li {
        margin-bottom: 15px;
        margin-left: 10px;
        margin-right: 10px; } }
    .social-widget-inner li:last-child {
      margin: 0; }
      @media (max-width: 991.98px) {
        .social-widget-inner li:last-child {
          margin-bottom: 15px;
          margin-left: 10px;
          margin-right: 10px; } }
    .social-widget-inner li i {
      color: #fff; }
    .social-widget-inner li svg path {
      fill: #2AB1CD; }

.icon-box-widget-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  margin: 0;
  font-size: 18px;
  letter-spacing: 1.8px; }
  .icon-box-widget-inner li {
    color: #2C2E30;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1.8px; }
    @media (max-width: 991.98px) {
      .icon-box-widget-inner li {
        letter-spacing: normal;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        text-align: center; } }
    .icon-box-widget-inner li:last-child {
      margin: 0; }
    .icon-box-widget-inner li .icon-wrapper {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      margin-right: 25px;
      width: 30px;
      padding-top: 5px; }
      @media (max-width: 991.98px) {
        .icon-box-widget-inner li .icon-wrapper {
          margin-top: 0;
          margin-right: 0;
          margin-bottom: 15px; } }

.gform_wrapper .gftt-icon {
  color: #2AB1CD; }

.gform_wrapper .gform_heading {
  display: none; }

.gform_wrapper .newsletter-form .gfield_checkbox .gchoice {
  margin-bottom: 10px;
  display: flex;
  align-items: baseline; }
  .gform_wrapper .newsletter-form .gfield_checkbox .gchoice input {
    margin-right: 10px; }

.gform_wrapper .newsletter-form .gsection {
  border: none !important; }
  .gform_wrapper .newsletter-form .gsection .gsection_title {
    margin-top: 30px;
    margin-bottom: 0;
    padding-bottom: 0; }
  .gform_wrapper .newsletter-form .gsection .gsection_description {
    margin: 0;
    padding: 0; }

.gform_wrapper .newsletter-form .custom-checkbox .gfield_checkbox {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(2, 1fr); }
  @media (max-width: 991.98px) {
    .gform_wrapper .newsletter-form .custom-checkbox .gfield_checkbox {
      grid-gap: 20px;
      grid-template-columns: repeat(1, 1fr); } }
  .gform_wrapper .newsletter-form .custom-checkbox .gfield_checkbox .gchoice {
    box-shadow: 0px 0px 10px #00000029;
    border-radius: 10px;
    padding: 15px;
    display: flex;
    align-items: baseline; }
    .gform_wrapper .newsletter-form .custom-checkbox .gfield_checkbox .gchoice.active {
      background-color: #2AB1CD;
      color: #fff; }
    .gform_wrapper .newsletter-form .custom-checkbox .gfield_checkbox .gchoice input {
      margin-right: 5px; }
    .gform_wrapper .newsletter-form .custom-checkbox .gfield_checkbox .gchoice label {
      height: 100%; }
      .gform_wrapper .newsletter-form .custom-checkbox .gfield_checkbox .gchoice label span {
        font-weight: 500; }
      .gform_wrapper .newsletter-form .custom-checkbox .gfield_checkbox .gchoice label p {
        margin-bottom: 0; }

.gform_wrapper .newsletter-form .ginput_container_checkbox {
  margin-bottom: 30px; }

.gform_wrapper .newsletter-form .ginput_container input {
  border: 1px solid #BBBBBB;
  border-radius: 5px; }

.gform_wrapper .gfield_checkbox .gchoice {
  margin-bottom: 20px;
  display: flex;
  align-items: baseline; }
  .gform_wrapper .gfield_checkbox .gchoice input {
    margin-right: 10px; }

.gform_wrapper fieldset.flex-checkbox .gfield_checkbox .gchoice {
  display: inline;
  width: fit-content; }

.gform_wrapper fieldset.date-wrapper .ginput_container {
  display: flex;
  width: 80%;
  justify-content: space-between; }

.gform_wrapper .gfield_label, .gform_wrapper legend {
  margin-bottom: 7px;
  font-size: 15px;
  color: #04315B;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600; }

.gform_wrapper .noUi-horizontal {
  box-shadow: none;
  border: 0;
  height: 14px; }
  .gform_wrapper .noUi-horizontal .min-val-relation,
  .gform_wrapper .noUi-horizontal .max-val-relation {
    display: block;
    line-height: 1;
    font-size: 15px; }
  .gform_wrapper .noUi-horizontal .noUi-handle {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    -webkit-appearance: none;
    margin-top: 3px;
    background: #ffa84f;
    box-shadow: none;
    border: 2px solid #fff; }
    .gform_wrapper .noUi-horizontal .noUi-handle * {
      display: none; }
    .gform_wrapper .noUi-horizontal .noUi-handle:before, .gform_wrapper .noUi-horizontal .noUi-handle:after {
      display: none; }
  .gform_wrapper .noUi-horizontal .noUi-tooltip {
    background: #ffa84f;
    color: #fff;
    height: auto;
    display: block;
    line-height: 1;
    padding: 9px 20px;
    font-weight: 700;
    border: none; }
    .gform_wrapper .noUi-horizontal .noUi-tooltip:before, .gform_wrapper .noUi-horizontal .noUi-tooltip:after {
      top: 100%;
      left: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none; }
    .gform_wrapper .noUi-horizontal .noUi-tooltip:before {
      border-color: rgba(255, 255, 255, 0);
      border-top-color: #fff;
      border-width: 10px;
      margin-left: -10px; }
    .gform_wrapper .noUi-horizontal .noUi-tooltip:after {
      border-color: rgba(251, 113, 51, 0);
      border-top-color: #2AB1CD;
      border-width: 10px;
      margin-left: -10px; }
  .gform_wrapper .noUi-horizontal .noUi-connects {
    background: #2AB1CD;
    border-radius: 10px; }
  .gform_wrapper .noUi-horizontal .noUi-connect {
    background: #bebbba;
    left: 2px; }

.gform_wrapper .gform_title {
  font-size: 41px; }
  @media (max-width: 991.98px) {
    .gform_wrapper .gform_title {
      font-size: 29px; } }

.gform_wrapper .gform_heading,
.gform_wrapper .partial_entry_warning {
  margin-bottom: 30px !important; }

.modal .gform_wrapper {
  padding: 40px;
  margin: 0; }
  @media (max-width: 991.98px) {
    .modal .gform_wrapper {
      padding: 20px; } }

@media (max-width: 991.98px) {
  .gform_wrapper .gform_button {
    width: 100% !important; } }

.gform_wrapper .gform_fields,
.gform_wrapper .ginput_complex {
  padding: 0 !important; }
  .gform_wrapper .gform_fields .gfield_visibility_hidden,
  .gform_wrapper .ginput_complex .gfield_visibility_hidden {
    display: none !important; }
  .gform_wrapper .gform_fields textarea,
  .gform_wrapper .ginput_complex textarea {
    width: 100%; }
  .gform_wrapper .gform_fields .validation_message,
  .gform_wrapper .ginput_complex .validation_message {
    color: red; }

.gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label {
  margin-bottom: 8px; }

.gform_wrapper .validation_error {
  display: none; }

.gform_wrapper .gform_ajax_spinner {
  display: none !important; }

.ui-datepicker {
  display: block;
  text-align: center;
  background: #368ACA;
  width: 100%; }
  .ui-datepicker .ui-datepicker-header {
    color: #4d4d4d;
    font-weight: bold;
    line-height: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }
    .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
      padding: 10px 0;
      order: 2;
      font-size: 14px;
      color: #4d4d4d; }
  .ui-datepicker .date-block {
    text-align: center;
    background: red;
    color: #eee;
    font-size: 18pt;
    padding: 10px; }
  .ui-datepicker .date-day {
    font-size: 24pt; }
  .ui-datepicker .date-date {
    font-size: 48pt; }
  .ui-datepicker .ui-datepicker-prev,
  .ui-datepicker .ui-datepicker-next {
    display: inline-block;
    font-family: FontAwesome;
    width: 30px;
    height: 30px;
    text-align: center;
    cursor: pointer;
    background-color: transparent;
    background-repeat: no-repeat;
    position: relative;
    color: transparent !important; }
  .ui-datepicker .ui-datepicker-prev {
    order: 1;
    background-position: center -30px; }
    .ui-datepicker .ui-datepicker-prev:before {
      content: "\f053";
      display: block;
      color: rgba(0, 0, 0, 0.3) !important; }
  .ui-datepicker .ui-datepicker-next {
    order: 3;
    background-position: center 0; }
    .ui-datepicker .ui-datepicker-next:before {
      content: "\f054";
      display: block;
      color: rgba(0, 0, 0, 0.3) !important; }
  .ui-datepicker .ui-datepicker-year {
    font-weight: bold; }
  .ui-datepicker .ui-datepicker-calendar {
    border-collapse: collapse;
    font-weight: bold;
    width: 100%;
    margin-top: 10px;
    text-align: center;
    background: #368ACA;
    font-size: 12px; }
  .ui-datepicker td {
    min-width: 48px; }
    .ui-datepicker td a {
      text-decoration: none; }
    .ui-datepicker td a,
    .ui-datepicker td span {
      display: block;
      width: 100%;
      font-size: 12px;
      padding: 6px 0;
      color: #2AB1CD; }
    .ui-datepicker td span {
      color: #2AB1CD; }
    .ui-datepicker td.past {
      color: #bbb; }
  .ui-datepicker .ui-state-active {
    background: #eee; }
  .ui-datepicker .ui-datepicker-other-month {
    opacity: 0; }
  .ui-datepicker .ui-state-highlight .ui-state-default {
    color: #fff;
    background: red; }

.field-large {
  grid-column: 1/3; }
  @media (max-width: 991.98px) {
    .field-large {
      grid-column: unset; } }

.field-left {
  grid-column: 1/2; }
  .field-left input {
    width: 100%; }

.field-span {
  grid-column: 1 / span 2; }

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