@charset "UTF-8";
/* ==========================================================================
   1. Variables
   ========================================================================== */
@import url("https://fonts.googleapis.com/css?family=Chakra+Petch:300,400,600,700|Roboto:300,400,500,700&display=swap");
/* ==========================================================================
   2. Imports
   ========================================================================== */
body {
  margin: 0;
}

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

html {
  box-sizing: border-box;
  font-size: 62.5%;
}

body {
  color: #00003f;
  font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 1.6em;
  font-weight: 300;
  line-height: 1.6;
}

blockquote {
  border-left: 0.3rem solid #d1d1d1;
  margin-left: 0;
  margin-right: 0;
  padding: 1rem 1.5rem;
}
blockquote *:last-child {
  margin-bottom: 0;
}

.button, .gform_wrapper .gform_footer button,
.btn,
input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: none;
  background-color: #7c6767;
  border: 0.1rem solid #7c6767;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 700;
  height: 3.8rem;
  letter-spacing: 0.1rem;
  line-height: 3.8rem;
  padding: 0 3rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}
.button:focus, .gform_wrapper .gform_footer button:focus, .button:hover, .gform_wrapper .gform_footer button:hover,
.btn:focus,
.btn:hover,
input[type=button]:focus,
input[type=button]:hover,
input[type=reset]:focus,
input[type=reset]:hover,
input[type=submit]:focus,
input[type=submit]:hover {
  background-color: #606c76;
  border-color: #606c76;
  color: #fff;
  outline: 0;
}
.button[disabled], .gform_wrapper .gform_footer button[disabled],
.btn[disabled],
input[type=button][disabled],
input[type=reset][disabled],
input[type=submit][disabled] {
  cursor: default;
  opacity: 0.5;
}
.button[disabled]:focus, .gform_wrapper .gform_footer button[disabled]:focus, .button[disabled]:hover, .gform_wrapper .gform_footer button[disabled]:hover,
.btn[disabled]:focus,
.btn[disabled]:hover,
input[type=button][disabled]:focus,
input[type=button][disabled]:hover,
input[type=reset][disabled]:focus,
input[type=reset][disabled]:hover,
input[type=submit][disabled]:focus,
input[type=submit][disabled]:hover {
  background-color: #7c6767;
  border-color: #7c6767;
}
.button.button-outline, .gform_wrapper .gform_footer button.button-outline,
.btn.button-outline,
input[type=button].button-outline,
input[type=reset].button-outline,
input[type=submit].button-outline {
  background-color: transparent;
  color: #7c6767;
}
.button.button-outline:focus, .gform_wrapper .gform_footer button.button-outline:focus, .button.button-outline:hover, .gform_wrapper .gform_footer button.button-outline:hover,
.btn.button-outline:focus,
.btn.button-outline:hover,
input[type=button].button-outline:focus,
input[type=button].button-outline:hover,
input[type=reset].button-outline:focus,
input[type=reset].button-outline:hover,
input[type=submit].button-outline:focus,
input[type=submit].button-outline:hover {
  background-color: transparent;
  border-color: #606c76;
  color: #606c76;
}
.button.button-outline[disabled]:focus, .gform_wrapper .gform_footer button.button-outline[disabled]:focus, .button.button-outline[disabled]:hover, .gform_wrapper .gform_footer button.button-outline[disabled]:hover,
.btn.button-outline[disabled]:focus,
.btn.button-outline[disabled]:hover,
input[type=button].button-outline[disabled]:focus,
input[type=button].button-outline[disabled]:hover,
input[type=reset].button-outline[disabled]:focus,
input[type=reset].button-outline[disabled]:hover,
input[type=submit].button-outline[disabled]:focus,
input[type=submit].button-outline[disabled]:hover {
  border-color: inherit;
  color: #7c6767;
}
.button.button-clear, .gform_wrapper .gform_footer button.button-clear,
.btn.button-clear,
input[type=button].button-clear,
input[type=reset].button-clear,
input[type=submit].button-clear {
  background-color: transparent;
  border-color: transparent;
  color: #7c6767;
}
.button.button-clear:focus, .gform_wrapper .gform_footer button.button-clear:focus, .button.button-clear:hover, .gform_wrapper .gform_footer button.button-clear:hover,
.btn.button-clear:focus,
.btn.button-clear:hover,
input[type=button].button-clear:focus,
input[type=button].button-clear:hover,
input[type=reset].button-clear:focus,
input[type=reset].button-clear:hover,
input[type=submit].button-clear:focus,
input[type=submit].button-clear:hover {
  background-color: transparent;
  border-color: transparent;
  color: #606c76;
}
.button.button-clear[disabled]:focus, .gform_wrapper .gform_footer button.button-clear[disabled]:focus, .button.button-clear[disabled]:hover, .gform_wrapper .gform_footer button.button-clear[disabled]:hover,
.btn.button-clear[disabled]:focus,
.btn.button-clear[disabled]:hover,
input[type=button].button-clear[disabled]:focus,
input[type=button].button-clear[disabled]:hover,
input[type=reset].button-clear[disabled]:focus,
input[type=reset].button-clear[disabled]:hover,
input[type=submit].button-clear[disabled]:focus,
input[type=submit].button-clear[disabled]:hover {
  color: #7c6767;
}
.button.button-wide, .gform_wrapper .gform_footer button.button-wide,
.btn.button-wide,
input[type=button].button-wide,
input[type=reset].button-wide,
input[type=submit].button-wide {
  display: block;
  width: 100%;
}

code {
  background: #f4f5f6;
  border-radius: 0.4rem;
  font-size: 86%;
  margin: 0 0.2rem;
  padding: 0.2rem 0.5rem;
  white-space: nowrap;
}

pre {
  background: #f4f5f6;
  border-left: 0.3rem solid #7c6767;
  overflow-y: hidden;
}
pre > code {
  border-radius: 0;
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre;
}

hr {
  border: 0;
  border-top: 0.1rem solid #f4f5f6;
  margin: 3rem 0;
}

input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
textarea,
select {
  appearance: none;
  background-color: transparent;
  border: 0.1rem solid #d1d1d1;
  border-radius: 0.4rem;
  box-shadow: none;
  box-sizing: inherit;
  height: 3.8rem;
  padding: 0.6rem 1rem;
  width: 100%;
}
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus,
textarea:focus,
select:focus {
  border-color: #7c6767;
  outline: 0;
}

select {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="14" viewBox="0 0 29 14" width="29"><path fill="#d1d1d1" d="M9.37727 3.625l5.08154 6.93523L19.54036 3.625"/></svg>') center right no-repeat;
  padding-right: 3rem;
}
select:focus {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="14" viewBox="0 0 29 14" width="29"><path fill="#9b4dca" d="M9.37727 3.625l5.08154 6.93523L19.54036 3.625"/></svg>');
}

textarea {
  min-height: 6.5rem;
}

label,
legend {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

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

input[type=checkbox],
input[type=radio] {
  display: inline;
}

.label-inline {
  display: inline-block;
  font-weight: normal;
  margin-left: 0.5rem;
}

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

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 480px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 728px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 960px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1120px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a {
  color: #7c6767;
  text-decoration: none;
}
a:focus, a:hover {
  color: #606c76;
}

dl,
ol,
ul {
  list-style: none;
  margin-top: 0;
  padding-left: 0;
}
dl dl,
dl ol,
dl ul,
ol dl,
ol ol,
ol ul,
ul dl,
ul ol,
ul ul {
  margin: 1.5rem 0 1.5rem 3rem;
}
dl li:last-child,
ol li:last-child,
ul li:last-child {
  margin-bottom: 0;
}

ol {
  list-style: decimal inside;
}

ul {
  list-style: disc inside;
}

.button, .gform_wrapper .gform_footer button,
button,
dd,
dt,
li {
  margin-bottom: 1.6rem;
}

fieldset,
input,
select,
textarea {
  margin-bottom: 1.6rem;
}

blockquote,
dl,
figure,
form,
ol,
p,
pre,
table,
ul {
  margin-bottom: 1.6rem;
}

figure {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}

.lh-0 {
  line-height: 0;
}

.lh-1 {
  line-height: 1;
}

.lh-2 {
  line-height: 1.5;
}

.lh-3 {
  line-height: 2;
}

.lh-4 {
  line-height: 2.5;
}

.lh-5 {
  line-height: 3;
}

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

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

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

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

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

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

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

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

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

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

.mr-1 {
  margin-right: 0.25rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mr-3 {
  margin-right: 1rem !important;
}

.mr-4 {
  margin-right: 1.5rem !important;
}

.mr-5 {
  margin-right: 3rem !important;
}

.mr-auto {
  margin-right: auto !important;
}

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

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

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

.ml-1 {
  margin-left: 0.25rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.ml-3 {
  margin-left: 1rem !important;
}

.ml-4 {
  margin-left: 1.5rem !important;
}

.ml-5 {
  margin-left: 3rem !important;
}

.ml-auto {
  margin-left: auto !important;
}

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

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

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

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

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

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

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

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

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

.pr-1 {
  padding-right: 0.25rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.pr-3 {
  padding-right: 1rem !important;
}

.pr-4 {
  padding-right: 1.5rem !important;
}

.pr-5 {
  padding-right: 3rem !important;
}

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

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

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

.pl-1 {
  padding-left: 0.25rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.pl-3 {
  padding-left: 1rem !important;
}

.pl-4 {
  padding-left: 1.5rem !important;
}

.pl-5 {
  padding-left: 3rem !important;
}

@media (min-width: 480px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-0 {
    margin-right: 0 !important;
  }
  .mr-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mr-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mr-sm-3 {
    margin-right: 1rem !important;
  }
  .mr-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mr-sm-5 {
    margin-right: 3rem !important;
  }
  .mr-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-0 {
    margin-left: 0 !important;
  }
  .ml-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ml-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ml-sm-3 {
    margin-left: 1rem !important;
  }
  .ml-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ml-sm-5 {
    margin-left: 3rem !important;
  }
  .ml-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-0 {
    padding-right: 0 !important;
  }
  .pr-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pr-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pr-sm-3 {
    padding-right: 1rem !important;
  }
  .pr-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pr-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-0 {
    padding-left: 0 !important;
  }
  .pl-sm-1 {
    padding-left: 0.25rem !important;
  }
  .pl-sm-2 {
    padding-left: 0.5rem !important;
  }
  .pl-sm-3 {
    padding-left: 1rem !important;
  }
  .pl-sm-4 {
    padding-left: 1.5rem !important;
  }
  .pl-sm-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 728px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .mr-md-0 {
    margin-right: 0 !important;
  }
  .mr-md-1 {
    margin-right: 0.25rem !important;
  }
  .mr-md-2 {
    margin-right: 0.5rem !important;
  }
  .mr-md-3 {
    margin-right: 1rem !important;
  }
  .mr-md-4 {
    margin-right: 1.5rem !important;
  }
  .mr-md-5 {
    margin-right: 3rem !important;
  }
  .mr-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-0 {
    margin-left: 0 !important;
  }
  .ml-md-1 {
    margin-left: 0.25rem !important;
  }
  .ml-md-2 {
    margin-left: 0.5rem !important;
  }
  .ml-md-3 {
    margin-left: 1rem !important;
  }
  .ml-md-4 {
    margin-left: 1.5rem !important;
  }
  .ml-md-5 {
    margin-left: 3rem !important;
  }
  .ml-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-0 {
    padding-right: 0 !important;
  }
  .pr-md-1 {
    padding-right: 0.25rem !important;
  }
  .pr-md-2 {
    padding-right: 0.5rem !important;
  }
  .pr-md-3 {
    padding-right: 1rem !important;
  }
  .pr-md-4 {
    padding-right: 1.5rem !important;
  }
  .pr-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-0 {
    padding-left: 0 !important;
  }
  .pl-md-1 {
    padding-left: 0.25rem !important;
  }
  .pl-md-2 {
    padding-left: 0.5rem !important;
  }
  .pl-md-3 {
    padding-left: 1rem !important;
  }
  .pl-md-4 {
    padding-left: 1.5rem !important;
  }
  .pl-md-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 960px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-0 {
    margin-right: 0 !important;
  }
  .mr-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mr-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mr-lg-3 {
    margin-right: 1rem !important;
  }
  .mr-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mr-lg-5 {
    margin-right: 3rem !important;
  }
  .mr-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-0 {
    margin-left: 0 !important;
  }
  .ml-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ml-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ml-lg-3 {
    margin-left: 1rem !important;
  }
  .ml-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ml-lg-5 {
    margin-left: 3rem !important;
  }
  .ml-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-0 {
    padding-right: 0 !important;
  }
  .pr-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pr-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pr-lg-3 {
    padding-right: 1rem !important;
  }
  .pr-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pr-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-0 {
    padding-left: 0 !important;
  }
  .pl-lg-1 {
    padding-left: 0.25rem !important;
  }
  .pl-lg-2 {
    padding-left: 0.5rem !important;
  }
  .pl-lg-3 {
    padding-left: 1rem !important;
  }
  .pl-lg-4 {
    padding-left: 1.5rem !important;
  }
  .pl-lg-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1120px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-0 {
    margin-right: 0 !important;
  }
  .mr-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mr-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mr-xl-3 {
    margin-right: 1rem !important;
  }
  .mr-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mr-xl-5 {
    margin-right: 3rem !important;
  }
  .mr-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-0 {
    margin-left: 0 !important;
  }
  .ml-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ml-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ml-xl-3 {
    margin-left: 1rem !important;
  }
  .ml-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ml-xl-5 {
    margin-left: 3rem !important;
  }
  .ml-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-0 {
    padding-right: 0 !important;
  }
  .pr-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pr-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pr-xl-3 {
    padding-right: 1rem !important;
  }
  .pr-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pr-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-0 {
    padding-left: 0 !important;
  }
  .pl-xl-1 {
    padding-left: 0.25rem !important;
  }
  .pl-xl-2 {
    padding-left: 0.5rem !important;
  }
  .pl-xl-3 {
    padding-left: 1rem !important;
  }
  .pl-xl-4 {
    padding-left: 1.5rem !important;
  }
  .pl-xl-5 {
    padding-left: 3rem !important;
  }
}
table {
  border-spacing: 0;
  width: 100%;
}

td,
th {
  border-bottom: 0.1rem solid #e1e1e1;
  padding: 1.2rem 1.5rem;
  text-align: left;
}
td:first-child,
th:first-child {
  padding-left: 0;
}
td:last-child,
th:last-child {
  padding-right: 0;
}

b,
strong {
  font-weight: bold;
}

p {
  margin-top: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  margin-bottom: 2rem;
  margin-top: 0;
}

h1 {
  font-size: 4.6rem;
  line-height: 1.2;
}

h2 {
  font-size: 3.6rem;
  line-height: 1.25;
}

h3 {
  font-size: 2.8rem;
  line-height: 1.3;
}

h4 {
  font-size: 2.2rem;
  line-height: 1.35;
}

h5 {
  font-size: 1.8rem;
  line-height: 1.5;
}

h6 {
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.4;
}

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

.wrapper {
  margin: 0 auto;
  max-width: 115.2rem;
  position: relative;
  width: 100%;
}

.container {
  padding: 1.6rem;
}
.container > p:last-child,
.container > li:last-child {
  margin-bottom: 0;
}

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

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

.accessibility,
.visuallyhidden {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

/* ==========================================================================
   Navigation
   ========================================================================== */
/*
 * Horizontal Nav
 */
.nav {
  list-style: none;
  margin: 0;
}
.nav > li {
  margin-bottom: 0;
}
.nav > li,
.nav > li > a {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

/*
 * Vertical Nav
 */
.nav-stacked > li {
  display: list-item;
}
.nav-stacked > li > a {
  display: block;
}

/*
 * Centered list
 */
.nav-banner {
  text-align: center;
}

/*
 * Give nav links a big, blocky hit area
 */
.nav-block {
  line-height: 1;
  /**
   * Remove whitespace caused by `inline-block`.
   */
  letter-spacing: -0.31em;
  word-spacing: -0.43em;
  white-space: nowrap;
}
.nav-block > li {
  letter-spacing: normal;
  word-spacing: normal;
}
.nav-block > li > a {
  padding: 1.6em;
}

/**
 * Force a nav to occupy 100% of the available width of its parent
 */
.nav-fit {
  display: table;
  width: 100%;
}
.nav-fit > li {
  display: table-cell;
}
.nav-fit > li > a {
  display: block;
}

#site-header {
  background: #00003f;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
@media (min-width: 783px) {
  #site-header {
    position: fixed;
  }
}
#site-header .branding {
  float: left;
  font-size: 1em;
  margin: 1em;
  width: 95px;
  height: 44px;
  transition: all 0.1s ease-in-out;
}
@media (min-width: 728px) {
  #site-header .branding {
    width: 122px;
    height: 60px;
  }
}
#site-header .branding a {
  display: block;
  height: 100%;
  width: 100%;
}
@media (min-width: 728px) {
  #site-header.scrolled .branding {
    height: 40px;
    width: 88px;
  }
  #site-header.scrolled #submenu {
    padding-top: 24px;
  }
  #site-header.scrolled .hamburger {
    top: 10px;
  }
}

.admin-bar #site-header {
  top: 46px;
}
@media (min-width: 783px) {
  .admin-bar #site-header {
    top: 32px;
  }
}

#submenu {
  float: right;
  font-family: "Chakra Petch", sans-serif;
  font-size: 0.813em;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 60px;
  padding: 24px 0.5em 0 0;
  transition: padding 0.1s ease-in-out;
}
@media (min-width: 480px) {
  #submenu {
    font-size: 1em;
  }
}
@media (min-width: 728px) {
  #submenu {
    padding: 30px 1em 0 0;
  }
}
#submenu a {
  color: #fff;
  font-size: 0.875em;
  padding: 5px;
}

#site-header .hamburger {
  float: right;
  outline: none;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 10px;
  transition: top 0.1s ease-in-out;
  z-index: 10;
}
@media (min-width: 728px) {
  #site-header .hamburger {
    top: 18px;
  }
}
#site-header .hamburger .hamburger-box {
  width: 30px;
}
@media (min-width: 728px) {
  #site-header .hamburger .hamburger-box {
    width: 40px;
  }
}
#site-header .hamburger .hamburger-inner,
#site-header .hamburger .hamburger-inner::before,
#site-header .hamburger .hamburger-inner::after {
  background-color: #fff;
  height: 2px;
  border-radius: 0;
  width: 100%;
}
#site-header .hamburger.is-active .hamburger-inner,
#site-header .hamburger.is-active .hamburger-inner::before,
#site-header .hamburger.is-active .hamburger-inner::after, #site-header .hamburger:hover .hamburger-inner,
#site-header .hamburger:hover .hamburger-inner::before,
#site-header .hamburger:hover .hamburger-inner::after, #site-header .hamburger:focus .hamburger-inner,
#site-header .hamburger:focus .hamburger-inner::before,
#site-header .hamburger:focus .hamburger-inner::after {
  background-color: #32d2ff;
}

#main-menu {
  background: #00003f;
  display: flex;
  height: 100vh;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: opacity 0.25s ease-in-out;
  visibility: hidden;
  width: 100%;
  z-index: 5;
}
#main-menu.show {
  opacity: 1;
  visibility: visible;
}
#main-menu.closing {
  opacity: 0;
  visibility: visible;
}
#main-menu > .menu-inner {
  margin: auto;
  text-align: right;
}
#main-menu ul {
  padding-right: 50px;
}
@media (min-height: 520px) {
  #main-menu ul {
    padding: 0;
  }
}
#main-menu li {
  font-family: "Chakra Petch", sans-serif;
  font-size: 1.25em;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-height: 520px) {
  #main-menu li {
    font-size: 1.5em;
  }
}
@media (min-width: 480px) and (min-height: 600px) {
  #main-menu li {
    font-size: 2em;
  }
}
@media (min-width: 540px) and (min-height: 780px) {
  #main-menu li {
    font-size: 3em;
  }
}
#main-menu a {
  color: #fff;
}
#main-menu a:hover, #main-menu a:focus {
  color: #32d2ff;
}
#main-menu .login-link {
  margin-bottom: 1em;
}
#main-menu .profile-link {
  margin-top: 1em;
}

#site-footer h3 {
  color: #32d2ff;
}
#site-footer h5 {
  font-weight: normal;
  font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  text-transform: capitalize;
  margin: 0;
}
#site-footer a {
  color: #fff;
}
#site-footer h5,
#site-footer p,
#site-footer li {
  font-size: 0.813em;
}
@media (min-width: 960px) {
  #site-footer h5,
  #site-footer p,
  #site-footer li {
    font-size: 0.875em;
  }
}
#site-footer .social {
  margin-bottom: 2em;
}
@media (min-width: 728px) {
  #site-footer .social {
    margin-bottom: 0;
  }
}
#site-footer .social li {
  margin-right: 10px;
}
#site-footer .social a:hover .fill,
#site-footer .social a:focus .fill {
  fill: #32d2ff;
}
#site-footer svg {
  height: 40px;
  width: 40px;
}
#site-footer svg .fill {
  fill: #fff;
  transition: fill 0.15s ease-in-out;
}
#site-footer .youtube svg {
  width: 50px;
}

.gform_wrapper .gform_fields {
  list-style: none;
}
.gform_wrapper .validation_error {
  border-top: 2px solid red;
  border-bottom: 2px solid red;
  color: red;
  padding: 0.5em 1em;
  text-align: center;
}
.gform_wrapper .gfield_error label,
.gform_wrapper .gfield_error .validation_message {
  color: red;
}
.gform_wrapper .gfield_error input[type=email],
.gform_wrapper .gfield_error input[type=number],
.gform_wrapper .gfield_error input[type=password],
.gform_wrapper .gfield_error input[type=search],
.gform_wrapper .gfield_error input[type=tel],
.gform_wrapper .gfield_error input[type=text],
.gform_wrapper .gfield_error input[type=url],
.gform_wrapper .gfield_error textarea,
.gform_wrapper .gfield_error select {
  border-color: red;
}

.pagination {
  font-family: "Chakra Petch", sans-serif;
  font-weight: 700;
  margin: auto;
  text-align: center;
}
.pagination li {
  display: inline-block;
}
.pagination a {
  background: #00003f;
  color: #fff;
  display: block;
  height: 24px;
  line-height: 24px;
  min-width: 24px;
}

.grid {
  background: #00003f;
  color: #fff;
  text-align: center;
  font-family: "Chakra Petch", sans-serif;
  font-weight: 400;
}
.grid .stat-block {
  text-transform: uppercase;
}
.grid .quote-block footer p {
  font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 0.875em;
}
.grid .number {
  color: #32d2ff;
  font-weight: 600;
  font-size: 5em;
  line-height: 1;
}
@media (min-width: 1120px) {
  .grid .number {
    font-size: 7em;
  }
}
.grid .image {
  padding: 0;
  position: relative;
}
.grid .image:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00003f;
  background-blend-mode: multiply;
  filter: opacity(0.5);
  z-index: 1;
}
.grid img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.grid .cell {
  min-height: 240px;
}
.grid .cell-inner {
  margin: auto;
  max-width: 320px;
  width: 100%;
}
@media (min-width: 1120px) {
  .grid .cell-inner {
    max-width: 420px;
  }
}
.grid .cell-inner p {
  font-size: 1.25em;
}
@media (min-width: 1120px) {
  .grid .cell-inner p {
    font-size: 1.75em;
  }
}

.section {
  padding: 2em 0;
}
@media (min-width: 728px) {
  .section {
    padding: 3em 0;
  }
}
@media (min-width: 960px) {
  .section {
    padding: 4em 0;
  }
}
@media (min-width: 1120px) {
  .section {
    padding: 6em 0;
  }
}
.section.section-dark {
  background-color: #00003f;
  color: #fff;
}
.section.section-dark .section-inner {
  background: #00003f;
}
.section.section-dark .section-title {
  color: #32d2ff;
}
.section.section-dark .post-title a {
  color: #32d2ff;
}
.section.section-dots {
  position: relative;
}
.section.section-dots:after {
  content: "";
  height: 100%;
  width: 100%;
  background-image: url("../images/bg-dot-blue-sm.png");
  background-repeat: repeat;
  background-position: center;
  display: block;
  position: absolute;
  top: 0;
  z-index: 2;
}
@media (min-width: 960px) {
  .section.section-dots:after {
    background-image: url("../images/bg-dot-blue.png");
  }
}
.section.section-dots > * {
  z-index: 3;
}
.section.section-graph {
  position: relative;
}
.section.section-graph:before {
  background-image: url("../images/bg-graph.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: bottom left;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.section.section-graph > * {
  z-index: 3;
}
.section .section-inner {
  background: #fff;
  padding: 2em 1em;
}
@media (min-width: 960px) {
  .section .section-inner {
    padding: 3em 2em;
  }
}

.section-title {
  font-size: 1.5em;
  font-weight: 600;
  margin: 0 auto 1em;
  padding-bottom: 2em;
  position: relative;
  text-align: center;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 480px) {
  .section-title {
    font-size: 2em;
  }
}
@media (min-width: 728px) {
  .section-title {
    font-size: 2.5em;
  }
}
@media (min-width: 960px) {
  .section-title {
    font-size: 3.125em;
  }
}
.section-title:before, .section-title:after {
  content: "";
  bottom: 0;
  height: 50px;
  position: absolute;
}
@media (min-width: 728px) {
  .section-title:before, .section-title:after {
    height: 70px;
  }
}
.section-title:before {
  animation-name: pulse;
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
  background: #fff;
  right: 0;
  width: 0;
  z-index: 2;
}
.section-title:after {
  background-image: url("../images/title-pulse-1.svg");
  background-position: top;
  background-repeat: no-repeat;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  z-index: 1;
}
.section-title.narrow {
  max-width: 550px;
}
.section-title.pulse-2:after {
  background-image: url("../images/title-pulse-2.svg");
}
.section-title.pulse-3:after {
  background-image: url("../images/title-pulse-3.svg");
}

.section-dark .section-title:before {
  background-color: #00003f;
}

@keyframes pulse {
  0% {
    opacity: 1;
    width: 100%;
  }
  10% {
    opacity: 1;
    width: 100%;
  }
  50% {
    opacity: 1;
    width: 0;
  }
  52% {
    opacity: 0;
    width: 0;
  }
  55% {
    opacity: 0;
    width: 100%;
  }
  100% {
    opacity: 1;
    width: 100%;
  }
}
.quote-block blockquote > p {
  quotes: "“" "”" "‘" "’";
}
.quote-block blockquote > p:before {
  content: open-quote;
}
.quote-block blockquote > p:after {
  content: close-quote;
}
.quote-block blockquote > p {
  color: #32d2ff;
  font-family: "Chakra Petch", sans-serif;
  font-size: 1.313em !important;
}
@media (min-width: 480px) {
  .quote-block blockquote > p {
    font-size: 1.5em !important;
  }
}
@media (min-width: 728px) {
  .quote-block blockquote > p {
    font-size: 2em !important;
  }
}
@media (min-width: 960px) {
  .quote-block blockquote > p {
    font-size: 2.75em !important;
  }
}

.levels {
  display: flex;
  text-align: left;
}
.levels header {
  background: #32d2ff;
}
.levels h3 {
  font-weight: 400;
  margin-bottom: 0.25em;
}
.levels h4 {
  color: #32d2ff;
  font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: bold;
  text-transform: none;
}
.levels .overview {
  font-size: 1.25em;
  font-weight: bold;
}
.levels .inner {
  background-color: #fff;
  color: #00003f;
  padding-bottom: 4em;
  position: relative;
  height: 100%;
}
.levels .price {
  font-weight: 700;
  font-family: "Chakra Petch", sans-serif;
  font-size: 1.75em;
}
.levels .price.sale, .levels .price.reduced {
  display: inline-block;
  margin-left: 0.5em;
}
.levels .price.sale {
  margin-left: 1em;
}
.levels .price span {
  font-size: 0.643em;
  font-weight: 400;
}
.levels .button-wrap {
  padding: 0;
  position: absolute;
  bottom: 0;
  left: 1em;
  right: 1em;
}
.levels .button-wrap .button:hover, .levels .button-wrap .gform_wrapper .gform_footer button:hover, .gform_wrapper .gform_footer .levels .button-wrap button:hover, .levels .button-wrap .button:focus, .levels .button-wrap .gform_wrapper .gform_footer button:focus, .gform_wrapper .gform_footer .levels .button-wrap button:focus {
  background: #00003f;
  color: #fff;
}

.learndash-wrapper a.ld-button {
  border-radius: 0px;
  background-color: #32d2ff;
  font-size: 1em;
  font-family: "Chakra Petch", sans-serif;
  text-transform: uppercase;
}
.learndash-wrapper a.ld-button:hover, .learndash-wrapper a.ld-button:focus {
  background-color: #00003f;
  opacity: 1;
}
.learndash-wrapper .ld-section-heading,
.learndash-wrapper .ld-item-details {
  display: none !important;
}
.learndash-wrapper .ld-item-list-items {
  display: flex;
  flex-flow: wrap;
  justify-content: flex-start;
}
.learndash-wrapper .ld-item-list .ld-item-list-item {
  width: 100%;
  margin: 0 0 1em;
}
@media (min-width: 728px) {
  .learndash-wrapper .ld-item-list .ld-item-list-item {
    width: calc(50% - 16px);
    margin: 8px;
  }
}
@media (min-width: 960px) {
  .learndash-wrapper .ld-item-list .ld-item-list-item {
    width: calc(33.33% - 16px);
  }
}
@media (min-width: 1120px) {
  .learndash-wrapper .ld-item-list .ld-item-list-item {
    width: calc(25% - 16px);
  }
}
.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview {
  padding: 1em;
}
.learndash-wrapper .ld-lesson-status .ld-breadcrumbs {
  border-radius: 0px;
  background-color: #00003f;
  color: #fff;
}
.learndash-wrapper .ld-lesson-status .ld-status.ld-status-progress,
.learndash-wrapper .ld-lesson-status .ld-status.ld-status-complete {
  border-radius: 0;
  background-color: #fff !important;
  color: #00003f !important;
  font-family: "Chakra Petch", sans-serif;
}
.learndash-wrapper .ld-content-actions {
  border-top: 0 !important;
  position: relative;
}
.learndash-wrapper .ld-content-actions:before {
  content: "";
  height: 2px;
  width: calc(100% - 2em);
  background: #00003f;
  position: absolute;
  top: 0;
}
.learndash-wrapper .ld-content-actions > a {
  color: #00003f;
  font-family: "Chakra Petch", sans-serif;
  font-size: 1em !important;
  font-weight: 700;
}

.learndash-wrapper .ld-content-action .learndash_mark_complete_button {
  background-color: #32d2ff;
  border-radius: 0;
  font-family: "Chakra Petch", sans-serif;
  font-size: 1em;
  line-height: 1;
  padding: 0.75em 3em 0.75em 1.5em;
  text-transform: uppercase;
}
.learndash-wrapper .ld-content-action .learndash_mark_complete_button:hover, .learndash-wrapper .ld-content-action .learndash_mark_complete_button:focus {
  color: #fff;
  background-color: #00003f;
  opacity: 1;
}

.ld-profile-stat.ld-profile-stat-courses {
  border: 0 !important;
}
.ld-profile-stat.ld-profile-stat-completed, .ld-profile-stat.ld-profile-stat-certificates, .ld-profile-stat.ld-profile-stat-points {
  display: none;
}

.ld-course-status {
  display: none !important;
}

.page-profile .ld-profile-avatar {
  display: none;
}
.page-profile .learndash-wrapper .ld-profile-summary,
.page-profile .learndash-wrapper .ld-profile-card {
  margin-top: 0 !important;
}
.page-profile .ld-item-list.ld-course-list {
  display: none;
}
.page-profile .course-list h2 {
  margin-bottom: 1em;
  text-align: center;
}

@media (max-width: 727px) {
  .ld-course-list-content .ld_course_grid {
    margin: auto;
  }
}
.ld-course-list-content .ld_course_grid article {
  text-align: center;
}
.ld-course-list-content .ld_course_grid .caption {
  padding: 1em 0;
}
.ld-course-list-content .ld_course_grid img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
@media (min-width: 960px) {
  .ld-course-list-content .ld_course_grid img {
    height: 240px;
  }
}

.ribbon-enrolled,
.ribbon-completed {
  display: none;
}

.single-lesson .learndash-wrapper .ld-lesson-status,
.single-lesson .learndash-wrapper .ld-content-actions {
  padding: 1em;
}

.woocommerce .woocommerce-loop-product__title {
  color: #00003f;
}
.woocommerce .products .product {
  text-align: center;
}
.woocommerce .products .product .price {
  color: #32d2ff;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: #00003f !important;
}
.woocommerce #content div.product div.images,
.woocommerce #content div.product div.summary,
.woocommerce div.product div.images,
.woocommerce div.product div.summary {
  float: none !important;
  margin: 0 auto 2em;
  text-align: center;
  width: auto !important;
}
.woocommerce #content div.product div.images,
.woocommerce div.product div.images {
  max-width: 728px;
}
.woocommerce #content div.product .single_add_to_cart_button,
.woocommerce div.product .single_add_to_cart_button {
  float: none;
  margin: 1em 0 0;
}
.woocommerce #content div.product .woocommerce-tabs.wc-tabs-wrapper,
.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper {
  text-align: left;
}
.woocommerce .woocommerce-order ul.order_details li {
  float: none;
  margin: 0 0 1em;
  padding: 0;
  border-right: 0;
}
@media (min-width: 728px) {
  .woocommerce .woocommerce-order ul.order_details li {
    border-right: 1px dashed #d3ced2;
    float: left;
    padding-right: 2em;
    margin: 0 2em 0 0;
  }
}

.woocommerce-page.woocommerce #respond input#submit,
.woocommerce-page.woocommerce a.button,
.woocommerce-page.woocommerce button.button,
.woocommerce-page.woocommerce .gform_wrapper .gform_footer button,
.gform_wrapper .gform_footer .woocommerce-page.woocommerce button,
.woocommerce-page.woocommerce input.button {
  border-radius: 0;
  font-family: "Chakra Petch", sans-serif;
}
.woocommerce-page.woocommerce #respond input#submit, .woocommerce-page.woocommerce #respond input#submit.alt,
.woocommerce-page.woocommerce a.button,
.woocommerce-page.woocommerce a.button.alt,
.woocommerce-page.woocommerce button.button,
.woocommerce-page.woocommerce .gform_wrapper .gform_footer button,
.gform_wrapper .gform_footer .woocommerce-page.woocommerce button,
.woocommerce-page.woocommerce button.button.alt,
.woocommerce-page.woocommerce input.button,
.woocommerce-page.woocommerce input.button.alt {
  color: #fff;
  background-color: #32d2ff;
}
.woocommerce-page.woocommerce #respond input#submit:hover, .woocommerce-page.woocommerce #respond input#submit:focus, .woocommerce-page.woocommerce #respond input#submit.alt:hover, .woocommerce-page.woocommerce #respond input#submit.alt:focus,
.woocommerce-page.woocommerce a.button:hover,
.woocommerce-page.woocommerce a.button:focus,
.woocommerce-page.woocommerce a.button.alt:hover,
.woocommerce-page.woocommerce a.button.alt:focus,
.woocommerce-page.woocommerce button.button:hover,
.woocommerce-page.woocommerce .gform_wrapper .gform_footer button:hover,
.gform_wrapper .gform_footer .woocommerce-page.woocommerce button:hover,
.woocommerce-page.woocommerce button.button:focus,
.woocommerce-page.woocommerce .gform_wrapper .gform_footer button:focus,
.gform_wrapper .gform_footer .woocommerce-page.woocommerce button:focus,
.woocommerce-page.woocommerce button.button.alt:hover,
.woocommerce-page.woocommerce button.button.alt:focus,
.woocommerce-page.woocommerce input.button:hover,
.woocommerce-page.woocommerce input.button:focus,
.woocommerce-page.woocommerce input.button.alt:hover,
.woocommerce-page.woocommerce input.button.alt:focus {
  color: #fff;
  background-color: #00003f;
}

.woocommerce .woocommerce-info {
  border-top-color: #32d2ff;
}
.woocommerce .woocommerce-info:before {
  color: #32d2ff;
}

#opc-messages {
  padding: 1em;
  width: 100%;
}

.woocommerce-thankyou-order-received {
  margin-bottom: 2em;
  font-size: 1.25em;
}
@media (min-width: 728px) {
  .woocommerce-thankyou-order-received {
    font-size: 1.5em;
  }
}

.woocommerce input[type=email],
.woocommerce input[type=number],
.woocommerce input[type=password],
.woocommerce input[type=search],
.woocommerce input[type=tel],
.woocommerce input[type=text],
.woocommerce input[type=url],
.woocommerce textarea,
.woocommerce select {
  border-radius: 0;
}
.woocommerce form .form-row label {
  font-family: "Chakra Petch", sans-serif;
  text-align: left;
}

.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
  text-align: left;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style: none;
}

.product-filter {
  position: relative;
  width: 100%;
  height: 98px;
}

.product-filter-container {
  position: relative;
  width: 100%;
  height: 98px;
  padding: 20px 30px;
  display: flex;
  flex-direction: row;
  gap: 42.5px;
  align-items: center;
  overflow-x: auto;
}

.product-filter-container::-webkit-scrollbar {
  display: none;
}

.product-filter-item {
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  position: relative;
  height: 42px;
  background: rgba(217, 217, 217, 0.2);
  border: 1px solid #32d2ff;
  box-shadow: 0px 0px 10px rgba(50, 210, 255, 0.5);
  border-radius: 8px;
  padding-left: 23px;
  transition: all 0.3s ease-in-out;
  color: #00003f;
}
.product-filter-item:hover.selected {
  background: rgba(50, 210, 255, 0.4);
  color: #00003f;
}
.product-filter-item:hover > .product-filter-item-icon {
  background: #32d2ff;
}
.product-filter-item:hover > .product-filter-item-icon > svg {
  fill: #00003f;
}
.product-filter-item:hover > .product-filter-item-icon.sale {
  background: #ab0000;
}
.product-filter-item:hover > .product-filter-item-icon.sale > svg {
  fill: white;
}

.product-filter-item:hover {
  color: #00003f;
  background: rgba(50, 210, 255, 0.4);
  box-shadow: 0px 0px 10px rgba(50, 210, 255, 0.5);
}

.product-filter-item.selected {
  background: #00003f;
  color: white;
}

.product-filter-item.sale {
  border: 1px solid #ab0000;
  color: #ab0000;
  box-shadow: 0px 0px 10px #ab0000;
}

.product-filter-item.sale.selected {
  background: #ab0000;
  color: white;
}

.product-filter-item.sale:hover {
  background: rgba(255, 77, 77, 0.4);
  color: #ab0000;
}

.product-filter-item-icon {
  position: absolute;
  width: 45px;
  height: 45px;
  left: -22.5px;
  top: -1.5px;
  padding: 8px;
  background: #00003f;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.product-filter-item-icon > svg {
  width: 100%;
  height: 100%;
  display: block;
  margin: auto;
  fill: #32d2ff;
  transition: all 0.3s ease-in-out;
}
.product-filter-item-icon.sale {
  background: #ab0000;
}
.product-filter-item-icon.sale > svg {
  fill: white;
}
.product-filter-item-icon.sale.selected {
  background: #ab1a1a;
}
.product-filter-item-icon.sale.selected > svg {
  fill: white;
}
.product-filter-item-icon.selected {
  background: #32d2ff;
}
.product-filter-item-icon.selected > svg {
  fill: #00003f;
}

.product-filter-item-name {
  padding: 0 15px;
  text-align: center;
  flex: 1;
  display: flex;
  align-items: center;
  white-space: nowrap;
  font-family: "Chakra Petch";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
}

.product-filter-scroll-control {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
}

.product-filter-scroll-control-button-container {
  position: absolute;
  height: 100%;
  display: flex;
  padding: 8px;
  align-items: center;
  top: 0;
  width: 100%;
  max-width: 25%;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.product-filter-scroll-control-button-container.left {
  left: -1px;
  background: linear-gradient(to left, transparent, white);
}
.product-filter-scroll-control-button-container.left > svg {
  transform: rotate(180deg);
}
.product-filter-scroll-control-button-container.right {
  right: -1px;
  background: linear-gradient(to right, transparent, white);
  flex-direction: row-reverse;
}
.product-filter-scroll-control-button-container > svg {
  pointer-events: all;
}

.quiz-hidden-component {
  opacity: 0;
  pointer-events: none;
}

.quiz-background-left {
  background-color: #00003f;
  background-image: url("../images/bg-quiz-left.webp");
  background-repeat: no-repeat;
  background-position: left;
  background-size: auto 100%;
}
.quiz-background-left:before {
  background: #00003f;
}

.quiz-background-right {
  position: relative;
  background-image: url("../images/bg-quiz-right.webp");
  background-repeat: no-repeat;
  background-position: right;
  background-size: auto 100%;
}
.quiz-background-right:after {
  content: "";
  height: 100%;
  width: 100%;
  background-image: url("../images/bg-dot-blue-sm.png");
  background-repeat: repeat;
  background-position: center;
  display: block;
  position: absolute;
  top: 0;
  z-index: 0;
}
@media (min-width: 960px) {
  .quiz-background-right:after {
    background-image: url("../images/bg-dot-blue.png");
  }
}

#recommendation-quiz {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 596px;
  font-family: "Chakra Petch";
  font-style: normal;
  color: white;
}

#quiz-starting-screen {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: opacity 0.3s ease-in-out;
  margin-top: 87px;
}

#quiz-heading {
  font-weight: 700;
  font-size: 58px;
  line-height: 75px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  margin-top: 44px;
}

#quiz-subheading {
  font-weight: 700;
  font-size: 26px;
  line-height: 34px;
  text-align: center;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: #32d2ff;
  margin-top: 25px;
}

#quiz-subheading-mobile {
  display: none;
}

#quiz-start-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 29px;
  gap: 10px;
  width: 304px;
  height: 46px;
  background: rgba(217, 217, 217, 0.2);
  border: 1px solid #32d2ff;
  box-shadow: 0px 0px 10px rgba(50, 210, 255, 0.5), inset 0px 0px 10px 1px rgba(50, 210, 255, 0.5);
  border-radius: 8px;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
  margin-top: 44px;
}
#quiz-start-btn:hover {
  background: #32d2ff;
}

.quiz-option-container {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 29px;
  gap: 10px;
  position: relative;
  width: 301px;
  height: 118px;
  background: rgba(217, 217, 217, 0.2);
  border: 1px solid #32d2ff;
  box-shadow: 0px 0px 10px rgba(50, 210, 255, 0.5), inset 0px 0px 10px 1px rgba(50, 210, 255, 0.5);
  border-radius: 8px;
  color: white;
  transition: all 0.3s ease-in-out;
  margin-top: 37px;
}
.quiz-option-container > .icon-container {
  position: absolute;
  width: 54px;
  height: 54px;
  top: -37px;
  background: #32d2ff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
}
.quiz-option-container > .icon-container > .icon {
  fill: #00003f;
  transition: fill 0.3s ease-in-out;
}
.quiz-option-container:hover {
  background: #32d2ff;
  color: #00003f;
}
.quiz-option-container:hover > .icon-container {
  background: #00003f;
}
.quiz-option-container:hover > .icon-container > .icon {
  fill: #32d2ff;
}

#quiz-questions-screen {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: opacity 0.3s ease-in-out;
}

.quiz-content {
  position: relative;
  width: 100%;
  height: 100%;
}

.quiz-progess-bar-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 65px;
}
.quiz-progess-bar-container > [class^=quiz-progress-bar-control-] {
  cursor: pointer;
  transition: opacity 0.3s ease-in-out;
}
.quiz-progess-bar-container > .quiz-progress-bar {
  box-sizing: border-box;
  width: 305px;
  height: 30px;
  background: rgba(217, 217, 217, 0.2);
  border: 1px solid #32d2ff;
  border-radius: 30px;
  display: flex;
  align-items: center;
  padding: 2px;
}
.quiz-progess-bar-container > .quiz-progress-bar > .quiz-progress-bar-fill {
  box-sizing: border-box;
  width: 33%;
  height: 100%;
  background: linear-gradient(270deg, #32d2ff 0%, rgba(50, 210, 255, 0) 100%);
  border: 1px solid #32d2ff;
  filter: drop-shadow(0px 0px 10px #000000);
  border-radius: 50px;
  transition: width 0.3s ease-in-out;
}

.quiz-question-container {
  position: absolute;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding-top: 88px;
  transition: opacity 0.3s ease-in-out;
}

.quiz-question-counter {
  font-weight: 300;
  font-size: 26px;
  line-height: 34px;
  text-align: center;
  letter-spacing: 0.25em;
  color: #32d2ff;
}
.quiz-question-counter .quiz-question-max-count {
  font-size: 18px;
  line-height: 23px;
  color: #ffffff;
}

.quiz-question {
  font-weight: 700;
  font-size: 42px;
  line-height: 55px;
  margin-top: 7px;
  color: white;
  align-self: center;
  text-align: center;
}

.quiz-answers-container {
  display: flex;
  gap: 21px;
  justify-content: center;
  padding-top: 111px;
  padding-left: 10px;
  padding-right: 10px;
}

.quiz-answer-card {
  position: relative;
  width: 100%;
  max-width: 301px;
  min-height: 118px;
  padding: 33px;
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: rgba(217, 217, 217, 0.2);
  border: 1px solid #32d2ff;
  box-shadow: 0px 0px 10px rgba(50, 210, 255, 0.5), inset 0px 0px 10px 1px rgba(50, 210, 255, 0.5);
  border-radius: 8px;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  color: white;
}
.quiz-answer-card .quiz-anwser-icon {
  position: absolute;
  display: flex;
  width: 54px;
  height: 54px;
  padding: 8px;
  top: -37px;
  background: #32d2ff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
}
.quiz-answer-card .quiz-anwser-icon svg {
  display: block;
  margin: auto;
  width: 100%;
  height: 100%;
  fill: #00003f;
  color: #00003f;
  transition: all 0.3s ease-in-out;
}
.quiz-answer-card:hover {
  background: #32d2ff;
  color: #00003f;
}
.quiz-answer-card:hover .quiz-anwser-icon {
  background: #00003f;
}
.quiz-answer-card:hover .quiz-anwser-icon svg {
  fill: #32d2ff;
  color: #32d2ff;
}

#quiz-result-screen {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: opacity 0.3s ease-in-out;
}

#quiz-result-heading {
  font-weight: 700;
  font-size: 42px;
  line-height: 55px;
  text-align: center;
  margin-top: 63px;
}
#quiz-result-heading > span {
  color: #32d2ff;
}

#quiz-product-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 33px;
  margin-top: 101px;
}

#quiz-product-image-container {
  max-width: 307px;
  width: fit-content;
  height: 172px;
  box-shadow: 0px 0px 20px #32d2ff;
}

#quiz-product-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#quiz-product-info-container {
  width: 307px;
  height: 172px;
  display: flex;
  flex-direction: column;
  align-items: start;
}

#quiz-product-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 31px;
  color: #32d2ff;
}

#quiz-product-excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 700;
  font-size: 12px;
  line-height: 24px;
  text-align: left;
  margin-top: 23px;
}

#quiz-product-link {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  color: #32d2ff;
  text-transform: uppercase;
}

#quiz-price-container {
  display: flex;
  gap: 10px;
  flex-grow: 1;
}

#quiz-product-price, #quiz-product-sale-price {
  display: flex;
  align-items: end;
  flex-grow: 1;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  color: #32d2ff;
  white-space: nowrap;
}

#quiz-product-add-to-cart {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 304px;
  height: 46px;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  background: rgba(217, 217, 217, 0.2);
  box-sizing: border-box;
  border: 1px solid #32d2ff;
  box-shadow: 0px 0px 10px rgba(50, 210, 255, 0.5), inset 0px 0px 10px 1px rgba(50, 210, 255, 0.5);
  border-radius: 8px;
  margin-top: 95px;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .quiz-background-left {
    background-image: none;
  }
  .quiz-background-right {
    background-position: 50% 0;
  }
  #recommendation-quiz {
    height: 110vh;
  }
  #quiz-starting-screen {
    margin-top: 0;
    padding: 0 60px;
  }
  #quiz-logo {
    display: none;
  }
  #quiz-heading {
    text-align: center;
    font-size: 40px;
    line-height: 52px;
    margin-top: 25.7389162562vh;
  }
  #quiz-subheading {
    display: none;
  }
  #quiz-subheading-mobile {
    display: block;
    font-weight: 300;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    letter-spacing: 0.25em;
    margin-top: 8.8669950739vh;
    color: #32d2ff;
  }
  #quiz-start-btn {
    margin-top: 8.8669950739vh;
  }
  #quiz-questions-screen {
    padding: 0 60px;
    width: 100%;
  }
  .quiz-progess-bar-container {
    width: 100%;
    margin-top: 7.7586206897vh;
    gap: 20px;
  }
  .quiz-progess-bar-container > .quiz-progress-bar {
    width: 100%;
    height: 18px;
  }
  .quiz-question-container {
    padding-top: 4.6798029557vh;
  }
  .quiz-question-counter {
    font-weight: 300;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0.25em;
  }
  .quiz-question-max-count {
    font-size: 14px;
    line-height: 18px;
  }
  .quiz-question {
    font-size: 28px;
    line-height: 36px;
  }
  .quiz-answers-container {
    flex-grow: 1;
    flex-direction: column;
    justify-self: flex-end;
    align-items: center;
    justify-content: flex-end;
    padding-top: 0px;
    padding-bottom: 11.6995073892vh;
  }
  .quiz-answer-card {
    padding: 6px;
    min-height: 64px;
    width: 100%;
    margin-top: 6.0344827586vh;
  }
  .quiz-answer-card .quiz-anwser-icon {
    width: 38px;
    height: 38px;
    top: -33px;
  }
  #quiz-result-screen {
    padding: 0 60px;
    width: 100%;
  }
  #quiz-result-heading {
    font-size: 30px;
    line-height: 39px;
    margin-top: 7.3891625616vh;
  }
  #quiz-result-heading > span {
    display: block;
  }
  #quiz-product-container {
    width: 100%;
    margin-top: 25px;
    flex-direction: column;
    gap: 3.3251231527vh;
  }
  #quiz-product-image-container {
    height: 15.0246305419vh;
  }
  #quiz-product-info-container {
    width: 100%;
    height: fit-content;
  }
  #quiz-product-title {
    align-self: center;
    text-align: center;
    white-space: break-spaces;
  }
  #quiz-product-excerpt {
    font-size: 10.5px;
    line-height: 24px;
    margin-top: 1.724137931vh;
    text-align: justify;
  }
  #quiz-product-link {
    font-size: 10.5px;
    line-height: 14px;
    align-self: center;
    margin-top: 0.8620689655vh;
  }
  #quiz-price-container {
    align-self: center;
    margin-top: 1.724137931vh;
  }
  #quiz-product-price {
    font-size: 18px;
    line-height: 23px;
  }
  #quiz-product-add-to-cart {
    width: 100%;
    margin-top: 3.6945812808vh;
  }
}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}

/*
 * 3DX
 */
.hamburger--3dx .hamburger-box {
  perspective: 80px;
}
.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg);
}
.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * 3DX Reverse
 */
.hamburger--3dx-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * 3DY
 */
.hamburger--3dy .hamburger-box {
  perspective: 80px;
}
.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(-180deg);
}
.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * 3DY Reverse
 */
.hamburger--3dy-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * 3DXY
 */
.hamburger--3dxy .hamburger-box {
  perspective: 80px;
}
.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg);
}
.hamburger--3dxy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dxy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * 3DXY Reverse
 */
.hamburger--3dxy-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * Arrow
 */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Arrow Right
 */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Alt
 */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Alt Right
 */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Turn
 */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrowturn.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Turn Right
 */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Boring
 */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none;
}
.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}
.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Collapse Reverse
 */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Elastic
 */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}

/*
 * Elastic Reverse
 */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic-r .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(270deg);
  transition-delay: 0.075s;
}

/*
 * Emphatic
 */
.hamburger--emphatic {
  overflow: hidden;
}
.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}
.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -80px;
  top: -80px;
  transform: translate3d(80px, 80px, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -80px;
  top: -80px;
  transform: translate3d(-80px, 80px, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Emphatic Reverse
 */
.hamburger--emphatic-r {
  overflow: hidden;
}
.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}
.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -80px;
  top: 80px;
  transform: translate3d(80px, -80px, 0) rotate(-45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -80px;
  top: 80px;
  transform: translate3d(-80px, -80px, 0) rotate(45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Minus
 */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}
.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}
.hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
}
.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}

/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
  top: 2px;
}
.hamburger--slider .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
  top: 20px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-5.7142857143px, -6px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}

/*
 * Slider Reverse
 */
.hamburger--slider-r .hamburger-inner {
  top: 2px;
}
.hamburger--slider-r .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider-r .hamburger-inner::after {
  top: 20px;
}
.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}
.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(5.7142857143px, -6px, 0);
  opacity: 0;
}
.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(90deg);
}

/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spin Reverse
 */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spring
 */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear;
}
.hamburger--spring .hamburger-inner::before {
  top: 10px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
  top: 20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important;
}
.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

/*
 * Spring Reverse
 */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}
.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}
.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand
 */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand Reverse
 */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Vortex
 */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}

/*
 * Vortex Reverse
 */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

.gridder {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  font-size: 0;
}

.gridder-list,
.gridder-show {
  font-size: 16px;
}

.gridder-list {
  display: inline-block;
  vertical-align: top;
}

.gridder-show {
  display: block;
  float: left;
  width: 100%;
  position: relative;
}

.gridder-content {
  display: none;
}

.gridder-show {
  padding: 1em;
}
.gridder-show .title {
  border-bottom: 1px solid #32d2ff;
  margin-bottom: 1em;
  padding: 0 45px 1em 0;
}

.gridder-navigation {
  z-index: 1;
  position: absolute;
  top: 39px;
  right: 0px;
  padding: 0px;
  text-align: center;
}
.gridder-navigation a {
  background: #fff;
  display: inline-block;
  padding: 1em 1.6rem;
  color: #00003f;
  text-decoration: none;
  font-size: 0.875em;
  font-family: "Chakra Petch", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 0px;
  transition: all 0.3s ease-in-out;
}
.gridder-navigation .prev,
.gridder-navigation .next {
  display: none;
}

.gridder-expanded-content {
  animation-name: fadeIn;
  animation-duration: 0.3s;
  animation-fill-mode: both;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*

Boxing Science

Author: Rik Kendell - @Rikki_Sixx
Version: 1.0;
URL: http://boxingscience.co.uk/

CONTENTS - GLOBAL.CSS
-----------------------------------------
1. BASE STYLES
2. BASE TYPOGRAPHY & LINKS
3. GLOBAL LAYOUT & GLOBAL CUSTOM TYPOGRAPHY
4. CUSTOM LAYOUT & TYPOGRAPHY

*/
/* ==========================================================================
    1. Base styles
========================================================================== */
body {
  background: #fff;
  font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  color: #00003f;
  line-height: 1.2;
}

figure {
  line-height: 1.6rem;
  margin: 0;
  figcaption-margin-bottom: 0;
}

/* ==========================================================================
2. Base typography & links
========================================================================== */
h1, h2, h3, h4, h5, h6 {
  font-family: "Chakra Petch", sans-serif;
  margin-bottom: 1.6rem;
  text-transform: uppercase;
  line-height: 1 !important;
}

h1, h2 {
  font-weight: 600;
}

h3, h4, h5, h6 {
  font-weight: 700;
}

h3 {
  font-size: 1.75em;
}

p {
  font-size: 1em !important;
}
@media (min-width: 728px) {
  p {
    font-size: 1.125em !important;
  }
}
@media (min-width: 960px) {
  p {
    font-size: 1.25em !important;
  }
}

ul li,
ol li {
  margin-bottom: 0.25em;
}

a {
  color: #32d2ff;
}

blockquote {
  border: 0;
}
blockquote > p {
  font-family: "Chakra Petch", sans-serif;
  font-size: 1.25em !important;
}
@media (min-width: 480px) {
  blockquote > p {
    font-size: 1.5em !important;
  }
}
@media (min-width: 728px) {
  blockquote > p {
    font-size: 1.75em !important;
  }
}
blockquote footer p {
  font-weight: 600;
}

/* ==========================================================================
    3. Global layout & global custom typography
========================================================================== */
#content {
  padding-top: 76px;
  min-height: calc(100vh - 100px);
}

.admin-bar #content {
  min-height: calc(100vh - 122px);
}
@media (min-width: 783px) {
  .admin-bar #content {
    min-height: calc(100vh - 132px);
  }
}

#skiptocontent {
  height: 1px;
  width: 1px;
  position: absolute;
  overflow: hidden;
  top: -10px;
}

.wrapper {
  margin: auto;
  max-width: 1120px;
}
.wrapper.wrapper-narrow {
  max-width: 728px;
  text-align: center;
}
.wrapper.wrapper-mid {
  max-width: 960px;
  text-align: center;
}
.wrapper.wrapper-wide {
  max-width: none;
}

.boxed {
  border: 3px solid #00003f;
}
.boxed.box-light {
  border-color: #32d2ff;
}

.intro {
  text-align: center;
}
.intro p {
  font-size: 1em;
}
@media (min-width: 728px) {
  .intro p {
    font-size: 1.125em;
  }
}
@media (min-width: 960px) {
  .intro p {
    font-size: 1.25em;
  }
}

.page-header {
  text-align: center;
}
.page-header .title-wrap {
  background: #32d2ff;
}

.post-title {
  font-size: 1.125em;
}
@media (min-width: 728px) {
  .post-title {
    font-size: 1.25em;
  }
}
@media (min-width: 960px) {
  .post-title {
    font-size: 1.5em;
  }
}
.post-title a {
  color: #00003f;
}

.flex-inner {
  margin: auto;
  text-align: center;
}

.button, .gform_wrapper .gform_footer button,
.btn,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 0;
  border-radius: 0px;
  background-color: #32d2ff;
  color: #fff;
  font-size: 1em;
  transition: all 0.25s ease-in-out;
}
.button:hover, .gform_wrapper .gform_footer button:hover, .button:focus, .gform_wrapper .gform_footer button:focus,
.btn:hover,
.btn:focus,
input[type=button]:hover,
input[type=button]:focus,
input[type=reset]:hover,
input[type=reset]:focus,
input[type=submit]:hover,
input[type=submit]:focus {
  background-color: #00003f;
  color: #32d2ff;
}

.text-button {
  background: transparent;
  color: #00003f;
  font-family: "Chakra Petch", sans-serif;
  font-weight: 700;
  text-decoration: underline;
  font-size: 1.125em;
}
.text-button:hover, .text-button:focus {
  color: #32d2ff;
}

.section-dark .button:hover, .section-dark .gform_wrapper .gform_footer button:hover, .gform_wrapper .gform_footer .section-dark button:hover, .section-dark .button:focus, .section-dark .gform_wrapper .gform_footer button:focus, .gform_wrapper .gform_footer .section-dark button:focus,
.section-dark .btn:hover,
.section-dark .btn:focus,
.section-dark input[type=button]:hover,
.section-dark input[type=button]:focus,
.section-dark input[type=reset]:hover,
.section-dark input[type=reset]:focus,
.section-dark input[type=submit]:hover,
.section-dark input[type=submit]:focus {
  background-color: #fff;
  color: #32d2ff;
}
.section-dark .text-button {
  color: #32d2ff;
}
.section-dark .text-button:hover, .section-dark .text-button:focus {
  color: #fff;
}

.video-wrap,
.wp-embed-aspect-16-9 {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.video-wrap iframe,
.wp-embed-aspect-16-9 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

iframe {
  max-width: 100%;
}

/* ==========================================================================
4. Custom layout & typography
========================================================================== */
.hero h1 {
  color: #32d2ff;
  font-size: 2em;
  margin-top: 1.75em;
  text-align: left;
}
@media (min-width: 728px) {
  .hero h1 {
    font-size: 2.5em;
  }
}
@media (min-width: 960px) {
  .hero h1 {
    font-size: 3.125em;
  }
}
.hero .intro {
  text-align: left;
}

.page-home .button-wrap {
  padding-top: 2em;
  text-align: center;
}
.page-home .quote-block {
  text-align: center;
}

.page-home .courses {
  text-align: center;
}
.page-home .courses .flickity-button {
  background: transparent;
}
.page-home .courses .flickity-button-icon {
  fill: #32d2ff;
}
.page-home .courses .course-slider .carousel-cell {
  line-height: 0;
  min-height: 250px;
  width: 80%;
}
@media (min-width: 728px) {
  .page-home .courses .course-slider .carousel-cell {
    min-height: 275px;
    width: 60%;
  }
}
@media (min-width: 960px) {
  .page-home .courses .course-slider .carousel-cell {
    width: 50%;
  }
}
@media (min-width: 1120px) {
  .page-home .courses .course-slider .carousel-cell {
    min-height: 320px;
    width: 45%;
  }
}
.page-home .courses .course-slider h3 {
  position: absolute;
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}
.page-home .courses .course-slider a {
  color: #fff;
  display: block;
  height: 100%;
  position: absolute;
  width: calc(100% - 2em);
  z-index: 2;
}
.page-home .courses .course-slider img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.page-home .courses .carousel-cell:before {
  content: "";
  background: #00003f;
  position: absolute;
  z-index: 1;
  height: calc(100% - 2em);
  left: 16px;
  opacity: 0.5;
  transition: opacity 0.1s ease-in-out;
  width: calc(100% - 2em);
}
.page-home .courses .carousel-cell.is-selected:before {
  opacity: 0;
}

.case-studies .video-cs {
  margin-bottom: 2em;
}
.case-studies .video-cs .featured {
  display: block;
  line-height: 0;
}
.case-studies .video-cs img {
  width: 100%;
}
.case-studies .cs-content {
  text-align: left;
  background: #32d2ff;
  color: #00003f;
}
.case-studies .cs-content a {
  color: #00003f;
}
.case-studies .cs-slider .flickity-button {
  background: transparent;
}
.case-studies .cs-slider .flickity-button.next {
  right: -15px;
}
.case-studies .cs-slider .flickity-button.previous {
  left: -15px;
}
.case-studies .cs-slider .flickity-button-icon {
  fill: #32d2ff;
}
.case-studies .cs-slider figure {
  height: 55vw;
}
@media (max-width: 727px) and (orientation: landscape) {
  .case-studies .cs-slider figure {
    height: 40vw;
  }
}
@media (min-width: 728px) {
  .case-studies .cs-slider figure {
    height: 30vw;
  }
}
@media (min-width: 960px) {
  .case-studies .cs-slider figure {
    height: 20vw;
  }
}
@media (min-width: 1120px) {
  .case-studies .cs-slider figure {
    height: 18vw;
  }
}
.case-studies .cs-slider img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.case-studies .cs-slider .carousel-cell {
  width: 100%;
}
@media (min-width: 728px) {
  .case-studies .cs-slider .carousel-cell {
    width: 50%;
  }
}
@media (min-width: 960px) {
  .case-studies .cs-slider .carousel-cell {
    width: 33.33%;
  }
}
.case-studies .cs-slider .carousel-cell img {
  width: 100%;
}

.news-grid .post-inner {
  background: #32d2ff;
}
.news-grid .post-inner a {
  color: #00003f;
}
.news-grid .cat-title {
  font-family: "Chakra Petch", sans-serif;
  font-weight: 700;
  margin-bottom: 0.75em;
  text-transform: uppercase;
}

.page-news .slider-row {
  margin-bottom: 2em;
}
.page-news .slider-row h2 {
  text-align: center;
}
.page-news .slider-row .button-wrap {
  text-align: center;
}
.page-news .slider-row .flickity-button {
  background: transparent;
}
.page-news .slider-row .flickity-button-icon {
  fill: #32d2ff;
}
.page-news .filter {
  text-align: center;
}
.page-news .filter nav {
  margin: auto;
}
.page-news .filter a {
  color: #00003f;
  font-family: "Chakra Petch", sans-serif;
  font-weight: 700;
  padding: 0.125em 0.25em;
  text-decoration: underline;
}
.page-news .filter a:hover, .page-news .filter a:focus {
  color: #32d2ff;
}
.page-news .section > .filter {
  margin: 1em auto 3em;
}

.news-slider .carousel-cell {
  width: 80%;
}
@media (min-width: 728px) {
  .news-slider .carousel-cell {
    width: 60%;
  }
}
@media (min-width: 960px) {
  .news-slider .carousel-cell {
    width: 50%;
  }
}
@media (min-width: 1120px) {
  .news-slider .carousel-cell {
    width: 40%;
  }
}
@media (min-width: 1400px) {
  .news-slider .carousel-cell {
    width: 25%;
  }
}
.news-slider .carousel-cell img {
  width: 100%;
}
.news-slider figure .wp-post-image {
  display: block;
  position: absolute;
  top: 1em;
  width: calc(100% - 2em);
}

.post-single .wrapper-wide > p,
.post-single .wrapper-wide > h1, .post-single .wrapper-wide > h2, .post-single .wrapper-wide > h3, .post-single .wrapper-wide > h4, .post-single .wrapper-wide > h5, .post-single .wrapper-wide > h6,
.post-single .wrapper-wide > ul, .post-single .wrapper-wide > ol,
.post-single .wrapper-wide > blockquote {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}
.post-single .wrapper {
  text-align: left;
}
.post-single .wrapper img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.post-single .grid .cell-inner {
  text-align: center;
}

.archive-case-study .item {
  margin-bottom: 1em;
}
.archive-case-study .item:last-child {
  margin-bottom: 0;
}
.archive-case-study .item img {
  width: 100%;
}
.archive-case-study .video-wrap {
  margin-bottom: 1em;
}

.case-study-single .wrapper > p {
  text-align: left;
}

.page-memberships {
  padding-bottom: 108px;
  position: relative;
}
@media (min-width: 728px) {
  .page-memberships {
    padding-bottom: 70px;
  }
}
.page-memberships h1 {
  color: #32d2ff;
}
.page-memberships h1 em {
  font-style: normal;
  font-size: 70%;
  display: block;
  color: #fff;
}
.page-memberships .features {
  text-align: center;
}
.page-memberships .features h4 {
  color: #32d2ff;
}
.page-memberships .features .boxed {
  border-color: #32d2ff;
}
.page-memberships .features img {
  border-radius: 50%;
  border: 2px solid #32d2ff;
  overflow: hidden;
}
.page-memberships .tick-list {
  margin: 2em 0;
  list-style: none;
  font-family: "Chakra Petch", sans-serif;
  text-transform: uppercase;
}
.page-memberships .tick-list li {
  background-image: url("../images/list-tick.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 34px;
  margin-bottom: 1em;
  padding-left: 40px;
  min-height: 34px;
  display: flex;
}
.page-memberships .tick-list span {
  margin: auto 0;
}
.page-memberships .sign-up-bar {
  background: #32d2ff;
  bottom: 0;
  position: fixed;
  width: 100%;
  z-index: 5;
}
.page-memberships .sign-up-bar.sticky {
  position: absolute;
}
.page-memberships .sign-up-bar .price {
  font-family: "Chakra Petch", sans-serif;
  display: inline-block;
  font-size: 1.5em;
  font-weight: 600;
}
@media (min-width: 728px) {
  .page-memberships .sign-up-bar .price {
    font-size: 2.5em;
  }
}
@media (min-width: 960px) {
  .page-memberships .sign-up-bar .price {
    font-size: 3.125em;
  }
}
.page-memberships .sign-up-bar .price span {
  font-weight: 400;
  font-size: 0.75em;
}
.page-memberships .sign-up-bar .button, .page-memberships .sign-up-bar .gform_wrapper .gform_footer button, .gform_wrapper .gform_footer .page-memberships .sign-up-bar button {
  background: #00003f;
  margin: 0;
}
.page-memberships .sign-up-bar .button:hover, .page-memberships .sign-up-bar .gform_wrapper .gform_footer button:hover, .gform_wrapper .gform_footer .page-memberships .sign-up-bar button:hover, .page-memberships .sign-up-bar .button:focus, .page-memberships .sign-up-bar .gform_wrapper .gform_footer button:focus, .gform_wrapper .gform_footer .page-memberships .sign-up-bar button:focus {
  background: #fff;
  color: #00003f;
}
.page-memberships .sign-up-bar .reduced {
  margin: 0 1em 0 0;
}

.level-cta h2, .level-cta h3, .level-cta h4 {
  color: #32d2ff;
  text-transform: uppercase;
}
@media (min-width: 728px) {
  .level-cta .flex-inner {
    text-align: left;
  }
}

#content.membership-tier h1 {
  text-align: center;
}
#content.membership-tier .entry-summary {
  float: none !important;
  margin: 0 auto 2em;
  max-width: 860px;
  text-align: center;
  width: 100% !important;
}
@media (min-width: 728px) {
  #content.membership-tier .entry-summary {
    margin-bottom: 4em;
  }
}
#content.membership-tier .entry-summary .button, #content.membership-tier .entry-summary .gform_wrapper .gform_footer button, .gform_wrapper .gform_footer #content.membership-tier .entry-summary button {
  float: none;
}
#content.membership-tier .woocommerce-tabs.wc-tabs-wrapper,
#content.membership-tier .woocommerce-product-gallery,
#content.membership-tier .onsale,
#content.membership-tier .product_meta {
  display: none;
  visibility: hidden;
}

.faqs {
  border-bottom: 1px solid #32d2ff;
}
.faqs dt {
  border-top: 1px solid #32d2ff;
  margin-bottom: 0;
}
.faqs dt button {
  background: transparent;
  border: 0;
  color: #00003f;
  font-family: "Chakra Petch", sans-serif;
  font-weight: 700;
  font-size: 1em;
  padding: 1em 0;
  text-align: left;
  margin: 0;
  outline: none;
  width: 100%;
}
.faqs dd {
  margin: 0;
  padding: 0;
}

.page-login .login {
  margin: auto;
  max-width: 480px;
}

.team .blurb {
  margin: 0 auto 2em;
  text-align: center;
}
@media (min-width: 728px) {
  .team .blurb {
    margin: 0 0 3em;
  }
}
.team .member {
  line-height: 0;
  margin-bottom: 1em;
  position: relative;
}
.team .team-title {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#40000000",GradientType=0 ); /* IE6-9 */
  color: #fff;
  line-height: 1.2;
  position: absolute;
  transition: opacity 0.25s ease-in-out;
  opacity: 1;
  bottom: 0;
  left: 15px;
  right: 15px;
}
.team h3 {
  margin-bottom: 0;
}
.team img {
  width: 100%;
}

.page-about .team-title:after, .page-about .team-title:before {
  background: #fff;
  position: absolute;
  transition: transform 0.1s ease-in-out;
}
.page-about .team-title:before {
  height: 2px;
  width: 30px;
  bottom: 38px;
  right: 1em;
}
.page-about .team-title:after {
  height: 30px;
  width: 2px;
  right: 29px;
  bottom: 25px;
}
.page-about .team-title h3, .page-about .team-title p {
  transition: opacity 0.1s ease-in-out;
}
.page-about .selectedItem .team-title:after, .page-about .selectedItem .team-title:before {
  transform: rotate(45deg);
}
.page-about .selectedItem .team-title h3, .page-about .selectedItem .team-title p {
  opacity: 0;
}

.gridder-show .title h3 {
  margin-bottom: 0.25em;
}

.single-course .ld-item-list-section-heading {
  width: 100%;
  display: block;
  padding: 0em 8px;
}

.lesson-content {
  padding-top: 2em;
}
.lesson-content .wrapper.downloads {
  text-align: left;
}
.lesson-content .file-row {
  border-bottom: 1px solid #00003f;
  margin-bottom: 1em;
}
@media (min-width: 728px) {
  .lesson-content .file-row {
    margin-bottom: 2em;
    padding-bottom: 1em;
  }
}
.lesson-content .file-row:last-child {
  border: 0;
  margin-bottom: 0;
}
.lesson-content .file-row figure {
  margin-bottom: 1em;
}
@media (min-width: 728px) {
  .lesson-content .file-row figure {
    margin-bottom: 0;
  }
}
.lesson-content .file-row img {
  width: 100%;
}

.is-type-video .wp-block-embed__wrapper {
  position: unset;
}

.woocommerce .col-1,
.woocommerce .col-2{
  /* https://github.com/woocommerce/woocommerce/issues/15793 */
  max-width: none;
}
/*# sourceMappingURL=style.css.map */
