/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
	 ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
	 ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
	 ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
	 ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
	 ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
	 ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* custom select styles */
.jcf-select {
  display: inline-block;
  vertical-align: top;
  position: relative;
  border: none;
  color: #fff;
  background: #3e4046;
  min-width: 180px;
  border-radius: 6px; }
  @media (max-width: 480px) {
    .jcf-select {
      background: #3aa592;
      min-width: 125px; } }
.jcf-select select {
  z-index: 1;
  left: 0;
  top: 0; }

.jcf-select .jcf-select-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  display: block;
  font-size: 17px;
  line-height: 26px;
  padding: 6px 40px 6px 40px;
  text-align: center;
  letter-spacing: 1px;
  position: relative; }
  @media (max-width: 480px) {
    .jcf-select .jcf-select-text {
      padding: 7px 0 4px 15px;
      line-height: inherit;
      font-size: 12px; } }
  .jcf-select .jcf-select-text::before, .jcf-select .jcf-select-text::after {
    content: '';
    z-index: 1;
    position: absolute; }
  .jcf-select .jcf-select-text::before {
    top: 8px;
    left: 12px;
    width: 22px;
    height: 22px;
    background-image: url(../images/SVG/my_account.svg); }
    @media (max-width: 480px) {
      .jcf-select .jcf-select-text::before {
        top: 7px;
        left: 20px;
        width: 12px;
        height: 12px; } }
  .jcf-select .jcf-select-text::after {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #fff;
    top: 16px;
    right: 20px; }
    @media (max-width: 480px) {
      .jcf-select .jcf-select-text::after {
        display: none; } }
.jcf-select .jcf-select-opener {
  position: absolute;
  text-align: center;
  background: #aaa;
  width: 26px;
  bottom: 0;
  right: 0;
  top: 0;
  display: none; }

body > .jcf-select-drop {
  position: absolute;
  margin: -1px 0 0;
  z-index: 9999; }
  @media (max-width: 480px) {
    body > .jcf-select-drop {
      padding: 8px 0 0;
      width: 100% !important;
      left: 0 !important;
      text-align: center; } }
body > .jcf-select-drop.jcf-drop-flipped {
  margin: 1px 0 0; }

.jcf-select .jcf-select-drop {
  position: absolute;
  margin-top: 0px;
  z-index: 9999;
  top: 100%;
  left: -1px;
  right: -1px; }

.jcf-select .jcf-drop-flipped {
  bottom: 100%;
  top: auto; }

/* multiple select styles */
.jcf-list-box {
  overflow: hidden;
  display: inline-block;
  border: 1px solid #b8c3c9;
  min-width: 200px;
  margin: 0 15px; }

/* select options styles */
.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  box-shadow: 2px 1px 3px 0px rgba(0, 0, 0, 0.3);
  line-height: 14px;
  font-size: 16px;
  width: 100%; }
  @media (max-width: 480px) {
    .jcf-list {
      border-radius: 0;
      font-size: 14px;
      background: #4f5258; } }
.jcf-list .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  overflow: auto;
  width: 100%; }

.jcf-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: .6;
  padding: 10px 20px; }
  @media (max-width: 480px) {
    .jcf-list ul {
      padding: 15px 20px; } }
.jcf-list ul li {
  overflow: hidden;
  display: block; }

.jcf-list .jcf-overflow {
  overflow: auto; }

.jcf-list .jcf-option {
  overflow: hidden;
  cursor: pointer;
  display: block;
  padding: 10px 20px;
  height: 1%;
  font-family: 'proxima-nova'; }
  @media (max-width: 480px) {
    .jcf-list .jcf-option {
      color: #cecece; } }
  .jcf-list .jcf-option.jcf-option-hideme {
    display: none; }

.jcf-list .jcf-disabled {
  background: #fff !important;
  color: #aaa !important; }

.jcf-list .jcf-optgroup-caption {
  white-space: nowrap;
  font-weight: bold;
  display: block;
  padding: 5px 9px;
  cursor: pointer;
  color: #000; }

.jcf-list .jcf-optgroup .jcf-option {
  padding-left: 30px; }

/* common custom form elements styles */
.jcf-disabled {
  background: #ddd !important; }

.jcf-focus,
.jcf-focus * {
  border-color: #f00 !important; }

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

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-mark-as-favourite-star:before {
  content: "\e900"; }

.icon-pencil:before {
  content: "\e901"; }

.drop-down .drop-box ul, .some-text .some-list, .aside .side-txt .time, .accordion li .slide, .accordion, #nav {
  margin: 0;
  padding: 0;
  list-style: none; }

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

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

.flex {
  display: flex; }
  .flex.flex-center {
    justify-content: center;
    align-items: center; }
  .flex.col {
    flex-direction: column; }
  .flex.justify-between {
    justify-content: space-between; }
  .flex.justify-around {
    justify-content: space-around; }
  .flex.justify-end {
    justify-content: flex-end; }
  .flex.items-center {
    align-items: center; }

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

.grid {
  display: flex; }

.w-full {
  width: 100%; }

.w-half, .w-1\/2 {
  width: 50%; }
  @media (max-width: 480px) {
    .w-half, .w-1\/2 {
      width: 100%; } }
.w-1\/3 {
  width: 33%; }
  @media (max-width: 480px) {
    .w-1\/3 {
      width: 100%; } }
.w-quarter, .w-1\/4 {
  width: 25%; }
  @media (max-width: 480px) {
    .w-quarter, .w-1\/4 {
      width: 100%; } }
.w-sixth, .w-1\/6 {
  width: 16.5%; }
  @media (max-width: 480px) {
    .w-sixth, .w-1\/6 {
      width: 100%; } }
.list-reset {
  list-style: none;
  padding: 0; }

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

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

@media (max-width: 480px) {
  .sm-text-center {
    text-align: center; } }

.muted {
  color: #c2beb5; }

html {
  box-sizing: border-box; }

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

* {
  max-height: 1000000px; }

body {
  color: #000000;
  background: #fff;
  font: 22px/1.2 greycliff-cf, sans-serif;
  min-width: 320px;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: top; }

.gm-style img {
  max-width: none; }

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  margin: 0 0 0.5em;
  color: inherit; }

h1,
.h1 {
  font-size: 2.5rem; }
  @media (max-width: 1024px) {
    h1,
    .h1 {
      font-size: 2.2rem; } }
  @media (max-width: 480px) {
    h1,
    .h1 {
      font-size: 2rem; } }
h2,
.h2 {
  font-size: 2rem; }
  @media (max-width: 480px) {
    h2,
    .h2 {
      font-size: 1.6rem; } }
h3,
.h3 {
  font-size: 1.65rem; }
  @media (max-width: 480px) {
    h3,
    .h3 {
      font-size: 1.4rem; } }
h4,
.h4 {
  font-size: 1.25rem; }

h5,
.h5 {
  font-size: 1.1rem; }

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

p {
  margin: 0 0 1em;
  font-size: 1.2rem;
  line-height: 1.3; }
  @media screen and (max-width: 640px) {
    p {
      font-size: 1.1rem; } }
li {
  font-size: 1.2rem;
  line-height: 1.3; }
  @media screen and (max-width: 640px) {
    li {
      font-size: 1rem; } }
a {
  color: #224461;
  text-decoration: none;
  transition: color .3s ease-out, background .3s ease-out, opacity .3s ease-out; }

.warning {
  color: #df4529; }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
input[type='url'],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #c2c1c1;
  padding: 0.4em 0.7em;
  background: #ececec;
  outline: none;
  width: 100%;
  margin-top: .5rem; }
  input[type='text']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='search']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  input[type='url']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #c2beb5; }
  input[type='text']::-moz-placeholder,
  input[type='tel']::-moz-placeholder,
  input[type='email']::-moz-placeholder,
  input[type='search']::-moz-placeholder,
  input[type='password']::-moz-placeholder,
  input[type='url']::-moz-placeholder,
  textarea::-moz-placeholder {
    opacity: 1;
    color: #c2beb5; }
  input[type='text']:-moz-placeholder,
  input[type='tel']:-moz-placeholder,
  input[type='email']:-moz-placeholder,
  input[type='search']:-moz-placeholder,
  input[type='password']:-moz-placeholder,
  input[type='url']:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #c2beb5; }
  input[type='text']:-ms-input-placeholder,
  input[type='tel']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  input[type='search']:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder,
  input[type='url']:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #c2beb5; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  input[type='url'].placeholder,
  textarea.placeholder {
    color: #c2beb5; }

select {
  -webkit-border-radius: 0; }

textarea {
  resize: vertical;
  vertical-align: top; }

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  outline: none;
  cursor: pointer;
  border: none;
  border-radius: 20px;
  color: #fff;
  padding: 6px 0;
  font-size: 1.2rem;
  margin-top: .5rem; }

input[disabled] {
  color: #aaa; }

.form-section {
  margin: 0 0 1rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #c2beb5; }
  .form-section.last {
    border-bottom: 0; }

.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -15px; }
  @media (max-width: 480px) {
    .form-row {
      flex-wrap: wrap; } }
  .form-row.inline {
    margin: 0; }
    .form-row.inline .form-input {
      width: auto; }
      .form-row.inline .form-input:not(last-child) {
        margin-right: 6px; }

.form-row label {
  display: block;
  font-weight: 600; }
  .form-row label.required:after {
    content: ' *';
    color: #df4529; }

.form-row label {
  font-weight: bold; }

.form-row label + div {
  font-size: 1.1rem; }

.form-row label:has(input) {
  font-weight: 300; }

.form-row .form-label.form-required:after {
  content: "*";
  margin-left: 5px;
  color: #df4529; }

.form-row .form-input {
  width: 100%;
  display: block;
  box-sizing: border-box; }

.form-row [data-field-type="radios"] label + div {
  margin-bottom: 1rem; }

.form-row input[type=checkbox],
.form-row input[type=radio] {
  width: auto;
  display: inline;
  appearance: none; }

.form-row label:has(input[type=radio]), .form-row label:has(input[type=checkbox]) {
  position: relative;
  padding-left: 2rem;
  margin-bottom: .5rem; }

.form-row label input[type=radio], .form-row label input[type=checkbox] {
  height: 1.3rem;
  width: 1.3rem;
  background: #eee;
  border: 1px solid #aaa;
  position: absolute;
  left: 0;
  top: 4px; }
  .form-row label input[type=radio]:checked, .form-row label input[type=checkbox]:checked {
    background: #000000; }

.form-row label input[type=radio] {
  border-radius: 1.3rem; }

.form-row .form-input.StripeElement {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  appearance: textfield;
  border: 1px solid;
  padding-top: 5px;
  height: 26px; }

.form-row .form-input-only-label {
  font-weight: normal; }

.form-row .form-input-only-label > .form-input {
  display: inline-block;
  width: auto;
  margin-right: 5px; }

.form-row .form-errors {
  list-style: none;
  padding: 0;
  margin: 5px 0 0; }

.form-row .form-errors > li {
  color: #df4529; }

.form-row .form-instructions {
  font-size: 1.1rem;
  line-height: 1.3;
  font-style: italic;
  color: #000000;
  margin-bottom: 1em; }

.form-column {
  width: 100%;
  padding: 1rem; }
  .form-column.header {
    padding: 1rem 1rem 0; }
  .form-column.half {
    width: 50%; }
    @media (max-width: 480px) {
      .form-column.half {
        width: 100%; } }
  .form-column.w-half, .form-column.w-1\/2 {
    width: 50%; }
    @media (max-width: 480px) {
      .form-column.w-half, .form-column.w-1\/2 {
        width: 100%; } }
  .form-column.w-1\/3 {
    width: 33%; }
    @media (max-width: 480px) {
      .form-column.w-1\/3 {
        width: 100%; } }
  .form-column.w-quarter, .form-column.w-1\/4 {
    width: 25%; }
    @media (max-width: 480px) {
      .form-column.w-quarter, .form-column.w-1\/4 {
        width: 100%; } }
  .form-column.w-sixth, .form-column.w-1\/6 {
    width: 16.5%; }
    @media (max-width: 480px) {
      .form-column.w-sixth, .form-column.w-1\/6 {
        width: 100%; } }
  @media (max-width: 480px) {
    .form-column {
      flex-direction: column; } }
  .form-column h3, .form-column h4 {
    margin-bottom: 0; }
  .form-column table {
    width: 100%; }
    .form-column table td input {
      width: 90%; }
    .form-column table th {
      text-align: left; }
    .form-column table td, .form-column table th {
      padding: 0 0 10px 0; }

.form-form-has-errors, .freeform-form-has-errors, .error {
  color: #df4529; }

ul.errors {
  list-style: none;
  margin: 0;
  padding: .5rem;
  color: #df4529; }

.loader {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.8); }
  .loader .spinner {
    -webkit-animation: rotation 1.35s linear infinite;
    animation: rotation 1.35s linear infinite;
    stroke: #3b8358; }

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg); } }

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg); } }
  .loader .circle {
    stroke-dasharray: 180;
    stroke-dashoffset: 0;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-animation: turn 1.35s ease-in-out infinite;
    animation: turn 1.35s ease-in-out infinite; }

@-webkit-keyframes turn {
  0% {
    stroke-dashoffset: 180; }
  50% {
    stroke-dashoffset: 45;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg); }
  100% {
    stroke-dashoffset: 180;
    -webkit-transform: rotate(450deg);
    transform: rotate(450deg); } }

@keyframes turn {
  0% {
    stroke-dashoffset: 180; }
  50% {
    stroke-dashoffset: 45;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg); }
  100% {
    stroke-dashoffset: 180;
    -webkit-transform: rotate(450deg);
    transform: rotate(450deg); } }

#header {
  padding: 10px 0;
  background: #000000; }
  @media (max-width: 480px) {
    #header {
      padding: 15px 0 10px; } }
  #header .container {
    width: 100%;
    max-width: inherit;
    position: relative; }

.resize-active * {
  transition: none !important; }

.top-header {
  display: flex;
  align-items: center;
  padding: 0 10px;
  justify-content: space-between; }
  @media (max-width: 767px) {
    .top-header {
      padding: 0; } }
.logo a {
  display: flex;
  align-items: center; }
  .logo a img {
    width: 150px; }
    @media (max-width: 767px) {
      .logo a img {
        display: none; } }
  .logo a h1 {
    text-transform: uppercase;
    margin: 10px 0 0 28px;
    letter-spacing: 1.3px;
    font-weight: 600;
    color: #fff; }
    @media (max-width: 1024px) {
      .logo a h1 {
        margin: 0 0 0 15px; } }
    @media (max-width: 767px) {
      .logo a h1 {
        margin: 0; } }
    @media (max-width: 480px) {
      .logo a h1 {
        letter-spacing: .5px; } }
    .logo a h1 .text-green {
      font-weight: 400;
      font-size: 25px;
      margin: 0 0 0 5px; }
      @media (max-width: 1024px) {
        .logo a h1 .text-green {
          font-size: 18px; } }
      @media (max-width: 480px) {
        .logo a h1 .text-green {
          font-size: 14px; } }
.opener {
  top: -7px;
  right: 10px;
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 5; }
  @media (min-width: 768px) {
    .opener {
      display: none; } }
  @media (max-width: 480px) {
    .opener {
      top: -8px;
      right: 13px;
      display: block;
      width: 35px;
      height: 30px; } }
  .active .opener span {
    opacity: 0; }
  .active .opener:before, .active .opener:after {
    transform: rotate(45deg);
    top: 50%;
    left: 15%;
    right: 15%; }
  .active .opener:after {
    transform: rotate(-45deg); }
  .opener span, .opener:before, .opener:after {
    position: absolute;
    background: #fff;
    top: 50%;
    left: 16%;
    right: 16%;
    height: 3px;
    margin-top: -2px;
    transition: all .3s ease-out; }
  .opener:before, .opener:after {
    content: '';
    top: 30%; }
  .opener:after {
    top: 70%; }

.drop {
  display: flex;
  align-items: center; }
  @media (max-width: 767px) {
    .drop {
      position: absolute;
      z-index: 3;
      top: 100%;
      left: 0;
      width: 100%;
      opacity: 0;
      padding: 0;
      visibility: hidden;
      background: #000000;
      transform: translate(100%, 0);
      transition-property: opacity, visibility, transform;
      transition-duration: .3s;
      transition-timing-function: linear; } }
  @media (max-width: 1024px) {
    .drop {
      justify-content: space-between; } }
  @media (max-width: 768px) {
    .active .drop {
      padding: 10px 20px;
      opacity: 1;
      visibility: visible;
      transform: translate(0, 0); } }
  @media (max-width: 480px) {
    .active .drop {
      padding: 12px 12px 12px 20px; } }
.top-link-holder {
  display: flex;
  align-items: center; }

#nav li:first-child .nav-link {
  margin: 0 0 10px; }

#nav li .nav-link {
  color: #fff;
  font-size: 13px;
  display: flex;
  align-items: center;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 5px; }
  @media (max-width: 480px) {
    #nav li .nav-link {
      font-size: 12px; } }
  #nav li .nav-link .icon-img {
    font-size: 12px;
    width: 18px;
    height: 18px;
    margin: 0 15px 0 0; }
    @media (max-width: 480px) {
      #nav li .nav-link .icon-img {
        width: 16px; } }
    #nav li .nav-link .icon-img img {
      display: block; }

.head-login .nav-link {
  margin: 0 !important; }

.head-login .top-header {
  padding: 0 0 0 10px !important; }

.head-login .first {
  margin: 0 0 0 40px !important;
  border-right: none !important;
  padding: 10px 8px 10px 25px !important; }

.big-link {
  display: block;
  color: #fff; }
  .big-link.first {
    padding: 10px 25px;
    border-left: 1px solid #c2beb5;
    border-right: 1px solid #c2beb5;
    margin: 0 25px 0 20px; }
    @media (max-width: 1024px) {
      .big-link.first {
        margin: 0 10px; } }
    @media (max-width: 480px) {
      .big-link.first {
        padding: 10px 15px;
        margin: 0 15px; } }
    .big-link.first .icon-img img {
      margin: 0; }
  .big-link .radius {
    width: 37px;
    height: 37px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 480px) {
      .big-link .radius {
        width: 28px;
        height: 28px; } }
  .big-link .icon-img {
    text-align: center;
    max-width: 75px;
    letter-spacing: -1.6px;
    text-transform: uppercase;
    font-size: 13px;
    font-family: greycliff-cf, sans-serif !important; }
    @media (max-width: 480px) {
      .big-link .icon-img {
        letter-spacing: 0;
        font-size: 11px; } }
    .big-link .icon-img img {
      width: 18px;
      margin: 0 0 10px; }
      @media (max-width: 480px) {
        .big-link .icon-img img {
          width: 14px; } }
    .big-link .icon-img p {
      margin: 0;
      font-family: futura-pt, sans-serif;
      text-transform: uppercase;
      font-weight: 600;
      font-size: .8rem; }

.menu-accordion {
  width: 350px;
  position: relative;
  min-height: 100vh; }
  @media (max-width: 950px) {
    .menu-accordion {
      max-width: inherit;
      width: 100%;
      height: inherit;
      min-height: inherit; } }
  .menu-accordion .holder-btns-menu {
    position: relative;
    display: flex;
    justify-content: space-between; }
    @media (max-width: 950px) {
      .menu-accordion .holder-btns-menu {
        padding: 15px 20px;
        background: #c2beb5; } }
    @media (max-width: 480px) {
      .menu-accordion .holder-btns-menu {
        padding: 8px 20px; } }
  .menu-accordion .nav-opener {
    top: 0;
    left: 0;
    position: relative;
    display: block;
    max-width: 180px;
    border-radius: 6px;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
    background: #c2beb5;
    color: #fff;
    font-family: futura-pt, sans-serif;
    font-weight: 600; }
    @media (min-width: 951px) {
      .menu-accordion .nav-opener {
        display: none; } }
    @media (max-width: 950px) {
      .menu-accordion .nav-opener {
        font-size: 12px;
        width: 40%; } }
    @media (max-width: 480px) {
      .menu-accordion .nav-opener {
        padding: 7px 0 3px 7px;
        letter-spacing: 0.5px; } }
    .menu-accordion .nav-opener:hover {
      background: #3b8358;
      color: #fff; }
    .nav-active .menu-accordion .nav-opener {
      background: #3b8358; }
      .nav-active .menu-accordion .nav-opener:before {
        display: none; }
  .menu-accordion .drop {
    display: flex;
    align-items: flex-start;
    max-width: 350px;
    background: #f9f9f9;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-right: 2px solid #c2beb5; }
    @media (max-width: 950px) {
      .menu-accordion .drop {
        z-index: 2;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        max-width: inherit;
        height: inherit;
        opacity: 0;
        padding: 0;
        visibility: hidden;
        background: #c2beb5;
        transform: translate(-100%, 0);
        transition-property: opacity, visibility, transform;
        transition-duration: .3s;
        transition-timing-function: linear; } }
    @media (max-width: 950px) {
      .nav-active .menu-accordion .drop {
        opacity: 1;
        visibility: visible;
        transform: translate(0, 0); } }
    @media (max-width: 480px) {
      .menu-accordion .drop #nav {
        margin: 0 0 40px; } }
.accordion {
  width: 100%;
  background: #fff; }
  .accordion .active-i {
    background: #000000; }
  .accordion li {
    position: relative; }
    .accordion li i {
      font-size: 1.5rem;
      margin-right: 2rem;
      min-width: 28px; }
      @media (max-width: 480px) {
        .accordion li i {
          margin: 0 18px 0 0; } }
    .accordion li.active .opener-slide:after, .accordion li.active .opener-slide:before {
      content: '';
      position: absolute;
      top: 22px;
      background: #000000;
      width: 12px;
      height: 2px; }
    .accordion li.active .opener-slide:after {
      transform: rotate(50deg); }
    .accordion li.active .opener-slide:before {
      transform: rotate(-50deg); }
    .accordion li .opener-slide {
      position: relative; }
      .accordion li .opener-slide:after, .accordion li .opener-slide:before {
        content: '';
        position: absolute;
        top: 22px;
        background: #000000;
        width: 12px;
        height: 2px; }
      .accordion li .opener-slide:after {
        right: 19px;
        transform: rotate(-50deg); }
      .accordion li .opener-slide:before {
        right: 27px;
        transform: rotate(50deg); }
    .accordion li a {
      font-family: futura-pt, sans-serif;
      font-weight: 600;
      font-size: .9rem;
      padding: 11px 30px;
      display: flex;
      align-items: center;
      text-transform: uppercase;
      border-bottom: 1px solid #c2beb5;
      letter-spacing: 1px;
      color: #000000; }
      @media (max-width: 1200px) {
        .accordion li a {
          padding: 11px 30px 11px 15px; } }
      @media (max-width: 480px) {
        .accordion li a {
          font-size: 12px;
          padding: 9px 30px 8px; } }
      .accordion li a:hover {
        background: #000000;
        color: #fff; }
        .accordion li a:hover:before, .accordion li a:hover:after {
          background: #fff; }
    .accordion li .slide {
      overflow: hidden;
      background: #000000;
      transition: height .3s ease-in; }
      .accordion li .slide li {
        line-height: .5;
        padding: 6px 0;
        line-height: .4; }
        .accordion li .slide li a {
          color: #fff;
          padding: 12px 0 12px 85px;
          border-bottom: none;
          text-transform: uppercase;
          font-size: 14px;
          font-weight: 600;
          letter-spacing: 2px; }
          @media (max-width: 480px) {
            .accordion li .slide li a {
              font-size: 11px;
              padding: 10px 0 10px 75px; } }
          .accordion li .slide li a:hover {
            background: inherit;
            text-decoration: underline; }

.title.border {
  border-bottom: 1px solid #c2beb5; }
  @media (max-width: 480px) {
    .title.border {
      border-bottom: none; } }
.tt-up {
  text-transform: uppercase; }

.pad-w {
  padding: 0 45px !important; }

.banner-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #000000;
  position: relative; }
  @media (max-width: 1023px) {
    .banner-box {
      display: none; } }
.box-b {
  overflow: hidden;
  height: 111px; }
  .box-b .holder-img {
    position: relative;
    width: 500px;
    height: 500px;
    overflow: hidden;
    background: #fff;
    transform: rotate(59deg) translate(-357px, -82px); }
    @media (max-width: 1090px) {
      .box-b .holder-img {
        transform: rotate(59deg) translate(-374px, -55px); } }
    .box-b .holder-img img {
      transform: rotate(-59deg) translate(20px, 250px);
      width: 310px; }

.holder-txt {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: absolute;
  right: 35px;
  top: 40px;
  font-size: 22px; }
  @media (max-width: 1200px) {
    .holder-txt {
      font-size: 18px;
      right: 15px; } }
  .holder-txt .txt-title,
  .holder-txt a {
    display: block;
    text-transform: uppercase; }
  .holder-txt .txt-title {
    color: #fff;
    letter-spacing: 1px; }
  .holder-txt a {
    font-size: 17px;
    text-decoration: underline; }

.holder-notification {
  margin: 0 0 25px; }
  @media (max-width: 720px) {
    .holder-notification {
      margin: 0 0 10px; } }
  .holder-notification .notification {
    display: flex;
    margin: 0 0 10px;
    position: relative;
    background: #fff;
    font-size: 1.2rem;
    font-family: futura-pt, sans-serif; }
    @media (max-width: 720px) {
      .holder-notification .notification {
        flex-direction: column; } }
    .holder-notification .notification .txt {
      width: 100%; }
      @media (max-width: 480px) {
        .holder-notification .notification .txt {
          width: 100%; } }
    .holder-notification .notification .action {
      width: 100%;
      padding: 2rem 0 1rem; }
      @media (max-width: 480px) {
        .holder-notification .notification .action {
          width: auto; } }
    .holder-notification .notification.announcement {
      background: #fff; }
      .holder-notification .notification.announcement .icon-notice {
        background: #3b8358;
        color: #fff; }
      .holder-notification .notification.announcement .content-text .btn-cart {
        background: #3b8358;
        color: #fff; }
    .holder-notification .notification.reminder {
      background: #fff; }
      .holder-notification .notification.reminder .icon-notice {
        background: #ecacbe;
        color: #000000; }
      .holder-notification .notification.reminder .content-text .btn-cart {
        background: #ecacbe;
        color: #000000; }
    .holder-notification .notification.alert {
      background: #fff; }
      .holder-notification .notification.alert .icon-notice {
        background: #df4529;
        color: #fff; }
      .holder-notification .notification.alert .content-text .btn-cart {
        background: #c9e0e3;
        color: #fff; }

.icon-notice {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 20%;
  padding: 37px 41px;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  font-family: futura-pt, sans-serif !important; }
  @media (max-width: 720px) {
    .icon-notice {
      max-width: inherit;
      flex-direction: row;
      width: 100%;
      font-size: 15px;
      padding: 5px;
      letter-spacing: 1px; } }
  .icon-notice .hold-l {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    font-weight: 600;
    align-items: center; }
    @media (max-width: 720px) {
      .icon-notice .hold-l {
        width: 100%;
        flex-direction: row;
        position: relative;
        transform: inherit;
        left: 0;
        top: 0; } }
    .icon-notice .hold-l i {
      font-size: 2rem;
      margin-bottom: .5rem; }
      @media (max-width: 480px) {
        .icon-notice .hold-l i {
          font-size: 1rem;
          width: 24px; } }
  .icon-notice img {
    width: 25px;
    margin: 0 0 6px; }
    @media (max-width: 720px) {
      .icon-notice img {
        width: 22px;
        margin: 2px 15px 2px 2px; } }
  .icon-notice p {
    margin: 0;
    font-size: .7rem;
    font-weight: 600 !important; }
  .icon-notice.min {
    padding: 23px 41px; }
    .icon-notice.min .hold-l img {
      margin-bottom: 0; }

.icon-sm {
  height: 1.2rem;
  width: 1.2rem; }

.content-text {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 80%;
  justify-content: space-between;
  padding: 1rem 2rem;
  background: #f9f9f9; }
  @media (max-width: 480px) {
    .content-text {
      padding: 5px 12px 12px;
      width: 100%;
      flex-direction: column; } }
  @media (max-width: 480px) {
    .content-text .txt {
      font-size: 13px;
      width: 100%;
      margin-bottom: 1rem; } }
  .content-text .txt h3 {
    margin: 0; }
    .content-text .txt h3 strong {
      font-size: 20px;
      text-transform: uppercase; }
      @media (max-width: 480px) {
        .content-text .txt h3 strong {
          font-size: 15px; } }
  .content-text .txt .text-span {
    text-transform: uppercase; }
    @media (max-width: 480px) {
      .content-text .txt .text-span {
        font-size: 14px; } }
  .content-text .btn-cart {
    min-width: 170px;
    text-align: center;
    display: block; }
    @media (max-width: 720px) {
      .content-text .btn-cart {
        font-size: 1rem;
        padding: 3px 5px; } }
    .content-text .btn-cart.leter-s {
      letter-spacing: -.5px; }
  .content-text p {
    margin: 0; }
  .content-text .dismiss {
    margin-top: 6px;
    font-size: .8rem; }
    .content-text .dismiss a {
      color: #c2beb5; }

.choice-block {
  padding: 20px 30px;
  margin: 0 0 15px;
  background: #fff; }
  @media (max-width: 480px) {
    .choice-block {
      padding: 16px 8px;
      margin: 0 0 12px; } }
  .choice-block .row-choice {
    margin: 0 -20px;
    padding: 0 20px; }
    .choice-block .row-choice .title-box {
      margin: 0;
      display: flex;
      padding: 1rem;
      text-transform: uppercase;
      border-bottom: 1px solid #c2beb5;
      background: #000000;
      color: #fff; }
      @media (max-width: 480px) {
        .choice-block .row-choice .title-box {
          margin: 0 0 10px; } }
      .choice-block .row-choice .title-box h2 {
        font-size: 1.5rem;
        margin: 0; }
        @media (max-width: 480px) {
          .choice-block .row-choice .title-box h2 {
            font-size: 1rem; } }
      .choice-block .row-choice .title-box i {
        font-size: 20px;
        margin: 0 15px 0 0; }
        @media (max-width: 480px) {
          .choice-block .row-choice .title-box i {
            font-size: 14px;
            margin: 0 10px 0 0; } }
.buttons-holder {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  background: #f9f9f9;
  padding: 2rem 0; }
  @media (max-width: 1200px) {
    .buttons-holder {
      padding: 0; } }
  @media (max-width: 720px) {
    .buttons-holder {
      max-width: 400px;
      margin: 0 auto;
      flex-direction: column; } }
  @media (max-width: 480px) {
    .buttons-holder {
      padding: 0 15px; } }
  .buttons-holder .col {
    width: 46%; }
    @media (max-width: 720px) {
      .buttons-holder .col {
        width: 100%; } }
  .buttons-holder a {
    margin: 0 0 7px;
    font-size: 15px;
    width: 75%; }
    @media (max-width: 480px) {
      .buttons-holder a {
        font-size: 14px;
        padding: 6px 10px;
        width: 100%; } }
    .buttons-holder a.btn-all {
      font-weight: 400;
      padding: .5rem 1rem;
      display: inline-flex;
      flex-direction: column;
      justify-content: center;
      margin: 0 1rem 1rem; }
      .buttons-holder a.btn-all strong {
        font-size: 1.2rem;
        font-weight: 600; }

.post-block {
  display: flex;
  margin: 0 -7px;
  margin-bottom: 2rem;
  flex-wrap: wrap; }
  .post-block .cart {
    padding: 0 7px;
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column; }
    .post-block .cart .head-title {
      padding: 7px 20px;
      line-height: 1;
      display: flex;
      justify-content: space-between;
      align-items: center;
      min-height: 60px; }
      @media (max-width: 480px) {
        .post-block .cart .head-title {
          padding: 10px 20px; } }
      .post-block .cart .head-title h3 {
        color: #fff;
        font-size: 20px;
        text-transform: uppercase;
        margin: 0; }
      .post-block .cart .head-title span.price {
        color: #fff;
        font-size: 1.2rem;
        font-weight: 400; }
    .post-block .cart .box-text {
      padding: 35px 10px;
      font-size: 14px;
      text-align: center;
      background: #fff;
      letter-spacing: 1px;
      line-height: 1.3;
      display: flex;
      font-weight: 400;
      flex-direction: column;
      width: 100%;
      flex-grow: 1; }
      @media (max-width: 480px) {
        .post-block .cart .box-text {
          padding: 15px 12px; } }
      .post-block .cart .box-text p {
        margin: 0 0 10px; }
        @media (max-width: 480px) {
          .post-block .cart .box-text p {
            margin: 0 0 15px; } }
      @media (max-width: 480px) {
        .post-block .cart .box-text a {
          margin: 0 auto;
          font-size: 13px; } }
.support-block {
  position: relative;
  padding: 15px 0;
  background: #fff;
  margin: 0 0 15px; }

.title-box-second h2 {
  font-size: 20px;
  margin: 0; }
  @media (max-width: 480px) {
    .title-box-second h2 {
      font-size: 14px; } }
.title-h2-box {
  text-transform: uppercase; }

.left-line {
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1; }
  .left-line.thin {
    width: 10px; }

.row-text-block,
.row-text-block-line,
.renew-or-purchase {
  padding: 0 30px 0 42px;
  position: relative; }

.row-text-block,
.row-text-block-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-transform: uppercase; }
  .row-text-block .btn-all, .row-text-block button[data-freeform-action="save"],
  .row-text-block-line .btn-all,
  .row-text-block-line button[data-freeform-action="save"] {
    padding: 8px 35px;
    text-transform: uppercase;
    font-size: 15px;
    margin: 0; }
    @media (max-width: 560px) {
      .row-text-block .btn-all, .row-text-block button[data-freeform-action="save"],
      .row-text-block-line .btn-all,
      .row-text-block-line button[data-freeform-action="save"] {
        font-size: 14px;
        padding: 5px 35px; } }
.row-text-block {
  transition: margin-bottom .3s; }
  @media (max-width: 375px) {
    .row-text-block {
      flex-direction: column; } }
.expanded .row-text-block {
  margin: 0 0 35px; }
  .expanded .row-text-block::before {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    height: 1px;
    width: 100%;
    background: #c2beb5; }

.row-text-block-line {
  margin: 0 0 35px; }
  .row-text-block-line::before {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    height: 1px;
    width: 100%;
    background: #c2beb5; }
  @media (max-width: 480px) {
    .row-text-block-line {
      flex-direction: column; } }
@media (max-width: 550px) {
  .col-per {
    margin: 0 0 15px 15px;
    width: 100% !important; } }

.renew-or-purchase .button-box {
  display: flex;
  justify-content: flex-start;
  margin: 0 0 15px; }
  @media (max-width: 560px) {
    .renew-or-purchase .button-box {
      flex-direction: column; } }
  .renew-or-purchase .button-box .btn-all, .renew-or-purchase .button-box button[data-freeform-action="save"] {
    padding: 8px 25px;
    font-size: 15px;
    text-transform: uppercase; }
    @media (max-width: 560px) {
      .renew-or-purchase .button-box .btn-all, .renew-or-purchase .button-box button[data-freeform-action="save"] {
        margin: 0 0 15px;
        font-size: 14px; } }
.renew-or-purchase .text {
  max-width: 645px;
  margin: 0 0 30px;
  font-weight: 400; }
  @media (max-width: 480px) {
    .renew-or-purchase .text {
      font-size: 14px; } }
.item-block {
  position: relative;
  background: #fff;
  padding: 17px 0;
  margin: 0 0 15px; }

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

.holder-container {
  display: flex;
  justify-content: space-between; }
  @media (max-width: 767px) {
    .holder-container {
      flex-direction: column-reverse; } }
.content-main {
  width: 67%; }
  @media (max-width: 767px) {
    .content-main {
      width: 100%; } }
  .content-main h2 {
    font-size: 18px;
    text-transform: lowercase; }
    .content-main h2 strong {
      text-transform: uppercase; }
  .content-main .row-text-block {
    padding: 0 20px 0 42px; }
  .content-main .btn-all, .content-main button[data-freeform-action="save"] {
    padding: 8px 25px; }

.aside {
  margin: -35px 0 0;
  padding: 0 0 0 15px; }
  @media (max-width: 767px) {
    .aside {
      margin: 0 0 15px;
      padding: 0;
      display: flex;
      min-height: 100%; } }
  @media (max-width: 480px) {
    .aside {
      display: block; } }
  .aside .banner-aside {
    max-width: 270px; }
    @media (max-width: 767px) {
      .aside .banner-aside {
        background: #fff; } }
    @media (max-width: 480px) {
      .aside .banner-aside {
        max-width: inherit; } }
    .aside .banner-aside img {
      width: 100%; }
  .aside .side-txt {
    padding: 20px;
    background: #fff; }
    @media (max-width: 767px) {
      .aside .side-txt {
        width: 63%; } }
    @media (max-width: 480px) {
      .aside .side-txt {
        width: 100%;
        padding: 20px; } }
    .aside .side-txt h2 {
      font-size: 18px;
      margin: 0 0 20px; }
      @media (max-width: 767px) {
        .aside .side-txt h2 {
          font-size: 16px;
          margin: 0 0 15px; } }
    .aside .side-txt .in-text {
      font-weight: 400; }
      @media (max-width: 767px) {
        .aside .side-txt .in-text {
          display: flex;
          font-size: 14px; } }
      @media (max-width: 670px) {
        .aside .side-txt .in-text {
          display: block; } }
    .aside .side-txt address {
      font-style: normal;
      margin: 0 0 25px; }
      @media (max-width: 767px) {
        .aside .side-txt address {
          width: 100%; } }
      @media (max-width: 670px) {
        .aside .side-txt address {
          margin: 0 0 10px; } }
      @media (max-width: 480px) {
        .aside .side-txt address {
          margin: 0 0 15px; } }
      .aside .side-txt address p {
        margin: 0; }
    @media (max-width: 767px) {
      .aside .side-txt .time {
        width: 100%;
        padding: 0 0 0 15px; } }
    @media (max-width: 670px) {
      .aside .side-txt .time {
        padding: 0; } }
    .aside .side-txt .time li {
      margin: 0 0 20px; }
      @media (max-width: 670px) {
        .aside .side-txt .time li {
          margin: 0 0 5px; } }
      @media (max-width: 480px) {
        .aside .side-txt .time li {
          margin: 0 0 15px; } }
      .aside .side-txt .time li:last-child {
        margin: 0; }
      .aside .side-txt .time li p {
        margin: 0; }

.all-width {
  width: 100% !important; }
  @media (max-width: 768px) {
    .all-width {
      width: 90% !important;
      margin: 0 auto; } }
  @media (max-width: 480px) {
    .all-width {
      width: 100% !important; } }
  .all-width .container {
    margin: 0 auto !important; }
    .all-width .container .line-text {
      margin: 0 0 35px !important; }

.all-width-2 {
  width: 100% !important; }

.color-box {
  background: #fff; }

.form-holder {
  display: flex;
  flex-direction: row;
  margin: 0 0 40px; }
  @media (max-width: 768px) {
    .form-holder {
      flex-direction: column;
      align-items: center; } }
  .form-holder .form-box {
    display: flex;
    width: 50%;
    padding: 15px; }
    @media (max-width: 768px) {
      .form-holder .form-box {
        width: 100%; } }
    .form-holder .form-box .color-box {
      flex: 1; }
    .form-holder .form-box .form-title {
      padding: 10px 40px;
      margin: 0 0 20px;
      color: #fff; }
      .form-holder .form-box .form-title h2 {
        font-size: 18px;
        margin: 0;
        letter-spacing: .1px;
        text-transform: uppercase;
        font-weight: 600; }
    .form-holder .form-box form {
      min-height: 268px;
      padding: 0 40px 30px;
      display: flex;
      flex-direction: column; }
      .form-holder .form-box form .input-row {
        display: flex;
        flex-direction: column;
        margin: 0 0 18px; }
        .form-holder .form-box form .input-row .hold {
          display: flex;
          justify-content: space-between; }
          .form-holder .form-box form .input-row .hold .check-hold label {
            font-weight: 400;
            padding: 0 0 0 6px; }
        .form-holder .form-box form .input-row label {
          font-size: 15px;
          font-weight: 700;
          margin: 0 0 2px; }
      .form-holder .form-box form .marg-b {
        margin: 0 0 75px; }
      .form-holder .form-box form .p-last {
        margin: 0 0 35px; }
      .form-holder .form-box form .sum-btn {
        letter-spacing: 1px; }
      .form-holder .form-box form .reset {
        color: #3b8358;
        border-bottom: 1px solid #3b8358;
        margin: 20px auto 20px;
        font-size: 17px;
        letter-spacing: 1px; }
      .form-holder .form-box form .login {
        text-transform: uppercase; }

.some-text {
  margin: 0 0 30px;
  font-weight: 400; }
  @media (max-width: 480px) {
    .some-text {
      font-size: 14px; } }
  .some-text p {
    margin: 0 0 20px; }
  .some-text .some-list {
    list-style-type: disc;
    padding: 0 0 0 15px; }
    .some-text .some-list li {
      margin: 0 0 1px; }

.purchase-open {
  padding: 15px 0;
  background: #fff; }
  .purchase-open .row-text-block-line {
    padding: 0 10px 20px 40px;
    margin: 0 0 30px; }
    @media (max-width: 650px) {
      .purchase-open .row-text-block-line {
        flex-direction: column;
        align-items: flex-start;
        padding: 0 10px 20px 20px; } }
    .purchase-open .row-text-block-line::before {
      bottom: 0; }
    .purchase-open .row-text-block-line .col-per {
      padding: 0 10px 0 0; }
      @media (max-width: 650px) {
        .purchase-open .row-text-block-line .col-per {
          margin: 0 0 15px; } }
      @media (max-width: 768px) {
        .purchase-open .row-text-block-line .col-per h2 {
          font-size: 14px; } }
      .purchase-open .row-text-block-line .col-per p {
        margin: 0; }
    .purchase-open .row-text-block-line .col-box {
      display: flex;
      align-items: center; }
      @media (max-width: 650px) {
        .purchase-open .row-text-block-line .col-box {
          flex-direction: column; } }
      .purchase-open .row-text-block-line .col-box .number-box {
        display: flex;
        align-items: center; }
        @media (max-width: 650px) {
          .purchase-open .row-text-block-line .col-box .number-box {
            margin: 0 0 15px; } }
        .purchase-open .row-text-block-line .col-box .number-box h3 {
          margin: 0;
          font-size: 14px; }
        .purchase-open .row-text-block-line .col-box .number-box input[type="number"] {
          background: #fff;
          outline: none;
          border: 1px solid #c2beb5;
          text-align: right;
          padding: 5px 10px 5px 25px;
          margin: 0 0 0 10px;
          max-width: 60px; }
      .purchase-open .row-text-block-line .col-box .btn-all, .purchase-open .row-text-block-line .col-box button[data-freeform-action="save"] {
        padding: 8px 25px;
        margin: 0 0 0 45px; }
        @media (max-width: 1024px) {
          .purchase-open .row-text-block-line .col-box .btn-all, .purchase-open .row-text-block-line .col-box button[data-freeform-action="save"] {
            margin: 0 0 0 25px; } }
        @media (max-width: 650px) {
          .purchase-open .row-text-block-line .col-box .btn-all, .purchase-open .row-text-block-line .col-box button[data-freeform-action="save"] {
            margin: 0; } }
  .purchase-open .year {
    font-size: 16px;
    font-style: italic;
    color: #3b8358; }

.ticket-content {
  padding: 0 45px;
  padding: 0 20px;
  font-weight: 400; }
  .ticket-content .ticket-block {
    letter-spacing: -.1px;
    margin: 0 0 40px; }
    .ticket-content .ticket-block h3 {
      font-size: 16px;
      font-weight: 700;
      margin: 0 0 20px; }
    .ticket-content .ticket-block p {
      margin: 0 0 20px; }
    .ticket-content .ticket-block .price {
      display: block;
      margin: 0 0 3px; }
    .ticket-content .ticket-block .bottom-p {
      margin: 0 0 20px; }

.status .item-block {
  padding: 20px 0 10px; }
  .status .item-block.min {
    padding: 4px 0 0; }

.status .col-per {
  margin: 0 15px 0;
  width: 70%; }
  @media (max-width: 550px) {
    .status .col-per {
      margin: 0 0 15px 0;
      width: 100%; } }
.status .block-btn {
  width: 30%; }
  @media (max-width: 550px) {
    .status .block-btn {
      margin: 0 auto 15px;
      width: 100%; } }
  .status .block-btn .btn {
    text-align: center; }

.status-in .item-block {
  padding: 0 0 35px; }
  @media (max-width: 650px) {
    .status-in .item-block .row-text-block {
      margin: 0 0 15px; } }
  .status-in .item-block .row-text-block .col-per {
    margin: 0 15px 0 0;
    width: 70%; }
  .status-in .item-block .row-text-block .block-btn {
    font-size: 1rem; }
    @media (max-width: 550px) {
      .status-in .item-block .row-text-block .block-btn {
        margin: 0 auto; } }
  .status-in .item-block .row-text-block .title-box-second h2 {
    margin: 0 0 10px; }

.holder-btn-bg {
  display: flex;
  padding: 0 42px; }
  @media (max-width: 670px) {
    .holder-btn-bg {
      justify-content: space-between; } }
  @media (max-width: 650px) {
    .holder-btn-bg {
      flex-direction: column; } }
  .holder-btn-bg .btn-all, .holder-btn-bg button[data-freeform-action="save"] {
    margin: 0 8px 0 0;
    display: flex;
    align-items: center;
    text-transform: uppercase; }
    @media (max-width: 670px) {
      .holder-btn-bg .btn-all, .holder-btn-bg button[data-freeform-action="save"] {
        margin: 0; } }
    @media (max-width: 650px) {
      .holder-btn-bg .btn-all, .holder-btn-bg button[data-freeform-action="save"] {
        margin: 0 0 15px;
        justify-content: center; } }
    .holder-btn-bg .btn-all i, .holder-btn-bg button[data-freeform-action="save"] i {
      font-size: 18px;
      margin: 0 12px 0 0; }
      .holder-btn-bg .btn-all i.fas, .holder-btn-bg button[data-freeform-action="save"] i.fas, .holder-btn-bg .btn-all i.far, .holder-btn-bg button[data-freeform-action="save"] i.far {
        position: relative;
        top: -2px; }
    .holder-btn-bg .btn-all p, .holder-btn-bg button[data-freeform-action="save"] p {
      margin: 0; }
    .holder-btn-bg .btn-all.whidth-line, .holder-btn-bg button.whidth-line[data-freeform-action="save"] {
      padding: 8px 35px;
      max-width: 200px; }
      @media (max-width: 650px) {
        .holder-btn-bg .btn-all.whidth-line, .holder-btn-bg button.whidth-line[data-freeform-action="save"] {
          max-width: inherit; } }
      .holder-btn-bg .btn-all.whidth-line:last-child, .holder-btn-bg button.whidth-line[data-freeform-action="save"]:last-child {
        padding: 8px 40px;
        margin: 0; }

.status .top-head,
.status-in .top-head {
  padding: 6px 42px;
  background: #c2beb5;
  margin: 0 0 28px; }
  .status .top-head h2,
  .status-in .top-head h2 {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    color: #fff;
    text-transform: uppercase; }

.status .row-text-block,
.status-in .row-text-block {
  padding: 0 42px;
  align-items: flex-start; }
  @media (max-width: 550px) {
    .status .row-text-block,
    .status-in .row-text-block {
      flex-direction: column; } }
.status .col-per .year,
.status-in .col-per .year {
  display: block;
  font-family: futura-pt, sans-serif;
  font-size: 1.2rem; }
  .status .col-per .year.bot-m,
  .status-in .col-per .year.bot-m {
    margin: 0 0 5px; }
  .status .col-per .year.small,
  .status-in .col-per .year.small {
    font-size: 14px;
    margin: 0 0 40px; }

.status .col-per .last-child,
.status-in .col-per .last-child {
  margin: 0 0 15px; }

.status .col-per .btn-all, .status .col-per button[data-freeform-action="save"],
.status-in .col-per .btn-all,
.status-in .col-per button[data-freeform-action="save"] {
  padding: 8px 20px;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  letter-spacing: .4px; }
  .status .col-per .btn-all i, .status .col-per button[data-freeform-action="save"] i,
  .status-in .col-per .btn-all i,
  .status-in .col-per button[data-freeform-action="save"] i {
    font-size: 18px;
    margin: 0 12px 0 0; }
  .status .col-per .btn-all p, .status .col-per button[data-freeform-action="save"] p,
  .status-in .col-per .btn-all p,
  .status-in .col-per button[data-freeform-action="save"] p {
    margin: 0; }

.block-btn {
  border: 1px solid #c2beb5;
  font-family: futura-pt, sans-serif; }
  @media (max-width: 550px) {
    .block-btn {
      flex-direction: column; } }
  .block-btn .status-choose {
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 700;
    padding: 10px 10px; }
    .block-btn .status-choose p {
      margin: 0; }
  .block-btn .btn,
  .block-btn .btn-in {
    display: block;
    text-align: center;
    font-weight: 400; }
    @media (max-width: 550px) {
      .block-btn .btn,
      .block-btn .btn-in {
        text-align: center; } }
  .block-btn .btn {
    padding: 10px 38px;
    margin: 0 -1px;
    font-size: 1rem;
    font-weight: 600; }
  .block-btn .btn-in {
    padding: 10px 40px;
    margin: 0 -1px; }

.new-reg {
  margin: 0 0 25px !important; }
  .new-reg .title {
    padding: 10px 0 0; }
    .new-reg .title h2 {
      margin: 0 0 5px; }

.box-notific {
  margin: 0 0 25px !important; }

.step-block {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -3px; }
  .step-block .step-cart {
    padding: 0 3px;
    text-align: center;
    width: 25%;
    min-width: 210px;
    margin: 0 0 20px; }
    @media (max-width: 768px) {
      .step-block .step-cart {
        width: 50%; } }
    @media (max-width: 480px) {
      .step-block .step-cart {
        width: 100%; } }
  .step-block .color-b .circle {
    width: 75px;
    height: 75px;
    margin: 0 auto 10px; }
    .step-block .color-b .circle::before, .step-block .color-b .circle:after {
      display: none; }
  .step-block.color-b .top-head {
    padding: 6px 10px; }
    .step-block.color-b .top-head h2 {
      font-size: 20px;
      letter-spacing: 2px; }
  .step-block .top-head {
    color: #fff;
    padding: 8px 10px; }
    .step-block .top-head h2 {
      text-transform: uppercase;
      margin: 0;
      font-size: 18px; }

.font-b {
  font-weight: 700; }

.step-content {
  background: #fff;
  padding: 10px 20px;
  text-align: center;
  min-height: 191px;
  position: relative; }
  .step-content .circle {
    color: #c2beb5; }
  .step-content .color-orange {
    margin: 0 0 15px; }
  .step-content .txt {
    font-size: 15px;
    display: block;
    margin: 0 0 5px;
    padding: 0 12px; }
    .step-content .txt.big-m {
      margin: 0 0 15px; }
  .step-content .btn-all, .step-content button[data-freeform-action="save"] {
    position: absolute;
    padding: 8px 10px;
    top: 40%;
    left: 50%;
    width: 85%;
    transform: translate(-50%, -50%); }
  .step-content .block-incomplete {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px; }
  .step-content .img-box {
    margin: 0 auto 7px; }
    .step-content .img-box img {
      background: #3b8358;
      border-radius: 50%;
      overflow: hidden;
      width: 38px;
      height: 38px;
      padding: 9px; }
  .step-content .big-text {
    display: block;
    font-size: 19px;
    line-height: 1; }

.circle {
  position: relative;
  border: 2px solid #c2beb5;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 auto 10px; }
  .circle::before, .circle:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 2px;
    width: 60px;
    background: #c2beb5; }
  .circle::before {
    left: -70px; }
  .circle:after {
    right: -70px; }

.stile-txt {
  font-style: italic; }

.padd-b {
  margin: 0 0 10px !important; }

.no-title {
  padding: 35px 20px 15px !important; }
  .no-title .new-btn {
    max-width: 168px !important;
    margin: 0 auto; }

.choose-content {
  display: flex;
  margin: 0 -10px 20px;
  flex-wrap: wrap; }
  .choose-content .cart {
    width: 50%;
    padding: 0 10px;
    display: flex;
    flex-direction: column; }
    @media (max-width: 1200px) {
      .choose-content .cart {
        width: 100%;
        margin: 0 0 20px; } }
    @media (max-width: 950px) {
      .choose-content .cart {
        width: 50%;
        margin: 0; } }
    @media (max-width: 768px) {
      .choose-content .cart {
        width: 100%;
        margin: 0 0 20px; } }
    .choose-content .cart .head-title {
      color: #fff;
      padding: 14px 0; }
      .choose-content .cart .head-title h3 {
        font-size: 20px;
        letter-spacing: .8px;
        text-align: center;
        text-transform: uppercase;
        margin: 0;
        font-weight: 700; }
    .choose-content .cart .box-text {
      display: flex;
      flex-direction: column;
      text-align: center;
      background: #fff;
      position: relative;
      font-size: 17px;
      width: 100%;
      flex-grow: 1;
      padding: 20px 30px !important; }
      .choose-content .cart .box-text p {
        margin: 0 0 20px; }
    .choose-content .cart .btn-all, .choose-content .cart button[data-freeform-action="save"] {
      display: inline-block;
      padding: 8px 35px;
      font-size: 18px;
      font-weight: 700;
      max-width: 310px; }
      @media (max-width: 768px) {
        .choose-content .cart .btn-all, .choose-content .cart button[data-freeform-action="save"] {
          padding: 9px 20px; } }
      @media (max-width: 430px) {
        .choose-content .cart .btn-all, .choose-content .cart button[data-freeform-action="save"] {
          font-size: 14px; } }
.hol-link-cart {
  margin: auto 0 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center; }

.market-block .head-title {
  text-align: center;
  padding: 17px 20px;
  line-height: 1; }
  @media (max-width: 480px) {
    .market-block .head-title {
      padding: 10px 20px; } }
  .market-block .head-title h3 {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    margin: 0; }

.market-block .box-text {
  background: #fff;
  padding: 35px 30px 15px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase; }
  .market-block .box-text p {
    margin: 0 0 55px; }
  .market-block .box-text .btn-all, .market-block .box-text button[data-freeform-action="save"] {
    padding: 8px 10px;
    max-width: 150px;
    margin: 0 auto;
    font-size: 18px;
    text-transform: capitalize; }

#wrapper {
  overflow: hidden;
  position: relative; }

.container {
  max-width: 895px;
  padding: 0 20px;
  margin: 0 auto; }
  .container p {
    font-weight: 200; }

.btn-all, button[data-freeform-action="save"] {
  font-size: 1rem;
  padding: .5rem 1.5rem;
  border-radius: 30px;
  display: inline-block;
  text-align: center;
  font-weight: 400;
  color: #fff;
  transition: filter .3s;
  margin: 0 auto;
  font-family: futura-pt, sans-serif;
  text-transform: uppercase;
  font-weight: 600; }
  @media (max-width: 1240px) {
    .btn-all, button[data-freeform-action="save"] {
      font-size: 16px; } }
  .btn-all:hover, button[data-freeform-action="save"]:hover, .btn-all:focus, button[data-freeform-action="save"]:focus {
    filter: brightness(1.1); }
  .btn-all strong, button[data-freeform-action="save"] strong {
    font-size: 1.4rem; }

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

.btn-title {
  font-size: 15px;
  padding: 10px 25px;
  white-space: nowrap;
  border-radius: 30px;
  display: inline-block;
  text-transform: uppercase; }
  @media (max-width: 1240px) {
    .btn-title {
      font-size: 14px; } }
.btn-outline, button[data-freeform-action="save"] {
  background: transparent;
  border: 1px solid #000000;
  color: #000000; }
  .btn-outline.orange, button.orange[data-freeform-action="save"] {
    border-color: #f9d541;
    color: #f9d541; }
  .btn-outline.pink, button.pink[data-freeform-action="save"] {
    border-color: #ecacbe;
    color: #ecacbe; }
  .btn-outline.poppy, button.poppy[data-freeform-action="save"], .btn-outline.red, button.red[data-freeform-action="save"] {
    border-color: #df4529;
    color: #df4529; }

.btn-inline {
  margin: 0 .25rem; }

.big-size h2 {
  font-size: 30px;
  margin: 0 0 30px; }
  @media (max-width: 480px) {
    .big-size h2 {
      font-size: 18px; } }
.white-color {
  color: #fff; }

.text-green {
  color: #3b8358; }

.color-text-red {
  color: #df4529; }

.bg-red, .bg-poppy {
  background: #df4529;
  color: #fff; }

.color-gray-3 {
  color: #c2beb5; }

.bg-orange, .bg-sunflower {
  background: #f9d541;
  color: #000000; }

.color-orange {
  color: #f9d541; }

.bg-lite-orange {
  background: #f9d541; }

.color-green {
  color: #3b8358; }

.color-green-2 {
  color: #3b8358; }

.bg-green, .bg-monstera {
  background: #3b8358;
  color: #fff; }

.bg-green-2 {
  background: #3b8358;
  color: #fff; }

.bg-green-3 {
  background: #3b8358;
  color: #fff; }

.bg-green-4 {
  background: #3b8358;
  color: #fff; }

.color-gray-7 {
  color: #c2beb5; }

.bg-pink, .bg-flamingo {
  background: #ecacbe;
  color: #000000; }

.bg-pink-2 {
  background: #ecacbe;
  color: #000000; }

.bg-black-4 {
  background: #000000; }

.bg-black-5 {
  background: #000000; }

.bg-light-blue, .bg-powder {
  background: #c9e0e3;
  color: #000000; }

.bg-baby-blue {
  background: #c9e0e3;
  color: #000000; }

.bg-black {
  background: #000000;
  color: #fff; }

.bg-denim {
  background-color: #224461 !important; }

.bg-sand {
  background-color: #f3e7d3 !important; }

.bg-monstera {
  background-color: #3b8358 !important; }

.bg-flamingo {
  background-color: #ecacbe !important; }

.bg-poppy {
  background-color: #df4529 !important; }

.bg-sunflower {
  background-color: #f9d541 !important; }

.bg-powder {
  background-color: #c9e0e3 !important; }

.bg-dark-gray {
  background-color: #3d3d3d !important; }

.bg-gray {
  background-color: #c2beb5 !important; }

.bg-black {
  background-color: #000000 !important; }

.bg-panther {
  background-color: #fd87ca !important; }

.bg-pencil {
  background-color: #ffcd00 !important; }

.bg-earl-gray {
  background-color: #e1ded6 !important; }

.bg-smurfette {
  background-color: #bdefef !important; }

.bg-grape-drink {
  background-color: #ea00ff !important; }

.bg-paper {
  background-color: #fcf6b8 !important; }

.bg-franklin {
  background-color: #7c6351 !important; }

.bg-crazy-pink {
  background-color: #FE37C0 !important; }

.bg-lemon {
  background-color: #F2FF1D !important; }

.bg-tiffany {
  background-color: #7ffff7 !important; }

.bg-street {
  background-color: #6a6a6a !important; }

.bg-lipstick {
  background-color: #f01800 !important; }

.bg-pirate-boot {
  background-color: #2c2825 !important; }

.bg-grumpy-bear {
  background-color: #74d0d8 !important; }

.bg-army-man {
  background-color: #677f4f !important; }

.bg-bubblegum {
  background-color: #f6518e !important; }

.bg-big-bird {
  background-color: #ffd200 !important; }

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

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

.text-denim {
  color: #224461 !important; }

.text-sand {
  color: #f3e7d3 !important; }

.text-monstera {
  color: #3b8358 !important; }

.text-flamingo {
  color: #ecacbe !important; }

.text-poppy {
  color: #df4529 !important; }

.text-sunflower {
  color: #f9d541 !important; }

.text-powder {
  color: #c9e0e3 !important; }

.text-dark-gray {
  color: #3d3d3d !important; }

.text-gray {
  color: #c2beb5 !important; }

.text-black {
  color: #000000 !important; }

.text-panther {
  color: #fd87ca !important; }

.text-pencil {
  color: #ffcd00 !important; }

.text-earl-gray {
  color: #e1ded6 !important; }

.text-smurfette {
  color: #bdefef !important; }

.text-grape-drink {
  color: #ea00ff !important; }

.text-paper {
  color: #fcf6b8 !important; }

.text-franklin {
  color: #7c6351 !important; }

.text-crazy-pink {
  color: #FE37C0 !important; }

.text-lemon {
  color: #F2FF1D !important; }

.text-tiffany {
  color: #7ffff7 !important; }

.text-street {
  color: #6a6a6a !important; }

.text-lipstick {
  color: #f01800 !important; }

.text-pirate-boot {
  color: #2c2825 !important; }

.text-grumpy-bear {
  color: #74d0d8 !important; }

.text-army-man {
  color: #677f4f !important; }

.text-bubblegum {
  color: #f6518e !important; }

.text-big-bird {
  color: #ffd200 !important; }

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

.new-block .line-text {
  margin: 0 0 20px !important;
  border-bottom: inherit !important; }

.content-holder {
  display: flex; }
  @media (max-width: 950px) {
    .content-holder {
      display: block; } }
  @media (max-width: 950px) {
    .content-holder .menu-accordion {
      width: 100%; } }
.block,
.block-list {
  width: 76%;
  padding: 50px 0; }
  @media (max-width: 950px) {
    .block,
    .block-list {
      width: 100%; } }
  @media (max-width: 1440px) {
    .block .container,
    .block-list .container {
      margin: 0 auto 0 10%; } }
  @media (max-width: 1439px) {
    .block .container,
    .block-list .container {
      margin: 0 auto; } }
  .block .line-text,
  .block-list .line-text {
    display: flex;
    justify-content: space-between;
    position: relative; }
    @media (max-width: 768px) {
      .block .line-text,
      .block-list .line-text {
        position: inherit; } }
    @media (max-width: 480px) {
      .block .line-text,
      .block-list .line-text {
        margin: 0 0 8px; } }
    .block .line-text.new-m,
    .block-list .line-text.new-m {
      margin: 0 0 35px; }
      @media (max-width: 480px) {
        .block .line-text.new-m,
        .block-list .line-text.new-m {
          margin: 0 0 8px; } }
    .block .line-text .title,
    .block-list .line-text .title {
      width: 76%; }
      .block .line-text .title .m-top,
      .block-list .line-text .title .m-top {
        margin: 13px 0 0; }
      .block .line-text .title h2,
      .block-list .line-text .title h2 {
        font-size: 2rem; }
    .block .line-text .row,
    .block-list .line-text .row {
      position: absolute;
      top: 0;
      right: 0; }
      @media (max-width: 480px) {
        .block .line-text .row,
        .block-list .line-text .row {
          top: 48px;
          right: 15px; } }
      .block .line-text .row.btn-b,
      .block-list .line-text .row.btn-b {
        position: relative; }
        @media (max-width: 480px) {
          .block .line-text .row.btn-b,
          .block-list .line-text .row.btn-b {
            position: absolute; } }
      .block .line-text .row ul,
      .block-list .line-text .row ul {
        margin: 0; }

.drop-down {
  position: relative; }
  .drop-down .drop-opener {
    padding: 10px 45px;
    background: #3e4046;
    min-width: 180px;
    border-radius: 6px;
    display: block;
    z-index: 2;
    color: #fff;
    font-family: futura-pt, sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: .9rem; }
    @media (max-width: 480px) {
      .drop-down .drop-opener {
        font-size: .8rem;
        padding: 6px 15px 5px 40px;
        position: absolute;
        right: 15px;
        text-align: center;
        background: #3b8358; } }
    .drop-down .drop-opener::before, .drop-down .drop-opener::after {
      content: '';
      z-index: 1;
      position: absolute; }
    .drop-down .drop-opener::before {
      top: 8px;
      left: 12px;
      width: 22px;
      height: 22px;
      background-image: url(../images/SVG/my_account.svg); }
      @media (max-width: 480px) {
        .drop-down .drop-opener::before {
          top: 7px;
          left: 20px;
          width: 12px;
          height: 12px; } }
    .drop-down .drop-opener::after {
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-top: 8px solid #fff;
      top: 16px;
      right: 20px; }
      @media (max-width: 480px) {
        .drop-down .drop-opener::after {
          display: none; } }
  .drop-down.active .drop-box {
    opacity: 1;
    visibility: visible; }
  .drop-down .drop-box {
    top: 40px;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    position: absolute;
    vertical-align: top;
    width: 100%;
    z-index: 2;
    font-size: 16px;
    box-shadow: 2px 1px 3px 0 rgba(0, 0, 0, 0.3);
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px; }
    @media (max-width: 480px) {
      .drop-down .drop-box {
        position: fixed;
        top: 80px;
        left: 0;
        background: #4f5258;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0; } }
    .drop-down .drop-box ul {
      text-align: left;
      width: 100%;
      padding: 10px 30px;
      text-align: left;
      width: 100%;
      line-height: 0.5; }
      @media (max-width: 768px) {
        .drop-down .drop-box ul {
          padding: 10px 20px; } }
      @media (max-width: 480px) {
        .drop-down .drop-box ul {
          text-align: center; } }
      .drop-down .drop-box ul li a {
        padding: 10px 0;
        display: block;
        color: #3e4046; }
        @media (max-width: 480px) {
          .drop-down .drop-box ul li a {
            color: #cecece;
            font-size: 14px; } }
.big-t {
  padding: 6px 10px !important; }
  .big-t h2 {
    font-size: 20px !important; }

.m-top-m {
  margin: 13px 0 25px !important; }

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

.block .line-text {
  margin: 0 0 12px; }

.block .banner-box {
  margin: 0 0 10px; }

.block-list .post-block {
  margin: 0 -7px 30px;
  display: flex;
  flex-wrap: wrap; }
  .block-list .post-block .cart {
    display: flex;
    flex-direction: column;
    max-width: inherit; }
    @media (max-width: 1200px) {
      .block-list .post-block .cart {
        margin: 0 0 15px; } }
    @media (max-width: 950px) {
      .block-list .post-block .cart {
        margin: 0; } }
    @media (max-width: 768px) {
      .block-list .post-block .cart {
        margin: 0 0 15px; } }
    .block-list .post-block .cart .box-text {
      display: flex;
      flex-direction: column;
      padding: 15px 18px;
      position: relative;
      width: 100%;
      flex-grow: 1; }
      .block-list .post-block .cart .box-text strong {
        text-transform: uppercase; }
      .block-list .post-block .cart .box-text .btn-all, .block-list .post-block .cart .box-text button[data-freeform-action="save"] {
        margin: auto auto 0;
        max-width: 162px; }

.block-list .line-text {
  margin: 0 0 20px; }
  .block-list .line-text .title h2 {
    font-size: 30px; }
    @media (max-width: 768px) {
      .block-list .line-text .title h2 {
        font-size: 18px; } }
.block-list .banner-box {
  margin: 0 0 20px; }

.block-list .holder-notification {
  margin: 0 0 16px; }
  .block-list .holder-notification .notification {
    background: #fff;
    display: flex; }
    .block-list .holder-notification .notification .icon-notice {
      padding: 15px 20px; }
      .block-list .holder-notification .notification .icon-notice img {
        margin: 0; }
    .block-list .holder-notification .notification .content-text {
      padding: 18px 20px;
      font-size: 16px; }
      .block-list .holder-notification .notification .content-text .text-span {
        text-transform: inherit;
        font-weight: 600; }
      .block-list .holder-notification .notification .content-text .txt {
        font-weight: 400; }

.holder-select {
  position: relative; }
  @media (max-width: 480px) {
    .holder-select {
      position: inherit; } }
  .holder-select::before {
    content: 'Chris Botvidson';
    position: absolute;
    top: -24px;
    right: -4px;
    font-size: 18px;
    font-weight: 700; }
    @media (max-width: 480px) {
      .holder-select::before {
        display: none; } }
.panel {
  margin-bottom: 22px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  padding: 20px 30px; }
  .panel .panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 1px;
    border-top-left-radius: 1px; }
  .panel p:last-child {
    margin-bottom: 0; }

.panel-default {
  border-color: #ddd; }
  .panel-default > .panel-heading {
    color: #3E4046;
    background-color: #f5f5f5;
    border-color: #ddd; }
    .panel-default > .panel-heading .panel-title {
      margin-bottom: 0; }
  .panel-default .panel-body {
    padding: 15px; }
    .panel-default .panel-body .form-row {
      margin-bottom: 1rem; }
      .panel-default .panel-body .form-row.flex {
        align-items: center; }
        .panel-default .panel-body .form-row.flex label {
          width: 25%;
          text-align: right;
          padding-right: 2rem; }
    .panel-default .panel-body .form-control {
      display: block;
      flex: 1;
      height: 36px;
      padding: 6px 12px;
      font-size: 16px;
      line-height: 1.428571429;
      color: #6b6a6a;
      background-color: #fff;
      background-image: none;
      border: 1px solid #ccc;
      border-radius: 2px;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
      -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
      -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
      transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }

.panel-alert {
  border-left: 4px solid #f6518e;
  background: #f6518e;
  color: #fff; }

.cart-header {
  display: flex;
  justify-content: space-between; }

.cart-actions {
  display: flex; }
  .cart-actions .cart-total {
    font-weight: 200;
    font-size: 2rem;
    margin-right: 2rem; }

@media (max-width: 480px) {
  table.cart thead {
    display: none; }
  table.cart tbody tr td {
    display: block; } }

.checkout-step {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #c2beb5; }

.paymentSource-form .stripe-form {
  width: 50%; }
  @media (max-width: 480px) {
    .paymentSource-form .stripe-form {
      width: 100%; } }
fieldset {
  margin-bottom: 20px;
  border: 0;
  padding: 0; }

fieldset legend {
  font-weight: bold; }

.field {
  margin-bottom: 20px; }

.paymentSource-form .grid {
  display: flex;
  margin: 0px -10px; }

.paymentSource-form .grid .item {
  flex-grow: 1;
  margin: 10px; }

.paymentSource-form input {
  width: 100%; }
  .paymentSource-form input[type="radio"], .paymentSource-form input[type="checkbox"] {
    width: auto; }

.paymentSource-form .multitext .multitextrow {
  display: flex;
  margin: 0px -10px; }

.paymentSource-form .multitext .multitextrow .text {
  margin: 10px; }

table.order-recap th, table.order-recap td, table.cart th, table.cart td {
  text-align: left;
  padding: 1rem 0;
  border-bottom: 1px solid #c2beb5; }
  table.order-recap th.text-right, table.order-recap td.text-right, table.cart th.text-right, table.cart td.text-right {
    text-align: right; }
  @media (max-width: 480px) {
    table.order-recap th.sm-text-center, table.order-recap td.sm-text-center, table.cart th.sm-text-center, table.cart td.sm-text-center {
      text-align: center; } }
table.order-recap td, table.cart td {
  font-size: 1.1rem; }

table.order-recap tr.item, table.cart tr.item {
  vertical-align: top; }

.notice {
  padding: .5rem;
  border: 1px solid #c2beb5;
  margin-bottom: 1rem; }
  .notice.error {
    border-color: #df4529;
    color: #df4529; }
  .notice p {
    margin-bottom: 0; }

.fileuploader {
  background: #fff; }

.fileuploader-input .fileuploader-input-button, .fileuploader-popup .fileuploader-popup-content .fileuploader-popup-button.button-success {
  background: #3b8358; }

.fileuploader-input .fileuploader-input-caption {
  color: #3b8358;
  font-weight: 200; }

.fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-remove i {
  background: #ecacbe;
  box-shadow: none; }

.fileuploader.fileuploader-focused:after {
  content: 'Please select a file';
  color: #df4529;
  padding: 10px;
  display: block; }

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