/*!*************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./Content/styles/main.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/**
 * version: {{version}}
 * file:    {{file}}
 * author:  Squiz Australia
 * updated: {{date}}
 *
 * Table of Contents
 *
 * - Reset
 * - Utilities
 * - General
 * - Content
 * - Modules
    {{toc}}
 */
@-webkit-keyframes indicator-scroll {
  0% {
    opacity: 0;
    transform: translateX(-50%) translateY(4px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(-50%) translateY(12px);
  }
}
@keyframes indicator-scroll {
  0% {
    opacity: 0;
    transform: translateX(-50%) translateY(4px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(-50%) translateY(12px);
  }
}
@-webkit-keyframes indicator-flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
@keyframes indicator-flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes counter-clip {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes counter-clip {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes counter-half {
  0% {
    transform: rotate(-45deg);
  }
  100% {
    transform: rotate(135deg);
  }
}
@keyframes counter-half {
  0% {
    transform: rotate(-45deg);
  }
  100% {
    transform: rotate(135deg);
  }
}
@-webkit-keyframes counter-fixed {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes counter-fixed {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes bubble-load {
  from {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.75);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes bubble-load {
  from {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.75);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}
@-webkit-keyframes bubble-loader {
  from {
    transform: translate(-50%, -50%) rotate(0);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes bubble-loader {
  from {
    transform: translate(-50%, -50%) rotate(0);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@font-face {
  font-family: "ProximaNova";
  src: url("/Areas/TassieTrade/Content/fonts/ProximaNova-Light.woff2") format("woff2"), url("/Areas/TassieTrade/Content/fonts/ProximaNova-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "ProximaNova";
  src: url("/Areas/TassieTrade/Content/fonts/ProximaNova-Regular.woff2") format("woff2"), url("/Areas/TassieTrade/Content/fonts/ProximaNova-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "ProximaNova";
  src: url("/Areas/TassieTrade/Content/fonts/ProximaNova-Medium.woff2") format("woff2"), url("/Areas/TassieTrade/Content/fonts/ProximaNova-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "ProximaNova";
  src: url("/Areas/TassieTrade/Content/fonts/ProximaNova-Semibold.woff2") format("woff2"), url("/Areas/TassieTrade/Content/fonts/ProximaNova-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "ProximaNova";
  src: url("/Areas/TassieTrade/Content/fonts/ProximaNova-Bold.woff2") format("woff2"), url("/Areas/TassieTrade/Content/fonts/ProximaNova-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
.container-fluid,
.container {
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
}

.container-fluid {
  padding-right: 2rem;
  padding-left: 2rem;
}

.container {
  flex-basis: 100%;
  margin: 0 auto;
  max-width: 100%;
  padding: 0 0.625rem;
}
.container:after {
  display: block;
  content: "";
  clear: both;
  float: none;
}

.row {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.row.reverse {
  flex-direction: row-reverse;
}

.col.reverse {
  flex-direction: column-reverse;
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.col-xs {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
}

.col-xs-1 {
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}

.col-xs-2 {
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}

.col-xs-3 {
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}

.col-xs-5 {
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}

.col-xs-6 {
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}

.col-xs-8 {
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}

.col-xs-9 {
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}

.col-xs-11 {
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}

.col-xs-12 {
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.start-xs {
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  justify-content: center;
  text-align: center;
}

.end-xs {
  justify-content: flex-end;
  text-align: end;
}

.top-xs {
  align-items: flex-start;
}

.middle-xs {
  align-items: center;
}

.bottom-xs {
  align-items: flex-end;
}

.around-xs {
  justify-content: space-around;
}

.between-xs {
  justify-content: space-between;
}

.first-xs {
  order: -1;
}

.last-xs {
  order: 1;
}

@media only screen and (min-width: 48em) {
  .container {
    flex-basis: 48rem;
    max-width: 48rem;
    width: 48rem;
  }

  .col-sm,
.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-offset-0,
.col-sm-offset-1,
.col-sm-offset-2,
.col-sm-offset-3,
.col-sm-offset-4,
.col-sm-offset-5,
.col-sm-offset-6,
.col-sm-offset-7,
.col-sm-offset-8,
.col-sm-offset-9,
.col-sm-offset-10,
.col-sm-offset-11,
.col-sm-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .col-sm {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-sm-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-sm-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-sm-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-sm-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-sm-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-sm-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-sm-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-sm-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-sm-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .start-sm {
    justify-content: flex-start;
    text-align: start;
  }

  .center-sm {
    justify-content: center;
    text-align: center;
  }

  .end-sm {
    justify-content: flex-end;
    text-align: end;
  }

  .top-sm {
    align-items: flex-start;
  }

  .middle-sm {
    align-items: center;
  }

  .bottom-sm {
    align-items: flex-end;
  }

  .around-sm {
    justify-content: space-around;
  }

  .between-sm {
    justify-content: space-between;
  }

  .first-sm {
    order: -1;
  }

  .last-sm {
    order: 1;
  }
}
@media only screen and (min-width: 71.2em) {
  .container-fluid,
.container {
    margin-left: auto;
    margin-right: auto;
  }

  .container {
    width: 71.2rem;
    flex-basis: 71.2rem;
    max-width: 98%;
  }

  .col-md,
.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-offset-0,
.col-md-offset-1,
.col-md-offset-2,
.col-md-offset-3,
.col-md-offset-4,
.col-md-offset-5,
.col-md-offset-6,
.col-md-offset-7,
.col-md-offset-8,
.col-md-offset-9,
.col-md-offset-10,
.col-md-offset-11,
.col-md-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .col-md {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-md-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-md-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-md-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-md-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-md-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-md-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-md-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-md-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-md-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .start-md {
    justify-content: flex-start;
    text-align: start;
  }

  .center-md {
    justify-content: center;
    text-align: center;
  }

  .end-md {
    justify-content: flex-end;
    text-align: end;
  }

  .top-md {
    align-items: flex-start;
  }

  .middle-md {
    align-items: center;
  }

  .bottom-md {
    align-items: flex-end;
  }

  .around-md {
    justify-content: space-around;
  }

  .between-md {
    justify-content: space-between;
  }

  .first-md {
    order: -1;
  }

  .last-md {
    order: 1;
  }
}
@media only screen and (min-width: 75em) {
  .container {
    width: 71.25rem;
  }

  .col-lg,
.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-offset-0,
.col-lg-offset-1,
.col-lg-offset-2,
.col-lg-offset-3,
.col-lg-offset-4,
.col-lg-offset-5,
.col-lg-offset-6,
.col-lg-offset-7,
.col-lg-offset-8,
.col-lg-offset-9,
.col-lg-offset-10,
.col-lg-offset-11,
.col-lg-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .col-lg {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-lg-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-lg-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-lg-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-lg-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-lg-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-lg-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-lg-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-lg-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-lg-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .start-lg {
    justify-content: flex-start;
    text-align: start;
  }

  .center-lg {
    justify-content: center;
    text-align: center;
  }

  .end-lg {
    justify-content: flex-end;
    text-align: end;
  }

  .top-lg {
    align-items: flex-start;
  }

  .middle-lg {
    align-items: center;
  }

  .bottom-lg {
    align-items: flex-end;
  }

  .around-lg {
    justify-content: space-around;
  }

  .between-lg {
    justify-content: space-between;
  }

  .first-lg {
    order: -1;
  }

  .last-lg {
    order: 1;
  }
}
/*
--------------------
Reset (normalize.css)
--------------------
*/
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
article, aside, details, figcaption, figure, footer,
header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "“" "”" "‘" "’";
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*,
*::after,
*::before {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

/*
--------------------
Utilities
--------------------
*/
.visuallyhidden, .sr-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active, .focusable.sr-only:active,
.visuallyhidden.focusable:focus,
.focusable.sr-only:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

.clear-floats:after {
  display: block;
  content: "";
  clear: both;
  float: none;
}

.pull-left {
  float: left;
}

.video-embed {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.video-embed:after {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.video-embed iframe {
  height: 100%;
  left: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/*
--------------------
General
--------------------
*/
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

body,
html,
.page-wrapper {
  height: 100%;
}

body {
  overflow-y: scroll;
  font-family: "ProximaNova", Helvetica, sans-serif;
  font-size: 1em;
  line-height: 1.4;
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

@-ms-viewport {
  width: device-width;
}
@page {
  margin: 0.5cm;
}
/*
--------------------
Modules
--------------------
*/
.chevron {
  position: relative;
  z-index: 1;
}
.chevron::after, .chevron::before {
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  content: "";
  height: 0.625rem;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transition: opacity 0.15s ease-in-out;
  width: 0.625rem;
  z-index: -1;
}
.chevron::before {
  border-bottom: 2px solid #061B2B;
  border-left: 2px solid #061B2B;
  opacity: 1;
}

.chevron-down {
  position: relative;
  z-index: 1;
  transform: rotate(-90deg);
}
.chevron-down::after, .chevron-down::before {
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  content: "";
  height: 0.625rem;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transition: opacity 0.15s ease-in-out;
  width: 0.625rem;
  z-index: -1;
}
.chevron-down::before {
  border-bottom: 2px solid #4DA0FF;
  border-left: 2px solid #4DA0FF;
  opacity: 1;
}
.chevron-down:hover::after, .chevron-down:focus::after {
  opacity: 1;
}
.chevron-down:hover::before, .chevron-down:focus::before {
  opacity: 0.75;
}

.chevron-right {
  position: relative;
  z-index: 1;
  transform: rotate(180deg);
}
.chevron-right::after, .chevron-right::before {
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  content: "";
  height: 1.25rem;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transition: opacity 0.15s ease-in-out;
  width: 1.25rem;
  z-index: -1;
}
.chevron-right::before {
  border-bottom: 2px solid #061B2B;
  border-left: 2px solid #061B2B;
  opacity: 1;
}

.arrow {
  position: relative;
}
.arrow::after, .arrow::before {
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  transition: transform 0.15s ease-in-out;
}
.arrow::after {
  border-right: 2px solid #4DA0FF;
  border-top: 2px solid #4DA0FF;
  height: 0.625rem;
  transform: translateY(-50%) translateX(-50%) translateX(0.125rem) rotate(45deg);
  width: 0.625rem;
}
.arrow::before {
  background-color: #4DA0FF;
  height: 0.125rem;
  transform: translateY(-50%) translateX(-50%);
  transform-origin: left;
  width: calc(0.75rem + .125rem);
}

.arrow-hover {
  position: relative;
}
.arrow-hover::after, .arrow-hover::before {
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  transition: transform 0.15s ease-in-out;
}
.arrow-hover::after {
  border-right: 2px solid #4DA0FF;
  border-top: 2px solid #4DA0FF;
  height: 0.625rem;
  transform: translateY(-50%) translateX(-50%) translateX(0.125rem) rotate(45deg);
  width: 0.625rem;
}
.arrow-hover::before {
  background-color: #4DA0FF;
  height: 0.125rem;
  transform: translateY(-50%) translateX(-50%);
  transform-origin: left;
  width: calc(0.75rem + .125rem);
}
.arrow-hover:hover::after, .arrow-hover:focus::after {
  transform: translateY(-50%) translateX(115%) rotate(45deg);
}
.arrow-hover:hover::before, .arrow-hover:focus::before {
  transform: translateY(-50%) translate(-50%) scale(2, 1);
}

.arrow-diag {
  position: relative;
  transform: scale(0.75) rotate(-45deg);
}
.arrow-diag::after, .arrow-diag::before {
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  transition: transform 0.15s ease-in-out;
}
.arrow-diag::after {
  border-right: 2px solid #4DA0FF;
  border-top: 2px solid #4DA0FF;
  height: 0.625rem;
  transform: translateY(-50%) translateX(-50%) translateX(0.125rem) rotate(45deg);
  width: 0.625rem;
}
.arrow-diag::before {
  background-color: #4DA0FF;
  height: 0.125rem;
  transform: translateY(-50%) translateX(-50%);
  transform-origin: left;
  width: calc(0.75rem + .125rem);
}

.circle {
  border: 0;
  border-radius: 50%;
  position: relative;
}
.circle::after, .circle::before {
  background-color: #061B2B;
  border-radius: 50%;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scale(1);
  transition: opacity 0.15s ease-in-out, transform 0.15s ease-in-out;
  width: 100%;
  z-index: -1;
}
.circle::after {
  background-color: #4DA0FF;
  opacity: 0;
}

.circle-hover {
  border: 0;
  border-radius: 50%;
  position: relative;
}
.circle-hover::after, .circle-hover::before {
  background-color: #fff;
  border-radius: 50%;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scale(1);
  transition: opacity 0.15s ease-in-out, transform 0.15s ease-in-out;
  width: 100%;
  z-index: -1;
}
.circle-hover::after {
  background-color: #4DA0FF;
  opacity: 0;
}
.circle-hover:hover::after, .circle-hover:focus::after {
  opacity: 1;
}
.circle-hover:hover::before, .circle-hover:focus::before {
  transform: scale(0.99);
}
.circle-hover:hover > *::after, .circle-hover:focus > *::after {
  opacity: 1;
}

.circle-border {
  border: 0;
  border-radius: 50%;
  position: relative;
}
.circle-border::after, .circle-border::before {
  background-color: transparent;
  border-radius: 50%;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scale(1);
  transition: opacity 0.15s ease-in-out, transform 0.15s ease-in-out;
  width: 100%;
  z-index: -1;
}
.circle-border::after {
  background-color: #4DA0FF;
  opacity: 0;
}
.circle-border:hover::after, .circle-border:focus::after {
  opacity: 1;
}
.circle-border:hover::before, .circle-border:focus::before {
  transform: scale(0.99);
}
.circle-border:hover > *::after, .circle-border:focus > *::after {
  opacity: 1;
}
.circle-border::before {
  border-color: #061B2B;
  border-style: solid;
  border-width: 0.125rem;
}

.circle-shadow {
  border: 0;
  border-radius: 50%;
  position: relative;
}
.circle-shadow::after, .circle-shadow::before {
  background-color: transparent;
  border-radius: 50%;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scale(1);
  transition: opacity 0.15s ease-in-out, transform 0.15s ease-in-out;
  width: 100%;
  z-index: -1;
}
.circle-shadow::after {
  background-color: #4DA0FF;
  opacity: 0;
}
.circle-shadow::before {
  box-shadow: 0 0 0.375rem 0 rgba(6, 27, 43, 0.3);
}

.slider__button--prev, .slider__button--next {
  border: 0;
  border-radius: 50%;
  position: relative;
  background-color: transparent;
  height: 3.125rem;
  width: 3.125rem;
}
.slider__button--prev::after, .slider__button--next::after, .slider__button--prev::before, .slider__button--next::before {
  background-color: #fff;
  border-radius: 50%;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scale(1);
  transition: opacity 0.15s ease-in-out, transform 0.15s ease-in-out;
  width: 100%;
  z-index: -1;
}
.slider__button--prev::after, .slider__button--next::after {
  background-color: #4DA0FF;
  opacity: 0;
}
.slider__button--prev:hover::after, .slider__button--next:hover::after, .slider__button--prev:focus::after, .slider__button--next:focus::after {
  opacity: 1;
}
.slider__button--prev:hover::before, .slider__button--next:hover::before, .slider__button--prev:focus::before, .slider__button--next:focus::before {
  transform: scale(0.99);
}
.slider__button--prev:hover > *::after, .slider__button--next:hover > *::after, .slider__button--prev:focus > *::after, .slider__button--next:focus > *::after {
  opacity: 1;
}
.slider__button--prev::before, .slider__button--next::before {
  box-shadow: 0 0 0.375rem 0 rgba(6, 27, 43, 0.3);
}

.slider__button--next {
  transform: scale(-1, -1);
}

.slider__button-chevron {
  position: relative;
  z-index: 1;
}
.slider__button-chevron::after, .slider__button-chevron::before {
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  content: "";
  height: 0.625rem;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transition: opacity 0.15s ease-in-out;
  width: 0.625rem;
  z-index: -1;
}
.slider__button-chevron::before {
  border-bottom: 2px solid #061B2B;
  border-left: 2px solid #061B2B;
  opacity: 1;
}

.icon--logo-text {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 828px 828px;
  background-image: url(/Areas/TassieTrade/Content/images/sprite_c.svg);
  width: 330px;
  height: 60px;
  background-position: 0px -200px;
}

.icon--tas-gov-white {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 828px 828px;
  background-image: url(/Areas/TassieTrade/Content/images/sprite_c.svg);
  width: 76px;
  height: 33px;
  background-position: 0px 0px;
}

.icon--tas-gov-black {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 828px 828px;
  background-image: url(/Areas/TassieTrade/Content/images/sprite_c.svg);
  width: 76px;
  height: 33px;
  background-position: -200px 0px;
}

.icon--tas-tour-white {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 828px 828px;
  background-image: url(/Areas/TassieTrade/Content/images/sprite_c.svg);
  width: 90px;
  height: 33px;
  background-position: -100px 0px;
}

.icon--tas-tour-black {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 828px 828px;
  background-image: url(/Areas/TassieTrade/Content/images/sprite_c.svg);
  width: 90px;
  height: 33px;
  background-position: -300px 0px;
}

.icon--graduate {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 828px 828px;
  background-image: url(/Areas/TassieTrade/Content/images/sprite_c.svg);
  width: 74px;
  height: 70px;
  background-position: 0px -300px;
}

.icon--picture {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 828px 828px;
  background-image: url(/Areas/TassieTrade/Content/images/sprite_c.svg);
  width: 62px;
  height: 63px;
  background-position: -100px -300px;
}

.icon--newspaper {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 828px 828px;
  background-image: url(/Areas/TassieTrade/Content/images/sprite_c.svg);
  width: 70px;
  height: 55px;
  background-position: -200px -300px;
}

.icon--church {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 828px 828px;
  background-image: url(/Areas/TassieTrade/Content/images/sprite_c.svg);
  width: 65px;
  height: 65px;
  background-position: 0px -100px;
}

.icon--corkscrew {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 828px 828px;
  background-image: url(/Areas/TassieTrade/Content/images/sprite_c.svg);
  width: 54px;
  height: 65px;
  background-position: -100px -100px;
}

.icon--itinerary {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 828px 828px;
  background-image: url(/Areas/TassieTrade/Content/images/sprite_c.svg);
  width: 38px;
  height: 40px;
  background-position: -200px -100px;
}

.icon--lotus {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 828px 828px;
  background-image: url(/Areas/TassieTrade/Content/images/sprite_c.svg);
  width: 69px;
  height: 57px;
  background-position: -300px -100px;
}

.icon--mask {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 828px 828px;
  background-image: url(/Areas/TassieTrade/Content/images/sprite_c.svg);
  width: 64px;
  height: 64px;
  background-position: -400px -100px;
}

.icon--mountain {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 828px 828px;
  background-image: url(/Areas/TassieTrade/Content/images/sprite_c.svg);
  width: 65px;
  height: 65px;
  background-position: -500px -100px;
}

.icon--sport {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 828px 828px;
  background-image: url(/Areas/TassieTrade/Content/images/sprite_c.svg);
  width: 65px;
  height: 65px;
  background-position: -600px -100px;
}

.icon--map {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 828px 828px;
  background-image: url(/Areas/TassieTrade/Content/images/sprite_c.svg);
  width: 53px;
  height: 40px;
  background-position: -300px -300px;
}

.icon--aus-flag {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 828px 828px;
  background-image: url(/Areas/TassieTrade/Content/images/sprite_c.svg);
  width: 30px;
  height: 20px;
  background-position: -400px -200px;
}

.icon--china-flag {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 828px 828px;
  background-image: url(/Areas/TassieTrade/Content/images/sprite_c.svg);
  width: 30px;
  height: 20px;
  background-position: -500px -200px;
}

.icon--germany-flag {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 828px 828px;
  background-image: url(/Areas/TassieTrade/Content/images/sprite_c.svg);
  width: 30px;
  height: 20px;
  background-position: -600px -200px;
}

.icon--twitter-white {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 828px 828px;
  background-image: url(/Areas/TassieTrade/Content/images/sprite_c.svg);
  width: 20px;
  height: 16px;
  background-position: 0px -400px;
}

.icon--twitter-cyan {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 828px 828px;
  background-image: url(/Areas/TassieTrade/Content/images/sprite_c.svg);
  width: 20px;
  height: 16px;
  background-position: -600px -400px;
}

.icon--facebook-white {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 828px 828px;
  background-image: url(/Areas/TassieTrade/Content/images/sprite_c.svg);
  width: 8px;
  height: 16px;
  background-position: -100px -400px;
}

.icon--facebook-cyan {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 828px 828px;
  background-image: url(/Areas/TassieTrade/Content/images/sprite_c.svg);
  width: 8px;
  height: 16px;
  background-position: -500px -400px;
}

.icon--instagram-white {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 828px 828px;
  background-image: url(/Areas/TassieTrade/Content/images/sprite_c.svg);
  width: 18px;
  height: 18px;
  background-position: -200px -400px;
}

.icon--instagram-cyan {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 828px 828px;
  background-image: url(/Areas/TassieTrade/Content/images/sprite_c.svg);
  width: 18px;
  height: 18px;
  background-position: -400px -400px;
}

.icon--mail-white {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 828px 828px;
  background-image: url(/Areas/TassieTrade/Content/images/sprite_c.svg);
  width: 16px;
  height: 12px;
  background-position: -300px -400px;
}

.icon--search-white {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 828px 828px;
  background-image: url(/Areas/TassieTrade/Content/images/sprite_c.svg);
  width: 19px;
  height: 19px;
  background-position: 0px -500px;
}

.icon--search-blue {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 828px 828px;
  background-image: url(/Areas/TassieTrade/Content/images/sprite_c.svg);
  width: 19px;
  height: 19px;
  background-position: -100px -500px;
}

.icon--marker-blue {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 828px 828px;
  background-image: url(/Areas/TassieTrade/Content/images/sprite_c.svg);
  width: 12px;
  height: 14px;
  background-position: -200px -500px;
}

.icon--marker-white {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 828px 828px;
  background-image: url(/Areas/TassieTrade/Content/images/sprite_c.svg);
  width: 12px;
  height: 14px;
  background-position: -300px -500px;
}

.icon--car-white {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 828px 828px;
  background-image: url(/Areas/TassieTrade/Content/images/sprite_c.svg);
  width: 12px;
  height: 10px;
  background-position: -400px -500px;
}

.icon--globe-white {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 828px 828px;
  background-image: url(/Areas/TassieTrade/Content/images/sprite_c.svg);
  width: 17px;
  height: 17px;
  background-position: -500px -500px;
}

.icon--phone-blue {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 828px 828px;
  background-image: url(/Areas/TassieTrade/Content/images/sprite_c.svg);
  width: 13px;
  height: 13px;
  background-position: 0px -600px;
}

.icon--mail-blue {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 828px 828px;
  background-image: url(/Areas/TassieTrade/Content/images/sprite_c.svg);
  width: 14px;
  height: 10px;
  background-position: -200px -700px;
}

.icon--monitor-blue {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 828px 828px;
  background-image: url(/Areas/TassieTrade/Content/images/sprite_c.svg);
  width: 14px;
  height: 12px;
  background-position: -100px -600px;
}

.icon--note-blue {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 828px 828px;
  background-image: url(/Areas/TassieTrade/Content/images/sprite_c.svg);
  width: 28px;
  height: 25px;
  background-position: -200px -600px;
}

.icon--note-white {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 828px 828px;
  background-image: url(/Areas/TassieTrade/Content/images/sprite_c.svg);
  width: 28px;
  height: 25px;
  background-position: -400px -600px;
}

.icon--binoculars-white {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 828px 828px;
  background-image: url(/Areas/TassieTrade/Content/images/sprite_c.svg);
  width: 26px;
  height: 20px;
  background-position: -300px -600px;
}

.icon--ship-blue {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 828px 828px;
  background-image: url(/Areas/TassieTrade/Content/images/sprite_c.svg);
  width: 15px;
  height: 17px;
  background-position: -500px -600px;
}

.icon--ship-white {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 828px 828px;
  background-image: url(/Areas/TassieTrade/Content/images/sprite_c.svg);
  width: 15px;
  height: 17px;
  background-position: -400px -700px;
}

.icon--tree-green {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 828px 828px;
  background-image: url(/Areas/TassieTrade/Content/images/sprite_c.svg);
  width: 13px;
  height: 18px;
  background-position: -600px -600px;
}

.icon--tree-white {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 828px 828px;
  background-image: url(/Areas/TassieTrade/Content/images/sprite_c.svg);
  width: 13px;
  height: 18px;
  background-position: -500px -700px;
}

.icon--powerpoint-white {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 828px 828px;
  background-image: url(/Areas/TassieTrade/Content/images/sprite_c.svg);
  width: 22px;
  height: 25px;
  background-position: 0px -700px;
}

.icon--marker-border {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 828px 828px;
  background-image: url(/Areas/TassieTrade/Content/images/sprite_c.svg);
  width: 14px;
  height: 17px;
  background-position: -100px -700px;
}

.icon--quote-grey {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 828px 828px;
  background-image: url(/Areas/TassieTrade/Content/images/sprite_c.svg);
  width: 26px;
  height: 34px;
  background-position: -300px -700px;
}

.icon--plane-blue {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 828px 828px;
  background-image: url(/Areas/TassieTrade/Content/images/sprite_c.svg);
  width: 15px;
  height: 15px;
  background-position: -700px -400px;
}

.icon--plane-white {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 828px 828px;
  background-image: url(/Areas/TassieTrade/Content/images/sprite_c.svg);
  width: 15px;
  height: 15px;
  background-position: -800px -400px;
}

.icon--plane-blue-circle {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 828px 828px;
  background-image: url(/Areas/TassieTrade/Content/images/sprite_c.svg);
  width: 28px;
  height: 28px;
  background-position: -700px -800px;
}

.icon--plane-white-circle {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 828px 828px;
  background-image: url(/Areas/TassieTrade/Content/images/sprite_c.svg);
  width: 28px;
  height: 28px;
  background-position: -800px -800px;
}

.icon--ship-blue-circle {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 828px 828px;
  background-image: url(/Areas/TassieTrade/Content/images/sprite_c.svg);
  width: 28px;
  height: 28px;
  background-position: -700px -700px;
}

.icon--ship-white-circle {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 828px 828px;
  background-image: url(/Areas/TassieTrade/Content/images/sprite_c.svg);
  width: 28px;
  height: 28px;
  background-position: -800px -700px;
}

.icon--tree-green-circle {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 828px 828px;
  background-image: url(/Areas/TassieTrade/Content/images/sprite_c.svg);
  width: 28px;
  height: 28px;
  background-position: -700px -600px;
}

.icon--close-black {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 828px 828px;
  background-image: url(/Areas/TassieTrade/Content/images/sprite_c.svg);
  width: 10px;
  height: 10px;
  background-position: -800px -500px;
}

.icon--close-cyan {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 828px 828px;
  background-image: url(/Areas/TassieTrade/Content/images/sprite_c.svg);
  width: 10px;
  height: 10px;
  background-position: -700px -300px;
}

.icon--tree-white-circle {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 828px 828px;
  background-image: url(/Areas/TassieTrade/Content/images/sprite_c.svg);
  width: 28px;
  height: 28px;
  background-position: -800px -600px;
}

.icon--car-white-circle {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 828px 828px;
  background-image: url(/Areas/TassieTrade/Content/images/sprite_c.svg);
  width: 23px;
  height: 23px;
  background-position: -700px -500px;
}

.icon--camera-white {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 828px 828px;
  background-image: url(/Areas/TassieTrade/Content/images/sprite_c.svg);
  width: 27px;
  height: 27px;
  background-position: -600px -800px;
}

.icon--camera-border {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 828px 828px;
  background-image: url(/Areas/TassieTrade/Content/images/sprite_c.svg);
  width: 28px;
  height: 28px;
  background-position: -600px -500px;
}

.icon--expand-white {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 828px 828px;
  background-image: url(/Areas/TassieTrade/Content/images/sprite_c.svg);
  width: 27px;
  height: 27px;
  background-position: -600px -300px;
}

.icon--close-white {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 828px 828px;
  background-image: url(/Areas/TassieTrade/Content/images/sprite_c.svg);
  width: 10px;
  height: 10px;
  background-position: -500px -300px;
}

.icon--expand-border {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 828px 828px;
  background-image: url(/Areas/TassieTrade/Content/images/sprite_c.svg);
  width: 20px;
  height: 20px;
  background-position: -400px -300px;
}

.icon--pdf-white {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 828px 828px;
  background-image: url(/Areas/TassieTrade/Content/images/sprite_c.svg);
  width: 22px;
  height: 25px;
  background-position: -600px -700px;
}

.icon--excel-white {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 828px 828px;
  background-image: url(/Areas/TassieTrade/Content/images/sprite_c.svg);
  width: 22px;
  height: 25px;
  background-position: 0px -800px;
}

.icon--word-white {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 828px 828px;
  background-image: url(/Areas/TassieTrade/Content/images/sprite_c.svg);
  width: 22px;
  height: 25px;
  background-position: -100px -800px;
}

.icon--pdf-blue {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 828px 828px;
  background-image: url(/Areas/TassieTrade/Content/images/sprite_c.svg);
  width: 22px;
  height: 25px;
  background-position: -200px -800px;
}

.icon--powerpoint-blue {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 828px 828px;
  background-image: url(/Areas/TassieTrade/Content/images/sprite_c.svg);
  width: 22px;
  height: 25px;
  background-position: -300px -800px;
}

.icon--excel-blue {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 828px 828px;
  background-image: url(/Areas/TassieTrade/Content/images/sprite_c.svg);
  width: 22px;
  height: 25px;
  background-position: -400px -800px;
}

.icon--word-blue {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 828px 828px;
  background-image: url(/Areas/TassieTrade/Content/images/sprite_c.svg);
  width: 22px;
  height: 25px;
  background-position: -500px -800px;
}

.content .accordion__item {
  margin: 0 0 0.25rem;
  position: relative;
}
.content .accordion__item::after, .content .accordion__item::before {
  background-color: #061B2B;
  content: "";
  height: 0.125rem;
  opacity: 1;
  position: absolute;
  right: 1.625rem;
  top: 0.3125rem;
  transform: translateX(0) translateY(2rem);
  transition: transform 0.15s ease-in-out, opacity 0.15s ease-in-out, background-color 0.15s ease-in-out;
  width: 1rem;
  z-index: 1;
}
.content .accordion__item::before {
  transform: translateX(0) translateY(2rem) rotate(90deg);
}
.content .accordion__item--active::after {
  opacity: 0;
  transform: translateX(0) translateY(2rem) rotate(-90deg);
}
.content .accordion__item--active::before {
  background-color: #fff;
  transform: translateX(0) translateY(2rem) rotate(0);
}
.content .accordion__item--active .accordion__link {
  color: #fff;
}
.content .accordion__item--active .accordion__link::before {
  background-color: #061B2B;
  opacity: 1;
  border-radius: 0.3125rem 0.3125rem 0 0;
}
.content .accordion__link {
  background-color: transparent;
  color: #061B2B;
  display: block;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.875rem;
  padding: 1.375rem 4.375rem 1.375rem 1.625rem;
  position: relative;
  transition: color 0.15s ease-in-out;
  will-change: color;
  z-index: 0;
}
.content .accordion__link::after, .content .accordion__link::before {
  background-color: #3E76B6;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.15s ease-in-out;
  z-index: -1;
  border-radius: 0.3125rem;
}
.content .accordion__link::before {
  background-color: #3E76B6;
  opacity: 0.15;
}
.accordion__item--active .content .accordion__link {
  color: #fff;
}
.accordion__item--active .content .accordion__link::after {
  opacity: 1;
}
.content .accordion__target {
  overflow: hidden;
  transition: height 0.15s ease-in-out;
}
.content .accordion__contents {
  padding: 0.9375rem 1.625rem;
  /**
   This is purely to remove padding from duplicate elements that were copied in
   during the migration from the previous site.
   */
}
.content .accordion__contents *:first-child {
  margin-top: 0;
}
.content .accordion__contents *:last-child {
  margin-bottom: 0;
}
.content .accordion__contents .accordion__contents {
  padding: 0;
}

.back-to {
  background-color: #3E76B6;
}
.back-to a {
  position: relative;
  color: #fff;
  display: block;
  font-size: 0.8125rem;
  padding: 1.375rem 0;
  padding-left: 1.875rem;
  text-decoration: none;
  text-transform: uppercase;
}
.back-to a::after, .back-to a::before {
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  transition: transform 0.15s ease-in-out;
}
.back-to a::after {
  border-right: 2px solid #4DA0FF;
  border-top: 2px solid #4DA0FF;
  height: 0.625rem;
  transform: translateY(-50%) translateX(-50%) translateX(0.125rem) rotate(45deg);
  width: 0.625rem;
}
.back-to a::before {
  background-color: #4DA0FF;
  height: 0.125rem;
  transform: translateY(-50%) translateX(-50%);
  transform-origin: left;
  width: calc(0.75rem + .125rem);
}
.back-to a::before {
  background-color: #fff;
  left: 0.5625rem;
}
.back-to a::after {
  border-color: #fff;
  left: 0.3125rem;
  transform: translateY(-50%) translateX(-50%) translateX(0.125rem) rotate(-135deg);
}

.slider__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  margin-bottom: 2.5rem;
  pointer-events: none;
  z-index: 1;
}

.slider__btn {
  border: 0;
  border-radius: 50%;
  position: relative;
  background-color: transparent;
  border-radius: 0;
  color: #fff;
  height: 0.5625rem;
  overflow: hidden;
  padding: 0;
  pointer-events: all;
  text-indent: 100%;
  white-space: nowrap;
  width: 0.5625rem;
  z-index: 1;
}
.slider__btn::after, .slider__btn::before {
  background-color: transparent;
  border-radius: 50%;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scale(1);
  transition: opacity 0.15s ease-in-out, transform 0.15s ease-in-out;
  width: 100%;
  z-index: -1;
}
.slider__btn::after {
  background-color: #fff;
  opacity: 0;
}
.slider__btn::before {
  border-color: #fff;
  border-style: solid;
  border-width: 0.125rem;
}
.slider__btn:focus {
  outline: 0;
}
.slider__btn + .slider__btn {
  margin-left: 0.625rem;
}

.slider__btn--active::after {
  opacity: 1;
}

@media (min-width: 48em) {
  .slider__list {
    color: #fff;
    flex-basis: 100%;
    justify-content: flex-start;
    margin-bottom: 8.5rem;
    max-width: 37.5rem;
    position: relative;
  }

  .slider__btn {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 0.75rem;
    height: auto;
    line-height: 0.875rem;
    overflow: visible;
    padding: 0.75rem 0 0.625rem;
    position: static;
    text-align: left;
    text-indent: inherit;
    text-transform: uppercase;
    white-space: normal;
    width: 25%;
  }
  .slider__btn::before, .slider__btn::after {
    display: none;
  }
  .slider__btn:nth-child(1).slider__btn--active ~ .slider__btn:last-child::before {
    transform: translateX(0);
  }
  .slider__btn:nth-child(2).slider__btn--active ~ .slider__btn:last-child::before {
    transform: translateX(100%);
  }
  .slider__btn:nth-child(3).slider__btn--active ~ .slider__btn:last-child::before {
    transform: translateX(200%);
  }
  .slider__btn:last-child::before {
    background-color: #fff;
    border: 0;
    border-radius: 0;
    content: "";
    display: block;
    height: 0.125rem;
    left: 0;
    position: absolute;
    top: 0;
    transform: translateX(0);
    transition: transform 0.5s ease-in-out;
    width: 25%;
  }
  .slider__btn:nth-child(1):hover ~ .slider__btn:last-child::before {
    transform: translateX(0) !important;
  }
  .slider__btn:nth-child(2):hover ~ .slider__btn:last-child::before {
    transform: translateX(100%) !important;
  }
  .slider__btn:nth-child(2):last-child:hover::before, .slider__btn:nth-child(2):last-child:focus::before, .slider__btn:nth-child(2):last-child.slider__btn--active::before {
    transform: translateX(100%) !important;
  }
  .slider__btn:nth-child(3):hover ~ .slider__btn:last-child::before {
    transform: translateX(200%) !important;
  }
  .slider__btn:nth-child(3):last-child:hover::before, .slider__btn:nth-child(3):last-child:focus::before, .slider__btn:nth-child(3):last-child.slider__btn--active::before {
    transform: translateX(200%) !important;
  }
  .slider__btn:nth-child(4):last-child:hover::before, .slider__btn:nth-child(4):last-child:focus::before, .slider__btn:nth-child(4):last-child.slider__btn--active::before {
    transform: translateX(300%) !important;
  }
  .slider__btn + .slider__btn {
    margin-left: 0;
  }
}
.circle-counter {
  -webkit-animation-play-state: running;
          animation-play-state: running;
  background-color: transparent;
  border: solid rgba(211, 210, 215, 0.5) 1px;
  border-radius: 50%;
  height: 2.75rem;
  padding: 0;
  pointer-events: all;
  position: relative;
  z-index: 10;
  width: 2.75rem;
}
.circle-counter:focus {
  outline: 0;
}
.banner--slider .circle-counter {
  display: none;
  margin: 0 1.375rem 9rem 0;
}

.circle-counter--paused {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.circle-counter__clip {
  -webkit-animation: counter-clip 8s steps(2) infinite;
          animation: counter-clip 8s steps(2) infinite;
  -webkit-animation-play-state: inherit;
          animation-play-state: inherit;
  height: 100%;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  transform-origin: left center;
  width: 50%;
}

.circle-counter__half {
  border: solid 0.1875rem transparent;
  border-left-color: #4DA0FF;
  border-radius: 50%;
  border-top-color: #4DA0FF;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.circle-counter__half--clipped {
  -webkit-animation: counter-half 4s linear infinite;
          animation: counter-half 4s linear infinite;
  -webkit-animation-play-state: inherit;
          animation-play-state: inherit;
  width: 200%;
}

.circle-counter__half--fixed {
  -webkit-animation: counter-fixed 8s infinite step-end;
          animation: counter-fixed 8s infinite step-end;
  -webkit-animation-play-state: inherit;
          animation-play-state: inherit;
  transform: rotate(135deg);
  width: 100%;
}

.circle-counter__player {
  height: 2rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.4);
  width: 2rem;
}
.circle-counter__player::before, .circle-counter__player::after {
  border: 0 solid transparent;
  border-left-color: #fff;
  border-width: 0 0 0 0.6875rem;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  transition: all 0.15s ease;
}
.circle-counter__player::after {
  left: auto;
  right: 0;
}
.circle-counter--paused .circle-counter__player::before, .circle-counter--paused .circle-counter__player::after {
  border-width: 0.5rem 0 0.5rem 1rem;
  height: 100%;
}
.circle-counter--paused .circle-counter__player::after {
  height: 50%;
}

@media (min-width: 48em) {
  .banner--slider .circle-counter {
    display: block;
  }
}
.indicator {
  height: 3.25rem;
  position: relative;
  width: 1.25rem;
}
.indicator::after, .indicator::before {
  content: "";
  display: block;
}
.indicator::after {
  border: 2px solid #061B2B;
  border-radius: 0.625rem;
  height: 1.875rem;
  width: 100%;
}
.indicator::before {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: indicator-scroll;
          animation-name: indicator-scroll;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  background-color: #061B2B;
  border-radius: 0.625rem;
  height: 0.375rem;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%) translateY(0.25rem);
  width: 0.125rem;
}
.banner--slider .indicator {
  bottom: 0.5rem;
  position: absolute;
  right: 0.9375rem;
  z-index: 1;
}

.indicator-arrow {
  position: relative;
  z-index: 1;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: indicator-flash;
          animation-name: indicator-flash;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
}
.indicator-arrow::after, .indicator-arrow::before {
  border-bottom: 2px solid transparent;
  border-left: 2px solid transparent;
  content: "";
  height: 9px;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transition: opacity 0.15s ease-in-out;
  width: 9px;
  z-index: -1;
}
.indicator-arrow::before {
  border-bottom: 2px solid #061B2B;
  border-left: 2px solid #061B2B;
  opacity: 1;
}

.indicator-arrow--first {
  transform: scale(0.8, 0.75) rotate(-90deg) translateX(1.25rem);
}

.indicator-arrow--second {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
  transform: scale(0.8, 0.75) rotate(-90deg) translateX(6px);
}

@media (min-width: 48em) {
  .banner--slider .indicator {
    bottom: 3rem;
  }
}
@media (min-width: 71.2em) {
  .banner--slider .indicator {
    bottom: auto;
    margin-bottom: 1.5rem;
    position: relative;
    right: auto;
  }
}
.cookie-policy {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #183D5A;
  padding: 1rem;
  color: #fff;
  font-size: 0.85rem;
  z-index: 3000;
}
.cookie-policy p {
  text-align: center;
  margin: 0;
  padding: 0 1rem 1rem 0;
}
.cookie-policy p a {
  text-decoration: underline;
  color: #fff;
}
.cookie-policy p a:hover, .cookie-policy p a:focus {
  text-decoration: none;
}
.cookie-policy__agree {
  transition: all 0.5s ease;
  display: block;
  background: #fff;
  border: 1px solid #fff;
  color: #183D5A;
  padding: 1rem;
  border-radius: 0.5rem;
  white-space: nowrap;
  text-decoration: none;
}
.cookie-policy__agree:hover, .cookie-policy__agree:focus {
  color: #fff;
  background: #183D5A;
}

@media (min-width: 48em) {
  .cookie-policy {
    flex-direction: row;
    padding: 1rem 5rem;
  }
  .cookie-policy p {
    text-align: left;
    padding-bottom: 0;
  }
}
.disclaimer {
  background-color: #1A3E57;
  overflow: hidden;
  position: relative;
  z-index: 3000;
}

.disclaimer-container {
  max-width: 1132px;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  position: relative;
  align-items: center;
  display: flex;
}

.disclaimer-content {
  display: inline-block;
  color: #fff;
  padding: 10px;
  padding-right: 50px;
}
.disclaimer-content p {
  margin: 0;
}

.disclaimer-content h2 {
  font-size: 24px;
  margin: 0;
  font-weight: normal;
  line-height: normal;
  font-family: "proxima-nova", sans-serif;
  text-transform: uppercase;
}

.disclaimer-content a {
  color: #fff;
  text-decoration: none;
  font-weight: normal;
}

.disclaimer-content a:hover {
  text-decoration: underline;
}

.disclaimer-container-close {
  margin-left: auto;
  cursor: pointer;
  color: #fff;
  float: right;
  padding: 12px;
}

.disclaimer-container-close:after {
  font-weight: 400;
  content: "X";
  padding: 0 0 0 5px;
  font-size: 18px;
  color: #fff;
}

@media screen and (max-width: 900px) {
  .disclaimer-container-close {
    position: absolute;
    right: 6px;
    top: 0;
  }

  .disclaimer-container-close .close-text {
    display: none;
  }

  .disclaimer-content {
    padding-right: 50px;
    text-align: center;
    display: block;
  }
}
.content .download-list,
.download-list {
  list-style: none;
}
.content .download-list li,
.download-list li {
  margin: 0;
  padding: 0;
}
.content .download-list li::before,
.download-list li::before {
  display: none;
}
.content .download-list__link,
.download-list__link {
  border-radius: 2rem;
  border: 0.0625rem solid #D3D2D7;
  color: #061B2B;
  display: block;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.625rem;
  margin: 0 0 0.625rem;
  padding: 0.875rem 1.5rem;
  transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
}
.content .download-list__link:hover, .content .download-list__link:focus,
.download-list__link:hover,
.download-list__link:focus {
  background-color: #3E76B6;
  color: #fff;
  text-decoration: none;
}
.content .download-list__link::before,
.download-list__link::before {
  content: "";
  display: block;
  float: left;
  margin: 0 0.625rem 0 0.75rem;
}
.content .download-list__link--pdf::before,
.download-list__link--pdf::before {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 828px 828px;
  background-image: url(/Areas/TassieTrade/Content/images/sprite_c.svg);
  width: 22px;
  height: 25px;
  background-position: -200px -800px;
}
.content .download-list__link--pdf:hover::before, .content .download-list__link--pdf:focus::before,
.download-list__link--pdf:hover::before,
.download-list__link--pdf:focus::before {
  width: 22px;
  height: 25px;
  background-position: -600px -700px;
}
.content .download-list__link--ppt::before,
.download-list__link--ppt::before {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 828px 828px;
  background-image: url(/Areas/TassieTrade/Content/images/sprite_c.svg);
  width: 22px;
  height: 25px;
  background-position: -300px -800px;
}
.content .download-list__link--ppt:hover::before, .content .download-list__link--ppt:focus::before,
.download-list__link--ppt:hover::before,
.download-list__link--ppt:focus::before {
  width: 22px;
  height: 25px;
  background-position: 0px -700px;
}
.content .download-list__link--doc::before,
.download-list__link--doc::before {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 828px 828px;
  background-image: url(/Areas/TassieTrade/Content/images/sprite_c.svg);
  width: 22px;
  height: 25px;
  background-position: -500px -800px;
}
.content .download-list__link--doc:hover::before, .content .download-list__link--doc:focus::before,
.download-list__link--doc:hover::before,
.download-list__link--doc:focus::before {
  width: 22px;
  height: 25px;
  background-position: -100px -800px;
}
.content .download-list__name, .content .download-list__size,
.download-list__name,
.download-list__size {
  font-weight: 400;
}

.main--rhs .container__rhs {
  display: flex;
  flex-wrap: wrap;
}
.main--rhs .content {
  width: 100%;
}
.main--rhs .rhs {
  background-color: #F9F9FA;
  padding: 4.5625rem 0.625rem 1.875rem;
  width: 100%;
}
.main--rhs .rhs p {
  margin: 0;
}
.main--rhs .rhs .btn {
  font-weight: 600;
  margin-top: 0.9375rem;
  text-decoration: none;
}
.main--rhs .rhs .btn:first-of-type {
  border-color: #3E76B6;
  color: #3E76B6;
}
.main--rhs .rhs .btn:first-of-type:hover {
  color: #fff;
}
.main--rhs .rhs__link {
  color: #3B3F41;
  font-size: 1rem;
  text-decoration: none;
}
.main--rhs .rhs__title {
  color: #3E76B6;
  font-size: 1.4375rem;
  font-weight: bold;
  margin: 0;
  margin-bottom: 0.5rem;
}
.main--rhs .rhs__title--small {
  color: #3E76B6;
  font-size: 1.3125rem;
  font-weight: bold;
  margin: 0;
  margin-bottom: 0.8125rem;
}
.main--rhs .rhs__event-owner {
  color: #061B2B;
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0;
  margin-bottom: 0.4375rem;
}
.main--rhs .details {
  background-color: #fff;
  margin-top: 0.9375rem;
}
.main--rhs .details .icon--note-blue {
  display: block;
  float: left;
  margin: 0 0.8rem 0 0;
  position: relative;
  top: -0.1875rem;
}
.main--rhs .rhs__date {
  border-bottom: 1px solid #D3D2D7;
  margin: 0 1.875rem;
  padding: 1.25rem 0;
}
.main--rhs .rhs__location {
  margin: 0 1.875rem;
  padding: 1.25rem 0;
}
.main--rhs .event-map {
  height: 13.75rem;
  width: 100%;
}
.main--rhs .event__get-directions {
  position: relative;
  color: #061B2B;
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.9375rem 3.75rem;
  position: relative;
  text-align: right;
  text-decoration: none;
  text-transform: uppercase;
}
.main--rhs .event__get-directions::after, .main--rhs .event__get-directions::before {
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  transition: transform 0.15s ease-in-out;
}
.main--rhs .event__get-directions::after {
  border-right: 2px solid #3E76B6;
  border-top: 2px solid #3E76B6;
  height: 0.625rem;
  transform: translateY(-50%) translateX(-50%) translateX(0.125rem) rotate(45deg);
  width: 0.625rem;
}
.main--rhs .event__get-directions::before {
  background-color: #3E76B6;
  height: 0.125rem;
  transform: translateY(-50%) translateX(-50%);
  transform-origin: left;
  width: calc(0.75rem + .125rem);
}
.main--rhs .event__get-directions::after {
  left: auto;
  right: 1.875rem;
}
.main--rhs .event__get-directions::before {
  left: auto;
  right: 1.6875rem;
}

.icon__blue-phone::before {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 828px 828px;
  background-image: url(/Areas/TassieTrade/Content/images/sprite_c.svg);
  width: 13px;
  height: 13px;
  background-position: 0px -600px;
  content: "";
  display: inline-block;
  margin-right: 0.75rem;
}

.icon__blue-note::before {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 828px 828px;
  background-image: url(/Areas/TassieTrade/Content/images/sprite_c.svg);
  width: 28px;
  height: 25px;
  background-position: -200px -600px;
  content: "";
  display: inline-block;
  margin-right: 0.75rem;
  position: relative;
  top: 0.25rem;
}

.icon__blue-binoculars::before {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 828px 828px;
  background-image: url(/Areas/TassieTrade/Content/images/sprite_c.svg);
  width: 26px;
  height: 20px;
  background-position: -300px -600px;
  color: #3E76B6;
  content: "";
  display: inline-block;
  margin-right: 0.75rem;
  position: relative;
  top: 0.25rem;
}

.icon__blue-mail::before {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 828px 828px;
  background-image: url(/Areas/TassieTrade/Content/images/sprite_c.svg);
  width: 14px;
  height: 10px;
  background-position: -200px -700px;
  content: "";
  display: inline-block;
  margin-right: 0.75rem;
}

.icon__blue-monitor::before {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 828px 828px;
  background-image: url(/Areas/TassieTrade/Content/images/sprite_c.svg);
  width: 14px;
  height: 12px;
  background-position: -100px -600px;
  content: "";
  display: inline-block;
  margin-right: 0.75rem;
}

@media (min-width: 48em) {
  .main--rhs .container__rhs {
    flex-wrap: nowrap;
  }
  .main--rhs .content {
    padding-right: 3.75rem;
    width: 68%;
  }
  .main--rhs .rhs {
    background-color: #fff;
    margin: 0;
    padding: 4.5625rem 0 1.875rem;
    width: 32%;
  }
  .main--rhs .details {
    background-color: #F9F9FA;
    margin-top: 0.9375rem;
  }
}
.events:not(.splash-on) section a {
  color: #3E76B6;
  text-decoration: none;
}
.events .banner__curve::after {
  box-shadow: 200px 200px 0 200px #F9F9FA;
}

.events__intro-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 3.375rem 0;
}

.events__intro--blue {
  color: #3E76B6;
  flex-basis: 100%;
  font-size: 1.875rem;
  font-weight: 300;
  margin: 0;
  padding-right: 0.9375rem;
  width: 100%;
  margin-bottom: 1.875rem;
}

.events__intro--regular {
  color: #061B2B;
  flex-basis: 100%;
  font-size: 1.3125rem;
  line-height: 2rem;
  margin: 0;
  width: 100%;
}

.events__listing {
  padding-bottom: 2.5rem;
  position: relative;
}

.events__listing-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 2.5rem;
}

.events__listing .events__listing .events__listing-wrapper {
  border-top: 0;
  padding-top: 0;
}

.events__more {
  text-align: center;
}

a.btn.events__more-button {
  padding: 0.875rem 3.125rem;
}

.event {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 2.5rem;
  max-width: 100%;
  width: 100%;
  height: 100%;
  padding-bottom: 0.75rem;
}
.event.no-img {
  border-bottom: 2px solid #D3D2D7;
  padding-bottom: 0.625rem;
}
.event a.event__read-more {
  position: relative;
  color: #061B2B;
  font-size: 0.75rem;
  font-weight: 600;
  margin-top: auto;
  padding-right: 1.5rem;
  text-decoration: none;
  text-transform: uppercase;
  width: 6.25rem;
}
.event a.event__read-more::after, .event a.event__read-more::before {
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  transition: transform 0.15s ease-in-out;
}
.event a.event__read-more::after {
  border-right: 2px solid #4DA0FF;
  border-top: 2px solid #4DA0FF;
  height: 0.625rem;
  transform: translateY(-50%) translateX(-50%) translateX(0.125rem) rotate(45deg);
  width: 0.625rem;
}
.event a.event__read-more::before {
  background-color: #4DA0FF;
  height: 0.125rem;
  transform: translateY(-50%) translateX(-50%);
  transform-origin: left;
  width: calc(0.75rem + .125rem);
}
.event a.event__read-more:hover, .event a.event__read-more:focus {
  text-decoration: underline;
}
.event a.event__read-more::after, .event a.event__read-more::before {
  transition: right 0.5s ease;
  left: auto;
  right: 0;
  top: 50%;
}
.event a.event__read-more::before {
  right: -0.1875rem;
}
.event a.event__read-more:hover::after, .event a.event__read-more:focus::after {
  right: -0.5rem;
}
.event a.event__read-more:hover::before, .event a.event__read-more:focus::before {
  right: -0.6875rem;
}

.event__img {
  position: relative;
  height: 100%;
  max-height: 100%;
  flex: 1 1 auto;
  zoom: 1;
}
.event__img img {
  transition: transform 0.5s ease;
  display: block;
  zoom: 1;
}
.event__img a:hover img,
.event__img a:focus img {
  transform: scale(0.95);
}

a + .event__season {
  position: absolute;
}

.event__title {
  color: #061B2B;
  font-size: 1.75rem;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 0.9375rem;
}
.event__title a {
  color: inherit;
}
.event__title a:hover, .event__title a:focus {
  color: inherit;
  text-decoration: underline;
}

.event__subtitle {
  color: #3B3F41;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
}
.event__subtitle a {
  color: #3E76B6;
  text-decoration: none;
}

.event__description {
  font-size: 1rem;
  margin-bottom: 3.125rem;
  margin-top: 0.625rem;
}

.event__season {
  align-items: center;
  background-color: #3E76B6;
  bottom: 0;
  color: #fff;
  display: flex;
  font-size: 0.9375rem;
  justify-content: space-between;
  left: 0;
  min-height: 2.5rem;
  padding: 0 1rem 0 1.25rem;
  width: 12.8125rem;
  height: 2.5rem;
}
.event__season::before {
  content: "";
  display: block;
}

.events--natural .event__season::before {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 828px 828px;
  background-image: url(/Areas/TassieTrade/Content/images/sprite_c.svg);
  width: 26px;
  height: 20px;
  background-position: -300px -600px;
}

.events--trade .event__season::before {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 828px 828px;
  background-image: url(/Areas/TassieTrade/Content/images/sprite_c.svg);
  width: 28px;
  height: 25px;
  background-position: -400px -600px;
}

@media (min-width: 48em) {
  .event {
    width: 32%;
  }

  .events__intro-wrapper {
    flex-wrap: nowrap;
  }

  .events__intro--blue {
    flex: 1;
    margin-bottom: 0;
  }

  .events__intro--regular {
    flex: 2;
    padding-left: 0;
  }

  .event__img {
    max-height: 11.25rem;
  }
}
@media (min-width: 71.2em) {
  .event__img {
    max-height: 16.875rem;
  }
}
.experience-carousel__title {
  background-color: #061B2B;
  color: #fff;
  font-size: 1.3125rem;
  font-weight: 400;
  margin: 0;
  padding: 0.9375rem;
}
.experience-carousel__title.mobile-only {
  display: block;
}
.experience-carousel__title.mobile-hidden {
  display: none;
}

.experience-carousel__screen-wrapper {
  position: relative;
}

.experience-carousel__screen img {
  display: block;
  max-width: 100%;
  width: 100%;
}
.experience-carousel__screen iframe {
  display: block;
  width: 100%;
}

.experience-carousel__item {
  align-items: center;
  background-color: #F9F9FA;
  border-top: 2px solid #fff;
  display: flex;
  transition: background-color 0.5s ease-out;
}
.experience-carousel__item.active {
  background-color: #D3D2D7;
}
.experience-carousel__item:hover {
  background-color: #D3D2D7;
  cursor: pointer;
}

.experience-carousel__item-image-wrapper {
  border-right: 1px solid #fff;
  height: 7.1875rem;
  width: 9.375rem;
  background-size: cover;
  background-position: center;
  position: relative;
  flex: 0 0 auto;
}

.experience-carousel__item--vid .experience-carousel__item-image-wrapper::before {
  content: "";
  display: block;
  width: 1.3125rem;
  height: 1.3125rem;
  border: 1px solid #fff;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(27, 27, 27, 0.53);
}
.experience-carousel__item--vid .experience-carousel__item-image-wrapper::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(calc(-50% + 3px), -50%);
  width: 10px;
  height: 10px;
  border-style: solid;
  border-width: 5px 5px 5px 7px;
  border-color: transparent transparent transparent #fff;
}

.experience-carousel__item-description {
  margin: 0;
  padding-left: 0.9375rem;
}

.aspect-ratio-box {
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
  background-color: #061B2B;
}

.aspect-ratio-box-inside {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 48em) {
  .experience-carousel {
    align-content: flex-start;
    align-items: flex-start;
    display: flex;
    position: relative;
    min-height: 3.6875rem;
  }

  .experience-carousel__screen-wrapper {
    width: 67%;
  }

  .experience-carousel__picker-wrapper {
    border-left: 2px solid #fff;
    bottom: 0;
    left: auto;
    max-height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 33%;
  }

  .experience-carousel__picker {
    height: calc(100% - 59px);
    overflow-y: scroll;
  }

  .experience-carousel__title.mobile-only {
    display: none;
  }
  .experience-carousel__title.mobile-hidden {
    display: block;
  }
}
.experience-megamenu--footer {
  max-height: 20.8125rem;
  max-width: 100%;
  height: 20.8125rem;
  position: relative;
  top: -5.4375rem;
  margin-top: 8.4375rem;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
}
.experience-megamenu--footer .nav__landing-list {
  position: absolute;
  top: 0;
  display: flex;
  flex-wrap: nowrap;
  z-index: 2;
  overflow-x: auto;
}
.experience-megamenu--footer .nav__landing-link {
  max-height: 26.25rem;
  height: 26.25rem;
  min-width: 12.5rem;
}
.experience-megamenu--footer .landing__wrapper {
  margin: 0 0 7.5rem;
}
.experience-megamenu--footer .landing__heading {
  min-height: 4rem;
}

@media (min-width: 48em) {
  .experience-megamenu--footer {
    margin-left: auto;
    margin-right: auto;
  }
  .experience-megamenu--footer .nav__landing-link {
    min-width: auto;
  }
  .experience-megamenu--footer .nav__landing-list {
    overflow-x: visible;
    position: relative;
  }
}
@media (min-width: 71.2em) {
  .experience-megamenu--footer .nav__landing-list {
    max-width: 71.25rem;
    margin: auto;
  }
}
.experience-tiles {
  padding-top: 1.5625rem;
  padding-bottom: 1.125rem;
}

.experience-tiles__tile {
  border-bottom: 1px solid #D3D2D7;
  padding: 1.25rem 0;
}
.experience-tiles__tile:last-child {
  border: none;
}

.experience-tiles__title-wrapper h1,
.experience-tiles__title-wrapper h2,
.experience-tiles__title-wrapper h3,
.experience-tiles__title-wrapper h4,
.experience-tiles__title-wrapper h5,
.experience-tiles__title-wrapper h6 {
  margin: 0;
  margin-bottom: 1.875rem;
  padding-bottom: 1rem;
  position: relative;
  font-size: 1.5rem;
  color: #061B2B;
  font-weight: 600;
}
.experience-tiles__title-wrapper h1 br,
.experience-tiles__title-wrapper h2 br,
.experience-tiles__title-wrapper h3 br,
.experience-tiles__title-wrapper h4 br,
.experience-tiles__title-wrapper h5 br,
.experience-tiles__title-wrapper h6 br {
  display: none;
}
.experience-tiles__title-wrapper h1::after,
.experience-tiles__title-wrapper h2::after,
.experience-tiles__title-wrapper h3::after,
.experience-tiles__title-wrapper h4::after,
.experience-tiles__title-wrapper h5::after,
.experience-tiles__title-wrapper h6::after {
  background-color: #3E76B6;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  width: 3.4375rem;
}

.experience-tiles__tile-img-wrapper {
  background-position: center;
  background-size: cover;
  height: 5.3125rem;
  position: relative;
  width: 6.875rem;
  flex: 0 0 auto;
}
.experience-tiles__tile-img-wrapper.no-img {
  border-right: 2px solid #D3D2D7;
  width: 3.125rem;
}
.experience-tiles__tile-img-wrapper.no-img .experience-tiles__tile-counter {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.experience-tiles__tile-img-wrapper.no-img + .experience-tiles__tile-title {
  padding-left: 0.75rem;
}
.experience-tiles__tile-img-wrapper.has-img .experience-tiles__tile-counter {
  right: 0;
  top: 50%;
  transform: translate(50%, -50%);
}
.experience-tiles__tile-img-wrapper.has-img + .experience-tiles__tile-title {
  padding-left: 1.875rem;
}

.experience-tiles__tile-counter {
  align-items: center;
  background-color: #061B2B;
  border: 1px solid #fff;
  border-radius: 100%;
  color: #fff;
  display: flex;
  height: 2.3125rem;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(50%, -50%);
  width: 2.3125rem;
  background-clip: padding-box;
}

.experience-tiles__tile-heading {
  display: flex;
}

.experience-tiles__tile-title {
  align-self: center;
  color: #061B2B;
  font-size: 1.25rem;
  margin: 0;
}
.experience-tiles__tile-title span {
  color: #3E76B6;
  font-size: 0.75rem;
  text-transform: uppercase;
}

.experience-tiles__tile-link {
  position: relative;
  color: #061B2B;
  font-size: 0.75rem;
  font-weight: 600;
  padding-right: 1.875rem;
  text-decoration: none;
  text-transform: uppercase;
}
.experience-tiles__tile-link::after, .experience-tiles__tile-link::before {
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  transition: transform 0.15s ease-in-out;
}
.experience-tiles__tile-link::after {
  border-right: 2px solid #4DA0FF;
  border-top: 2px solid #4DA0FF;
  height: 0.625rem;
  transform: translateY(-50%) translateX(-50%) translateX(0.125rem) rotate(45deg);
  width: 0.625rem;
}
.experience-tiles__tile-link::before {
  background-color: #4DA0FF;
  height: 0.125rem;
  transform: translateY(-50%) translateX(-50%);
  transform-origin: left;
  width: calc(0.75rem + .125rem);
}
.experience-tiles__tile-link::before {
  left: auto;
  right: 0;
}
.experience-tiles__tile-link::after {
  left: auto;
  right: 0.1875rem;
}

@media (min-width: 48em) {
  .experience-tiles {
    padding-top: 4.0625rem;
    padding-bottom: 2rem;
  }

  .experience-tiles__tiles-wrapper {
    display: flex;
    flex-wrap: wrap;
  }

  .experience-tiles__tile {
    flex-basis: 49%;
    width: 49%;
  }
  .experience-tiles__tile:nth-child(odd) {
    margin-right: 2%;
  }
}
@media (min-width: 71.2em) {
  .experience-tiles__wrapper {
    display: flex;
  }

  .experience-tiles__title-wrapper {
    flex-basis: 33%;
    margin-right: 1%;
    width: 33%;
  }
  .experience-tiles__title-wrapper h1 br,
.experience-tiles__title-wrapper h2 br,
.experience-tiles__title-wrapper h3 br,
.experience-tiles__title-wrapper h4 br,
.experience-tiles__title-wrapper h5 br,
.experience-tiles__title-wrapper h6 br {
    display: inline-block;
  }

  .experience-tiles__tiles-wrapper {
    flex-basis: 66%;
    width: 66%;
  }
}
.featured-tiles {
  background-color: #F9F9FA;
  padding: 2rem 0;
}
.featured-tiles--no-header {
  padding: 0;
}
.featured-tiles + .featured-tiles {
  padding: 0 0 2rem 0;
  margin-top: -2rem;
}
.featured-tiles__heading, .content .featured-tiles__heading {
  color: #061B2B;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2.25rem;
  text-align: center;
}
.featured-tiles__heading::after, .content .featured-tiles__heading::after {
  content: "";
  display: block;
  width: 4.375rem;
  height: 0.1875rem;
  background-color: #3E76B6;
  margin: 0.75rem auto;
}
.featured-tiles__desc, .content .featured-tiles__desc {
  color: #3B3F41;
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 0 auto 3rem auto;
  max-width: 80%;
  text-align: center;
}
.featured-tiles__row {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-around;
  margin: 0;
  width: 100%;
}
.featured-tiles__item {
  flex-basis: 100%;
  flex-grow: 0;
  flex-shrink: 1;
  background-color: #D3D2D7;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  margin: 0.4375rem 0;
  min-height: 22.5rem;
  padding: 2rem;
  position: relative;
  z-index: 200;
  transition: transform 0.5s ease;
  overflow: hidden;
}
.featured-tiles__item:hover, .featured-tiles__item:focus {
  outline: 0;
  transform: scale(0.975);
}
.featured-tiles__item:hover::after, .featured-tiles__item:focus::after {
  opacity: 1;
  height: 75%;
}
.featured-tiles__item::after {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.95) 100%);
  bottom: 0;
  content: "";
  display: block;
  height: 50%;
  left: 0;
  opacity: 0.75;
  position: absolute;
  right: 0;
  transition: opacity 0.5s ease, height 0.5s ease;
}
.featured-tiles .featured-tiles--two .featured-tiles__item, .featured-tiles .featured-tiles--three .featured-tiles__item {
  min-height: 22.5rem;
}
.featured-tiles__label {
  background-color: #3E76B6;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 0.9375rem;
  padding: 0.5rem;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 0;
}
.featured-tiles__details {
  bottom: 2rem;
  left: 2rem;
  position: absolute;
  right: 2rem;
  z-index: 300;
}
.featured-tiles__title, .content .featured-tiles__title {
  color: #fff;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 2.25rem;
  margin: 0 0 2rem;
}
.featured-tiles__text, .content .featured-tiles__text {
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
  margin: -1.5rem 0 2rem;
}
.featured-tiles__arrow {
  position: relative;
  bottom: 0;
  height: 1rem;
  left: 0;
  position: absolute;
  width: 1rem;
}
.featured-tiles__arrow::after, .featured-tiles__arrow::before {
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  transition: transform 0.15s ease-in-out;
}
.featured-tiles__arrow::after {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  height: 0.625rem;
  transform: translateY(-50%) translateX(-50%) translateX(0.125rem) rotate(45deg);
  width: 0.625rem;
}
.featured-tiles__arrow::before {
  background-color: #fff;
  height: 0.125rem;
  transform: translateY(-50%) translateX(-50%);
  transform-origin: left;
  width: calc(0.75rem + .125rem);
}
.featured-tiles__item:hover .featured-tiles__arrow::after, .featured-tiles__item:focus .featured-tiles__arrow::after {
  transform: translateY(-50%) translateX(115%) rotate(45deg);
}
.featured-tiles__item:hover .featured-tiles__arrow::before, .featured-tiles__item:focus .featured-tiles__arrow::before {
  transform: translateY(-50%) translate(-50%) scale(2, 1);
}
.featured-tiles__item:hover .featured-tiles__arrow::after, .featured-tiles__item:hover .featured-tiles__arrow::before, .featured-tiles__item:focus .featured-tiles__arrow::after, .featured-tiles__item:focus .featured-tiles__arrow::before {
  transition: transform 0.35s ease-in-out;
}

@media (min-width: 48em) {
  .featured-tiles__heading, .content .featured-tiles__heading {
    font-size: 2.1875rem;
    line-height: 2.25rem;
  }
  .featured-tiles__heading::after, .content .featured-tiles__heading::after {
    margin: 1.5rem auto;
  }
  .featured-tiles__desc, .content .featured-tiles__desc {
    font-size: 1.125rem;
    line-height: 1.75rem;
    max-width: 49.0625rem;
  }
  .featured-tiles__row {
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .featured-tiles__item {
    flex-basis: 50%;
    flex-grow: 1;
    flex-shrink: 1;
    margin: 0.625rem;
  }
}
@media (min-width: 71.2em) {
  .featured-tiles--two .featured-tiles__item {
    min-height: 22.5rem;
  }
  .featured-tiles--three .featured-tiles__item {
    min-height: 35rem;
  }
  .featured-tiles__item {
    margin: 0.3125rem;
  }
}
.experience-megamenu--footer + .global-footer {
  margin-top: -20.8125rem;
  padding-top: 20.8125rem;
}

.global-footer {
  align-self: flex-end;
  background-color: #183D5A;
  flex-basis: 100%;
  font-size: 0.75rem;
  margin-top: 2rem;
  max-width: 100%;
  padding: 0 15px;
}
.global-footer__top {
  border-bottom: 1px solid #fff;
  padding: 25px 0 30px;
}
.global-footer__top::after {
  display: none;
}
.global-footer__top--socials {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.global-footer__top--socials .icon {
  margin: 0 7px;
}
.global-footer__top--socials .icon:first-of-type {
  margin-left: 14px;
}
.global-footer__top--socials span {
  color: #fff;
}
.global-footer__top--icons {
  align-self: flex-start;
  display: flex;
  padding: 30px 0;
}
.global-footer__top--buttons {
  display: flex;
}
.global-footer__top .tas-trade-logo {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 579.6px 579.6px;
  background-image: url(/Areas/TassieTrade/Content/images/sprite_c.svg);
  width: 231px;
  height: 42px;
  background-position: 0px -140px;
}
.global-footer__top .fb-icon {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 828px 828px;
  background-image: url(/Areas/TassieTrade/Content/images/sprite_c.svg);
  width: 8px;
  height: 16px;
  background-position: -100px -400px;
}
.global-footer__top .fb-icon:hover, .global-footer__top .fb-icon:focus {
  width: 8px;
  height: 16px;
  background-position: -500px -400px;
}
.global-footer__top .twitter-icon {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 828px 828px;
  background-image: url(/Areas/TassieTrade/Content/images/sprite_c.svg);
  width: 20px;
  height: 16px;
  background-position: 0px -400px;
}
.global-footer__top .twitter-icon:hover, .global-footer__top .twitter-icon:focus {
  width: 20px;
  height: 16px;
  background-position: -600px -400px;
}
.global-footer__top .instagram-icon {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 828px 828px;
  background-image: url(/Areas/TassieTrade/Content/images/sprite_c.svg);
  width: 18px;
  height: 18px;
  background-position: -200px -400px;
}
.global-footer__top .instagram-icon:hover, .global-footer__top .instagram-icon:focus {
  width: 18px;
  height: 18px;
  background-position: -400px -400px;
}
.global-footer__bottom {
  color: #fff;
  font-size: 0.75rem;
  font-weight: 300;
  padding: 14px 0 17px;
}
.global-footer__bottom .current-page {
  font-weight: bold;
}
.global-footer__bottom ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.global-footer__bottom ul li {
  color: #fff;
  float: left;
}
.global-footer__bottom ul li:not(:last-child)::after {
  color: #fff;
  content: "|";
  display: inline-block;
  margin: 0 5px;
}
.global-footer__bottom ul li a {
  color: #fff;
  font-size: 0.75rem;
  text-decoration: none;
}
.global-footer__bottom ul li a:hover {
  color: #4DA0FF;
}
.global-footer__bottom ul::after {
  clear: both;
  content: "";
  display: block;
}
.global-footer__bottom-links, .global-footer__bottom-links--documents, .global-footer__bottom-links--website {
  display: flex;
  flex-wrap: wrap;
}
.global-footer__bottom-links {
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 20px;
}
.global-footer__bottom-links--website {
  margin-bottom: 15px;
}
.global-footer .icon--tas-tour-white {
  float: left;
  margin-left: 25px;
}
.global-footer .btn {
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  max-width: 165px;
  padding: 15px 0;
  text-align: center;
  text-decoration: none;
  width: 45vw;
}
.global-footer .btn:not(:first-child) {
  margin-left: 10px;
}
.global-footer .btn__contact {
  background-color: #255275;
}
.global-footer .btn__subscribe {
  background-color: #061B2B;
}
.global-footer .tas-icons__img {
  height: 45px;
}
.global-footer .aoc {
  color: #ffffff;
  padding: 2em 0;
  border-bottom: 1px solid currentColor;
}
.global-footer .aoc-title {
  margin-top: 0;
}
.global-footer .aoc-flag {
  width: 150px;
}
.global-footer .aoc-flag > img, .global-footer .aoc-flag > svg {
  border: 1px solid currentColor;
  width: 100%;
  max-width: 100%;
}

@media (min-width: 48em) {
  .global-footer {
    padding: 0;
  }
  .global-footer__top {
    padding: 45px 0 20px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .global-footer__top--socials {
    flex-direction: row;
  }
  .global-footer__bottom {
    padding: 34px 0 37px 0;
    display: flex;
  }
  .global-footer__bottom-links {
    padding-top: 0;
    justify-content: flex-end;
  }
  .global-footer__bottom-links--website {
    margin-bottom: 5px;
  }
  .global-footer .btn {
    margin-left: 10px;
    width: 165px;
  }
  .global-footer .tas-icons {
    display: flex;
    align-items: flex-end;
  }
  .global-footer .tas-trade-logo {
    transform: translateY(16px);
  }
  .global-footer .aoc-body {
    display: flex;
    flex-direction: row wrap;
    gap: 2em;
  }
  .global-footer .aoc-flag {
    flex-grow: 0;
    flex-shrink: 0;
    padding-top: 1em;
  }
}
@media (min-width: 71.2em) {
  .global-footer__top .tas-trade-logo {
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 828px 828px;
    background-image: url(/Areas/TassieTrade/Content/images/sprite_c.svg);
    width: 330px;
    height: 60px;
    background-position: 0px -200px;
    transform: translateY(7px);
  }
  .global-footer__bottom {
    display: block;
  }
  .global-footer__bottom-links {
    justify-content: space-between;
    padding-top: 20px;
  }
  .global-footer .icon--tas-tour-white {
    display: none;
  }
}
.content form {
  margin: 24px 0;
}

abbr.sq-form-required-field {
  border-bottom: 0;
  cursor: inherit;
  text-decoration: none;
}

.quiz-form input[type=reset] {
  display: none;
}

.sq-form-required-field-note {
  font-size: 0.875rem;
}

.sq-form-section,
form fieldset {
  border: 0;
  padding: 0;
}

.sq-form-section-title,
fieldset legend {
  color: #061B2B;
  font-size: 1.5rem;
  font-weight: 600;
  padding: 0.625rem 0;
}

.sq-form-control {
  text-align: right;
}

.sq-form-submit {
  background: #183D5A;
  border-radius: 2rem;
  border: 0;
  color: #fff;
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.375rem;
  min-width: 6.875rem;
  padding: 1.0625rem 1.625rem;
  position: relative;
  text-align: center;
  text-align: center;
  transition: all 0.15s ease-in-out;
  will-change: color;
}
.sq-form-submit:hover, .sq-form-submit:focus {
  background: #3E76B6;
  color: #fff;
}

.sq-online-quiz-question-multichoice {
  padding: 0.625rem 0;
}

.sq-form-question-title,
.content .sq-form-question-title {
  color: #061B2B;
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  margin: 1.2rem 0 0.5rem 0;
  text-transform: uppercase;
}

.sq-form-error,
.content .sq-form-error {
  color: #D0021B;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.125rem;
  margin: 0.625rem 0;
  text-align: right;
}

.sq-form-field {
  border-radius: 0.3125rem;
  border: 1px solid #D3D2D7;
  box-shadow: 0;
  font-size: 1rem;
  height: 3.4375rem;
  padding: 1rem;
  resize: none;
  transition: box-shadow 0.15s ease-in-out;
  width: 100%;
  will-change: box-shadow;
}
.sq-form-field:hover, .sq-form-field:focus {
  box-shadow: 0 0 0.3125rem #D3D2D7;
  outline: 0;
}
.sq-form-field.error {
  border-color: #D0021B;
}
.sq-form-field.valid {
  border-color: #D3D2D7;
}
.sq-form-question-error .sq-form-field {
  border-color: #D0021B;
}
.sq-form-field[type=checkbox]:disabled + label, .sq-form-field[type=radio]:disabled + label {
  opacity: 0.5;
}
.sq-form-field[type=checkbox]:focus + label::after, .sq-form-field[type=radio]:focus + label::after {
  background: #D3D2D7;
}
.sq-form-field[type=checkbox]:checked + label::before, .sq-form-field[type=radio]:checked + label::before {
  opacity: 1;
  transform: translateX(5px) translateY(2px) rotate(40deg) scale(1, 1);
  z-index: 200;
}
.sq-form-field[type=checkbox] + label, .sq-form-field[type=radio] + label {
  color: #061B2B;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  margin: 0 0 0.625rem;
  padding: 0 0 0 1.75rem;
  position: relative;
}
.sq-form-field[type=checkbox] + label::after, .sq-form-field[type=checkbox] + label::before, .sq-form-field[type=radio] + label::after, .sq-form-field[type=radio] + label::before {
  content: "";
  left: 0;
  position: absolute;
  top: 0.1875rem;
}
.sq-form-field[type=checkbox] + label::after, .sq-form-field[type=radio] + label::after {
  border: 2px solid #061B2B;
  height: 1rem;
  width: 1rem;
}
.sq-form-field[type=checkbox] + label::before, .sq-form-field[type=radio] + label::before {
  border: 0;
  border-bottom: 1px solid #408627;
  border-right: 1px solid #408627;
  height: 0.5rem;
  opacity: 0;
  transform: translateX(5px) translateY(2px) rotate(40deg) scale(0, 0);
  transition: transform 0.15s ease-in-out, opacity 0.15s ease-in-out;
  width: 0.25rem;
}
.sq-form-field[type=checkbox]:focus + label::before {
  border-color: #061B2B;
}
.sq-form-field[type=checkbox] + label::before {
  left: 0.0625rem;
  top: 0.25rem;
}
.sq-form-field[type=radio]:focus + label::before {
  background-color: #061B2B;
}
.sq-form-field[type=radio]:checked + label::before {
  opacity: 1;
  transform: translateX(5px) translateY(5px) scale(1, 1);
}
.sq-form-field[type=radio] + label::after {
  border-radius: 50%;
}
.sq-form-field[type=radio] + label::before {
  background-color: #408627;
  border-radius: 0.8rem;
  border: 0;
  height: 0.4rem;
  opacity: 0;
  transform: translateX(5px) translateY(5px) scale(0, 0);
  transition: transform 0.15s ease-in-out, opacity 0.15s ease-in-out;
  width: 0.4rem;
}

.textarea-label {
  display: flex;
  flex-direction: column;
  font-size: 0.9375rem;
  height: 1.25rem;
  line-height: 1.25rem;
  margin: 0.75rem 0;
}

.textarea-label--error {
  color: #D0021B;
}

.textarea-label-error,
.textarea-label-count {
  will-change: color;
}

.textarea-label-count {
  align-self: center;
}
.textarea-label--error .textarea-label-count {
  transform: translateY(-100%);
}

form ul,
.sq-form-question-answer ul,
.content .sq-form-question-answer ul,
.sq-online-quiz-question-multichoice ul,
.content .sq-online-quiz-question-multichoice ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
form ul li,
.sq-form-question-answer ul li,
.content .sq-form-question-answer ul li,
.sq-online-quiz-question-multichoice ul li,
.content .sq-online-quiz-question-multichoice ul li {
  margin: 0;
  padding: 0;
  position: relative;
}
form ul li::before,
.sq-form-question-answer ul li::before,
.content .sq-form-question-answer ul li::before,
.sq-online-quiz-question-multichoice ul li::before,
.content .sq-online-quiz-question-multichoice ul li::before {
  display: none;
}
form ul .sq-form-field,
.sq-form-question-answer ul .sq-form-field,
.content .sq-form-question-answer ul .sq-form-field,
.sq-online-quiz-question-multichoice ul .sq-form-field,
.content .sq-online-quiz-question-multichoice ul .sq-form-field {
  height: 1.0625rem;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 1.0625rem;
}

.sq-form-question-note {
  display: inline-block;
  margin: 0 0 0 0.25rem;
  position: relative;
}
.sq-form-question-note::before {
  background: #255275;
  border-radius: 1rem;
  color: #fff;
  content: "i";
  display: inline-block;
  font-size: 0.75rem;
  font-style: normal;
  height: 1rem;
  line-height: 1.125rem;
  text-align: center;
  text-transform: none;
  width: 1rem;
}
.sq-form-question-note:hover .tooltip {
  opacity: 1;
  visibility: visible;
}
.sq-form-question-note .tooltip {
  background: #061B2B;
  border-radius: 0.625rem;
  color: #fff;
  display: block;
  font-size: 0.875rem;
  font-style: normal;
  line-height: 1.125rem;
  margin: -2rem 0 0 1rem;
  opacity: 0;
  padding: 0.625rem 0.9375rem;
  position: absolute;
  text-transform: none;
  transform: translateX(-50%) translateY(-100%);
  transition: opacity 0.6s;
  visibility: hidden;
  width: 12.5rem;
}
.sq-form-question-note .tooltip::after {
  border-color: #061B2B transparent transparent transparent;
  border-style: solid;
  border-width: 0.5rem 0.25rem 0 0.25rem;
  bottom: -0.4rem;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-0.75rem);
  width: 0;
}

/*===============================
=            Buttons            =
===============================*/
input[type=reset],
input[type=submit],
.button {
  padding: 1.0625rem 1.625rem;
  background-color: #183D5A;
  height: auto;
  width: auto;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 600;
  border: 0;
  border-radius: 3.125rem;
  display: block;
  margin-left: auto;
  transition: background-color 0.15s ease-in-out;
  text-decoration: none;
}
input[type=reset]:hover, input[type=reset]:focus,
input[type=submit]:hover,
input[type=submit]:focus,
.button:hover,
.button:focus {
  background-color: #3E76B6;
  color: #fff;
  text-decoration: none;
}

.content a.button {
  color: #fff;
  display: inline-block;
}
.content a.button:hover, .content a.button:focus {
  text-decoration: none;
}

.quiz form input[type=submit] {
  float: right;
}
.quiz form input[type=submit] + p {
  clear: both;
  padding-top: 2rem;
}
.quiz form input[type=reset] {
  float: left;
}

/*=====  End of Buttons  ======*/
/*===============================
=            Choices            =
===============================*/
.choices {
  position: relative;
  margin-bottom: 24px;
  font-size: 16px;
}
.choices:focus {
  outline: none;
}
.choices:last-child {
  margin-bottom: 0;
}
.choices.is-disabled .choices__inner, .choices.is-disabled .choices__input {
  background-color: #D3D2D7;
  cursor: not-allowed;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.choices.is-disabled .choices__item {
  cursor: not-allowed;
}

.choices[data-type*=select-one] {
  cursor: pointer;
}
.choices[data-type*=select-one] .choices__input {
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #D3D2D7;
  background-color: #FFFFFF;
  margin: 0;
}
.choices[data-type*=select-one] .choices__button {
  padding: 0;
  background-size: 8px;
  height: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  margin-right: 25px;
  height: 20px;
  width: 20px;
  border-radius: 10em;
  opacity: 0.5;
}
.choices[data-type*=select-one] .choices__button:hover, .choices[data-type*=select-one] .choices__button:focus {
  opacity: 1;
}
.choices[data-type*=select-one] .choices__button:focus {
  box-shadow: 0px 0px 0px 2px #3E76B6;
}
.choices[data-type*=select-one]:after {
  content: "";
  height: 0;
  width: 0;
  border-style: solid;
  border-color: #061B2B transparent transparent transparent;
  border-width: 5px;
  position: absolute;
  right: 11.5px;
  top: 50%;
  margin-top: -2.5px;
  pointer-events: none;
}
.choices[data-type*=select-one].is-open:after {
  border-color: transparent transparent #061B2B transparent;
  margin-top: -7.5px;
}
.choices[data-type*=select-one][dir=rtl]:after {
  left: 11.5px;
  right: auto;
}
.choices[data-type*=select-one][dir=rtl] .choices__button {
  right: auto;
  left: 0;
  margin-left: 25px;
  margin-right: 0;
}

.choices[data-type*=select-multiple] .choices__inner, .choices[data-type*=text] .choices__inner {
  cursor: text;
}
.choices[data-type*=select-multiple] .choices__button, .choices[data-type*=text] .choices__button {
  position: relative;
  display: inline-block;
  margin-top: 0;
  margin-right: -4px;
  margin-bottom: 0;
  margin-left: 8px;
  padding-left: 16px;
  border-left: 1px solid #315d90;
  background-size: 8px;
  width: 8px;
  line-height: 1;
  opacity: 0.75;
}
.choices[data-type*=select-multiple] .choices__button:hover, .choices[data-type*=select-multiple] .choices__button:focus, .choices[data-type*=text] .choices__button:hover, .choices[data-type*=text] .choices__button:focus {
  opacity: 1;
}

.choices__inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background-color: #fff;
  padding: 1rem;
  border: 1px solid #D3D2D7;
  border-radius: 5px;
  font-size: 14px;
  min-height: 44px;
  overflow: hidden;
  line-height: 1.125rem;
  height: 3.4375rem;
}
.is-focused .choices__inner, .is-open .choices__inner {
  box-shadow: 0 0 0.3125rem #D3D2D7;
}
.is-open .choices__inner {
  border-radius: 5px 5px 0 0;
}
.is-flipped.is-open .choices__inner {
  border-radius: 0 0 5px 5px;
}

.choices__list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.choices__list--single {
  display: inline-block;
  padding: 0 16px 0 4px;
  width: 100%;
  font-size: 1rem;
}
[dir=rtl] .choices__list--single {
  padding-right: 4px;
  padding-left: 16px;
}
.choices__list--single .choices__item {
  width: 100%;
}

.choices__list--multiple {
  display: inline;
}
.choices__list--multiple .choices__item {
  display: inline-block;
  vertical-align: middle;
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  margin-right: 3.75px;
  margin-bottom: 3.75px;
  background-color: #3E76B6;
  border: 1px solid #386aa3;
  color: #FFFFFF;
  word-break: break-all;
}
.choices__list--multiple .choices__item[data-deletable] {
  padding-right: 5px;
}
[dir=rtl] .choices__list--multiple .choices__item {
  margin-right: 0;
  margin-left: 3.75px;
}
.choices__list--multiple .choices__item.is-highlighted {
  background-color: #386aa3;
  border: 1px solid #315d90;
}
.is-disabled .choices__list--multiple .choices__item {
  background-color: #918f9b;
  border: 1px solid #777483;
}

.choices__list--dropdown {
  display: none;
  z-index: 1;
  position: absolute;
  width: 100%;
  background-color: #fff;
  border: 1px solid #D3D2D7;
  top: 100%;
  margin-top: -1px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  overflow: hidden;
  word-break: break-all;
}
.choices__list--dropdown.is-active {
  display: block;
}
.is-flipped .choices__list--dropdown {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: -1px;
  border-radius: 0.25rem 0.25rem 0 0;
}
.choices__list--dropdown .choices__list {
  position: relative;
  max-height: 300px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
}
.choices__list--dropdown .choices__item {
  position: relative;
  padding: 10px;
  font-size: 14px;
}
[dir=rtl] .choices__list--dropdown .choices__item {
  text-align: right;
}
@media (min-width: 640px) {
  .choices__list--dropdown .choices__item--selectable {
    padding-right: 100px;
  }
  .choices__list--dropdown .choices__item--selectable:after {
    content: attr(data-select-text);
    font-size: 12px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  [dir=rtl] .choices__list--dropdown .choices__item--selectable {
    text-align: right;
    padding-left: 100px;
    padding-right: 10px;
  }
  [dir=rtl] .choices__list--dropdown .choices__item--selectable:after {
    right: auto;
    left: 10px;
  }
}
.choices__list--dropdown .choices__item--selectable.is-highlighted {
  background-color: #f2f2f2;
}
.choices__list--dropdown .choices__item--selectable.is-highlighted:after {
  opacity: 0.5;
}

.choices__item {
  cursor: default;
}

.choices__item--selectable {
  cursor: pointer;
}

.choices__item--disabled {
  cursor: not-allowed;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 0.5;
}

.choices__heading {
  font-weight: 600;
  font-size: 12px;
  padding: 10px;
  border-bottom: 1px solid #ededef;
  color: gray;
}

.choices__button {
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.choices__button:focus {
  outline: none;
}

.choices__input {
  display: inline-block;
  vertical-align: baseline;
  background-color: #f9f9f9;
  font-size: 14px;
  margin-bottom: 5px;
  border: 0;
  border-radius: 0;
  max-width: 100%;
  padding: 4px 0 4px 2px;
}
.choices__input:focus {
  outline: 0;
}
[dir=rtl] .choices__input {
  padding-right: 2px;
  padding-left: 0;
}

.choices__placeholder {
  opacity: 0.5;
}

/*=====  End of Choices  ======*/
.btn {
  background-color: #183D5A;
  border: 0;
  border-radius: 1.5625rem;
  color: #fff;
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 400;
  margin: 0;
  padding: 0.75rem 1.25rem;
  position: relative;
  z-index: 1;
}
.btn::after {
  background-color: #3E76B6;
  border-radius: 1.5625rem;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.15s ease-in-out;
  z-index: -1;
}
.btn:hover::after, .btn:focus::after {
  opacity: 1;
}

.btn--big {
  font-size: 0.9375rem;
  padding: 1rem 2.625rem;
}

.btn--dark {
  background-color: rgba(6, 27, 43, 0.7);
}

.btn--fullwidth {
  width: 100%;
}

.btn--center {
  text-align: center;
}

.btn--white {
  background-color: #fff;
  border: 1px solid #183D5A;
  color: #061B2B;
}
.btn--white .btn__arrow::after {
  border-color: #061B2B;
}
.btn--white .btn__arrow::before {
  background-color: #061B2B;
}
.btn--white .btn__arrow.btn__arrow--blue::after {
  border-color: #3E76B6;
}
.btn--white .btn__arrow.btn__arrow--blue::before {
  background-color: #3E76B6;
}
.btn--white:hover {
  background-color: #183D5A;
  border-color: #183D5A;
  color: #fff;
}
.btn--white:hover::after {
  background-color: #183D5A;
}
.btn--white:hover .btn__arrow::after {
  border-color: #fff;
}
.btn--white:hover .btn__arrow::before {
  background-color: #fff;
}

.btn--hover-white:hover {
  color: #183D5A;
}
.btn--hover-white:hover::after {
  background-color: #fff;
  border: 1px solid #183D5A;
}
.btn--hover-white:hover .btn__arrow:after {
  border-color: #183D5A;
}
.btn--hover-white:hover .btn__arrow:before {
  background-color: #183D5A;
}

.btn--circle {
  border: 0;
  border-radius: 50%;
  position: relative;
  background-color: transparent;
  height: 1.5625rem;
  padding: 0;
  width: 1.5625rem;
}
.btn--circle::after, .btn--circle::before {
  background-color: #183D5A;
  border-radius: 50%;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scale(1);
  transition: opacity 0.15s ease-in-out, transform 0.15s ease-in-out;
  width: 100%;
  z-index: -1;
}
.btn--circle::after {
  background-color: #3E76B6;
  opacity: 0;
}
.btn--circle:hover::after, .btn--circle:focus::after {
  opacity: 1;
}
.btn--circle:hover::before, .btn--circle:focus::before {
  transform: scale(0.99);
}
.btn--circle:hover > *::after, .btn--circle:focus > *::after {
  opacity: 1;
}

.btn--icon {
  padding-left: 2.8125rem;
}

.btn--arrow {
  padding-right: 3.75rem;
}
.btn--arrow:hover .btn__arrow::after, .btn--arrow:focus .btn__arrow::after {
  transform: translateY(-50%) translateX(115%) rotate(45deg);
}
.btn--arrow:hover .btn__arrow::before, .btn--arrow:focus .btn__arrow::before {
  transform: translateY(-50%) translate(-50%) scale(2, 1);
}

.btn__arrow {
  position: relative;
  position: absolute;
  right: 2.5rem;
  top: 50%;
  transform: scale(0.9);
}
.btn__arrow::after, .btn__arrow::before {
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  transition: transform 0.15s ease-in-out;
}
.btn__arrow::after {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  height: 0.625rem;
  transform: translateY(-50%) translateX(-50%) translateX(0.125rem) rotate(45deg);
  width: 0.625rem;
}
.btn__arrow::before {
  background-color: #fff;
  height: 0.125rem;
  transform: translateY(-50%) translateX(-50%);
  transform-origin: left;
  width: calc(0.75rem + .125rem);
}

.btn__icon {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 828px 828px;
  background-image: url(/Areas/TassieTrade/Content/images/sprite_c.svg);
  left: 1.25rem;
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
}

.btn__icon--globe {
  width: 17px;
  height: 17px;
  background-position: -500px -500px;
}

.btn__icon--pdf {
  width: 22px;
  height: 25px;
  background-position: -600px -700px;
  transform: translateY(-50%) scale(0.75);
}

@media (min-width: 48em) {
  .btn--center.btn--arrow {
    padding-left: 22%;
    padding-right: 22%;
  }
  .btn--center .btn__arrow {
    right: 20%;
  }
}
@media (min-width: 71.2em) {
  .btn--center.btn--arrow {
    padding-right: 27%;
    padding-left: 27%;
  }
  .btn--center .btn__arrow {
    right: 25%;
  }
}
.loader {
  width: 100%;
  align-items: center;
  justify-content: center;
  list-style-type: none;
  margin: 0;
  padding: 3.125rem;
  display: flex;
  min-width: 4.6875rem;
  min-height: 1.25rem;
  z-index: 11;
}
.loader li {
  padding: 0;
  margin: 0 4px;
  width: 0.375rem;
  height: 1.25rem;
  background-color: #3B3F41;
  -webkit-animation: animate 0.7s infinite alternate;
          animation: animate 0.7s infinite alternate;
}
.loader li:before {
  display: none;
}
.loader li:nth-child(1) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.loader li:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.loader li:nth-child(3) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.loader li:nth-child(4) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.loader li:nth-child(5) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.loader li:nth-child(6) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

@-webkit-keyframes animate {
  0% {
    transform: scaleY(1);
  }
  25% {
    transform: scaleY(1);
  }
  50% {
    transform: scaleY(1);
  }
  75% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(3);
  }
}

@keyframes animate {
  0% {
    transform: scaleY(1);
  }
  25% {
    transform: scaleY(1);
  }
  50% {
    transform: scaleY(1);
  }
  75% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(3);
  }
}
.testimonials-carousel__photo-wrapper .loader {
  position: relative;
  top: 25px;
  left: -4px;
  padding: 0;
  margin: 0;
}
.testimonials-carousel__photo-wrapper .loader li {
  margin: 0 2px;
  width: 0.25rem;
  padding: 0;
}

.opacity-transition {
  transition: opacity 0.5s ease-in;
  opacity: 0;
}

.opacity-transition.reveal {
  opacity: 1;
}

.map {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.map .page-wrapper,
.map .main {
  height: 100%;
}
.map .global-footer {
  display: none;
}

.map-panel {
  height: 100%;
  overflow: hidden;
  width: 100%;
}

.map-control {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}
.map-control .it-tabs {
  z-index: 1;
}

.map-wrapper {
  background-color: #fff;
  border-radius: 100%;
  display: none;
  height: 150vw;
  left: 25rem;
  overflow: hidden;
  position: fixed;
  top: -75vw;
  width: 150vw;
  z-index: 1;
}
.map--itinerary .map-wrapper {
  left: 30rem;
}

.map-positioner {
  height: 100vh;
  left: 0;
  position: absolute;
  top: 75vw;
  width: calc(100vw - 25rem);
}
.map--itinerary .map-positioner {
  height: calc(100vh - 4.9375rem);
  top: calc(150vw / 2 + 4.9375rem);
  width: calc(100vw - 30rem);
}
.map-positioner iframe {
  height: 100%;
  width: 100%;
}

.map-image {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transform-origin: left bottom;
  transition: opacity 0.15s ease-in-out, transform 0.15s ease-in-out;
  width: 100%;
  z-index: 1;
}
.map--image .map-image {
  opacity: 1;
  pointer-events: all;
  transform: scale(1);
}

.map-instance {
  height: 100%;
}

.bubble__image {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.bubble__text {
  font-size: 0.875rem;
  font-weight: 500;
  margin: 0;
  padding: 0.625rem 0.9375rem;
}

.bubble__text--inline {
  white-space: nowrap;
}

@media (min-width: 71.2em) {
  .map-panel {
    height: 100%;
  }

  .map-wrapper {
    display: block;
  }

  .map-control {
    width: 27.5rem;
  }
  .map--itinerary .map-control {
    width: 32.5rem;
  }
}
.inside-banner {
  max-width: 100%;
  flex-basis: 100%;
}

.banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  height: 21.25rem;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.banner.banner--slider {
  display: block;
  height: 100vh;
}
.banner .banner__back {
  display: none;
}

.banner__curve {
  bottom: 4rem;
  height: 85vw;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
}
.banner--slider .banner__curve {
  bottom: 0;
  overflow: hidden;
}
.banner__curve::after {
  background-color: transparent;
  border-radius: 50%;
  bottom: 0.125rem;
  box-shadow: 0 0 10px 600px #fff;
  content: "";
  height: 170vw;
  position: absolute;
  right: -20%;
  width: 170vw;
}
.banner__curve::before {
  background-color: #fff;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 100%;
}

.banner__video-wrapper {
  bottom: 0;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: -1;
  background-size: cover;
  background-position: center center;
}

.banner__video {
  display: none;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.banner__slider {
  height: 100%;
  position: relative;
  z-index: 1;
}

.banner__slider-item {
  height: 100%;
  transition: visibility 1s linear;
  visibility: hidden;
}

.banner__slider-item--active {
  visibility: visible;
}

.banner__container {
  flex-basis: 100%;
}
.banner--slider .banner__container {
  height: calc(100% - 3.125rem);
}
.banner__container::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 15rem;
  background: linear-gradient(rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 0;
}
.inside-banner .banner__container::before, .event-details .banner__container::before {
  display: none;
}

.banner__container--bottom {
  align-items: flex-end;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0;
}
.banner--slider .banner__container--bottom {
  align-items: flex-end;
  height: 3.125rem;
  justify-content: center;
}

.banner__wrapper {
  display: flex;
  flex-wrap: nowrap;
  margin-top: 3rem;
  position: relative;
  z-index: 10;
}
.banner--slider .banner__wrapper {
  margin-top: 7.5rem;
}

.banner__icon {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 828px 828px;
  background-image: url(/Areas/TassieTrade/Content/images/sprite_c.svg);
  order: 2;
  flex: 0 0 auto;
}

.banner__icon--mountain {
  width: 65px;
  height: 65px;
  background-position: -500px -100px;
}

.banner__icon--corkscrew {
  width: 54px;
  height: 65px;
  background-position: -100px -100px;
}

.banner__icon--church {
  width: 65px;
  height: 65px;
  background-position: 0px -100px;
}

.banner__icon--mask {
  width: 64px;
  height: 64px;
  background-position: -400px -100px;
}

.banner__icon--sport {
  width: 65px;
  height: 65px;
  background-position: -600px -100px;
}

.banner__icon--lotus {
  width: 69px;
  height: 57px;
  background-position: -300px -100px;
}

.banner__icon--map {
  width: 53px;
  height: 40px;
  background-position: -300px -300px;
}

.banner__icon--itinerary {
  width: 38px;
  height: 40px;
  background-position: -200px -100px;
}

.banner__text {
  margin: 0 1.5rem 0 0;
  order: 1;
}
.banner--slider .banner__text {
  margin: 0;
}

.banner__label {
  color: inherit;
  font-size: 0.75rem;
  letter-spacing: 1px;
  margin: 0;
  text-transform: uppercase;
}
.banner__label + .banner__heading {
  margin-top: 0.375rem;
}

.banner__heading {
  font-size: 2.375rem;
  font-weight: 600;
  line-height: 2.625rem;
  margin: 0;
  text-shadow: 0 1px 12px rgba(6, 27, 43, 0.5);
}

.banner__link {
  position: relative;
  color: inherit;
  font-size: 0.875rem;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 2rem;
  padding-right: 2rem;
}
.banner__link::after, .banner__link::before {
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  transition: transform 0.15s ease-in-out;
}
.banner__link::after {
  border-right: 2px solid #4DA0FF;
  border-top: 2px solid #4DA0FF;
  height: 0.625rem;
  transform: translateY(-50%) translateX(-50%) translateX(0.125rem) rotate(45deg);
  width: 0.625rem;
}
.banner__link::before {
  background-color: #4DA0FF;
  height: 0.125rem;
  transform: translateY(-50%) translateX(-50%);
  transform-origin: left;
  width: calc(0.75rem + .125rem);
}
.banner__link::before {
  transition: all 0.5s ease;
  left: auto;
  right: 0;
}
.banner__link::after {
  transition: all 0.5s ease;
  left: auto;
  right: 0.1875rem;
}
.banner__link:hover:before, .banner__link:focus:before {
  right: -1rem;
}
.banner__link:hover:after, .banner__link:focus:after {
  right: -0.8125rem;
}

.banner__btn {
  align-items: center;
  display: flex;
  font-size: 0.625rem;
  line-height: 0.75rem;
  padding: 0.5625rem 1.1875rem;
  text-decoration: none;
}

.banner__btn-icon {
  margin: 0 0.375rem 0 0;
}

.share__wrapper {
  align-items: center;
  display: flex;
  padding-bottom: 1rem;
}

.share {
  align-items: center;
  display: flex;
  margin: 0 0.75rem 0 0;
  z-index: 1;
}

.share__label {
  color: #183D5A;
  display: block;
  font-size: 0.625rem;
  line-height: 0.75rem;
  margin: 0 0.3125rem 0 0;
}

.share__btn + .share__btn {
  margin-left: 0.1875rem;
}

.share__icon {
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translateX(50%) translateY(-50%) scale(0.8);
}

.event-details .event-details__banner, .inside-banner .event-details__banner {
  background-color: #F9F9FA;
  flex-basis: 100%;
  max-width: 100%;
}
.event-details .banner, .inside-banner .banner {
  display: flex;
  flex-wrap: wrap;
  height: auto;
  padding-bottom: 2.5rem;
  padding-top: 4.375rem;
}
.event-details .banner .banner__back, .inside-banner .banner .banner__back {
  color: #3B3F41;
  display: block;
  font-size: 0.8125rem;
  text-decoration: none;
  text-transform: uppercase;
}
.event-details .banner__btn, .inside-banner .banner__btn {
  display: none;
}
.event-details .banner__icon, .inside-banner .banner__icon {
  display: none;
}
.event-details .banner__curve, .inside-banner .banner__curve {
  display: none;
}
.event-details .banner__wrapper, .inside-banner .banner__wrapper {
  margin: 0;
}
.event-details .banner__container, .inside-banner .banner__container {
  padding: 0;
  width: 100%;
}
.event-details .banner__text, .inside-banner .banner__text {
  margin: 0;
}
.event-details .banner__label, .inside-banner .banner__label {
  display: none;
}
.event-details .banner__heading, .inside-banner .banner__heading {
  color: #061B2B;
  text-shadow: none;
}
.event-details .banner__back, .inside-banner .banner__back {
  position: relative;
  margin-top: 0;
  padding-left: 1.25rem;
}
.event-details .banner__back::after, .event-details .banner__back::before, .inside-banner .banner__back::after, .inside-banner .banner__back::before {
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  transition: transform 0.15s ease-in-out;
}
.event-details .banner__back::after, .inside-banner .banner__back::after {
  border-right: 2px solid #4DA0FF;
  border-top: 2px solid #4DA0FF;
  height: 0.625rem;
  transform: translateY(-50%) translateX(-50%) translateX(0.125rem) rotate(45deg);
  width: 0.625rem;
}
.event-details .banner__back::before, .inside-banner .banner__back::before {
  background-color: #4DA0FF;
  height: 0.125rem;
  transform: translateY(-50%) translateX(-50%);
  transform-origin: left;
  width: calc(0.75rem + .125rem);
}
.event-details .banner__back::before, .inside-banner .banner__back::before {
  left: 0.4375rem;
}
.event-details .banner__back::after, .inside-banner .banner__back::after {
  left: 5px;
  right: auto;
  transform: translateY(-50%) translateX(-50%) translateX(0.125rem) rotate(-135deg);
}
.event-details .banner__back a, .inside-banner .banner__back a {
  color: #061B2B;
  font-size: 0.8125rem;
  text-decoration: none;
  text-transform: uppercase;
}

.breadcrumbs {
  display: flex;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
}

.breadcrumbs__item::after {
  content: "/";
  padding: 0 0.4375rem;
  display: inline-block;
  color: #3E76B6;
  font-weight: 300;
  transform: translateY(2px);
}
.breadcrumbs__item:last-child::after {
  display: none;
}
.breadcrumbs__item:last-child .breadcrumbs__link {
  font-weight: 600;
}

.breadcrumbs__link {
  color: #3E76B6;
  text-decoration: none;
  font-size: 0.6875rem;
  text-transform: uppercase;
  font-weight: 300;
}

.banner__info {
  display: none;
}

@media (min-width: 48em) {
  .banner {
    height: 21.875rem;
  }

  .banner__container {
    flex-basis: auto;
  }

  .banner__wrapper {
    margin-top: 3rem;
    justify-content: flex-start;
  }
  .banner--slider .banner__wrapper {
    margin-top: 14.375rem;
  }

  .banner--slider .banner__container--bottom {
    justify-content: flex-start;
    width: auto;
  }

  .banner__controls {
    display: flex;
    flex-grow: 1;
    pointer-events: none;
  }

  .banner__icon {
    order: 1;
  }

  .banner__text {
    order: 2;
  }

  .banner__text {
    margin: 0 0 0 2.125rem;
  }

  .banner__label {
    font-size: 0.9375rem;
  }
  .banner__label + .banner__heading {
    margin-top: 0.625rem;
  }

  .banner__heading {
    font-size: 3.4375rem;
    line-height: 3.875rem;
    text-shadow: 0 0 15px rgba(6, 27, 43, 0.5);
  }

  .share__wrapper {
    padding: 0;
  }

  .event-details .banner, .inside-banner .banner {
    flex-wrap: nowrap;
  }

  .banner__container--bottom {
    align-items: flex-end;
    justify-content: flex-end;
  }
}
@media (min-width: 71.2em) {
  .banner {
    height: 25rem;
  }

  .banner__curve {
    bottom: 0.5rem;
  }

  .banner__container {
    flex-basis: auto;
  }

  .banner--slider .banner__container--bottom {
    width: 71.25rem;
  }

  .banner__wrapper {
    margin-top: 8.875rem;
  }

  .banner__btn {
    font-size: 0.75rem;
    line-height: 0.875rem;
    padding: 0.75rem 1.625rem 0.8125rem;
  }

  .banner__btn-icon {
    margin: 0 0.5rem 0 0;
  }

  .share__wrapper {
    margin: 0 0 1rem;
  }

  .share {
    margin: 0 0.9375rem 0 0;
  }

  .share__label {
    font-size: 0.75rem;
    line-height: 0.9375rem;
    margin: 0 0.375rem 0 0;
  }

  .share__btn {
    height: 1.875rem;
    width: 1.875rem;
  }
  .share__btn + .share__btn {
    margin-left: 0.25rem;
  }

  .share__icon {
    transform: translateX(50%) translateY(-50%) scale(1);
  }

  .banner__info {
    max-width: 16.5rem;
    font-weight: normal;
    font-size: 0.9375rem;
    color: #061B2B;
    z-index: 1;
    padding-right: 2rem;
    border-right: 1px solid #D3D2D7;
    margin-right: 2rem;
    display: block;
    line-height: 1.3rem;
  }

  .banner__video {
    display: block;
  }
}
table {
  width: 100%;
}

thead {
  display: none;
}

tr {
  border: 1px solid #D3D2D7;
  display: flex;
  flex-wrap: wrap;
  padding: 1.5rem 1.25rem;
}
tr:nth-child(even) {
  background-color: #F9F9FA;
}

td .btn {
  max-width: 10.9375rem;
  min-width: 10.9375rem;
  width: 10.9375rem;
}
td::before {
  color: #3E76B6;
  content: "";
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  margin-bottom: 0.625rem;
  text-align: left;
  text-transform: uppercase;
}
td:nth-child(1) {
  font-weight: 600;
  margin-bottom: 1.125rem;
  width: 100%;
}
td:nth-child(1)::before {
  content: "Event";
}
td:nth-child(2) {
  margin-bottom: 1.375rem;
  width: 50%;
}
td:nth-child(2)::before {
  content: "Location";
}
td:nth-child(3) {
  margin-bottom: 1.375rem;
  width: 50%;
}
td:nth-child(3)::before {
  content: "Date";
}
td:nth-child(4) {
  width: 100%;
}
td:nth-child(4)::before {
  display: none;
}

@media (min-width: 48em) {
  table {
    border-bottom: 3px solid #D3D2D7;
    margin-bottom: 6.25rem;
    width: 100%;
  }

  thead {
    border-bottom: 3px solid #3E76B6;
    display: table-header-group;
  }

  th {
    color: #061B2B;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.5625rem 1.3125rem;
    text-align: left;
  }

  tr {
    border: 0;
    display: table-row;
  }
  tr::before {
    display: none;
  }

  tr:nth-child(even) {
    background-color: #F9F9FA;
  }

  td {
    padding: 1.5rem 1.25rem 1.6875rem;
    width: auto;
  }
  td:nth-child(1), td:nth-child(2), td:nth-child(3), td:nth-child(4) {
    width: auto;
  }
  td:nth-child(4) {
    width: 13.25rem;
  }
  td .btn {
    max-width: 100%;
  }
  td::before {
    display: none;
  }
  td + td {
    border-left: 1px solid #D3D2D7;
  }
  td:first-child {
    font-weight: 600;
  }
}
.global-header__logo {
  display: block;
  height: 3.75rem;
  left: 0.9375rem;
  opacity: 1;
  pointer-events: all;
  transform: translateX(0);
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
  visibility: visible;
  width: 14.5rem;
}
.global-header__logo::after {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 579.6px 579.6px;
  background-image: url(/Areas/TassieTrade/Content/images/sprite_c.svg);
  width: 231px;
  height: 42px;
  background-position: 0px -140px;
  bottom: 1rem;
  content: "";
  position: absolute;
}
.menu-open .global-header__logo {
  opacity: 0;
  transform: translateX(-2rem);
}

@media (min-width: 71.2em) {
  .global-header__logo {
    flex-basis: 17.625rem;
    flex-shrink: 0;
    height: 4.9375rem;
    transition: transform 0.5s ease-in-out, opacity 0.15s ease-in-out 0.35s, visibility 0.5s ease-in-out;
    width: 17.625rem;
    z-index: 3;
  }
  .global-header__logo::after {
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 703.8px 703.8px;
    background-image: url(/Areas/TassieTrade/Content/images/sprite_c.svg);
    width: 281px;
    height: 51px;
    background-position: 0px -170px;
  }
  .search-open .global-header__logo {
    opacity: 0;
    transform: translateY(100%);
    transition: transform 0.5s ease-in-out, opacity 0.15s ease-in-out, visibility 0.5s ease-in-out;
    visibility: hidden;
  }
  .menu-open .global-header__logo {
    opacity: 1;
    transform: translateX(0);
  }
}
.landing-open,
.menu-open {
  overflow: hidden;
}

.global-header__nav {
  height: 100vh;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: auto;
  z-index: 300;
}
.body-scroll .global-header__nav {
  top: 0;
}
.global-header__nav::after {
  background-color: #061B2B;
  content: "";
  height: 3.75rem;
  left: 0;
  position: fixed;
  top: 0;
  transform: translateY(-100%);
  transition: transform 0.15s ease-in-out;
  width: 100%;
  z-index: -1;
}
.body-scroll .global-header__nav::after {
  transform: translateY(0);
}
.landing-open .global-header__nav {
  overflow: visible;
}

.global-header__nav--bg::after {
  transform: translateY(0);
}

.global-header__nav--overflow {
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  pointer-events: all;
}

.nav__toggle {
  background-color: transparent;
  border: 0;
  height: 3.75rem;
  margin: 0;
  padding: 0;
  pointer-events: all;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(0);
  transition: transform 0.5s ease-in-out;
  width: 3.75rem;
}
.menu-open .nav__toggle {
  transform: translateX(-100vw) translateX(4.75rem);
}

.nav__toggle-bars, .nav__toggle-bars::after, .nav__toggle-bars::before {
  background-color: #fff;
  content: "";
  height: 1.625rem;
  opacity: 1;
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translateX(50%) translateY(-50%) rotate(90deg);
  transition: transform 0.15s ease-in-out, opacity 0.15s ease-in-out;
  width: 0.125rem;
}
.nav__toggle-bars::after {
  transform: translateX(50%) translateX(-0.4375rem) translateY(-50%) rotate(0);
}
.nav__toggle-bars::before {
  height: 1.125rem;
  transform: translateX(50%) translateX(0.4375rem) translateY(-50%) translateY(0.25rem) rotate(0);
}
.menu-open .nav__toggle-bars {
  transform: translateX(50%) translateY(-50%) rotate(45deg);
}
.menu-open .nav__toggle-bars::after {
  transform: translateX(50%) translateY(-50%) rotate(-90deg);
}
.menu-open .nav__toggle-bars::before {
  opacity: 0;
  transform: translateX(50%) translateY(-50%) rotate(0);
}

.nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #F9F9FA;
  color: #061B2B;
  margin: 0 0 0 auto;
  pointer-events: all;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(100vw);
  transition: transform 0.5s ease-in-out, visibility 0.5s ease-in-out;
  visibility: hidden;
  width: calc(100% - 3.75rem);
}
.nav__list::before {
  background-color: #F9F9FA;
  content: "";
  height: 100vh;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.menu-open.landing-open .nav__list {
  transform: translateX(-100vw);
}
.menu-open .nav__list {
  transform: translateX(0);
  visibility: visible;
}

.nav__item {
  font-size: 1rem;
}

.nav__item--parent {
  overflow: hidden;
  position: relative;
}

.nav__item--last {
  display: none;
}

.nav__link {
  background-color: transparent;
  border: 0;
  color: inherit;
  display: block;
  font-weight: 600;
  margin: 0 15px;
  overflow: visible;
  padding: 1.1875rem 0.625rem;
  position: relative;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.15s ease-in-out;
  width: calc(100% - 30px);
  z-index: 1;
}
.nav__link::after, .nav__link::before {
  content: "";
  transition: opacity 0.15s ease-in-out;
}
.nav__link::before {
  background-color: #D3D2D7;
  bottom: 0;
  height: 1px;
  left: 0;
  opacity: 1;
  position: absolute;
  width: 100%;
}
.nav__link::after {
  background-color: #3E76B6;
  height: 100%;
  left: -0.9375rem;
  opacity: 0;
  position: absolute;
  top: 0;
  width: calc(100% + 30px);
  z-index: -1;
}
.nav__link:hover, .nav__link:focus {
  color: #fff;
}
.nav__link:hover::before, .nav__link:focus::before {
  opacity: 0;
}
.nav__link:hover::after, .nav__link:focus::after {
  opacity: 1;
}
.nav__item--selected .nav__link, .nav__item--current .nav__link {
  color: #fff;
}
.nav__item--selected .nav__link::after, .nav__item--current .nav__link::after {
  opacity: 1;
}
.nav__item--selected .nav__link::before, .nav__item--current .nav__link::before {
  opacity: 0;
}

.nav__landing {
  display: flex;
  flex-wrap: wrap;
  height: 100vh;
  left: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  position: absolute;
  padding: 3.75rem 0 0;
  top: 0;
  transition: visibility 0.5s ease-in-out;
  visibility: hidden;
  width: 100vw;
  z-index: 2;
}
.nav__item--selected .nav__landing {
  visibility: visible;
}

.nav__landing-close-wrap {
  background-color: #061B2B;
  display: flex;
  height: 3.75rem;
  left: auto;
  order: 1;
  position: fixed;
  right: 0;
  top: 0;
  width: 100vw;
  z-index: 10;
}
@supports (border: 1px) {
  .nav__landing-close-wrap {
    left: 100%;
    right: auto;
  }
}
.nav__landing-close-wrap::before {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 579.6px 579.6px;
  background-image: url(/Areas/TassieTrade/Content/images/sprite_c.svg);
  width: 231px;
  height: 42px;
  background-position: 0px -140px;
  content: "";
  left: 0.9375rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateY(-4px);
}

.nav__landing-close {
  background-color: transparent;
  border: 0;
  height: 100%;
  margin: 0 0 0 auto;
  padding: 0;
  position: relative;
  width: 3.75rem;
}
.nav__landing-close::after, .nav__landing-close::before {
  background-color: #fff;
  content: "";
  height: 1.6875rem;
  position: absolute;
  right: 50%;
  top: 50%;
  width: 0.125rem;
}
.nav__landing-close::after {
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.nav__landing-close::before {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.nav__landing-list {
  margin: 0;
  padding: 0;
  list-style: none;
  order: 2;
  width: 100%;
}

.nav__landing-link {
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  display: flex;
  overflow: hidden;
  padding: 5.625rem 0.9375rem 5rem;
  position: relative;
  text-decoration: none;
  z-index: 1;
}
.nav__landing-link::before {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.011) 9.9%, rgba(0, 0, 0, 0.046) 18.9%, rgba(0, 0, 0, 0.097) 26.5%, rgba(0, 0, 0, 0.158) 32.9%, rgba(0, 0, 0, 0.225) 38.4%, rgba(0, 0, 0, 0.295) 43.3%, rgba(0, 0, 0, 0.366) 47.9%, rgba(0, 0, 0, 0.438) 52.4%, rgba(0, 0, 0, 0.509) 57%, rgba(0, 0, 0, 0.579) 61.9%, rgba(0, 0, 0, 0.645) 67.4%, rgba(0, 0, 0, 0.706) 73.8%, rgba(0, 0, 0, 0.757) 81.5%, rgba(0, 0, 0, 0.79) 90.6%, rgba(0, 0, 0, 0.8) 100%);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.nav__landing-link--top {
  height: auto;
  padding: 7.75rem 0.9375rem 1.75rem;
}
.nav__landing-link--top:last-child {
  padding-bottom: 7rem;
}

.landing__arrow {
  position: relative;
  bottom: 2.25rem;
  height: 1rem;
  position: absolute;
  right: 0.9375rem;
  width: 1rem;
}
.landing__arrow::after, .landing__arrow::before {
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  transition: transform 0.15s ease-in-out;
}
.landing__arrow::after {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  height: 0.625rem;
  transform: translateY(-50%) translateX(-50%) translateX(0.125rem) rotate(45deg);
  width: 0.625rem;
}
.landing__arrow::before {
  background-color: #fff;
  height: 0.125rem;
  transform: translateY(-50%) translateX(-50%);
  transform-origin: left;
  width: calc(0.75rem + .125rem);
}

.landing__icon {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 505.08px 505.08px;
  background-image: url(/Areas/TassieTrade/Content/images/sprite_c.svg);
  display: block;
  margin: 0 0 1.125rem;
}

.landing__icon--mountain {
  width: 40px;
  height: 40px;
  background-position: -305px -61px;
}

.landing__icon--corkscrew {
  width: 33px;
  height: 40px;
  background-position: -61px -61px;
}

.landing__icon--church {
  width: 40px;
  height: 40px;
  background-position: 0px -61px;
}

.landing__icon--mask {
  width: 39px;
  height: 39px;
  background-position: -244px -61px;
}

.landing__icon--sport {
  width: 40px;
  height: 40px;
  background-position: -366px -61px;
}

.landing__icon--lotus {
  width: 42px;
  height: 35px;
  background-position: -183px -61px;
}

.landing__icon--map {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 828px 828px;
  background-image: url(/Areas/TassieTrade/Content/images/sprite_c.svg);
  width: 53px;
  height: 40px;
  background-position: -300px -300px;
}

.landing__icon--itinerary {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 828px 828px;
  background-image: url(/Areas/TassieTrade/Content/images/sprite_c.svg);
  width: 38px;
  height: 40px;
  background-position: -200px -100px;
}

.landing__heading {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.5rem;
  margin: 0;
}

.landing__label {
  color: #4DA0FF;
  font-size: 0.625rem;
  font-weight: 600;
  margin: 1rem 0 0.5rem;
  text-transform: uppercase;
}

.landing__description {
  font-size: 0.875rem;
  margin: 0;
}

.landing__list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.875rem;
}

.landing__wrapper {
  width: 100%;
}

.landing__link {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  color: inherit;
  display: block;
  padding: 0.5rem 1.5rem 0.5rem 0;
  position: relative;
  text-decoration: none;
}

.landing__link-arrow {
  position: relative;
  position: absolute;
  right: 0.625rem;
  top: 50%;
  transform: translateX(0) translateY(-50%);
  transition: transform 0.15s ease-in-out, opacity 0.15s ease-in-out;
}
.landing__link-arrow::after, .landing__link-arrow::before {
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  transition: transform 0.15s ease-in-out;
}
.landing__link-arrow::after {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  height: 0.625rem;
  transform: translateY(-50%) translateX(-50%) translateX(0.125rem) rotate(45deg);
  width: 0.625rem;
}
.landing__link-arrow::before {
  background-color: #fff;
  height: 0.125rem;
  transform: translateY(-50%) translateX(-50%);
  transform-origin: left;
  width: calc(0.75rem + .125rem);
}

.subnav__list {
  margin: 0;
  padding: 0;
  list-style: none;
  opacity: 0;
  position: absolute;
  transform: translateY(-1rem);
  transition: opacity 0.15s ease-in-out, visibility 0.15s ease-in-out, transform 0.15s ease-in-out;
  visibility: hidden;
}
.subnav__list::after, .subnav__list::before {
  background-color: #D3D2D7;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.subnav__list::after {
  bottom: 0;
  top: auto;
}
.subnav__list::before {
  top: -1px;
}
.menu-open .nav__item--selected .subnav__list {
  opacity: 1;
  position: relative;
  transform: translateY(0);
  visibility: visible;
}

.subnav__list--deep {
  transition: none;
}
.nav__item--selected .subnav__list--deep {
  opacity: 0;
  position: absolute;
  transform: translateY(-0.5rem);
  visibility: hidden;
}
.menu-open .nav__item--selected .subnav__list--deep.subnav__list {
  opacity: 0;
  position: absolute;
  transform: translateY(-0.5rem);
  visibility: hidden;
}
.menu-open .nav__item--selected .subnav__item--selected .subnav__list--deep {
  opacity: 1;
  position: relative;
  transform: translateY(0);
  transition: opacity 0.15s ease-in-out, visibility 0.15s ease-in-out, transform 0.15s ease-in-out;
  visibility: visible;
}

.subnav__item {
  font-size: 0.9375rem;
  position: relative;
}
.subnav__item::after {
  background-color: #fff;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.15s ease-in-out;
  width: 100%;
  z-index: -1;
}

.subnav__item--deep::after {
  display: none;
}

.subnav__item--selected {
  color: #3E76B6;
}
.subnav__item--selected::after {
  opacity: 1;
}

.subnav__toggle {
  position: relative;
  z-index: 1;
  background-color: transparent;
  border: 0;
  display: block;
  height: 3.75rem;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: transform 0.15s ease-in-out;
  width: 2.5rem;
}
.subnav__toggle::after, .subnav__toggle::before {
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  content: "";
  height: 0.4375rem;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transition: opacity 0.15s ease-in-out;
  width: 0.4375rem;
  z-index: -1;
}
.subnav__toggle::before {
  border-bottom: 2px solid #abaab3;
  border-left: 2px solid #abaab3;
  opacity: 1;
}
.subnav__toggle::after, .subnav__toggle::before {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg) scale(1, 1);
  transition: opacity 0.15s ease-in-out, transform 0.15s ease-in-out;
}
.subnav__toggle .nav__item--selected::after, .nav__item--current .subnav__toggle::after {
  opacity: 1;
}
.subnav__toggle .nav__item--selected::after, .subnav__toggle .nav__item--selected::before, .nav__item--current .subnav__toggle::after, .nav__item--current .subnav__toggle::before {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg) scale(-1, -1);
}

.nav__item--selected .subnav__toggle--deep::after {
  opacity: 0;
}
.nav__item--selected .subnav__toggle--deep::after, .nav__item--selected .subnav__toggle--deep::before {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg) scale(1, 1);
}
.nav__item--selected .subnav__item--selected .subnav__toggle--deep::after, .nav__item--selected .subnav__item--selected .subnav__toggle--deep::before {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg) scale(-1, -1);
}

.subnav__link {
  color: #061B2B;
  display: block;
  margin: 0;
  padding: 1.1875rem 1.5625rem;
  position: relative;
  text-decoration: none;
  transition: color 0.15s ease-in-out;
}
.subnav__item--selected .subnav__link {
  color: inherit;
}
.subnav__item--selected .subnav__link::after {
  opacity: 1;
}
.subnav__link::after, .subnav__link::before {
  content: "";
}
.subnav__link::before {
  background-color: #D3D2D7;
  bottom: 0;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.subnav__link::after {
  background-color: #3E76B6;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.1s ease-in-out;
  width: 0.25rem;
  z-index: 1;
}
.subnav__link:hover::after, .subnav__link:focus::after {
  opacity: 1;
}

.subnav__link--deep {
  color: #061B2B;
  margin: 0 2.1875rem 0 1.5625rem;
  padding: 0.875rem 0 0.9375rem;
}
.subnav__item--selected .subnav__link--deep {
  color: #061B2B;
}
.subnav__item--selected .subnav__link--deep::after {
  opacity: 0;
}
.subnav__item--selected .subnav__link--deep:hover::after, .subnav__item--selected .subnav__link--deep:focus::after {
  opacity: 1;
}
.subnav__item--selected .subnav__link--deep.subnav__link--selected {
  color: #3E76B6;
}
.subnav__link--deep::after {
  left: -1.5625rem;
  width: 0.5rem;
}

.subnav__link--selected {
  color: #3E76B6;
}

@media (min-width: 48em) {
  .nav__landing-list {
    display: flex;
    flex-wrap: wrap;
  }

  .nav__landing-link {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media (min-width: 71.2em) {
  .global-header__nav {
    height: auto;
    overflow: visible;
    transform: translateY(0);
    transition: transform 0.5s ease-in-out;
  }
  .global-header__nav::after {
    height: 4.9375rem;
  }
  .landing-open .global-header__nav::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 10rem;
    background: linear-gradient(rgba(0, 0, 0, 0.75) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 3;
  }

  .global-header__nav--overflow {
    overflow: visible;
  }

  .global-header__wrapper {
    display: flex;
    flex-wrap: nowrap;
  }
  .global-header__wrapper::after {
    background-color: #fff;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    margin: 0 auto;
    opacity: 0.3;
    position: absolute;
    right: 0;
    width: 73.125rem;
  }

  .nav__toggle {
    display: none;
  }

  .nav__list {
    align-items: flex-end;
    background-color: transparent;
    color: #fff;
    display: flex;
    justify-content: flex-end;
    opacity: 1;
    position: static;
    transform: none;
    width: 100%;
  }
  .nav__list::before {
    background-color: transparent;
    height: 100%;
  }
  .menu-open.landing-open .nav__list {
    transform: none;
  }
  .nav__item {
    font-size: 0.875rem;
    position: static;
  }

  .nav__item--last {
    display: block;
  }

  .nav__link {
    font-weight: 500;
    margin: 1.5rem 1.125rem 0;
    opacity: 1;
    padding: 1.125rem 0;
    pointer-events: all;
    transition: color 0.15s ease-in-out, opacity 0.15s ease-in-out 0.35s, visibility 0.15s ease-in-out 0.35s;
    visibility: visible;
    white-space: nowrap;
    z-index: 3;
  }
  .nav__link::before {
    background-color: #4DA0FF;
    bottom: 0;
    height: 0.125rem;
    opacity: 0;
  }
  .nav__link::after {
    display: none;
  }
  .nav__link:hover, .nav__link:focus {
    color: #fff;
  }
  .nav__link:hover::before, .nav__link:focus::before {
    opacity: 1;
  }
  .nav__item--selected .nav__link, .nav__item--current .nav__link {
    color: #fff;
  }
  .nav__item--selected .nav__link:hover, .nav__item--selected .nav__link:focus, .nav__item--current .nav__link:hover, .nav__item--current .nav__link:focus {
    color: #fff;
  }
  .nav__item--selected .nav__link::before, .nav__item--current .nav__link::before {
    opacity: 1;
  }
  .search-open .nav__link {
    opacity: 0;
    pointer-events: none;
    transition: color 0.15s ease-in-out, opacity 0.15s ease-in-out, visibility 0.15s ease-in-out;
    visibility: hidden;
  }

  .nav__link--tas {
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 828px 828px;
    background-image: url(/Areas/TassieTrade/Content/images/sprite_c.svg);
    width: 76px;
    height: 33px;
    background-position: 0px 0px;
    margin-bottom: 0.625rem;
  }
  .nav__link--tas::before {
    display: none;
  }
  .nav__link--tas::after {
    background-color: #fff;
    bottom: -0.625rem;
    content: "";
    display: block;
    height: 3.75rem;
    left: -1.125rem;
    opacity: 0.3;
    position: absolute;
    top: auto;
    width: 1px;
  }
  .nav__link--tas:hover::after, .nav__link--tas:focus::after {
    opacity: 0.3;
  }

  .nav__landing {
    display: block;
    height: auto;
    left: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    right: 0;
    transform: translateY(-4rem);
    transition: visibility 0.35s ease-in-out, transform 0.35s ease-in-out, opacity 0.35s ease-in-out;
    width: auto;
  }
  .landing-open .nav__item--selected .nav__landing {
    opacity: 1;
    transform: translateY(0);
  }
  .search-open .nav__landing, .landing-open.search-open .nav__landing {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
  }

  .nav__landing-list {
    display: flex;
  }

  .nav__landing-item {
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 1;
    overflow: hidden;
  }

  .nav__landing-link {
    align-items: flex-end;
    flex-basis: 0;
    flex-grow: 1.2;
    flex-shrink: 1;
    height: 100vh;
    overflow: hidden;
    padding: 0 1.25rem;
    transition: flex-grow 0.35s ease-in-out, flex 0.35s ease-in-out;
  }
  .nav__landing-link:hover, .nav__landing-link:focus {
    flex-grow: 1.2;
  }
  .nav__landing-link::after {
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
    height: 100vh;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity 0.35s ease-in-out;
  }

  .nav__landing-link--top {
    align-items: flex-start;
  }

  .nav__landing-link--darken {
    flex-grow: 1;
  }
  .nav__landing-link--darken::after {
    opacity: 1;
  }

  .nav__landing-close-wrap {
    background: transparent;
    bottom: 0;
    height: 17.5rem;
    left: auto;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: auto;
    width: 30rem;
    z-index: 2;
  }
  .nav__landing-close-wrap::after {
    border-bottom-right-radius: 50%;
    bottom: 0;
    box-shadow: 20px 20px 0 20px #fff;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
  .nav__landing-close-wrap::before {
    display: none;
  }

  .nav__landing-close {
    background-color: #fff;
    bottom: 0;
    height: 8.75rem;
    pointer-events: all;
    position: fixed;
    right: 0;
    transform: translateX(50%) translateY(50%) rotate(-45deg);
    width: 8.75rem;
    z-index: 2;
  }
  .nav__landing-close:hover, .nav__landing-close:focus {
    outline: 0;
  }
  .nav__landing-close:hover::before, .nav__landing-close:focus::before {
    width: 10px;
    height: 10px;
    background-position: -700px -300px;
  }
  .nav__landing-close::after, .nav__landing-close::before {
    content: "";
    display: inline-block;
    height: auto;
    position: static;
    width: auto;
  }
  .nav__landing-close::after {
    color: #061B2B;
    content: "close";
    font-size: 0.625rem;
    font-weight: 700;
    text-transform: uppercase;
    transform: rotate(45deg) translateX(-36px) translateY(-14px);
  }
  .nav__landing-close::before {
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 828px 828px;
    background-image: url(/Areas/TassieTrade/Content/images/sprite_c.svg);
    width: 10px;
    height: 10px;
    background-position: -800px -500px;
    transform: rotate(45deg) translateX(-18px) translateY(-44px);
  }

  .landing__heading {
    font-size: 1.625rem;
    font-weight: 600;
    min-height: 7.5rem;
  }

  .landing__heading--auto {
    min-height: 0;
  }

  .landing__wrapper {
    margin: 0 0 7.5rem;
    position: relative;
    transform: translateY(0);
    transition: transform 0.35s ease-in-out;
    width: 100%;
  }
  .nav__landing-link:hover .landing__wrapper, .nav__landing-link:focus .landing__wrapper {
    transform: translateY(-100%);
  }

  .landing__wrapper--static {
    margin: 40vh 0 0;
  }
  .nav__landing-link:hover .landing__wrapper--static, .nav__landing-link:focus .landing__wrapper--static {
    transform: translateY(0);
  }

  .landing__descr-wrap {
    opacity: 0;
    position: absolute;
    top: 100%;
    transition: opacity 0.05s ease-in-out;
  }
  .nav__landing-link:hover .landing__descr-wrap, .nav__landing-link:focus .landing__descr-wrap {
    opacity: 1;
    transition: opacity 0.15s ease-in-out 0.25s;
  }

  .landing__descr-wrap--static {
    opacity: 1;
    position: static;
    top: auto;
  }

  .landing__arrow {
    bottom: 4.875rem;
    left: 1.25rem;
    right: auto;
  }
  .nav__landing-link:hover .landing__arrow::after, .nav__landing-link:focus .landing__arrow::after {
    transform: translateY(-50%) translateX(115%) rotate(45deg);
  }
  .nav__landing-link:hover .landing__arrow::before, .nav__landing-link:focus .landing__arrow::before {
    transform: translateY(-50%) translate(-50%) scale(2, 1);
  }
  .nav__landing-link:hover .landing__arrow::after, .nav__landing-link:hover .landing__arrow::before, .nav__landing-link:focus .landing__arrow::after, .nav__landing-link:focus .landing__arrow::before {
    transition: transform 0.35s ease-in-out;
  }

  .landing__link-arrow {
    position: relative;
    opacity: 0;
    position: absolute;
    right: 0.625rem;
    top: 50%;
    transform: translateX(-1rem) translateY(-50%);
    transition: transform 0.15s ease-in-out, opacity 0.15s ease-in-out;
  }
  .landing__link-arrow::after, .landing__link-arrow::before {
    content: "";
    left: 50%;
    position: absolute;
    top: 50%;
    transition: transform 0.15s ease-in-out;
  }
  .landing__link-arrow::after {
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    height: 0.625rem;
    transform: translateY(-50%) translateX(-50%) translateX(0.125rem) rotate(45deg);
    width: 0.625rem;
  }
  .landing__link-arrow::before {
    background-color: #fff;
    height: 0.125rem;
    transform: translateY(-50%) translateX(-50%);
    transform-origin: left;
    width: calc(0.75rem + .125rem);
  }
  .landing__link:hover .landing__link-arrow, .landing__link:focus .landing__link-arrow {
    opacity: 1;
    transform: translateX(0) translateY(-50%);
  }

  .subnav__list {
    display: none;
  }

  .subnav__toggle {
    display: none;
  }
}
.search__toggle {
  background-color: transparent;
  border: 0;
  display: none;
  margin: 0;
  padding: 0;
}

.search__container {
  display: flex;
  flex-wrap: nowrap;
}

.search__form {
  margin: 0.625rem 1.5625rem;
  position: relative;
  width: 100%;
}

.search__submit {
  background-color: transparent;
  border: 0;
  height: 3rem;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 1.5rem;
}

.search__input {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  border-bottom: 0.125rem solid #3E76B6;
  color: #3B3F41;
  font-size: 1.125rem;
  line-height: 1.375rem;
  padding: 0.75rem 1.5rem 0.75rem 0;
  position: relative;
  transition: border-color 0.15s ease-in-out;
  width: 100%;
}
.search__input::-moz-placeholder {
  color: #3B3F41;
  font-size: 1.125rem;
  line-height: 1.375rem;
  opacity: 1;
}
.search__input:-ms-input-placeholder {
  color: #3B3F41;
  font-size: 1.125rem;
  line-height: 1.375rem;
  opacity: 1;
}
.search__input::placeholder {
  color: #3B3F41;
  font-size: 1.125rem;
  line-height: 1.375rem;
  opacity: 1;
}
.search__input:hover, .search__input:focus {
  border-color: #4DA0FF;
}

.search__close {
  background-color: transparent;
  color: #fff;
  border: 0;
  display: none;
  height: 3.75rem;
  margin: 0;
  padding: 0;
  position: relative;
  transition: color 0.15s ease-in-out;
  width: 3.75rem;
}
.search__close:hover, .search__close:focus {
  color: #4DA0FF;
}

@media (min-width: 71.2em) {
  .search__toggle {
    color: #fff;
    display: block;
    height: 3.75rem;
    margin-left: -1.125rem;
    opacity: 1;
    position: relative;
    transition: opacity 0.15s ease-in-out 0.35s, visibility 0.15s ease-in-out 0.35s, color 0.15s ease-in-out;
    visibility: visible;
    width: 3.5rem;
    z-index: 150;
  }
  .search__toggle:hover, .search__toggle:focus {
    color: #4DA0FF;
  }
  .search-open .search__toggle {
    opacity: 0;
    transition: opacity 0.15s ease-in-out, visibility 0.15s ease-in-out;
    visibility: hidden;
  }

  .search__toggle-icon {
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translateX(50%) translateY(-50%);
  }

  .search__wrapper {
    bottom: 0;
    left: 0;
    opacity: 0;
    padding: 0 0.9375rem;
    position: absolute;
    right: 0;
    transform: translateY(-100%);
    transition: opacity 0.35s ease-in-out, visibility 0.35s ease-in-out, transform 0.35s ease-in-out;
    visibility: hidden;
  }
  .search-open .search__wrapper {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
  }

  .search__form {
    align-items: flex-end;
    display: flex;
    flex-grow: 1;
    flex-wrap: nowrap;
    margin: 0;
  }

  .search__submit {
    color: #4DA0FF;
    height: 3.75rem;
    position: relative;
    width: 3.75rem;
  }

  .search__submit-icon {
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translateX(50%) translateY(-50%);
  }

  .search__input-wrapper {
    width: 100%;
  }

  .search__input {
    border: 0;
    border-left: 1px solid transparent;
    caret-color: transparent;
    color: #D3D2D7;
    font-size: 1.75rem;
    font-weight: 300;
    line-height: 1;
    margin: 0.6875rem 0;
    padding: 0.1875rem 0.25rem;
  }
  .search__input::-moz-placeholder {
    color: #D3D2D7;
    font-size: 1.75rem;
    font-weight: 300;
    line-height: 1;
    opacity: 1;
  }
  .search__input:-ms-input-placeholder {
    color: #D3D2D7;
    font-size: 1.75rem;
    font-weight: 300;
    line-height: 1;
    opacity: 1;
  }
  .search__input::placeholder {
    color: #D3D2D7;
    font-size: 1.75rem;
    font-weight: 300;
    line-height: 1;
    opacity: 1;
  }
  .search__input:-moz-placeholder-shown {
    border-left: 1px solid rgba(255, 255, 255, 0.5);
  }
  .search__input:-ms-input-placeholder {
    border-left: 1px solid rgba(255, 255, 255, 0.5);
  }
  .search__input:placeholder-shown {
    border-left: 1px solid rgba(255, 255, 255, 0.5);
  }
  .search__input:hover, .search__input:focus {
    border-color: transparent;
    outline: 0;
  }

  .search__close {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    display: block;
  }

  .search__close-icon {
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translateX(50%) translateY(-50%);
  }
}
.home-tiles {
  margin: 2rem 0;
}
.home-tiles__heading {
  font-size: 1.3125rem;
  font-weight: 400;
  line-height: 1.875rem;
  max-width: 80%;
  text-align: center;
  margin: 0 auto 2rem auto;
}
.home-tiles__links {
  display: flex;
  flex-direction: column;
  justify-content: center;
  list-style: none;
  flex-wrap: nowrap;
}
.home-tiles__item, .content .home-tiles__item {
  display: inline-block;
  margin: 0;
  padding: 0 2rem;
}
.home-tiles__item::before, .content .home-tiles__item::before {
  display: none;
}
.home-tiles__item::after, .content .home-tiles__item::after {
  background-color: #D3D2D7;
  content: "";
  display: block;
  height: 0.125rem;
  width: 4.0625rem;
  margin: 2rem auto;
}
.home-tiles__item:last-child::after, .content .home-tiles__item:last-child::after {
  display: none;
}
.home-tiles__link, .content .home-tiles__link {
  display: block;
  margin: 0 auto;
  max-width: 80%;
  text-align: center;
}
.home-tiles__link:hover, .home-tiles__link:focus, .content .home-tiles__link:hover, .content .home-tiles__link:focus {
  outline: 0;
  text-decoration: none;
}
.home-tiles__link:hover .home-tiles__link--title::before, .home-tiles__link:focus .home-tiles__link--title::before, .home-tiles__link:hover .content .home-tiles__link--title::before, .home-tiles__link:focus .content .home-tiles__link--title::before, .content .home-tiles__link:hover .home-tiles__link--title::before, .content .home-tiles__link:focus .home-tiles__link--title::before, .content .home-tiles__link:hover .content .home-tiles__link--title::before, .content .home-tiles__link:focus .content .home-tiles__link--title::before {
  width: 4rem;
}
.home-tiles__link:hover .home-tiles__link--icon, .home-tiles__link:focus .home-tiles__link--icon, .home-tiles__link:hover .content .home-tiles__link--icon, .home-tiles__link:focus .content .home-tiles__link--icon, .content .home-tiles__link:hover .home-tiles__link--icon, .content .home-tiles__link:focus .home-tiles__link--icon, .content .home-tiles__link:hover .content .home-tiles__link--icon, .content .home-tiles__link:focus .content .home-tiles__link--icon {
  transform: translateY(-0.3125rem);
}
.home-tiles__link--icon, .content .home-tiles__link--icon {
  display: block;
  height: 3.75rem;
  margin: 0 auto 1rem auto;
  transform: translateY(0);
  transition: transform 0.5s ease;
  width: auto;
}
.home-tiles__link--title, .content .home-tiles__link--title {
  color: #061B2B;
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.75rem;
  padding: 0 0 0.5rem 0;
  position: relative;
}
.home-tiles__link--title::before, .content .home-tiles__link--title::before {
  background-color: #061B2B;
  content: "";
  display: block;
  height: 0.2rem;
  transition: width 0.5s ease;
  width: 0;
  position: absolute;
  bottom: 0.3125rem;
  left: 0;
}
.home-tiles__link--desc, .content .home-tiles__link--desc {
  color: #3B3F41;
  display: block;
  font-size: 0.875rem;
  line-height: 1.4375rem;
  font-weight: 400;
}

@media (min-width: 48em) {
  .home-tiles__heading {
    font-size: 1.5rem;
    line-height: 2.375rem;
    max-width: 49.0625rem;
  }
  .home-tiles__links {
    flex-direction: row;
  }
  .home-tiles__item::after, .content .home-tiles__item::after {
    display: none;
  }
  .home-tiles__link, .content .home-tiles__link {
    max-width: 18.75rem;
  }
  .home-tiles__link--title, .content .home-tiles__link--title {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.image-text {
  padding-bottom: 2.1875rem;
  padding-top: 5rem;
}

.image-text__caption {
  background-color: #fff;
  padding: 0.625rem 0;
  position: relative;
  z-index: 2;
}

@media (min-width: 71.2em) {
  .image-text {
    display: flex;
  }
  .image-text .image-text__text-container {
    flex: 1;
    width: 50%;
    flex-basis: 50%;
    padding-right: 3.125rem;
  }
  .image-text .image-text__text-container h1, .image-text .image-text__text-container h2, .image-text .image-text__text-container h3, .image-text .image-text__text-container h4, .image-text .image-text__text-container h5, .image-text .image-text__text-container h6 {
    margin-top: 0;
    margin-bottom: 1.875rem;
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 2.375rem;
  }
  .image-text .image-text__text-container p {
    font-size: 1.3125rem;
    line-height: 2.125rem;
    color: #061B2B;
  }
  .image-text .image-text__image-wrapper {
    flex: 1;
    width: 50%;
    flex-basis: 50%;
  }
}
.global-header__nav--bg ~ .main {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  padding-top: 3.75rem;
}

.content {
  color: #3B3F41;
  /* Headings */
  /* /Headings */
  /* Anchor */
  /* /Anchor */
  /* Lists */
  /* /Lists */
}
.content h1,
.content .h1 {
  font-size: 1.875rem;
  font-weight: 300;
  line-height: 2.8125rem;
}
.content h2,
.content .h2 {
  color: #061B2B;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2.375rem;
}
.content h3,
.content .h3 {
  font-size: 1.3125rem;
  font-weight: 400;
  line-height: 2rem;
}
.content h4,
.content .h4 {
  color: #3E76B6;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.75rem;
}
.content h5,
.content .h5 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.75rem;
}
.content h6,
.content .h6 {
  color: #3E76B6;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.75rem;
}
.content .caption {
  font-size: 0.875rem;
  color: #646468;
}
.content .blue-text {
  line-height: 42px;
  font-weight: 300;
  font-size: 30px;
  color: #3E76B6;
  padding-bottom: 10px;
}
.content .blue-text-small {
  line-height: 1.75rem;
  font-weight: 300;
  font-size: 1.25rem;
  color: #3E76B6;
  padding-bottom: 10px;
}
.content a {
  color: #3E76B6;
  font-weight: 600;
  text-decoration: none;
}
.content a:hover, .content a:focus {
  text-decoration: underline;
}
.content ul,
.content ol {
  list-style: none;
  margin: 1rem 0;
  padding: 0;
}
.content ul li,
.content ol li {
  padding: 0 0 0.75rem 2.25rem;
  position: relative;
}
.content ul li::before,
.content ol li::before {
  background-color: #3E76B6;
  border-radius: 50%;
  content: "";
  height: 0.25rem;
  left: 0.6875rem;
  position: absolute;
  top: 0.5625rem;
  width: 0.25rem;
}
.content ul li ul,
.content ul li ol,
.content ol li ul,
.content ol li ol {
  margin: 1.5rem 0 0.75rem 0;
}
.content ul li ul li,
.content ul li ol li,
.content ol li ul li,
.content ol li ol li {
  padding: 0 0 0.75rem 1.5rem;
}
.content ul li ul li:last-child,
.content ul li ol li:last-child,
.content ol li ul li:last-child,
.content ol li ol li:last-child {
  padding: 0 0 0.25rem 1.5rem;
}
.content ul li ul li::before,
.content ul li ol li::before,
.content ol li ul li::before,
.content ol li ol li::before {
  background-color: #3E76B6;
  border-radius: 0;
  content: "";
  height: 0.0625rem;
  left: 0;
  position: absolute;
  top: 0.625rem;
  width: 0.25rem;
}
.content ul,
.content ol {
  counter-reset: list;
}
.content ul li ol,
.content ol li ol {
  counter-reset: list;
}
.content ul li ol li::before,
.content ol li ol li::before {
  background-color: transparent;
  color: #3E76B6;
  content: counter(list, lower-alpha) ".";
  counter-increment: list;
  font-weight: 600;
  top: 0;
}
.content ol li::before {
  background-color: transparent;
  color: #3E76B6;
  content: counter(list, decimal) ".";
  counter-increment: list;
  font-weight: 600;
  top: 0;
}

@media (min-width: 71.2em) {
  .global-header__nav--bg ~ .main {
    padding-top: 5rem;
  }
}
.credits-tooltip {
  align-items: center;
  display: flex;
}

.credits-tooltip__text {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 0.8rem;
  font-weight: 400;
  height: 1.75rem;
  margin: 0.625rem 5rem 0 0;
  opacity: 0;
  order: 1;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(1rem);
  transition: opacity 0.15s ease-in-out, transform 0.15s ease-in-out, visibility 0.15s ease-in-out;
  visibility: hidden;
}
.lightbox__slider .credits-tooltip__text {
  margin: 0.625rem 0.625rem 0 0;
  transform: translateY(-100%) translateY(-0.625rem);
  transition: transform 0.05s ease-in-out, opacity 0.05s ease-in-out;
  visibility: visible;
}
.lightbox__slide--current .credits-tooltip__text {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.15s ease-in-out 0.25s, opacity 0.15s ease-in-out 0.25s;
}
.image-gallery__slide--credit .credits-tooltip__text {
  opacity: 1;
  transform: translateX(0);
  visibility: visible;
}

.credits-tooltip__lightbox-icon {
  display: none;
  height: 1.75rem;
  margin-left: 0.5rem;
}
.lightbox__slider .credits-tooltip__lightbox-icon {
  display: block;
}

.credits-tooltip__text-light {
  font-weight: 300;
}

.credits-tooltip__button {
  border: 0;
  border-radius: 50%;
  position: relative;
  background-color: transparent;
  border: 0;
  height: 1.75rem;
  margin: 0.625rem 2.6875rem 0 0;
  order: 2;
  padding: 0;
  pointer-events: all;
  position: absolute;
  right: 0;
  top: 0;
  transform: scale(1);
  transition: transform 0.15s ease-in-out;
  width: 1.75rem;
  z-index: 1;
}
.credits-tooltip__button::after, .credits-tooltip__button::before {
  background-color: transparent;
  border-radius: 50%;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scale(1);
  transition: opacity 0.15s ease-in-out, transform 0.15s ease-in-out;
  width: 100%;
  z-index: -1;
}
.credits-tooltip__button::after {
  background-color: transparent;
  opacity: 0;
}
.credits-tooltip__button::before {
  border-color: #fff;
  border-style: solid;
  border-width: 0.125rem;
}
.credits-tooltip__button:hover, .credits-tooltip__button:focus {
  outline: 0;
  transform: scale(1.2);
}

.credits-tooltip__button:hover + .credits-tooltip__text, .credits-tooltip__button:focus + .credits-tooltip__text {
  opacity: 1;
  transform: translateX(0);
  visibility: visible;
}

.experience-carousel__screen.yt + .credits-tooltip__button {
  display: none;
}

.experience-carousel__screen.img + .credits-tooltip__button {
  margin: 0.625rem 0.625rem 0 0;
}

.credits-tooltip__icon {
  pointer-events: none;
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%);
}

.map--image .map-positioner::before {
  content: "";
  display: block;
  height: 200px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 199;
  background: linear-gradient(rgba(0, 0, 0, 0.6) 0%, rgba(255, 255, 255, 0) 100%);
}
.map-positioner .credits-tooltip__button {
  margin: 2rem 2rem 0 0;
  z-index: 200;
}
.map-positioner .credits-tooltip__text {
  z-index: 200;
  margin: 2.35rem 5rem 0 0;
}
.map--itinerary .map-positioner .credits-tooltip__button,
.map--itinerary .map-positioner .credits-tooltip__text {
  display: none;
}
.map--itinerary.map--image .map-positioner .credits-tooltip__button,
.map--itinerary.map--image .map-positioner .credits-tooltip__text {
  display: block;
}

@media (min-width: 48em) {
  .credits-tooltip__text {
    font-size: 0.8125rem;
  }
}
@media (min-width: 71.2em) {
  .credits-tooltip--active .credits-tooltip__text {
    opacity: 0;
    transform: translateX(1rem);
    visibility: hidden;
  }
}
.image-gallery {
  margin: 0;
  max-width: 45rem;
  position: relative;
}

.image-gallery__button, .image-gallery__button--next {
  border: 0;
  border-radius: 50%;
  position: relative;
  background-color: transparent;
  border: 0;
  height: 3.125rem;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%) translateX(0.25rem) scale(0.7);
  width: 3.125rem;
  z-index: 1;
}
.image-gallery__button::after, .image-gallery__button--next::after, .image-gallery__button::before, .image-gallery__button--next::before {
  background-color: #fff;
  border-radius: 50%;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scale(1);
  transition: opacity 0.15s ease-in-out, transform 0.15s ease-in-out;
  width: 100%;
  z-index: -1;
}
.image-gallery__button::after, .image-gallery__button--next::after {
  background-color: #4DA0FF;
  opacity: 0;
}
.image-gallery__button:hover::after, .image-gallery__button--next:hover::after, .image-gallery__button:focus::after, .image-gallery__button--next:focus::after {
  opacity: 1;
}
.image-gallery__button:hover::before, .image-gallery__button--next:hover::before, .image-gallery__button:focus::before, .image-gallery__button--next:focus::before {
  transform: scale(0.99);
}
.image-gallery__button:hover > *::after, .image-gallery__button--next:hover > *::after, .image-gallery__button:focus > *::after, .image-gallery__button--next:focus > *::after {
  opacity: 1;
}
.image-gallery__button::before, .image-gallery__button--next::before {
  box-shadow: 0 0 0.375rem 0 rgba(6, 27, 43, 0.3);
}
.image-gallery__button:focus, .image-gallery__button--next:focus {
  outline: 0;
}

.image-gallery__button--next {
  left: auto;
  right: 0;
  transform: scale(-1, -1) translateY(50%) translateX(-50%) translateX(0.25rem) scale(0.7);
}

.image-gallery__chevron {
  position: relative;
  z-index: 1;
  display: block;
  height: 100%;
  transform: translateX(1px);
  width: 100%;
}
.image-gallery__chevron::after, .image-gallery__chevron::before {
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  content: "";
  height: 0.625rem;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transition: opacity 0.15s ease-in-out;
  width: 0.625rem;
  z-index: -1;
}
.image-gallery__chevron::before {
  border-bottom: 2px solid #3E76B6;
  border-left: 2px solid #3E76B6;
  opacity: 1;
}

.image-gallery__slide {
  position: relative;
}
.image-gallery__slide img {
  width: 100%;
}
.image-gallery__slide::before, .image-gallery__slide::after {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.592) 6.9%, rgba(0, 0, 0, 0.456) 12.8%, rgba(0, 0, 0, 0.34) 18.4%, rgba(0, 0, 0, 0.243) 24.4%, rgba(0, 0, 0, 0.164) 31.3%, rgba(0, 0, 0, 0.102) 39.6%, rgba(0, 0, 0, 0.056) 50%, rgba(0, 0, 0, 0.024) 63.2%, rgba(0, 0, 0, 0.006) 79.7%, rgba(0, 0, 0, 0) 100%);
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
}
.image-gallery__slide::after {
  bottom: 0;
  transform: rotate(180deg);
}

.image-gallery__image {
  display: block;
}

.image-gallery__caption {
  bottom: 0;
  color: #fff;
  font-size: 0.5625rem;
  font-weight: 300;
  left: 0;
  margin: 0;
  opacity: 0;
  padding: 0.625rem 1.25rem;
  position: absolute;
  right: 0;
  transform: translateY(100%);
  transition: transform 0.05s ease-in-out, opacity 0.05s ease-in-out;
  z-index: 2;
}
.lightbox__slider .image-gallery__caption {
  margin-right: 0;
}
.image-gallery__slide--current .image-gallery__caption, .lightbox__slide--current .image-gallery__caption {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.15s ease-in-out 0.25s, opacity 0.15s ease-in-out 0.25s;
}

.image-gallery__utils {
  bottom: -1rem;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}

.image-gallery__dots {
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  margin: 0.375rem auto 0;
  position: absolute;
  right: 0;
}

.image-gallery__dot {
  border: 0;
  border-radius: 50%;
  position: relative;
  background-color: transparent;
  height: 0.625rem;
  padding: 0;
  width: 0.625rem;
  z-index: 1;
}
.image-gallery__dot::after, .image-gallery__dot::before {
  background-color: transparent;
  border-radius: 50%;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scale(1);
  transition: opacity 0.15s ease-in-out, transform 0.15s ease-in-out;
  width: 100%;
  z-index: -1;
}
.image-gallery__dot::after {
  background-color: #3E76B6;
  opacity: 0;
}
.image-gallery__dot::before {
  border-color: #D3D2D7;
  border-style: solid;
  border-width: 0.125rem;
}
.image-gallery__dot + .image-gallery__dot {
  margin: 0 0 0 0.625rem;
}

.image-gallery__dot--current::after {
  opacity: 1;
}

@media (min-width: 48em) {
  .image-gallery__button, .image-gallery__button--next {
    transform: translateY(-50%) translateX(-50%) translateX(0.25rem);
  }

  .image-gallery__button--next {
    transform: scale(-1, -1) translateY(50%) translateX(-50%) translateX(0.25rem);
  }

  .image-gallery__caption {
    font-size: 0.8125rem;
    margin: 0 13.125rem 0 0;
  }

  .image-gallery__utils {
    bottom: 0;
  }

  .image-gallery__dots {
    bottom: 0;
    display: flex;
    justify-content: flex-end;
    left: auto;
    margin: 0 1.25rem 1rem 0;
    position: absolute;
    right: 0;
  }

  .image-gallery__dot {
    border: 0;
    border-radius: 50%;
    position: relative;
  }
  .image-gallery__dot::after, .image-gallery__dot::before {
    background-color: transparent;
    border-radius: 50%;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scale(1);
    transition: opacity 0.15s ease-in-out, transform 0.15s ease-in-out;
    width: 100%;
    z-index: -1;
  }
  .image-gallery__dot::after {
    background-color: #fff;
    opacity: 0;
  }
  .image-gallery__dot::before {
    border-color: #fff;
    border-style: solid;
    border-width: 0.125rem;
  }

  .image-gallery__dot--current::after {
    opacity: 1;
  }
}
.lightbox {
  left: 0;
  margin: 0 4rem;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  transform: scale(0.9, 0.9);
  transform-origin: center center;
  transition: transform 0.35s ease-in-out, opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
  visibility: hidden;
  z-index: 1000;
  pointer-events: none;
}
.lightbox:before {
  content: "";
  display: block;
  position: absolute;
  background-color: #061B2B;
  top: 0;
  left: -4rem;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
}
.lightbox figure {
  max-height: 80vh;
  display: inline-block;
  position: relative;
}
.lightbox figure:before, .lightbox figure:after {
  display: none;
}
.lightbox figure p.credits-tooltip__text {
  text-align: right;
  width: 100%;
  margin: 0;
  justify-content: flex-end;
  padding: 2rem 1.5rem;
}
.lightbox figure p.credits-tooltip__text:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4rem;
  background: rgba(0, 0, 0, 0.3);
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  z-index: -1;
}
.lightbox figure .image-gallery__caption:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4rem;
  transform: rotate(180deg);
  background: rgba(0, 0, 0, 0.3);
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  z-index: -1;
}
.lightbox figure img {
  max-height: 80vh;
  display: block;
  margin: 0 auto;
}
.lightbox .image-gallery__caption {
  text-align: left;
}

.lightbox--active {
  opacity: 1;
  transform: scale(1, 1);
  visibility: visible;
  pointer-events: all;
}

@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.lightbox__slider {
  margin: 4rem 0 0;
  text-align: center;
}
.lightbox__slider.lightbox__slider--loaded::after {
  display: none;
}
.lightbox__slider::after {
  content: "";
  display: block;
  border: 0.25rem solid #F9F9FA;
  border-top: 0.25rem solid #4DA0FF;
  border-radius: 50%;
  width: 1.875rem;
  height: 1.875rem;
  -webkit-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite;
  margin: -1.875rem 0 0 -5rem;
  position: fixed;
  top: 50vh;
  left: 50vw;
}

.lightbox__close {
  background-color: transparent;
  border: 0;
  height: 1.125rem;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 1.25rem;
  width: 1.125rem;
  outline: 0;
}
.lightbox__close::after {
  content: "";
  height: 2.8125rem;
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%);
  width: 2.8125rem;
}

.lightbox__button, .lightbox__button--next {
  border: 0;
  border-radius: 50%;
  position: relative;
  background-color: transparent;
  border: 0;
  height: 3.125rem;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%) translateX(0.25rem) scale(0.7);
  width: 3.125rem;
  z-index: 1;
}
.lightbox__button::after, .lightbox__button--next::after, .lightbox__button::before, .lightbox__button--next::before {
  background-color: #fff;
  border-radius: 50%;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scale(1);
  transition: opacity 0.15s ease-in-out, transform 0.15s ease-in-out;
  width: 100%;
  z-index: -1;
}
.lightbox__button::after, .lightbox__button--next::after {
  background-color: #4DA0FF;
  opacity: 0;
}
.lightbox__button:hover::after, .lightbox__button--next:hover::after, .lightbox__button:focus::after, .lightbox__button--next:focus::after {
  opacity: 1;
}
.lightbox__button:hover::before, .lightbox__button--next:hover::before, .lightbox__button:focus::before, .lightbox__button--next:focus::before {
  transform: scale(0.99);
}
.lightbox__button:hover > *::after, .lightbox__button--next:hover > *::after, .lightbox__button:focus > *::after, .lightbox__button--next:focus > *::after {
  opacity: 1;
}
.lightbox__button::before, .lightbox__button--next::before {
  box-shadow: 0 0 0.375rem 0 rgba(6, 27, 43, 0.3);
}
.lightbox__button:focus, .lightbox__button--next:focus {
  outline: 0;
}

.lightbox__button--next {
  left: auto;
  right: 0;
  transform: scale(-1, -1) translateY(50%) translateX(-50%) translateX(0.25rem) scale(0.7);
}

.lightbox__chevron {
  position: relative;
  z-index: 1;
  display: block;
  height: 100%;
  transform: translateX(1px);
  width: 100%;
}
.lightbox__chevron::after, .lightbox__chevron::before {
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  content: "";
  height: 0.625rem;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transition: opacity 0.15s ease-in-out;
  width: 0.625rem;
  z-index: -1;
}
.lightbox__chevron::before {
  border-bottom: 2px solid #3E76B6;
  border-left: 2px solid #3E76B6;
  opacity: 1;
}

.lightbox__button-init {
  background-color: transparent;
  border: 0;
  height: 1.75rem;
  margin: 0.625rem 0.625rem 0 0;
  padding: 0;
  pointer-events: all;
  position: absolute;
  right: 0;
  top: 0;
  transform: scale(1);
  transition: transform 0.15s ease-in-out;
  width: 1.75rem;
  z-index: 1;
  display: none;
}
.lightbox__button-init:focus {
  outline: 0;
}
.lightbox__button-init:hover, .lightbox__button-init:focus {
  transform: scale(1.2);
}

.lightbox__icon {
  pointer-events: none;
}

.lightbox__dots {
  display: flex;
  justify-content: center;
  margin: 1.25rem 0;
}

.lightbox__dot {
  border: 0;
  border-radius: 50%;
  position: relative;
  background-color: transparent;
  height: 0.625rem;
  padding: 0;
  width: 0.625rem;
  z-index: 1;
}
.lightbox__dot::after, .lightbox__dot::before {
  background-color: transparent;
  border-radius: 50%;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scale(1);
  transition: opacity 0.15s ease-in-out, transform 0.15s ease-in-out;
  width: 100%;
  z-index: -1;
}
.lightbox__dot::after {
  background-color: #fff;
  opacity: 0;
}
.lightbox__dot::before {
  border-color: #fff;
  border-style: solid;
  border-width: 0.125rem;
}
.lightbox__dot + .lightbox__dot {
  margin: 0 0 0 0.625rem;
}

.lightbox__dot--current::after {
  opacity: 1;
}

@media (min-width: 48em) {
  .lightbox__button, .lightbox__button--next {
    transform: translateY(-50%) translateX(-50%) translateX(0.25rem);
  }

  .lightbox__button--next {
    transform: scale(-1, -1) translateY(50%) translateX(-50%) translateX(0.25rem);
  }
}
@media (min-width: 71.2em) {
  .lightbox__button-init {
    display: block;
  }
}
.it-access-item {
  color: #061B2B;
  padding: 1.25rem 0;
  position: relative;
}
.it-access-item + .it-access-item {
  border-top: 1px solid #D3D2D7;
}

.it-access-item__image-wrap {
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 1.25rem;
  width: 5.625rem;
}

.it-access-item__image {
  display: block;
}

.it-access-item__heading {
  font-size: 1.25rem;
  font-weight: 500;
  margin: 0 0 0.125rem;
  padding: 0 6.875rem 0 0;
}

.it-access-item__address-wrap {
  font-style: normal;
  padding: 0 6.875rem 0 0;
}

.it-access-item__address-line {
  line-height: 1.5rem;
  margin: 0;
}

.it-access-item__address-line--bold {
  font-weight: 500;
}

.it-access-item__cta-wrap {
  color: #3B3F41;
}

.it-access-item__distance {
  align-items: center;
  display: flex;
  font-size: 0.875rem;
  font-weight: 500;
  margin: 0.75rem 0 0;
}

.it-access-item__icon {
  margin: 0 0.375rem 0 0;
}

.it-access-item__transport {
  font-size: 0.875rem;
  font-style: italic;
  margin: 0.125rem 0 0;
  opacity: 0.7;
}

.it-access-item__button {
  font-size: 0.8125rem;
  margin: 1.5rem 0 0;
  padding: 0.6875rem 3.75rem 0.6875rem 2.5rem;
  text-decoration: none;
}

@media (min-width: 48em) {
  .it-access-item {
    display: flex;
    flex-wrap: nowrap;
  }

  .it-access-item__image-wrap {
    flex-basis: 8.75rem;
    flex-shrink: 0;
    height: 8.75rem;
    order: 1;
    position: static;
    right: auto;
    top: auto;
    width: auto;
  }

  .it-access-item__contents {
    display: flex;
    flex-wrap: wrap;
    order: 2;
    padding: 0 0 0 1.875rem;
  }

  .it-access-item__address-wrap {
    padding: 0 1.875rem 0 0;
  }

  .it-access-item__heading {
    flex-basis: 100%;
    margin: 0 0 0.5rem;
    padding: 0;
  }

  .it-access-item__distance {
    margin: 0;
  }

  .it-access-item__button {
    margin: 1rem 0 0;
  }
}
@media (min-width: 71.2em) {
  .it-access-item {
    padding: 1.875rem 0;
    direction: ltr;
  }

  .it-access-item__image-wrap {
    display: none;
  }

  .it-access-item__contents {
    display: block;
    order: 1;
    padding: 0;
  }

  .it-access-item__heading {
    flex-basis: 100%;
    font-size: 1.5rem;
    margin: 0 0 0.375rem;
  }

  .it-access-item__address-wrap {
    padding: 0;
  }

  .it-access-item__distance {
    margin: 0.75rem 0 0;
  }

  .it-access-item__button {
    font-size: 0.9375rem;
    margin: 1.5rem 0 0;
    padding: 0.875rem 4.125rem 0.9375rem 2.875rem;
  }
}
.it-bubble {
  background-color: transparent;
  border: 0;
  display: none;
  height: 11.25rem;
  margin: 0.25rem;
  padding: 0;
  position: relative;
  width: 11.25rem;
  z-index: 2;
}
.it-bubble:hover, .it-bubble:focus {
  outline: 0;
}
.it-bubble:hover::before, .it-bubble:focus::before {
  opacity: 1;
}
.it-bubble::before {
  border-radius: 50%;
  box-shadow: 0 0 0 0.3125rem #fff;
  content: "";
  height: calc(100% - 0.125rem);
  opacity: 0;
  position: absolute;
  right: 1px;
  top: 1px;
  transition: opacity 0.35s ease-in-out;
  width: calc(100% - 0.125rem);
  z-index: -1;
}

.it-bubble--small {
  bottom: -0.9375rem;
  display: block;
  height: 5.625rem;
  position: absolute;
  right: 0.9375rem;
  width: 5.625rem;
}

.it-bubble__image-wrapper {
  background-color: #fff;
  border-radius: 50%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.it-bubble__image-wrapper::after {
  -webkit-animation: bubble-loader 1s infinite linear;
          animation: bubble-loader 1s infinite linear;
  border: 0.25rem solid rgba(62, 118, 182, 0.5);
  border-radius: 50%;
  border-top-color: #3E76B6;
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.it-bubble__image,
.it-bubble__map {
  border-radius: 50%;
  display: block;
  height: 100%;
  left: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  position: absolute;
  top: 50%;
  transition: opacity 0.15s ease-in-out, transform 0.15s ease-in-out;
  width: 100%;
  z-index: 1;
}

.getting_around .it-bubble__map {
  transform: translate(-50%, -50%);
}

.it-bubble--image-loaded .it-bubble__image {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: bubble-load;
          animation-name: bubble-load;
}
.map--image .it-bubble--image-loaded .it-bubble__image {
  -webkit-animation: none;
          animation: none;
  opacity: 0;
}

.it-bubble__map {
  opacity: 1;
}
.map--image .it-bubble--map-loaded .it-bubble__map {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: bubble-load;
          animation-name: bubble-load;
}

.it-bubble__label-wrapper {
  border: 0;
  border-radius: 50%;
  position: relative;
  bottom: 0rem;
  height: 3.1875rem;
  position: absolute;
  right: 0;
  width: 3.1875rem;
  z-index: 1;
}
.it-bubble__label-wrapper::after, .it-bubble__label-wrapper::before {
  background-color: #3E76B6;
  border-radius: 50%;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scale(1);
  transition: opacity 0.15s ease-in-out, transform 0.15s ease-in-out;
  width: 100%;
  z-index: -1;
}
.it-bubble__label-wrapper::after {
  background-color: #4DA0FF;
  opacity: 0;
}
.it-bubble__label-wrapper::before {
  border-color: #fff;
  border-style: solid;
  border-width: 0.1875rem;
}
.it-bubble__label-wrapper::before {
  box-shadow: 0 0 0.375rem 0 rgba(6, 27, 43, 0.35);
}

.it-bubble__icon {
  opacity: 1;
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%) scale(1);
  transition: transform 0.15s ease-in-out, opacity 0.15s ease-in-out;
}
.it-bubble--mouseover .it-bubble__icon {
  opacity: 0;
  transform: translate(50%, -50%) scale(3);
}

.it-bubble__label {
  color: #fff;
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 1;
  max-width: 2.8125rem;
  opacity: 0;
  position: absolute;
  right: 50%;
  text-align: center;
  text-transform: uppercase;
  top: 50%;
  transform: translate(50%, -50%);
  transition: opacity 0.15s ease-in-out, transform 0.15s ease-in-out;
}
.it-bubble--mouseover .it-bubble__label {
  opacity: 1;
}
.it-bubble--image-active .it-bubble__label {
  opacity: 0;
  transform: translate(50%, -50%) scale(3);
}

.it-bubble--mouseover .it-bubble__label--map {
  opacity: 0;
}
.it-bubble--mouseover.it-bubble--image-active .it-bubble__label--map {
  opacity: 1;
}
.it-bubble--image-active .it-bubble__label--map {
  transform: translate(50%, -50%);
}

@media (min-width: 71.2em) {
  .it-bubble {
    bottom: 4rem;
    display: block;
    left: 100%;
    position: absolute;
  }

  .it-bubble--small {
    display: none;
  }

  .it-bubble__map, .map--image .it-bubble__map {
    opacity: 0;
  }
}
.it-details {
  color: #3B3F41;
  padding: 1.875rem 0;
}
.it-details p {
  margin: 0;
}
.it-details p + p {
  margin-top: 1rem;
}

.it-details__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.it-details__item {
  padding: 0 0 1.25rem 1.875rem;
  position: relative;
}
.it-details__item::after, .it-details__item::before {
  background-color: transparent;
  content: "";
  left: 0;
  position: absolute;
}
.it-details__item::after {
  border: 0.125rem solid #BCBCC0;
  border-radius: 50%;
  height: 0.75rem;
  top: 0.3125rem;
  width: 0.75rem;
}
.it-details__item::before {
  background-color: #BCBCC0;
  height: calc(100% - 0.75rem);
  left: 0.3125rem;
  top: 1.0625rem;
  width: 0.125rem;
}

.it-details__item--first::after {
  display: none;
}

.it-details__item--last::before {
  display: none;
}

.it-details__icon {
  left: 0;
  position: absolute;
}

.it-details__heading {
  color: #061B2B;
  display: block;
  font-size: 1.125rem;
  font-weight: 600;
}

.it-details__descr {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
}

@media (min-width: 48em) {
  .it-details__heading {
    font-size: 1.3125rem;
  }

  .it-details__descr {
    font-size: 0.875rem;
  }
}
@media (min-width: 71.2em) {
  .it-details {
    direction: ltr;
  }
}
.it-header {
  transition: all 0.5s ease;
  background-color: #F9F9FA;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 1.25rem 0.9375rem 1.5rem;
  max-height: 100%;
}

.it-header-hidden {
  transform: translateY(-141px);
}
.it-header-hidden .it-header__select,
.it-header-hidden .it-utility {
  visibility: hidden;
}

.it-header--alone {
  padding-bottom: 1.125rem;
  padding-top: 1.5rem;
}

.it-header__category {
  color: #061B2B;
  font-size: 0.75rem;
  font-weight: 600;
  order: 1;
  text-transform: uppercase;
}

.it-header__heading {
  color: #3E76B6;
  flex-basis: 100%;
  font-size: 1.75rem;
  font-weight: 700;
  margin: 0.3125rem 0 0;
  order: 3;
}
.it-header--alone .it-header__heading {
  margin: 0;
}

.it-header__select {
  background-color: transparent;
  border: 0;
  color: #3E76B6;
  cursor: pointer;
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 1px;
  order: 2;
  overflow: visible;
  padding: 0;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  z-index: 3;
}
.it-header__select:hover, .it-header__select:focus {
  outline: 0;
}
.it-header__select:hover::before, .it-header__select:focus::before {
  opacity: 0.5;
}
.it-header__select::before {
  box-shadow: 0 0 0.375rem 0 #061B2B;
  content: "";
  height: calc(100% + 1rem);
  left: -0.5rem;
  opacity: 0;
  position: absolute;
  top: -0.5rem;
  transition: opacity 0.15s ease-in-out;
  width: calc(100% + 1rem);
}

.it-header__select--active::before, .it-header__select--active:hover::before, .it-header__select--active:focus::before {
  opacity: 0;
}

.it-header__select-label {
  z-index: 50;
  position: relative;
}

.it-header__icon {
  transform: scale(-1, -1);
  transition: transform 0.15s ease-in-out;
}
.it-header__select--active .it-header__icon {
  transform: scale(1, 1);
}

.it-header__select-list {
  background-color: #fff;
  left: auto;
  list-style: none;
  margin: 0;
  opacity: 0;
  padding: 2.125rem 0 1rem;
  pointer-events: none;
  position: absolute;
  right: -1.25rem;
  top: -0.625rem;
  transform: scale(1, 0.9);
  transform-origin: top;
  transition: opacity 0.15s ease-in-out, transform 0.15s ease-in-out, visibility 0.15s ease-in-out;
  visibility: hidden;
  width: 13.375rem;
  z-index: 30;
}
.it-header__select-list::after {
  bottom: 0;
  box-shadow: 0 0 0.375rem 0 rgba(0, 0, 0, 0.35);
  content: "";
  left: 0;
  opacity: 0.15;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.25s linear 0.15s;
  z-index: -1;
}
.it-header__select--active .it-header__select-list {
  opacity: 1;
  pointer-events: all;
  transform: scale(1, 1);
  visibility: visible;
}
.it-header__select--active .it-header__select-list::after {
  opacity: 1;
}

.it-header__select-link {
  color: #061B2B;
  display: block;
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 1.25rem;
  opacity: 0.75;
  padding: 0.25rem 1.25rem;
  text-decoration: none;
  text-transform: none;
  transition: opacity 0.15s ease-in-out;
  position: relative;
  z-index: 500;
}
.it-header__select-link:hover, .it-header__select-link:focus {
  opacity: 1;
}

.it-header__select-link--current {
  opacity: 1;
}

@media (min-width: 48em) {
  .it-header {
    justify-content: flex-start;
    padding: 1.25rem 0.9375rem 0.875rem;
  }

  .it-header-hidden {
    max-height: 100%;
    padding: 1.25rem 0.9375rem 0.875rem;
  }
  .it-header-hidden .it-header__select,
.it-header-hidden .it-utility {
    visibility: visible;
  }

  .it-header--alone {
    padding: 1.875rem 0.9375rem 1rem;
  }

  .it-header__heading {
    font-size: 2.1875rem;
    line-height: 2.5rem;
    margin: 0.3125rem 0 0.625rem;
    order: 2;
  }

  .it-header__select {
    order: 3;
  }

  .it-header__select-list {
    left: -1.25rem;
    right: auto;
  }
}
@media (min-width: 71.2em) {
  .it-header {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .it-header--alone {
    padding-bottom: 2rem;
    padding-top: 2.5rem;
  }
}
.it-parks-item {
  color: #061B2B;
  padding: 1.25rem 0;
}
.it-parks-item + .it-parks-item {
  border-top: 1px solid #D3D2D7;
}

.it-parks-item__image-wrap {
  position: relative;
}

.it-parks-item__map-wrap {
  position: absolute;
}

.it-parks-item__heading {
  font-size: 1.25rem;
  font-weight: 500;
  margin: 0 0 0.125rem;
  padding: 0 6.875rem 0 0;
}

.it-parks-item__descr {
  line-height: 1.5rem;
  margin: 0;
}

.it-parks-item__button {
  font-size: 0.8125rem;
  margin: 1.5rem 0 0;
  padding: 0.6875rem 3.75rem 0.6875rem 2.5rem;
  text-decoration: none;
}

@media (min-width: 48em) {
  .it-parks-item {
    clear: both;
  }

  .it-parks-item__image-wrap {
    float: right;
    height: 11.5625rem;
    margin: 0 0 2rem;
    width: 20.625rem;
  }

  .it-parks-item__image {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
}
@media (min-width: 71.2em) {
  .it-parks-item {
    direction: ltr;
  }

  .it-parks-item__image-wrap {
    border-radius: 50%;
    float: left;
    height: 7.5rem;
    margin: 0 0.75rem 0.75rem 0;
    overflow: hidden;
    width: 7.5rem;
  }

  .it-parks-item__heading {
    font-size: 1.5rem;
    margin: 0 0 0.75rem;
    padding: 1.5rem 0 0;
  }

  .it-parks-item__descr {
    clear: both;
  }

  .it-parks-item__button {
    font-size: 0.9375rem;
    margin: 1.5rem 0 0;
    padding: 0.875rem 4.125rem 0.9375rem 2.875rem;
  }
}
.it-tabs {
  background-color: #fff;
  display: flex;
  flex-basis: 0;
  flex-direction: column;
  flex-grow: 1;
  height: auto;
  position: relative;
  transition: all 0.5s ease;
  z-index: 200;
}
.it-tabs::after {
  background-image: linear-gradient(to bottom, rgba(249, 249, 250, 0) 0%, rgba(249, 249, 250, 0.013) 8.1%, rgba(249, 249, 250, 0.049) 15.5%, rgba(249, 249, 250, 0.104) 22.5%, rgba(249, 249, 250, 0.175) 29%, rgba(249, 249, 250, 0.259) 35.3%, rgba(249, 249, 250, 0.352) 41.2%, rgba(249, 249, 250, 0.45) 47.1%, rgba(249, 249, 250, 0.55) 52.9%, rgba(249, 249, 250, 0.648) 58.8%, rgba(249, 249, 250, 0.741) 64.7%, rgba(249, 249, 250, 0.825) 71%, rgba(249, 249, 250, 0.896) 77.5%, rgba(249, 249, 250, 0.951) 84.5%, rgba(249, 249, 250, 0.987) 91.9%, #f9f9fa 100%);
  bottom: 0;
  content: "";
  height: 3.75rem;
  left: 0;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  transition: opacity 0.15s ease-in-out;
  width: 100%;
}

.it-tabs--full-scroll::after {
  opacity: 0;
}

.it-tabs--header {
  height: auto;
}
.it-tabs--header::after {
  display: none;
}

.it-tabs--sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 3.75rem;
  width: 100%;
}

.it-tabs__header {
  background-color: #F9F9FA;
  height: 3.375rem;
  overflow: hidden;
  padding: 0 0.9375rem;
  position: relative;
  width: 100%;
}
.it-tabs__header::after {
  background-color: #C8C8C8;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.it-tabs__button {
  background-color: transparent;
  border: 0;
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 0;
  height: 3.375rem;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.it-tabs__button:focus {
  outline: 0;
}

.it-tabs__button--next,
.it-tabs__button--prev {
  background-color: transparent;
  background-image: linear-gradient(to right, #f9f9fa 0%, #f9f9fa 18.7%, rgba(249, 249, 250, 0.998) 34.9%, rgba(249, 249, 250, 0.992) 48.8%, rgba(249, 249, 250, 0.981) 60.6%, rgba(249, 249, 250, 0.963) 70.4%, rgba(249, 249, 250, 0.936) 78.4%, rgba(249, 249, 250, 0.898) 84.8%, rgba(249, 249, 250, 0.848) 89.8%, rgba(249, 249, 250, 0.784) 93.6%, rgba(249, 249, 250, 0.704) 96.3%, rgba(249, 249, 250, 0.606) 98.1%, rgba(249, 249, 250, 0.488) 99.2%, rgba(249, 249, 250, 0.349) 99.8%, rgba(249, 249, 250, 0.187) 100%, rgba(249, 249, 250, 0) 100%);
  color: #061B2B;
  left: 0;
  overflow: visible;
  position: absolute;
  right: auto;
  top: 0;
  transition: color 0.15s ease-out;
  width: 2.8125rem;
  z-index: 1;
}
.it-tabs__button--next:disabled,
.it-tabs__button--prev:disabled {
  color: rgba(6, 27, 43, 0.5);
}
.it-tabs__button--next::after,
.it-tabs__button--prev::after {
  background-color: #F9F9FA;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: 100%;
  top: 0;
  width: 100%;
}

.it-tabs__button--next {
  background-image: linear-gradient(to right, rgba(249, 249, 250, 0) 0%, rgba(249, 249, 250, 0.187) 0%, rgba(249, 249, 250, 0.349) 0.2%, rgba(249, 249, 250, 0.488) 0.8%, rgba(249, 249, 250, 0.606) 1.9%, rgba(249, 249, 250, 0.704) 3.7%, rgba(249, 249, 250, 0.784) 6.4%, rgba(249, 249, 250, 0.848) 10.2%, rgba(249, 249, 250, 0.898) 15.2%, rgba(249, 249, 250, 0.936) 21.6%, rgba(249, 249, 250, 0.963) 29.6%, rgba(249, 249, 250, 0.981) 39.4%, rgba(249, 249, 250, 0.992) 51.2%, rgba(249, 249, 250, 0.998) 65.1%, #f9f9fa 81.3%, #f9f9fa 100%);
  left: auto;
  right: 0;
}
.it-tabs__button--next::after {
  left: 100%;
  right: auto;
}

.it-tabs__button-icon {
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%);
}

.it-tabs__wrapper {
  display: flex;
  flex-wrap: nowrap;
  margin: 0 1.875rem;
  transition: transform 0.2s ease-out;
}

.it-tabs__wrapper--full {
  justify-content: center;
  margin: 0;
}

.it-tabs__tab {
  align-items: center;
  color: #061B2B;
  display: flex;
  flex-grow: 0;
  font-size: 0.9375rem;
  font-weight: 500;
  opacity: 0.7;
  position: relative;
  text-decoration: none;
  transition: opacity 0.15s ease-out;
}
.it-tabs__tab::after {
  background-color: #4DA0FF;
  bottom: 0;
  content: "";
  height: 0.125rem;
  left: 0;
  position: absolute;
  transform: translateY(100%);
  transition: transform 0.15s ease-out;
  width: 100%;
}
.it-tabs__tab:hover::after, .it-tabs__tab:focus::after {
  transform: translateY(0);
}
.it-tabs__tab + .it-tabs__tab {
  margin-left: 1.25rem;
}
.it-tabs__wrapper--full .it-tabs__tab {
  flex-grow: 0;
}

.it-tabs__tab--current {
  opacity: 1;
}
.it-tabs__tab--current::after {
  transform: translateY(0);
}

.it-tabs__image {
  height: 11.5625rem;
  margin: 0 -0.9375rem;
  position: relative;
}
.it-tabs__image::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 15rem;
  background: linear-gradient(rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 0;
}

.it-tabs__img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.it-tabs__contents {
  flex-basis: 0;
  flex-grow: 1;
  overflow: hidden;
  position: relative;
}

.it-tabs__target {
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0 0.9375rem;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: opacity 0.15s ease-out, visibility 0.15s ease-out;
  visibility: hidden;
  width: 100%;
}
.it-tabs__target > * {
  opacity: 0;
  transform: translateY(1rem);
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}
.it-tabs__target > *:nth-child(1) {
  transition-delay: 0.15s;
}
.it-tabs__target > *:nth-child(2) {
  transition-delay: 0.3s;
}
.it-tabs__target > *:nth-child(3) {
  transition-delay: 0.45s;
}
.it-tabs__target > *:nth-child(4) {
  transition-delay: 0.6s;
}
.it-tabs__target > *:nth-child(5) {
  transition-delay: 0.75s;
}
.it-tabs__target > *:nth-child(6) {
  transition-delay: 0.9s;
}

.it-tabs__target--current {
  opacity: 1;
  overflow: scroll;
  overflow-x: hidden;
  pointer-events: all;
  visibility: visible;
}
.it-tabs__target--current > * {
  opacity: 1;
  transform: translateY(0);
}

.events .it-tabs::after {
  display: none;
}
.events .it-tabs__header {
  background-color: #F9F9FA;
}
.events .it-tabs__header::after {
  bottom: 0;
  height: 0.125rem;
  top: initial;
}
.events .it-tabs__tab {
  font-size: 0.75rem;
}
.events .it-tabs__button {
  z-index: 2;
}

@media (min-width: 48em) {
  .it-tabs--sticky .it-tabs__wrapper {
    justify-content: center;
  }

  .it-tabs--sticky .it-tabs__button {
    display: none;
  }

  .it-tabs--sticky .it-tabs__tab {
    display: flex;
  }
  .it-tabs--sticky .it-tabs__tab + .it-tabs__tab {
    margin-left: 1.875rem;
  }

  .events .it-tabs__tab {
    font-size: 0.9375rem;
  }
  .events .it-tabs__tab + .it-tabs__tab {
    margin-left: 6.6875rem;
  }
}
@media (min-width: 71.2em) {
  .it-tabs {
    flex-basis: 0;
    flex-grow: 1;
    height: auto;
  }
  .it-tabs::after {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.013) 8.1%, rgba(255, 255, 255, 0.049) 15.5%, rgba(255, 255, 255, 0.104) 22.5%, rgba(255, 255, 255, 0.175) 29%, rgba(255, 255, 255, 0.259) 35.3%, rgba(255, 255, 255, 0.352) 41.2%, rgba(255, 255, 255, 0.45) 47.1%, rgba(255, 255, 255, 0.55) 52.9%, rgba(255, 255, 255, 0.648) 58.8%, rgba(255, 255, 255, 0.741) 64.7%, rgba(255, 255, 255, 0.825) 71%, rgba(255, 255, 255, 0.896) 77.5%, rgba(255, 255, 255, 0.951) 84.5%, rgba(255, 255, 255, 0.987) 91.9%, white 100%);
  }

  .it-tabs__header {
    padding: 0 2.5rem;
  }

  .it-tabs__button--prev {
    left: 1.5625rem;
  }

  .it-tabs__button--next {
    right: 1.5625rem;
  }

  .it-tabs__image {
    display: none;
  }

  .it-tabs__target {
    padding: 0 2.5rem;
    direction: rtl;
  }
}
.it-utility {
  bottom: 1.25rem;
  display: flex;
  position: absolute;
  right: 1.25rem;
  z-index: 2;
}

.it-utility--header {
  bottom: auto;
  flex-basis: 100%;
  justify-content: flex-end;
  order: 3;
  position: static;
  right: auto;
}

.it-utility__button {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  text-decoration: none;
}
.it-utility__button:hover, .it-utility__button:focus {
  outline: 0;
}
.it-utility__button + .it-utility__button {
  margin: 0 0 0 0.625rem;
}
.it-utility--header .it-utility__button {
  height: 2.25rem;
  padding: 0;
  width: 2.25rem;
}

.it-utility__icon {
  margin: 0 0.375rem 0 0;
}
.it-utility--header .it-utility__icon {
  margin: 0;
  transform: scale(0.9);
}

.it-utility--header .it-utility__text {
  display: none;
}

.it-utility__tooltip {
  background-color: #fff;
  bottom: 100%;
  font-size: 0.8125rem;
  left: 0;
  letter-spacing: 0;
  margin: 0 0 0.75rem;
  min-width: 10.75rem;
  opacity: 0;
  padding: 0.9375rem;
  position: absolute;
  right: 0;
  transform: translateY(-1rem);
  transition: opacity 0.15s ease-in-out, visibility 0.15s ease-in-out, transform 0.15s ease-in-out;
  visibility: hidden;
  z-index: 1;
}
.it-utility--header .it-utility__tooltip {
  bottom: auto;
  left: auto;
  margin: 0.75rem 0 0;
  top: 100%;
  transform: translateY(1rem);
}
.it-utility__tooltip::after {
  border-color: #fff transparent transparent;
  border-style: solid;
  border-width: 0.4375rem 0.375rem 0;
  bottom: -0.4375rem;
  content: "";
  height: 0;
  position: absolute;
  right: 50%;
  width: 0;
}
.it-utility--header .it-utility__tooltip::after {
  border-color: transparent transparent #fff;
  border-width: 0 0.375rem 0.4375rem;
  bottom: auto;
  right: 0.75rem;
  top: -0.4375rem;
}
.it-utility__tooltip::before {
  bottom: 0;
  box-shadow: 0 0 0.375rem 0 rgba(0, 0, 0, 0.35);
  content: "";
  left: 0;
  opacity: 0.15;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.25s linear 0.15s;
  z-index: -1;
}
.it-utility__button--open .it-utility__tooltip::before {
  opacity: 1;
}
.it-utility__button--open .it-utility__tooltip {
  opacity: 1;
  pointer-events: all;
  transform: translatey(0);
  visibility: visible;
}

.it-utility__tooltip-header {
  color: #061B2B;
  font-weight: 600;
  margin: 0 0 0.625rem;
}

.it-utility__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.it-utility__link {
  align-items: center;
  color: #061B2B;
  display: flex;
  margin: 0.3125rem 0;
  text-decoration: none;
}
.it-utility__link:hover, .it-utility__link:focus {
  outline: 0;
}
.it-utility__link:hover .it-utility__item-text, .it-utility__link:focus .it-utility__item-text {
  opacity: 1;
}

.it-utility__item-text {
  opacity: 0.75;
  transition: opacity 0.15s ease-in-out;
}
.it-utility__link--current .it-utility__item-text {
  opacity: 1;
  color: #3E76B6;
  font-weight: 600;
}

.it-utility__tooltip-icon {
  margin: 0 0.3125rem 0 0;
}

@media (min-width: 71.2em) {
  .it-utility--header {
    display: none;
  }
}
.lhs__root-list.closed {
  display: none;
}
.lhs__root-list.opened {
  display: block;
}

.lhs__menu-toggle {
  display: block;
  width: 100%;
  margin: 0;
  padding: 1.25rem 0.9375rem;
  background-color: #183D5A;
  text-align: left;
  color: #fff;
  font-weight: 600;
  font-size: 1.125rem;
  border: 0;
  position: relative;
  outline: none;
}
.lhs__menu-toggle::after {
  display: block;
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  border-right: 3px solid #fff;
  border-top: 3px solid #fff;
  transform: translateY(-50%) rotate(135deg);
  top: 50%;
  right: 1.25rem;
  position: absolute;
}
.lhs__menu-toggle[data-expanded=true]::after {
  transform: translateY(-50%) rotate(-45deg);
}

.lhs__menu-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.lhs__menu-list .lhs__menu-list {
  display: none;
}
.lhs__menu-list .current + .lhs__menu-list {
  display: block;
}
.lhs__menu-list .lhs__root-item {
  margin: 0;
  text-decoration: none;
  padding: 20px 15px;
  display: block;
  font-size: 0.75rem;
  background-color: #3E76B6;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.lhs__menu-list a {
  text-decoration: none;
  color: #061B2B;
  padding: 20px 15px;
  display: block;
  font-size: 0.9375rem;
  color: #061B2B;
  position: relative;
  border-bottom: 1px solid #D3D2D7;
}
.lhs__menu-list a.current {
  color: #3E76B6;
}
.lhs__menu-list a.current:before {
  width: 4px;
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1px;
  height: 100%;
  background-color: #3E76B6;
}
.lhs__menu-list a:hover {
  color: #3E76B6;
}
.lhs__menu-list a:hover:before {
  width: 4px;
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1px;
  height: 100%;
  background-color: #3E76B6;
}
.lhs__menu-list .menu__level-3 .lhs__menu-item:last-child a {
  padding: 20px 15px;
  margin: 0;
}
.lhs__menu-list .menu__level-3 a {
  margin: 0 15px;
  padding: 20px 0;
}
.lhs__menu-list .menu__level-3 a.current:before {
  display: none;
}
.lhs__menu-list .menu__level-3 a:hover:before {
  display: none;
}
.lhs__menu-list .lhs__menu-item {
  border-left: 1px solid #D3D2D7;
  border-right: 1px solid #D3D2D7;
}
.lhs__menu-list .lhs__menu-item a {
  background-color: #F9F9FA;
}
.lhs__menu-list .lhs__menu-item a.current {
  background-color: #fff;
}
.lhs__menu-list .lhs__menu-item .lhs__menu-list .lhs__menu-item {
  border: 0;
}
.lhs__menu-list .lhs__menu-item .lhs__menu-list .lhs__menu-item a {
  background-color: #fff;
}
.lhs__menu-list .has-children:after {
  display: block;
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-bottom: 2px solid #9997a2;
  border-right: 2px solid #9997a2;
  position: absolute;
  top: 50%;
  right: 0.9375rem;
  transform: translateY(-50%) rotate(45deg);
}
.lhs__menu-list .has-children.current:after {
  transform: translateY(-50%) rotate(-135deg);
}

@media (min-width: 71.2em) {
  .container--lhs {
    display: flex;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  .container--lhs .lhs__root-list {
    display: block;
  }
  .container--lhs .lhs__root-list.closed {
    display: block;
  }
  .container--lhs .lhs__menu {
    max-width: 19.375rem;
    width: 19.375rem;
    padding-right: 3.75rem;
  }
  .container--lhs .content {
    flex: 1;
  }

  .lhs__menu-list .lhs__root-item {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }

  .lhs__menu-toggle {
    display: none;
  }
}
.page-intro {
  padding-top: 10px;
  padding-bottom: 2rem;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0;
  margin-bottom: 20px;
}

.page-intro p {
  margin: 0;
  color: #061B2B;
  font-size: 21px;
  line-height: 32px;
  font-family: ProximaNova;
}
.page-intro p.page-intro__blue-text {
  line-height: 42px;
  font-weight: 300;
  font-size: 30px;
  color: #3E76B6;
  padding-bottom: 10px;
}

@media (min-width: 48em) {
  .page-intro {
    padding-top: 45px;
    display: flex;
    margin-bottom: 40px;
    flex-wrap: nowrap;
    margin: 0 0;
  }

  .page-intro p {
    width: 64%;
    flex-basis: 64%;
  }
  .page-intro p.page-intro__blue-text {
    width: 33%;
    flex-basis: 33%;
    padding-right: 1.5rem;
  }
}
.quote {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin: 2rem 0;
  width: 100%;
}
.quote .quote__portrait {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  flex: 0 0 auto;
  height: 4.375rem;
  margin: 0 2rem 2rem 0;
  width: 4.375rem;
}
.quote .quote__details {
  flex: 1 1 auto;
}
.quote .quote__details q {
  color: #3E76B6;
  display: block;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.6rem;
  max-width: 85%;
  padding-bottom: 1.625rem;
}
.quote .quote__details q::before, .quote .quote__details q::after {
  content: "";
}
.quote .quote__details .quote__author,
.quote .quote__details .quote__position {
  color: #061B2B;
  display: block;
  font-size: 0.9375rem;
  line-height: 1.5rem;
}
.quote .quote__details .quote__author {
  font-weight: 600;
  position: relative;
}
.quote .quote__details .quote__author::before {
  background-color: #061B2B;
  content: "";
  display: block;
  height: 0.125rem;
  left: -1.875rem;
  position: absolute;
  top: 0.75rem;
  width: 1rem;
}

@media (min-width: 71.2em) {
  .quote .quote__details q {
    font-size: 1.4375rem;
    line-height: 1.9375rem;
    max-width: 75%;
  }
}
.content {
  /* Responsive code */
}
.content .content-full-width-image {
  height: auto;
  padding-top: 20px;
}
.content hr {
  background-color: #e6e6e6;
  border: none;
  height: 1px;
  margin-top: 30px;
}
.content .publication_container {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 30px;
  padding-bottom: 20px;
  width: 100%;
}
.content .publication_container:last-of-type {
  border-bottom: none;
}
.content .publication_thumbnail_1col {
  display: inline-block;
  max-width: 25%;
  padding: 0 50px 0 0;
}
.content .publication_description_2col {
  display: inline-block;
  max-width: 66%;
  margin: 0;
  vertical-align: top;
}
.content .publication_section_container {
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
}
.content .publication_container_3col {
  display: inline-block;
  max-width: 33%;
  vertical-align: top;
  padding: 20px 50px 0 0;
}
.content .publication_thumbnail_3col {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
}
.content .publication_description_3col {
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 600px) {
  .content .publication_thumbnail_1col {
    display: none;
  }
  .content .publication_description_2col {
    max-width: 100%;
    vertical-align: top;
  }
}
@media screen and (max-width: 768px) {
  .content .publication_container_3col {
    max-width: 50%;
  }
  .content .publication_thumbnail_1col {
    padding-right: 30px;
  }
}
@media screen and (max-width: 600px) {
  .content .publication_container_3col {
    max-width: 100%;
    padding-right: 0px;
  }
}

.video_container {
  width: 100%;
  margin-bottom: 30px;
}

.video_thumbnail_1col {
  display: inline-block;
  max-width: 33%;
  padding: 0 50px 0 0;
}

.video_description_2col {
  display: inline-block;
  max-width: 66%;
  margin: 0;
  vertical-align: top;
}

.video_container_3col {
  display: inline-block;
  max-width: 30%;
  vertical-align: top;
  padding: 20px 0px 20px 0;
  margin-right: 2%;
}

.video_section_container {
  width: 100%;
}

.video_thumbnail_3col {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
}

.video_description_3col {
  width: 100%;
  margin: 0;
}

.video_heading {
  font-weight: 800 !important;
  line-height: 1.5rem !important;
  margin-bottom: 0;
  height: 55px;
}

/* Responsive code */
@media screen and (max-width: 600px) {
  .video_thumbnail_1col {
    max-width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }

  .video_description_2col {
    max-width: 100%;
    vertical-align: top;
  }
}
@media screen and (max-width: 768px) {
  .video_container_3col {
    max-width: 47%;
  }

  .video_heading {
    height: 50px;
  }
}
@media screen and (max-width: 600px) {
  .video_container_3col {
    max-width: 100%;
    padding-right: 0px;
    margin-right: 0px;
    min-height: 260px;
  }

  .video_heading {
    height: 35px;
  }
}
.search-page__header {
  background-color: #F9F9FA;
  padding: 0.625rem 0 1.25rem;
}

.search-page__question {
  align-items: center;
  border-bottom: 3px solid #3E76B6;
  display: flex;
  justify-content: space-between;
  max-width: 100%;
  padding-bottom: 0.625rem;
}
.search-page__question input {
  background-color: #F9F9FA;
  border: 0;
  color: #061B2B;
  font-size: 2.8125rem;
  font-weight: 600;
  max-width: 80%;
  outline: none;
}
.search-page__question input::-moz-placeholder {
  color: #061B2B;
  font-size: 2.8125rem;
  font-weight: 600;
}
.search-page__question input:-ms-input-placeholder {
  color: #061B2B;
  font-size: 2.8125rem;
  font-weight: 600;
}
.search-page__question input::placeholder {
  color: #061B2B;
  font-size: 2.8125rem;
  font-weight: 600;
}

.search-page__submit-icon {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 1324.8px 1324.8px;
  background-image: url(/Areas/TassieTrade/Content/images/sprite_c.svg);
  width: 30px;
  height: 30px;
  background-position: -160px -800px;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 10;
}

.search-page__submit-wrapper {
  align-items: center;
  display: flex;
  height: 100%;
  position: relative;
}

input.search-page__submit-button[type=submit] {
  height: 4.125rem;
  width: 4.125rem;
  padding: 0;
}
input.search-page__submit-button[type=submit]:hover {
  background-color: transparent;
}

.search-page__results {
  padding-top: 50px;
}

.search-page__results-counter {
  border-bottom: 2px solid #D3D2D7;
  color: #3B3F41;
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 1.25rem;
  padding-bottom: 20px;
}

.search-page__result {
  padding-top: 1.6875rem;
}
.search-page__result:not(:last-child) {
  border-bottom: 1px solid #D3D2D7;
}
.search-page__result h1,
.search-page__result h2,
.search-page__result h3,
.search-page__result h4,
.search-page__result h5,
.search-page__result h6 {
  color: #061B2B;
  font-size: 1.4375rem;
  font-weight: 600;
  line-height: 1.875rem;
  margin: 0 0 0.625rem;
}
.search-page__result p {
  color: #3B3F41;
  font-size: 1.125rem;
  line-height: 1.875rem;
  margin: 0 0 0.9375rem;
}
.search-page__result a {
  color: #3E76B6;
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  margin: 0 0 2.1875rem;
  text-decoration: none;
}
.search-page__result a:hover {
  text-decoration: underline;
}

.search-page__pagination {
  padding-bottom: 6.25rem;
  padding-top: 2.5rem;
}
.search-page__pagination ul {
  display: flex;
  justify-content: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.search-page__pagination ul::after {
  clear: both;
  content: "";
  display: block;
  float: none;
}
.search-page__pagination li {
  display: flex;
  flex-wrap: nowrap;
  float: left;
}
.search-page__pagination a {
  color: #061B2B;
  float: left;
  outline: none;
  text-decoration: none;
}
.search-page__pagination .prev {
  margin-right: 2.1875rem;
}
.search-page__pagination .prev a {
  position: relative;
  z-index: 1;
}
.search-page__pagination .prev a::after, .search-page__pagination .prev a::before {
  border-bottom: 2px solid #3E76B6;
  border-left: 2px solid #3E76B6;
  content: "";
  height: 0.625rem;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transition: opacity 0.15s ease-in-out;
  width: 0.625rem;
  z-index: -1;
}
.search-page__pagination .prev a::before {
  border-bottom: 2px solid #061B2B;
  border-left: 2px solid #061B2B;
  opacity: 1;
}
.search-page__pagination .next {
  margin-left: 2.1875rem;
}
.search-page__pagination .next a {
  position: relative;
  z-index: 1;
  transform: rotate(180deg);
}
.search-page__pagination .next a::after, .search-page__pagination .next a::before {
  border-bottom: 2px solid #3E76B6;
  border-left: 2px solid #3E76B6;
  content: "";
  height: 0.625rem;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transition: opacity 0.15s ease-in-out;
  width: 0.625rem;
  z-index: -1;
}
.search-page__pagination .next a::before {
  border-bottom: 2px solid #061B2B;
  border-left: 2px solid #061B2B;
  opacity: 1;
}
.search-page__pagination .search-page__page-item {
  align-items: center;
  border-radius: 100%;
  display: flex;
  height: 2.1875rem;
  justify-content: center;
  width: 2.1875rem;
}
.search-page__pagination .search-page__page-item.active {
  background-color: #3E76B6;
  color: #fff;
  font-weight: 300;
}

.search-page .main {
  background-color: #fff;
}
.search-page .page-wrapper {
  background-color: #183D5A;
}

@media (min-width: 48em) {
  .search-page__header {
    padding: 5.625rem 0 3.125rem;
  }

  .search-page__question {
    display: inline-flex;
  }

  .search-page__pagination .prev {
    margin-right: 2.5rem;
  }
  .search-page__pagination .next {
    margin-left: 2.5rem;
  }
  .search-page__pagination .search-page__page-item {
    height: 2.5rem;
    width: 2.5rem;
  }
}
.skip-links__link {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  color: #FFF !important;
}

.skip-links__link:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: absolute;
  width: auto;
  z-index: 1;
}

.splash {
  background-color: #fff;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100vw;
  z-index: 3001;
  overflow-y: auto;
  overflow-x: hidden;
}
.splash h3 {
  color: #061B2B;
  font-size: 2.5rem;
  font-weight: bold;
}
.splash .btn {
  width: 100%;
  max-width: 20.8125rem;
  font-size: 1.3125rem;
  font-weight: 600;
  text-decoration: none;
}
.splash .btn .btn__arrow::before {
  background-color: #3E76B6;
}
.splash .btn .btn__arrow::after {
  border-color: #3E76B6;
}
.splash .banner__curve {
  bottom: 0;
}
.splash-on {
  overflow: hidden;
}
.splash_wrapper {
  position: fixed;
  z-index: 3001;
}

.splash__nav {
  display: flex;
  justify-content: space-between;
  left: 0;
  padding-top: 1.6875rem;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 6;
}

.splash__mobile-image {
  max-height: 40vh;
  overflow: hidden;
}

.splash__main-icon {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 662.4px 662.4px;
  background-image: url(/Areas/TassieTrade/Content/images/sprite_c.svg);
  width: 264px;
  height: 48px;
  background-position: 0px -160px;
}

.splash__container {
  margin-top: -1.875rem;
  position: relative;
  z-index: 1;
}

.splash__disclaimer {
  display: flex;
}
.splash__disclaimer p {
  font-size: 1rem;
}

.splash__disclaimer-icon {
  align-items: center;
  border-left: 1px solid #D3D2D7;
  display: flex;
  justify-content: center;
  margin-left: 0.625rem;
  padding-left: 0.625rem;
}

.splash--relative {
  position: relative;
}

.splash--visible-medium {
  display: none;
}

.splash-on .lightbox {
  display: none;
  position: static;
}

@media (min-width: 48em) {
  .splash {
    background-color: #fff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100vw;
    z-index: 3001;
    overflow: hidden;
  }
  .splash p {
    margin: 10px 0;
  }

  .splash__image {
    border-radius: 100%;
    height: 50vw;
    left: 0;
    position: absolute;
    top: 0;
    transform: translate(-6%, -29%);
    width: 50vw;
    background-size: cover;
  }
  .splash__image:before {
    display: block;
    content: "";
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.43) 0%, rgba(0, 0, 0, 0.368) 0.3%, rgba(0, 0, 0, 0.311) 1.4%, rgba(0, 0, 0, 0.26) 3.2%, rgba(0, 0, 0, 0.214) 5.8%, rgba(0, 0, 0, 0.173) 9.3%, rgba(0, 0, 0, 0.137) 13.6%, rgba(0, 0, 0, 0.106) 18.9%, rgba(0, 0, 0, 0.08) 25.1%, rgba(0, 0, 0, 0.057) 32.4%, rgba(0, 0, 0, 0.039) 40.7%, rgba(0, 0, 0, 0.024) 50.2%, rgba(0, 0, 0, 0.013) 60.8%, rgba(0, 0, 0, 0.006) 72.6%, rgba(0, 0, 0, 0.001) 85.7%, rgba(0, 0, 0, 0) 100%);
    width: 100%;
    height: 100%;
    border-radius: 100%;
  }

  .splash__container {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-end;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
  }

  .splash__disclaimer {
    display: block;
    margin-bottom: 15vh;
    margin-top: 6%;
    text-align: right;
    max-width: 35vw;
  }

  .splash--invisible-medium {
    display: none;
  }

  .splash--visible-medium {
    display: block;
  }
}
@media (min-width: 71.2em) {
  .splash__disclaimer {
    max-width: 30vw;
  }

  .splash__image {
    height: 60vw;
    width: 60vw;
  }
}
.subscribe-popup {
  max-height: 100vh;
  height: 100vh;
  overflow-y: auto;
  margin: auto;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-attachment: local;
  background-size: contain;
  background-color: #ececec;
  color: #000;
  padding: 0 40px 30px 40px;
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}
.subscribe-popup__overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
}
.subscribe-popup__close {
  display: block;
  position: absolute;
  top: 0;
  right: -20px;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  cursor: pointer;
}
.subscribe-popup h3 {
  font-size: 2rem;
  font-family: ProximaNova;
  color: #3e76b6;
  margin: 0;
  margin-top: 6px;
}
.subscribe-popup p {
  color: #000;
  font-size: 1.125rem;
  font-family: ProximaNova;
  margin-top: 7px;
  font-weight: 600;
}
.subscribe-popup p.subscribe-popup__header {
  font-size: 0.8125rem;
  font-family: ProximaNova;
  padding: 20px 0;
  margin: 0;
  text-transform: uppercase;
  font-weight: 600;
  color: #3b3f41;
  position: relative;
}
.subscribe-popup p.subscribe-popup__header::after {
  display: block;
  content: "";
  clear: both;
  float: none;
}
.subscribe-popup p.subscribe-popup__disclaimer {
  margin-top: 20px;
  font-size: 0.6875rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
}
.subscribe-popup p.subscribe-popup__disclaimer a {
  font-size: 0.6875rem;
  color: #fff;
  font-weight: 500;
  text-decoration: underline;
}
.subscribe-popup p.subscribe-popup__disclaimer a:hover {
  text-decoration: none;
}
.subscribe-popup label {
  display: block;
  margin-top: 15px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.subscribe-popup input {
  width: 100%;
  padding: 15px;
  border-radius: 5px;
  border: 1px solid #D3D2D7;
}
.subscribe-popup input[type=submit] {
  margin-top: 20px;
  width: 100%;
  display: block;
  padding: 17px;
  border-radius: 50px;
  background-color: #3E76B6;
  color: #fff;
  font-family: ProximaNova;
}

@media (min-width: 48em) {
  .subscribe-popup {
    width: 430px;
    height: 540px;
    border-radius: 5px;
  }
}
.testimonials-carousel__wrapper {
  background-color: #183D5A;
  background-size: cover;
}

.testimonials-carousel__wrapper {
  position: relative;
  padding-top: 5.3125rem;
  padding-bottom: 3.125rem;
}

.testimonials-carousel {
  max-width: 70%;
  margin: auto;
}
.testimonials-carousel p {
  margin: 0;
  text-align: center;
  color: #fff;
}
.testimonials-carousel .testimonials-carousel__testimonial {
  font-size: 1.125rem;
}
.testimonials-carousel .testimonials-carousel__name {
  margin-top: 1.25rem;
}

.testimonials-carousel__photo-wrapper {
  background-color: #fff;
  position: absolute;
  top: -1.25rem;
  left: 50%;
  transform: translateX(-50%);
  width: 4.6875rem;
  height: 4.6875rem;
  border-radius: 100%;
  border: 3px solid #fff;
  overflow: hidden;
}
.testimonials-carousel__photo-wrapper img {
  display: block;
}

.testimonials-carousel__button--prev, .testimonials-carousel__button--next {
  border: 0;
  border-radius: 50%;
  position: relative;
  background-color: transparent;
  height: 3.125rem;
  width: 3.125rem;
  z-index: 0;
  position: absolute;
  left: 0.3125rem;
  top: 50%;
  transform: translateY(-50%);
  outline: none;
  margin: -1.56rem 0 0 0;
}
.testimonials-carousel__button--prev::after, .testimonials-carousel__button--next::after, .testimonials-carousel__button--prev::before, .testimonials-carousel__button--next::before {
  background-color: #fff;
  border-radius: 50%;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scale(1);
  transition: opacity 0.15s ease-in-out, transform 0.15s ease-in-out;
  width: 100%;
  z-index: -1;
}
.testimonials-carousel__button--prev::after, .testimonials-carousel__button--next::after {
  background-color: #4DA0FF;
  opacity: 0;
}
.testimonials-carousel__button--prev:hover::after, .testimonials-carousel__button--next:hover::after, .testimonials-carousel__button--prev:focus::after, .testimonials-carousel__button--next:focus::after {
  opacity: 1;
}
.testimonials-carousel__button--prev:hover::before, .testimonials-carousel__button--next:hover::before, .testimonials-carousel__button--prev:focus::before, .testimonials-carousel__button--next:focus::before {
  transform: scale(0.99);
}
.testimonials-carousel__button--prev:hover > *::after, .testimonials-carousel__button--next:hover > *::after, .testimonials-carousel__button--prev:focus > *::after, .testimonials-carousel__button--next:focus > *::after {
  opacity: 1;
}
.testimonials-carousel__button--prev::before, .testimonials-carousel__button--next::before {
  box-shadow: 0 0 0.375rem 0 rgba(6, 27, 43, 0.3);
}

.testimonials-carousel__button--next {
  position: absolute;
  left: auto;
  right: 0.3125rem;
  top: 50%;
  transform: scale(-1, -1) translateY(50%);
  margin: -1.56rem 0 0 0;
}

.testimonials-carousel__chevron {
  position: relative;
  z-index: 1;
  position: relative;
  z-index: 1;
  display: block;
  height: 100%;
  transform: translateX(1px);
  width: 100%;
}
.testimonials-carousel__chevron::after, .testimonials-carousel__chevron::before {
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  content: "";
  height: 0.625rem;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transition: opacity 0.15s ease-in-out;
  width: 0.625rem;
  z-index: -1;
}
.testimonials-carousel__chevron::before {
  border-bottom: 2px solid #061B2B;
  border-left: 2px solid #061B2B;
  opacity: 1;
}

@media (min-width: 71.2em) {
  .wide-relative {
    position: relative;
  }

  .testimonials-carousel__photo-wrapper {
    top: -6.5625rem;
  }
}
.specialist-signup main .content .anchor-link {
  display: block;
  position: relative;
  top: -100px;
  visibility: none;
}
.specialist-signup main .content .divider {
  margin: 50px 0 50px 0;
  border: 0;
  border-top: 1px solid #e6e6e6;
}
.specialist-signup main .content td::before {
  display: none;
}
