@charset "UTF-8";
/* ==========================================================================
   Main
   ========================================================================== */
/* ==========================================================================
   Variables
   ========================================================================== */
/* Hex Colors
   ========================================================================== */
/* Typography
   ========================================================================== */
/* Responsive Breakpoints
   ========================================================================== */
/* Responsive Breakpoints
   ========================================================================== */
/* Used in special cases */
/* Z Index
   ========================================================================== */
/* ==========================================================================
   Mixins
   ========================================================================== */
/* Mixins Variables
   ========================================================================== */
/* Mixins Border-Radius
   ========================================================================== */
/* Mixins Appearance
   ========================================================================== */
/* Mixins Transitions
   ========================================================================== */
/* Mixins Responsive
   ========================================================================== */
/*
 * This combined file was created by the DataTables downloader builder:
 *   https://datatables.net/download
 *
 * To rebuild or modify this file with the latest versions of the included
 * software please visit:
 *   https://datatables.net/download/#dt/dt-1.10.20
 *
 * Included libraries:
 *   DataTables 1.10.20
 */
/*
 * Table styles
 */
table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
  /*
   * Header and footer styles
   */
  /*
   * Body styles
   */
}

table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: bold;
}

table.dataTable thead th,
table.dataTable thead td {
  padding: 10px 18px;
  border-bottom: 1px solid #111;
}

table.dataTable thead th:active,
table.dataTable thead td:active {
  outline: none;
}

table.dataTable tfoot th,
table.dataTable tfoot td {
  padding: 10px 18px 6px 18px;
  border-top: 1px solid #111;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  *cursor: hand;
  background-repeat: no-repeat;
  background-position: center right;
}

table.dataTable thead .sorting {
  background-image: url("DataTables-1.10.20/images/sort_both.png");
}

table.dataTable thead .sorting_asc {
  background-image: url("DataTables-1.10.20/images/sort_asc.png");
}

table.dataTable thead .sorting_desc {
  background-image: url("DataTables-1.10.20/images/sort_desc.png");
}

table.dataTable thead .sorting_asc_disabled {
  background-image: url("DataTables-1.10.20/images/sort_asc_disabled.png");
}

table.dataTable thead .sorting_desc_disabled {
  background-image: url("DataTables-1.10.20/images/sort_desc_disabled.png");
}

table.dataTable tbody tr {
  background-color: #ffffff;
}

table.dataTable tbody tr.selected {
  background-color: #B0BED9;
}

table.dataTable tbody th,
table.dataTable tbody td {
  padding: 8px 10px;
}

table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
  border-top: 1px solid #ddd;
}

table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
  border-top: none;
}

table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid #ddd;
}

table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
  border-top: none;
}

table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
  background-color: #f9f9f9;
}

table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
  background-color: #acbad4;
}

table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
  background-color: #f6f6f6;
}

table.dataTable.hover tbody tr:hover.selected, table.dataTable.display tbody tr:hover.selected {
  background-color: #aab7d1;
}

table.dataTable.order-column tbody tr > .sorting_1,
table.dataTable.order-column tbody tr > .sorting_2,
table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1,
table.dataTable.display tbody tr > .sorting_2,
table.dataTable.display tbody tr > .sorting_3 {
  background-color: #fafafa;
}

table.dataTable.order-column tbody tr.selected > .sorting_1,
table.dataTable.order-column tbody tr.selected > .sorting_2,
table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1,
table.dataTable.display tbody tr.selected > .sorting_2,
table.dataTable.display tbody tr.selected > .sorting_3 {
  background-color: #acbad5;
}

table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1;
}

table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3;
}

table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: whitesmoke;
}

table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #a6b4cd;
}

table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: #a8b5cf;
}

table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: #a9b7d1;
}

table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #fafafa;
}

table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #fcfcfc;
}

table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #fefefe;
}

table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #acbad5;
}

table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: #aebcd6;
}

table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: #afbdd8;
}

table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  background-color: #eaeaea;
}

table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  background-color: #ececec;
}

table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  background-color: #efefef;
}

table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  background-color: #a2aec7;
}

table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  background-color: #a3b0c9;
}

table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  background-color: #a5b2cb;
}

table.dataTable.no-footer {
  border-bottom: 1px solid #111;
}

table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap;
}

table.dataTable.compact thead th,
table.dataTable.compact thead td {
  padding: 4px 17px 4px 4px;
}

table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td {
  padding: 4px;
}

table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
  padding: 4px;
}

table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left;
}

table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
  text-align: center;
}

table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right;
}

table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify;
}

table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap;
}

table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left;
}

table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center;
}

table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right;
}

table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}

table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}

table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left;
}

table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center;
}

table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right;
}

table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}

table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}

table.dataTable,
table.dataTable th,
table.dataTable td {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

/*
 * Control feature layout
 */
.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1;
}

.dataTables_wrapper .dataTables_length {
  float: left;
}

.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
}

.dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em;
}

.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}

.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #333 !important;
  border: 1px solid transparent;
  border-radius: 2px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333 !important;
  border: 1px solid #979797;
  background-color: white;
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* FF3.6+ */
  /* IE10+ */
  background: -o-linear-gradient(top, white 0%, #dcdcdc 100%);
  /* Opera 11.10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#dcdcdc));
  background: linear-gradient(to bottom, white 0%, #dcdcdc 100%);
  /* W3C */
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #111;
  background-color: #585858;
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* FF3.6+ */
  /* IE10+ */
  background: -o-linear-gradient(top, #585858 0%, #111 100%);
  /* Opera 11.10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(#585858), to(#111));
  background: linear-gradient(to bottom, #585858 0%, #111 100%);
  /* W3C */
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #2b2b2b;
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* FF3.6+ */
  /* IE10+ */
  background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* Opera 11.10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(#2b2b2b), to(#0c0c0c));
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  /* W3C */
  -webkit-box-shadow: inset 0 0 3px #111;
          box-shadow: inset 0 0 3px #111;
}

.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}

.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #333;
}

.dataTables_wrapper .dataTables_scroll {
  clear: both;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td {
  vertical-align: middle;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #111;
}

.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable,
.dataTables_wrapper.no-footer div.dataTables_scrollBody > table {
  border-bottom: none;
}

.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }

  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
  }

  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
  }
}
/*! jQuery UI - v1.12.1 - 2019-12-13
* http://jqueryui.com
* Includes: core.css, accordion.css
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  font-size: 100%;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  font-size: 100%;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * 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.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

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

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

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

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

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

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

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "“" "”" "‘" "’";
}

/**
 * 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.
 */
img {
  border: 0;
}

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

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

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

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

/* ==========================================================================
   Slick Slider
   ========================================================================== */
/* Base
========================================================================== */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Nav
========================================================================== */
.pt-product__slide {
  margin: 0 -24px;
}
@media screen and (min-width: 768px) {
  .pt-product__slide {
    margin: unset;
  }
}
.pt-product__slide .slick-slide {
  outline: none;
}
.pt-product__slide img {
  width: 64%;
  height: auto;
  max-width: 437px;
  max-height: 437px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .pt-product__slide img {
    width: 72%;
  }
}
@media screen and (min-width: 1024px) {
  .pt-product__slide img {
    width: 100%;
  }
}

.pt-product__slide-nav {
  width: 296px;
  margin: 16px auto 0;
}
.pt-product__slide-nav .slick-slide {
  width: 40px;
  height: 40px;
  margin: 0 8px;
  border: solid 1px #EFF0F1;
  overflow: hidden;
  outline: none;
  cursor: pointer;
}
.pt-product__slide-nav .slick-slide img {
  width: auto;
  height: 40px;
}
.pt-product__slide-nav .slick-current {
  border: solid 1px #FFD514;
}
.pt-product__slide-nav .slick-next,
.pt-product__slide-nav .slick-prev {
  position: relative;
  background: none;
  border: none;
  color: transparent;
  width: 40px;
  height: 40px;
  outline: none;
  font-family: "Pocketalk-Icons" !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;
}
.pt-product__slide-nav .slick-next::before,
.pt-product__slide-nav .slick-prev::before {
  width: 16px;
  height: 16px;
  color: #E0E1E3;
}
.pt-product__slide-nav .slick-next::before {
  content: "";
}
.pt-product__slide-nav .slick-prev::before {
  content: "";
}

/* ==========================================================================
   Gravity Forms
   ========================================================================== */
.gform_footer input[type=submit] {
  display: inline-block;
  position: relative;
  text-decoration: none;
  border: none;
  font-weight: 600;
  font-size: 12px;
  padding: 4px 24px;
  border-radius: 4px;
  background-color: #FFD514;
  color: #313133;
}
@media screen and (min-width: 900px) {
  .gform_footer input[type=submit] {
    font-size: 16px;
    padding: 8px 32px;
  }
}

/* ==========================================================================
   Base
   ========================================================================== */
/* Base Base
   ========================================================================== */
html,
body {
  margin: 0;
}

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

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

.body-wrap {
  overflow-x: hidden;
}

/* Sections
   ========================================================================== */
section {
  position: relative;
}

/* WordPress Core
   ========================================================================== */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #FFF;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* ==========================================================================
   Buttons
   ========================================================================== */
.btn-pt {
  display: inline-block;
  position: relative;
  text-decoration: none;
  border: none;
}

/* Solids
   ========================================================================== */
.--btn-pts {
  font-weight: 600;
  font-size: 12px;
  padding: 4px 24px;
  border-radius: 4px;
}
@media screen and (min-width: 900px) {
  .--btn-pts {
    font-size: 16px;
    padding: 8px 32px;
  }
}

.--btn-pts-yellow {
  background-color: #FFD514;
  color: #313133;
}

.--btn-pts-blue {
  background-color: #009DE1;
  color: #FFFFFF;
}

.--btn-pts-black {
  background-color: #313133;
  color: #FFFFFF;
}

.--btn-pts-valentine {
  background-color: #FFFFFF;
  color: #e62129;
}

/* Hairline
   ========================================================================== */
.--btn-pth {
  border: 1px solid;
  padding: 4px 24px;
  border-radius: 4px;
}
.--btn-pth span {
  font-size: 10px;
}

.--btn-pth-white {
  color: #FFFFFF;
  border-color: #FFFFFF;
}

.--btn-pth-black {
  color: #313133;
  border-color: #313133;
}

/* Text
   ========================================================================== */
.--btn-ptt {
  display: inline-block;
  font-weight: normal;
  font-size: 16px;
}
.--btn-ptt span {
  font-size: 10px;
}

.--btn-pttb {
  font-weight: 700;
  font-size: 24px;
}
.--btn-pttb span {
  vertical-align: middle;
  font-size: 40px;
  margin-right: 8px;
}

.--btn-ptt-white {
  color: #FFFFFF;
}

.--btn-ptt-black {
  color: #313133;
}

/* ==========================================================================
   Flex Utility
   ========================================================================== */
/* Flex Utility Base
   ========================================================================== */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex.--justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex.--justify-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.flex.--justify-space {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex.--align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex.--align-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.flex.--align-self-end {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.flex.--wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex.--wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}
.flex.--no-wrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.flex.--row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

/* ==========================================================================
   Grid
   ========================================================================== */
/* Container and Row
   ========================================================================== */
.grid-container {
  position: relative;
  max-width: 1366px;
  width: 100%;
  margin: 0 auto;
  padding: 24px; 
  -webkit-transition: padding 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: padding 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: padding 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.grid-container.--full {
  max-width: 100%;
}

@media screen and (min-width: 425px) {
  .grid-container {
    padding: 32px;
  }
}
@media screen and (min-width: 768px) {
  .grid-container {
    padding: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .grid-container {
    padding: 40px;
  }
}

.grid-row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -12px;
}
.grid-row.--reverse {
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}
.grid-row.--row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.grid-row.--justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.grid-row.--justify-right {
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
.grid-row.--justify-space {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.grid-row.--align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.grid-row.--align-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (min-width: 768px) {
  .grid-row.--justify-center-md {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* ==========================================================================
   Columns
   ========================================================================== */
/* Columns 
   ========================================================================== */
[class*=col-] {
  margin-bottom: 16px;
  padding: 0 12px;
}

.col-pos-rel {
  position: relative;
}

/* Margins 
   ========================================================================== */
.col-no-margin {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .col-no-margin-md {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1024px) {
  .col-no-margin-lg {
    margin-bottom: 0;
  }
}

/* Content Columns 
   ========================================================================== */
/* Do not put this on col-**-**. Use it as a child inside of col-**-** */
.col-content {
  -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
  -webkit-column-width: 100%;
     -moz-column-width: 100%;
          column-width: 100%;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .col-content {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
    -webkit-column-width: 50%;
       -moz-column-width: 50%;
            column-width: 50%;
  }
}

.col-xs-hide {
  display: none;
}
@media screen and (min-width: 768px) {
  .col-xs-hide {
    display: block;
  }
}

/* XS Default for mobile first */
.col-xs-12 {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 425px) {
  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.67%;
  }

  .col-sm-10 {
    width: 83.33%;
  }

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

  .col-sm-8 {
    width: 66.67%;
  }

  .col-sm-7 {
    width: 58.33%;
  }

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

  .col-sm-5 {
    width: 41.67%;
  }

  .col-sm-4 {
    width: 33.33%;
  }

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

  .col-sm-2 {
    width: 16.67%;
  }

  .col-sm-1 {
    width: 8.33%;
  }
}
@media screen and (min-width: 768px) {
  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.67%;
  }

  .col-md-10 {
    width: 83.33%;
  }

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

  .col-md-8 {
    width: 66.67%;
  }

  .col-md-7 {
    width: 58.33%;
  }

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

  .col-md-5 {
    width: 41.67%;
  }

  .col-md-4 {
    width: 33.33%;
  }

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

  .col-md-2 {
    width: 16.67%;
  }

  .col-md-1 {
    width: 8.33%;
  }
}
@media screen and (min-width: 1024px) {
  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.67%;
  }

  .col-lg-10 {
    width: 83.33%;
  }

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

  .col-lg-8 {
    width: 66.67%;
  }

  .col-lg-7 {
    width: 58.33%;
  }

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

  .col-lg-5 {
    width: 41.67%;
  }

  .col-lg-4 {
    width: 33.33%;
  }

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

  .col-lg-2 {
    width: 16.67%;
  }

  .col-lg-1 {
    width: 8.33%;
  }
}
/* Grid Utilities
   ========================================================================== */
.grid-clear {
  clear: both;
}

/* Grid Side Bar
   ========================================================================== */
.grid-sidebar {
  width: 100%;
  padding: 24px;
  border-radius: 8px;
}

/* Grid Angles
   ========================================================================== */
.grid-angle {
  margin-top: -57px;
}

.--grid-angle-par {
  -webkit-clip-path: polygon(0 calc(0% + 24px), 100% 0, 100% calc(100% - 24px), 0 100%);
          clip-path: polygon(0 calc(0% + 24px), 100% 0, 100% calc(100% - 24px), 0 100%);
}
@media screen and (min-width: 768px) {
  .--grid-angle-par {
    -webkit-clip-path: polygon(0 calc(0% + 56px), 100% 0, 100% calc(100% - 56px), 0 100%);
            clip-path: polygon(0 calc(0% + 56px), 100% 0, 100% calc(100% - 56px), 0 100%);
  }
}
.--grid-angle-par .grid-container {
  padding: 96px 40px;
}
@media screen and (min-width: 768px) {
  .--grid-angle-par .grid-container {
    padding: 136px 40px;
  }
}

.--grid-angle-top {
  -webkit-clip-path: polygon(0 calc(0% + 24px), 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 calc(0% + 24px), 100% 0, 100% 100%, 0 100%);
}
@media screen and (min-width: 768px) {
  .--grid-angle-top {
    -webkit-clip-path: polygon(0 calc(0% + 56px), 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 calc(0% + 56px), 100% 0, 100% 100%, 0 100%);
  }
}
.--grid-angle-top .grid-container {
  padding: 96px 40px;
}
@media screen and (min-width: 768px) {
  .--grid-angle-top .grid-container {
    padding: 136px 40px;
  }
}

.--grid-angle-bottom-left {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 24px));
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 24px));
}
@media screen and (min-width: 768px) {
  .--grid-angle-bottom-left {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 56px));
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 56px));
  }
}

.--grid-angle-bottom-right {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 24px), 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 24px), 0 100%);
}
@media screen and (min-width: 768px) {
  .--grid-angle-bottom-right {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 56px), 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% calc(100% - 56px), 0 100%);
  }
}

/* ==========================================================================
   Icons
   ========================================================================== */
/* UI
   ========================================================================== */
@font-face {
  font-family: "Pocketalk-Icons";
  src: url("../../fonts/Pocketalk-Icons.eot?rkk6");
  src: url("../../fonts/Pocketalk-Icons.eot?rkk6#iefix") format("embedded-opentype"), url("../../fonts/Pocketalk-Icons.ttf?rkk6") format("truetype"), url("../../fonts/Pocketalk-Icons.woff?rkk6") format("woff"), url("../../fonts/Pocketalk-Icons.svg?rkk6#Pocketalk-Icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "Pocketalk-Icons" !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-android:before {
  content: "";
}

.icon-arrow-down:before {
  content: "";
}

.icon-arrow-left:before {
  content: "";
}

.icon-arrow-right:before {
  content: "";
}

.icon-arrow-up:before {
  content: "";
}

.icon-battery-charging:before {
  content: "";
}

.icon-battery:before {
  content: "";
}

.icon-bluetooth:before {
  content: "";
}

.icon-calculator:before {
  content: "";
}

.icon-camera:before {
  content: "";
}

.icon-card:before {
  content: "";
}

/*
.icon-check:before {
  content: "";
}
*/
.icon-clock:before {
  content: "";
}

.icon-cup:before {
  content: "";
}

.icon-display-screen:before {
  content: "";
}

.icon-embedded-sim:before {
  content: "";
}

.icon-eur:before {
  content: "";
}

.icon-guilder:before {
  content: "";
}

.icon-jpy:before {
  content: "";
}

.icon-mic:before {
  content: "";
}

.icon-mobile-data:before {
  content: "";
}

.icon-package:before {
  content: "";
}

.icon-paper:before {
  content: "";
}

.icon-play:before {
  content: "";
}

.icon-pound:before {
  content: "";
}

.icon-processor:before {
  content: "";
}

.icon-ram:before {
  content: "";
}

.icon-rom:before {
  content: "";
}

.icon-rubel:before {
  content: "";
}

.icon-sign:before {
  content: "";
}

.icon-size:before {
  content: "";
}

.icon-speach-bubbles:before {
  content: "";
}

.icon-speaker:before {
  content: "";
}

.icon-standby:before {
  content: "";
}

.icon-temp:before {
  content: "";
}

.icon-transfer:before {
  content: "";
}

.icon-usd:before {
  content: "";
}

.icon-wallet:before {
  content: "";
}

.icon-weight:before {
  content: "";
}

.icon-wifi:before {
  content: "";
}

.icon-won:before {
  content: "";
}

.icon-writing:before {
  content: "";
}

/*
.icon-x:before {
  content: "";
}
*/

/* ==========================================================================
   jQuery UI Custom Styles
   ========================================================================== */
/* Base
   ========================================================================== */
#accordion {
  border-radius: 4px;
  overflow: hidden;
}

.ui-accordion .ui-accordion-header {
  background: #FFFFFF;
  padding: 16px;
  font-size: 16px;
  line-height: 16px;
  outline: none;
}
.ui-accordion .ui-accordion-header.ui-state-active {
  background-color: #009DE1;
  color: #FFFFFF;
}
.ui-accordion .ui-accordion-header span.icon-arrow-down {
  position: absolute;
  right: 16px;
  vertical-align: middle;
}

.ui-accordion .ui-accordion-content {
  display: block;
  background: #FFFFFF;
  padding: 16px;
}

/* ==========================================================================
   Navagation
   ========================================================================== */
/* Dropdown
   ========================================================================== */
.moco-menu__dropdown {
  position: relative;
  display: block;
  padding: 0;
  -webkit-transform: unset;
      -ms-transform: unset;
          transform: unset;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
}
.moco-menu__dropdown ul.moco-menu__sub li {
  display: block !important;
  margin-top: 4px;
}
.moco-menu__dropdown ul.moco-menu__sub li a {
  display: block;
  width: 100%;
  padding: 16px 0 0 0;
}
.moco-menu__dropdown ul.moco-menu__sub li a:first-child {
  padding: 0;
}
@media screen and (min-width: 900px) {
  .moco-menu__dropdown {
    position: absolute;
    display: none;
    padding: 20px;
    -webkit-transform: translateY(64px);
        -ms-transform: translateY(64px);
            transform: translateY(64px);
    top: -24px;
    opacity: 0;
  }
}

.trigger-enter .moco-menu__dropdown {
  display: block;
}

.trigger-enter-active .moco-menu__dropdown {
  opacity: 1;
}

li[data-sub=one-column-txt] .moco-menu__dropdown {
  width: 250px;
}
li[data-sub=one-column-txt] .moco-menu__dropdown ul.moco-menu__sub li {
  display: block !important;
  margin-top: 12px;
}
li[data-sub=one-column-txt] .moco-menu__dropdown ul.moco-menu__sub li:first-child {
  margin-top: 0;
}

li[data-sub=two-column-txt] .moco-menu__dropdown {
  width: 300px;
}
li[data-sub=two-column-txt] ul.moco-menu__sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
li[data-sub=two-column-txt] ul.moco-menu__sub li {
  width: 50%;
}

li[data-sub=two-column-img] .moco-menu__dropdown {
  width: 300px;
}
li[data-sub=two-column-img] ul.moco-menu__sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
li[data-sub=two-column-img] ul.moco-menu__sub li {
  width: 50%;
}

li[data-sub=three-column-img] .moco-menu__dropdown {
  width: 500px;
}
li[data-sub=three-column-img] ul.moco-menu__sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
li[data-sub=three-column-img] ul.moco-menu__sub li {
  width: 50%;
  padding: 0 16px;
}
@media screen and (min-width: 580px) {
  li[data-sub=three-column-img] ul.moco-menu__sub li {
    width: 33.33%;
  }
}

li[data-sub=pocketalk],
li[data-sub=pocketalk-1st-gen],
li[data-sub=pocketalk-carry-case],
li[data-sub=pocketalk-protective-case],
li[data-sub=pocketalk-lanyard],
li[data-sub=pocketalk-screen-protector],
li[data-sub=pocketalk-global-sim] {
  text-align: center;
}
li[data-sub=pocketalk] > a::before,
li[data-sub=pocketalk-1st-gen] > a::before,
li[data-sub=pocketalk-carry-case] > a::before,
li[data-sub=pocketalk-protective-case] > a::before,
li[data-sub=pocketalk-lanyard] > a::before,
li[data-sub=pocketalk-screen-protector] > a::before,
li[data-sub=pocketalk-global-sim] > a::before {
  content: " ";
  background-size: cover;
  background-position: center;
  display: block;
  width: 64px;
  height: 64px;
  margin: auto;
}

li[data-sub=pocketalk] > a::before {
  background-image: url("/wp-content/uploads/2019/12/pocketalk_white_front-120x120.jpg");
}

li[data-sub=pocketalk-1st-gen] > a::before {
  background-image: url("/wp-content/uploads/2019/12/pocketalk_device_1st_gen-120x120.jpg");
}

li[data-sub=pocketalk-carry-case] > a::before {
  background-image: url("/wp-content/uploads/2020/01/pocketalk_new_carry_case-120x120.jpg");
}

li[data-sub=pocketalk-protective-case] > a::before {
  background-image: url("/wp-content/uploads/2020/01/pocketalk_protective_case-120x120.jpg");
}

li[data-sub=pocketalk-lanyard] > a::before {
  background-image: url("/wp-content/uploads/2020/01/pocketalk_new_lanyard-120x120.jpg");
}

li[data-sub=pocketalk-screen-protector] > a::before {
  background-image: url("/wp-content/uploads/2020/01/pocketalk_glass_screen_protector-120x120.jpg");
}

li[data-sub=pocketalk-global-sim] > a::before {
  background-image: url("/wp-content/uploads/2019/12/pocketalk_global_sim-120x120.jpg");
}

/* Moco Menu Background
   ========================================================================== */
.moco-menu__background {
  position: absolute;
  background: #FFFFFF;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), 0 2px 2px rgba(0, 0, 0, 0.08), 0 4px 4px rgba(0, 0, 0, 0.08), 0 6px 8px rgba(0, 0, 0, 0.08), 0 8px 16px rgba(0, 0, 0, 0.08);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), 0 2px 2px rgba(0, 0, 0, 0.08), 0 4px 4px rgba(0, 0, 0, 0.08), 0 6px 8px rgba(0, 0, 0, 0.08), 0 8px 16px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.3s, opacity 0.1s, -webkit-transform 0.2s;
  transition: all 0.3s, opacity 0.1s, -webkit-transform 0.2s;
  -o-transition: all 0.3s, opacity 0.1s, transform 0.2s;
  transition: all 0.3s, opacity 0.1s, transform 0.2s;
  transition: all 0.3s, opacity 0.1s, transform 0.2s, -webkit-transform 0.2s;
  -webkit-transform-origin: 50% 0;
      -ms-transform-origin: 50% 0;
          transform-origin: 50% 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  border-radius: 4px;
}

.moco-menu__background.moco-menu__background-open {
  opacity: 1;
}

.moco-menu__bg-arrow {
  position: absolute;
  display: block;
  left: -50%;
  right: -50%;
  top: 5px;
  border-radius: 4px;
  margin: auto;
  width: 20px;
  height: 20px;
  background: #FFFFFF;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

/* Moco Menu Utilities
   ========================================================================== */
.logo-img-black {
  display: none;
}

.moco-menu__noscroll {
  overflow: hidden;
  height: 100vh;
}
.moco-menu__noscroll nav.nav-top {
  position: fixed;
  height: 100%;
}
.moco-menu__noscroll .nav-top__logo::after {
  display: none;
}
.moco-menu__noscroll .logo-img-white {
  display: none;
}
.moco-menu__noscroll .logo-img-black {
  display: block;
}

/* Menu Top Desktop
   ========================================================================== */
nav.nav-top {
  position: relative;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.nav-top__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  max-width: 1366px;
  margin: 0 auto;
  padding: 24px;
}
@media screen and (min-width: 1024px) {
  .nav-top__container {
    padding: 40px;
  }
}

.nav-top__container.active {
  position: absolute;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.nav-top__logo {
  margin-top: -5.5px;
  z-index: 2;
}
.nav-top__logo::after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: -1257px;
  width: 2000px;
  height: 2000px;
  background-color: #009DE1;
  -webkit-transition: left 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: left 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: left 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transform: rotate(48deg);
      -ms-transform: rotate(48deg);
          transform: rotate(48deg);
  opacity: 0.75;
  z-index: -1;
}
.nav-top__logo img {
  height: 24px;
  -webkit-transition: height 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: height 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: height 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media screen and (min-width: 1024px) {
  .nav-top__logo {
    margin-top: -11px;
  }
  .nav-top__logo::before {
    top: -8000px;
  }
  .nav-top__logo::after {
    left: -1194px;
  }
  .nav-top__logo img {
    height: 32px;
  }
}

.nav-top__menu ul,
.nav-top__menu-mobile ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.nav-top__menu > ul,
.nav-top__menu-mobile > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.nav-top__menu .menu-item span,
.nav-top__menu-mobile .menu-item span {
  display: none;
  font-size: 10px;
  margin-left: 10px;
}

.nav-top__menu {
  display: none;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 16px;
}
@media screen and (min-width: 900px) {
  .nav-top__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.nav-top__menu li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.nav-top__menu li a {
  text-decoration: none;
  font-size: 16px;
  font-weight: normal;
  color: #313133;
  padding: 10px 16px;
}
.nav-top__menu .menu-item-has-children > a > span {
  display: inline-block;
}

/* Menu Top Mobile
   ========================================================================== */
.nav-top__menu-mobile {
  display: block;
}
.nav-top__menu-mobile li[data-sub=one-column-txt] .moco-menu__dropdown ul.moco-menu__sub li {
  margin-top: 12px;
}
.nav-top__menu-mobile li[data-sub=two-column-img] .moco-menu__dropdown {
  width: 100%;
}
.nav-top__menu-mobile li[data-sub=three-column-img] .moco-menu__dropdown {
  width: 100%;
}
@media screen and (min-width: 900px) {
  .nav-top__menu-mobile {
    display: none;
  }
}

.nav-top__mobile-menu {
  display: none;
  width: 100%;
  height: auto;
  background-color: #FFFFFF;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.2s, opacity 0.3s;
  -o-transition: all 0.2s, opacity 0.3s;
  transition: all 0.2s, opacity 0.3s;
}
.nav-top__mobile-menu ul li {
  margin-top: 32px;
}
.nav-top__mobile-menu ul li a {
  font-size: 20px;
  font-weight: 500;
}
.nav-top__mobile-menu ul.moco-menu__sub li {
  margin-top: 24px;
}
.nav-top__mobile-menu ul.moco-menu__sub li a {
  font-size: inherit;
  font-weight: inherit;
}
@media screen and (min-width: 580px) {
  .nav-top__mobile-menu {
    padding: 164px 16%;
  }
}

.nav-top__mobile-menu-active {
  display: block;
}

.nav-top__mobile-menu-anim {
  opacity: 1;
}

.nav-top__mobile-toggle {
  position: relative;
  display: block;
  outline: none;
  border: none;
  background: 0 0 !important;
  z-index: 2;
  margin-left: 24px;
}
@media screen and (min-width: 900px) {
  .nav-top__mobile-toggle {
    display: none;
  }
}
.nav-top__mobile-toggle .icon-bar {
  display: block;
  border-radius: 2px;
  width: 16px;
  height: 2px;
  margin-top: 3px;
  background: #313133;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.nav-top__mobile-toggle .tob-bar {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}
.nav-top__mobile-toggle .middle-bar {
  opacity: 1;
}
.nav-top__mobile-toggle .bottom-bar {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}

.nav-top__mobile-toggle.collapsed .tob-bar {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 5% 5%;
      -ms-transform-origin: 5% 5%;
          transform-origin: 5% 5%;
}
.nav-top__mobile-toggle.collapsed .middle-bar {
  opacity: 0;
}
.nav-top__mobile-toggle.collapsed .bottom-bar {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 0 100%;
      -ms-transform-origin: 0 100%;
          transform-origin: 0 100%;
}

/* Menu Top Buttons
   ========================================================================== */
.nav-top__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (min-width: 900px) {
  .nav-top__buttons {
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
  }
}

/* ==========================================================================
   Sets color on full header backgrounds
   ========================================================================== */
body.features .nav-top__menu > ul > li > a,
body.business .nav-top__menu > ul > li > a,
body.languages-countries .nav-top__menu > ul > li > a,
body.pocketalk-faq .nav-top__menu > ul > li > a,
body.products .nav-top__menu > ul > li > a,
body.how-to-videos .nav-top__menu > ul > li > a,
body.home .nav-top.--promotion .nav-top__menu > ul > li > a {
  color: #FFFFFF;
}
body.features .nav-top__mobile-toggle .icon-bar,
body.business .nav-top__mobile-toggle .icon-bar,
body.languages-countries .nav-top__mobile-toggle .icon-bar,
body.pocketalk-faq .nav-top__mobile-toggle .icon-bar,
body.products .nav-top__mobile-toggle .icon-bar,
body.how-to-videos .nav-top__mobile-toggle .icon-bar,
body.home .nav-top.--promotion .nav-top__mobile-toggle .icon-bar {
  background-color: #FFFFFF;
}
body.features .nav-top__mobile-toggle.collapsed .icon-bar,
body.business .nav-top__mobile-toggle.collapsed .icon-bar,
body.languages-countries .nav-top__mobile-toggle.collapsed .icon-bar,
body.pocketalk-faq .nav-top__mobile-toggle.collapsed .icon-bar,
body.products .nav-top__mobile-toggle.collapsed .icon-bar,
body.how-to-videos .nav-top__mobile-toggle.collapsed .icon-bar,
body.home .nav-top.--promotion .nav-top__mobile-toggle.collapsed .icon-bar {
  background-color: #313133;
}

/* ==========================================================================
   Menu WP Dashboard
   ========================================================================== */
/*.admin-bar {
	.nav-top {
		margin-top: 46px;

		@include respond-min($lg) {
			margin-top: 32px;
		}
	}
}*/
/* ==========================================================================
   Typography
   ========================================================================== */
/* Typography Base
   ========================================================================== */
html,
body,
:root {
  font-family: Whitney, helvetica, sans-serif;
  color: #313133;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: grayscale;
}

/* @Font-Face : We load our custom fonts here
   ========================================================================== */
@font-face {
  font-family: "Whitney";
  font-display: auto;
  src: url("../../fonts/Whitney-Light.eot?#iefix") format("embedded-opentype"), url("../../fonts/Whitney-Light.otf") format("opentype"), url("../../fonts/Whitney-Light.woff") format("woff"), url("../../fonts/Whitney-Light.ttf") format("truetype"), url("../../fonts/Whitney-Light.svg#Whitney-Light") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Whitney";
  font-display: auto;
  src: url("../../fonts/Whitney-Semibold.eot?#iefix") format("embedded-opentype"), url("../../fonts/Whitney-Semibold.otf") format("opentype"), url("../../fonts/Whitney-Semibold.woff") format("woff"), url("../../fonts/Whitney-Semibold.ttf") format("truetype"), url("../../fonts/Whitney-Semibold.svg#Whitney-Semibold") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Whitney";
  font-display: auto;
  src: url("../../fonts/Whitney-Bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/Whitney-Bold.otf") format("opentype"), url("../../fonts/Whitney-Bold.woff") format("woff"), url("../../fonts/Whitney-Bold.ttf") format("truetype"), url("../../fonts/Whitney-Bold.svg#Whitney-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Whitney";
  font-display: auto;
  src: url("../../fonts/Whitney-Black.eot?#iefix") format("embedded-opentype"), url("../../fonts/Whitney-Black.otf") format("opentype"), url("../../fonts/Whitney-Black.woff") format("woff"), url("../../fonts/Whitney-Black.ttf") format("truetype"), url("../../fonts/Whitney-Black.svg#Whitney-Black") format("svg");
  font-weight: 900;
  font-style: normal;
}
/* Headlines
   ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Whitney, helvetica, sans-serif;
}

h1 {
  font-size: 32px;
  font-weight: 900;
  line-height: 40px;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 56px;
    line-height: 64px;
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 1024px) {
  h1 {
    font-size: 64px;
    line-height: 68px;
    margin-bottom: 32px;
  }
}

h2 {
  font-size: 28px;
  line-height: 33px;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 1024px) {
  h2 {
    font-size: 48px;
    line-height: 56px;
  }
}

h3 {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 1024px) {
  h3 {
    font-size: 40px;
    line-height: 48px;
  }
}

h4 {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  h4 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 1024px) {
  h4 {
    font-size: 32px;
    line-height: 40px;
  }
}

h5 {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  h5 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 1024px) {
  h5 {
    font-size: 24px;
    line-height: 32px;
  }
}

h6 {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  h6 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
  }
}

p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
  }
}

p.lead {
  font-size: 18px;
  line-height: 24px;
}
@media screen and (min-width: 1024px) {
  p.lead {
    font-size: 22px;
    line-height: 32px;
  }
}

ul,
ol {
  font-size: 16px;
  line-height: 20px;
}

/* Links
   ========================================================================== */
a {
  text-decoration: none;
  outline: none;
  border: 0;
  color: #000000;
  cursor: pointer;
}

a:focus {
  outline: none;
}

/* Selections
   ========================================================================== */
::-moz-selection {
  background: #009DE1;
  color: #FFFFFF;
  text-shadow: none;
}
::selection {
  background: #009DE1;
  color: #FFFFFF;
  text-shadow: none;
}

::-webkit-selection {
  background: #009DE1;
  color: #FFFFFF;
  text-shadow: none;
}

::-moz-selection {
  background: #009DE1;
  color: #FFFFFF;
  text-shadow: none;
}

/* Blockquote
   ========================================================================== */
blockquote {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  margin: 0 0 24px 0;
}
blockquote::before {
  content: '"';
  position: absolute;
  top: 100px;
  left: -24px;
  width: 32px;
  height: 32px;
  font-size: 300px;
  opacity: 0.2;
}
@media screen and (min-width: 425px) {
  blockquote {
    font-size: 20px;
    line-height: 28px;
  }
}
@media screen and (min-width: 768px) {
  blockquote {
    font-size: 24px;
    line-height: 30px;
  }
}

/* Utilities
   ========================================================================== */
.hide-xs-txt {
  display: inline;
}
@media screen and (min-width: 768px) {
  .hide-xs-txt {
    display: none;
  }
}

/* ==========================================================================
   Utilities
   ========================================================================== */
/* Hide elements depending on screen
   ========================================================================== */
.hide-md {
  display: none;
}
@media screen and (min-width: 768px) {
  .hide-md {
    display: inline-block;
  }
}

/* ==========================================================================
   Video
   ========================================================================== */
/* Base
   ========================================================================== */
.video-container {
  position: relative;
/*  padding-bottom: 56.25%; */
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ==========================================================================
   Animations
   ========================================================================== */
/* Front Page 360 Spin
   ========================================================================== */
.pt-product-spin-start {
  position: absolute;
  top: 0;
}

.pt-product-spin-container {
  width: 195px;
  height: 320px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .pt-product-spin-container {
    width: 281px;
    height: 460px;
  }
}
@media screen and (min-width: 1024px) {
  .pt-product-spin-container {
    width: 342px;
    height: 560px;
  }
}

.scrollmagic-pin-spacer {
  margin: auto !important;
  max-width: 195px;
}
@media screen and (min-width: 768px) {
  .scrollmagic-pin-spacer {
    max-width: 281px;
  }
}
@media screen and (min-width: 1024px) {
  .scrollmagic-pin-spacer {
    max-width: 342px;
  }
}

/* ==========================================================================
   Data Tables
   ========================================================================== */
/* Languages
   ========================================================================== */
table#language {
  border-spacing: 0 16px;
}
table#language.dataTable tbody tr {
  background-color: none;
}
table#language .icon-check {
  color: #55B94B;
    /* Checkmark ========== */
  background-image: url("/cdn/shop/files/yes.png");
  background-repeat: no-repeat;
}
table#language .icon-x {
  color: #EF4030;
  /* x mark ========== */
  background-image: url("/cdn/shop/files/no.png");
  background-repeat: no-repeat;

}

/* Countries
   ========================================================================== */
table#countries thead {
  display: none;
}
table#countries tbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
table#countries .row-country {
  padding: 16px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: none;
}
table#countries .row-country td {
  background: #FFFFFF;
  width: 100%;
  display: block;
  text-align: center;
  padding: 16px 10px;
}
@media screen and (min-width: 425px) {
  table#countries .row-country {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  table#countries .row-country {
    width: 25%;
  }
}

table.dataTable.no-footer {
  border: none;
}

table.dataTable thead th {
  padding: 0;
  border: none;
}
table.dataTable thead th:first-child {
  text-align: left;
}

table.dataTable tbody td {
  text-align: center;
  padding: 16px;
}
table.dataTable tbody td:first-child {
  text-align: left;
}

.dataTables_filter {
  display: none;
}

#input-language,
#input-country {
  margin-top: 16px;
  padding: 16px;
  width: 100%;
  max-width: 420px;
  border-radius: 4px;
  border: none;
}

/* ==========================================================================
   Headers
   ========================================================================== */
/* Base
   ========================================================================== */

/*
.header {
  position: relative; 
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
  color: #313133;
  size: cover;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .header {
    height: 768px;
  }
}
.header .grid-container {
  padding: 24px;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .header .grid-container {
    padding: 40px 8%;
  }
}
@media screen and (min-width: 1024px) {
  .header .grid-container {
    padding: 40px 14%;
  }
}
@media screen and (min-width: 1366px) {
  .header .grid-container {
    padding: 40px 216px;
  }
}
*/

/* Angled
   ========================================================================== */
.header.--angled .grid-container::before {
  content: " ";
  position: absolute;
  top: -4765px;
  left: -1250px;
  width: 5000px;
  height: 5000px;
  background-color: #E0E1E3;
  -webkit-transition: top 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: top 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: top 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transform: rotate(-55deg);
      -ms-transform: rotate(-55deg);
          transform: rotate(-55deg);
  opacity: 0.5;
  z-index: -1;
}
.header.--angled .header__txt {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .header.--angled .header__txt {
    text-align: left;
  }
}

.header.--angled-sub {
  height: auto;
}
@media screen and (min-width: 768px) {
  .header.--angled-sub {
    min-height: 432px;
  }
}
.header.--angled-sub [class*=col-] {
  margin-bottom: 0;
}
.header.--angled-sub h1 {
  font-size: 32px;
  line-height: 40px;
}
@media screen and (min-width: 768px) {
  .header.--angled-sub h1 {
    font-size: 40px;
    line-height: 48px;
  }
}
@media screen and (min-width: 1024px) {
  .header.--angled-sub h1 {
    font-size: 48px;
    line-height: 56px;
  }
}
.header.--angled-sub p {
  margin-bottom: 0;
}
.header.--angled-sub .grid-container {
  padding-top: 100px;
}
@media screen and (min-width: 768px) {
  .header.--angled-sub .grid-container {
    padding-top: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .header.--angled-sub .grid-container {
    padding: 40px 216px;
  }
}
@media screen and (min-width: 1366px) {
  .header.--angled-sub .grid-container {
    padding: 40px 500px 0 216px;
  }
}

/* Home
   ========================================================================== */
.header.--home .header__txt {
  margin-top: 32px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .header.--home .header__txt {
    padding: 0 0 0 8%;
    margin-top: 0;
    text-align: left;
  }
}
.header.--home .grid-container {
  padding: 24px;
  z-index: 2;
}
@media screen and (min-width: 425px) {
  .header.--home .grid-container {
/*    padding: 32px; */
  }
}
@media screen and (min-width: 768px) {
  .header.--home .grid-container {
/*    padding: 40px; */
  }
}
@media screen and (min-width: 1024px) {
  .header.--home .grid-container {
/*    padding: 40px; */
  }
}

body.home .header.--promotion .grid-container:before {
  display: none;
}

/* Sub
   ========================================================================== */
.header.--sub-bg {
/*  margin-top: -124px; */
  padding: 196px 0 32px 0;
  background-color: #313133;
  color: #FFFFFF;
  font-family: Helvetica Neue Light, HelveticaNeue Light, HelveticaNeue, Helvetica Neue, Arial, san-serif;
}
@media screen and (min-width: 768px) {
  .header.--sub-bg {
    height: 768px;
    padding-top: 124px;
  }
}
@media screen and (min-width: 1024px) {
  .header.--sub-bg h1 {
    font-size: 80px;
    line-height: 80px;
  }
}
.header.--sub-bg .header__txt {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .header.--sub-lg {
    height: 768px;
  }
}

@media screen and (min-width: 768px) {
  .header.--sub-sm {
    height: 400px;
  }
}

/* Overlay
   ========================================================================== */
.header__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #313133;
  opacity: 0.5;
  z-index: -1;
}

/* Image
   ========================================================================== */
.header__img {
  text-align: center;
}
.header__img.--abso {
  position: absolute;
  top: 0;
  width: 100%;
  height: 115%;
  background-position: top center;
/*  background-size: cover; */
  background-repeat: no-repeat;
  z-index: -1;
}

.header__img-spin {
  text-align: center;
  max-height: 320px;
}
@media screen and (min-width: 768px) {
  .header__img-spin {
    max-height: 460px;
  }
}
@media screen and (min-width: 1024px) {
  .header__img-spin {
    max-height: 560px;
  }
}

/* Video
   ========================================================================== */
.header__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  pointer-events: none;
  overflow: hidden;
}

.header__video video {
  position: absolute;
  width: 232%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 425px) {
  .header__video video {
    width: 201%;
  }
}
@media screen and (min-width: 524px) {
  .header__video video {
    width: 186%;
  }
}
@media screen and (min-width: 900px) {
  .header__video video {
    width: 130%;
  }
}
@media screen and (min-width: 1024px) {
  .header__video video {
    width: 125%;
  }
}

/* ==========================================================================
   Popup
   ========================================================================== */
/* Header Popup
========================================================================== */
.popup {
  display: none;
}
.popup button {
  background: none;
  border: none;
  color: #FFFFFF;
}

.--popup-active {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100vw;
  height: 100vh;
  background-color: rgba(49, 49, 51, 0.75);
  top: 0;
  left: 0;
  z-index: 1001;
}

.popup__video {
  max-width: 800px;
  width: 100%;
  height: auto;
}

.popup__close {
  position: absolute;
  top: 32px;
  right: 32px;
}

/* ==========================================================================
   Promotions
   ========================================================================== */
body.home .--promotion .nav-top__logo::after {
  display: none;
}

/* ==========================================================================
   Sections
   ========================================================================== */
/* Templates
   ========================================================================== */

/*
section.template-full-skinny .grid-container {
  padding: 24px;
}
@media screen and (min-width: 425px) {
  section.template-full-skinny .grid-container {
    padding: 32px;
  }
}
@media screen and (min-width: 768px) {
  section.template-full-skinny .grid-container {
    padding: 40px;
  }
}
@media screen and (min-width: 1024px) {
  section.template-full-skinny .grid-container {
    padding: 56px 16%;
  }
}
*/

/* Camera
   ========================================================================== */
section.pt-camera {
  background-color: #009DE1;
  color: #FFFFFF;
  margin-top: 0;
}
section.pt-camera [class*=col-]:first-child {
  padding: 0 8%;
  margin-top: 32px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  section.pt-camera [class*=col-]:first-child {
    margin-top: 0;
    text-align: left;
  }
}

.pt-camera__img {
  position: absolute;
  background-image: url("../../../../../../wp-content/uploads/2019/12/flatlay-2.jpg");
  overflow: hidden;
  width: 1000px;
  height: 400px;
  top: -150px;
  left: -32px;
}
@media screen and (min-width: 768px) {
  .pt-camera__img {
    height: 500px;
  }
}
@media screen and (min-width: 1024px) {
  .pt-camera__img {
    height: 1000px;
    left: 0;
  }
}

/*.pt-camera__img {
	position: absolute;
	top: -146px;
	left: -50px;
    height: 332px;
    overflow: hidden;

    @include respond-min($md) {
    	height: 432px;
    }

    @include respond-min($lg) {
    	height: 686px;
    }

    img {
    	position: relative;
    	top: -124px;
    	left: -270px;
	    height: 514px;

    	@include respond-min($md) {
    		top: -256px;
    		left: -273px;
    		height: 729px;
    	}

    	@include respond-min($lg) {
    		top: -183px;
    		left: -357px;

    	}

    	@include respond-min($xl) {
    		top: -212px;
    		left: -370px;
    		height: 769px;
    	}
    }
}*/
/* Currency
   ========================================================================== */
section.pt-currency [class*=col-]:last-child {
  padding: 0 8%;
  margin-top: 24px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  section.pt-currency [class*=col-]:last-child {
    margin-top: unset;
    text-align: left;
  }
}
section.pt-currency .grid-container {
  padding: 96px 40px;
}

.pt-currency__img {
  position: relative;
}
.pt-currency__img img {
  position: relative;
  width: 100%;
  max-width: 160px;
  z-index: 2;
  /*box-shadow: 	0 1px 1px rgba(0,0,0,0.11), 
              			0 2px 2px rgba(0,0,0,0.11), 
              			0 4px 4px rgba(0,0,0,0.11), 
              			0 8px 8px rgba(0,0,0,0.11), 
              			0 16px 16px rgba(0,0,0,0.11), 
              			0 32px 32px rgba(0,0,0,0.11);*/
}
@media screen and (min-width: 768px) {
  .pt-currency__img img {
    max-width: 200px;
  }
}

.pt-currency__coin {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FFD514;
  color: #FFFFFF;
  border-radius: 96px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.11), 0 2px 2px rgba(0, 0, 0, 0.11), 0 4px 4px rgba(0, 0, 0, 0.11), 0 8px 8px rgba(0, 0, 0, 0.11), 0 16px 16px rgba(0, 0, 0, 0.11), 0 32px 32px rgba(0, 0, 0, 0.11);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.11), 0 2px 2px rgba(0, 0, 0, 0.11), 0 4px 4px rgba(0, 0, 0, 0.11), 0 8px 8px rgba(0, 0, 0, 0.11), 0 16px 16px rgba(0, 0, 0, 0.11), 0 32px 32px rgba(0, 0, 0, 0.11);
}
.pt-currency__coin.--xl {
  width: 96px;
  height: 96px;
  font-size: 64px;
}
.pt-currency__coin.--lg {
  width: 80px;
  height: 80px;
  font-size: 56px;
}
.pt-currency__coin.--md {
  width: 64px;
  height: 64px;
  font-size: 32px;
}
.pt-currency__coin.--sm {
  width: 48px;
  height: 48px;
  font-size: 24px;
}
.pt-currency__coin.--won {
  top: -64px;
  right: -250px;
}
.pt-currency__coin.--usd {
  top: 51px;
  right: -122px;
}
.pt-currency__coin.--eur {
  top: 201px;
  right: -162px;
}
.pt-currency__coin.--pound {
  top: 333px;
  right: -99px;
}
@media screen and (min-width: 768px) {
  .pt-currency__coin.--pound {
    right: -28px;
  }
}
.pt-currency__coin.--jpy {
  top: 58px;
  left: -197px;
}
.pt-currency__coin.--cup {
  top: -46px;
  left: -37px;
}
.pt-currency__coin.--rubel {
  top: 203px;
  left: -63px;
}
.pt-currency__coin.--guilder {
  top: 328px;
  left: -119px;
}

/* Pre Order
   ========================================================================== */
section.pt-preorder {
  background-color: #EDEEEF;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  section.pt-preorder {
    text-align: left;
  }
}
section.pt-preorder [class*=col-]:first-child {
  padding: 0 8%;
}
section.pt-preorder img {
  position: relative;
  width: 100%;
  max-width: 260px;
}
@media screen and (min-width: 768px) {
  section.pt-preorder img {
    max-width: 500px;
  }
}
@media screen and (min-width: 1024px) {
  section.pt-preorder img {
    max-width: 600px;
  }
}

.pt-preorder__price {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 0;
  margin-right: 24px;
}

/* Experiences
   ========================================================================== */
section.pt-instagram {
  padding: 96px 0 40px;
  margin-top: -48px;
}
@media screen and (min-width: 1024px) {
  section.pt-instagram {
    padding: 96px 0;
  }
}
section.pt-instagram:after {
  content: "";
  background: #FFD514;
  width: 100vw;
  height: 800px;
  display: block;
  top: 0;
  position: absolute;
  z-index: -1;
  -webkit-transform: skew(0, -3deg);
      -ms-transform: skew(0, -3deg);
          transform: skew(0, -3deg);
}
section.pt-instagram img {
  position: absolute;
  top: -196px;
  left: -50%;
  right: -50%;
  margin: auto;
}
section.pt-instagram [class*=col-]:last-child {
  padding: 0 4%;
  margin-top: 270px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  section.pt-instagram [class*=col-]:last-child {
    margin-top: 0;
    text-align: left;
  }
}
section.pt-instagram .icon-instagram {
  font-size: 40px;
  vertical-align: middle;
}

.pt-insta-bubble {
  position: absolute;
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.09), 0 8px 8px rgba(0, 0, 0, 0.09), 0 16px 16px rgba(0, 0, 0, 0.09), 0 24px 24px rgba(0, 0, 0, 0.09), 0 32px 32px rgba(0, 0, 0, 0.09);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.09), 0 8px 8px rgba(0, 0, 0, 0.09), 0 16px 16px rgba(0, 0, 0, 0.09), 0 24px 24px rgba(0, 0, 0, 0.09), 0 32px 32px rgba(0, 0, 0, 0.09);
}
.pt-insta-bubble.--one {
  width: 72px;
  height: 72px;
  top: -27px;
  left: -16px;
  background-image: url("../../img/insta-bubble-eight.jpg");
}
@media screen and (min-width: 768px) {
  .pt-insta-bubble.--one {
    top: -101px;
    left: 2px;
  }
}
@media screen and (min-width: 1366px) {
  .pt-insta-bubble.--one {
    top: 41px;
    left: -16px;
  }
}
.pt-insta-bubble.--two {
  width: 64px;
  height: 64px;
  top: -96px;
  left: 50px;
  background-image: url("../../img/insta-bubble-seven.jpg");
}
@media screen and (min-width: 425px) {
  .pt-insta-bubble.--two {
    left: 97px;
  }
}
@media screen and (min-width: 768px) {
  .pt-insta-bubble.--two {
    top: -52px;
    left: 151px;
  }
}
@media screen and (min-width: 1024px) {
  .pt-insta-bubble.--two {
    top: 18px;
    left: 48px;
  }
}
@media screen and (min-width: 1366px) {
  .pt-insta-bubble.--two {
    top: -33px;
    left: 103px;
  }
}
.pt-insta-bubble.--three {
  display: none;
  width: 132px;
  height: 132px;
  top: -168px;
  right: 205px;
  background-image: url("../../img/insta-bubble-six.jpg");
}
@media screen and (min-width: 768px) {
  .pt-insta-bubble.--three {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .pt-insta-bubble.--three {
    top: -168px;
    right: 208px;
  }
}
@media screen and (min-width: 1366px) {
  .pt-insta-bubble.--three {
    top: -168px;
    right: 251px;
  }
}
.pt-insta-bubble.--four {
  width: 148px;
  height: 148px;
  right: -125px;
  bottom: -137px;
  background-image: url("../../img/insta-bubble-three.jpg");
}
@media screen and (min-width: 425px) {
  .pt-insta-bubble.--four {
    right: -101px;
  }
}
@media screen and (min-width: 768px) {
  .pt-insta-bubble.--four {
    right: -74px;
    bottom: -197px;
  }
}
@media screen and (min-width: 1024px) {
  .pt-insta-bubble.--four {
    right: 90px;
    bottom: -82px;
  }
}
.pt-insta-bubble.--five {
  width: 113px;
  height: 113px;
  top: -118px;
  right: 16px;
  background-image: url("../../img/insta-bubble-five.jpg");
}
@media screen and (min-width: 425px) {
  .pt-insta-bubble.--five {
    top: -109px;
    right: 37px;
  }
}
@media screen and (min-width: 768px) {
  .pt-insta-bubble.--five {
    top: -33px;
    right: 98px;
  }
}
@media screen and (min-width: 1024px) {
  .pt-insta-bubble.--five {
    top: -109px;
    right: 39px;
  }
}
@media screen and (min-width: 1366px) {
  .pt-insta-bubble.--five {
    top: -144px;
    right: 63px;
  }
}
.pt-insta-bubble.--six {
  width: 216px;
  height: 216px;
  left: -50%;
  right: -50%;
  margin: auto;
  background-image: url("../../img/insta-bubble-one.jpg");
}
.pt-insta-bubble.--seven {
  display: none;
  width: 86px;
  height: 86px;
  background-image: url("../../img/insta-bubble-nine.jpg");
}
@media screen and (min-width: 768px) {
  .pt-insta-bubble.--seven {
    display: block;
    bottom: -170px;
    left: 101px;
  }
}
@media screen and (min-width: 1024px) {
  .pt-insta-bubble.--seven {
    bottom: -86px;
    left: 113px;
  }
}
@media screen and (min-width: 1366px) {
  .pt-insta-bubble.--seven {
    bottom: -86px;
    left: 202px;
  }
}
.pt-insta-bubble.--eight {
  width: 140px;
  height: 140px;
  top: 109px;
  left: -110px;
  background-image: url("../../img/insta-bubble-two.jpg");
}
@media screen and (min-width: 425px) {
  .pt-insta-bubble.--eight {
    left: -95px;
  }
}
@media screen and (min-width: 768px) {
  .pt-insta-bubble.--eight {
    top: 17px;
    left: -91px;
  }
}
@media screen and (min-width: 1024px) {
  .pt-insta-bubble.--eight {
    top: 187px;
    left: -41px;
  }
}
@media screen and (min-width: 1366px) {
  .pt-insta-bubble.--eight {
    top: 126px;
    left: 69px;
  }
}
.pt-insta-bubble.--nine {
  display: none;
  width: 100px;
  height: 100px;
  background-image: url("../../img/insta-bubble-four.jpg");
}
@media screen and (min-width: 768px) {
  .pt-insta-bubble.--nine {
    display: block;
    bottom: 96px;
    right: 13px;
  }
}
@media screen and (min-width: 1366px) {
  .pt-insta-bubble.--nine {
    right: 61px;
    bottom: 118px;
  }
}

/* ==========================================================================
   Commercial Page Sections
   ========================================================================== */
/* Commercial Intro
   ========================================================================== */
section.pt-commercial-intro {
  text-align: center;
}
section.pt-commercial-intro h2 {
  padding: 0;
}
@media screen and (min-width: 1024px) {
  section.pt-commercial-intro h2 {
    padding: 0 12%;
  }
}
section.pt-commercial-intro .grid-row {
  margin-top: 32px;
  padding: 0;
}
@media screen and (min-width: 768px) {
  section.pt-commercial-intro .grid-row {
    margin-top: 64px;
  }
}
@media screen and (min-width: 1024px) {
  section.pt-commercial-intro .grid-row {
    padding: 0 10%;
  }
}
section.pt-commercial-intro .video-container {
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  section.pt-commercial-intro .video-container {
    margin-top: 64px;
  }
}

/* Commercial Business
   ========================================================================== */
section.pt-commercial-business {
  background-color: #313133;
  color: #FFFFFF;
}
section.pt-commercial-business h2,
section.pt-commercial-business h3 {
  text-align: center;
  color: #FFFFFF;
}
section.pt-commercial-business h2 {
  padding: 0;
  color: #FFFFFF;
}
@media screen and (min-width: 1024px) {
  section.pt-commercial-business h2 {
    padding: 0 8%;
    color: #FFFFFF;
  }
}
@media screen and (min-width: 1024px) {
  section.pt-commercial-business h2 {
    padding: 0 16%;
      color: #FFFFFF;
  }
}
section.pt-commercial-business h3 {
  margin-top: 32px;
  font-size: 24px;
  line-height: 32px;
}

ul.ptcb__list {
  width: 100%;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 32px 0 0 0;
}
@media screen and (min-width: 768px) {
  ul.ptcb__list {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
}
ul.ptcb__list li {
  font-weight: 200;
}

ul.ptcb__list-icons {
  padding: 0;
}
@media screen and (min-width: 1024px) {
  ul.ptcb__list-icons {
    padding: 0 0 0 8%;
  }
}
@media screen and (min-width: 1366px) {
  ul.ptcb__list-icons {
    padding: 0 0 0 16%;
  }
}
ul.ptcb__list-icons li {
  margin-top: 16px;
}
ul.ptcb__list-icons li:first-child {
  margin-top: unset;
}
ul.ptcb__list-icons li img {
  width: 100%;
  max-width: 56px;
  margin-right: 16px;
}
@media screen and (min-width: 768px) {
  ul.ptcb__list-icons li img {
    max-width: 96px;
  }
}

.pt-commercial-business__row3 {
  margin-top: 48px;
}

.pt-commercial-business__img {
  width: 100%;
  max-width: 200px;
  margin-top: 56px;
}
@media screen and (min-width: 768px) {
  .pt-commercial-business__img {
    margin-top: unset;
    max-width: 300px;
  }
}

/* Commercial Uses
   ========================================================================== */
section.pt-commercial-uses h2 {
  text-align: center;
  padding: 0;
  margin-bottom: 8px;
}
@media screen and (min-width: 1024px) {
  section.pt-commercial-uses h2 {
    padding: 0 8%;
    margin-bottom: 56px;
  }
}
@media screen and (min-width: 1366px) {
  section.pt-commercial-uses h2 {
    padding: 0 16%;
  }
}

.pt-commercial-uses__row {
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .pt-commercial-uses__row {
    margin-top: unset;
  }
}

.pt-commercial-uses__circle {
  position: relative;
  padding: 0 5%;
  width: 70%;
}
.pt-commercial-uses__circle::before {
  content: " ";
  position: absolute;
  width: 75%;
  height: auto;
  padding-top: 75%;
  border-radius: 50%;
}
@media screen and (min-width: 425px) {
  .pt-commercial-uses__circle {
    width: 60%;
  }
}
@media screen and (min-width: 768px) {
  .pt-commercial-uses__circle {
    width: 90%;
  }
}

.pt-commercial-uses__circle-img {
  position: relative;
  border-radius: 50%;
  width: 100%;
  height: auto;
  padding-top: 100%;
  overflow-x: hidden;
  background-position: center center;
  background-size: cover;
}

.pt-commercial-uses__txt {
  padding: 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .pt-commercial-uses__txt {
    padding: 0 4%;
    text-align: left;
  }
}
@media screen and (min-width: 1024px) {
  .pt-commercial-uses__txt {
    padding: 0 8%;
  }
}

/* Commercial Message
   ========================================================================== */
section.pt-commercial-message {
  background-color: #009DE1;
  text-align: center;
  color: #FFFFFF;
}
section.pt-commercial-message .grid-container {
  padding: 96px 24px;
}
@media screen and (min-width: 768px) {
  section.pt-commercial-message .grid-container {
    padding: 136px 20%;
  }
}

/* Commercial Connect
   ========================================================================== */
section.pt-commercial-connect {
  background-color: #313133;
  color: #FFFFFF;
  margin-bottom: 50px;
}
section.pt-commercial-connect a {
  color: #FFFFFF;
}
section.pt-commercial-connect .col-xs-12:last-child {
  padding: 0;
}

/* ==========================================================================
   Features Page Sections
   ========================================================================== */
.pt-features__bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 500px;
}
@media screen and (min-width: 768px) {
  .pt-features__bg {
    height: 600px;
  }
}
@media screen and (min-width: 1024px) {
  .pt-features__bg {
    height: 768px;
  }
}

.pt-features-animation {
  position: relative;
  width: 100%;
  max-width: 150px;
  height: auto;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .pt-features-animation {
    max-width: 200px;
  }
}
@media screen and (min-width: 1024px) {
  .pt-features-animation {
    max-width: 300px;
  }
}
.pt-features-animation img {
  width: 100%;
  max-width: 150px;
}
@media screen and (min-width: 768px) {
  .pt-features-animation img {
    max-width: 200px;
  }
}
@media screen and (min-width: 1024px) {
  .pt-features-animation img {
    max-width: 300px;
  }
}
.pt-features-animation video,
.pt-features-animation .pt-features-video-container {
  width: 100%;
  max-width: 122px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .pt-features-animation video,
.pt-features-animation .pt-features-video-container {
    max-width: 164px;
  }
}
@media screen and (min-width: 1024px) {
  .pt-features-animation video,
.pt-features-animation .pt-features-video-container {
    max-width: 245px;
  }
}
.pt-features-animation .pt-features-video-container {
  position: absolute;
  z-index: 2;
  top: 6%;
  left: -50%;
  right: -50%;
  margin: auto;
  border-radius: 14px;
  overflow: hidden;
}

.--features-content {
  padding: 32px 12px 0;
}
@media screen and (min-width: 768px) {
  .--features-content {
    padding: 32px 16% 0;
  }
}
@media screen and (min-width: 1024px) {
  .--features-content {
    padding: 0 12px;
  }
}

.--features-list {
  margin-top: 96px;
}
.--features-list span {
  font-size: 48px;
}
.--features-list p {
  margin-top: 16px;
}

/* Features Two Way Translation
   ========================================================================== */
section.pt-features__twoway {
  background-color: #313133;
  color: #FFFFFF;
  margin-top: -30px; 
}
section.pt-features__twoway .grid-container {
/*  padding: 96px 40px; REMOVE */ 
}
section.pt-features__twoway .grid-row {
  height: 100%;
}

/* Features Camera
   ========================================================================== */
section.pt-features__camera {
  background-color: #313133;
  color: #FFFFFF;
}

/* Features Currency
   ========================================================================== */
section.pt-features__currency {
  background-color: #313133;
  color: #FFFFFF;
}
section.pt-features__currency .grid-row {
  height: 100%;
}

/* Features Languages
   ========================================================================== */
section.pt-features__languages {
  background-color: #313133;
  color: #FFFFFF;
  min-height: 600px;
}
section.pt-features__languages .lang__content {
  margin-top: 388px;
}
@media screen and (min-width: 1024px) {
  section.pt-features__languages .lang__content {
    margin-top: 0;
  }
}
section.pt-features__languages a {
  color: #FFFFFF;
  text-decoration: underline;
}
section.pt-features__languages a:hover {
  color: #009DE1;
}

.hello-slider {
  position: absolute;
  left: -50%;
  right: -50%;
  top: -50px;
  margin: auto;
}

.hello-slider__item {
  width: 100%;
  position: absolute;
  opacity: 0;
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
}
.hello-slider__item p.hello-slider__hello {
  width: 100%;
  font-size: 112px;
  line-height: 128px;
  font-weight: 900;
}
.hello-slider__item p.hello-slider__lan {
  opacity: 0;
}
.hello-slider__item p.hello-slider__lan:after {
  content: " ";
  position: absolute;
  width: 48px;
  height: 4px;
  background-color: #FFFFFF;
  bottom: 48px;
  left: -50%;
  right: -50%;
  margin: auto;
}

/* Features Mobile
   ========================================================================== */
section.pt-features__mobile {
  background-color: #313133;
  color: #FFFFFF;
}
section.pt-features__mobile .grid-row {
  height: 100%;
}
section.pt-features__mobile img {
  max-width: 300px;
}
@media screen and (min-width: 768px) {
  section.pt-features__mobile img {
    max-width: 400px;
  }
}
@media screen and (min-width: 1024px) {
  section.pt-features__mobile img {
    max-width: 500px;
  }
}

/* Features Specifications
   ========================================================================== */
section.pt-features__specs h2,
section.pt-features__specs p.lead {
  text-align: center;
}
section.pt-features__specs [class*=icon-] {
  font-size: 32px;
}
section.pt-features__specs .pt-preorder__img {
  text-align: center;
}
section.pt-features__specs .pt-preorder__img img {
  width: 100%;
  max-width: 184px;
}
@media screen and (min-width: 768px) {
  section.pt-features__specs .pt-preorder__img img {
    max-width: 232px;
  }
}
@media screen and (min-width: 1024px) {
  section.pt-features__specs .pt-preorder__img img {
    max-width: 312px;
  }
}
section.pt-features__specs .pt-preorder__img .__shadow {
  width: 144px;
  margin: 32px auto 0;
}
@media screen and (min-width: 768px) {
  section.pt-features__specs .pt-preorder__img .__shadow {
    width: 240px;
  }
}
@media screen and (min-width: 1024px) {
  section.pt-features__specs .pt-preorder__img .__shadow {
    width: 300px;
  }
}

.specs__content {
  padding: 0;
  margin-bottom: 48px;
}
@media screen and (min-width: 768px) {
  .specs__content {
    padding: 0 16%;
  }
}
@media screen and (min-width: 1024px) {
  .specs__content {
    margin-bottom: 96px;
  }
}

.specs__list {
  height: 320px;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 0 16px;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .specs__list {
    margin: 0 14%;
  }
}
@media screen and (min-width: 1024px) {
  .specs__list {
    height: 500px;
    padding: 0 16px 0 96px;
    margin: 0;
  }
}
.specs__list [class*=col-] {
  margin-bottom: 0;
  margin-top: 24px;
}
.specs__list [class*=col-]:nth-child(1), .specs__list [class*=col-]:nth-child(2) {
  margin-top: 0;
}

.specs__title {
  font-weight: 700;
  margin: 8px 0 4px 0;
}

/* ==========================================================================
   Products Page
   ========================================================================== */
header.pt-product {
  margin-top: 0;
}
@media screen and (min-width: 1024px) {
  header.pt-product {
    margin-top: 72px;
  }
}
header.pt-product h1 {
  font-size: 32px;
  line-height: 40px;
}
@media screen and (min-width: 768px) {
  header.pt-product h1 {
    font-size: 48px;
    line-height: 56px;
  }
}
header.pt-product h3 {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}
header.pt-product ul {
  -webkit-padding-start: 18px;
          padding-inline-start: 18px;
  margin-top: 0;
}

.pt-product__details li {
  margin-top: 6px;
}
.pt-product__details li:first-child {
  margin-top: 0;
}

table.pt-product__specs {
  width: 100%;
}
table.pt-product__specs tr {
  border-top: 8px solid #E0E1E3;
}
table.pt-product__specs tr:first-child {
  border-top: none;
}
table.pt-product__specs tr td {
  padding: 12px;
  background-color: white;
}
table.pt-product__specs tr td.pt-product__specs-title {
  font-weight: 700;
}

section.pt-product__warranty {
  background-color: #FFFFFF;
  padding: 24px;
}
section.pt-product__warranty h1 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 16px;
}
section.pt-product__warranty h2 {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 8px;
}

div.pt-product__price h3 {
  font-size: 32px;
  line-height: 24px;
  margin: 0;
}

iframe.shopify-buy-frame .shopify-buy__product__price span {
  font-size: 24px !important;
}

/* Products Grid
   ========================================================================== */
section.pt-products-grid {
  text-align: center;
}
section.pt-products-grid h3 {
  margin-bottom: 40px;
}
section.pt-products-grid h4 {
  margin-top: 16px;
  font-size: 18px;
  line-height: 20px;
}
section.pt-products-grid .btn-pt {
  margin-top: 24px;
}

/* ==========================================================================
   Languages and Countries Page
   ========================================================================== */
.dataTables_wrapper {
  margin-left: -8px;
}
@media screen and (min-width: 375px) {
  .dataTables_wrapper {
    margin-left: auto;
  }
}

table.dataTable tbody td {
  padding: 8px;
}
@media screen and (min-width: 425px) {
  table.dataTable tbody td {
    padding: 16px;
  }
}

table.dataTable thead th,
table.dataTable tbody td:first-child {
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  table.dataTable thead th,
table.dataTable tbody td:first-child {
    font-size: 16px;
  }
}

/* Languages
   ========================================================================== */
section.pt-languages {
  background-color: #EDEEEF;
}

/* Countries
   ========================================================================== */
section.pt-countries {
  background-color: #EDEEEF;
}

/* ==========================================================================
   Experiences Page
   ========================================================================== */
section.pt-experiences-tabs .grid-container,
section.pt-experiences-content .grid-container {
  padding: 24px;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  section.pt-experiences-tabs .grid-container,
section.pt-experiences-content .grid-container {
    padding: 40px 8%;
  }
}
@media screen and (min-width: 1024px) {
  section.pt-experiences-tabs .grid-container,
section.pt-experiences-content .grid-container {
    padding: 40px 14%;
  }
}
@media screen and (min-width: 1366px) {
  section.pt-experiences-tabs .grid-container,
section.pt-experiences-content .grid-container {
    padding: 40px 216px;
  }
}

@media screen and (min-width: 768px) {
  section.pt-experiences-content h2 {
    font-size: 40px;
    line-height: 48px;
  }
}
section.pt-experiences-content h3 {
  font-size: 20px;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  section.pt-experiences-content h3 {
    font-size: 24px;
    line-height: 32px;
  }
}
@media screen and (min-width: 1024px) {
  section.pt-experiences-content h3 {
    font-size: 32px;
    line-height: 40px;
  }
}
section.pt-experiences-content img {
  width: 100%;
  max-width: 500px;
  display: block;
  margin: auto;
}
@media screen and (min-width: 768px) {
  section.pt-experiences-content img {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0px, -50%);
        -ms-transform: translate(0px, -50%);
            transform: translate(0px, -50%);
  }
}
section.pt-experiences-content img.experiences-right {
  left: 64px;
  -webkit-clip-path: polygon(6% 0, 90% 0, 100% 94%, 0 100%);
          clip-path: polygon(6% 0, 90% 0, 100% 94%, 0 100%);
}
section.pt-experiences-content img.experiences-left {
  right: 64px;
  -webkit-clip-path: polygon(0 0, 100% 0, 96% 92%, 7% 91%);
          clip-path: polygon(0 0, 100% 0, 96% 92%, 7% 91%);
}

.pt-experiences-content__left [class*=col-] {
  margin: 32px 0;
}
.pt-experiences-content__left [class*=col-]:first-child {
  margin-bottom: 0;
}
.pt-experiences-content__left [class*=col-]:last-child {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .pt-experiences-content__left [class*=col-] {
    margin: 96px 0;
  }
  .pt-experiences-content__left [class*=col-]:first-child {
    margin-bottom: 96px;
  }
  .pt-experiences-content__left [class*=col-]:last-child {
    margin-top: 96px;
  }
}

.pt-experiences-content__right [class*=col-] {
  margin: 32px 0;
}
.pt-experiences-content__right [class*=col-]:first-child {
  margin-top: 0;
}
.pt-experiences-content__right [class*=col-]:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .pt-experiences-content__right [class*=col-] {
    margin: 96px 0;
  }
  .pt-experiences-content__right [class*=col-]:first-child {
    margin-top: 96px;
  }
  .pt-experiences-content__right [class*=col-]:last-child {
    margin-bottom: 96px;
  }
}

.pt-experiences-bubble {
  position: absolute;
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.09), 0 8px 8px rgba(0, 0, 0, 0.09), 0 16px 16px rgba(0, 0, 0, 0.09), 0 24px 24px rgba(0, 0, 0, 0.09), 0 32px 32px rgba(0, 0, 0, 0.09);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.09), 0 8px 8px rgba(0, 0, 0, 0.09), 0 16px 16px rgba(0, 0, 0, 0.09), 0 24px 24px rgba(0, 0, 0, 0.09), 0 32px 32px rgba(0, 0, 0, 0.09);
  z-index: 2;
}
.pt-experiences-bubble.--one {
  display: none;
  width: 72px;
  height: 72px;
  left: -16px;
  background-image: url("../../img/experience-bubble-nine.jpg");
}
@media screen and (min-width: 768px) {
  .pt-experiences-bubble.--one {
    display: block;
    top: 320px;
  }
}
.pt-experiences-bubble.--two {
  display: none;
  width: 64px;
  height: 64px;
  background-image: url("../../img/experience-bubble-eight.jpg");
}
@media screen and (min-width: 768px) {
  .pt-experiences-bubble.--two {
    display: block;
    top: -64px;
    left: 128px;
  }
}
@media screen and (min-width: 1024px) {
  .pt-experiences-bubble.--two {
    top: 140px;
    left: 80px;
  }
}
.pt-experiences-bubble.--three {
  display: none;
  width: 132px;
  height: 132px;
  top: -188px;
  background-image: url("../../img/experience-bubble-three.jpg");
}
@media screen and (min-width: 768px) {
  .pt-experiences-bubble.--three {
    display: block;
    left: 240px;
  }
}
@media screen and (min-width: 1024px) {
  .pt-experiences-bubble.--three {
    left: 282px;
  }
}
@media screen and (min-width: 1366px) {
  .pt-experiences-bubble.--three {
    top: -172px;
    left: 460px;
  }
}
.pt-experiences-bubble.--four {
  display: none;
  width: 72px;
  height: 72px;
  bottom: 4px;
  right: -23px;
  background-image: url("../../img/experience-bubble-four.jpg");
}
@media screen and (min-width: 768px) {
  .pt-experiences-bubble.--four {
    display: block;
    right: 96px;
  }
}
@media screen and (min-width: 1024px) {
  .pt-experiences-bubble.--four {
    right: 200px;
  }
}
@media screen and (min-width: 1366px) {
  .pt-experiences-bubble.--four {
    right: 500px;
  }
}
.pt-experiences-bubble.--five {
  display: none;
  width: 142px;
  height: 142px;
  bottom: 107px;
  right: -24px;
  background-image: url("../../img/experience-bubble-two.jpg");
}
@media screen and (min-width: 768px) {
  .pt-experiences-bubble.--five {
    display: block;
    right: -16px;
  }
}
@media screen and (min-width: 1024px) {
  .pt-experiences-bubble.--five {
    bottom: 4px;
  }
}
@media screen and (min-width: 1366px) {
  .pt-experiences-bubble.--five {
    right: 240px;
  }
}
.pt-experiences-bubble.--six {
  display: none;
  width: 224px;
  height: 224px;
  background-image: url("../../img/experience-bubble-one.jpg");
}
@media screen and (min-width: 1024px) {
  .pt-experiences-bubble.--six {
    display: block;
    top: -24px;
    right: 16px;
  }
}
@media screen and (min-width: 1366px) {
  .pt-experiences-bubble.--six {
    top: -10px;
    right: 80px;
  }
}
.pt-experiences-bubble.--seven {
  display: none;
  width: 100px;
  height: 100px;
  bottom: -223px;
  background-image: url("../../img/experience-bubble-six.jpg");
}
@media screen and (min-width: 768px) {
  .pt-experiences-bubble.--seven {
    display: block;
    right: -16px;
  }
}
@media screen and (min-width: 1024px) {
  .pt-experiences-bubble.--seven {
    right: 32px;
  }
}
@media screen and (min-width: 1366px) {
  .pt-experiences-bubble.--seven {
    right: 132px;
  }
}
.pt-experiences-bubble.--eight {
  display: none;
  width: 148px;
  height: 148px;
  top: 272px;
  right: -25px;
  background-image: url("../../img/experience-bubble-five.jpg");
}
@media screen and (min-width: 1366px) {
  .pt-experiences-bubble.--eight {
    display: block;
  }
}
.pt-experiences-bubble.--nine {
  display: none;
  width: 113px;
  height: 113px;
  bottom: -400px;
  left: 1291px;
  background-image: url("../../img/experience-bubble-seven.jpg");
}
@media screen and (min-width: 1024px) {
  .pt-experiences-bubble.--nine {
    display: block;
  }
}

/* ==========================================================================
   Languages and Countries Page
   ========================================================================== */
section.pt-videos-action {
  z-index: 1;
}
section.pt-videos-action .grid-container {
  padding: 96px 14%;
}

.action__card {
  display: block;
  width: 100%;
  border-radius: 8px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), 0 2px 2px rgba(0, 0, 0, 0.08), 0 4px 4px rgba(0, 0, 0, 0.08), 0 6px 8px rgba(0, 0, 0, 0.08), 0 8px 16px rgba(0, 0, 0, 0.08);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), 0 2px 2px rgba(0, 0, 0, 0.08), 0 4px 4px rgba(0, 0, 0, 0.08), 0 6px 8px rgba(0, 0, 0, 0.08), 0 8px 16px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.action__card img {
  width: 100%;
}
.action__card span {
  display: block;
  padding: 16px;
  font-size: 16px;
  font-weight: 700;
}

/* ==========================================================================
   Languages and Countries Page
   ========================================================================== */
section.error-404 {
  text-align: center;
  height: 600px;
}
section.error-404 span {
  font-size: 64px;
}
@media screen and (min-width: 768px) {
  section.error-404 span {
    font-size: 96px;
  }
}

/* ==========================================================================
   Footer
   ========================================================================== */
/* Footer Base
   ========================================================================== */
footer {
  position: relative;
  background-color: #1A1A1A;
  color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  footer {
    text-align: left;
  }
}
footer a {
  color: #FFFFFF;
}
footer a:hover {
  color: #FFFFFF;
}

/* Footer Newsletter Signup
   ========================================================================== */
.footer__newsletter {
  background-color: #313133;
  min-height: 143px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer__newsletter {
    text-align: right;
  }
}
.footer__newsletter p {
  margin: 0 0 24px 0;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .footer__newsletter p {
    margin: -26px 24px 0 0;
  }
}
.footer__newsletter input {
  background: none;
  color: white;
  border: 0;
  border-bottom: 1px solid white;
  padding: 0 0 8px 0;
  width: 250px;
}
.footer__newsletter .grid-container {
  padding: 56px 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 425px) {
  .footer__newsletter .grid-container {
    padding: 56px 32px;
  }
}
@media screen and (min-width: 768px) {
  .footer__newsletter .grid-container {
    padding: 96px 40px;
  }
}
@media screen and (min-width: 1024px) {
  .footer__newsletter .grid-container {
    padding: 40px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.footer__newsletter .klaviyo-form-Lu4Z5j {
  margin-top: 3px;
}

/* Footer Conent
   ========================================================================== */
.footer__content .grid-container {
  padding: 40px 24px;
}
@media screen and (min-width: 425px) {
  .footer__content .grid-container {
    padding: 40px 32px;
  }
}
@media screen and (min-width: 768px) {
  .footer__content .grid-container {
    padding: 0 40px 40px;
  }
}
@media screen and (min-width: 1024px) {
  .footer__content .grid-container {
    padding: 96px 40px 40px;
  }
}

/* Footer Menu
   ========================================================================== */
.footer__menu-container {
  padding: 0 8%;
}
@media screen and (min-width: 425px) {
  .footer__menu-container {
    padding: 0 16%;
  }
}
@media screen and (min-width: 768px) {
  .footer__menu-container {
    padding: 0;
  }
}

.footer__menu {
  margin: 0 0 24px 0;
  width: 100%;
  max-width: 480px;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .footer__menu {
    margin: 0 32px 0 0;
    width: unset;
  }
}
@media screen and (min-width: 1024px) {
  .footer__menu {
    margin: 0 72px 0 0;
  }
}
.footer__menu:last-child {
  margin: 0;
}
.footer__menu h2 {
  font-size: 16px;
  line-height: 16px;
}
.footer__menu li {
  margin-top: 8px;
}
.footer__menu li:first-child {
  margin-top: 0;
}
.footer__menu li a {
  font-size: 14px;
}

.footer__menu ul {
  display: none;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media screen and (min-width: 768px) {
  .footer__menu ul {
    display: block;
  }
}

.footer__menu.open ul {
  display: block;
}
.footer__menu.open .footer__menu-title span {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.footer__menu-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__menu-title span {
  position: absolute;
  right: 0;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .footer__menu-title span {
    display: none;
  }
}

.--footer-menu-more ul {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}

@media screen and (min-width: 1188px) {
  .--footer-menu-accessories {
    margin: 0;
  }
}
.--footer-menu-accessories ul {
  colmun-count: 1;
}
@media screen and (min-width: 1188px) {
  .--footer-menu-accessories ul {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}

/* Footer Social
   ========================================================================== */
.footer__social {
  padding: 40px 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer__social {
    text-align: unset;
  }
}
@media screen and (min-width: 1024px) {
  .footer__social {
    padding: 40px 0 0;
  }
}
.footer__social a {
  font-size: 24px;
  margin-right: 16px;
}
.footer__social a:last-child {
  margin-right: 0;
}

/* Footer Logo
   ========================================================================== */
.footer__logo {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer__logo {
    text-align: unset;
  }
}
@media screen and (min-width: 1024px) {
  .footer__logo {
    position: absolute;
    top: -64px;
  }
}
.footer__logo::after {
  content: " ";
  position: absolute;
  display: none;
  top: -326px;
  left: -4807px;
  width: 5000px;
  height: 300px;
  background-color: #009DE1;
  -webkit-transform: rotate(4deg);
      -ms-transform: rotate(4deg);
          transform: rotate(4deg);
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .footer__logo::after {
    display: block;
  }
}
.footer__logo img {
  height: 24px;
  width: auto;
}
@media screen and (min-width: 1024px) {
  .footer__logo img {
    height: 32px;
    margin-top: 64px;
  }
}
.footer__logo a {
  position: relative;
  font-size: 24px;
  margin-right: 0;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .footer__logo a {
    margin-right: 16px;
  }
}

/* Footer Copyright and Legal Menu
   ========================================================================== */
.footer__copyandlegal {
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .footer__copyandlegal {
    margin-top: 64px;
  }
}

.footer__copyright {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .footer__copyright {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.footer__copyright img {
  height: 20px;
  width: auto;
  margin-right: 24px;
}
.footer__copyright p {
  font-size: 12px;
  margin: 0;
}

.footer__menu-legal {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer__menu-legal {
    text-align: right;
  }
}
.footer__menu-legal ul {
  margin: 0 -12px;
  padding: 0;
  list-style-type: none;
}
.footer__menu-legal li {
  display: inline-block;
  margin: 0 12px;
}
.footer__menu-legal li a {
  font-size: 12px;
  text-decoration: none;
}

/* ==========================================================================
   Tabs
   ========================================================================== */
/* Base
   ========================================================================== */
.tab-item {
  position: relative;
  display: none;
}

.tab-item.active {
  display: block;
}

.tab-btn {
  position: relative;
  padding: 8px 32px;
  color: #313133;
  outline: none;
}

/* Product Tabs
   ========================================================================== */
.--tab-product-menu .grid-container {
  padding: 32px 24px;
}
@media screen and (min-width: 768px) {
  .--tab-product-menu .grid-container {
    padding: 32px 8% 0;
  }
}
@media screen and (min-width: 1024px) {
  .--tab-product-menu .grid-container {
    padding: 32px 16% 0;
  }
}
.--tab-product-menu .grid-row {
  margin: 0 -32px;
}
.--tab-product-menu .tab-btn {
  font-size: 20px;
}
.--tab-product-menu .tab-btn.active:after {
  content: " ";
  position: absolute;
  opacity: 1;
  bottom: -56px;
  left: -50%;
  right: -50%;
  margin: auto;
  width: 0;
  height: 0;
  border-left: 48px solid transparent;
  border-right: 48px solid transparent;
  border-bottom: 32px solid #E0E1E3;
}

.--tab-product {
  background-color: #E0E1E3;
}
.--tab-product .grid-container {
  padding: 96px 24px;
}
@media screen and (min-width: 768px) {
  .--tab-product .grid-container {
    padding: 136px 8%;
  }
}
@media screen and (min-width: 1024px) {
  .--tab-product .grid-container {
    padding: 136px 16%;
  }
}

/* Language and Country Tabs
   ========================================================================== */
.--tab-lac {
  margin-top: 64px;
}
.--tab-lac a {
  color: #FFFFFF;
}
.--tab-lac .tab-btn {
  display: inline-block;
  background-color: #FFFFFF;
  color: #313133;
  font-weight: 700;
  border-radius: 4px 0 0 4px;
  width: 150px;
}
.--tab-lac .tab-btn:first-child {
  border-radius: 4px 0 0 4px;
}
.--tab-lac .tab-btn:last-child {
  border-radius: 0 4px 4px 0;
}
@media screen and (min-width: 768px) {
  .--tab-lac .tab-btn {
    width: 210px;
  }
}
.--tab-lac .tab-btn.active {
  background-color: #FFD514;
}

/* Language and Country Tabs
   ========================================================================== */
.--tab-experiences {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.--tab-experiences .tab-btn {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: block;
  padding: 0;
  margin-left: 16px;
  opacity: 0.75;
}
.--tab-experiences .tab-btn:first-child {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .--tab-experiences .tab-btn {
    width: 80px;
    height: 80px;
  }
}
.--tab-experiences .tab-btn.active {
  border: 4px solid #009DE1;
  width: 64px;
  height: 64px;
  opacity: 1;
}
.--tab-experiences .tab-btn.active:after {
  content: " ";
  position: absolute;
  bottom: -10px;
  left: -50%;
  right: -50%;
  margin: auto;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #009DE1;
}
@media screen and (min-width: 768px) {
  .--tab-experiences .tab-btn.active {
    width: 96px;
    height: 96px;
  }
  .--tab-experiences .tab-btn.active:after {
    bottom: -20px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #009DE1;
  }
}

/* ==========================================================================
   Alerts
   ========================================================================== */
.alert {
  position: relative;
  padding: 20px;
  margin-bottom: 1rem;
  border: 3px solid transparent;
  border-radius: 5px;
}

.alert-pre-order {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

/* ==========================================================================
   Global Site Bars
   ========================================================================== */
.alert-bar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: auto;
  min-height: 48px;
  z-index: 1001;
  text-align: center;
  color: white;
  background-size: repeat;
  background-position: center;
}
.alert-bar p {
  margin: 0;
}
.alert-bar a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}

body.home .--alert-home-toggle {
  display: none;
}

/* ==========================================================================
Mail Form CSS
   ========================================================================== */

#mc_embed_signup form {display:block; position:relative; text-align:left; padding:10px 0 10px 3%}
#mc_embed_signup h2 {font-weight:bold; padding:0; margin:15px 0; font-size:1.4em;}
#mc_embed_signup input {border: /* 1px solid #ABB0B2; */ -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}
#mc_embed_signup input[type=checkbox]{-webkit-appearance:checkbox;}
#mc_embed_signup input[type=radio]{-webkit-appearance:radio;}
#mc_embed_signup input:focus {border-color:#333;}
#mc_embed_signup .button {clear:both; background-color: #009DE1; border: 0 none; border-radius:4px; transition: all 0.23s ease-in-out 0s; color: #000000; cursor: pointer; display: inline-block; font-size:15px; font-weight: bold; height: 32px; line-height: 32px; margin: 0 5px 10px 0; padding: 0 22px; text-align: center; text-decoration: none; vertical-align: top; white-space: nowrap; width: auto;}
#mc_embed_signup .button:hover {background-color:#ffdf02; font-weight:bold;}
#mc_embed_signup .small-meta {font-size: 11px;}
#mc_embed_signup .nowrap {white-space:nowrap;}

#mc_embed_signup .mc-field-group {clear:left; position:relative; width:96%; padding-bottom:3%; min-height:50px;}
#mc_embed_signup .size1of2 {clear:none; float:left; display:inline-block; width:46%; margin-right:4%;}
* html #mc_embed_signup .size1of2 {margin-right:2%; /* Fix for IE6 double margins. */}
#mc_embed_signup .mc-field-group label {display:block; margin-bottom:3px;}
#mc_embed_signup .mc-field-group input {display:block; width:100%; padding:8px 0; text-indent:2%;}
#mc_embed_signup .mc-field-group select {display:inline-block; width:99%; padding:5px 0; margin-bottom:2px;}

#mc_embed_signup .datefield, #mc_embed_signup .phonefield-us{padding:5px 0;}
#mc_embed_signup .datefield input, #mc_embed_signup .phonefield-us input{display:inline; width:60px; margin:0 2px; letter-spacing:1px; text-align:center; padding:5px 0 2px 0;}
#mc_embed_signup .phonefield-us .phonearea input, #mc_embed_signup .phonefield-us .phonedetail1 input{width:40px;}
#mc_embed_signup .datefield .monthfield input, #mc_embed_signup .datefield .dayfield input{width:30px;}
#mc_embed_signup .datefield label, #mc_embed_signup .phonefield-us label{display:none;}

#mc_embed_signup .indicates-required {text-align:right; font-size:11px; margin-right:4%;}
#mc_embed_signup .asterisk {color:#e85c41; font-size:150%; font-weight:normal; position:relative; top:5px;}     
#mc_embed_signup .clear {clear:both;}

#mc_embed_signup .mc-field-group.input-group ul {margin:0; padding:5px 0; list-style:none;}
#mc_embed_signup .mc-field-group.input-group ul li {display:block; padding:3px 0; margin:0;}
#mc_embed_signup .mc-field-group.input-group label {display:inline;}
#mc_embed_signup .mc-field-group.input-group input {display:inline; width:auto; border:none;}

#mc_embed_signup div#mce-responses {float:left; top:-1.4em; padding:0em .5em 0em .5em; overflow:hidden; width:90%; margin: 0 5%; clear: both;}
#mc_embed_signup div.response {margin:1em 0; padding:1em .5em .5em 0; font-weight:bold; float:left; top:-1.5em; z-index:1; width:80%;}
#mc_embed_signup #mce-error-response {display:none;}
#mc_embed_signup #mce-success-response {color:#529214; display:none;}
#mc_embed_signup label.error {display:block; float:none; width:auto; margin-left:1.05em; text-align:left; padding:.5em 0;}

#mc-embedded-subscribe {clear:both; width:auto; display:block; margin:1em 0 1em 5%;}
#mc_embed_signup #num-subscribers {font-size:1.1em;}
#mc_embed_signup #num-subscribers span {padding:.5em; border:1px solid #ccc; margin-right:.5em; font-weight:bold;}

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {display:inline-block; margin:2px 0 1em 0; padding:5px 10px; background-color:rgba(255,255,255,0.85); -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; font-size:14px; font-weight:normal; z-index:1; color:#e85c41;}
#mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {border:2px solid #e85c41;}