@charset "UTF-8";
html {
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

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

img[src$=".svg"] {
  width: 100%;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

input[type=text], input[type=email], input[type=submit], textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/*==============================================================*/
/*==============================================================*/
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

@keyframes fadeUp {
  0% {
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translateY(70px);
    -moz-transform: translateY(70px);
    -ms-transform: translateY(70px);
    -o-transform: translateY(70px);
    transform: translateY(70px);
  }
  100% {
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeDown {
  0% {
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translateY(-70px);
    -moz-transform: translateY(-70px);
    -ms-transform: translateY(-70px);
    -o-transform: translateY(-70px);
    transform: translateY(-70px);
  }
  100% {
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeRight {
  0% {
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translateX(-70px);
    -moz-transform: translateX(-70px);
    -ms-transform: translateX(-70px);
    -o-transform: translateX(-70px);
    transform: translateX(-70px);
  }
  100% {
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeLeft {
  0% {
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translateX(70px);
    -moz-transform: translateX(70px);
    -ms-transform: translateX(70px);
    -o-transform: translateX(70px);
    transform: translateX(70px);
  }
  100% {
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@media (min-width: 600px) {
  .animate-items .is-visible:nth-child(1) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 3s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 0.1s;
  }

  .animate-items .is-visible:nth-child(2) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 3s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 0.2s;
  }

  .animate-items .is-visible:nth-child(3) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 3s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 0.3s;
  }

  .animate-items .is-visible:nth-child(4) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 3s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 0.4s;
  }

  .animate-items .is-visible:nth-child(5) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 3s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 0.5s;
  }

  .animate-items .is-visible:nth-child(6) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 3s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 0.6s;
  }

  .animate-items .is-visible:nth-child(7) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 3s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 0.7s;
  }

  .animate-items .is-visible:nth-child(8) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 3s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 0.8s;
  }

  .animate-items .is-visible:nth-child(9) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 3s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 0.9s;
  }

  .animate-items .is-visible:nth-child(10) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 3s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 1s;
  }

  .animate-items .is-visible:nth-child(11) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 3s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 1.1s;
  }

  .animate-items .is-visible:nth-child(12) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 3s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 1.2s;
  }

  .animate-items .is-visible:nth-child(13) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 3s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 1.3s;
  }

  .animate-items .is-visible:nth-child(14) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 3s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 1.4s;
  }

  .animate-items .is-visible:nth-child(15) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 3s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 1.5s;
  }

  .animate-items .is-visible:nth-child(16) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 3s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 1.6s;
  }

  .animate-items .is-visible:nth-child(17) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 3s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 1.7s;
  }

  .animate-items .is-visible:nth-child(18) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 3s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 1.8s;
  }

  .animate-items .is-visible:nth-child(19) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 3s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 1.9s;
  }

  .animate-items .is-visible:nth-child(20) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 3s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 2s;
  }

  .animate-items .is-visible:nth-child(21) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 3s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 2.1s;
  }

  .animate-items .is-visible:nth-child(22) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 3s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 2.2s;
  }

  .animate-items .is-visible:nth-child(23) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 3s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 2.3s;
  }

  .animate-items .is-visible:nth-child(24) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 3s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 2.4s;
  }

  .animate-items .is-visible:nth-child(25) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 3s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 2.5s;
  }

  .animate-items .is-visible:nth-child(26) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 3s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 2.6s;
  }

  .animate-items .is-visible:nth-child(27) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 3s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 2.7s;
  }

  .animate-items .is-visible:nth-child(28) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 3s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 2.8s;
  }

  .animate-items .is-visible:nth-child(29) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 3s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 2.9s;
  }

  .animate-items .is-visible:nth-child(30) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 3s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 3s;
  }

  .animate-items .is-visible:nth-child(31) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 3s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 3.1s;
  }

  .animate-items .is-visible:nth-child(32) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 3s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 3.2s;
  }

  .animate-items .is-visible:nth-child(33) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 3s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 3.3s;
  }

  .animate-items .is-visible:nth-child(34) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 3s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 3.4s;
  }

  .animate-items .is-visible:nth-child(35) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 3s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 3.5s;
  }

  .animate-items .is-visible:nth-child(36) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 3s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 3.6s;
  }

  .animate-items .is-visible:nth-child(37) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 3s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 3.7s;
  }

  .animate-items .is-visible:nth-child(38) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 3s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 3.8s;
  }

  .animate-items .is-visible:nth-child(39) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 3s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 3.9s;
  }

  .animate-items .is-visible:nth-child(40) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 3s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 4s;
  }

  .animate-items .is-visible:nth-child(41) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 3s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 4.1s;
  }

  .animate-items .is-visible:nth-child(42) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 3s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 4.2s;
  }

  .animate-items .is-visible:nth-child(43) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 3s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 4.3s;
  }

  .animate-items .is-visible:nth-child(44) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 3s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 4.4s;
  }

  .animate-items .is-visible:nth-child(45) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 3s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 4.5s;
  }

  .animate-items .is-visible:nth-child(46) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 3s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 4.6s;
  }

  .animate-items .is-visible:nth-child(47) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 3s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 4.7s;
  }

  .animate-items .is-visible:nth-child(48) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 3s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 4.8s;
  }

  .animate-items .is-visible:nth-child(49) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 3s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 4.9s;
  }

  .animate-items .is-visible:nth-child(50) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 3s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 5s;
  }

  .animate-items .is-visible:nth-child(51) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 3s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 5.1s;
  }

  .animate-items .is-visible:nth-child(52) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 3s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 5.2s;
  }

  .animate-items .is-visible:nth-child(53) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 3s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 5.3s;
  }

  .animate-items .is-visible:nth-child(54) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 3s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 5.4s;
  }

  .animate-items .is-visible:nth-child(55) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 3s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 5.5s;
  }

  .animate-items .is-visible:nth-child(56) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 3s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 5.6s;
  }

  .animate-items .is-visible:nth-child(57) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 3s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 5.7s;
  }

  .animate-items .is-visible:nth-child(58) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 3s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 5.8s;
  }

  .animate-items .is-visible:nth-child(59) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 3s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 5.9s;
  }

  .animate-items .is-visible:nth-child(60) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 3s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 6s;
  }

  .animate-items .is-visible:nth-child(61) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 3s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 6.1s;
  }

  .animate-items .is-visible:nth-child(62) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 3s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 6.2s;
  }

  .animate-items .is-visible:nth-child(63) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 3s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 6.3s;
  }

  .animate-items .is-visible:nth-child(64) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 3s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 6.4s;
  }

  .animate-items .is-visible:nth-child(65) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 3s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 6.5s;
  }

  .animate-items .is-visible:nth-child(66) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 3s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 6.6s;
  }

  .animate-items .is-visible:nth-child(67) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 3s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 6.7s;
  }

  .animate-items .is-visible:nth-child(68) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 3s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 6.8s;
  }

  .animate-items .is-visible:nth-child(69) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 3s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 6.9s;
  }

  .animate-items .is-visible:nth-child(70) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 3s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 7s;
  }

  .animate-items .is-visible:nth-child(71) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 3s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 7.1s;
  }

  .animate-items .is-visible:nth-child(72) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 3s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 7.2s;
  }

  .animate-items .is-visible:nth-child(73) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 3s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 7.3s;
  }

  .animate-items .is-visible:nth-child(74) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 3s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 7.4s;
  }

  .animate-items .is-visible:nth-child(75) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 3s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 7.5s;
  }

  .animate-items .is-visible:nth-child(76) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 3s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 7.6s;
  }

  .animate-items .is-visible:nth-child(77) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 3s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 7.7s;
  }

  .animate-items .is-visible:nth-child(78) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 3s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 7.8s;
  }

  .animate-items .is-visible:nth-child(79) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 3s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 7.9s;
  }

  .animate-items .is-visible:nth-child(80) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 3s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 8s;
  }

  .animate-items .is-visible:nth-child(81) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 3s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 8.1s;
  }

  .animate-items .is-visible:nth-child(82) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 3s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 8.2s;
  }

  .animate-items .is-visible:nth-child(83) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 3s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 8.3s;
  }

  .animate-items .is-visible:nth-child(84) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 3s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 8.4s;
  }

  .animate-items .is-visible:nth-child(85) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 3s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 8.5s;
  }

  .animate-items .is-visible:nth-child(86) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 3s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 8.6s;
  }

  .animate-items .is-visible:nth-child(87) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 3s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 8.7s;
  }

  .animate-items .is-visible:nth-child(88) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 3s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 8.8s;
  }

  .animate-items .is-visible:nth-child(89) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 3s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 8.9s;
  }

  .animate-items .is-visible:nth-child(90) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 3s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 9s;
  }

  .animate-items .is-visible:nth-child(91) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 3s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 9.1s;
  }

  .animate-items .is-visible:nth-child(92) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 3s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 9.2s;
  }

  .animate-items .is-visible:nth-child(93) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 3s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 9.3s;
  }

  .animate-items .is-visible:nth-child(94) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 3s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 9.4s;
  }

  .animate-items .is-visible:nth-child(95) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 3s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 9.5s;
  }

  .animate-items .is-visible:nth-child(96) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 3s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 9.6s;
  }

  .animate-items .is-visible:nth-child(97) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 3s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 9.7s;
  }

  .animate-items .is-visible:nth-child(98) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 3s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 9.8s;
  }

  .animate-items .is-visible:nth-child(99) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 3s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 9.9s;
  }
}
.animate-items .grid-item.scroll {
  opacity: 1;
}

.animate-items .grid-item .item {
  opacity: 1;
}

@media (min-width: 600px) {
  .animate-items .grid-item .item {
    opacity: 0;
  }

  .scroll {
    opacity: 0;
  }

  .is-visible.fadeUp {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 3s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
  }

  .is-visible.fadeDown {
    animation: fadeDown;
    -webkit-animation-name: fadeDown;
    animation-iteration-count: 1;
    animation-duration: 3s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
  }

  .is-visible.fadeRight {
    animation: fadeRight;
    -webkit-animation-name: fadeRight;
    animation-iteration-count: 1;
    animation-duration: 3s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
  }

  .is-visible.fadeLeft {
    animation: fadeLeft;
    -webkit-animation-name: fadeLeft;
    animation-iteration-count: 1;
    animation-duration: 3s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
  }
}
@-webkit-keyframes zoomin {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
  }
}
.mobile {
  display: block;
}
@media (min-width: 900px) {
  .mobile {
    display: none;
  }
}

.desktop {
  display: none;
}
@media (min-width: 900px) {
  .desktop {
    display: block;
  }
}

.wrap900 {
  max-width: 900px;
  width: 94%;
  margin: 0 auto;
}

.wrap950 {
  max-width: 950px;
  width: 94%;
  margin: 0 auto;
}

.wrap1000 {
  max-width: 1000px;
  width: 94%;
  margin: 0 auto;
}

.wrap1100 {
  max-width: 1100px;
  width: 94%;
  margin: 0 auto;
}

.wrap1200 {
  max-width: 1200px;
  width: 94%;
  margin: 0 auto;
}

.wrap1400 {
  max-width: 1400px;
  width: 94%;
  margin: 0 auto;
}

@media (max-width: 899px) {
  .mobile-full {
    width: 100% !important;
  }
}

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

.grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.grid.flex-end {
  justify-content: flex-end;
}
.grid.flex-start {
  justify-content: flex-start;
}
.grid.flex-center {
  justify-content: center;
}
.grid.align-center {
  align-items: center;
}
.grid .w-50 {
  width: 100%;
}
@media (min-width: 900px) {
  .grid .w-50 {
    width: 50%;
  }
}
.grid .w-33 {
  width: 100%;
}
@media (min-width: 900px) {
  .grid .w-33 {
    width: 33.3333333%;
  }
}
.grid .w-25 {
  width: 100%;
}
@media (min-width: 768px) {
  .grid .w-25 {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .grid .w-25 {
    width: 25%;
  }
}

body, html {
  font-size: 16px;
  color: #19161b;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  overflow-x: hidden;
}
@media (min-width: 900px) {
  body, html {
    font-size: 18px;
    scroll-behavior: smooth;
  }
}

::selection {
  background: #0f324f;
  color: #ffffff;
}

::-moz-selection {
  background: #0f324f;
  color: #ffffff;
}

.button {
  position: relative;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  transition: 0.5s;
  background: #fcd701;
  color: #0f324f;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  line-height: normal;
  padding: 12px 20px;
  min-width: 200px;
  overflow: hidden;
  font-size: 14px;
  letter-spacing: 0.1em;
  cursor: pointer;
}
.button:hover {
  background: #0f324f;
  color: #ffffff;
}

.page-base {
  margin: 30px auto 80px;
}
@media (min-width: 900px) {
  .page-base {
    margin: 60px auto 80px;
  }
}

.page-id-67 .page-base {
  margin-top: 0px;
}

.site-main {
  position: relative;
  z-index: 2;
}

.base.text-center hr {
  margin: 20px auto;
}
.base.alt p, .base.alt li, .base.alt h3, .base.alt h4, .base.alt a:not(.button) {
  color: #ffffff;
}
.base.alt h2 {
  color: #ffffff;
}
.base p {
  line-height: 1.6;
  margin-bottom: 30px;
  letter-spacing: -0.02em;
}
.base p.large {
  font-size: 18px;
}
@media (min-width: 900px) {
  .base p.large {
    font-size: 22px;
  }
}
.base strong {
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.base em {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-style: italic;
}
.base strong em,
.base em strong {
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-style: italic;
}
.base hr {
  margin: 20px 0;
  width: 120px;
  background: #ebecec;
  height: 2px;
  border: none;
}
.base h2 {
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 32px;
  margin-bottom: 10px;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: #0f324f;
}
@media (min-width: 600px) {
  .base h2 {
    font-size: 36px;
  }
}
@media (min-width: 900px) {
  .base h2 {
    margin-bottom: 30px;
    font-size: 45px;
  }
}
@media (min-width: 1200px) {
  .base h2 {
    font-size: 52px;
  }
}
.base h3 {
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  margin-bottom: 10px;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: #e6413c;
}
@media (min-width: 600px) {
  .base h3 {
    font-size: 28px;
  }
}
@media (min-width: 900px) {
  .base h3 {
    margin-bottom: 20px;
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .base h3 {
    font-size: 36px;
  }
}
.base h4 {
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 1.1;
  color: #e6413c;
}
@media (min-width: 600px) {
  .base h4 {
    font-size: 18px;
  }
}
@media (min-width: 900px) {
  .base h4 {
    font-size: 20px;
  }
}
.base a:not(.button) {
  text-decoration: underline;
}
.base a:not(.button):hover {
  text-decoration: none;
}
.base blockquote {
  position: relative;
  border: 1px solid #0f324f;
  padding: 35px 30px 10px;
  margin: 50px 0px 40px 20px;
  border-radius: 5px;
}
@media (min-width: 900px) {
  .base blockquote {
    margin: 50px 0px 40px 30px;
    padding: 45px 60px 20px;
  }
}
.base blockquote::before {
  content: url(/past-event/united-states/boston/2025/wp-content/themes/gcuc/images/quote.svg);
  padding: 10px 10px 0;
  position: absolute;
  background: #ffffff;
  z-index: 2;
  width: 70px;
  top: -35px;
  left: -30px;
}
@media (min-width: 900px) {
  .base blockquote::before {
    width: 90px;
    top: -45px;
    left: -40px;
  }
}
.base blockquote p {
  font-size: 18px;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-style: italic;
  color: #19161b;
}
@media (min-width: 900px) {
  .base blockquote p {
    font-size: 22px;
  }
}
.base p + ul {
  margin-top: -10px;
}
.base ul {
  margin: 0 0 40px 20px;
  list-style: none;
}
.base ul li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 12px;
  line-height: 1.5;
}
.base ul li::before {
  position: absolute;
  top: 0px;
  left: 8px;
  text-indent: -15px;
  content: "•";
  color: #fcd701;
}
.base ul li ul {
  margin: 12px 0 30px 0;
}
.base ol {
  list-style: none;
  counter-reset: a;
  margin: 0 0 30px 20px;
}
@media (min-width: 900px) {
  .base ol {
    margin: 0 0 30px 30px;
  }
}
.base ol li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 25px;
  line-height: 1.5;
}
.base ol li::before {
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  position: absolute;
  text-indent: -35px;
  counter-increment: a;
  content: counter(a) ".";
  color: #fcd701;
  top: 0px;
}
.base .aligncenter {
  margin: 0 auto 30px;
}
.base .alignnone {
  margin: 0 auto;
}
.base .alignright {
  margin: 0 auto 30px;
}
@media (min-width: 900px) {
  .base .alignright {
    margin: 0 0 30px 30px;
    float: right;
  }
}
.base .alignleft {
  margin: 0 auto 30px;
}
@media (min-width: 900px) {
  .base .alignleft {
    float: left;
    margin: 0 30px 30px 0;
  }
}
.base .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  width: 100%;
  margin: 30px auto;
}
.base .embed-container iframe, .base .embed-container object, .base .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.site-header {
  position: relative;
  z-index: 999;
  background: #0f324f;
  padding: 7px 0;
}
@media (min-width: 900px) {
  .site-header {
    padding: 0;
    background: transparent;
    margin-bottom: -114px;
  }
}
@media (min-width: 900px) {
  .site-header .main-navigation {
    background: #0f324f;
    padding: 20px 0;
    margin-bottom: 18px;
  }
}
@media (min-width: 900px) {
  .site-header .main-navigation .grid.wrap1400 {
    justify-content: center;
  }
}
@media (min-width: 900px) {
  .site-header .main-navigation .menu {
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 900px) {
  .site-header .main-navigation li {
    margin: 0 12px;
  }
}
@media (min-width: 1024px) {
  .site-header .main-navigation li {
    margin: 0 13px;
  }
}
@media (min-width: 1200px) {
  .site-header .main-navigation li {
    margin: 0 20px;
  }
}
@media (min-width: 1400px) {
  .site-header .main-navigation li {
    margin: 0 28px;
  }
}
@media (min-width: 900px) {
  .site-header .main-navigation a:not(.button) {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 11px;
    font-family: "Work Sans", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
}
@media (min-width: 1024px) {
  .site-header .main-navigation a:not(.button) {
    font-size: 13px;
  }
}
@media (min-width: 1200px) {
  .site-header .main-navigation a:not(.button) {
    font-size: 14px;
  }
}
@media (min-width: 1400px) {
  .site-header .main-navigation a:not(.button) {
    font-size: 15px;
  }
}
.site-header .main-navigation a:not(.button):hover {
  color: #fcd701;
}
.site-header .logo-mobile {
  display: block;
  width: 90px;
}
@media (min-width: 600px) {
  .site-header .logo-mobile {
    width: 120px;
  }
}
@media (min-width: 900px) {
  .site-header .logo-mobile {
    display: none;
  }
}
.site-header .mobile-button {
  display: block;
  margin-right: 10px;
  min-width: 0;
  background: #fcd701;
  line-height: 1;
}
.site-header .mobile-button:hover {
  background: #59acda;
}
@media (min-width: 900px) {
  .site-header .mobile-button {
    display: none;
  }
}
.site-header .menu-primary-container, .site-header .social-navigation {
  display: none;
}
@media (min-width: 900px) {
  .site-header .menu-primary-container, .site-header .social-navigation {
    display: block;
  }
}
.site-header .social-navigation .grid {
  align-items: center;
}
.site-header .social-navigation .logo {
  width: 165px;
}
.site-header .social {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.site-header .social a:not(.button):hover {
  color: #59acda !important;
}
.site-header .social.social-mobile {
  display: none;
}
.site-header .social.social-mobile a {
  color: #ffffff;
  font-size: 20px;
}
@media (min-width: 600px) {
  .site-header .social.social-mobile a {
    font-size: 28px;
  }
}
.site-header .social.social-mobile a:hover {
  color: #fcd701 !important;
}
.site-header .social li {
  margin-left: 25px;
}
@media (min-width: 600px) {
  .site-header .social li {
    margin-left: 20px;
  }
}
@media (min-width: 900px) {
  .site-header .social li {
    margin-left: 15px;
  }
}
@media (min-width: 900px) {
  .site-header .social a:not(.button) {
    font-size: 22px;
    color: #19161b;
  }
}
.site-header .social a:not(.button):hover {
  color: #fcd701;
}
.site-header .social .button {
  margin-left: 5px;
  min-width: 0;
  font-size: 10px;
  padding: 12px;
}
@media (min-width: 480px) {
  .site-header .social .button {
    padding: 12px 20px;
  }
}
@media (min-width: 600px) {
  .site-header .social .button {
    font-size: 12px;
    margin-left: 10px;
  }
}
@media (min-width: 900px) {
  .site-header .social .button {
    font-size: 14px;
    min-width: 165px;
  }
  .site-header .social .button:hover {
    background: #59acda;
  }
}

.site-footer .logo {
  display: block;
  width: 165px;
  margin: 0 auto 35px;
}
@media (min-width: 600px) {
  .site-footer .logo {
    width: 200px;
  }
}
@media (min-width: 900px) {
  .site-footer .logo {
    width: 220px;
  }
}
.site-footer img.bg {
  width: 100%;
  height: auto;
  max-width: none;
}
.site-footer .copyright p {
  font-size: 14px;
}
@media (min-width: 600px) {
  .site-footer .copyright p {
    font-size: 16px;
  }
}
@media (min-width: 900px) {
  .site-footer .copyright p {
    font-size: 18px;
  }
}

.hero {
  position: relative;
  padding-top: 60px;
  margin-bottom: 0;
}
@media (min-width: 600px) {
  .hero {
    padding-top: 80px;
  }
}
@media (min-width: 900px) {
  .hero {
    margin-bottom: 150px;
    padding-top: 165px;
  }
}
@media (min-width: 1024px) {
  .hero {
    padding-top: 220px;
    margin-bottom: 250px;
  }
}
@media (min-width: 1200px) {
  .hero {
    margin-bottom: 350px;
  }
}
.hero .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  justify-content: flex-start;
}
.hero .bg .photo {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .hero .bg .photo {
    width: 80%;
  }
}
@media (min-width: 1200px) {
  .hero .bg .photo {
    width: 60%;
  }
}
.hero .bg .white {
  width: 0%;
  background: transparent;
}
@media (min-width: 768px) {
  .hero .bg .white {
    width: 20%;
  }
}
@media (min-width: 1200px) {
  .hero .bg .white {
    width: 40%;
  }
}
.hero .pattern {
  position: absolute;
  z-index: 1;
  left: 0;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1024px) {
  .hero .pattern {
    bottom: -200px;
    height: 400px;
  }
}
@media (min-width: 1200px) {
  .hero .pattern {
    bottom: -300px;
    height: 700px;
  }
}
@media (min-width: 1400px) {
  .hero .pattern {
    height: 800px;
  }
}
.hero .wrap1400 {
  position: relative;
  z-index: 3;
}
.hero h1 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #0f324f;
  letter-spacing: -0.03em;
  line-height: 0.8;
  max-width: 1200px;
}
@media (min-width: 768px) {
  .hero h1 {
    justify-content: center;
  }
}
.hero h1 .date {
  font-size: 30px;
  text-align: left;
  display: block;
  width: 100%;
  margin-bottom: 12px;
  letter-spacing: -0.04em;
  color: #0f324f;
}
@media (min-width: 600px) {
  .hero h1 .date {
    font-size: 35px;
  }
}
@media (min-width: 768px) {
  .hero h1 .date {
    width: auto;
    margin: 0;
    font-size: 45px;
    text-align: right;
    display: inline-block;
    padding-right: 20px;
  }
}
@media (min-width: 1024px) {
  .hero h1 .date {
    font-size: 65px;
  }
}
@media (min-width: 1200px) {
  .hero h1 .date {
    font-size: 75px;
  }
}
@media (min-width: 1400px) {
  .hero h1 .date {
    font-size: 95px;
  }
}
.hero h1 .date span {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .hero h1 .date span {
    display: block;
  }
}
.hero h1 .city {
  font-size: 55px;
  letter-spacing: -0.04em;
  color: #0f324f;
}
@media (min-width: 400px) {
  .hero h1 .city {
    font-size: 65px;
  }
}
@media (min-width: 768px) {
  .hero h1 .city {
    font-size: 80px;
  }
}
@media (min-width: 900px) {
  .hero h1 .city {
    font-size: 95px;
  }
}
@media (min-width: 1024px) {
  .hero h1 .city {
    font-size: 105px;
  }
}
@media (min-width: 1200px) {
  .hero h1 .city {
    font-size: 125px;
  }
}
@media (min-width: 1400px) {
  .hero h1 .city {
    font-size: 150px;
  }
}
@media (min-width: 1500px) {
  .hero h1 .city {
    font-size: 160px;
  }
}
.hero h1 .address, .hero h1 .tba {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  display: flex;
  align-items: center;
  line-height: 1.1;
  margin-left: 8px;
  margin-top: 40px;
}
@media (min-width: 600px) {
  .hero h1 .address, .hero h1 .tba {
    font-size: 12px;
    justify-content: flex-end;
  }
}
@media (min-width: 1024px) {
  .hero h1 .address, .hero h1 .tba {
    margin-left: 20px;
  }
}
@media (min-width: 1200px) {
  .hero h1 .address, .hero h1 .tba {
    font-size: 16px;
  }
}
.hero h1 .address .pin, .hero h1 .tba .pin {
  width: 22px;
}
@media (min-width: 1200px) {
  .hero h1 .address .pin, .hero h1 .tba .pin {
    width: 25px;
  }
}
.hero h1 .address .text, .hero h1 .tba .text {
  width: calc(100% - 22px);
  padding-left: 7px;
}
@media (min-width: 1200px) {
  .hero h1 .address .text, .hero h1 .tba .text {
    padding-left: 10px;
    width: calc(100% - 25px);
  }
}
.hero h1 .address .buildling, .hero h1 .tba .buildling {
  display: block;
}
@media (min-width: 600px) {
  .hero .tba {
    width: auto;
    text-align: right;
  }
}
.hero .tba:hover .text {
  color: #19161b !important;
}
@media (min-width: 600px) {
  .hero .tba .text {
    width: auto !important;
  }
}
.hero .blurb {
  position: relative;
  background: #ffffff;
  padding: 50px 30px 30px;
  max-width: 820px;
  margin-top: 60px;
}
@media (min-width: 768px) {
  .hero .blurb {
    margin-top: 0;
    bottom: -80px;
    padding: 50px 60px 30px;
  }
}
@media (min-width: 1400px) {
  .hero .blurb {
    bottom: -80px;
    padding: 60px 100px 50px;
  }
}
.hero .blurb .large {
  font-size: 18px;
}
@media (min-width: 1200px) {
  .hero .blurb .large {
    font-size: 22px;
  }
}

.schedule {
  margin-top: 80px;
}
.schedule .grid {
  margin-bottom: 60px;
  justify-content: center;
}
@media (min-width: 1024px) {
  .schedule .grid {
    margin: 0 -25px;
    margin-bottom: 60px;
  }
}
.schedule .grid#day3 {
  flex-direction: row-reverse;
  margin-bottom: -60px;
  margin-top: -30px;
}
@media (min-width: 1024px) {
  .schedule .grid#day3 {
    margin-top: 0;
    margin-bottom: -80px;
  }
}
@media (min-width: 1200px) {
  .schedule .grid#day3 {
    margin-bottom: -120px;
  }
}
@media (min-width: 1200px) {
  .schedule .grid#day3 .content {
    margin-top: 75px;
  }
}
.schedule .grid .grid-item {
  width: 100%;
}
@media (min-width: 1024px) {
  .schedule .grid .grid-item {
    width: 50%;
  }
}
.schedule .grid .content .inner {
  display: flex;
  justify-content: flex-start;
}
@media (min-width: 1024px) {
  .schedule .grid .content .inner {
    padding: 0 25px;
  }
}
.schedule .grid .day {
  text-transform: uppercase;
  text-align: center;
  font-size: 18px;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 0.9;
  padding-right: 20px;
  margin-top: 6px;
  color: #0f324f;
}
@media (min-width: 600px) {
  .schedule .grid .day {
    margin-top: 4px;
    font-size: 30px;
    line-height: 0.8;
  }
}
@media (min-width: 1200px) {
  .schedule .grid .day {
    font-size: 45px;
  }
}
.schedule .grid .day span {
  font-family: "Work Sans", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 45px;
  letter-spacing: -0.04em;
  display: block;
  color: #fcd701;
}
@media (min-width: 600px) {
  .schedule .grid .day span {
    font-size: 75px;
  }
}
@media (min-width: 1200px) {
  .schedule .grid .day span {
    font-size: 115px;
  }
}
.schedule .grid .photo {
  margin-top: 30px;
}
@media (min-width: 1024px) {
  .schedule .grid .photo {
    margin: 0;
  }
}
@media (min-width: 900px) {
  .schedule .grid .photo .inner {
    padding: 0 25px;
  }
}
.schedule .grid .photo img {
  width: 100%;
}

.clock {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0 60px;
}
@media (min-width: 900px) {
  .clock {
    padding: 120px 0 90px;
  }
}
@media (min-width: 1200px) {
  .clock {
    padding: 180px 0 90px;
  }
}
.clock #main_countedown_2 {
  margin-top: 30px;
}
.clock #main_countedown_2 .element_conteiner {
  margin: 0;
  min-width: 0;
  width: 70px;
}
@media (min-width: 480px) {
  .clock #main_countedown_2 .element_conteiner {
    width: 100px;
  }
}
@media (min-width: 768px) {
  .clock #main_countedown_2 .element_conteiner {
    width: 125px;
    margin: 0 10px 30px;
  }
}
@media (min-width: 900px) {
  .clock #main_countedown_2 .element_conteiner {
    width: 170px;
  }
}
@media (min-width: 1200px) {
  .clock #main_countedown_2 .element_conteiner {
    width: 220px;
  }
}
.clock #main_countedown_2 .time_left {
  color: #0f324f;
  font-family: "Work Sans", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 35px;
  letter-spacing: -0.04em;
  background: transparent;
  padding: 0px;
}
@media (min-width: 480px) {
  .clock #main_countedown_2 .time_left {
    font-size: 45px;
  }
}
@media (min-width: 768px) {
  .clock #main_countedown_2 .time_left {
    font-size: 70px;
  }
}
@media (min-width: 900px) {
  .clock #main_countedown_2 .time_left {
    font-size: 90px;
  }
}
@media (min-width: 1200px) {
  .clock #main_countedown_2 .time_left {
    font-size: 115px;
  }
}
.clock #main_countedown_2 .time_description {
  color: #0f324f;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media (min-width: 480px) {
  .clock #main_countedown_2 .time_description {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .clock #main_countedown_2 .time_description {
    font-size: 25px;
  }
}
@media (min-width: 900px) {
  .clock #main_countedown_2 .time_description {
    font-size: 35px;
  }
}
@media (min-width: 1200px) {
  .clock #main_countedown_2 .time_description {
    font-size: 45px;
  }
}

.home .two-column {
  margin: 60px auto 30px;
}
@media (min-width: 900px) {
  .home .two-column {
    margin: 80px auto 50px;
  }
}

.testimonials {
  margin: 60px auto;
}
@media (min-width: 900px) {
  .testimonials {
    margin: 80px auto;
  }
}
@media (min-width: 900px) {
  .testimonials .testimonials-slider {
    padding-left: 60px;
  }
}
.testimonials .grid {
  align-items: center;
}
.testimonials .grid .grid-item:first-of-type {
  width: 100%;
  background: #59acda;
  padding: 65px 30px;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
@media (min-width: 600px) {
  .testimonials .grid .grid-item:first-of-type {
    padding: 65px 50px;
  }
}
@media (min-width: 900px) {
  .testimonials .grid .grid-item:first-of-type {
    width: calc(100% - 330px);
  }
}
@media (min-width: 1200px) {
  .testimonials .grid .grid-item:first-of-type {
    padding: 65px 70px;
  }
}
.testimonials .grid .grid-item:first-of-type .icon-quotes-left {
  color: #fcd701;
  position: absolute;
  font-size: 85px;
}
.testimonials .grid .grid-item:first-of-type .icon-quotes-left.top {
  left: 0;
  top: -16px;
}
.testimonials .grid .grid-item:first-of-type .icon-quotes-left.bottom {
  right: 0;
  bottom: -17px;
  transform: rotate(-180deg);
}
.testimonials .grid .grid-item:first-of-type p {
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-style: italic;
  color: #ffffff;
  line-height: 1.4;
  font-size: 18px;
}
@media (min-width: 900px) {
  .testimonials .grid .grid-item:first-of-type p {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .testimonials .grid .grid-item:first-of-type p {
    font-size: 24px;
  }
}
.testimonials .grid .grid-item:last-of-type {
  width: 100%;
  position: relative;
  z-index: 1;
}
@media (min-width: 900px) {
  .testimonials .grid .grid-item:last-of-type {
    width: 330px;
  }
}
.testimonials .grid .grid-item:last-of-type .angle {
  display: none;
}
@media (min-width: 900px) {
  .testimonials .grid .grid-item:last-of-type .angle {
    display: block;
    position: absolute;
    left: -2px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
  }
}
.testimonials .grid .grid-item:last-of-type .button-container {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
}
@media (min-width: 900px) {
  .testimonials .grid .grid-item:last-of-type .button-container {
    top: 0;
    bottom: auto;
  }
}
.testimonials .grid .grid-item:last-of-type .button-container button {
  appearance: none;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  background: #e6413c;
  color: #ffffff;
  font-size: 18px;
  width: 30px;
  height: 30px;
  border: 1px solid #ebecec;
}
.testimonials .grid .grid-item:last-of-type .button-container button:hover {
  background: #59acda;
}
.testimonials .grid .grid-item:last-of-type .button-container button.prev-arrow {
  transform: rotate(90deg);
}
.testimonials .grid .grid-item:last-of-type .button-container button.next-arrow {
  transform: rotate(-90deg);
}
.testimonials .grid .grid-item:last-of-type .meta {
  background: #fcd701;
  position: relative;
  padding: 30px 10px 40px 30px;
}
@media (min-width: 600px) {
  .testimonials .grid .grid-item:last-of-type .meta {
    padding: 30px 10px 40px 50px;
  }
}
@media (min-width: 900px) {
  .testimonials .grid .grid-item:last-of-type .meta {
    padding: 50px 10px 50px 50px;
  }
}
.testimonials .grid .grid-item:last-of-type .meta h3 {
  font-family: "Work Sans", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #0f324f;
  font-size: 28px;
  line-height: 1;
  margin-bottom: 5px;
}
@media (min-width: 600px) {
  .testimonials .grid .grid-item:last-of-type .meta h3 {
    font-size: 32px;
  }
}
@media (min-width: 900px) {
  .testimonials .grid .grid-item:last-of-type .meta h3 {
    font-size: 36px;
  }
}
.testimonials .grid .grid-item:last-of-type .meta p {
  color: #0f324f;
  line-height: 1.4;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 16px;
}
@media (min-width: 600px) {
  .testimonials .grid .grid-item:last-of-type .meta p {
    font-size: 18px;
  }
}

.subscribe {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  clear: both;
}
.subscribe .grid {
  justify-content: center;
}
.subscribe .grid-item {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 900px) {
  .subscribe .grid-item {
    width: 50%;
  }
}
.subscribe .base {
  padding: 60px 0 30px;
}
@media (min-width: 600px) {
  .subscribe .base {
    padding: 90px 0 60px;
  }
}
@media (min-width: 900px) {
  .subscribe .base {
    padding: 120px 0 90px 60px;
  }
}

.latest-posts {
  background: #ebecec;
  padding: 80px 0 60px;
  margin-bottom: 60px;
}
.latest-posts .intro {
  margin-bottom: 60px;
}
@media (min-width: 900px) {
  .latest-posts .grid {
    margin: 0 -15px;
  }
}
@media (min-width: 1200px) {
  .latest-posts .grid {
    margin: 0 -30px;
  }
}
.latest-posts .grid-item {
  width: 100%;
  margin-bottom: 60px;
}
@media (min-width: 900px) {
  .latest-posts .grid-item {
    width: 33.3333333%;
  }
}
@media (min-width: 600px) {
  .latest-posts .grid-item .item {
    padding: 0 15px;
  }
}
@media (min-width: 1200px) {
  .latest-posts .grid-item .item {
    padding: 0 30px;
  }
}
.latest-posts .grid-item .img {
  display: block;
  position: relative;
  overflow: hidden;
}
.latest-posts .grid-item .img:hover::before {
  opacity: 1;
}
.latest-posts .grid-item .img:hover img {
  transform: scale(1.1);
}
.latest-posts .grid-item .img::before {
  content: "Read More";
  transition: ease-in 0.2s;
  opacity: 0;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(15, 50, 79, 0.9);
  color: #ffffff;
  text-transform: uppercase;
  font-family: "Work Sans", sans-serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0.1em;
}
.latest-posts .grid-item .img img {
  width: 100%;
  transition: 3s cubic-bezier(0.05, 0.8, 0.1, 0.95);
}
.latest-posts .grid-item a.title {
  margin: 15px 0;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  display: block;
  color: #0f324f;
}
@media (min-width: 900px) {
  .latest-posts .grid-item a.title {
    font-size: 27px;
  }
}
@media (min-width: 1200px) {
  .latest-posts .grid-item a.title {
    font-size: 30px;
  }
}
.latest-posts .grid-item a.title:hover {
  color: #0071bc;
}
.latest-posts .grid-item p {
  line-height: 1.6;
}
.latest-posts .grid-item p .readmore {
  display: inline-block;
  margin-left: 5px;
  font-family: "Work Sans", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 14px;
  color: #0071bc;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}
.latest-posts .grid-item p .readmore:hover {
  color: #0f324f;
}

.faqs {
  margin: 60px auto 80px;
}
.faqs .expanded {
  display: none;
}
.faqs .container {
  border: 1px solid #ebecec;
  margin: 0px auto 20px;
}
.faqs .content {
  padding: 0 40px 10px 60px;
}
@media (min-width: 600px) {
  .faqs .content {
    padding: 0 40px 10px 90px;
  }
}
@media (min-width: 900px) {
  .faqs .content {
    padding: 0 90px 10px 90px;
  }
}
.faqs .expand {
  display: block;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 20px 20px 20px 60px;
  cursor: pointer;
  position: relative;
  background: #ebecec;
  cursor: pointer;
}
@media (min-width: 600px) {
  .faqs .expand {
    padding: 30px 20px 30px 90px;
  }
}
@media (min-width: 900px) {
  .faqs .expand {
    padding: 30px 90px;
  }
}
.faqs .expand:hover h3 {
  color: #0f324f;
}
.faqs .expand h3 {
  margin-bottom: 0px;
  font-size: 20px;
  color: #19161b;
  text-transform: none;
  letter-spacing: normal;
}
@media (min-width: 600px) {
  .faqs .expand h3 {
    font-size: 24px;
  }
}
@media (min-width: 900px) {
  .faqs .expand h3 {
    font-size: 28px;
  }
}
.faqs .expand::before {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90a";
  position: absolute;
  padding: 7px;
  left: 10px;
  color: #ffffff;
  background: #112c46;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
}
@media (min-width: 600px) {
  .faqs .expand::before {
    left: 30px;
  }
}
.faqs .expand.open {
  background: #ffffff;
}
.faqs .expand.open::before {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ffffff;
  background: #59acda;
  content: "\e90b";
}

.page-template-template-frequently-asked-questions .page-base {
  margin-bottom: 60px;
}
@media (min-width: 900px) {
  .page-template-template-frequently-asked-questions .page-base {
    margin-bottom: 90px;
  }
}

.post-index .headline {
  margin-bottom: 40px !important;
}

@media (min-width: 900px) {
  .post-list {
    margin: 0 -15px;
  }
}
@media (min-width: 1200px) {
  .post-list {
    margin: 0 -30px;
  }
}
.post-list .grid-item {
  width: 100%;
  margin-bottom: 60px;
}
@media (min-width: 900px) {
  .post-list .grid-item {
    width: 33.3333333%;
  }
}
@media (min-width: 600px) {
  .post-list .grid-item .item {
    padding: 0 15px;
  }
}
@media (min-width: 1200px) {
  .post-list .grid-item .item {
    padding: 0 30px;
  }
}
.post-list .grid-item .blog-thumbnail {
  display: block;
  position: relative;
  overflow: hidden;
}
.post-list .grid-item .blog-thumbnail:hover .overlay {
  opacity: 1;
}
.post-list .grid-item .blog-thumbnail:hover img {
  transform: scale(1.1);
}
.post-list .grid-item .blog-thumbnail .overlay {
  transition: ease-in 0.2s;
  opacity: 0;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(15, 50, 79, 0.9);
  color: #ffffff;
  text-transform: uppercase;
  font-family: "Work Sans", sans-serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0.1em;
}
.post-list .grid-item .blog-thumbnail img {
  width: 100%;
  transition: 3s cubic-bezier(0.05, 0.8, 0.1, 0.95);
}
.post-list .grid-item a.post-title {
  margin: 15px 0;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  display: block;
  color: #0f324f;
}
@media (min-width: 900px) {
  .post-list .grid-item a.post-title {
    font-size: 27px;
  }
}
@media (min-width: 1200px) {
  .post-list .grid-item a.post-title {
    font-size: 30px;
  }
}
.post-list .grid-item a.post-title:hover {
  color: #0071bc;
}
.post-list .grid-item .excerpt p {
  line-height: 1.6;
}
.post-list .grid-item .excerpt .readmore {
  display: inline-block;
  margin-left: 5px;
  font-family: "Work Sans", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 14px;
  color: #0071bc;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}
.post-list .grid-item .excerpt .readmore:hover {
  color: #0f324f;
}

.single-post .site-header {
  margin-bottom: 0;
}
.single-post .post-hero {
  margin: 40px auto;
}
.single-post .post-hero .subhead {
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  color: #0f324f;
  line-height: 1.1;
  border-bottom: 1px solid #fcd701;
  display: inline-block;
  margin: 0 auto;
  padding-bottom: 10px;
  letter-spacing: -0.03em;
}
@media (min-width: 600px) {
  .single-post .post-hero .subhead {
    font-size: 28px;
  }
}
@media (min-width: 900px) {
  .single-post .post-hero .subhead {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .single-post .post-hero .subhead {
    font-size: 36px;
  }
}
.single-post .post-hero .subhead a {
  color: #e6413c;
}
.single-post .post-hero .subhead a:hover {
  color: #0f324f;
}
.single-post .post-hero h1 {
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 36px;
  margin: 30px auto;
  line-height: 1;
  letter-spacing: -0.03em;
}
@media (min-width: 600px) {
  .single-post .post-hero h1 {
    font-size: 45px;
  }
}
@media (min-width: 900px) {
  .single-post .post-hero h1 {
    margin-bottom: 30px;
    font-size: 60px;
  }
}
@media (min-width: 1200px) {
  .single-post .post-hero h1 {
    font-size: 72px;
  }
}
.single-post .post-hero .meta {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-style: italic;
}
.single-post .post-hero .meta strong {
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-style: italic;
}
.single-post .ssbp-wrap {
  margin: 0 auto;
  margin-top: 60px;
}
.single-post .ssbp-wrap .ssba-share-text {
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #ec7a00;
}
.single-post .ssbp-wrap li {
  margin: 0 2px !important;
  padding: 0;
}
.single-post .ssbp-wrap a {
  position: relative;
  z-index: 1;
  display: inline-block;
  background: transparent !important;
  border: none !important;
  color: #e6413c !important;
  font-size: 35px;
  margin: 0 auto;
  padding: 0;
}
.single-post .ssbp-wrap a:hover::before {
  color: #0f324f;
}
.single-post .ssbp-wrap a::before {
  font-size: 24px;
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.single-post .ssbp-wrap a.ssbp-facebook::before {
  content: "\e900";
}
.single-post .ssbp-wrap a.ssbp-twitter::before {
  content: "\e901";
}
.single-post .ssbp-wrap a.ssbp-linkedin::before {
  content: "\e90f";
}
.single-post .ssbp-wrap a.ssbp-email::before {
  content: "\e904";
}
.single-post .ssbp-wrap a svg {
  display: none !important;
}
.single-post .single-sidebar {
  padding: 60px 0 40px;
  margin-bottom: 80px;
  background: #ebecec;
}

.nav-links {
  margin: 0 auto 80px;
  padding-top: 40px;
  border-top: 2px solid #ebecec;
}
.nav-links a {
  position: relative;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  transition: 0.5s;
  background: #fcd701;
  color: #0f324f;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  line-height: normal;
  padding: 12px 10px;
  min-width: 150px;
  overflow: hidden;
  font-size: 12px;
  letter-spacing: 0.1em;
  cursor: pointer;
}
@media (min-width: 600px) {
  .nav-links a {
    padding: 12px 20px;
    min-width: 200px;
    font-size: 14px;
  }
}
.nav-links a:hover {
  background: #0f324f;
  color: #ffffff;
}

.w-sidebar {
  margin-bottom: 40px !important;
}
.w-sidebar .blog-sidebar {
  padding: 140px 0 30px;
}

.blog-sidebar .wrap1200.grid {
  justify-content: center;
  background: transparent !important;
}
.blog-sidebar .wrap1200.grid .widget {
  max-width: 350px;
  width: 100%;
  padding: 0 10px;
  margin-bottom: 30px;
}
.blog-sidebar h3 {
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 10px;
}
.blog-sidebar .custom-select {
  position: relative;
  border: 1px solid #cfd1d1;
  border-radius: 5px;
  height: 45px;
}
.blog-sidebar .custom-select:after {
  display: none\9 ;
  pointer-events: none;
  content: "▾";
  font-size: 22px;
  position: absolute;
  top: 10px;
  right: 10px;
  color: #0f324f;
}
.blog-sidebar .custom-select select {
  font-size: 18px;
  border: none;
  background: #ffffff;
  height: 43px;
  border-radius: 5px;
  padding-left: 10px;
  width: 100%;
  -webkit-appearance: none !important;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@support ( -webkit-appearance: none ) or ( appearance: none ) or ( ( -moz-appearance: none ) and ( mask-type: alpha ) ) {
  .blog-sidebar .custom-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
}
.blog-sidebar .custom-select:after {
  display: block;
}

.who {
  margin: 60px auto;
}
@media (min-width: 900px) {
  .who {
    margin: 100px auto 140px;
  }
}
.who .container {
  position: relative;
}
.who .container::before {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  max-width: 1200px;
  margin: 0 auto;
  z-index: 1;
}
@media (min-width: 900px) {
  .who .container::before {
    border: 10px solid #ebecec;
  }
}
.who .intro, .who .outro {
  max-width: 780px;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  background: #ffffff;
}
@media (min-width: 900px) {
  .who .intro, .who .outro {
    padding: 0 20px;
  }
}
@media (min-width: 900px) {
  .who .intro {
    top: -30px;
  }
}
.who .outro {
  position: relative;
  z-index: 3;
}
@media (min-width: 900px) {
  .who .outro {
    bottom: -20px;
  }
}
.who .grid {
  margin: 0 auto;
  background: #ffffff;
  position: relative;
  z-index: 2;
}
@media (min-width: 600px) {
  .who .grid {
    margin: 0 -30px 0;
  }
}
@media (min-width: 900px) {
  .who .grid {
    padding: 40px 0 0px;
    margin: 0 -30px -20px;
  }
}
.who .grid .grid-item {
  width: 100%;
  margin-bottom: 40px;
}
@media (min-width: 600px) {
  .who .grid .grid-item {
    width: 50%;
    padding: 0 20px;
  }
}
@media (min-width: 900px) {
  .who .grid .grid-item {
    width: 33.3333333%;
  }
}
.who .grid .grid-item:nth-of-type(1) .base {
  border-color: #fcd701;
}
.who .grid .grid-item:nth-of-type(2) .base {
  border-color: #ef8600;
}
.who .grid .grid-item:nth-of-type(3) .base {
  border-color: #59acda;
}
.who .grid .grid-item:nth-of-type(4) .base {
  border-color: #288cc9;
}
.who .grid .grid-item:nth-of-type(5) .base {
  border-color: #fcd701;
}
.who .grid .grid-item:nth-of-type(6) .base {
  border-color: #ef8600;
}
.who .grid .base {
  padding: 0 20px;
  border-left: 10px solid #ebecec;
}
.who .grid .base p.large {
  line-height: 1.2;
  margin-bottom: 15px;
}

.origin {
  margin: 80px auto;
}
.origin .container {
  border: 10px solid #ebecec;
}
.origin .base {
  max-width: 740px;
  padding: 0 20px;
  margin: -40px auto -50px;
  background: #ffffff;
}

.page-id-74 .page-hero .introduction .button {
  width: 322px;
}

.speakers {
  margin: 60px auto;
}
.speakers .grid {
  margin-top: 40px;
  justify-content: center;
}
.speakers .grid .grid-item {
  width: 100%;
  margin-bottom: 60px;
  padding: 0 10px;
}
@media (min-width: 480px) {
  .speakers .grid .grid-item {
    width: 50%;
    padding: 0 20px;
  }
}
@media (min-width: 768px) {
  .speakers .grid .grid-item {
    width: 33.3333333%;
  }
}
@media (min-width: 1200px) {
  .speakers .grid .grid-item {
    padding: 0 30px;
  }
}
.speakers .grid .person .img {
  max-width: 310px;
}

.attendees {
  margin: 60px auto;
}
.attendees .grid {
  margin-top: 40px;
  justify-content: center;
}
.attendees .grid .grid-item {
  width: 50%;
  margin-bottom: 60px;
  padding: 0 10px;
}
@media (min-width: 600px) {
  .attendees .grid .grid-item {
    width: 33.3333333%;
    padding: 0 20px;
  }
}
@media (min-width: 900px) {
  .attendees .grid .grid-item {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .attendees .grid .grid-item {
    padding: 0 30px;
  }
}
.attendees .grid .person .img {
  max-width: 220px;
}
.attendees .grid .person h3 {
  font-size: 20px;
}
@media (min-width: 600px) {
  .attendees .grid .person h3 {
    font-size: 25px;
  }
}

.person {
  margin: 0 auto;
}
.person .img {
  margin: 0 auto 10px;
}
.person .img img {
  width: 100%;
}
.person h3 {
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  letter-spacing: -0.03em;
  line-height: 1;
  color: #e6413c;
  margin: 10px auto 8px;
}
@media (min-width: 600px) {
  .person h3 {
    font-size: 30px;
  }
}
.person .company {
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 1.1;
  margin: 5px auto;
}
.person .position {
  line-height: 1.1;
  margin: 5px auto 10px;
  max-width: 310px;
}
.person .linkedin {
  font-size: 12px;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #59acda;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
@media (min-width: 480px) {
  .person .linkedin {
    font-size: 14px;
  }
}
.person .linkedin a:hover {
  color: #246683;
}
.person .linkedin .icon-linkedin {
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
}

.partners .tier {
  border-top: 2px solid #ebecec;
  padding-top: 60px;
}
.partners .tier .grid {
  margin-top: 60px;
  justify-content: center;
  align-items: center;
}
.partners .tier .grid-item {
  width: 100%;
  margin-bottom: 60px;
}
@media (min-width: 400px) {
  .partners .tier .grid-item {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .partners .tier .grid-item {
    width: 33.3333333%;
  }
}
@media (min-width: 1024px) {
  .partners .tier .grid-item {
    width: 25%;
  }
}
.partners .tier .item {
  display: block;
  margin: 0 20px;
}
@media (min-width: 480px) {
  .partners .tier .item {
    margin: 0 30px;
  }
}

.date-select {
  margin: 40px auto 20px;
  flex-wrap: wrap-reverse;
  justify-content: center;
}
@media (min-width: 600px) {
  .date-select {
    align-items: center;
    margin: 60px auto 20px;
    justify-content: space-between;
  }
}
.date-select .custom-select {
  width: 100%;
  max-width: 300px;
  position: relative;
  border: transparent;
  height: 50px;
  clear: both;
  margin: 0 auto 20px;
}
@media (min-width: 600px) {
  .date-select .custom-select {
    margin: 0;
  }
}
.date-select .custom-select:after {
  display: none\9 ;
  pointer-events: none;
  content: "▾";
  font-size: 22px;
  position: absolute;
  top: 12px;
  right: 10px;
  color: #2e8f9b;
}
.date-select .custom-select select {
  border: 1px solid rgba(25, 22, 27, 0.1);
  border-radius: 5px;
  font-size: 16px;
  background: #ebecec;
  color: #19161b;
  height: 50px;
  padding-left: 10px;
  width: 100%;
  -webkit-appearance: none !important;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@support ( -webkit-appearance: none ) or ( appearance: none ) or ( ( -moz-appearance: none ) and ( mask-type: alpha ) ) {
  .date-select .custom-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
}
.date-select .custom-select:after {
  display: block;
}
.date-select h2 {
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 32px;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: #19161b;
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 600px) {
  .date-select h2 {
    text-align: right;
    margin-bottom: 0;
    width: auto;
    font-size: 32px;
  }
}
@media (min-width: 900px) {
  .date-select h2 {
    font-size: 45px;
  }
}
@media (min-width: 1200px) {
  .date-select h2 {
    font-size: 52px;
  }
}

.agenda {
  margin-bottom: 80px;
}
.agenda .time {
  background: #19161b;
  padding: 17px 20px;
  color: #ffffff;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.agenda .time.with-cat {
  color: #ffffff;
}
.agenda .time h4 {
  font-size: 15px;
}
@media (min-width: 600px) {
  .agenda .time h4 {
    font-size: 16px;
  }
}
@media (min-width: 900px) {
  .agenda .time h4 {
    font-size: 18px;
  }
}
.agenda .time img {
  width: 18px;
  margin-right: 5px;
  vertical-align: text-bottom;
}
@media (min-width: 600px) {
  .agenda .time img {
    margin-right: 8px;
    width: 20px;
  }
}
.agenda .time .cat {
  display: inline-block;
  padding: 5px 5px 6px;
  font-size: 12px;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  background: #ffffff;
  color: #19161b;
}
@media (min-width: 600px) {
  .agenda .time .cat {
    padding: 5px 10px 6px;
    font-size: 14px;
  }
}
.agenda .event {
  background: #ebecec;
  margin-bottom: 20px;
  border: 1px solid rgba(25, 22, 27, 0.1);
}
.agenda .content {
  padding: 30px 20px 10px;
}
@media (min-width: 600px) {
  .agenda .content {
    padding: 30px 30px 10px;
  }
}
@media (min-width: 900px) {
  .agenda .content {
    padding: 40px 50px 10px;
  }
}
.agenda .event-title {
  display: flex;
  flex-wrap: wrap-reverse;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.agenda .event-title h3 {
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 1.1;
  letter-spacing: -0.03em;
  width: 100%;
  margin-top: 15px;
}
@media (min-width: 600px) {
  .agenda .event-title h3 {
    margin: 0;
    width: auto;
  }
}
@media (min-width: 900px) {
  .agenda .event-title h3 {
    font-size: 24px;
  }
}
.agenda .speakers {
  justify-content: flex-start;
  margin: 30px auto 0;
}
@media (min-width: 900px) {
  .agenda .speakers {
    margin: 0 -30px;
  }
}
.agenda .speakers .grid-item {
  width: 100%;
  margin-bottom: 40px;
}
@media (min-width: 900px) {
  .agenda .speakers .grid-item {
    width: 33.3333333%;
  }
}
@media (min-width: 900px) {
  .agenda .speakers .grid-item .inner {
    padding: 0 30px;
  }
}
.agenda .speakers a:hover .name {
  color: #0f324f;
}
.agenda .speakers .img {
  width: 130px;
  margin: 0 0 10px;
  display: block;
}
.agenda .speakers .name {
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.1;
  color: #2e8f9b;
  font-size: 18px;
}
.agenda .speakers hr {
  margin: 10px 0 12px;
  width: 50px;
  height: 2px;
  background: #0f324f;
  border: none;
}
.agenda .speakers .position {
  line-height: 1.4;
  font-size: 16px;
}

.base .gform_wrapper {
  max-width: 950px;
  margin: 0 auto;
}
.base .gform_wrapper .gform_heading {
  display: none;
}
.base .gform_wrapper .gsection {
  border-bottom: 2px solid #ebecec;
}
.base .gform_wrapper .gform_description {
  margin: 0 0 40px;
  color: #2e8f9b;
  display: block;
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-style: italic;
}
@media (min-width: 900px) {
  .base .gform_wrapper .gform_description {
    font-size: 24px;
  }
}
.base .gform_wrapper .gform_fields {
  margin: 0;
  display: table;
  width: 100%;
  clear: both;
}
.base .gform_wrapper .gfield_description {
  display: block;
  font-size: 14px;
  line-height: 1.1;
  margin: 5px 0 0 10px;
}
.base .gform_wrapper .gfield {
  width: 100%;
  float: left;
  padding-left: 0;
  margin-bottom: 30px;
  line-height: 1;
}
.base .gform_wrapper .gfield:before {
  display: none;
}
.base .gform_wrapper .gfield label {
  display: block;
  font-size: 14px;
  color: #19161b;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 5px 0 0 10px;
}
.base .gform_wrapper .gfield .gfield_label {
  color: #19161b;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 0 0 8px 10px;
  font-size: 18px;
  letter-spacing: normal;
  text-transform: none;
}
.base .gform_wrapper .gfield_required {
  color: #0f324f;
}
.base .gform_wrapper input, .base .gform_wrapper textarea {
  width: 100%;
  box-shadow: none;
  border: 1px solid #cfd1d1;
  border-radius: 5px;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 8px 10px;
  height: 50px;
  background: #ebecec;
  font-size: 18px;
}
.base .gform_wrapper textarea {
  height: 150px;
}
.base .gform_wrapper .gform_validation_container {
  display: none;
}
@media (min-width: 768px) {
  .base .gform_wrapper .form-left, .base .gform_wrapper .name_first {
    width: 48%;
    clear: left;
    float: left;
  }
}
@media (min-width: 768px) {
  .base .gform_wrapper .form-right, .base .gform_wrapper .name_last {
    width: 48%;
    float: right;
    clear: right;
  }
}
@media (max-width: 768px) {
  .base .gform_wrapper .name_first {
    display: block;
    margin-bottom: 30px;
  }
}
.base .gform_wrapper .form-address span {
  display: block;
}
.base .gform_wrapper .form-address span.gfield_required {
  display: inline-block;
}
.base .gform_wrapper .form-address .address_line_1 {
  margin-bottom: 30px;
}
.base .gform_wrapper .form-address .address_city {
  margin-bottom: 30px;
  max-width: none;
}
@media (min-width: 768px) {
  .base .gform_wrapper .form-address .address_city {
    float: left;
    width: 41%;
    margin-right: 4%;
  }
}
.base .gform_wrapper .form-address .address_state {
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .base .gform_wrapper .form-address .address_state {
    float: left;
    width: 28%;
  }
}
.base .gform_wrapper .form-address .address_zip {
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .base .gform_wrapper .form-address .address_zip {
    float: right;
    width: 23%;
    margin-left: 4%;
  }
}
.base .gform_wrapper .form-address .address_country {
  width: 100%;
  margin-bottom: 30px;
  position: relative;
  border: transparent;
  height: 50px;
  clear: both;
}
.base .gform_wrapper .form-address .address_country:after {
  display: none\9 ;
  pointer-events: none;
  content: "▾";
  font-size: 22px;
  position: absolute;
  top: 12px;
  right: 10px;
  color: #0f324f;
}
.base .gform_wrapper .form-address .address_country select {
  border: 1px solid #cfd1d1;
  border-radius: 5px;
  font-size: 18px;
  background: #ebecec;
  height: 50px;
  padding-left: 10px;
  width: 100%;
  -webkit-appearance: none !important;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@support ( -webkit-appearance: none ) or ( appearance: none ) or ( ( -moz-appearance: none ) and ( mask-type: alpha ) ) {
  .base .gform_wrapper .form-address .address_country {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
}
.base .gform_wrapper .form-address .address_country:after {
  display: block;
}
.base .gform_wrapper .filepond--drop-label {
  background: #ebecec;
  border: 1px solid #cfd1d1;
  border-radius: 5px;
}
.base .gform_wrapper .filepond--root {
  margin-bottom: 0px;
}
.base .gform_wrapper .filepond--list .filepond--item {
  margin: 0;
  padding: 0;
}
.base .gform_wrapper .filepond--list .filepond--item::before {
  display: none;
}
.base .gform_wrapper .ginput_container_select {
  position: relative;
  border: 1px solid #cfd1d1;
  border-radius: 5px;
  height: 50px;
}
.base .gform_wrapper .ginput_container_select:after {
  display: none\9 ;
  pointer-events: none;
  content: "▾";
  font-size: 22px;
  position: absolute;
  top: 12px;
  right: 10px;
  color: #2e8f9b;
}
.base .gform_wrapper .ginput_container_select select {
  font-size: 18px;
  border: none;
  background: #ebecec;
  height: 50px;
  padding-left: 10px;
  width: 100%;
  -webkit-appearance: none !important;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@support ( -webkit-appearance: none ) or ( appearance: none ) or ( ( -moz-appearance: none ) and ( mask-type: alpha ) ) {
  .base .gform_wrapper .ginput_container_select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
}
.base .gform_wrapper .ginput_container_select:after {
  display: block;
}
.base .gform_wrapper .ginput_container_checkbox,
.base .gform_wrapper .ginput_container_radio {
  /* after */
  /* before */
}
.base .gform_wrapper .ginput_container_checkbox .gchoice,
.base .gform_wrapper .ginput_container_radio .gchoice {
  line-height: 1.6;
  margin: 10px 0;
  max-width: max-content;
}
.base .gform_wrapper .ginput_container_checkbox .gchoice::before,
.base .gform_wrapper .ginput_container_radio .gchoice::before {
  display: none;
}
.base .gform_wrapper .ginput_container_checkbox .gchoice input,
.base .gform_wrapper .ginput_container_radio .gchoice input {
  height: auto;
}
.base .gform_wrapper .ginput_container_checkbox .gchoice label,
.base .gform_wrapper .ginput_container_radio .gchoice label {
  color: #19161b;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  text-transform: none;
  letter-spacing: normal;
  margin: 0;
  line-height: normal;
  cursor: pointer;
  position: relative;
}
.base .gform_wrapper .ginput_container_checkbox .gfield_checkbox input[type=checkbox],
.base .gform_wrapper .ginput_container_radio .gfield_checkbox input[type=checkbox] {
  opacity: 0;
  position: absolute;
}
.base .gform_wrapper .ginput_container_checkbox .gfield_checkbox input[type=checkbox] + label,
.base .gform_wrapper .ginput_container_radio .gfield_checkbox input[type=checkbox] + label {
  position: relative;
  padding-top: 3px;
  padding-left: 30px;
  cursor: pointer;
  display: inline-block;
}
.base .gform_wrapper .ginput_container_checkbox .gfield_checkbox input[type=checkbox] + label:before,
.base .gform_wrapper .ginput_container_checkbox .gfield_checkbox input[type=checkbox] + label:after,
.base .gform_wrapper .ginput_container_radio .gfield_checkbox input[type=checkbox] + label:before,
.base .gform_wrapper .ginput_container_radio .gfield_checkbox input[type=checkbox] + label:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.base .gform_wrapper .ginput_container_checkbox .gfield_checkbox input[type=checkbox]:not(:checked) + label:after,
.base .gform_wrapper .ginput_container_radio .gfield_checkbox input[type=checkbox]:not(:checked) + label:after {
  width: 20px;
  height: 20px;
  background: #ebecec;
  border: 1px solid #cfd1d1;
  border-radius: 5px;
  top: 3px;
}
.base .gform_wrapper .ginput_container_checkbox .gfield_checkbox input[type=checkbox]:checked + label:after,
.base .gform_wrapper .ginput_container_radio .gfield_checkbox input[type=checkbox]:checked + label:after {
  top: 3px;
  width: 20px;
  height: 20px;
  border: 1px solid #cfd1d1;
  border-radius: 5px;
  background-color: #59acda;
  z-index: 0;
}
.base .gform_wrapper .ginput_container_checkbox .gfield_checkbox input[type=checkbox]:not(:checked) + label:before,
.base .gform_wrapper .ginput_container_radio .gfield_checkbox input[type=checkbox]:not(:checked) + label:before {
  width: 0;
  height: 0;
  border: 3px solid transparent;
  left: 6px;
  top: 10px;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.base .gform_wrapper .ginput_container_checkbox .gfield_checkbox input[type=checkbox]:checked + label:before,
.base .gform_wrapper .ginput_container_radio .gfield_checkbox input[type=checkbox]:checked + label:before {
  top: 3px;
  left: 2px;
  width: 7px;
  height: 13px;
  margin-top: 3px;
  border-top: 0px solid transparent;
  border-left: 0px solid transparent;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.base .gform_wrapper .ginput_container_checkbox input[type=radio],
.base .gform_wrapper .ginput_container_radio input[type=radio] {
  visibility: hidden;
  position: absolute;
}
.base .gform_wrapper .ginput_container_checkbox input[type=radio] + label:before,
.base .gform_wrapper .ginput_container_radio input[type=radio] + label:before {
  height: 20px;
  width: 20px;
  margin-right: 5px;
  content: " ";
  display: inline-block;
  vertical-align: baseline;
  background: #ebecec;
  border: 1px solid #cfd1d1;
  top: 4px;
  position: relative;
}
.base .gform_wrapper .ginput_container_checkbox input[type=radio]:checked + label:before,
.base .gform_wrapper .ginput_container_radio input[type=radio]:checked + label:before {
  background: #ebecec;
}
.base .gform_wrapper .ginput_container_checkbox input[type=radio]:checked + label::after,
.base .gform_wrapper .ginput_container_radio input[type=radio]:checked + label::after {
  content: " ";
  position: absolute;
  width: 16px;
  height: 16px;
  border: 2px solid #ffffff;
  border-radius: 999em;
  left: 2px;
  top: 6px;
  background: #e6413c;
}
.base .gform_wrapper .ginput_container_checkbox input[type=radio] + label:before,
.base .gform_wrapper .ginput_container_radio input[type=radio] + label:before {
  border-radius: 50%;
}
.base .gform_wrapper .form-nolabel .gfield_label, .base .gform_wrapper .form-nolabel .gsection_title {
  display: none !important;
}
.base .gform_wrapper .gform_footer .gform_button {
  position: relative;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  transition: 0.5s;
  background: #fcd701;
  color: #0f324f;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  line-height: normal;
  padding: 12px 20px;
  min-width: 200px;
  overflow: hidden;
  font-size: 14px;
  letter-spacing: 0.1em;
  border: none;
  height: auto;
  width: max-content;
  cursor: pointer;
}
.base .gform_wrapper .gform_footer .gform_button:hover {
  background: #59acda;
  color: #ffffff;
}
.base .gform_wrapper .gform_validation_errors {
  display: none;
}
.base .gform_wrapper .gfield_error input, .base .gform_wrapper .gfield_error textarea {
  border: 1px solid #e6413c !important;
}
.base .gform_wrapper .gfield_error .validation_message {
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-style: italic;
  color: #e6413c;
  text-align: left;
  font-size: 13px;
  display: block;
  clear: both;
  padding-top: 7px;
  padding-left: 10px;
}

.gform_confirmation_message {
  border: 1px solid #e6413c;
  border-radius: 5px;
  padding: 40px 20px;
  text-align: center;
  margin: 40px auto;
}
@media (min-width: 480px) {
  .gform_confirmation_message {
    padding: 40px;
  }
}

body img.gform_ajax_spinner {
  display: none !important;
}

.two-column {
  margin: 40px auto 30px;
}
@media (min-width: 900px) {
  .two-column {
    margin: 80px auto 50px;
  }
}
.two-column.reverse .grid {
  flex-wrap: wrap-reverse;
}
@media (min-width: 900px) {
  .two-column.reverse .grid {
    padding-left: 0px;
    padding-right: 60px;
  }
}
@media (min-width: 900px) {
  .two-column .grid {
    margin: 0 -30px;
    padding-left: 60px;
  }
}
.two-column .grid .grid-item {
  margin-bottom: 30px;
}
@media (min-width: 900px) {
  .two-column .grid .grid-item .inner {
    padding: 0 30px;
  }
}
.two-column .grid .photo img {
  width: 100%;
}

.page-hero .page-title {
  position: relative;
  margin-bottom: -90px;
}
.page-hero .page-title .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  justify-content: flex-start;
}
.page-hero .page-title .bg .photo {
  overflow: hidden;
  width: 100%;
}
@media (min-width: 600px) {
  .page-hero .page-title .bg .photo {
    width: 80%;
  }
}
@media (min-width: 1200px) {
  .page-hero .page-title .bg .photo {
    width: 60%;
  }
}
.page-hero .page-title .bg .photo .zoom {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-hero .page-title .bg .white {
  width: 0%;
  background: transparent;
}
@media (min-width: 600px) {
  .page-hero .page-title .bg .white {
    width: 20%;
  }
}
@media (min-width: 1200px) {
  .page-hero .page-title .bg .white {
    width: 40%;
  }
}
.page-hero .page-title .wrap1400 {
  position: relative;
  z-index: 3;
}
.page-hero .page-title h1 {
  font-size: 60px;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -0.04em;
  padding: 100px 0 120px;
  line-height: 0.8;
  color: #0f324f;
}
@media (min-width: 600px) {
  .page-hero .page-title h1 {
    font-size: 80px;
    padding: 140px 0 160px;
  }
}
@media (min-width: 900px) {
  .page-hero .page-title h1 {
    padding: 180px 0 160px;
  }
}
@media (min-width: 1024px) {
  .page-hero .page-title h1 {
    font-size: 120px;
  }
}
@media (min-width: 1200px) {
  .page-hero .page-title h1 {
    font-size: 150px;
  }
}
@media (min-width: 1400px) {
  .page-hero .page-title h1 {
    font-size: 185px;
  }
}
.page-hero .introduction {
  z-index: 1;
  position: relative;
  overflow: hidden;
  min-height: 180px;
  padding-bottom: 30px;
}
.page-hero .introduction::after {
  display: block;
  position: absolute;
  content: "";
  height: 30px;
  background: #ffffff;
  width: 100%;
  bottom: 0;
  z-index: 2;
}
.page-hero .introduction.with-button {
  margin-bottom: 60px;
}
.page-hero .introduction .background {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 130%;
  width: 100%;
  position: absolute;
  z-index: 1;
}
.page-hero .introduction .wrap1200 {
  background: #ebecec;
  position: relative;
  z-index: 2;
}
.page-hero .introduction .base {
  position: relative;
  padding: 130px 0px 30px;
}
@media (min-width: 600px) {
  .page-hero .introduction .base {
    padding: 150px 0px 50px;
  }
}
.page-hero .introduction .button {
  position: absolute;
  z-index: 3;
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: max-content;
  bottom: 9px;
}

.page-id-73 .page-hero .introduction {
  padding-bottom: 60px;
}
.page-id-73 .page-hero .introduction .wrap1200 {
  background: transparent;
}
.page-id-73 .page-hero .introduction .video-container {
  background: transparent;
  margin-top: 120px;
  margin-bottom: 40px;
}
.page-id-73 .page-hero .introduction .video-container h2 {
  text-align: right;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 32px;
  margin-bottom: 15px;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: #0f324f;
}
@media (min-width: 600px) {
  .page-id-73 .page-hero .introduction .video-container h2 {
    font-size: 36px;
  }
}
@media (min-width: 900px) {
  .page-id-73 .page-hero .introduction .video-container h2 {
    font-size: 45px;
  }
}
@media (min-width: 1200px) {
  .page-id-73 .page-hero .introduction .video-container h2 {
    font-size: 52px;
  }
}
.page-id-73 .page-hero .introduction .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  width: 100%;
  margin: 0px auto;
}
.page-id-73 .page-hero .introduction .embed-container iframe, .page-id-73 .page-hero .introduction .embed-container object, .page-id-73 .page-hero .introduction .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mobile-toggle-container {
  display: block;
  position: relative;
  width: 40px;
  height: 60px;
  cursor: pointer;
  right: -3px;
  top: 0px;
  z-index: 9999;
  display: block;
}
@media (min-width: 900px) {
  .mobile-toggle-container {
    display: none;
  }
}

.mobile-toggle {
  display: flex;
  height: 100%;
  align-items: center;
}
.mobile-toggle:hover .menu-icon::after, .mobile-toggle:hover .menu-icon::before {
  background: #fcd701;
}
.mobile-toggle:hover .menu-icon span {
  background: #fcd701;
}

.menu-icon {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
}
.menu-icon::after, .menu-icon::before {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 40px;
  height: 3px;
  background: #ffffff;
  content: "";
  opacity: 1;
  transition: all 0.2s ease;
}
.menu-icon::before {
  top: -11px;
  transition: all 0.2s ease;
  transition-timing-function: cubic-bezier(0.75, 0.15, 0.36, 1);
}
.menu-icon::after {
  bottom: -13px;
  transition: all 0.2s ease;
  transition-timing-function: cubic-bezier(0.75, 0, 0.29, 1.01);
}
.menu-icon span {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  display: block;
  width: 40px;
  height: 3px;
  border-radius: 999em;
  background: #ffffff;
  transition: all 0.2s ease;
  transition-timing-function: cubic-bezier(0.75, 0, 0.29, 1.01);
}

@media (max-width: 900px) {
  .menu-open .admin-bar .site-header .main-navigation {
    position: relative;
    top: 45px;
  }
  .menu-open .logo-mobile {
    width: 90px;
    display: block;
    top: 10px;
    left: 0;
    z-index: 9999;
  }
}
@media (max-width: 900px) and (min-width: 600px) {
  .menu-open .logo-mobile {
    width: 120px;
  }
}
@media (max-width: 900px) {
  .menu-open .social-mobile {
    display: flex !important;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    margin: 10px auto 0;
  }
}
@media (max-width: 900px) {
  .menu-open .mobile-toggle-container .mobile-toggle {
    display: flex;
    height: 100%;
    align-items: center;
  }
  .menu-open .mobile-toggle-container .mobile-toggle .menu-icon::after, .menu-open .mobile-toggle-container .mobile-toggle .menu-icon::before {
    background: #ffffff;
  }
  .menu-open .mobile-toggle-container .mobile-toggle .menu-icon span {
    background: #ffffff;
  }
  .menu-open .mobile-toggle-container .mobile-toggle:hover .menu-icon::after, .menu-open .mobile-toggle-container .mobile-toggle:hover .menu-icon::before {
    background: #ffffff;
  }
  .menu-open .mobile-toggle-container .mobile-toggle:hover .menu-icon span {
    background: #ffffff;
  }
}
@media (max-width: 900px) {
  .menu-open .site-header {
    position: fixed;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background: #0f324f;
  }
}
@media (max-width: 900px) {
  .menu-open .main-navigation {
    justify-content: space-between;
  }
}
@media (max-width: 900px) {
  .menu-open .menu {
    display: block;
    width: 100%;
    padding-top: 15px;
  }
}
@media (max-width: 900px) {
  .menu-open .menu-primary-container {
    display: flex;
    justify-content: center;
    width: 100%;
    z-index: 999;
    margin: 0 auto;
    visibility: visible !important;
    opacity: 1 !important;
    transition: opacity 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .menu-open .menu-primary-container li {
    margin: 22px auto;
    text-align: right;
    width: 100%;
    display: block;
  }
}
@media (max-width: 900px) and (min-width: 600px) {
  .menu-open .menu-primary-container li {
    margin: 30px auto;
  }
}
@media (max-width: 900px) {
  .menu-open .menu-primary-container li.menu-item-has-children {
    border: none;
  }
}
@media (max-width: 900px) {
  .menu-open .menu-primary-container li:last-of-type {
    border: none;
  }
}
@media (max-width: 900px) {
  .menu-open .menu-primary-container li a {
    font-size: 22px;
    line-height: 1.2;
    display: inline-block;
    color: #ffffff;
    text-transform: uppercase;
    font-family: "Work Sans", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
}
@media (max-width: 900px) and (min-width: 600px) {
  .menu-open .menu-primary-container li a {
    font-size: 30px;
  }
}
@media (max-width: 900px) {
  .menu-open .menu-primary-container li a:hover {
    color: #fcd701;
  }
}
.menu-open .mobile-toggle:hover .menu-icon::after, .menu-open .mobile-toggle:hover .menu-icon::before {
  right: 0px !important;
}
.menu-open .mobile-toggle:hover .menu-icon span {
  left: 0px !important;
}
.menu-open .mobile-toggle .menu-icon::after, .menu-open .mobile-toggle .menu-icon::before {
  opacity: 0 !important;
  transition: all 0.6s ease;
}
.menu-open .mobile-toggle .menu-icon-left {
  transform: rotate(45deg);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.menu-open .mobile-toggle .menu-icon-right {
  transform: rotate(-225deg);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

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

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

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

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

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

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

/* Slider */
.slick-loading .slick-list {
  background: #fff url("/past-event/united-states/boston/2025/wp-content/themes/gcuc/styles/ajax-loader.gif") center center no-repeat;
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: flex;
  justify-content: center;
  width: 40px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 22;
  transition: ease-in 222ms;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
  cursor: pointer;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "icomoon";
  font-size: 38px;
  line-height: 0.8;
  padding: 3px;
  width: 40px;
  height: 40px;
  background: #f1ab1d;
  display: inline-block;
  transition: ease-in 222ms;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 0px;
}
.slick-prev:hover:before, .slick-prev:focus:before {
  color: #fff;
  background: #f1ab1d;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -35px;
}
.slick-prev:before {
  content: "\e90c";
}
[dir=rtl] .slick-prev:before {
  content: "\e90c";
}

.slick-next {
  right: 0px;
}
.slick-next:hover:before, .slick-next:focus:before {
  color: #fff;
  background: #f1ab1d;
}
[dir=rtl] .slick-next {
  left: -35px;
  right: auto;
}
.slick-next:before {
  content: "\e90c";
}
[dir=rtl] .slick-next:before {
  content: "\e90c";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 0.75;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "icomoon";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 1;
}

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