*,
*:before,
*:after {
  padding: 0;
  margin: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

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

html {
  tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none; }

img,
iframe,
video,
audio,
object {
  max-width: 100%; }

img,
iframe {
  border: 0 none; }

img {
  height: auto;
  display: inline-block;
  vertical-align: middle; }

b,
strong {
  font-weight: bold; }

address {
  font-style: normal; }

svg:not(:root) {
  overflow: hidden; }

a,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="image"],
label[for] {
  cursor: pointer; }

a[href^="tel"],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea,
a[href^="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

textarea {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }

button,
select {
  text-transform: none; }

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

nav ul,
nav ol {
  list-style: none outside none; }

body {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.83333vw;
  font-weight: 400;
  line-height: 1.5;
  color: #01476d; }

h1 {
  font-family: 'Oswald', sans-serif;
  font-size: 4.1875em;
  font-weight: 500;
  line-height: 1.04478;
  color: #26619c; }

h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 2.375rem;
  line-height: 1.23684;
  font-weight: 500;
  color: #26619c;
  margin: 0; }

h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.3125rem;
  line-height: 1.42857;
  font-weight: 600;
  margin: 1em 0; }
  h3:first-child {
    margin-top: 0; }

h4 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.125rem;
  line-height: 1.38889;
  font-weight: 500;
  color: #f9a51a;
  margin: 0.3125rem 0 1rem; }

h5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  margin: 2.5rem 0; }

sup {
  position: relative;
  font-size: .6em;
  vertical-align: top;
  line-height: 1; }

blockquote {
  margin: 3.125rem 0;
  padding-left: 4.375rem; }
  blockquote h3 {
    margin: 0; }
    blockquote h3 + p {
      margin-top: 0; }
  blockquote p {
    font-size: 0.75rem;
    line-height: 1.66667; }

p {
  margin: 1.5rem 0; }
  p.small {
    font-size: 0.75rem; }

a {
  color: #30188e; }

@media (max-width: 1920px) {
  body {
    font-size: 16px; } }

@media (max-width: 1316px) {
  body {
    font-size: 15px; } }

@media (max-width: 896px) {
  body {
    font-size: 16px; }
  p.small {
    font-size: 12px; } }

@media (max-width: 599px) {
  h2 {
    font-size: 1.875rem; }
  h5 {
    margin: 1.875rem 0; }
  blockquote {
    margin: 1.875rem 0;
    padding-left: 0; } }

@media (max-width: 413px) {
  body {
    font-size: 15px; } }

@media (max-width: 374px) {
  body {
    font-size: 14px; }
  h2 {
    font-size: 20px;
    line-height: 26px; }
  h3 {
    font-size: 18px; }
  h4 {
    font-size: 14px; }
  h5 {
    font-size: 14px; } }

body {
  position: relative;
  background-color: #fff;
  min-width: 320px;
  overflow-x: hidden; }

.group::after {
  visibility: hidden;
  display: block;
  content: '';
  clear: both;
  height: 0; }

.navigation {
  position: fixed;
  left: 42%;
  right: 0;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  background-color: #fff;
  z-index: 10; }
  .navigation__wrapper {
    position: relative;
    max-width: 69.44444%;
    margin: 0 auto; }
  .navigation__logo {
    display: inline-block;
    vertical-align: top; }
    .navigation__logo img {
      width: 11.3125rem; }
    .navigation__logo .white {
      display: none; }
  .navigation__menu {
    position: absolute;
    right: 0;
    top: 0.75rem;
    cursor: pointer; }
    .navigation__menu:hover .navigation__bar {
      width: 1.5625rem; }
  .navigation__title {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 1.3125rem;
    line-height: 1.09524;
    display: inline-block;
    vertical-align: middle;
    color: #223957; }
  .navigation__bars {
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.25rem; }
  .navigation__bar {
    display: block;
    width: 1.0625rem;
    height: 0.1875rem;
    background-color: #ed6433;
    -webkit-transition: .5s ease;
    transition: .5s ease; }
    .navigation__bar:nth-child(1) {
      width: 0.75rem; }
    .navigation__bar + .navigation__bar {
      margin-top: 0.1875rem; }

@media (max-width: 1920px) {
  .navigation__menu:hover .navigation__bar {
    width: 17px; }
  .navigation__bar {
    width: 17px;
    height: 3px; }
    .navigation__bar + .navigation__bar {
      margin-top: 3px; } }

@media (max-width: 1439px) {
  .navigation__logo {
    display: inline-block;
    vertical-align: top; }
    .navigation__logo img {
      width: 9.375rem; } }

@media (max-width: 1200px) {
  .navigation {
    left: 40%; }
    .navigation__wrapper {
      max-width: 570px;
      padding-left: 30px;
      padding-right: 30px; }
    .navigation__menu {
      right: 30px; } }

@media (max-width: 1024px) {
  .tertiary__wrapper {
    max-width: 548px;
    padding-right: 38px; } }

@media (max-width: 896px) {
  .navigation {
    position: absolute;
    left: 0;
    background-color: transparent;
    color: #fff;
    padding-top: 2.5em;
    padding-bottom: 2.5em; }
    .navigation__title {
      color: #fff; }
    .navigation__logo img {
      display: none; }
    .navigation__logo .white {
      display: block; }
    .navigation__bar {
      background-color: #fff; }
    .navigation__menu {
      right: 60px;
      top: 12px; }
    .navigation__wrapper {
      max-width: 100%;
      padding: 0 60px; } }

@media (max-width: 752px) {
  .navigation {
    padding: 2em 0; }
    .navigation__wrapper {
      padding: 0 30px; }
    .navigation__menu {
      right: 30px; } }

@media (max-width: 544px) {
  .navigation {
    padding: 25px 0; }
    .navigation__menu {
      right: 25px; }
    .navigation__wrapper {
      padding: 0 25px; }
    .navigation__logo img {
      width: 100px; } }

@media (max-width: 400px) {
  .navigation {
    padding: 20px 0; }
    .navigation__menu {
      right: 20px; }
    .navigation__wrapper {
      padding: 0 20px; } }

@media (max-width: 374px) {
  .navigation__title {
    font-size: 18px; } }

@media (max-width: 352px) {
  .navigation {
    padding: 15px 0; }
    .navigation__menu {
      right: 15px; }
    .navigation__wrapper {
      padding: 0 15px; } }

.switcher {
  position: absolute;
  right: 6.25rem;
  top: 0.8125rem;
  text-transform: uppercase;
  width: 2.5rem;
  font-size: 1.125rem;
  text-align: center; }
  .switcher__current {
    cursor: pointer; }
  .switcher__dropdown {
    display: none;
    background-color: #223957;
    list-style-type: none; }
    .switcher__dropdown a {
      display: block;
      color: #fff;
      text-decoration: none; }
      .switcher__dropdown a:hover {
        background-color: #f16522; }
  @media (max-width: 1200px) {
    .switcher {
      right: 130px; } }
  @media (max-width: 896px) {
    .switcher {
      right: 160px; } }
  @media (max-width: 752px) {
    .switcher {
      right: 130px; } }
  @media (max-width: 544px) {
    .switcher {
      right: 120px; } }
  @media (max-width: 480px) {
    .switcher {
      font-size: 16px;
      top: 0.9375rem; } }
  @media (max-width: 400px) {
    .switcher {
      right: 115px; } }
  @media (max-width: 374px) {
    .switcher {
      top: 14px;
      font-size: 14px; } }
  @media (max-width: 352px) {
    .switcher {
      right: 90px; } }

.menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 97;
  background-color: #fff;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
  -webkit-transition: 1000ms cubic-bezier(0.86, 0, 0.07, 1) 500ms;
  transition: 1000ms cubic-bezier(0.86, 0, 0.07, 1) 500ms; }
  .menu ul {
    list-style-type: none; }
  .menu__wrapper {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: right;
    width: 50%;
    margin-left: auto;
    min-height: 100vh;
    background-color: #0076b8;
    overflow: auto;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    -webkit-transition: 1000ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: 1000ms cubic-bezier(0.86, 0, 0.07, 1);
    padding: 3.875rem 0 2.5rem; }
  .menu__container {
    position: relative;
    max-width: 69.44444%;
    margin: 0 auto;
    padding: 0; }
  .menu__close {
    margin-right: 15.27778%;
    position: relative;
    cursor: pointer;
    z-index: 1; }
  .menu__title {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 1.3125rem;
    line-height: 1.09524;
    display: inline-block;
    vertical-align: middle;
    color: #f9a51a;
    margin-right: 0.3125rem; }
  .menu__bars {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: 1.4375em; }
  .menu__bar {
    position: absolute;
    display: block;
    width: 1.3125em;
    height: 0.125em;
    background-color: #fff;
    right: 0;
    top: 0; }
    .menu__bar:nth-child(1) {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
    .menu__bar:nth-child(2) {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
  .menu__primary {
    position: relative;
    left: 0;
    right: 0;
    top: 50%;
    font-family: 'Oswald', sans-serif;
    font-size: 1.75em;
    line-height: 1.42857;
    font-weight: 500;
    margin-top: 20%;
    margin-bottom: 15%; }
    .menu__primary li {
      opacity: 0;
      -webkit-transition: opacity 500ms cubic-bezier(0.86, 0, 0.07, 1) 500ms;
      transition: opacity 500ms cubic-bezier(0.86, 0, 0.07, 1) 500ms; }
      .menu__primary li.active {
        opacity: 1;
        -webkit-transition-delay: 0s;
                transition-delay: 0s; }
      .menu__primary li + li {
        margin-top: 0.9375rem; }
    .menu__primary a {
      display: inline-block;
      color: #fff;
      /* text-transform: uppercase; */
      text-decoration: none; }
      .menu__primary a:hover {
        color: #f9a51a; }
		.menu__primary > li > a { 
			text-transform: uppercase;
			border-bottom: #fff solid 1px;
		}
  .menu__share {
    position: relative;
    padding-bottom: 1.75em;
    margin-bottom: 1.5em; }
    .menu__share.active::before {
      width: 4.75em; }
    .menu__share::before {
      content: '';
      position: absolute;
      bottom: 0;
      right: 0;
      height: 0.125em;
      width: 0;
      background-color: #fff;
      -webkit-transition: width 500ms cubic-bezier(0.86, 0, 0.07, 1) 500ms;
      transition: width 500ms cubic-bezier(0.86, 0, 0.07, 1) 500ms; }
    .menu__share_title {
      font-family: 'Oswald', sans-serif;
      display: block;
      font-size: 0.875em;
      font-weight: 500;
      letter-spacing: 0.24143em;
      text-transform: uppercase;
      color: #f9a51a;
      margin-bottom: 1em;
      margin-right: -0.24143em;
      opacity: 0;
      -webkit-transition: opacity 500ms cubic-bezier(0.86, 0, 0.07, 1) 500ms;
      transition: opacity 500ms cubic-bezier(0.86, 0, 0.07, 1) 500ms; }
      .menu__share_title.active {
        opacity: 1;
        -webkit-transition-delay: 0s;
                transition-delay: 0s; }
    .menu__share ul {
      display: block;
      margin: 0; }
    .menu__share li {
      float: right;
      display: inline-block;
      vertical-align: middle;
      opacity: 0;
      -webkit-transition: opacity 500ms cubic-bezier(0.86, 0, 0.07, 1) 500ms;
      transition: opacity 500ms cubic-bezier(0.86, 0, 0.07, 1) 500ms; }
      .menu__share li.active {
        opacity: 1;
        -webkit-transition-delay: 0s;
                transition-delay: 0s; }
    .menu__share li + li {
      margin-right: 1.875em; }
    .menu__share i {
      vertical-align: middle;
      background-color: #fff;
      -webkit-transition: 200ms ease;
      transition: 200ms ease; }
      .menu__share i:hover {
        background-color: #f9a51a; }
  .menu__secondary {
    font-size: 0.75em;
    line-height: 1.25; }
    .menu__secondary li {
      opacity: 0;
      -webkit-transition: opacity 500ms cubic-bezier(0.86, 0, 0.07, 1) 500ms;
      transition: opacity 500ms cubic-bezier(0.86, 0, 0.07, 1) 500ms; }
      .menu__secondary li.active {
        opacity: 1;
        -webkit-transition-delay: 0s;
                transition-delay: 0s; }
    .menu__secondary li + li {
      margin-top: 1em; }
    .menu__secondary a {
      color: #fff;
      text-decoration: none; }
      .menu__secondary a:hover {
        color: #f9a51a; }
  .menu__panel {
    position: fixed;
    right: 50%;
    left: 0;
    top: 0;
    bottom: 0; }
    .menu__panel img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate3d(-50%, -50%, 0);
              transform: translate3d(-50%, -50%, 0);
      max-width: 11.3125rem; }
  .menu__animation {
    opacity: 0;
    -webkit-transition: 500ms cubic-bezier(0.86, 0, 0.07, 1) 1800ms;
    transition: 500ms cubic-bezier(0.86, 0, 0.07, 1) 1800ms; }
  .menu.active {
    -webkit-transition: 1000ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: 1000ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transform: translateX(0);
            transform: translateX(0); }
    .menu.active .menu__wrapper {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      -webkit-transition: 1000ms cubic-bezier(0.86, 0, 0.07, 1) 950ms;
      transition: 1000ms cubic-bezier(0.86, 0, 0.07, 1) 950ms; }
    .menu.active .menu__animation {
      opacity: 1;
      -webkit-transition-delay: 0s;
              transition-delay: 0s; }

@media (max-width: 1920px) {
  .menu__bar {
    width: 20px;
    height: 2px; } }

@media (min-height: 800px) {
  .menu__container {
    position: fixed;
    left: 0;
    right: 0;
    top: 50%;
    width: 100%;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0); } }

@media (max-width: 1439px) {
  .menu__panel img {
    width: 9.375rem; } }

@media (max-width: 1200px) {
  .menu__panel {
    width: 40%; }
  .menu__wrapper {
    width: 60%; }
  .menu__close {
    position: absolute;
    margin-right: 0;
    top: 62px;
    left: 50%;
    margin-left: 255px;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
    white-space: nowrap; }
  .menu__container {
    max-width: 570px;
    padding-left: 30px;
    padding-right: 30px; }
  .menu__primary {
    margin-top: 25%; } }

@media (max-width: 896px) {
  .menu__wrapper {
    padding-top: 2.5rem;
    width: 100%; }
  .menu__container {
    padding-right: 60px;
    padding-left: 60px;
    max-width: 100%; }
  .menu__close {
    margin-right: 0;
    top: 52px;
    left: auto;
    right: 60px;
    margin-left: 0;
    -webkit-transform: none;
            transform: none; }
  .menu__panel {
    width: 100%; } }

@media (max-width: 752px) {
  .menu__wrapper {
    padding-top: 2rem; }
  .menu__container {
    padding-right: 30px;
    padding-left: 30px; }
  .menu__close {
    top: 2.625rem;
    right: 30px; } }

@media (max-width: 544px) {
  .menu__wrapper {
    padding-top: 25px; }
  .menu__container {
    padding-right: 25px;
    padding-left: 25px; }
  .menu__close {
    top: 35px;
    right: 25px; } }

@media (max-width: 400px) {
  .menu__wrapper {
    padding-top: 20px; }
  .menu__container {
    padding-right: 20px;
    padding-left: 20px; }
  .menu__close {
    top: 30px;
    right: 20px; } }

@media (max-width: 374px) {
  .menu__primary {
    font-size: 1.5em; }
  .menu__title {
    font-size: 18px; } }

@media (max-width: 352px) {
  .menu__wrapper {
    padding-top: 15px; }
  .menu__container {
    padding-right: 15px;
    padding-left: 15px; }
  .menu__close {
    top: 25px;
    right: 15px; } }

.home .tertiary__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden; }
  .home .tertiary__image video {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    width: auto !important; }

@media (max-width: 752px) {
  .home .tertiary__image video {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100% !important;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); } }

.home h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #00aad0;
  margin: 3.125rem 0; }
  @media (max-width: 599px) {
    .home h2 {
      margin: 1.875rem 0; } }

.tertiary {
  padding-left: 42%;
  padding-top: 15rem;
  padding-bottom: 5.625rem; }
  .tertiary__wrapper {
    max-width: 69.44444%;
    margin: 0 auto; }
  .tertiary__image {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 42%;
    background-color: #223957;
    background-size: cover;
    background-position: 90% 50%;
    overflow: hidden;
    z-index: 1; }
  .tertiary__caption {
    font-family: 'Oswald', sans-serif;
    font-size: 1.875rem;
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    top: 4.5rem;
    left: 2.625rem;
    width: 15.5rem;
    margin: 0; }
  .tertiary__tagline {
    position: fixed;
    right: 0;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
    font-family: 'Oswald', sans-serif;
    font-size: 1.3125em;
    line-height: 1;
    color: #f3a73b;
    text-transform: uppercase; }
    .tertiary__tagline p {
      -webkit-transform: rotate(-90deg) translate3d(50%, 0, 0);
              transform: rotate(-90deg) translate3d(50%, 0, 0);
      -webkit-transform-origin: 100% 100%;
              transform-origin: 100% 100%;
      margin: 0; }
  .tertiary__scroll {
    font-family: 'Oswald', sans-serif;
    position: fixed;
    font-size: 0.75em;
    font-weight: 600;
    line-height: 1;
    color: #00aad0;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    margin: 0;
    left: 42%;
    margin-left: 1.125rem;
    bottom: 1.91667em; }
    .tertiary__scroll p {
      -webkit-transform: rotate(90deg) translate3d(-100%, 0, 0);
              transform: rotate(90deg) translate3d(-100%, 0, 0);
      -webkit-transform-origin: 0% 100%;
              transform-origin: 0% 100%;
      padding-right: 4.16667em;
      margin: 0; }
      .tertiary__scroll p::after {
        content: '';
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        height: 0.08333em;
        -webkit-animation: animateScroll 1s infinite;
                animation: animateScroll 1s infinite;
        background-color: #00aad0;
        right: 3em;
        width: 0; }
  .tertiary__link {
    display: block;
    position: relative;
    letter-spacing: 0.17813em;
    font-weight: 600;
    padding-left: 4.6875em !important;
    color: #00214c;
    text-decoration: none;
    margin-top: 2.375em !important;
    margin-bottom: 2.375em !important;
    line-height: 1.42857;
    -webkit-transition: 200ms ease;
    transition: 200ms ease; }
    .tertiary__link::before {
      content: '';
      display: block;
      position: absolute;
      height: 0.125em;
      width: 3.4375em;
      background-color: #00214c;
      top: 0.625em;
      left: 0;
      -webkit-transition: 200ms ease;
      transition: 200ms ease; }
    .tertiary__link:hover {
      color: #2bbad8; }
      .tertiary__link:hover::before {
        background-color: #2bbad8; }
  .tertiary__icon {
    display: block;
    position: relative;
    letter-spacing: 0.17813em;
    font-weight: 600;
    color: #00214c;
    text-decoration: none;
    margin-top: 1.875em;
    line-height: 1.25;
    padding-left: 3.125em; }
    .tertiary__icon i {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      left: 0;
      margin-right: 1.5625em; }
    .tertiary__icon a {
      text-decoration: none;
      color: inherit; }
  .tertiary__download {
    display: block;
    position: relative;
    letter-spacing: 0.17813em;
    font-weight: 600;
    padding-left: 3.125em !important;
    color: #00214c;
    text-decoration: none;
    margin: 2.5em 0 !important;
    line-height: 1.25em; }
    .tertiary__download::before {
      content: '';
      display: inline-block;
      vertical-align: top;
      background-image: url("../images/icons/download.svg");
      background-repeat: no-repeat;
      background-size: contain;
      position: absolute;
      left: 0;
      bottom: 0;
      width: 1.875em;
      height: 1.75em; }
  .tertiary__content {
    padding-right: 55px; }
    .tertiary__content h1 {
      margin-bottom: 3.125rem; }
    .tertiary__content p:last-child {
      margin-bottom: 0; }
      .tertiary__content p:last-child .tertiary__link {
        margin-bottom: 0 !important; }
    .tertiary__content ul,
    .tertiary__content ol {
      margin: 1.5em 0;
      padding-left: 1.5em;
      overflow-wrap: break-word; }
      .tertiary__content ul:last-child,
      .tertiary__content ol:last-child {
        margin-bottom: 0; }
    .tertiary__content li + li {
      margin-top: 1.5rem; }
    .tertiary__content a {
      font-weight: 600;
      -webkit-transition: 200ms ease;
      transition: 200ms ease; }
      .tertiary__content a:hover {
        color: #f3a73b; }

@-webkit-keyframes animateScroll {
  from {
    width: 0%;
    right: 3em; }
  to {
    width: 3em;
    right: 0; } }

@keyframes animateScroll {
  from {
    width: 0%;
    right: 3em; }
  to {
    width: 3em;
    right: 0; } }

@media (max-width: 1920px) {
  .tertiary__image img {
    width: 36em;
    max-width: 100%; }
  .tertiary__scroll::after {
    height: 1px; } }

@media (max-width: 1439px) {
  .tertiary {
    padding-top: 186px;
    padding-bottom: 60px; } }

@media (max-width: 1200px) {
  .tertiary {
    padding-left: 40%; }
    .tertiary__wrapper {
      max-width: 570px;
      padding-left: 30px;
      padding-right: 30px; }
    .tertiary__image {
      width: 40%; }
    .tertiary__scroll {
      left: 40%; } }

@media (max-width: 1152px) {
  .tertiary__content {
    padding-right: 0; } }

@media (max-width: 896px) {
  .tertiary {
    padding: 0 0 60px; }
    .tertiary__wrapper {
      max-width: 100%;
      padding: 0 60px; }
    .tertiary__image {
      position: relative;
      width: 100%;
      bottom: auto;
      height: 0;
      padding-bottom: 80.72917%;
      margin-bottom: 50px;
      min-height: 470px;
      background-position: 50% 10%; }
      .tertiary__image img {
        margin-top: 20px; }
    .tertiary__scroll {
      left: 0; }
    .tertiary__caption {
      left: 60px;
      top: auto;
      bottom: 60px; } }

@media (max-width: 752px) {
  .tertiary__wrapper {
    padding: 0 30px; }
  .tertiary__caption {
    left: 30px;
    bottom: 30px; }
  .tertiary__scroll {
    display: none; }
  /* .tertiary__tagline {
    display: none; } */ }

@media (max-width: 599px) {
  .tertiary__content h1 {
    font-size: 3.125rem;
    margin-bottom: 1.875rem; }
  .tertiary__icon {
    padding-left: 2.5em; } }

@media (max-width: 544px) {
  .tertiary__wrapper {
    padding: 0 25px; }
  .tertiary__caption {
    display: none; }
  .tertiary__image {
    padding-bottom: 100%;
    min-height: 320px;
    margin-bottom: 35px; } }

@media (max-width: 400px) {
  .tertiary__wrapper {
    padding: 0 20px; } }

@media (max-width: 374px) {
  .tertiary__content h1 {
    font-size: 40px; } }

@media (max-width: 352px) {
  .tertiary__wrapper {
    padding: 0 15px; } }

.stories__share {
  margin-top: 2.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #f16522; }
  .stories__share p {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    font-weight: 500;
    text-transform: uppercase; }
  .stories__share ul {
    display: inline-block;
    vertical-align: top;
    float: right;
    margin: 0; }
  .stories__share li {
    float: left;
    display: inline-block; }
  .stories__share li + li {
    margin-left: 1.875em;
    margin-top: 0 !important; }
  .stories__share i {
    background-color: #f16522;
    vertical-align: middle; }

.stories__single {
  display: block;
  position: relative;
  cursor: pointer;
  margin-top: 3.75em;
  text-decoration: none; }
  @media (max-width: 896px) {
    .stories__single {
      margin-top: 35px; } }

.stories__image {
  position: relative;
  float: left;
  width: 38.09524%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .stories__image-wrapper {
    width: 100%;
    height: 0;
    padding-bottom: 100%; }
  .stories__image img {
    position: absolute;
    right: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    min-width: 100%;
    min-height: 100%;
    height: 100%;
    max-width: none;
    width: auto; }
  @media (max-width: 1680px) and (min-width: 993px) {
    .stories__image {
      width: 24.7619%; }
      .stories__image-wrapper {
        padding-bottom: 120%; }
      .stories__image img {
        right: -5%;
        width: 110%; } }
  @media (max-width: 752px) {
    .stories__image {
      width: 100%;
      margin-bottom: 30px; }
      .stories__image-wrapper {
        height: auto;
        padding-bottom: 0; }
      .stories__image img {
        position: static;
        width: 100%; } }

.stories__title {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.3125rem;
  line-height: 1.33333;
  font-weight: 600;
  color: #01476d;
  min-height: 15.75rem;
  padding-bottom: 2.75rem;
  margin-left: 38.09524%;
  padding-left: 1rem; }
  @media (max-width: 1680px) and (min-width: 993px) {
    .stories__title {
      margin-left: 24.7619%; } }
  @media (max-width: 752px) {
    .stories__title {
      margin-left: 0;
      padding-left: 0; } }

.stories__watch {
  font-family: 'Oswald', sans-serif;
  position: absolute;
  padding: 0.71429em 0;
  left: 38.09524%;
  margin-left: 1em;
  bottom: 0;
  right: 0;
  font-size: 0.875rem;
  border-bottom: 1px solid #f16522;
  text-decoration: none;
  color: #f16522;
  font-weight: 500 !important; }
  @media (max-width: 1680px) and (min-width: 993px) {
    .stories__watch {
      left: 24.7619%; } }
  @media (max-width: 752px) {
    .stories__watch {
      left: 0;
      margin-left: 0; } }
  .stories__watch::after {
    content: '';
    position: absolute;
    display: inline-block;
    vertical-align: top;
    -webkit-mask-image: url("../images/icons/arrow-right.svg");
            mask-image: url("../images/icons/arrow-right.svg");
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    background-color: #00214c;
    width: 0.92857em;
    height: 0.85714em;
    right: 0;
    top: 50%;
    -webkit-transform: scaleX(1) translateY(-50%);
            transform: scaleX(1) translateY(-50%); }
  .stories__watch:hover {
    color: #2bbad8 !important; }
    .stories__watch:hover::after {
      background-color: #2bbad8; }

.stories .icon__quote {
  position: absolute;
  right: 0;
  bottom: 2.375em;
  opacity: 1; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .stories__watch::after {
    background-image: url("../images/icons/arrow-right.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-color: transparent !important; } }

@media (max-width: 1680px) {
  .stories__watch {
    font-size: 14px; } }

@media (max-width: 752px) {
  .stories__watch {
    font-size: 16px; } }

@media (max-width: 480px) {
  .stories__share {
    font-size: 14px; } }

.story__title {
  text-transform: uppercase;
  margin-bottom: 10px !important; }

.story__subtitle {
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  color: #f16522; }

.story__back {
  position: relative;
  display: block;
  font-weight: 700;
  margin: 3.125em 0 2.5em;
  padding-left: 2.1875em;
  text-decoration: none;
  color: #00aad0 !important;
  -webkit-transition: 200ms ease;
  transition: 200ms ease; }
  .story__back::before {
    content: '';
    position: absolute;
    display: inline-block;
    vertical-align: top;
    -webkit-mask-image: url("../images/icons/arrow-right.svg");
            mask-image: url("../images/icons/arrow-right.svg");
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: left center;
            mask-position: left center;
    background-color: #00aad0;
    width: 1.0625em;
    height: 0.9375em;
    left: 0;
    top: 50%;
    -webkit-transform: scaleX(-1) translateY(-50%);
            transform: scaleX(-1) translateY(-50%); }
  .story__back:hover {
    margin-left: -0.3125em; }

.story__navigation {
  margin-top: 3.125em;
  font-size: 0.875em;
  font-weight: 700;
  text-transform: uppercase;
  padding-top: 0.75em;
  border-top: 0.0625em solid #aeaeae; }
  .story__navigation a {
    color: #00214c;
    text-decoration: none; }

.story__prev {
  float: left; }
  .story__prev a {
    padding-top: 0.125em;
    position: relative;
    padding-left: 1.3125em; }
    .story__prev a::before {
      content: '';
      position: absolute;
      display: inline-block;
      vertical-align: top;
      -webkit-mask-image: url("../images/icons/arrow-right.svg");
              mask-image: url("../images/icons/arrow-right.svg");
      -webkit-mask-size: contain;
              mask-size: contain;
      -webkit-mask-repeat: no-repeat;
              mask-repeat: no-repeat;
      background-color: #00214c;
      width: 0.8125em;
      height: 0.75em;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%) scaleX(-1);
              transform: translateY(-50%) scaleX(-1);
      -webkit-transition: 200ms ease;
      transition: 200ms ease; }
    .story__prev a:hover::before {
      background-color: #2bbad8; }

.story__next {
  float: right; }
  .story__next a {
    padding-top: 0.125em;
    position: relative;
    padding-right: 1.3125em; }
    .story__next a::after {
      content: '';
      position: absolute;
      display: inline-block;
      vertical-align: top;
      -webkit-mask-image: url("../images/icons/arrow-right.svg");
              mask-image: url("../images/icons/arrow-right.svg");
      -webkit-mask-size: contain;
              mask-size: contain;
      -webkit-mask-repeat: no-repeat;
              mask-repeat: no-repeat;
      background-color: #00aad0;
      width: 13px;
      height: 12px;
      top: 50%;
      right: 0;
      -webkit-transform: translateY(-50%) scaleX(1);
              transform: translateY(-50%) scaleX(1);
      -webkit-transition: 200ms ease;
      transition: 200ms ease; }

@media (max-width: 544px) {
  .story .story__back {
    margin: 30px 0; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .story__back::after {
    background-image: url("../images/icons/arrow-right.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    background-color: transparent !important; }
  .story__prev {
    background-image: url("../images/icons/arrow-right.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-color: transparent !important; }
  .story__next {
    background-image: url("../images/icons/arrow-right.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-color: transparent !important; } }

.carousel {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: 42%;
  background-color: #2bbad8; }
  .carousel__image {
    background-size: cover;
    background-position: 90% 50%;
    overflow: hidden;
    z-index: 1; }
  .carousel__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.75) 100%); }
  .carousel__title {
    position: absolute;
    font-size: 1.3125em;
    line-height: 1.33333;
    padding: 0.3125rem;
    right: 1.07143em;
    bottom: 1.07143em;
    margin: 0;
    z-index: 10;
    color: #fff;
    cursor: pointer;
    -webkit-transition: 200ms ease;
    transition: 200ms ease;
    margin-right: 2.6875rem; }
    .carousel__title::before {
      content: '';
      position: absolute;
      right: -2.6875rem;
      top: 0;
      bottom: 0;
      width: 2.1875rem;
      -webkit-transition: 200ms ease;
      transition: 200ms ease; }
    .carousel__title::after {
      content: '';
      position: absolute;
      right: -2.6875rem;
      -webkit-mask-image: url("../images/icons/play.svg");
              mask-image: url("../images/icons/play.svg");
      -webkit-mask-repeat: no-repeat;
              mask-repeat: no-repeat;
      -webkit-mask-position: center;
              mask-position: center;
      -webkit-mask-size: contain;
              mask-size: contain;
      background-color: #f9a51a;
      width: 2.3125rem;
      height: 0.8125rem;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    .carousel__title:hover {
      background-color: #000; }
      .carousel__title:hover::before {
        background-color: #000; }
  .carousel__caption {
    font-family: 'Oswald', sans-serif;
    font-size: 1.875rem;
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    top: 4.5rem;
    left: 2.625rem;
    width: 15.5rem;
    margin: 0;
    direction: ltr; }
  .carousel__numbers {
    position: absolute;
    font-weight: 700;
    font-size: 1em;
    line-height: 1.125;
    right: 0;
    width: 4.375em;
    top: 2rem;
    text-align: center;
    z-index: 1; }
    .carousel__numbers hr {
      width: 1em;
      height: 1px;
      background-color: #fff;
      border: 0;
      margin: 0.75rem auto; }
  .carousel__current {
    display: block;
    color: #fff; }
  .carousel__total {
    display: block;
    color: #fff; }

.owl-carousel {
  direction: ltr;
  position: relative;
  height: 100%; }
  .owl-carousel div:not(.owl-nav) {
    height: 100%; }
  .owl-carousel.owl-drag {
    cursor: -webkit-grab;
    cursor: grab; }
  .owl-carousel.owl-grab {
    cursor: -webkit-grabbing !important;
    cursor: grabbing !important; }

.owl .owl-item img {
  width: auto; }

.owl-dots {
  display: none; }

.owl-nav {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  line-height: 0.6875em;
  width: 3.125em;
  padding: 4.0625em 0.5625em 0.5625em; }

.owl-prev {
  display: inline-block;
  vertical-align: top;
  float: left;
  padding: 0.3125em;
  padding-left: 0; }

.owl-next {
  display: inline-block;
  vertical-align: top;
  float: left;
  padding: 0.3125em;
  padding-right: 0; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .carousel__title::after {
    background-image: url("../images/icons/play.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: transparent !important; } }

@media (max-width: 1200px) {
  .carousel {
    width: 40%; } }

@media (max-width: 896px) {
  .carousel {
    position: relative;
    width: 100%;
    bottom: auto;
    height: 0;
    padding-bottom: 80.72917%;
    margin-bottom: 50px;
    min-height: 470px; }
    .carousel__title {
      right: 60px;
      bottom: 30px; }
    .carousel__image {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
    .carousel__caption {
      left: 60px;
      top: auto;
      bottom: 60px; }
    .carousel__numbers {
      display: none; }
  .owl-carousel {
    position: absolute !important;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0; }
  .owl-nav {
    display: none; } }

@media (max-width: 752px) {
  .carousel__title {
    right: 30px;
    bottom: 25px; }
  .carousel__caption {
    left: 30px;
    bottom: 30px; } }

@media (max-width: 544px) {
  .carousel {
    padding-bottom: 100%;
    min-height: 320px;
    margin-bottom: 35px; }
    .carousel__title {
      right: 25px; }
    .carousel__caption {
      display: none; } }

@media (max-width: 400px) {
  .carousel__title {
    right: 20px; } }

@media (max-width: 352px) {
  .carousel__title {
    right: 15px; } }

.accordion__title {
  position: relative;
  font-family: 'Oswald', sans-serif;
  color: #0076b8;
  font-size: 1rem;
  padding: 1.375rem 0;
  padding-right: 5.5rem;
  padding-left: 1.0625rem;
  margin-top: 0.875rem;
  cursor: pointer;
  border: 1px solid #f9a51a; }
  .accordion__title::before {
    content: '';
    position: absolute;
    top: 0;
    right: 1rem;
    bottom: 0;
    width: 3.375rem;
    background-image: url("../images/icons/paint.svg");
    background-position: center;
    background-repeat: no-repeat; }
  .accordion__title::after {
    content: '';
    position: absolute;
    top: 0;
    right: 1rem;
    bottom: 0;
    width: 2.5rem;
    background-image: url("../images/icons/arrow-down.svg");
    background-position: center;
    background-repeat: no-repeat; }
  .accordion__title:first-child {
    margin-top: 0; }
  .accordion__title.open::after {
    -webkit-transform: scaleY(-1);
            transform: scaleY(-1); }

.accordion__body {
  display: none;
  margin: 1.5rem 1.0625rem; }
  .accordion__body:last-child {
    margin-bottom: 0; }
  .accordion__body.active {
    display: block; }
  .accordion__body p:first-child {
    margin-top: 0; }
  .accordion__body p:last-child {
    margin-bottom: 0; }
  .accordion__body li + li {
    margin-top: 0; }

.meme {
  margin: 2.1875rem auto 4.375rem; }
  .meme .meme__canvas {
    display: none;
    margin-bottom: 1.875rem;
    width: 100%; }
  .meme .meme__image {
    display: block;
    margin-bottom: 1.875rem;
    width: 100%; }
  .meme .meme__action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .meme .meme__input {
    border: 1px solid #f16522;
    color: #004770;
    font-size: 1rem;
    line-height: 1.5;
    padding: 0.625rem 1.25rem;
    width: 61.40351%;
    border-radius: 0; }
  .meme .meme__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #f16522;
    font-weight: 700;
    width: 35.96491%;
    color: #fff;
    text-decoration: none;
    margin-left: 0.9375rem;
    height: 46px; }
  @media (max-width: 599px) {
    .meme {
      margin: 1.875rem auto 3.125rem; } }
  @media (max-width: 480px) {
    .meme .meme__canvas {
      margin-bottom: 20px; }
    .meme .meme__image {
      margin-bottom: 20px; }
    .meme .meme__action {
      display: block; }
    .meme .meme__input {
      width: 100%; }
    .meme .meme__button {
      margin-left: 0;
      width: 100%;
      margin-top: 10px; } }

.wp-caption {
  color: #aeaeae; }
  .wp-caption-text {
    position: relative;
    font-size: 0.875em;
    line-height: 1.28571;
    padding: 1.42857em 0;
    border-bottom: 0.07143em solid #aeaeae;
    padding-left: 2.35714em;
    margin: 0; }
    .wp-caption-text::before {
      position: absolute;
      left: 0;
      top: 1.28571em;
      content: '';
      display: inline-block;
      vertical-align: top;
      background-image: url("../images/icons/camera.svg");
      background-repeat: no-repeat;
      background-size: contain;
      width: 1.64286em;
      height: 1.28571em;
      margin-right: 0.71429em; }

.alignnone {
  display: block;
  margin: 3.125rem 0;
  width: 100% !important;
  max-width: 100% !important; }
  .alignnone img {
    width: 100%; }
  .alignnone + h2 {
    margin-top: -1.25rem; }

h3 + .alignnone {
  margin-top: 0; }

@media (max-width: 1920px) {
  .wp-caption-text {
    border-bottom-width: 1px; } }

@media (max-width: 599px) {
  .alignnone {
    margin: 2.5rem 0; } }

@media (max-width: 374px) {
  .alignnone {
    margin: 1.875rem 0; } }

.icon {
  display: inline-block;
  vertical-align: top; }
  .icon__camera {
    background-image: url("../images/icons/camera.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 1.4375em;
    height: 1.125em; }
  .icon__share {
    background-image: url("../images/icons/share.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 1.25em;
    height: 1.25em; }
  .icon__facebook {
    -webkit-mask-image: url("../images/icons/facebook.svg");
            mask-image: url("../images/icons/facebook.svg");
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
    background-color: #00214c;
    width: 1.25em;
    height: 1.25em; }
  .icon__twitter {
    -webkit-mask-image: url("../images/icons/twitter.svg");
            mask-image: url("../images/icons/twitter.svg");
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
    background-color: #00214c;
    width: 1.25em;
    height: 1.0625em; }
  .icon__envelope {
    -webkit-mask-image: url("../images/icons/envelope.svg");
            mask-image: url("../images/icons/envelope.svg");
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    background-color: #00214c;
    width: 1.3125em;
    height: 0.9375em; }
  .icon__website {
    display: inline-block;
    vertical-align: top;
    background-image: url("../images/icons/web.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 1.5625em;
    height: 1.5625em; }
  .icon__email {
    display: inline-block;
    vertical-align: top;
    background-image: url("../images/icons/envelope.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 1.5625em;
    height: 1.125em; }
  .icon__phone {
    display: inline-block;
    vertical-align: top;
    background-image: url("../images/icons/phone.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 1.5625em;
    height: 1.5625em; }
  .icon__arrow {
    display: inline-block;
    vertical-align: top;
    -webkit-mask-image: url("../images/icons/arrow-down.svg");
            mask-image: url("../images/icons/arrow-down.svg");
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    width: 0.6875em;
    height: 0.375em;
    background-color: #fff; }
    .icon__arrow_left {
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg);
      -webkit-transform-origin: 50% 100%;
              transform-origin: 50% 100%; }
    .icon__arrow_right {
      -webkit-transform: rotate(90deg) scaleY(-1);
              transform: rotate(90deg) scaleY(-1);
      -webkit-transform-origin: 50% 100%;
              transform-origin: 50% 100%; }
  .icon__quote {
    background-image: url("../images/icons/quote.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 6.9375em;
    height: 5.375em; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .icon__facebook {
    background-image: url("../images/icons/facebook.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent !important; }
  .icon__twitter {
    background-image: url("../images/icons/twitter.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent !important; }
  .icon__envelope {
    background-image: url("../images/icons/envelope.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent !important; }
  .icon__arrow {
    background-image: url("../images/icons/arrow-down.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent !important; } }

.share {
  position: fixed;
  top: 11.625rem;
  right: 8.88889%; }
  .share i {
    display: block;
    line-height: 1; }
  .share .icon__share {
    cursor: pointer; }
  .share__list {
    display: block;
    list-style-type: none;
    padding: 0;
    margin: 1.875em 0 0; }
    .share__list li {
      opacity: 0;
      -webkit-transition: 200ms ease;
      transition: 200ms ease;
      margin-top: -0.3125em;
      margin-bottom: 1.875em; }
      .share__list li:nth-child(2) {
        -webkit-transition-delay: 100ms;
                transition-delay: 100ms; }
      .share__list li:nth-child(3) {
        -webkit-transition-delay: 200ms;
                transition-delay: 200ms; }
      .share__list li.active {
        opacity: 1;
        margin-top: 0; }
    .share__list i {
      background-color: #f16522; }
      .share__list i:hover {
        background-color: #01476d; }

@media (max-width: 1200px) {
  .share {
    right: calc(60% - 600px);
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0); } }

@media (max-width: 1152px) {
  .share {
    position: static;
    padding: 0 30px;
    max-width: 570px;
    margin: 0 auto 30px;
    -webkit-transform: none;
            transform: none; }
    .share .icon__share {
      display: inline-block;
      vertical-align: top; }
    .share__list {
      display: inline-block;
      vertical-align: top;
      margin-top: 0;
      line-height: 20px; }
      .share__list li {
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 0;
        margin-left: 30px; } }

@media (max-width: 896px) {
  .share {
    max-width: 100%;
    padding: 0 60px; } }

@media (max-width: 752px) {
  .share {
    padding: 0 30px; } }

@media (max-width: 544px) {
  .share {
    padding: 0 25px; } }

@media (max-width: 400px) {
  .share {
    padding: 0 20px; } }

@media (max-width: 352px) {
  .share {
    padding: 0 15px; } }

.video {
  display: block;
  background-color: #000;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 99; }
  .video__white {
    background-color: #fff; }
  .video__container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden; }
    .video__container video,
    .video__container iframe {
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0; }
  .video__skip {
    position: absolute;
    bottom: 3.125em;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    cursor: pointer;
    font-size: 1em;
    text-transform: uppercase;
    color: #fff;
    background-color: #346197;
    padding: 0 1.25em;
    height: 2.625rem;
    line-height: 2.625rem;
    font-weight: 600; }
  .video__close {
    position: absolute;
    cursor: pointer;
    top: 3.125em;
    right: 1.25em; }
  .video__bars {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: 1.4375em; }
  .video__bar {
    position: absolute;
    display: block;
    width: 1.3125em;
    height: 0.125em;
    background-color: #fff;
    right: 0; }
    .video__bar:nth-child(1) {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
    .video__bar:nth-child(2) {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none; }

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.owl-height {
  -webkit-transition: height .5s ease-in-out;
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform .1s ease;
  transition: -webkit-transform .1s ease;
  transition: transform .1s ease;
  transition: transform .1s ease, -webkit-transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

body.compensate-for-scrollbar {
  overflow: hidden;
  -ms-overflow-style: none; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .87;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px 44px 0 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide--image {
  padding: 44px 0 0 0; }

.fancybox-slide--image {
  overflow: visible; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px 6px 0 6px; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 44px 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-slide--html .fancybox-content {
  margin: 0 0 6px 0; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: calc(100% - 44px);
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  vertical-align: top;
  width: 100%; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  -webkit-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none; }

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background: transparent;
  height: 100px;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  background: rgba(30, 30, 30, 0.6);
  height: 100%;
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0; }

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0; }

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1; }

.fancybox-caption::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: '';
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  border: 6px solid rgba(100, 100, 100, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: .6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }
  .fancybox-slide--image {
    padding: 6px 0 0 0; }
  .fancybox-slide--image .fancybox-content {
    margin-bottom: 6px; }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; } }

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a::before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus::before {
  opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 768px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }


/* CSS RK 12052021 */

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

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

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

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

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

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

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

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

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

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

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

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

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

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

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

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

.card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

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

.card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-group > .card {
  margin-bottom: 15px;
}

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

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

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

.cardcontainer > .row {
	width: 100%;
}
.cardcontainer .column {
	width: 22%;
	float: left;
}
.rightDiv {
	margin-left: 2.5%
}
.leftDiv {
	margin-right: 2.5%
}
.gr-1 {
  background: linear-gradient(170deg, #01E4F8 0%, #1D3EDE 100%);
}

.gr-2 {
  background: linear-gradient(170deg, #B4EC51 0%, #429321 100%);
}

.gr-3 {
  background: linear-gradient(170deg, #C86DD7 0%, #3023AE 100%);
}
.gr-4 {
  background: linear-gradient(170deg, #d48f50 0%, #e5cd00 100%);
}
* {
  transition: 0.5s;
}

/* .h-100 {
  height: 100vh !important;
} */
.cardcontainer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
	margin-bottom: 35px;
}
/* .align-middle {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
} */

.column {
  margin-top: 3rem;
  /* padding-left: 3rem; */
}
.column:hover {
  padding-left: 0;
}
/* .column:hover .card .txt {
  margin-left: 1rem;
} */
.column:hover .card .txt h1, .column:hover .card .txt p {
  color: white;
  opacity: 1;
}
.column:hover a {
  color: white;
}
.column:hover a:after {
  width: 10%;
}

.card {
  min-height: 230px;
  margin: 0;
  padding: 1rem 1rem;
  border: none;
  border-radius: 0;
  color: black;
  letter-spacing: 0.05rem;
  font-family: "Oswald", sans-serif;
  box-shadow: 0 0 21px rgba(0, 0, 0, 0.27);
}
.card .txt {
  /* margin-left: -3rem; */
  z-index: 1;
}
.card .txt h1 {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
}
.card .txt p {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0rem;
  margin-top: 33px;
  opacity: 0;
  color: white;
}
.card a {
  z-index: 3;
  font-size: 14px;
  color: black;
  margin-left: 1rem;
  position: relative;
  bottom: -0.5rem;
  text-transform: uppercase;
  font-weight: 400;
}
.card a:after {
  content: "";
  display: inline-block;
  height: 0.5em;
  width: 0;
  margin-right: -100%;
  margin-left: 10px;
  border-top: 1px solid white;
  transition: 0.5s;
}
.card .ico-card {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.card i {
  position: relative;
  right: -50%;
  top: 60%;
  font-size: 12rem;
  line-height: 0;
  opacity: 0.2;
  color: white;
  z-index: 0;
}



/* 2nd Box */
.postcard {
  flex-wrap: wrap;
  display: flex;
  background-color: #18151f;
  box-shadow: 0 4px 21px -12px rgba(0, 0, 0, 0.66);
  border-radius: 10px;
  margin: 0 0 2rem 0;
  overflow: hidden;
  position: relative;
  color: #ffffff;
}
.postcard a {
  color: inherit;
  text-decoration: none;
}
.postcard a:hover {
  color: #fff;
  text-decoration: none;
}
.postcard h1, .postcard .h1 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
.postcard .small {
  font-size: 80%;
}
.postcard i {
	margin-right: 5px;
	font-size: 10px;
}
.postcard .postcard__title {
  font-size: 1.5rem;
}
.postcard .postcard__img {
  max-height: 180px;
  width: 100%;
  object-fit: cover;
  position: relative;
}
.postcard .postcard__img_link {
  display: contents;
}
.postcard.black .postcard__img_link img {
	background: #fff;
}
.postcard .postcard__bar {
  width: 50px;
  height: 10px;
  margin: 10px 0;
  border-radius: 5px;
  background-color: #424242;
  transition: width 0.2s ease;
}
.postcard .postcard__text {
  padding: 1.5rem;
  position: relative;
  display: flex;
  flex-direction: column;
}
.postcard .postcard__preview-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  /* text-align: justify; */
  height: 100%;
}
.postcard .postcard__tagbox {
  display: flex;
  flex-flow: row wrap;
  font-size: 14px;
  margin: 20px 0 0 0;
  padding: 0;
  justify-content: center;
}
.postcard .postcard__tagbox .tag__item {
  display: inline-block;
  background: rgba(83, 83, 83, 0.4);
  border-radius: 3px;
  padding: 2.5px 10px;
  margin: 0 5px 5px 0;
  cursor: default;
  user-select: none;
  transition: background-color 0.3s;
}
.postcard .postcard__tagbox .tag__item:hover {
  background: rgba(83, 83, 83, 0.8);
}
.postcard:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(-70deg, #424242, transparent 50%);
  opacity: 1;
  border-radius: 10px;
}
.postcard:hover .postcard__bar {
  width: 100px;
}

@media screen and (min-width: 769px) {
  .postcard {
    flex-wrap: inherit;
  }
  /* .postcard .postcard__title {
    font-size: 2rem;
  } */
  .postcard .postcard__tagbox {
    justify-content: start;
  }
  .postcard .postcard__img {
    max-width: 200px;
    max-height: 100%;
    transition: transform 0.3s ease;
  }
  .postcard .postcard__text {
    padding: 2rem;
    width: 100%;
  }
  .postcard .media.postcard__text:before {
    content: "";
    position: absolute;
    display: block;
    background: #18151f;
    top: -20%;
    height: 130%;
    width: 55px;
  }
  .postcard:hover .postcard__img {
    transform: scale(1.1);
  }
  .postcard:nth-child(2n+1) {
    flex-direction: row;
  }
  /* .postcard:nth-child(2n+0) {
    flex-direction: row-reverse;
  } */
  .postcard:nth-child(2n+1) .postcard__text::before {
    left: -12px !important;
    transform: rotate(4deg);
  }
  .postcard:nth-child(2n+0) .postcard__text::before {
    left: -22px !important;
    transform: rotate(4deg);
  }
}
@media screen and (min-width: 1024px) {
  .postcard .postcard__text {
    padding: 2rem 3rem 2rem 3.5rem;
  }
  .postcard.black .postcard__text {
	  padding: 1rem 1rem 1rem 3rem;
  }
  .postcard .postcard__text:before {
    content: "";
    position: absolute;
    display: block;
    background: #18151f;
    top: -20%;
    height: 130%;
    width: 55px;
  }
}
/* COLORS */


.postcard .postcard__tagbox .blue.play:hover {
  background: #0076bd;
}

.blue .postcard__title:hover {
  color: #0076bd;
}

.blue .postcard__bar {
  background-color: #0076bd;
}

.blue::before {
  background-image: linear-gradient(-30deg, rgba(0, 118, 189, 0.1), transparent 50%);
}

.blue:nth-child(2n)::before {
  background-image: linear-gradient(30deg, rgba(0, 118, 189, 0.1), transparent 50%);
}
.postcard .postcard__tagbox .black.play:hover {
  background: #0076bd;
}

.black .postcard__title:hover {
  color: #0076bd;
}

.black .postcard__bar {
  background-color: #0076bd;
}

.black::before {
  background-image: linear-gradient(-30deg, rgba(0, 118, 189, 0.1), transparent 50%);
}

.black:nth-child(2n)::before {
  background-image: linear-gradient(30deg, rgba(0, 118, 189, 0.1), transparent 50%);
}

.postcard .postcard__tagbox .red.play:hover {
  background: #bd150b;
}

@media screen and (min-width: 769px) {
  .green::before {
    background-image: linear-gradient(-80deg, rgba(121, 221, 9, 0.1), transparent 50%);
  }

  .green:nth-child(2n)::before {
    background-image: linear-gradient(80deg, rgba(121, 221, 9, 0.1), transparent 50%);
  }
}
/* 2nd Box */


/* Product */
.outer {
	position: relative;
	background: #fff;
	height: 350px;
	width: 550px;
	overflow: hidden;
	display: flex;
	align-items: center;
	max-width: 100%;
	/* border-top: #ccc solid 1px;
	border-left: #ccc solid 1px;
	border-right: #ccc solid 1px;
	border-bottom: #ccc solid 4px; */
	margin-bottom: 30px;
	box-shadow: 0 4px 21px -12px rgba(0, 0, 0, 0.66);
	border-radius: 10px;
}

.outer img {
	position: absolute;
	top: 0px;
	right: -20px;
	z-index: 0;
	animation-delay: 0.5s;
	max-width: 250px;
}

.outer .content {
	animation-delay: 0.3s;
	position: absolute;
	left: 20px;
	z-index: 3
	
}

.outer h1 {
	color: #111;
}

.outer p {
	width: 280px;
	font-size: 13px;
	line-height: 1.4;
	color: #aaa;
	margin: 20px 0;
	
}

.outer .bg {
	display: inline-block;
	color: #fff;
	background: cornflowerblue;
	padding: 5px 10px;
	border-radius: 50px;
	font-size: .7em;
}
.outer .button {
	width: fit-content;
	height: fit-content;
	margin-top: 10px;
	
	
	
}

.outer .button a {
	display: inline-block;
	overflow: hidden;
	position: relative;
	font-size: 11px;
	color: #111;
	text-decoration: none;
	padding: 10px 15px;
	border: 1px solid #aaa;
	font-weight: bold;
	
	
}

.outer .button a:after{
	content: "";
	position: absolute;
	top: 0;
	right: -10px;
	width: 0%;
	background: #111;
	height: 100%;
	z-index: -1;
	transition: width 0.3s ease-in-out;
	transform: skew(-25deg);
	transform-origin: right;
}

.outer .button a:hover:after {
	width: 150%;
	left: -10px;
	transform-origin: left;
	
}

.outer .button a:hover {
	color: #fff;
	transition: all 0.5s ease;
}


.outer .button a:nth-of-type(1) {
	border-radius: 50px 0 0 50px;
	border-right: none;
}

.outer .button a:nth-of-type(2) {
	border-radius: 0px 50px 50px 0;
}

.outer .cart-icon {
	padding-right: 8px;
	
}
/* Product */

@media (max-width: 1280px) {
	.cardcontainer .column {
		width: 100%;
		float: left;
	}
	.leftDiv {
		margin-right: 0%;
	}
	.rightDiv {
		margin-left: 0%;
	}
}
@media (max-width: 900px) {
	.outer {
		height: inherit;
		display: block;
	}
	.outer p {
		width: 100%;
	}
	.outer .content {
		position: relative;
		width: 100%;
		top: inherit;
		left: 0;
	}
	.outer img {
		right: 0px;
		top: -50px;
		position: relative;
		width: 100%;
	}
}


/* Accordion CSS */

.grid {
  list-style: none;
  margin-left: -40px;
}

.gc {
  box-sizing: border-box;
  display: inline-block;
  margin-right: -0.25em;
  min-height: 1px;
  padding-left: 40px;
  vertical-align: top;
}

.gc--1-of-3 {
  width: 33.33333%;
}

.gc--2-of-3 {
  width: 66.66666%;
}

.naccs {
  position: relative;
  max-width: 900px;
  margin: 100px auto 0;
}

.naccs .menu1 div {
  padding: 15px 20px 15px 40px;
  margin-bottom: 10px;
  color: #303F9F;
  background: #3F51B5;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  position: relative;
  vertical-align: middle;
  font-weight: 700;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.naccs .menu1 div:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.naccs .menu1 div span.light {
  height: 10px;
  width: 10px;
  position: absolute;
  top: 24px;
  left: 15px;
  background-color: #303F9F;
  border-radius: 100%;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.naccs .menu1 div.active span.light {
  background-color: #FBC02D;
  left: 0;
  height: 100%;
  width: 3px;
  top: 0;
  border-radius: 0;
}

.naccs .menu1 div.active {
  color: #FBC02D;
  padding: 15px 20px 15px 20px;
}

ul.nacc {
  position: relative;
  height: 0px;
  list-style: none;
  margin: 0;
  padding: 0;
  transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

ul.nacc li {
  opacity: 0;
  transform: translateX(50px);
  position: absolute;
  list-style: none;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

ul.nacc li.active {
  transition-delay: 0.3s;
  z-index: 2;
  opacity: 1;
  transform: translateX(0px);
}

ul.nacc li p {
  margin: 0;
} 
/* Accordion CSS */
/* CSS RK 12052021 */

.sabox-plus-item {
	margin: 40px 0;
	padding: 15px;
	background: #fff;
	border: #ccc solid 1px;
	box-shadow: rgba(0,0,0,0.2) 0px 0px 10px 6px inset;
}
.saboxplugin-gravatar {
	width: 40%;
	float: left;
	margin-right: 2%;
}
.saboxplugin-desc, .saboxplugin-authorname {
	font-size: 15px;
}
.saboxplugin-socials a:nth-child(1) svg {
	width: 10px;
	margin-right: 10px;
}
.saboxplugin-socials a svg {
	width: 20px;
	margin-right: 10px;
}
.saboxplugin-socials {
	margin-top: 20px;
	text-align: right;
}

/* 14 05 2021 */
#toc_container {
	width: 40%;
    display: table;
    float: right;
    background: #fbfbfb;
    margin-left: 20px;
    border: #ccc solid 1px;
    padding: 10px;
}
#toc_container .toc_title {
	font-size: 1.3125em;
	margin: 0px 0 0;
	font-weight: 700;

}
#toc_container .toc_list {
	padding: 0;
	margin-top: 10px;
}
#toc_container .toc_list li {
	list-style: none;
}
#toc_container .toc_list li a {
	font-size: 14px;
	text-decoration: none;
	padding-left: 25px;
	display: block;
	position: relative;
	margin-bottom: 6px;
	line-height: 1.3;
}
#toc_container .toc_list li a span {
	position: absolute;
	left: 0;
}
#toc_container .toc_list li ul {
	margin: 0;
	padding-left: 10px;
}
.has-2-columns .wp-block-column {
	float: left;
	width: 48%;
	margin: 0 1%;
}
h2 {
	clear: both;
	margin: 0px 0 0;
	padding: 15px 0 0;
}
ul {
	margin: 0;
}


.tabs input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}


/* Accordion styles */
.tabs {
  /* border-radius: 8px; */
  overflow: hidden;
  /* box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5); */
  margin-top: 20px;
}

.tab {
  width: 100%;
  color: white;
  overflow: hidden;
  margin-bottom: 10px;
}
.tab-label {
  display: flex;
  justify-content: space-between;
  padding: 1em;
  background: #2c3e50;
  font-weight: bold;
  cursor: pointer;
  border-radius: 8px;
  /* Icon */
}
.tab-label:hover {
  background: #1a252f;
}
.tab-label::after {
  content: "❯";
  width: 1em;
  height: 1em;
  text-align: center;
  transition: all 0.35s;
}
.tab-content {
  max-height: 0;
  padding: 0 1em;
  color: #2c3e50;
  background: white;
  transition: all 0.35s;
}
.tab-close {
  display: flex;
  justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  background: #2c3e50;
  cursor: pointer;
}
.tab-close:hover {
  background: #1a252f;
}

.tabs input:checked + .tab-label {
  background: #1a252f;
}
.tabs input:checked + .tab-label::after {
  transform: rotate(90deg);
}
.tabs input:checked ~ .tab-content {
  max-height: 100vh;
  padding: 1em;
}
.wp-block-gallery ul.blocks-gallery-grid {
	padding: 0;
}
.wp-block-gallery ul.blocks-gallery-grid .blocks-gallery-item {
	border-top: #ccc solid 1px;
	border-left: #ccc solid 1px;
	border-right: #ccc solid 1px;
	border-bottom: #ccc solid 4px;
	margin-bottom: 20px;
	list-style: none;
	padding: 10px;
}
.blogSection, .wp-block-image {
	border-top: #ccc solid 1px;
	border-left: #ccc solid 6px;
	border-right: #ccc solid 1px;
	border-bottom: #ccc solid 4px;
	margin: 20px 0;
	padding: 10px;
}
.blogSection strong {
	font-size: 10px;
}
.blogSection h3 {
	margin-bottom: 0;
}
.stories__single {
	background: #f6f5f5;
	padding: 10px;
}
.stories__content {
	float: left;
    width: 73%;
}
/* 14 05 2021 */

/* .sub-menu li {
	font-size: 0.5em;
}
.sub-menu li li {
	font-size: 0.7em;
} */
.sub-menu {
	padding: 0 0px 0 0;
}
/* .sub-menu li {
	font-size: 20px;
} */
.menu__primary li {
	position: relative;	
}
/* .sub-menu .sub-menu {
	padding: 0 15px 0 0;
} */
/* .sub-menu .sub-menu li {
	font-size: 16px;
} */
/* .menu-item-has-children a {
	padding-right: 40px;
} */
/* .menu-item-has-children:after {
	content: "\f107";
	font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
	color: #fff;
	position: absolute;
	top: 0;
	right: 15px;
}
.menu-item-has-children:hover:after {
	color: #f9a51a;
} */
.textOne {
	display: block;
	font-size: 70px;
	line-height: 1 !important;
	color: #fff;
	text-align: center;
	font-weight: 600;
}
.textTwo {
	font-size: 90px;
	line-height: 1 !important;
	color: #fff;
	text-align: center;
	display: block;
	font-weight: 600;
}
.textThree {
	font-size: 60px;
	line-height: 1 !important;
	color: #fff;
	text-align: center;
	display: block;
	font-weight: 600;
}
.textFour {
	font-size: 80px;
	line-height: 1 !important;
	margin-bottom: 30px;
	color: #fff;
	text-align: center;
	display: block;
	font-weight: 600;
}
.homeLeftCopy {
	padding: 0 15px;
	font-size: 20px;
	color: #fff;
}
.contactPopup {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 111;
}
.contactArea {
    max-width: 600px;
    margin: 40px auto;
    width: 80%;
    padding: 0px 40px;
    border: #000 solid 1px;
    border-radius: 8px;
    background: #fff;
    box-shadow: rgba(0,0,0,0.2) 0px 0px 15px 10px;
}
.wholeScrollable {
	overflow: auto;
	background: rgba(255,255,255,0.9);
}
.xbtnDiv {
	position: absolute;
	right: 35px;
	top: 10px;
	font-weight: 600;
	font-size: 20px;
	color: #000;
	cursor: pointer;
}
#toc_container .toc_list li + li {
	margin: 0;
}
blockquote::before {
    color: #3a1a95;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
	position: absolute;
	left: 12px;
	top: 38px;
}
blockquote {
	position: relative;
	padding: 20px 20px 20px 30px;
	margin-top: 20px;
	box-shadow: rgba(0,0,0,0.1) 1px 1px 12px 5px;
}
cite {
	color: #3a1a95;
	font-weight: 600;
}
.stories__single.group.casepage {
	background: none;
	padding: 0;
}
.imgDiv {
	background: #fff;
}
.imgDiv img {
	padding-top: 50px;
}
.mar10Top {
	margin-top: 10px !important;
}
.wp-block-media-text.alignwide.has-media-on-the-right {
	background: #f1f1f1;
    padding: 5px;
	border-radius: 8px;
    margin: 20px 0;
	display: table;
}
.wp-block-media-text.alignwide.has-media-on-the-right .wp-block-media-text__media {
	width: 40%;
    padding-right: 5%;
    display: table-cell;
    vertical-align: middle;
}
.wp-block-media-text.alignwide.has-media-on-the-right .wp-block-media-text__content p {
	margin: 0;
	font-size: 14px;
}
.wp-block-media-text.alignwide.has-media-on-the-right .wp-block-media-text__content {
    display: table-cell;
    vertical-align: middle;
}
.wp-block-table {
	font-size: 14px;
	padding: 10px;
	background: #f1f1f1;
}
.woocommerce .woocommerce-result-count, .woocommerce .woocommerce-ordering {
	display: none !important;
}
.woocommerce ul.products {
	padding: 0;
}
.woocommerce ul.products li {
	list-style: none;
	position: relative;
	border-bottom: 1px solid #f16522;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
.woocommerce ul.products li img {
	float: left;
	width: 25%;
}
.onsale {
	position: absolute;
	left: 0;
}
.woocommerce ul.products li h2.woocommerce-loop-product__title {
	float: left;
	clear: inherit;
	width: 75%;
	padding-bottom: 10px;
}
.woocommerce ul.products li .price {
	display: block;
	margin-bottom: 10px;
}
.woocommerce ul.products li .product_type_external {
	width: 200px;
	height: 48px;
	background: #30188e;
	color: #fff;
	border: #2bbad8 solid 1px;
	font-size: 16px;
	display: inline-block;
	text-align: center;
	line-height: 44px;
	text-decoration: none;
	font-weight: 300;
}
.woocommerce ul.products li .product_type_external:hover {
	background: #2bbad8;
	border: #30188e solid 1px;
}
.woocommerce ul.products li .ajax_add_to_cart {
	float: right;
	font-size: 12px;
	font-weight: 300;
	color: #f16522 !important;
}
.woocommerce ul.products li .ajax_add_to_cart:hover {
	color: #2bbad8 !important;
}
.shop_table.woocommerce-cart-form__contents {
	font-size: 14px;
}
.shop_table.woocommerce-cart-form__contents thead {
	background: #f2f2f2;
}
.shop_table.woocommerce-cart-form__contents thead th {
	padding: 5px;
}
.shop_table.woocommerce-cart-form__contents .quantity {
	max-width: 80px;
	margin: auto;
}
.shop_table.woocommerce-cart-form__contents tr td {
	text-align: center;
}
.shop_table.woocommerce-cart-form__contents tr td.actions {
	background: #f2f2f2;
	padding: 10px;
	text-align: left;
}
#coupon_code {
	width: 150px;
}
.shop_table.woocommerce-cart-form__contents tr td.actions button {
	margin: 30px 15px 0;
	background: #30188e;
	color: #fff;
	border: #2bbad8 solid 1px;
	font-size: 16px;
	display: inline-block;
	padding: 10px 10px;
	font-size: 12px;
}
.shop_table.woocommerce-cart-form__contents tr td .coupon {
	float: left;
}
.shop_table.woocommerce-cart-form__contents tr td .coupon button {
	background: #30188e;
	color: #fff;
	border: #2bbad8 solid 1px;
	font-size: 16px;
	display: inline-block;
	padding: 10px 10px;
	font-size: 12px;
	margin: 0;
}
.shop_table.woocommerce-cart-form__contents tr td.actions button:hover {
	background: #2bbad8;
	border: #30188e solid 1px;
}
.cart_totals {
	margin-top: 20px;
}
.cart_totals h2 {
	padding-bottom: 20px;
}
ul#shipping_method li {
	list-style: none;
}
ul#shipping_method li label {
	margin-left: 10px;
}
.order-total {
	background: #f2f2f2;
}
.cart_totals .shop_table {
	font-size: 14px;
}
.woocommerce-shipping-calculator {
	margin-bottom: 20px;
}
.wc-proceed-to-checkout {
	margin: 20px 0;
	text-align: center;
}
.wc-proceed-to-checkout .checkout-button, .place-order #place_order {
	background: #30188e;
	color: #fff;
	border: #2bbad8 solid 1px;
	font-size: 16px;
	display: inline-block;
	padding: 10px 20px;
	font-size: 14px;
	text-decoration: none;
}
.wc-proceed-to-checkout .checkout-button:hover, .place-order #place_order:hover {
	background: #2bbad8;
	border: #30188e solid 1px;
}
form.checkout select {
	width: 95%;
	height: 35px;
	border: 1px solid;
	padding: 3px 10px;
	font-size: 14px;
}
form.checkout #order_comments {
	width: 95%;
	height: 75px;
	border: 1px solid;
	padding: 3px 10px;
	font-size: 14px;
}
#ship-to-different-address {
	margin-top: 20px;
}
#ship-to-different-address-checkbox {
	width: 20px;
	vertical-align: top;
}
#order_review {
	border: #000 solid 1px;
	padding: 10px;
	background: #f2f2f2;
}
.shop_table.woocommerce-checkout-review-order-table {
	font-size: 14px;
	text-align: left;
}
.shop_table.woocommerce-checkout-review-order-table ul#shipping_method {
	margin: 10px 0;
	padding: 0;
}
.shop_table.woocommerce-checkout-review-order-table ul#shipping_method li input {
	width: 14px;
	vertical-align: top;
	display: inline-block;
}
.shop_table.woocommerce-checkout-review-order-table ul#shipping_method li label {
	display: inline-block;
	width: inherit;
	margin-top: 7px;
}
ul.woocommerce-error {
	padding: 0;
}
ul.woocommerce-error li {
	list-style: none;
	color: red;
	margin: 0;
	font-size: 11px;
}
#payment ul {
	padding: 0;
}
#payment ul li {
	list-style: none;
}
#payment ul li input {
	width: 14px;
	vertical-align: top;
	display: inline-block;
}
#payment ul li label {
	display: inline-block;
	width: inherit;
	margin-top: 7px;
}
.payment_method_paypal img {
	max-width: 100px;
	margin-right: 15px;
}
.woocommerce-order .woocommerce-thankyou-order-received {
	background: #c8e59c;
	color: #fff;
	padding: 15px;
}
.woocommerce-order-details {
	background: #f2f2f2;
	padding: 10px;
}
.shop_table.order_details {
	font-size: 14px;
	text-align: left;
}
@media only screen and (max-width:1200px) {
	.textOne {
		font-size: 48px;
	}
	.textTwo {
		font-size: 60px;
	}
	.textThree {
		font-size: 42px;
	}
	.textFour {
		font-size: 56px;
	}	
	.homeLeftCopy {
		font-size: 14px;
	}
}

@media only screen and (max-width:895px) {
	.textOne {
		font-size: 42px;
	}
	.textTwo {
		font-size: 54px;
	}
	.textThree {
		font-size: 38px;
	}
	.textFour {
		font-size: 50px;
	}	
	.homeLeftCopy {
		font-size: 12px;
		position: absolute;
		bottom: 30px;
	}
}
@media (max-width: 752px) {
	.tertiary__tagline {
		top: auto;
		bottom: -25px;
		width: 100%;
		padding: 15px;
		background: rgba(255,255,255,0.8);
		z-index: 1000;
	}
	.tertiary__tagline p {
		-webkit-transform: rotate(0deg) translate3d(0%, 0, 0);
              transform: rotate(0deg) translate3d(0%, 0, 0);
      -webkit-transform-origin: 100% 100%;
              transform-origin: 100% 100%;
	}
}


.cart-btn-single {
	margin: 30px 15px 0;
	background: #30188e;
	color: #fff;
	border: #2bbad8 solid 1px;
	font-size: 16px;
	display: inline-block;
	padding: 10px 30px;
	font-size: 12px;
	text-decoration: none;
}
.cart-btn-single:hover {
	background: #2bbad8;
	border: #30188e solid 1px;
	color: #fff !important;
}
.leftContent {
	padding: 60px 30px;
}
.leftContent h2 {
	font-family: 'Oswald', sans-serif;
	font-size: 1.875rem;
	font-weight: 500;
	line-height: 1.2;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 20px;
}
.leftContent p {
	font-family: 'Oswald', sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.2;
	color: #fff;
}