@charset "UTF-8";
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article, aside, footer, header, nav, section {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
figcaption, figure {
  display: block;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
main {
  display: block;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active, a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b, strong {
  font-weight: inherit;
}
b, strong {
  font-weight: bolder;
}
code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio, video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button {
  overflow: visible;
}
button, select {
  text-transform: none;
}
[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
input {
  overflow: visible;
}
[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  box-sizing: border-box;
  display: table;
  max-width: 100%;
  padding: 0;
  color: inherit;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
details {
  display: block;
}
summary {
  display: list-item;
}
menu {
  display: block;
}
canvas {
  display: inline-block;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}
html {
  box-sizing: border-box;
  font-size: 100%;
}
*, ::after, ::before {
  box-sizing: inherit;
}
body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}
textarea {
  height: auto;
  min-height: 50px;
  border-radius: 6px;
}
select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 6px;
}
.map_canvas embed, .map_canvas img, .map_canvas object, .mqa-display embed, .mqa-display img, .mqa-display object {
  max-width: none !important;
}
button {
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 6px;
  background: 0 0;
  line-height: 1;
}
[data-whatinput=mouse] button {
  outline: 0;
}
pre {
  overflow: auto;
}
button, input, optgroup, select, textarea {
  font-family: inherit;
}
.is-visible {
  display: block !important;
}
.is-hidden {
  display: none !important;
}
blockquote, dd, div, dl, dt, form, h1, h2, h3, h4, h5, h6, li, ol, p, pre, td, th, ul {
  margin: 0;
  padding: 0;
}
p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}
em, i {
  font-style: italic;
  line-height: inherit;
}
b, strong {
  font-weight: 700;
  line-height: inherit;
}
small {
  font-size: 80%;
  line-height: inherit;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: inherit;
  text-rendering: optimizeLegibility;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  line-height: 0;
  color: #cacaca;
}
h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
@media print, screen and (min-width: 40em) {
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 2.5rem;
  }
  h3 {
    font-size: 1.9375rem;
  }
  h4 {
    font-size: 1.5625rem;
  }
  h5 {
    font-size: 1.25rem;
  }
  h6 {
    font-size: 1rem;
  }
}
a {
  line-height: inherit;
  color: #2ba6cb;
  text-decoration: none;
  cursor: pointer;
}
a:focus, a:hover {
  color: #258faf;
}
a img {
  border: 0;
}
hr {
  clear: both;
  max-width: 62.5rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
}
dl, ol, ul {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6;
}
li {
  font-size: inherit;
}
ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}
ol {
  margin-left: 1.25rem;
}
ol ol, ol ul, ul ol, ul ul {
  margin-left: 1.25rem;
  margin-bottom: 0;
}
dl {
  margin-bottom: 1rem;
}
dl dt {
  margin-bottom: 0.3rem;
  font-weight: 700;
}
blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}
blockquote, blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}
cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a;
}
cite:before {
  content: "— ";
}
abbr, abbr[title] {
  border-bottom: 1px dotted #0a0a0a;
  cursor: help;
  text-decoration: none;
}
figure {
  margin: 0;
}
code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: 400;
  color: #0a0a0a;
}
kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a;
  border-radius: 6px;
}
.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: 400;
  line-height: 1.4;
  color: #8a8a8a;
}
.lead {
  font-size: 125%;
  line-height: 1.6;
}
.stat {
  font-size: 2.5rem;
  line-height: 1;
}
p + .stat {
  margin-top: -1rem;
}
ol.no-bullet, ul.no-bullet {
  margin-left: 0;
  list-style: none;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}
.show-for-print {
  display: none !important;
}
@media print {
  * {
    background: 0 0 !important;
    box-shadow: none !important;
    color: #000 !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after, a[href^="#"]:after, a[href^="javascript:"]:after {
    content: "";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  blockquote, pre {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img, tr {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  h2, h3, p {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  .print-break-inside {
    page-break-inside: auto;
  }
}
[type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 6px;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #0a0a0a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
[type=color]:focus, [type=date]:focus, [type=datetime-local]:focus, [type=datetime]:focus, [type=email]:focus, [type=month]:focus, [type=number]:focus, [type=password]:focus, [type=search]:focus, [type=tel]:focus, [type=text]:focus, [type=time]:focus, [type=url]:focus, [type=week]:focus, textarea:focus {
  outline: 0;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
textarea {
  max-width: 100%;
}
textarea[rows] {
  height: auto;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #cacaca;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #cacaca;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #cacaca;
}
input::placeholder, textarea::placeholder {
  color: #cacaca;
}
input:disabled, input[readonly], textarea:disabled, textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed;
}
[type=button], [type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 6px;
}
input[type=search] {
  box-sizing: border-box;
}
[type=checkbox], [type=file], [type=radio] {
  margin: 0 0 1rem;
}
[type=checkbox] + label, [type=radio] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
}
[type=checkbox] + label[for], [type=radio] + label[for] {
  cursor: pointer;
}
label > [type=checkbox], label > [type=radio] {
  margin-right: 0.5rem;
}
[type=file] {
  width: 100%;
}
label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8;
  color: #0a0a0a;
}
label.middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0;
}
.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a;
}
.input-group {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.input-group > :first-child {
  border-radius: 6px 0 0 6px;
}
.input-group > :last-child > * {
  border-radius: 0 6px 6px 0;
}
.input-group-button, .input-group-button a, .input-group-button button, .input-group-button input, .input-group-button label, .input-group-field, .input-group-label {
  margin: 0;
  white-space: nowrap;
}
.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -ms-flex-align: center;
  align-items: center;
}
.input-group-label:first-child {
  border-right: 0;
}
.input-group-label:last-child {
  border-left: 0;
}
.input-group-field {
  border-radius: 0;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  height: auto;
  min-width: 0;
}
.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.input-group-button a, .input-group-button button, .input-group-button input, .input-group-button label {
  height: 2.5rem;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
legend {
  max-width: 100%;
  margin-bottom: 0.5rem;
}
.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca;
}
.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}
select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #cacaca;
  border-radius: 6px;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #0a0a0a;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
@media screen and (min-width:0\0) {
  select {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==);
  }
}
select:focus {
  outline: 0;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  height: auto;
  background-image: none;
}
.is-invalid-input:not(:focus) {
  border-color: #c60f13;
  background-color: #f8e6e7;
}
.is-invalid-input:not(:focus)::-webkit-input-placeholder {
  color: #c60f13;
}
.is-invalid-input:not(:focus)::-moz-placeholder {
  color: #c60f13;
}
.is-invalid-input:not(:focus):-ms-input-placeholder {
  color: #c60f13;
}
.is-invalid-input:not(:focus)::placeholder {
  color: #c60f13;
}
.is-invalid-label {
  color: #c60f13;
}
.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: #c60f13;
}
.form-error.is-visible {
  display: block;
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.clearfix::after, .clearfix::before {
  display: table;
  content: " ";
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-order: 1;
  order: 1;
}
.clearfix::after {
  clear: both;
}
.hide {
  display: none !important;
}
.invisible {
  visibility: hidden;
}
@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important;
  }
}
@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}
@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}
@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important;
  }
}
@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}
@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}
@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important;
  }
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important;
  }
}
@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}
.show-for-sr, .show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}
.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
  clip-path: none;
}
.hide-for-portrait, .show-for-landscape {
  display: block !important;
}
@media screen and (orientation: landscape) {
  .hide-for-portrait, .show-for-landscape {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-portrait, .show-for-landscape {
    display: none !important;
  }
}
.hide-for-landscape, .show-for-portrait {
  display: none !important;
}
@media screen and (orientation: landscape) {
  .hide-for-landscape, .show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-landscape, .show-for-portrait {
    display: block !important;
  }
}
.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 6px;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #2ba6cb;
  color: #fefefe;
}
[data-whatinput=mouse] .button {
  outline: 0;
}
.button:focus, .button:hover {
  background-color: #258dad;
  color: #fefefe;
}
.button.tiny {
  font-size: 0.6rem;
}
.button.small {
  font-size: 0.75rem;
}
.button.large {
  font-size: 1.25rem;
}
.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.button.primary {
  background-color: #2ba6cb;
  color: #0a0a0a;
}
.button.primary:focus, .button.primary:hover {
  background-color: #2285a2;
  color: #0a0a0a;
}
.button.secondary {
  background-color: #e9e9e9;
  color: #0a0a0a;
}
.button.secondary:focus, .button.secondary:hover {
  background-color: #bababa;
  color: #0a0a0a;
}
.button.alert {
  background-color: #c60f13;
  color: #fefefe;
}
.button.alert:focus, .button.alert:hover {
  background-color: #9e0c0f;
  color: #fefefe;
}
.button.success {
  background-color: #5da423;
  color: #0a0a0a;
}
.button.success:focus, .button.success:hover {
  background-color: #4a831c;
  color: #0a0a0a;
}
.button.warning {
  background-color: #ffae00;
  color: #0a0a0a;
}
.button.warning:focus, .button.warning:hover {
  background-color: #cc8b00;
  color: #0a0a0a;
}
.button.body-font {
  background-color: #222;
  color: #fefefe;
}
.button.body-font:focus, .button.body-font:hover {
  background-color: #1b1b1b;
  color: #fefefe;
}
.button.header {
  background-color: #222;
  color: #fefefe;
}
.button.header:focus, .button.header:hover {
  background-color: #1b1b1b;
  color: #fefefe;
}
.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled, .button.disabled:focus, .button.disabled:hover, .button[disabled], .button[disabled]:focus, .button[disabled]:hover {
  background-color: #2ba6cb;
  color: #fefefe;
}
.button.disabled.primary, .button[disabled].primary {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.primary, .button.disabled.primary:focus, .button.disabled.primary:hover, .button[disabled].primary, .button[disabled].primary:focus, .button[disabled].primary:hover {
  background-color: #2ba6cb;
  color: #0a0a0a;
}
.button.disabled.secondary, .button[disabled].secondary {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.secondary, .button.disabled.secondary:focus, .button.disabled.secondary:hover, .button[disabled].secondary, .button[disabled].secondary:focus, .button[disabled].secondary:hover {
  background-color: #e9e9e9;
  color: #0a0a0a;
}
.button.disabled.alert, .button[disabled].alert {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.alert, .button.disabled.alert:focus, .button.disabled.alert:hover, .button[disabled].alert, .button[disabled].alert:focus, .button[disabled].alert:hover {
  background-color: #c60f13;
  color: #fefefe;
}
.button.disabled.success, .button[disabled].success {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.success, .button.disabled.success:focus, .button.disabled.success:hover, .button[disabled].success, .button[disabled].success:focus, .button[disabled].success:hover {
  background-color: #5da423;
  color: #0a0a0a;
}
.button.disabled.warning, .button[disabled].warning {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.warning, .button.disabled.warning:focus, .button.disabled.warning:hover, .button[disabled].warning, .button[disabled].warning:focus, .button[disabled].warning:hover {
  background-color: #ffae00;
  color: #0a0a0a;
}
.button.disabled.body-font, .button[disabled].body-font {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.body-font, .button.disabled.body-font:focus, .button.disabled.body-font:hover, .button[disabled].body-font, .button[disabled].body-font:focus, .button[disabled].body-font:hover {
  background-color: #222;
  color: #fefefe;
}
.button.disabled.header, .button[disabled].header {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.header, .button.disabled.header:focus, .button.disabled.header:hover, .button[disabled].header, .button[disabled].header:focus, .button[disabled].header:hover {
  background-color: #222;
  color: #fefefe;
}
.button.hollow {
  border: 1px solid #2ba6cb;
  color: #2ba6cb;
}
.button.hollow, .button.hollow:focus, .button.hollow:hover {
  background-color: transparent;
}
.button.hollow.disabled, .button.hollow.disabled:focus, .button.hollow.disabled:hover, .button.hollow[disabled], .button.hollow[disabled]:focus, .button.hollow[disabled]:hover {
  background-color: transparent;
}
.button.hollow:focus, .button.hollow:hover {
  border-color: #165366;
  color: #165366;
}
.button.hollow:focus.disabled, .button.hollow:focus[disabled], .button.hollow:hover.disabled, .button.hollow:hover[disabled] {
  border: 1px solid #2ba6cb;
  color: #2ba6cb;
}
.button.hollow.primary {
  border: 1px solid #2ba6cb;
  color: #2ba6cb;
}
.button.hollow.primary:focus, .button.hollow.primary:hover {
  border-color: #165366;
  color: #165366;
}
.button.hollow.primary:focus.disabled, .button.hollow.primary:focus[disabled], .button.hollow.primary:hover.disabled, .button.hollow.primary:hover[disabled] {
  border: 1px solid #2ba6cb;
  color: #2ba6cb;
}
.button.hollow.secondary {
  border: 1px solid #e9e9e9;
  color: #e9e9e9;
}
.button.hollow.secondary:focus, .button.hollow.secondary:hover {
  border-color: #757575;
  color: #757575;
}
.button.hollow.secondary:focus.disabled, .button.hollow.secondary:focus[disabled], .button.hollow.secondary:hover.disabled, .button.hollow.secondary:hover[disabled] {
  border: 1px solid #e9e9e9;
  color: #e9e9e9;
}
.button.hollow.alert {
  border: 1px solid #c60f13;
  color: #c60f13;
}
.button.hollow.alert:focus, .button.hollow.alert:hover {
  border-color: #63080a;
  color: #63080a;
}
.button.hollow.alert:focus.disabled, .button.hollow.alert:focus[disabled], .button.hollow.alert:hover.disabled, .button.hollow.alert:hover[disabled] {
  border: 1px solid #c60f13;
  color: #c60f13;
}
.button.hollow.success {
  border: 1px solid #5da423;
  color: #5da423;
}
.button.hollow.success:focus, .button.hollow.success:hover {
  border-color: #2f5212;
  color: #2f5212;
}
.button.hollow.success:focus.disabled, .button.hollow.success:focus[disabled], .button.hollow.success:hover.disabled, .button.hollow.success:hover[disabled] {
  border: 1px solid #5da423;
  color: #5da423;
}
.button.hollow.warning {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.hollow.warning:focus, .button.hollow.warning:hover {
  border-color: #805700;
  color: #805700;
}
.button.hollow.warning:focus.disabled, .button.hollow.warning:focus[disabled], .button.hollow.warning:hover.disabled, .button.hollow.warning:hover[disabled] {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.hollow.body-font {
  border: 1px solid #222;
  color: #222;
}
.button.hollow.body-font:focus, .button.hollow.body-font:hover {
  border-color: #111;
  color: #111;
}
.button.hollow.body-font:focus.disabled, .button.hollow.body-font:focus[disabled], .button.hollow.body-font:hover.disabled, .button.hollow.body-font:hover[disabled] {
  border: 1px solid #222;
  color: #222;
}
.button.hollow.header {
  border: 1px solid #222;
  color: #222;
}
.button.hollow.header:focus, .button.hollow.header:hover {
  border-color: #111;
  color: #111;
}
.button.hollow.header:focus.disabled, .button.hollow.header:focus[disabled], .button.hollow.header:hover.disabled, .button.hollow.header:hover[disabled] {
  border: 1px solid #222;
  color: #222;
}
.button.clear {
  border: 1px solid #2ba6cb;
  color: #2ba6cb;
}
.button.clear, .button.clear:focus, .button.clear:hover {
  background-color: transparent;
}
.button.clear.disabled, .button.clear.disabled:focus, .button.clear.disabled:hover, .button.clear[disabled], .button.clear[disabled]:focus, .button.clear[disabled]:hover {
  background-color: transparent;
}
.button.clear:focus, .button.clear:hover {
  border-color: #165366;
  color: #165366;
}
.button.clear:focus.disabled, .button.clear:focus[disabled], .button.clear:hover.disabled, .button.clear:hover[disabled] {
  border: 1px solid #2ba6cb;
  color: #2ba6cb;
}
.button.clear, .button.clear.disabled, .button.clear:focus, .button.clear:focus.disabled, .button.clear:focus[disabled], .button.clear:hover, .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear[disabled] {
  border-color: transparent;
}
.button.clear.primary {
  border: 1px solid #2ba6cb;
  color: #2ba6cb;
}
.button.clear.primary:focus, .button.clear.primary:hover {
  border-color: #165366;
  color: #165366;
}
.button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled], .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled] {
  border: 1px solid #2ba6cb;
  color: #2ba6cb;
}
.button.clear.primary, .button.clear.primary.disabled, .button.clear.primary:focus, .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled], .button.clear.primary:hover, .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary[disabled] {
  border-color: transparent;
}
.button.clear.secondary {
  border: 1px solid #e9e9e9;
  color: #e9e9e9;
}
.button.clear.secondary:focus, .button.clear.secondary:hover {
  border-color: #757575;
  color: #757575;
}
.button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled], .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled] {
  border: 1px solid #e9e9e9;
  color: #e9e9e9;
}
.button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary:focus, .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled], .button.clear.secondary:hover, .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary[disabled] {
  border-color: transparent;
}
.button.clear.alert {
  border: 1px solid #c60f13;
  color: #c60f13;
}
.button.clear.alert:focus, .button.clear.alert:hover {
  border-color: #63080a;
  color: #63080a;
}
.button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled], .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled] {
  border: 1px solid #c60f13;
  color: #c60f13;
}
.button.clear.alert, .button.clear.alert.disabled, .button.clear.alert:focus, .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled], .button.clear.alert:hover, .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert[disabled] {
  border-color: transparent;
}
.button.clear.success {
  border: 1px solid #5da423;
  color: #5da423;
}
.button.clear.success:focus, .button.clear.success:hover {
  border-color: #2f5212;
  color: #2f5212;
}
.button.clear.success:focus.disabled, .button.clear.success:focus[disabled], .button.clear.success:hover.disabled, .button.clear.success:hover[disabled] {
  border: 1px solid #5da423;
  color: #5da423;
}
.button.clear.success, .button.clear.success.disabled, .button.clear.success:focus, .button.clear.success:focus.disabled, .button.clear.success:focus[disabled], .button.clear.success:hover, .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success[disabled] {
  border-color: transparent;
}
.button.clear.warning {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.clear.warning:focus, .button.clear.warning:hover {
  border-color: #805700;
  color: #805700;
}
.button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled], .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled] {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.clear.warning, .button.clear.warning.disabled, .button.clear.warning:focus, .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled], .button.clear.warning:hover, .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning[disabled] {
  border-color: transparent;
}
.button.clear.body-font {
  border: 1px solid #222;
  color: #222;
}
.button.clear.body-font:focus, .button.clear.body-font:hover {
  border-color: #111;
  color: #111;
}
.button.clear.body-font:focus.disabled, .button.clear.body-font:focus[disabled], .button.clear.body-font:hover.disabled, .button.clear.body-font:hover[disabled] {
  border: 1px solid #222;
  color: #222;
}
.button.clear.body-font, .button.clear.body-font.disabled, .button.clear.body-font:focus, .button.clear.body-font:focus.disabled, .button.clear.body-font:focus[disabled], .button.clear.body-font:hover, .button.clear.body-font:hover.disabled, .button.clear.body-font:hover[disabled], .button.clear.body-font[disabled] {
  border-color: transparent;
}
.button.clear.header {
  border: 1px solid #222;
  color: #222;
}
.button.clear.header:focus, .button.clear.header:hover {
  border-color: #111;
  color: #111;
}
.button.clear.header:focus.disabled, .button.clear.header:focus[disabled], .button.clear.header:hover.disabled, .button.clear.header:hover[disabled] {
  border: 1px solid #222;
  color: #222;
}
.button.clear.header, .button.clear.header.disabled, .button.clear.header:focus, .button.clear.header:focus.disabled, .button.clear.header:focus[disabled], .button.clear.header:hover, .button.clear.header:hover.disabled, .button.clear.header:hover[disabled], .button.clear.header[disabled] {
  border-color: transparent;
}
.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #fefefe transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1em;
}
.button.dropdown.hollow::after {
  border-top-color: #2ba6cb;
}
.button.dropdown.hollow.primary::after {
  border-top-color: #2ba6cb;
}
.button.dropdown.hollow.secondary::after {
  border-top-color: #e9e9e9;
}
.button.dropdown.hollow.alert::after {
  border-top-color: #c60f13;
}
.button.dropdown.hollow.success::after {
  border-top-color: #5da423;
}
.button.dropdown.hollow.warning::after {
  border-top-color: #ffae00;
}
.button.dropdown.hollow.body-font::after {
  border-top-color: #222;
}
.button.dropdown.hollow.header::after {
  border-top-color: #222;
}
.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}
.close-button {
  position: absolute;
  color: #8a8a8a;
  cursor: pointer;
}
[data-whatinput=mouse] .close-button {
  outline: 0;
}
.close-button:focus, .close-button:hover {
  color: #0a0a0a;
}
.close-button.small {
  right: 0.66rem;
  top: 0.33em;
  font-size: 1.5em;
  line-height: 1;
}
.close-button, .close-button.medium {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
}
.button-group {
  margin-bottom: 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.button-group::after, .button-group::before {
  display: table;
  content: " ";
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-order: 1;
  order: 1;
}
.button-group::after {
  clear: both;
}
.button-group .button {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 0.9rem;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.button-group .button:last-child {
  margin-right: 0;
}
.button-group.tiny .button {
  font-size: 0.6rem;
}
.button-group.small .button {
  font-size: 0.75rem;
}
.button-group.large .button {
  font-size: 1.25rem;
}
.button-group.expanded .button {
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
}
.button-group.primary .button {
  background-color: #2ba6cb;
  color: #0a0a0a;
}
.button-group.primary .button:focus, .button-group.primary .button:hover {
  background-color: #2285a2;
  color: #0a0a0a;
}
.button-group.secondary .button {
  background-color: #e9e9e9;
  color: #0a0a0a;
}
.button-group.secondary .button:focus, .button-group.secondary .button:hover {
  background-color: #bababa;
  color: #0a0a0a;
}
.button-group.alert .button {
  background-color: #c60f13;
  color: #fefefe;
}
.button-group.alert .button:focus, .button-group.alert .button:hover {
  background-color: #9e0c0f;
  color: #fefefe;
}
.button-group.success .button {
  background-color: #5da423;
  color: #0a0a0a;
}
.button-group.success .button:focus, .button-group.success .button:hover {
  background-color: #4a831c;
  color: #0a0a0a;
}
.button-group.warning .button {
  background-color: #ffae00;
  color: #0a0a0a;
}
.button-group.warning .button:focus, .button-group.warning .button:hover {
  background-color: #cc8b00;
  color: #0a0a0a;
}
.button-group.body-font .button {
  background-color: #222;
  color: #fefefe;
}
.button-group.body-font .button:focus, .button-group.body-font .button:hover {
  background-color: #1b1b1b;
  color: #fefefe;
}
.button-group.header .button {
  background-color: #222;
  color: #fefefe;
}
.button-group.header .button:focus, .button-group.header .button:hover {
  background-color: #1b1b1b;
  color: #fefefe;
}
.button-group.stacked, .button-group.stacked-for-medium, .button-group.stacked-for-small {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.button-group.stacked .button, .button-group.stacked-for-medium .button, .button-group.stacked-for-small .button {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.button-group.stacked .button:last-child, .button-group.stacked-for-medium .button:last-child, .button-group.stacked-for-small .button:last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .button-group.stacked-for-small .button {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .button-group.stacked-for-medium .button {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 39.9375em) {
  .button-group.stacked-for-small.expanded {
    display: block;
  }
  .button-group.stacked-for-small.expanded .button {
    display: block;
    margin-right: 0;
  }
}
.switch {
  height: 2rem;
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: 700;
  color: #fefefe;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0;
}
.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 6px;
  background: #cacaca;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer;
}
input + .switch-paddle {
  margin: 0;
}
.switch-paddle::after {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  transform: translate3d(0, 0, 0);
  border-radius: 6px;
  background: #fefefe;
  transition: all 0.25s ease-out;
  content: "";
}
input:checked ~ .switch-paddle {
  background: #2ba6cb;
}
input:checked ~ .switch-paddle::after {
  left: 2.25rem;
}
[data-whatinput=mouse] input:focus ~ .switch-paddle {
  outline: 0;
}
.switch-active, .switch-inactive {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.switch-active {
  left: 8%;
  display: none;
}
input:checked + label > .switch-active {
  display: block;
}
.switch-inactive {
  right: 15%;
}
input:checked + label > .switch-inactive {
  display: none;
}
.switch.tiny {
  height: 1.5rem;
}
.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem;
}
.switch.tiny .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1rem;
  height: 1rem;
}
.switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.75rem;
}
.switch.small {
  height: 1.75rem;
}
.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem;
}
.switch.small .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1.25rem;
  height: 1.25rem;
}
.switch.small input:checked ~ .switch-paddle::after {
  left: 2rem;
}
.switch.large {
  height: 2.5rem;
}
.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem;
}
.switch.large .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 2rem;
  height: 2rem;
}
.switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem;
}
.flex-video, .responsive-embed {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden;
}
.flex-video embed, .flex-video iframe, .flex-video object, .flex-video video, .responsive-embed embed, .responsive-embed iframe, .responsive-embed object, .responsive-embed video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.flex-video.widescreen, .responsive-embed.widescreen {
  padding-bottom: 56.25%;
}
.row {
  max-width: 62.5rem;
  margin-right: auto;
  margin-left: auto;
}
.row::after, .row::before {
  display: table;
  content: " ";
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-order: 1;
  order: 1;
}
.row::after {
  clear: both;
}
.row.collapse > .column, .row.collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}
.row .row {
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
}
@media print, screen and (min-width: 40em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}
.row.expanded {
  max-width: none;
}
.row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}
.row:not(.expanded) .row {
  max-width: none;
}
.column, .columns {
  width: 100%;
  float: left;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right;
}
.column.end:last-child:last-child, .end.columns:last-child:last-child {
  float: left;
}
.column.row.row, .row.row.columns {
  float: none;
}
.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}
.small-1 {
  width: 8.33333%;
}
.small-push-1 {
  position: relative;
  left: 8.33333%;
}
.small-pull-1 {
  position: relative;
  left: -8.33333%;
}
.small-offset-0 {
  margin-left: 0;
}
.small-2 {
  width: 16.66667%;
}
.small-push-2 {
  position: relative;
  left: 16.66667%;
}
.small-pull-2 {
  position: relative;
  left: -16.66667%;
}
.small-offset-1 {
  margin-left: 8.33333%;
}
.small-3 {
  width: 25%;
}
.small-push-3 {
  position: relative;
  left: 25%;
}
.small-pull-3 {
  position: relative;
  left: -25%;
}
.small-offset-2 {
  margin-left: 16.66667%;
}
.small-4 {
  width: 33.33333%;
}
.small-push-4 {
  position: relative;
  left: 33.33333%;
}
.small-pull-4 {
  position: relative;
  left: -33.33333%;
}
.small-offset-3 {
  margin-left: 25%;
}
.small-5 {
  width: 41.66667%;
}
.small-push-5 {
  position: relative;
  left: 41.66667%;
}
.small-pull-5 {
  position: relative;
  left: -41.66667%;
}
.small-offset-4 {
  margin-left: 33.33333%;
}
.small-6 {
  width: 50%;
}
.small-push-6 {
  position: relative;
  left: 50%;
}
.small-pull-6 {
  position: relative;
  left: -50%;
}
.small-offset-5 {
  margin-left: 41.66667%;
}
.small-7 {
  width: 58.33333%;
}
.small-push-7 {
  position: relative;
  left: 58.33333%;
}
.small-pull-7 {
  position: relative;
  left: -58.33333%;
}
.small-offset-6 {
  margin-left: 50%;
}
.small-8 {
  width: 66.66667%;
}
.small-push-8 {
  position: relative;
  left: 66.66667%;
}
.small-pull-8 {
  position: relative;
  left: -66.66667%;
}
.small-offset-7 {
  margin-left: 58.33333%;
}
.small-9 {
  width: 75%;
}
.small-push-9 {
  position: relative;
  left: 75%;
}
.small-pull-9 {
  position: relative;
  left: -75%;
}
.small-offset-8 {
  margin-left: 66.66667%;
}
.small-10 {
  width: 83.33333%;
}
.small-push-10 {
  position: relative;
  left: 83.33333%;
}
.small-pull-10 {
  position: relative;
  left: -83.33333%;
}
.small-offset-9 {
  margin-left: 75%;
}
.small-11 {
  width: 91.66667%;
}
.small-push-11 {
  position: relative;
  left: 91.66667%;
}
.small-pull-11 {
  position: relative;
  left: -91.66667%;
}
.small-offset-10 {
  margin-left: 83.33333%;
}
.small-12 {
  width: 100%;
}
.small-offset-11 {
  margin-left: 91.66667%;
}
.small-up-1 > .column, .small-up-1 > .columns {
  float: left;
  width: 100%;
}
.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both;
}
.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
  float: left;
}
.small-up-2 > .column, .small-up-2 > .columns {
  float: left;
  width: 50%;
}
.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both;
}
.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
  float: left;
}
.small-up-3 > .column, .small-up-3 > .columns {
  float: left;
  width: 33.33333%;
}
.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both;
}
.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
  float: left;
}
.small-up-4 > .column, .small-up-4 > .columns {
  float: left;
  width: 25%;
}
.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both;
}
.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
  float: left;
}
.small-up-5 > .column, .small-up-5 > .columns {
  float: left;
  width: 20%;
}
.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both;
}
.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
  float: left;
}
.small-up-6 > .column, .small-up-6 > .columns {
  float: left;
  width: 16.66667%;
}
.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both;
}
.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
  float: left;
}
.small-up-7 > .column, .small-up-7 > .columns {
  float: left;
  width: 14.28571%;
}
.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both;
}
.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
  float: left;
}
.small-up-8 > .column, .small-up-8 > .columns {
  float: left;
  width: 12.5%;
}
.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
  clear: both;
}
.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
  float: left;
}
.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}
.small-collapse .row {
  margin-right: 0;
  margin-left: 0;
}
.expanded.row .small-collapse.row {
  margin-right: 0;
  margin-left: 0;
}
.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.small-centered {
  margin-right: auto;
  margin-left: auto;
}
.small-centered, .small-centered:last-child:not(:first-child) {
  float: none;
  clear: both;
}
.small-pull-0, .small-push-0, .small-uncentered {
  position: static;
  float: left;
  margin-right: 0;
  margin-left: 0;
}
@media print, screen and (min-width: 40em) {
  .medium-1 {
    width: 8.33333%;
  }
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
  }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%;
  }
  .medium-offset-0 {
    margin-left: 0;
  }
  .medium-2 {
    width: 16.66667%;
  }
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
  }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%;
  }
  .medium-offset-1 {
    margin-left: 8.33333%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
  }
  .medium-pull-3 {
    position: relative;
    left: -25%;
  }
  .medium-offset-2 {
    margin-left: 16.66667%;
  }
  .medium-4 {
    width: 33.33333%;
  }
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
  }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    width: 41.66667%;
  }
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
  }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%;
  }
  .medium-offset-4 {
    margin-left: 33.33333%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
  }
  .medium-pull-6 {
    position: relative;
    left: -50%;
  }
  .medium-offset-5 {
    margin-left: 41.66667%;
  }
  .medium-7 {
    width: 58.33333%;
  }
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
  }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    width: 66.66667%;
  }
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
  }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%;
  }
  .medium-offset-7 {
    margin-left: 58.33333%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
  }
  .medium-pull-9 {
    position: relative;
    left: -75%;
  }
  .medium-offset-8 {
    margin-left: 66.66667%;
  }
  .medium-10 {
    width: 83.33333%;
  }
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
  }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    width: 91.66667%;
  }
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
  }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%;
  }
  .medium-offset-10 {
    margin-left: 83.33333%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.66667%;
  }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
    float: left;
  }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
    float: left;
  }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    float: left;
    width: 33.33333%;
  }
  .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
    float: left;
  }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
    float: left;
  }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
    float: left;
  }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    float: left;
    width: 16.66667%;
  }
  .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
    float: left;
  }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    float: left;
    width: 14.28571%;
  }
  .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
    float: left;
  }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
    float: left;
  }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .medium-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .medium-centered, .medium-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .medium-pull-0, .medium-push-0, .medium-uncentered {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .large-1 {
    width: 8.33333%;
  }
  .large-push-1 {
    position: relative;
    left: 8.33333%;
  }
  .large-pull-1 {
    position: relative;
    left: -8.33333%;
  }
  .large-offset-0 {
    margin-left: 0;
  }
  .large-2 {
    width: 16.66667%;
  }
  .large-push-2 {
    position: relative;
    left: 16.66667%;
  }
  .large-pull-2 {
    position: relative;
    left: -16.66667%;
  }
  .large-offset-1 {
    margin-left: 8.33333%;
  }
  .large-3 {
    width: 25%;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
  }
  .large-pull-3 {
    position: relative;
    left: -25%;
  }
  .large-offset-2 {
    margin-left: 16.66667%;
  }
  .large-4 {
    width: 33.33333%;
  }
  .large-push-4 {
    position: relative;
    left: 33.33333%;
  }
  .large-pull-4 {
    position: relative;
    left: -33.33333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    width: 41.66667%;
  }
  .large-push-5 {
    position: relative;
    left: 41.66667%;
  }
  .large-pull-5 {
    position: relative;
    left: -41.66667%;
  }
  .large-offset-4 {
    margin-left: 33.33333%;
  }
  .large-6 {
    width: 50%;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
  }
  .large-pull-6 {
    position: relative;
    left: -50%;
  }
  .large-offset-5 {
    margin-left: 41.66667%;
  }
  .large-7 {
    width: 58.33333%;
  }
  .large-push-7 {
    position: relative;
    left: 58.33333%;
  }
  .large-pull-7 {
    position: relative;
    left: -58.33333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    width: 66.66667%;
  }
  .large-push-8 {
    position: relative;
    left: 66.66667%;
  }
  .large-pull-8 {
    position: relative;
    left: -66.66667%;
  }
  .large-offset-7 {
    margin-left: 58.33333%;
  }
  .large-9 {
    width: 75%;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
  }
  .large-pull-9 {
    position: relative;
    left: -75%;
  }
  .large-offset-8 {
    margin-left: 66.66667%;
  }
  .large-10 {
    width: 83.33333%;
  }
  .large-push-10 {
    position: relative;
    left: 83.33333%;
  }
  .large-pull-10 {
    position: relative;
    left: -83.33333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    width: 91.66667%;
  }
  .large-push-11 {
    position: relative;
    left: 91.66667%;
  }
  .large-pull-11 {
    position: relative;
    left: -91.66667%;
  }
  .large-offset-10 {
    margin-left: 83.33333%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.66667%;
  }
  .large-up-1 > .column, .large-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
    float: left;
  }
  .large-up-2 > .column, .large-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
    float: left;
  }
  .large-up-3 > .column, .large-up-3 > .columns {
    float: left;
    width: 33.33333%;
  }
  .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
    float: left;
  }
  .large-up-4 > .column, .large-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
    float: left;
  }
  .large-up-5 > .column, .large-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
    float: left;
  }
  .large-up-6 > .column, .large-up-6 > .columns {
    float: left;
    width: 16.66667%;
  }
  .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
    float: left;
  }
  .large-up-7 > .column, .large-up-7 > .columns {
    float: left;
    width: 14.28571%;
  }
  .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
    float: left;
  }
  .large-up-8 > .column, .large-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
    float: left;
  }
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .large-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .large-centered, .large-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .large-pull-0, .large-push-0, .large-uncentered {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
}
.column-block {
  margin-bottom: 1.875rem;
}
.column-block > :last-child {
  margin-bottom: 0;
}
.slide-in-down.mui-enter {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slide-in-down.mui-enter.mui-enter-active {
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.slide-in-left.mui-enter {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slide-in-left.mui-enter.mui-enter-active {
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.slide-in-up.mui-enter {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slide-in-up.mui-enter.mui-enter-active {
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.slide-in-right.mui-enter {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slide-in-right.mui-enter.mui-enter-active {
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.slide-out-down.mui-leave {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slide-out-down.mui-leave.mui-leave-active {
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.slide-out-right.mui-leave {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  -ms-transform: translateX(0);
  transform: translateX(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slide-out-right.mui-leave.mui-leave-active {
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
.slide-out-up.mui-leave {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slide-out-up.mui-leave.mui-leave-active {
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.slide-out-left.mui-leave {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  -ms-transform: translateX(0);
  transform: translateX(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slide-out-left.mui-leave.mui-leave-active {
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.fade-in.mui-enter {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity;
}
.fade-in.mui-enter.mui-enter-active {
  opacity: 1;
}
.fade-out.mui-leave {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity;
}
.fade-out.mui-leave.mui-leave-active {
  opacity: 0;
}
.hinge-in-from-top.mui-enter {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  -ms-transform-origin: top;
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0;
}
.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0);
  opacity: 1;
}
.hinge-in-from-right.mui-enter {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  -ms-transform-origin: right;
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0;
}
.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0);
  opacity: 1;
}
.hinge-in-from-bottom.mui-enter {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0;
}
.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0);
  opacity: 1;
}
.hinge-in-from-left.mui-enter {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  -ms-transform-origin: left;
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0;
}
.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0);
  opacity: 1;
}
.hinge-in-from-middle-x.mui-enter {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  -ms-transform-origin: center;
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}
.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0);
  opacity: 1;
}
.hinge-in-from-middle-y.mui-enter {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  -ms-transform-origin: center;
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}
.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0);
  opacity: 1;
}
.hinge-out-from-top.mui-leave {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0);
  -ms-transform-origin: top;
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1;
}
.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}
.hinge-out-from-right.mui-leave {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0);
  -ms-transform-origin: right;
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1;
}
.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}
.hinge-out-from-bottom.mui-leave {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0);
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1;
}
.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}
.hinge-out-from-left.mui-leave {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0);
  -ms-transform-origin: left;
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1;
}
.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}
.hinge-out-from-middle-x.mui-leave {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0);
  -ms-transform-origin: center;
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}
.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}
.hinge-out-from-middle-y.mui-leave {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0);
  -ms-transform-origin: center;
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}
.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}
.scale-in-up.mui-enter {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0;
}
.scale-in-up.mui-enter.mui-enter-active {
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.scale-in-down.mui-enter {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0;
}
.scale-in-down.mui-enter.mui-enter-active {
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.scale-out-up.mui-leave {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  -ms-transform: scale(1);
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}
.scale-out-up.mui-leave.mui-leave-active {
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 0;
}
.scale-out-down.mui-leave {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  -ms-transform: scale(1);
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}
.scale-out-down.mui-leave.mui-leave-active {
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
}
.spin-in.mui-enter {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  -ms-transform: rotate(-0.75turn);
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}
.spin-in.mui-enter.mui-enter-active {
  -ms-transform: rotate(0);
  transform: rotate(0);
  opacity: 1;
}
.spin-out.mui-leave {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  -ms-transform: rotate(0);
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}
.spin-out.mui-leave.mui-leave-active {
  -ms-transform: rotate(0.75turn);
  transform: rotate(0.75turn);
  opacity: 0;
}
.spin-in-ccw.mui-enter {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  -ms-transform: rotate(0.75turn);
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}
.spin-in-ccw.mui-enter.mui-enter-active {
  -ms-transform: rotate(0);
  transform: rotate(0);
  opacity: 1;
}
.spin-out-ccw.mui-leave {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  -ms-transform: rotate(0);
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}
.spin-out-ccw.mui-leave.mui-leave-active {
  -ms-transform: rotate(-0.75turn);
  transform: rotate(-0.75turn);
  opacity: 0;
}
.slow {
  transition-duration: 750ms !important;
}
.fast {
  transition-duration: 250ms !important;
}
.linear {
  transition-timing-function: linear !important;
}
.ease {
  transition-timing-function: ease !important;
}
.ease-in {
  transition-timing-function: ease-in !important;
}
.ease-out {
  transition-timing-function: ease-out !important;
}
.ease-in-out {
  transition-timing-function: ease-in-out !important;
}
.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}
.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}
.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}
.short-delay {
  transition-delay: 0.3s !important;
}
.long-delay {
  transition-delay: 0.7s !important;
}
.shake {
  animation-name: shake-7;
}
@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%);
  }
  15%, 25%, 35%, 45%, 5%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%);
  }
}
.spin-cw {
  animation-name: spin-cw-1turn;
}
@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn);
  }
  100% {
    transform: rotate(0);
  }
}
.spin-ccw {
  animation-name: spin-cw-1turn;
}
@keyframes spin-cw-1turn {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(1turn);
  }
}
.wiggle {
  animation-name: wiggle-7deg;
}
@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg);
  }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg);
  }
  0%, 100%, 30%, 70% {
    transform: rotate(0);
  }
}
.shake, .spin-ccw, .spin-cw, .wiggle {
  animation-duration: 0.5s;
}
.infinite {
  animation-iteration-count: infinite;
}
.slow {
  animation-duration: 750ms !important;
}
.fast {
  animation-duration: 250ms !important;
}
.linear {
  animation-timing-function: linear !important;
}
.ease {
  animation-timing-function: ease !important;
}
.ease-in {
  animation-timing-function: ease-in !important;
}
.ease-out {
  animation-timing-function: ease-out !important;
}
.ease-in-out {
  animation-timing-function: ease-in-out !important;
}
.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}
.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}
.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}
.short-delay {
  animation-delay: 0.3s !important;
}
.long-delay {
  animation-delay: 0.7s !important;
}
@charset "UTF-8";
/*
  Theme Name: Raremedia
  Author: Thomas Bye, Gordon MacK
  Description: Typography Styles
  Version: 0.0.1
  Copyright: Raremedia Pty Ltd (Andrew Davidson)'
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

## Typography
    #Fonts
    #Glyph Icons
--------------------------------------------------------------*/
/*--------------------------------------------------------------
  # Typography - Fonts
--------------------------------------------------------------*/
@font-face {
  font-family: "AsphaltsDisplay";
  font-style: normal;
  font-display: swap;
  src: url("../font/AsphaltsDisplay.eot");
  /* IE9 Compat Modes */
  src: url("../font/AsphaltsDisplay.eot?#iefix") format("embedded-opentype"), url("../font/AsphaltsDisplay.woff2") format("woff2"), url("../font/AsphaltsDisplay.woff") format("woff"), url("../font/AsphaltsDisplay.ttf") format("truetype"), url("../font/AsphaltsDisplay.svg#Roboto") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: "Montserrat-Black";
  font-style: normal;
  font-display: swap;
  src: url("../font/montserrat-black.eot");
  /* IE9 Compat Modes */
  src: url("../font/montserrat-black.eot?#iefix") format("embedded-opentype"), url("../font/montserrat-black.woff2") format("woff2"), url("../font/montserrat-black.woff") format("woff"), url("../font/montserrat-black.ttf") format("truetype"), url("../font/montserrat-black.svg#Roboto") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: "Montserrat-Bold";
  font-style: normal;
  font-display: swap;
  src: url("../font/montserrat-bold.eot");
  /* IE9 Compat Modes */
  src: url("../font/montserrat-bold.eot?#iefix") format("embedded-opentype"), url("../font/montserrat-bold.woff2") format("woff2"), url("../font/montserrat-bold.woff") format("woff"), url("../font/montserrat-bold.ttf") format("truetype"), url("../font/montserrat-bold.svg#Roboto") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: "Montserrat-Semibold";
  font-style: normal;
  font-display: swap;
  src: url("../font/montserrat-semibold.woff2") format("woff2"), url("../font/montserrat-semibold.woff") format("woff"), url("../font/montserrat-semibold.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat-Medium";
  font-style: normal;
  font-display: swap;
  src: url("../font/montserrat-medium.woff2") format("woff2"), url("../font/montserrat-medium.woff") format("woff"), url("../font/montserrat-medium.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat-Light";
  font-style: normal;
  font-display: swap;
  src: url("../font/montserrat-light.eot");
  /* IE9 Compat Modes */
  src: url("../font/montserrat-light.eot?#iefix") format("embedded-opentype"), url("../font/montserrat-light.woff2") format("woff2"), url("../font/montserrat-light.woff") format("woff"), url("../font/montserrat-light.ttf") format("truetype"), url("../font/montserrat-light.svg#Roboto") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: "Montserrat-Thin";
  font-style: normal;
  font-display: swap;
  src: url("../font/montserrat-thin.eot");
  /* IE9 Compat Modes */
  src: url("../font/montserrat-thin.eot?#iefix") format("embedded-opentype"), url("../font/montserrat-thin.woff2") format("woff2"), url("../font/montserrat-thin.woff") format("woff"), url("../font/montserrat-thin.ttf") format("truetype"), url("../font/montserrat-thin.svg#Roboto") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: "Roboto-100";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("../font/roboto-100.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Thin"), local("Roboto-Thin"), url("../font/roboto-100.eot?#iefix") format("embedded-opentype"), url("../font/roboto-100.woff2") format("woff2"), url("../font/roboto-100.woff") format("woff"), url("../font/roboto-100.ttf") format("truetype"), url("../font/roboto-100.svg#Roboto") format("svg");
  /* Legacy iOS */
}
/* roboto-300 - latin */
@font-face {
  font-family: "Roboto-300";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../font/roboto-300.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Light"), local("Roboto-Light"), url("../font/roboto-300.eot?#iefix") format("embedded-opentype"), url("../font/roboto-300.woff2") format("woff2"), url("../font/roboto-300.woff") format("woff"), url("../font/roboto-300.ttf") format("truetype"), url("../font/roboto-300.svg#Roboto") format("svg");
  /* Legacy iOS */
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
/* roboto-regular - latin */
@font-face {
  font-family: "Roboto-400";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../font/roboto-400.eot");
  /* IE9 Compat Modes */
  src: local("Roboto"), local("Roboto-Regular"), url("../font/roboto-400.eot?#iefix") format("embedded-opentype"), url("../font/roboto-400.woff2") format("woff2"), url("../font/roboto-400.woff") format("woff"), url("../font/roboto-400.ttf") format("truetype"), url("../font/roboto-400.svg#Roboto") format("svg");
  /* Legacy iOS */
}
/* roboto-500 - latin */
@font-face {
  font-family: "Roboto-500";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../font/roboto-500.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Medium"), local("Roboto-Medium"), url("../font/robot-500.eot?#iefix") format("embedded-opentype"), url("../font/roboto-500.woff2") format("woff2"), url("../font/roboto-500.woff") format("woff"), url("../font/roboto-500.ttf") format("truetype"), url("../font/roboto-500.svg#Roboto") format("svg");
  /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-family: "Roboto-700";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../font/roboto-700.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Bold"), local("Roboto-Bold"), url("../font/roboto-700.eot?#iefix") format("embedded-opentype"), url("../font/roboto-700.woff2") format("woff2"), url("../font/roboto-700.woff") format("woff"), url("../font/roboto-700.ttf") format("truetype"), url("../font/roboto-700.svg#Roboto") format("svg");
  /* Legacy iOS */
}
/* roboto-900 - latin */
@font-face {
  font-family: "Roboto-900";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../font/roboto-900.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Black"), local("Roboto-Black"), url("../font/roboto-900.eot?#iefix") format("embedded-opentype"), url("../font/roboto-900.woff2") format("woff2"), url("../font/roboto-900.woff") format("woff"), url("../font/roboto-900.ttf") format("truetype"), url("../font/roboto-900.svg#Roboto") format("svg");
  /* Legacy iOS */
}
/* roboto-slab-400 - latin */
@font-face {
  font-family: "RobotoSlab-400";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../font/roboto-slab-400.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Slab Regular"), local("RobotoSlab-Regular"), url("../font/roboto-slab-400.eot?#iefix") format("embedded-opentype"), url("../font/roboto-slab-400.woff2") format("woff2"), url("../font/roboto-slab-400.woff") format("woff"), url("../font/roboto-slab-400.ttf") format("truetype"), url("../font/roboto-slab-400.svg#RobotoSlab") format("svg");
  /* Legacy iOS */
}
/* roboto-slab-700 - latin */
@font-face {
  font-family: "RobotoSlab-700";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../font/roboto-700.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Slab Bold"), local("RobotoSlab-Bold"), url("../font/roboto-slab-700.eot?#iefix") format("embedded-opentype"), url("../font/roboto-slab-700.woff2") format("woff2"), url("../font/roboto-slab-700.woff") format("woff"), url("../font/roboto-slab-700.ttf") format("truetype"), url("../font/roboto-slab-700.svg#RobotoSlab") format("svg");
  /* Legacy iOS */
}
/*--------------------------------------------------------------
  # Typography - Glyphs Icons (Rare Icomoon library)
--------------------------------------------------------------*/
@font-face {
  font-family: "raremedia";
  src: url("../font/raremedia.eot?tirphy");
  src: url("../font/raremedia.eot?tirphy#iefix") format("embedded-opentype"), url("../font/raremedia.ttf?tirphy") format("truetype"), url("../font/raremedia.woff?tirphy") format("woff"), url("../font/raremedia.svg?tirphy#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Agenda";
  font-style: normal;
  font-display: swap;
  src: url("../font/agenda-black-regular.eot");
  /* IE9 Compat Modes */
  src: url("../font/agenda-black-regular.woff2") format("woff2"), url("../font/agenda-black-regular.woff") format("woff"), url("../font/agenda-black-regular.ttf") format("truetype");
}
/* icon default */
.icons {
  font-family: "raremedia", Helvetica Neue, Helvetica, Arial, sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-size: 50px;
  vertical-align: middle;
}
/*  icon rotation */
.icons.up {
  -ms-transform: rotate(0deg);
  /* IE 9 */
  -webkit-transform: rotate(0deg);
  /* Safari */
  transform: rotate(0deg);
}
.icons.right {
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Safari */
  transform: rotate(90deg);
}
.icons.down {
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Safari */
  transform: rotate(180deg);
}
.icons.left {
  -ms-transform: rotate(270deg);
  /* IE 9 */
  -webkit-transform: rotate(270deg);
  /* Safari */
  transform: rotate(270deg);
}
/*  icon size */
.icons.xlarge {
  font-size: 150px;
}
.icons.large {
  font-size: 100px;
}
.icons.medium {
  font-size: 80px;
}
.icons.small {
  font-size: 50px;
}
.icons.xsmall {
  font-size: 25px;
}
.icons.xxsmall {
  font-size: 16px;
}
/* icon list */
.icons-menu:before {
  content: "";
}
.icons-home:before {
  content: "";
}
.icons-image:before {
  content: "";
}
.icons-camera:before {
  content: "";
}
.icons-bubble2:before {
  content: "";
}
.icons-user:before {
  content: "";
}
.icons-heart:before {
  content: "";
}
.icons-mail:before {
  content: "";
}
.icons-mail2:before {
  content: "";
}
.icons-mail3:before {
  content: "";
}
.icons-mail4:before {
  content: "";
}
.icons-amazon:before {
  content: "";
}
.icons-google:before {
  content: "";
}
.icons-google2:before {
  content: "";
}
.icons-google3:before {
  content: "";
}
.icons-google-plus:before {
  content: "";
}
.icons-google-plus2:before {
  content: "";
}
.icons-google-plus3:before {
  content: "";
}
.icons-facebook2:before {
  content: "";
}
.icons-facebook22:before {
  content: "";
}
.icons-instagram2:before {
  content: "";
}
.icons-whatsapp:before {
  content: "";
}
.icons-spotify:before {
  content: "";
}
.icons-telegram:before {
  content: "";
}
.icons-twitter2:before {
  content: "";
}
.icons-rss:before {
  content: "";
}
.icons-rss2:before {
  content: "";
}
.icons-youtube:before {
  content: "";
}
.icons-youtube2:before {
  content: "";
}
.icons-vimeo:before {
  content: "";
}
.icons-vimeo2:before {
  content: "";
}
.icons-raremedia:before {
  content: "";
}
.icons-close:before {
  content: "";
}
.icons-arrow:before {
  content: "";
}
.icons-wineglass:before {
  content: "";
}
.icons-winebottle:before {
  content: "";
}
.icons-email:before {
  content: "";
}
.icons-drink:before {
  content: "";
}
.icons-coffee:before {
  content: "";
}
.icons-cutlery:before {
  content: "";
}
.icons-cutlery2:before {
  content: "";
}
.icons-facebook:before {
  content: "";
}
.icons-instagram:before {
  content: "";
}
.icons-twitter:before {
  content: "";
}
/* svg icon list */
.svg-icons {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.icon-size {
  display: inline-block;
}
.icon-size.xsmall {
  width: 20px;
  height: 20px;
}
.icon-size.small {
  width: 30px;
  height: 30px;
}
.icon-size.medium {
  width: 60px;
  height: 60px;
}
.icon-size.large {
  width: 90px;
  height: 90px;
}
.icon-size.xlarge {
  width: 120px;
  height: 120px;
}
.icon-size img {
  vertical-align: top;
}
/*
  Theme Name: Site Name Rare.com.au
  Author: Thomas Bye, Gordon MacK
  Description: SVG Styles
  Version: 0.0.1
  Copyright: Raremedia Pty Ltd (Andrew Davidson)'
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
## SVG
 # Intro animation svg styles
 # Logos

--------------------------------------------------------------*/
/*--------------------------------------------------------------
#   Intro animation svg styles
--------------------------------------------------------------*/
.home .st0 {
  fill: #7d7d7d;
  stroke: #7d7d7d;
  stroke-width: 0.598;
}
.home .st1 {
  fill: #ffffff;
  stroke: #ffffff;
  stroke-width: 0.598;
}
.home .st2 {
  fill: #111111;
}
.home .st3 {
  fill: #B7A729;
}
.home .st4 {
  fill: #365451;
}
.home .st5 {
  fill: #BEB331;
}
.home .st6 {
  fill: #ffffff;
  stroke: #ffffff;
  stroke-width: 0.598;
}
.home .st7 {
  fill: #B7A729;
  stroke: #B7A729;
  stroke-width: 0.598;
}
.home .st8 {
  fill: #7d7d7d;
  stroke: #7d7d7d;
  stroke-width: 0.598;
}
/*--------------------------------------------------------------
 # Logos - examples title
--------------------------------------------------------------*/
/*
  Theme Name: Raremedia
  Author: Thomas Bye, Gordon MacK
  Description: Parallax home styles
  Version: 0.0.1
  Copyright: Raremedia Pty Ltd (Andrew Davidson)'
*/
/*--------------------------------------------------------------
## Parallax
 # Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
 # Parallax
--------------------------------------------------------------*/
/*.parallaxElement {
    transition:2.4s ease opacity;
    opacity:0;
}*/
.pg-parallax .content {
  padding: 0rem;
}
.parallaxParent {
  height: 70vh;
  overflow: hidden;
}
.parallaxParent > div {
  height: 200%;
  position: relative;
  top: -100%;
}
.plx-01 > div, .plx-02 > div, .plx-03 > div {
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}
.parallaxParent > div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.webp .plx-00 > div {
  background-image: url("/public/image/plx/who_we_are.webp");
}
.no-webp .plx-00 > div {
  background-image: url("/public/image/plx/who_we_are.jpg");
}
.webp .plx-02 > div {
  background-image: url("/public/image/plx/what_we_do.webp");
}
.no-webp .plx-02 > div {
  background-image: url("/public/image/plx/what_we_do.jpg");
}
.webp .plx-03 > div {
  background-image: url("/public/image/plx/how_we_do_it.webp");
}
.no-webp .plx-03 > div {
  background-image: url("/public/image/plx/how_we_do_it.jpg");
}
.webp .plx-04 > div {
  background-image: url("/public/image/plx/why_choose_us.webp");
}
.no-webp .plx-04 > div {
  background-image: url("/public/image/plx/why_choose_us.jpg");
}
.rare_gallery {
  background-image: url("/public/image/projects/gallery_bg_image.jpg");
}
.no-webp .plx-05 div {
  background-image: url("/public/image/plx/uxandui.jpg");
}
.webp .plx-05 div {
  background-image: url("/public/image/plx/uxandui.webp");
}
.no-webp .plx-06 div {
  background-image: url("/public/image/plx/automation.jpg");
}
.webp .plx-06 div {
  background-image: url("/public/image/plx/automation.webp");
}
.no-webp .plx-07 div {
  background-image: url("/public/image/plx/apps_and_games.jpg");
}
.webp .plx-07 div {
  background-image: url("/public/image/plx/apps_and_games.webp");
}
.no-webp .plx-08 div {
  background-image: url("/public/image/plx/animation.jpg");
}
.webp .plx-08 div {
  background-image: url("/public/image/plx/animation.webp");
}
.no-webp .plx-09 div {
  background-image: url("/public/image/plx/analytics.jpg");
}
.webp .plx-09 div {
  background-image: url("/public/image/plx/analytics.webp");
}
.no-webp .plx-10 div {
  background-image: url("/public/image/plx/social_media.jpg");
}
.webp .plx-10 div {
  background-image: url("/public/image/plx/social_media.webp");
}
/*--------------------------------------------------------------
 # Responsive
--------------------------------------------------------------*/
@media (max-width: 1023px) {
  .parallaxParent {
    height: 40vh;
  }
}
@media (max-width: 600px) {
  .plx-10 div {
    background-size: cover;
    background-position: 77% -40%;
    background-size: inherit;
  }
}
@media (max-width: 480px) {
  .parallaxParent {
    height: 35vh;
  }
}
/*
  Theme Name: Eastridge Entertainment Precinct
  Author: Thomas Bye, Gordon MacK
  Description: Styles for Eastridge Entertainment Precinct for KFT
  Version: 0.0.1
  Copyright: Raremedia Pty Ltd (Andrew Davidson)'
*/
/*--------------------------------------------------------------
  # Overview Styles
--------------------------------------------------------------*/
[data-overview="true"] {
  cursor: pointer;
}
.no-scroll {
  overflow: hidden;
}
.thumbnail {
  cursor: pointer;
  height: inherit;
  width: 400px;
  text-align: center;
  padding: 0;
  margin: 0 auto;
}
.overview {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1005;
  overflow: hidden;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0;
  background-color: #e6e7e8;
  clip: rect(0px 100vw 100vh 0px);
  cursor: default;
}
.overview.open {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.overview .overview-inner {
  display: block;
  position: relative;
  width: 100vw;
  background-color: #e6e7e8;
}
.overview .overview-close {
  position: fixed;
  top: 25px;
  right: 25px;
  display: block;
  cursor: pointer;
  z-index: 1006;
}
.overview .overview-close i {
  font-size: 25px;
  color: #ffffff;
  transform-origin: center center;
}
.overview .overview-close:hover i {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .overview .overview-close {
    top: 15px;
    right: 15px;
    line-height: 100%;
  }
  .overview .overview-close i {
    font-size: 18px !important;
  }
}
@media only screen and (max-width: 480px) {
  .overview .overview-close {
    top: 10px;
    right: 10px;
  }
  .overview .overview-close i {
    font-size: 14px !important;
  }
}
.overview iframe {
  border: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
/* Overview 2 styles */
.overview2 {
  background-color: rgba(0, 0, 0, 0.8);
}
.overview2 .overview-inner {
  display: block;
  position: absolute;
  width: 80%;
  height: 80%;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  margin: 0 auto;
  background-color: #fff;
}
/* Overview 3 styles - Booking */
.overview3 {
  background-color: rgba(0, 0, 0, 0.8);
}
.overview3 .overview-inner {
  display: block;
  position: absolute;
  width: 56%;
  height: 64%;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  margin: 0 auto;
  background-color: transparent;
}
.overview2.open, .overview3.open {
  overflow-y: hidden;
}
@media only screen and (max-width: 1024px) {
  .overview3 .overview-inner, .overview2 .overview-inner {
    width: 100%;
    height: 100%;
    padding-top: 70px;
  }
  .overview3, .overview2 {
    background-color: white;
  }
  .overview3 .overview-close i, .overview2 .overview-close i {
    color: #000;
  }
}
@media only screen and (max-width: 767px) {
  .overview3 .overview-inner {
    padding-top: 50px;
  }
  .overview2 .overview-inner {
    padding-top: 50px;
  }
}
/* IE9, IE10 and IE 11 rule sets go here */
@media screen and (min-width:0\0) {
  .overview.open {
    overflow: hidden;
  }
  overview2.open, overview3.open {
    overflow: hidden;
  }
  .overview-inner {
    height: 100%;
    overflow: scroll;
  }
  .overview .foot-panel {
    width: 100%;
  }
}
/* Microsoft Edge Styles go here */
@supports (-ms-ime-align:auto) {
  /* Fix overview  */
  .overview {
    height: 100%;
  }
  .overview.open {
    overflow: hidden;
  }
  overview2.open, overview3.open {
    overflow: hidden;
  }
  .overview-inner {
    height: 100%;
    overflow: scroll;
  }
  .overview .foot-panel {
    display: block;
  }
}
/*
  Theme Name: Raremedia
  Author: Thomas Bye, Gordon MacK
  Description: Rare.com.au 2017 relaunch - Carousel styles
  Version: 0.0.1
  Copyright: Raremedia Pty Ltd (Andrew Davidson)'
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
#   Rare Carousel
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Rare Carousel
--------------------------------------------------------------*/
.rm-carousel {
  position: relative;
  overflow: hidden;
}
.rm-carousel > .inner {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.rm-carousel > .inner .slides {
  position: relative;
  left: 0;
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.rm-carousel > .inner .slide {
  opacity: 0;
  display: flex;
  position: absolute;
  flex-direction: column;
  justify-content: center;
  margin: 0 20px;
  width: 150px;
  height: 100%;
  list-style-type: none;
}
.rm-carousel > .inner .slide img {
  max-width: 100%;
  flex-shrink: 0;
}
/*
  Theme Name: Site Name TODO: Add Site Name
  Author: Thomas Bye, Gordon MacK
  Description: Base Styles
  Version: 0.0.1
  Copyright: Raremedia Pty Ltd (Andrew Davidson)'
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
## Reset
## Base Structure
## Global
## Colour
## Headers
## Buttons
## Width
## Z-index
## Position Elements
## Alerts
## Title Bar
## Social Icons
## IE Styles
## iPad / iPhone targeting styles
# Not supported

--------------------------------------------------------------*/
/*--------------------------------------------------------------
  # Reset
--------------------------------------------------------------*/
img.unloaded {
  opacity: 0;
  transition: 2.4s ease opacity;
}
.loaded {
  opacity: 1 !important;
}
body {
  font-family: "Roboto-300", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: normal;
}
a, a:link, a:visited {
  text-decoration: none;
  outline: 0;
  border: none;
  cursor: pointer;
  color: #b5a722;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
a:hover, a:focus, a:active {
  text-decoration: none;
  color: #8A801A;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
:focus {
  outline: 0;
}
section p {
  font-size: 1.1rem;
  line-height: 140%;
}
.no-select, .no-select:focus, .no-select:active {
  outline: 0;
  border: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*--------------------------------------------------------------
  # Base Structure
--------------------------------------------------------------*/
body {
  background-color: #000 !important;
  overflow: auto;
  margin: 0;
  padding: 0;
}
body > div {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
body > div > div {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
body.scroll {
  overflow: hidden;
}
body.no-scroll {
  overflow: scroll;
  overflow-x: hidden;
}
main, footer {
  overflow: hidden;
}
header.top-bar {
  z-index: 1000;
}
footer {
  color: #fff;
  overflow: hidden;
}
section.page {
  position: relative;
  padding-top: 3.5rem;
  padding-bottom: 2.5rem;
}
.title-bar {
  text-align: center;
}
.hide {
  display: none;
}
@media (max-width: 65rem) {
  .mob-br-none br {
    display: none;
  }
}
/*--------------------------------------------------------------
  # Global Styles
--------------------------------------------------------------*/
.padding-all {
  padding: 1rem;
}
.padding-none {
  padding: 0rem;
}
.padding-top {
  padding-top: 1rem;
}
.padding-right {
  padding-right: 1rem;
}
.padding-bottom {
  padding-bottom: 1rem;
}
.padding-left {
  padding-left: 1rem;
}
.padding-top-none {
  padding-top: 0rem;
}
.padding-right-none {
  padding-right: 0rem;
}
.padding-bottom-none {
  padding-bottom: 0rem;
}
.padding-left-none {
  padding-left: 0rem;
}
.padding-v {
  padding: 1rem 0;
}
.padding-h {
  padding: 0 1rem;
}
.text-italic {
  font-style: italic;
}
.nowrap {
  white-space: nowrap;
}
.todo {
  font-weight: 300;
  font-size: 16px;
  color: red;
}
video {
  width: 100%;
  height: auto;
}
/*--------------------------------------------------------------
  # Colour - Inline classes
--------------------------------------------------------------*/
.white {
  color: #fff;
}
.black {
  color: #000;
}
.red {
  color: #ff0000;
}
.bg-white {
  background-color: #fff;
}
.bg-light-blue {
  background-color: #9de9ff;
}
.fg-white {
  color: #fff;
}
.bg-black {
  background-color: #000;
}
.fg-black {
  color: #fff;
}
/*--------------------------------------------------------------
  # Headers - Tags, Panels & Styles
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
}
@media (max-width: 420px) {
  h2.title, h3.title {
    font-size: 1.5rem;
    text-align: center;
  }
}
/*--------------------------------------------------------------
  # Buttons
--------------------------------------------------------------*/
.button {
  background-color: rgba(0, 0, 0, 0.8);
  border: 1px solid transparent;
  color: #fff;
  padding: 10px 15px 8px 15px;
  line-height: 100%;
  text-transform: uppercase;
  cursor: pointer;
  outline: 0;
  font-weight: 500;
}
.button.outline {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fefefe !important;
}
.button.solid:hover {
  color: #ffffff !important;
  background-color: #b5a722;
  border: 1px solid #b5a722;
}
a.button:hover, button.button:hover, input.button:hover, a.button:focus, button.button:focus, input.button:focus, a.button:active, button.button:active, input.button:active {
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.button.right {
  float: right;
}
/*--------------------------------------------------------------
# Width
--------------------------------------------------------------*/
.width-100 {
  width: 100%;
}
.width-50 {
  width: 50%;
}
.width-25 {
  width: 25%;
}
/*--------------------------------------------------------------
# Z-index
--------------------------------------------------------------*/
.zindex-10 {
  z-index: 10;
}
.zindex-50 {
  z-index: 50;
}
.zindex-100 {
  z-index: 100;
}
.zindex-1000 {
  z-index: 1000;
}
/*--------------------------------------------------------------
# Position Elements
--------------------------------------------------------------*/
.pos-tl {
  position: absolute;
  top: 0;
  left: 0;
}
.pos-tm {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  text-align: center;
}
.pos-tr {
  position: absolute;
  top: 0;
  right: 0;
}
.pos-ml {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(50%);
}
.pos-m {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, 50%);
  text-align: center;
}
.pos-mr {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.pos-bl {
  position: absolute;
  bottom: 0;
  left: 0;
}
.pos-bm {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  text-align: center;
}
.pos-br {
  position: absolute;
  bottom: 0;
  right: 0;
}
/*--------------------------------------------------------------
  # Alerts - Browser Notifications
--------------------------------------------------------------*/
.old-browser {
  display: none;
  position: relative;
  visibility: hidden;
  width: 100%;
  color: #ffffff;
  margin: 0 auto;
  padding: 60px 0 0 0;
  text-align: center;
  font-weight: 700;
  text-transform: capitalize;
}
.no_script {
  text-align: center;
}
.callout {
  background-color: transparent;
  color: #000000;
  border: none;
  padding: 0;
  margin: 0.444em 0;
  font-family: "Roboto-300", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 1em;
  text-align: center;
}
.callout p {
  text-align: left;
  font-family: "Roboto-300", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 1em;
}
.callout.alert {
  color: #c60f13;
  background-color: transparent;
}
.callout.success {
  color: #b5a722;
  background-color: transparent;
}
/*--------------------------------------------------------------
  # Title Bar
--------------------------------------------------------------*/
.title-bar {
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
}
.title-bar h2 {
  line-height: 1;
  margin-bottom: 0;
}
.title-bar h1 {
  font-family: "SourceSansPro-300", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  font-style: italic;
  text-transform: none;
  margin: 0;
}
/*--------------------------------------------------------------
  # Social Icons
--------------------------------------------------------------*/
.social-list {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1em;
}
.social-list li {
  display: inline-block;
  position: relative;
  padding: 0;
  margin-right: 5px;
}
/*--------------------------------------------------------------
  # Tabs
--------------------------------------------------------------*/
.tabs-title > a:focus, .tabs-title > a[aria-selected=true] {
  color: #b5a722;
}
/*--------------------------------------------------------------
#   IE Styles
--------------------------------------------------------------*/
#notSupportedMessage {
  display: none;
  visibility: hidden;
}
body.notSupported {
  /* If we encounter a browser we don't support IE 8 and below */
  display: block;
  position: relative;
  background-color: #000;
  width: 100%;
  height: 100%;
}
body.notSupported #notSupportedMessage {
  display: block;
  visibility: visible;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  font-size: 40px;
  text-align: center;
  color: #fff;
}
/*--------------------------------------------------------------
# Section Label
--------------------------------------------------------------*/
.pg-label {
  position: absolute;
  top: -485px;
  left: 50%;
  padding-top: 110px;
  margin-left: -125px;
}
.pg-label .badge {
  width: 250px;
  height: 250px;
  font-family: "RobotoSlab-400", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 55px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background-color: #0a0a0a;
  border-radius: 250px;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
}
.pg-label .title {
  display: block;
  width: 100%;
  padding-top: 68px;
}
/*.ptitle {
    font-family: "Agenda", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size:180px;
    color:white;
    line-height:130px;
    $value: ();
    @for $i from 1 through 51{
        $num: $i + px;
        @if $i >= 17 {
            $theShadow:$num $num #631e0b;
        } @else if $i >= 34 {
            $theShadow:$num $num #7b2708;
        } @else {
            $theShadow:$num $num #d1321a;
        }
        $value: append($value, $theShadow, comma)
    }
    text-shadow: $value;
}*/
.pg-label i {
  margin: -20px auto 0 auto;
  color: #b5a722;
}
@media (max-width: 1023px) {
  .pg-label {
    top: -350px;
    left: 50%;
    margin-left: -75px;
  }
  .pg-label .badge {
    width: 150px;
    height: 150px;
    font-size: 30px;
    font-weight: 700;
    border-radius: 150px;
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
    overflow: hidden;
  }
  .pg-label .badge .title {
    padding-top: 42px;
  }
  .pg-label .badge .icons.small {
    font-size: 26px;
  }
}
@media (max-width: 670px) {
  .pg-label {
    top: -330px;
  }
}
@media (min-width: 414px) and (max-width: 736px) and (orientation: landscape) {
  .pg-label {
    top: -269px;
  }
}
/*--------------------------------------------------------------
# Transition classes
--------------------------------------------------------------*/
.ani-easeout {
  transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
}
.themeSpacer-margin {
  margin-block: 4rem;
}
@media (min-width: 768px) {
  .themeSpacer-margin {
    margin-block: 5rem;
  }
}
.w-100 {
  width: 100% !important;
}
.d-flex {
  display: flex;
}
.justify-end {
  justify-content: flex-end;
}
.qrCode {
  display: none;
}
@media (min-width: 768px) {
  .qrCode {
    margin-top: 5rem;
    display: block;
  }
}
/*
  Theme Name: Raremedia
  Author: Thomas Bye, Gordon MacK
  Description: Rare.com.au 2017 relaunch - Slider styles
  Version: 0.0.1
  Copyright: Raremedia Pty Ltd (Andrew Davidson)'
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
#   RM Slider
#   Slider Arrows
#   Slider Nav
#   RM Slider - Content
#   RM Slider - Banner
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# RM Slider
--------------------------------------------------------------*/
li {
  list-style-type: none;
}
.rm-slider {
  position: relative;
  overflow: hidden;
}
.rm-slider > .inner {
  display: block;
  position: relative;
  padding: 0;
  margin: 0 0 0 0;
  width: 100%;
}
.rm-slider .slides {
  list-style: none;
  padding: 0;
  margin: 0px;
  position: relative;
  min-height: 100px;
}
.rm-slider .slide {
  display: block;
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.rm-slider img.full-width {
  width: 100%;
}
.hero-height {
  max-height: 470px;
}
.hero-height-large {
  max-height: 670px;
}
.rm-slider .slide[data-slide-active="true"] {
  opacity: 1 !important;
}
/*--------------------------------------------------------------
# Slider Arrows
--------------------------------------------------------------*/
.s-arrows {
  display: block;
  position: absolute;
  top: 50%;
  bottom: 0;
  margin: 0 auto;
  padding: 0;
  cursor: pointer;
  z-index: 5;
}
.s-arrows i {
  margin-top: -50%;
}
.s-arrows:hover {
  opacity: 0.5 !important;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}
@media (max-width: 768px) {
  .s-arrows {
    display: none;
    visibility: hidden;
  }
  .s-arrows.icon-size.medium {
    width: 30px;
    height: 30px;
  }
}
.s-arrows.slide-left {
  left: 30px;
}
.s-arrows.slide-right {
  right: 30px;
}
/*--------------------------------------------------------------
# Slider Nav
--------------------------------------------------------------*/
.s-nav {
  z-index: 15;
  list-style: none;
  text-align: center;
  padding: 0px;
  margin: 0px;
}
.s-nav li {
  display: inline-block;
}
.s-nav.bullets {
  margin-bottom: 0px;
}
.s-nav.bullets li {
  width: 10px;
  height: 10px;
  margin: 15px 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 10px;
  border: 1px solid #999;
}
.s-nav.bullets li[data-control-active="true"] {
  background-color: #999;
}
.s-nav.vertical li {
  display: block;
  margin: 5px 15px;
}
.s-nav.numbers {
  top: auto;
  right: 0px;
  padding-right: 1.5rem;
  margin: 0px;
}
.s-nav.numbers li {
  color: #D1D3D4;
  font-size: 2.5rem;
  margin: 5px;
  cursor: pointer;
  font-family: "Roboto-500", Helvetica Neue, Helvetica, Arial, sans-serif;
}
.s-nav.numbers li[data-control-active="true"] {
  color: #999;
}
.s-nav.numbers li:hover {
  transition: color 0.25s ease-in-out;
  -moz-transition: color 0.25s ease-in-out;
  -webkit-transition: color 0.25s ease-in-out;
}
.s-nav.numbers li span {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .s-nav.numbers li {
    color: #D1D3D4;
    font-size: 1.5rem;
    margin: 3px;
  }
  .s-nav.numbers li > span:nth-child(2n) {
    vertical-align: baseline;
  }
  .s-nav.numbers li i {
    font-size: 1rem;
  }
}
.rm-slider[data-nav-type="numbers"] .slide .s-content > .row {
  padding-top: 2rem;
}
/*--------------------------------------------------------------
# RM Slider - Content
--------------------------------------------------------------*/
.rm-slider[data-slider-type="slider-content"] .s-content {
  padding: 0rem 3.5rem 0rem;
}
@media (max-width: 767px) {
  .rm-slider[data-slider-type="slider-content"] .s-content {
    padding: 0rem 1rem 0rem;
  }
}
@media (max-width: 767px) {
  .rm-slider[data-nav-type="numbers"] .slide {
    padding: 0 2rem;
  }
  .rm-slider[data-nav-type="numbers"] .slide .s-content {
    padding: 0rem;
  }
  .rm-slider[data-nav-type="numbers"] .slide .s-content > .row {
    padding-top: 3rem;
  }
}
@media (max-width: 380px) {
  .rm-slider[data-nav-type="numbers"] .s-arrows {
    display: none;
  }
  .rm-slider[data-nav-type="numbers"] .slide {
    padding: 0 1rem;
  }
  .rm-slider[data-nav-type="numbers"] .slide .s-content > .row {
    padding-top: 2rem;
  }
}
/*--------------------------------------------------------------
# RM Slider - Banner
--------------------------------------------------------------*/
.rm-slider[data-slider-type="slider-banner"] .s-content {
  position: absolute;
  padding: 8rem 4.5rem 2.5rem;
  z-index: 1;
  height: 100%;
  display: table;
}
.rm-slider[data-slider-type="slider-banner"] .s-content > div {
  display: table-cell;
  position: relative;
  height: 100%;
  float: none;
  vertical-align: middle;
}
.rm-slider[data-slider-type="slider-banner"] .s-bg {
  position: relative;
  width: 100%;
  z-index: 0;
}
@media (max-width: 380px) {
  .rm-slider[data-slider-type="slider-banner"] .s-content {
    padding: 0rem 1rem 0.5rem !important;
  }
}
/*
  Theme Name: Raremedia PHP core_boilerplate
  Author: Thomas Bye
  Description: Raremedia boiler plate rotator styles
  Version: 0.0.1
  Copyright: Raremedia Pty Ltd (Andrew Davidson)'
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
#   RM rotator
#
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#   RM rotator
--------------------------------------------------------------*/
.rotator {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
}
.rotator .wrapper {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
}
.rotator .wrapper .slide {
  display: block;
  position: absolute;
  width: 100%;
  height: auto;
}
.rotator .wrapper .slide a {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  cursor: default;
}
.rotator .wrapper .slide a > * {
  cursor: pointer;
}
.rotator .slide img {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  z-index: -1;
  cursor: default;
}
/*
  Theme Name: Site Name TODO: Add Site Name
  Author: Thomas Bye, Gordon MacK
  Description: Styles gallery
  Version: 0.0.1
  Copyright: Raremedia Pty Ltd (Andrew Davidson)'
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
#   Header - Default
#   Top Bar
#   Brand logo

/*--------------------------------------------------------------
Header Default
--------------------------------------------------------------*/
.nav_container {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 25px 0;
}
.nav_main_responsive {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: space-around;
  -ms-flex-pack: space-around;
  justify-content: space-around;
}
.nav_main_responsive a {
  color: #6D7C31;
  text-transform: uppercase;
  font-family: "Montserrat-Semibold", "RobotoSlab-400", Helvetica Neue, Helvetica, Arial, sans-serif;
}
.nav_main_responsive .homeLink {
  color: white;
}
.home_icon img {
  height: 20px;
  margin-left: 50px;
  margin-right: 30px;
}
.phone_icon img {
  height: 20px;
}
.plus_icon img {
  height: 30px;
  margin-right: 50px;
}
.homeLink {
  font-family: "Montserrat-Semibold", Helvetica Neue, Helvetica, Arial, sans-serif;
}
.homeLink:hover {
  color: #6D7C31;
}
.nav_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-inline: 3%;
}
.nav_main .homeLink {
  color: white;
}
.nav_main ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  list-style-type: none;
  -ms-flex-pack: distribute;
  justify-content: flex-end;
  margin: 0 auto;
}
.nav_main .homeLink {
  width: 10%;
}
.nav_main ul li {
  font-size: 14px;
  padding-left: 40px;
}
.nav_main ul li a {
  color: #6D7C31 !important;
  text-transform: uppercase;
  font-family: "Montserrat-Semibold", "RobotoSlab-400", Helvetica Neue, Helvetica, Arial, sans-serif;
}
.nav_main ul li a:hover {
  color: #b5a722 !important;
}
@media (max-width: 800px) {
  .rare_icon img {
    margin-top: 9px;
    height: 20px;
  }
  .nav_main {
    display: none;
  }
  .nav_main_responsive {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .nav_container {
    padding: 12px 0;
  }
  .nav_main ul {
    width: 65%;
  }
  .home_icon img {
    height: 15px;
    margin-left: 0px;
    margin-right: 0px;
  }
  .plus_icon img {
    margin-right: 20px;
  }
  .nav_main ul li {
    font-size: 13px;
  }
}
@media (max-width: 500px) {
  .plus_icon {
    display: none;
  }
  .nav_main ul {
    width: 90% !important;
  }
}
/*
  Theme Name: Raremedia base navigation style sheet
  Author: Thomas Bye, Gordon MacK
  Description: base navigation style sheet
  Version: 0.0.1
  Copyright: Raremedia Pty Ltd (Andrew Davidson)'
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
#   Root navigation element
#   Nav bar
#   Drop down menu
    ##  Mega menu drop down
#   Accordion menu
#   Responsive
#   Navigation Utility Classes
#   Site specific styles
--------------------------------------------------------------*/
/*--------------------------------------------------------------
  # Navigation list
--------------------------------------------------------------*/
.nav-bar {
  display: block;
  margin: 6px 0 0 0;
  padding: 0;
  list-style: none;
  z-index: 1000;
}
.nav-bar.sticky {
  position: fixed;
}
.nav-bar:after {
  content: "";
  display: table;
  clear: both;
}
.nav-bar.nav-left {
  float: left;
}
.nav-bar.nav-right {
  float: right;
}
/* Level All */
.nav-bar ul {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
}
.nav-bar li {
  display: block;
}
.nav-bar a {
  display: block;
}
/* Level 1 */
.nav-bar.horizontal > ul > li {
  display: table-cell;
  vertical-align: middle;
}
.nav-bar > ul > li > a, .nav-bar > ul > li > a:link, .nav-bar > ul > li > a:visited {
  color: #999;
  font-size: 1.2rem;
  padding: 0.8em 1.5em;
  line-height: 1;
  font-weight: 600;
}
.nav-bar > ul > li > a:hover, .nav-bar > ul > li > a:focus, .nav-bar > ul > li > a:active {
  background: rgba(51, 51, 51, 0);
  color: #b7a729;
}
.nav-bar > ul > li.active > a {
  background: #b5a722;
  color: #fff;
}
/* Level 2 & 3+ */
.nav-bar > ul > li ul {
  display: none;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  overflow: hidden;
}
.nav-bar > ul > li[data-expanded="true"] ul {
  display: block;
}
.nav-bar > ul > li[data-expanded="true"] ul.mega-menu {
  display: table;
}
.nav-bar > ul > li ul li {
  position: relative;
}
.nav-bar > ul > li ul a, .nav-bar > ul > li ul a:link, .nav-bar > ul > li ul a:visited {
  border-bottom: 1px solid #222;
  padding: 1em 1.5em;
  color: #f0f0f0;
}
.nav-bar > ul > li ul a:hover, .nav-bar > ul > li ul a:focus, .nav-bar > ul > li ul a:active {
  color: #ffffff;
  background: black;
}
.nav-bar > ul > li ul li.active a {
  background: #b5a722;
  color: #fff;
}
/* Active Classes */
.nav-bar[data-active-type="underline"] > ul > li > a > span {
  border-bottom-style: solid;
  border-bottom-width: 0.188em;
  border-color: transparent;
  padding: 1.063em 0 0.875em 0;
}
/*--------------------------------------------------------------
  # Drop Down - Style 01
--------------------------------------------------------------*/
.nav-bar.dropdown > ul > li ul {
  position: absolute;
}
/*--------------------------------------------------------------
  # Mega View - Style 01
--------------------------------------------------------------*/
/* Level 2 */
.nav-bar ul.mega-menu {
  display: none;
  left: 0;
  right: 0;
  max-width: 62.5rem;
  width: 100%;
}
.nav-bar ul.mega-menu > li {
  display: table-cell;
  padding: 1em;
}
.nav-bar ul.mega-menu > li > a {
  font-size: 1em;
  color: #fff;
}
.nav-bar ul.mega-menu li ul {
  position: relative;
  display: block;
  border: 0;
}
.nav-bar ul.mega-menu li ul > li {
  border: 0;
}
/*--------------------------------------------------------------
  # Accordion menu
--------------------------------------------------------------*/
.nav-toggle {
  color: #fff;
  cursor: pointer;
  display: none;
  float: left;
  margin-top: 6px;
  margin-right: 6px;
}
.menu-accordion .nav-toggle {
  display: block;
}
.nav-toggle i {
  color: #fff;
  font-size: 1.563em;
  padding: 11px 0.5em;
}
@media (max-width: 1023px) {
  .nav-toggle i {
    padding: 0.3em 0.3em;
  }
}
.nav-bar[data-navigation-type="accordion"] > ul > li ul li:last-child a {
  border-bottom: none;
}
@media (max-width: 1023px) {
  .nav-bar[data-navigation-type="accordion"] > ul > li a {
    padding: 1em 1.8em;
  }
  .nav-bar[data-navigation-type="accordion"] > ul > li > a:hover, .nav-bar[data-navigation-type="accordion"] > ul > li > a:focus, .nav-bar[data-navigation-type="accordion"] > ul > li > a:active {
    background-color: #b5a722;
    color: #fff;
  }
}
@media (max-width: 767px) {
  .nav-bar[data-navigation-type="accordion"] > ul > li a {
    font-size: 1.1em;
  }
}
.nav-bar[data-navigation-type="accordion"][data-expanded="true"] {
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  border-top: 1px solid #222;
  top: 3.125em;
  /* 50px */
  left: 0;
  right: 0;
}
.nav-bar[data-navigation-type="accordion"][data-expanded="true"] > ul {
  position: absolute;
  width: 100%;
}
.nav-bar[data-navigation-type="accordion"][data-expanded="true"] > ul > li {
  display: block;
}
@media (max-width: 767px) {
  .nav-bar[data-navigation-type="accordion"][data-expanded="true"] > ul > li {
    float: left;
    width: 50%;
  }
}
.nav-bar[data-navigation-type="accordion"][data-expanded="true"] > ul > li > ul {
  position: absolute;
  background: rgba(255, 255, 255, 0.05);
  width: 100%;
}
.nav-bar[data-navigation-type="accordion"][data-expanded="false"] {
  display: none;
}
/*--------------------------------------------------------------
  # Reveal menu ( rare.com.au style )
--------------------------------------------------------------*/
.menu-reveal .nav-toggle {
  display: block;
  float: left;
}
.nav-bar[data-navigation-type="reveal"] > ul > li {
  opacity: 0;
}
/*--------------------------------------------------------------
  # Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
  # Navigation Utility Classes
--------------------------------------------------------------*/
[data-sticky="true"] {
  position: fixed;
  width: 100%;
  z-index: 1000;
}
/*--------------------------------------------------------------
#   Site specific styles
--------------------------------------------------------------*/
@media (max-width: 1024px) {
  .nav-bar {
    margin: 0;
  }
}
/*
  Theme Name: Site Name rare.com.au
  Author: Thomas Bye, Gordon MacK
  Description: Form Styles
  Version: 0.0.1
  Copyright: Raremedia Pty Ltd (Andrew Davidson)'
*/
/*--------------------------------------------------------------
  # Form
--------------------------------------------------------------*/
[type="text"], [type="password"], [type="date"], [type="datetime"], [type="datetime-local"], [type="month"], [type="week"], [type="email"], [type="number"], [type="search"], [type="tel"], [type="time"], [type="url"], [type="color"], textarea {
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
}
[type="text"]:focus, [type="password"]:focus, [type="date"]:focus, [type="datetime"]:focus, [type="datetime-local"]:focus, [type="month"]:focus, [type="week"]:focus, [type="email"]:focus, [type="number"]:focus, [type="search"]:focus, [type="tel"]:focus, [type="time"]:focus, [type="url"]:focus, [type="color"]:focus, textarea:focus {
  /*border: 1px solid #ccc;
transition: border .8s ease-in-out;
-moz-transition: border .8s ease-in-out;
-webkit-transition: border .8s ease-in-out;*/
}
textarea {
  height: 150px;
}
#submit {
  font-size: 16px;
  border-radius: 4px;
}
.astrix-required {
  color: #9c8e23;
  font-size: 0.9rem;
  font-weight: 700;
}
[type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], textarea {
  /*background-color: rgba(0, 0, 0, 0.1);
    color: #6b6c6f;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: .9rem;*/
}
[type=color]:focus, [type=date]:focus, [type=datetime-local]:focus, [type=datetime]:focus, [type=email]:focus, [type=month]:focus, [type=number]:focus, [type=password]:focus, [type=search]:focus, [type=tel]:focus, [type=text]:focus, [type=time]:focus, [type=url]:focus, [type=week]:focus, textarea:focus {
  /*background-color: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    border: 1px solid #808080;
    border-radius: 0;*/
}
.button.submit, .button.submit:hover, .button.submit:active, .button.submit:focus {
  padding: 12px 20px;
  font-weight: 500;
  border-radius: 0;
  color: #fff;
  background-color: #191919;
}
.button.submit[disabled="disabled"], .button.submit[disabled="disabled"]:hover, .button.submit[disabled="disabled"]:active, .button.submit[disabled="disabled"]:focus {
  color: #fff;
  background-color: #191919;
  cursor: not-allowed;
}
.is-invalid-input:not(:focus) {
  background-color: rgba(255, 0, 0, 0.3);
}
.is-invalid-input:not(:focus)::-webkit-input-placeholder {
  color: #fff;
}
.is-invalid-input:not(:focus):-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
.is-invalid-input:not(:focus)::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.is-invalid-input:not(:focus):-ms-input-placeholder {
  color: #fff;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #808080;
}
input:focus::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #6b6c6f;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #808080;
}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  color: #6b6c6f;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #808080;
}
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  color: #6b6c6f;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #808080;
}
input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
  color: #6b6c6f;
}
@media (max-width: 768px) {
  [type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], textarea {
    font-size: 16px;
  }
}
/*
  Theme Name: Site Name TODO: Add Site Name
  Author: Thomas Bye, Gordon MacK
  Description: Styles gallery
  Version: 0.0.1
  Copyright: Raremedia Pty Ltd (Andrew Davidson)'
*/
/*--------------------------------------------------------------
Footer Structure
--------------------------------------------------------------*/
.footer {
  background-color: #0a0a0a;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  color: #fff;
  font-size: 0.9em;
}
.footer > .row.first {
  padding: 24px 0px 20px 0px;
}
.footer p {
  font-size: 1rem;
}
.footer p.small {
  font-size: 0.8rem;
}
.footer-logo {
  text-align: right;
}
.footer-logo img {
  width: 128px;
}
.footer_left_content {
  display: flex;
  flex-wrap: wrap;
}
.footer_left_content p {
  width: 100%;
}
.footer_left_content p:nth-of-type(2) {
  margin-top: auto;
}
.mb-0 {
  margin-bottom: 0;
}
.project-footer .social_media {
  padding: 0;
}
@media only screen and (max-width: 1024px) {
  .footer > .row.first {
    text-align: center;
  }
  .footer p {
    line-height: 1.2;
  }
  .footer-logo {
    text-align: center;
  }
  .footer-logo img {
    margin-left: 18px;
  }
  .footer_left_content {
    display: block;
  }
  .footer_right_content {
    display: block;
  }
  .social_media {
    padding-top: 10px;
  }
}
/*New Template*/
.footer_row {
  display: flex;
  align-items: stretch;
}
.footer_a {
  margin: 10px 0 20px 0;
  width: 100%;
}
.contact_us_footer {
  padding: 8px 12%;
  border: 2px solid #b5a722 !important;
  font-size: 18px;
  border-radius: 20px;
  color: white !important;
  width: 100%;
  font-family: "Montserrat-Light", "RobotoSlab-400", Helvetica Neue, Helvetica, Arial, sans-serif;
}
.contact_us_footer:hover {
  background-color: #b5a722;
}
.footer h5 {
  font-family: "Montserrat-Bold", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 15px;
  text-transform: uppercase;
}
.white_links {
  color: white !important;
}
.white_links:hover {
  text-decoration: underline;
}
.right_side_footer {
  display: flex;
}
.social_media {
  display: flex;
  justify-content: center;
  align-items: center;
}
.icon:hover {
  margin-top: 0px;
}
.icon {
  transition: 0.4s ease all;
  margin: 10px 5px 0 0;
  height: 40px;
  width: 43px;
  background-image: url("/public/image/icon/social_media.png");
  /*your location of the image may differ*/
}
.instagram {
  background-position: 0px 0px;
}
.facebook {
  background-position: -52px 0px;
}
.vimeo {
  background-position: -104px 0px;
}
.linkedIn {
  background-position: -155px 0px;
}
.footerCta {
  padding-block: 4rem 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1024px) {
  .footerCta {
    padding-block: 6rem 7rem;
  }
}
.footerCta h3 {
  margin-bottom: 30px;
  font-family: "Montserrat-Light", "RobotoSlab-400", Helvetica Neue, Helvetica, Arial, sans-serif;
}
.footerCta a {
  width: fit-content;
}
@media (max-width: 1023px) {
  .footer_row {
    display: block;
  }
  .services_column {
    margin: 30px 0;
  }
  .right_side_footer {
    display: block;
  }
}
@media (max-width: 639px) {
  .social_media {
    justify-content: center;
  }
}
@media (max-width: 1023px) and (min-width: 640px) {
  .social_media {
    padding-top: 0px;
  }
}
/*
  Theme Name: Raremedia
  Author: Thomas Bye, Gordon MacK
  Description: Rare.com.au 2017 relaunch
  Version: 0.0.1
  Copyright: Raremedia Pty Ltd (Andrew Davidson)'
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Import Dependency Files
# Structure
# Intro Video
# Intro animation
# Parallax
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Intro Video
--------------------------------------------------------------*/
.bg-video {
  width: auto;
  height: 100vh;
  display: block;
  position: relative;
  /*background-image:url('/public/video/intro.jpg');
    background-size:cover;*/
}
.bg-video #bgvid {
  position: relative;
  display: block;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  background: url("/public/video/intro.jpg");
  background-position: center center;
}
.bg-video #bgvid {
  top: 50%;
  left: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
@media (max-width: 640px) {
  .bg-video #bgvid {
    top: 0;
    left: 50%;
    -ms-transform: translateX(-50%) translateY(0%);
    -moz-transform: translateX(-50%) translateY(0%);
    -webkit-transform: translateX(-50%) translateY(0%);
    transform: translateX(-50%) translateY(0%);
    width: auto;
    height: 100%;
  }
}
body.ie9 .bg-video #bgvid {
  width: 100%;
  height: 100%;
  height: auto;
  top: 0;
  left: 0;
  -ms-transform: translateX(0) translateY(0);
  -moz-transform: translateX(0) translateY(0);
  -webkit-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);
}
/*--------------------------------------------------------------
# Intro animation
--------------------------------------------------------------*/
section.home {
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
  background-color: #000;
}
.ani-intro {
  display: none;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
}
.ani-intro .intro-heading {
  z-index: 3;
  width: 75%;
  transform: translate(-50%, -40%);
  -webkit-transform: translate(-50%, -40%);
}
.ani-intro .intro-heading svg {
  width: 100%;
  display: block;
}
.ani-intro .bg {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  background: #000 url("/web/image/bg01.jpg") 0 0 / 1365px 768px no-repeat;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
.ani-intro .splash {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: transparent url("/web/image/ani_splash_20.png") 0 0 / 21504px 576px no-repeat;
  opacity: 0;
  z-index: 2;
}
.ani-intro .bg-inverted, .ani-intro .splash-inverted {
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: FlipV;
  opacity: 0;
}
.ani-intro .particleContainer {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  top: 0;
}
/* Particle dot styles */
.ani-intro .dot {
  width: 10px;
  height: 10px;
  position: absolute;
  background-color: #333;
  border-radius: 20px;
  z-index: 2;
}
#home.animation .page, #home.animation .ani-intro, #home.animation .bg-container {
  height: 100%;
}
#home.animation .bg-container, #home.animation .bg-container *, #home.animation .intro-heading * {
  transform: translateZ(0.1px);
}
.next_page_arrow {
  position: absolute;
  bottom: 83px;
  text-align: center;
  width: 100%;
}
.next_page_arrow img {
  height: 40px;
  cursor: pointer;
  transition: 0.4s ease all;
  opacity: 0.6;
}
.next_page_arrow img:hover {
  opacity: 1;
}
.arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.arrow span {
  display: block;
  width: 30px;
  height: 30px;
  border-bottom: 5px solid white;
  border-right: 5px solid white;
  transform: rotate(45deg);
  margin: -10px;
  animation: animate 2s infinite;
}
.arrow span:nth-child(2) {
  animation-delay: -0.2s;
}
.arrow span:nth-child(3) {
  animation-delay: -0.4s;
}
@keyframes animate {
  0% {
    opacity: 0;
    transform: rotate(45deg) translate(-20px, -20px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: rotate(45deg) translate(20px, 20px);
  }
}
/* iPad landscape */
@media (min-width: 768px) and (max-width: 1024px) {
  #home.animation {
    height: 80vh;
  }
  #home.animation .bg-container {
    -ms-transform: scale(1.333);
    /* IE 9 */
    -webkit-transform: scale(1.333);
    /* Safari */
    transform: scale(1.333);
  }
}
/* iPad portraite */
@media (max-width: 768px) {
  #home.animation {
    height: 50vh;
  }
  #home.animation .bg-container {
    -ms-transform: scale(1.2);
    /* IE 9 */
    -webkit-transform: scale(1.2);
    /* Safari */
    transform: scale(1.2);
  }
  #home.animation .bg-container .bg, #home.animation .bg-container .splash {
    transform: translate3d(0px, 35px, 0.1px);
  }
}
/* iPhone 6+ / 7+ Landscape */
@media (max-width: 736px) and (orientation: landscape) {
  #home.animation {
    height: 100vh;
  }
  #home.animation .bg-container {
    -ms-transform: scale(1.666);
    /* IE 9 */
    -webkit-transform: scale(1.666);
    /* Safari */
    transform: scale(1.666);
  }
  #home.animation .bg-container .bg, #home.animation .bg-container .splash {
    transform: translate3d(0px, 65px, 0.1px);
  }
  #home.animation .intro-heading svg {
    -ms-transform: scale(1.333);
    /* IE 9 */
    -webkit-transform: scale(1.333);
    /* Safari */
    transform: scale(1.333);
  }
}
/* iPhone 6+ / 7+ Portrait */
@media (max-width: 414px) {
  #home.animation {
    height: 50vh;
  }
  #home.animation .bg-container {
    -ms-transform: scale(1.666);
    /* IE 9 */
    -webkit-transform: scale(1.666);
    /* Safari */
    transform: scale(1.666);
  }
  #home.animation .bg-container .bg, #home.animation .bg-container .splash {
    transform: translate3d(0px, 65px, 0.1px);
  }
  #home.animation .intro-heading svg {
    -ms-transform: scale(1.333);
    /* IE 9 */
    -webkit-transform: scale(1.333);
    /* Safari */
    transform: scale(1.333);
  }
}
/* iPhone 6 / 7 Landscape */
@media (max-width: 667px) and (orientation: landscape) {
  #home.animation {
    height: 100vh;
  }
  #home.animation .bg-container {
    -ms-transform: scale(1.666);
    /* IE 9 */
    -webkit-transform: scale(1.666);
    /* Safari */
    transform: scale(1.666);
  }
  #home.animation .bg-container .bg, #home.animation .bg-container .splash {
    transform: translate3d(0px, 65px, 0.1px);
  }
  #home.animation .intro-heading svg {
    -ms-transform: scale(1.333);
    /* IE 9 */
    -webkit-transform: scale(1.333);
    /* Safari */
    transform: scale(1.333);
  }
}
/* iPhone 6 / 7 Portrait */
@media (max-width: 375px) {
  #home.animation {
    height: 50vh;
  }
  #home.animation .bg-container {
    -ms-transform: scale(1.666);
    /* IE 9 */
    -webkit-transform: scale(1.666);
    /* Safari */
    transform: scale(1.666);
  }
  #home.animation .bg-container .bg, #home.animation .bg-container .splash {
    transform: translate3d(0px, 65px, 0.1px);
  }
  #home.animation .intro-heading svg {
    -ms-transform: scale(1.333);
    /* IE 9 */
    -webkit-transform: scale(1.333);
    /* Safari */
    transform: scale(1.333);
  }
}
/* Generic Android Portrait breakpoint Landscape */
@media (min-width: 360px) and (orientation: landscape) {
  #home.animation {
    height: 100vh;
  }
  #home.animation .bg-container {
    -ms-transform: scale(1.777);
    /* IE 9 */
    -webkit-transform: scale(1.777);
    /* Safari */
    transform: scale(1.777);
  }
  #home.animation .bg-container .bg, #home.animation .bg-container .splash {
    transform: translate3d(0px, 55px, 0.1px);
  }
  #home.animation .intro-heading svg {
    -ms-transform: scale(1.333);
    /* IE 9 */
    -webkit-transform: scale(1.333);
    /* Safari */
    transform: scale(1.333);
  }
}
/* Generic Android Portrait breakpoint Portrait */
@media (max-width: 360px) {
  #home.animation {
    height: 50vh;
  }
  #home.animation .bg-container {
    -ms-transform: scale(1.777);
    /* IE 9 */
    -webkit-transform: scale(1.777);
    /* Safari */
    transform: scale(1.777);
  }
  #home.animation .bg-container .bg, #home.animation .bg-container .splash {
    transform: translate3d(0px, 55px, 0.1px);
  }
  #home.animation .intro-heading svg {
    -ms-transform: scale(1.333);
    /* IE 9 */
    -webkit-transform: scale(1.333);
    /* Safari */
    transform: scale(1.333);
  }
}
/* iPhone 5 - 4 Portrait */
@media (max-width: 320px) {
  #home.animation {
    height: 50vh;
  }
  #home.animation .bg-container {
    -ms-transform: scale(1.666);
    /* IE 9 */
    -webkit-transform: scale(1.666);
    /* Safari */
    transform: scale(1.666);
  }
  #home.animation .bg-container .bg, #home.animation .bg-container .splash {
    transform: translate3d(0px, 50px, 0.1px);
  }
  #home.animation .intro-heading svg {
    -ms-transform: scale(1.333);
    /* IE 9 */
    -webkit-transform: scale(1.333);
    /* Safari */
    transform: scale(1.333);
  }
}
/*--------------------------------------------------------------
# Responsive - Max
--------------------------------------------------------------*/
@media (max-width: 1023px) {
  .parallaxParent {
    height: 40vh;
  }
}
@media (max-width: 670px) {
  .parallaxParent {
    height: 300px;
  }
}
@media (max-width: 767px) {
  section p {
    font-size: 1rem;
  }
}
@media (max-width: 540px) {
  .bg-video {
    background-image: url("/public/video/intro_mobile.jpg");
  }
}
/*
  Theme Name: RareMedia
  Author: Thomas Bye, Gordon MacK
  Description: Rare.com.au 2017 relaunch
  Version: 0.0.1
  Copyright: Raremedia Pty Ltd (Andrew Davidson)'
*/
/* Our Staff */
.mug_shots_container {
  max-width: 100% !important;
}
.mug-shots {
  margin-top: 70px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-end;
  row-gap: 20px;
}
#andysBlob {
  position: absolute;
  bottom: 76%;
  left: 45%;
  width: 20px;
  height: 20px;
  background: #6b3914;
  border-radius: 50%;
  z-index: 1;
  opacity: 0;
  transform: scale(0.5);
  box-shadow: inset 0px 0px 9px #180a09, 0px 0px 0px #180a09, inset 0px 0px 9px #180a09;
}
@media (min-width: 1640px) {
  #andysBlob {
    left: 46%;
  }
}
#andysBlob::after {
  background-color: rgba(255, 255, 255, 0.5);
  content: "";
  height: 50%;
  width: 15%;
  left: 18%;
  top: 0%;
  position: absolute;
  border-radius: 50%;
  transform: rotate(45deg);
}
#andysBlob.active {
  animation: blob 0.7s 1 cubic-bezier(0.65, 0.05, 0.36, 1);
  opacity: 1;
}
@keyframes blob {
  0% {
    background: #180a09;
    transform: scale(0);
    bottom: 109%;
  }
  5% {
    opacity: 1;
  }
  25% {
    transform: scale(1);
    bottom: 109%;
  }
  85% {
    opacity: 1;
  }
  87% {
    opacity: 0;
  }
  91% {
    bottom: 72%;
    transform: scale(1);
    color: #180a09;
  }
  92% {
    transform: scale(0.5);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    bottom: 76%;
    opacity: 1;
    color: #6b3914;
  }
}
.staff {
  padding-top: 3.5rem;
}
.staff p {
  font-size: 1rem;
  margin-bottom: 0;
}
.staff-mug {
  position: relative;
  margin-bottom: 1rem;
  text-align: center;
  /* display: flex;
    align-items: flex-end; */
}
.staff-mug img {
  margin: 0 auto;
}
.staff01 img {
  width: 82%;
  left: 13%;
}
.staff03 img {
  width: 41%;
  left: 32%;
}
.staff04 img {
  width: 44%;
  left: 26%;
}
.staff05 img {
  width: 60%;
  left: 20%;
}
.staff06 {
  float: left !important;
}
.staff06 img {
  width: 38%;
  left: 30%;
}
/*--------------------------------------------------------------
# Responsive - Max
--------------------------------------------------------------*/
@media (max-width: 480px) {
  .staff {
    padding-top: 0;
  }
  .staff p {
    font-size: 0.8rem;
  }
}
/*--------------------------------------------------------------
# Responsive - Min
--------------------------------------------------------------*/
@media (min-width: 1024px) {
  #who-slider h2 {
    margin-bottom: 1.8rem;
  }
}
/*--------------------------------------------------------------
# Responsive - Min & Max
--------------------------------------------------------------*/
@media (min-width: 440px) and (max-width: 1023px) {
  .staff01 img {
    width: 65%;
    left: 22%;
  }
  .staff03 img {
    width: 32%;
    left: 35%;
  }
  .staff04 img {
    width: 33%;
    left: 32%;
  }
  .mug-shots {
    margin-top: 30px;
  }
}
/*New Template CSS*/
.who_we_are_container, .work_work_work_container, .what_we_do_container, .how_container, .why_choose_us_container, .thoughts_container, .where_are_we_container {
  position: absolute;
  top: -70vh;
  height: 70vh;
  width: 100vw;
  overflow: hidden;
}
.who_we_are_container img {
  height: 40vh;
}
.who_we_are_text {
  position: relative;
}
.who_we_are_text div {
  position: absolute;
}
.who_we_are_text .who_animation {
  top: 36vh;
  left: -800px;
}
.who_we_are1 {
  animation: zoomIn1 0.9s cubic-bezier(0.62, 1.53, 0.42, 0.9) forwards;
  animation-delay: 0.3s;
}
.who_we_are_text .who {
  animation: float 5s ease-in-out infinite;
}
.who_we_are_text .are_animation {
  top: 56vh;
  left: -800px;
}
.who_we_are2 {
  animation: zoomIn2 0.9s cubic-bezier(0.62, 1.53, 0.42, 0.9) forwards;
  animation-delay: 0.5s;
}
.who_we_are_text .are {
  animation: float 5s ease-in-out infinite;
  animation-delay: 3s;
}
.who_we_are_text .we_animation {
  top: 71vh;
  left: -800px;
}
.who_we_are3 {
  animation: zoomIn3 0.9s cubic-bezier(0.62, 1.53, 0.42, 0.9) forwards;
  animation-delay: 0.7s;
}
.who_we_are_text .we {
  animation: float 5s ease-in-out infinite;
  animation-delay: 0.7s;
}
.we_love_a_chat {
  border: 1px solid #29abe2 !important;
  color: #29abe2 !important;
  padding: 8px 20px;
  border-radius: 18px;
  height: 40px;
  font-weight: 600;
  line-height: 36px;
  margin: 0 auto;
  font-family: "Montserrat-Light", "RobotoSlab-400", Helvetica Neue, Helvetica, Arial, sans-serif;
}
.we_love_a_chat:hover {
  background-color: #29abe2;
  color: white !important;
}
@keyframes zoomIn1 {
  0% {
    top: 44vh;
    left: -800px;
  }
  100% {
    top: 10vh;
    left: -130px;
  }
}
@keyframes zoomIn2 {
  0% {
    top: 63vh;
    left: -800px;
  }
  100% {
    top: 25vh;
    left: -130px;
  }
}
@keyframes zoomIn3 {
  0% {
    top: 80vh;
    left: -800px;
  }
  100% {
    top: 42vh;
    left: -130px;
  }
}
@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-10px);
  }
  100% {
    transform: translatey(0px);
  }
}
.asphalt_title {
  font-family: "AsphaltsDisplay", "Montserrat-Black", Helvetica Neue, Helvetica, Arial, sans-serif;
  margin-bottom: 30px;
  font-size: 64px;
  line-height: 65px;
}
.mons_title {
  font-family: "Montserrat-Black", Helvetica Neue, Helvetica, Arial, sans-serif;
  margin-bottom: 20px;
  font-size: 44px;
  line-height: 43px;
}
.aTeam {
  width: 16%;
  min-width: 250px;
}
@media (max-width: 1023px) {
  .who_we_are_container, .work_work_work_container, .what_we_do_container, .how_container, .why_choose_us_container, .thoughts_container, .where_are_we_container {
    height: 40vh;
    top: -40vh;
  }
  .who_we_are_container img {
    height: 25vh;
  }
  @keyframes zoomIn1 {
    0% {
      top: 44vh;
      left: -800px;
    }
    100% {
      top: 6vh;
      left: -50px;
    }
  }
  @keyframes zoomIn2 {
    0% {
      top: 63vh;
      left: -800px;
    }
    100% {
      top: 14.5vh;
      left: -50px;
    }
  }
  @keyframes zoomIn3 {
    0% {
      top: 80vh;
      left: -800px;
    }
    100% {
      top: 25vh;
      left: -50px;
    }
  }
}
@media (max-width: 670px) {
  .who_we_are_container, .work_work_work_container, .what_we_do_container, .how_container, .why_choose_us_container, .thoughts_container, .where_are_we_container {
    height: 300px;
    top: -300px;
  }
  .what h3 {
    margin: 0 auto;
  }
}
@media (max-width: 670px) {
  .who_we_are_container img {
    height: 175px;
  }
  @keyframes zoomIn1 {
    0% {
      top: 44vh;
      left: -800px;
    }
    100% {
      top: 45px;
      left: -50px;
    }
  }
  @keyframes zoomIn2 {
    0% {
      top: 63vh;
      left: -800px;
    }
    100% {
      top: 111px;
      left: -50px;
    }
  }
  @keyframes zoomIn3 {
    0% {
      top: 80vh;
      left: -800px;
    }
    100% {
      top: 190px;
      left: -50px;
    }
  }
}
@media (min-width: 1023px) and (max-height: 600px) {
  @keyframes zoomIn1 {
    0% {
      top: 44vh;
      left: -800px;
    }
    100% {
      top: 11vh;
      left: -50px;
    }
  }
  @keyframes zoomIn2 {
    0% {
      top: 63vh;
      left: -800px;
    }
    100% {
      top: 25vh;
      left: -50px;
    }
  }
  @keyframes zoomIn3 {
    0% {
      top: 80vh;
      left: -800px;
    }
    100% {
      top: 42vh;
      left: -50px;
    }
  }
}
/*
  Theme Name: Raremedia
  Author: Thomas Bye, Gordon MacK
  Description: Rare.com.au 2017 relaunch
  Version: 0.0.1
  Copyright: Raremedia Pty Ltd (Andrew Davidson)'
*/
.title {
  font-family: "Montserrat-Black", Helvetica Neue, Helvetica, Arial, sans-serif !important;
  font-size: 42px;
  width: 50%;
  margin: 40px auto;
  color: #292f44;
  text-align: center;
}
#work p {
  font-family: "Roboto-300", Helvetica Neue, Helvetica, Arial, sans-serif;
  text-align: center;
  margin: 20px auto;
  width: 100%;
  font-size: 1.1rem;
}
#work .intro {
  font-style: italic;
  padding: 0 20px;
  margin: 20px auto !important;
  font-size: 17px !important;
}
.page.work {
  padding-bottom: 1rem;
}
.project-grid .columns {
  z-index: 10;
}
.project-grid .item {
  display: block;
}
.project-grid .columns img.thumb {
  cursor: pointer;
  width: 100%;
  height: inherit;
}
figure.effect-project {
  background: #000000;
  text-align: center;
  overflow: hidden;
  position: relative;
}
figure.effect-project p {
  font-size: 68.5%;
  position: absolute;
  font-family: "Montserrat-Light", "RobotoSlab-400", Helvetica Neue, Helvetica, Arial, sans-serif;
  right: 0;
  left: 0;
  bottom: 0;
  margin: 2em;
  padding: 0 1em;
  max-width: 300px;
  text-align: right;
  opacity: 0;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
figure.effect-project p span {
  font-family: "Roboto-400", Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #fff;
}
figure.effect-project h3 {
  opacity: 0;
  font-size: 1.8rem;
  font-weight: 900;
  letter-spacing: normal;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  justify-content: center;
  padding-bottom: 36px;
  font-family: "Montserrat-Bold", "RobotoSlab-400", Helvetica Neue, Helvetica, Arial, sans-serif;
}
figure.effect-project img.thumb {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale3d(1.05, 1.05, 1);
  transform: scale3d(1.05, 1.05, 1);
  position: relative;
  display: block;
  min-height: inherit;
  max-width: 100%;
}
figure.effect-project figcaption {
  padding: 2.5em 2em 2em;
  color: #ffffff;
  font-size: 1.5rem;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
figure.effect-project figcaption:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  content: "";
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
}
figure.effect-project figcaption, figure.effect-project figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
figure.effect-project:hover p {
  opacity: 1;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
figure.effect-project:hover h3 {
  opacity: 1;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
figure.effect-project:hover figcaption::before {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}
figure.effect-project:hover img.thumb {
  opacity: 0.3 !important;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
figure.effect-project figure.effect-project.current {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto 0 auto;
  z-index: 100;
}
figure.effect-project figure.effect-project.current img.thumb {
  width: 100%;
  cursor: default;
  opacity: 0.6;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
figure.effect-project figure.effect-project.current p {
  opacity: 1;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
figure.effect-project figure.effect-project.current figcaption::before {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}
/* Overlay Styles */
.project-grid .overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1005;
  overflow: hidden;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0;
  background-color: #e6e7e8;
  clip: rect(0px 100vw 100vh 0px);
}
.project-grid .overlay.overlay-inner {
  overflow-y: scroll;
  display: block;
  position: relative;
  width: 100vw;
  height: 100vh;
  min-height: 100%;
  background-color: #e6e7e8;
}
.project-grid .overlay .btnClose {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  cursor: pointer;
  z-index: 1006;
}
/* IE 9 Support styles */
body.ie9 .project-grid .columns figure.effect-project figcaption:before {
  display: none;
  visibility: hidden;
}
.brands h3 {
  margin-top: 1rem;
  color: #292f44 !important;
  font-size: 64px !important;
  font-family: "AsphaltsDisplay", "Montserrat-Black", Helvetica Neue, Helvetica, Arial, sans-serif !important;
  line-height: 55px;
}
/* Eastridge specific styles */
.screen-wrapper {
  max-height: 599px;
  width: 90%;
}
/* IE 11 fallback */
@media (-ms-high-contrast: none) {
  /*.screen-wrapper {
        top: 0;
        -ms-transform: translateX(-66%);
    }*/
}
.screen-wrapper .layer-bg {
  position: absolute;
  z-index: -1;
  width: 100%;
}
.screen-wrapper .layer-bg img {
  width: 100%;
}
.screen-wrapper .rotator-wrapper {
  z-index: 1;
}
.screen-wrapper .rotator {
  margin: 3.4388981636% 4.5180327869% 0 3.9092055485%;
  width: 91.3727616646%;
}
@media screen and (min-width: 1300px) {
  .screen-wrapper {
    width: 70%;
  }
}
/* Brands Panel */
.brands {
  padding-top: 0.95em;
  padding-bottom: 1em;
}
.rm-carousel {
  padding-bottom: 1em;
}
#brandMarquee > .js-marquee-wrapper > .js-marquee > .brand-logo {
  margin-right: 100px;
  height: 75px;
}
/*New website styles*/
.work_work_work {
  position: absolute;
  height: 39%;
  max-width: none;
}
.work_animate {
  animation: drop1 0.6s cubic-bezier(0.62, 1.53, 0.42, 0.9) forwards;
  animation-delay: 2s;
}
.work_animate2 {
  animation: drop2 1.2s cubic-bezier(0.62, 1.53, 0.42, 0.9) forwards;
  animation-delay: 2s;
}
@keyframes drop1 {
  0% {
    margin-top: 0px;
  }
  100% {
    margin-top: 115px;
  }
}
@keyframes drop2 {
  0% {
    margin-top: 0px;
  }
  50% {
    margin-top: 115px;
  }
  55% {
    margin-top: 115px;
  }
  100% {
    margin-top: 230px;
  }
}
.ui_text_letters_container {
  position: relative;
  width: 60%;
  margin: 90px auto 0;
  height: 400px;
  min-width: 445px;
}
.uiandux_header {
  height: 650px;
  background-size: cover;
  background-position: center center;
  display: flex;
  align-items: center;
}
.webp .uiandux_header {
  background-image: url("../image/plx/work_work_work.webp");
}
.no-webp .uiandux_header {
  background-image: url("../image/plx/work_work_work.jpg");
}
.uiandux_header h1 {
  font-family: "Agenda", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 181px;
  line-height: 161px;
  position: absolute;
}
/*--------------------------------------------------------------
# Responsive - Max
--------------------------------------------------------------*/
@media screen and (max-width: 1300px) {
  figure.effect-project figcaption {
    padding: 1.8em 2em 2em;
  }
  figure.effect-project h3 {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 1100px) {
  figure.effect-project figcaption {
    padding: 1.8em 2em 2em;
  }
  figure.effect-project h3 {
    font-size: 1.2rem;
  }
  figure.effect-project p {
    font-size: 50.5%;
  }
}
@media screen and (max-width: 1023px) {
  figure.effect-project figcaption {
    padding: 2.5em 2em 2em;
  }
  figure.effect-project h3 {
    font-size: 1.5rem;
  }
  figure.effect-project p {
    font-size: 52.5%;
  }
}
@media screen and (max-width: 767px) {
  figure.effect-project figcaption {
    padding: 1.8em 1.5em 2em;
  }
  figure.effect-project h3 {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 670px) {
  figure.effect-project figcaption {
    padding: 2.5em 1.5em 2em;
  }
  figure.effect-project h3 {
    font-size: 2rem;
  }
  .uiandux_header {
    height: 440px;
  }
  figure.effect-project h3 {
    font-size: 1.5rem;
  }
  .work_work_work {
    height: 24% !important;
  }
  @keyframes drop1 {
    0% {
      margin-top: 0;
    }
    100% {
      margin-top: 76px;
    }
  }
  @keyframes drop2 {
    0% {
      margin-top: 0vh;
    }
    50% {
      margin-top: 76px;
    }
    55% {
      margin-top: 76px;
    }
    100% {
      margin-top: 154px;
    }
  }
  .ui_text_letters_container {
    margin: 200px auto 0;
  }
}
@media screen and (max-width: 380px) {
  figure.effect-project figcaption {
    padding: 1.6em 1.5em 2em;
  }
  figure.effect-project h3 {
    font-size: 1.2rem;
  }
}
/*
  Theme Name: Raremedia
  Author: Thomas Bye, Gordon MacK
  Description: Rare.com.au 2017 relaunch
  Version: 0.0.1
  Copyright: Raremedia Pty Ltd (Andrew Davidson)'
*/
.what {
  background-color: #9de9ff;
}
.what h3 {
  text-align: center;
  padding-bottom: 1.5rem;
}
.capabilities {
  list-style: none;
  margin: 0px;
  padding: 0px 0px 1.5rem;
}
.capabilities .columns {
  width: 20%;
  text-align: center;
  margin-bottom: 1.5rem;
  text-align: center;
}
.capabilities .columns:after {
  content: "";
  display: table;
  clear: both;
}
.capabilities .columns:last-child {
  float: left !important;
}
.capabilities .columns .icon-size {
  display: block;
  margin: 0 auto 1rem auto;
}
.capabilities .columns a {
  color: #0a0a0a;
  font-size: 1.1rem;
  line-height: 120%;
}
.what_nav_item {
  text-align: center;
  margin: 10px 0;
}
.what_nav_item .we_love_a_chat {
  color: black !important;
  border-color: black !important;
  font-family: "Montserrat-Light", "RobotoSlab-400", Helvetica Neue, Helvetica, Arial, sans-serif;
}
.what_nav_item .we_love_a_chat:hover {
  color: white !important;
  background-color: black !important;
}
.click_help {
  display: none;
  text-align: center;
}
/*--------------------------------------------------------------
# Responsive - Max
--------------------------------------------------------------*/
@media (max-width: 1023px) {
  .capabilities .columns {
    width: 25%;
  }
}
@media (max-width: 768px) {
  .capabilities .columns {
    width: 33.33%;
  }
}
@media (max-width: 640px) {
  .capabilities .columns {
    width: 50%;
  }
}
@media (max-width: 420px) {
  .capabilities .columns .icon-size {
    width: 60px;
    height: 60px;
  }
  .capabilities .columns a {
    font-size: 1rem;
  }
}
/*New Design Styles*/
.what_text {
  position: absolute;
  height: 30vh;
  margin-top: 12vh;
  margin-left: -43px;
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
}
.what_text_animate {
  -webkit-animation: land1 0.3s cubic-bezier(0.73, -0.75, 0.78, 1.31) forwards;
  animation: land1 0.3s cubic-bezier(0.73, -0.75, 0.78, 1.31) forwards;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.we_text {
  position: absolute;
  height: 30vh;
  margin-top: 29vh;
  margin-left: -43px;
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
}
.we_text_animate {
  -webkit-animation: land1 0.3s cubic-bezier(0.73, -0.75, 0.78, 1.31) forwards;
  animation: land1 0.3s cubic-bezier(0.73, -0.75, 0.78, 1.31) forwards;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.do_text {
  position: absolute;
  height: 30vh;
  margin-top: 45vh;
  margin-left: -43px;
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
}
.do_text_animate {
  -webkit-animation: land1 0.3s cubic-bezier(0.73, -0.75, 0.78, 1.31) forwards;
  animation: land1 0.3s cubic-bezier(0.73, -0.75, 0.78, 1.31) forwards;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
@-webkit-keyframes land1 {
  0% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes land1 {
  0% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.shake_animate {
  -webkit-animation: shake 0.77s linear forwards;
  animation: shake 0.77s linear forwards;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
@-webkit-keyframes shake {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  5% {
    -webkit-transform: translateY(7px);
    transform: translateY(7px);
  }
  10% {
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
  }
  15% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  45% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(7px);
    transform: translateY(7px);
  }
  55% {
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
  }
  60% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  80% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  85% {
    -webkit-transform: translateY(7px);
    transform: translateY(7px);
  }
  90% {
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
  }
  95% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes shake {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  5% {
    -webkit-transform: translateY(7px);
    transform: translateY(7px);
  }
  10% {
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
  }
  15% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  45% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(7px);
    transform: translateY(7px);
  }
  55% {
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
  }
  60% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  80% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  85% {
    -webkit-transform: translateY(7px);
    transform: translateY(7px);
  }
  90% {
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
  }
  95% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
.card_front1 {
  background-image: url("/public/image/cards/card1_back.png");
}
.card_back1 {
  background-image: url("/public/image/cards/card1_front.png");
}
.card_front2 {
  background-image: url("/public/image/cards/card2_back.png");
}
.card_back2 {
  background-image: url("/public/image/cards/card2_front.png");
}
.card_front3 {
  background-image: url("/public/image/cards/card3_back.png");
}
.card_back3 {
  background-image: url("/public/image/cards/card3_front.png");
}
.card_front4 {
  background-image: url("/public/image/cards/card4_back.png");
}
.card_back4 {
  background-image: url("/public/image/cards/card4_front.png");
}
.card_front5 {
  background-image: url("/public/image/cards/card5_back.png");
}
.card_back5 {
  background-image: url("/public/image/cards/card5_front.png");
}
.card_front6 {
  background-image: url("/public/image/cards/card6_back.png");
}
.card_back6 {
  background-image: url("/public/image/cards/card6_front.png");
}
.card_front7 {
  background-image: url("/public/image/cards/card7_back.png");
}
.card_back7 {
  background-image: url("/public/image/cards/card7_front.png");
}
.card_front8 {
  background-image: url("/public/image/cards/card8_back.png");
}
.card_back8 {
  background-image: url("/public/image/cards/card8_front.png");
}
.card_front9 {
  background-image: url("/public/image/cards/card9_back.png");
}
.card_back9 {
  background-image: url("/public/image/cards/card9_front.png");
}
.card_front10 {
  background-image: url("/public/image/cards/card10_back.png");
}
.card_back10 {
  background-image: url("/public/image/cards/card10_front.png");
}
.deck_container {
  /*display: flex;
    flex-wrap: wrap;
    justify-content: space-around;*/
  height: 570px;
}
.card_container {
  margin: 20px 1%;
  position: absolute;
}
.card_back {
  color: white;
  font-size: 17px;
  text-align: center;
  font-weight: 600;
  line-height: 24px;
  font-family: "Montserrat-Light", "RobotoSlab-400", Helvetica Neue, Helvetica, Arial, sans-serif;
}
.card_container, .card, .card_front, .card_back {
  width: 150px;
  height: 212px;
  border-radius: 10px;
}
.card_front, .card_back {
  -webkit-box-shadow: 0px 5px 25px 0px rgba(51, 51, 51, 0.28);
  box-shadow: 0px 5px 25px 0px rgba(51, 51, 51, 0.28);
  background-size: contain;
  background-repeat: no-repeat;
  transition: 2.4s ease opacity;
}
.card_container:nth-of-type(2) {
  z-index: 10;
}
.card_container:nth-of-type(3) {
  z-index: 9;
}
.card_container:nth-of-type(4) {
  z-index: 8;
}
.card_container:nth-of-type(5) {
  z-index: 7;
}
.card_container:nth-of-type(6) {
  z-index: 6;
}
.card_container:nth-of-type(7) {
  z-index: 5;
}
.card_container:nth-of-type(8) {
  z-index: 4;
}
.card_container:nth-of-type(9) {
  z-index: 3;
}
.card_back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.card_back .card-symbol {
  margin: 0 0.15em;
  border-radius: 50%;
  font-size: 15em;
}
.card_back {
  position: relative;
  padding: 0 1em;
}
/* FLIP CARD STYLING */
.card_container {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.card_container:hover .card_front {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.card_container:hover .card_back {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
.card {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: relative;
}
.card_front, .card_back {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.6s ease all;
}
.card_front {
  z-index: 3;
  /*-webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);*/
}
.card_back {
  z-index: 2;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.what_dont_we_do_container {
  text-align: center;
  margin-bottom: 45px;
}
.what h3 {
  font-family: "Montserrat-Black", Helvetica Neue, Helvetica, Arial, sans-serif !important;
  font-size: 42px;
  line-height: 45px;
}
.what_dont_we_do_container h2 {
  font-family: "Montserrat-Bold", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 30px;
  margin-top: 30px;
}
#testimonialSlider {
  background-color: white;
}
.testimonial_header h3 {
  font-family: "Montserrat-Black", Helvetica Neue, Helvetica, Arial, sans-serif !important;
  font-size: 42px;
  margin: 50px 0 0 0;
}
.testimonial_container p {
  font-family: "Roboto-300", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 1.1rem;
  margin: 20px 0 10px 0;
}
.testimonial_container .testimonial_name {
  font-family: "Montserrat-Bold", Helvetica Neue, Helvetica, Arial, sans-serif !important;
  font-size: 16px;
  margin: 20px 0 40px 0 !important;
}
.testimonial_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.heart {
  width: 70px;
  height: 90px;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-animation: animateHeart 2.5s infinite;
  animation: animateHeart 2.5s infinite;
  background-image: url("/public/image/icon/heart.png");
}
.card1 {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-animation: moveCard1 0.3s ease-in-out forwards;
  animation: moveCard1 0.3s ease-in-out forwards;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
@-webkit-keyframes moveCard1 {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  99% {
    z-index: 10;
  }
  100% {
    -webkit-transform: translateX(130%);
    transform: translateX(130%);
    z-index: 0;
  }
}
@keyframes moveCard1 {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  99% {
    z-index: 10;
  }
  100% {
    -webkit-transform: translateX(130%);
    transform: translateX(130%);
    z-index: 0;
  }
}
.card2 {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-animation: moveCard2 0.3s ease-in-out forwards;
  animation: moveCard2 0.3s ease-in-out forwards;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
@-webkit-keyframes moveCard2 {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  99% {
    z-index: 9;
  }
  100% {
    -webkit-transform: translateX(260%);
    transform: translateX(260%);
    z-index: 0;
  }
}
@keyframes moveCard2 {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  99% {
    z-index: 9;
  }
  100% {
    -webkit-transform: translateX(260%);
    transform: translateX(260%);
    z-index: 0;
  }
}
.card3 {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-animation: moveCard3 0.3s ease-in-out forwards;
  animation: moveCard3 0.3s ease-in-out forwards;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
@-webkit-keyframes moveCard3 {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  99% {
    z-index: 8;
  }
  100% {
    -webkit-transform: translateX(390%);
    transform: translateX(390%);
    z-index: 0;
  }
}
@keyframes moveCard3 {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  99% {
    z-index: 8;
  }
  100% {
    -webkit-transform: translateX(390%);
    transform: translateX(390%);
    z-index: 0;
  }
}
.card4 {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-animation: moveCard4 0.3s ease-in-out forwards;
  animation: moveCard4 0.3s ease-in-out forwards;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  z-index: 7;
}
@-webkit-keyframes moveCard4 {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  99% {
    z-index: 7;
  }
  100% {
    -webkit-transform: translateX(520%);
    transform: translateX(520%);
    z-index: 0;
  }
}
@keyframes moveCard4 {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  99% {
    z-index: 7;
  }
  100% {
    -webkit-transform: translateX(520%);
    transform: translateX(520%);
    z-index: 0;
  }
}
.card5 {
  -webkit-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  -webkit-animation: moveCard5 0.3s ease-in-out forwards;
  animation: moveCard5 0.3s ease-in-out forwards;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  z-index: 6;
}
@-webkit-keyframes moveCard5 {
  0% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
  99% {
    z-index: 6;
  }
  100% {
    -webkit-transform: translate(0%, 130%);
    transform: translate(0%, 130%);
    z-index: 0;
  }
}
@keyframes moveCard5 {
  0% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
  99% {
    z-index: 6;
  }
  100% {
    -webkit-transform: translate(0%, 130%);
    transform: translate(0%, 130%);
    z-index: 0;
  }
}
.card6 {
  -webkit-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  -webkit-animation: moveCard6 0.3s ease-in-out forwards;
  animation: moveCard6 0.3s ease-in-out forwards;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
  z-index: 5;
}
@-webkit-keyframes moveCard6 {
  0% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
  99% {
    z-index: 5;
  }
  100% {
    -webkit-transform: translate(130%, 130%);
    transform: translate(130%, 130%);
    z-index: 0;
  }
}
@keyframes moveCard6 {
  0% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
  99% {
    z-index: 5;
  }
  100% {
    -webkit-transform: translate(130%, 130%);
    transform: translate(130%, 130%);
    z-index: 0;
  }
}
.card7 {
  -webkit-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  -webkit-animation: moveCard7 0.3s ease-in-out forwards;
  animation: moveCard7 0.3s ease-in-out forwards;
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
  z-index: 4;
}
@-webkit-keyframes moveCard7 {
  0% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
  99% {
    z-index: 4;
  }
  100% {
    -webkit-transform: translate(260%, 130%);
    transform: translate(260%, 130%);
    z-index: 0;
  }
}
@keyframes moveCard7 {
  0% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
  99% {
    z-index: 4;
  }
  100% {
    -webkit-transform: translate(260%, 130%);
    transform: translate(260%, 130%);
    z-index: 0;
  }
}
.card8 {
  -webkit-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  -webkit-animation: moveCard8 0.3s ease-in-out forwards;
  animation: moveCard8 0.3s ease-in-out forwards;
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
  z-index: 3;
}
@-webkit-keyframes moveCard8 {
  0% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
  99% {
    z-index: 3;
  }
  100% {
    -webkit-transform: translate(390%, 130%);
    transform: translate(390%, 130%);
    z-index: 0;
  }
}
@keyframes moveCard8 {
  0% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
  99% {
    z-index: 3;
  }
  100% {
    -webkit-transform: translate(390%, 130%);
    transform: translate(390%, 130%);
    z-index: 0;
  }
}
.card9 {
  -webkit-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  -webkit-animation: moveCard9 0.3s ease-in-out forwards;
  animation: moveCard9 0.3s ease-in-out forwards;
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
  z-index: 2;
}
@-webkit-keyframes moveCard9 {
  0% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
  99% {
    z-index: 2;
  }
  100% {
    -webkit-transform: translate(520%, 130%);
    transform: translate(520%, 130%);
    z-index: 0;
  }
}
@keyframes moveCard9 {
  0% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
  99% {
    z-index: 2;
  }
  100% {
    -webkit-transform: translate(520%, 130%);
    transform: translate(520%, 130%);
    z-index: 0;
  }
}
.rare_gallery {
  height: 600px;
  background-color: black;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
.see_our_work {
  border: 1px solid #0a0a0a !important;
  color: #0a0a0a !important;
  background-color: white;
  padding: 8px 20px;
  border-radius: 18px;
  font-weight: 600;
  height: 40px;
  line-height: 21px;
  text-align: center;
  margin: 0 auto;
  width: 140px;
  font-family: "Montserrat-Light", "RobotoSlab-400", Helvetica Neue, Helvetica, Arial, sans-serif;
}
.rare_gallery:hover .see_our_work_container .see_our_work {
  background-color: #FEEE4E;
  color: #0a0a0a !important;
}
.see_our_work_container {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  text-align: center;
}
.see_our_work:hover {
  background-color: #0a0a0a;
  color: #fefefe !important;
}
.rare_gallery_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition: 0.8s ease all;
  -o-transition: 0.8s ease all;
  transition: 0.8s ease all;
}
.rare_gallery:hover .rare_gallery_text {
  opacity: 1;
}
.rare_gallery_text img {
  height: 50%;
}
@media (max-width: 1023px) {
  .what_text, .we_text, .do_text {
    height: 19.5vh;
    margin-left: -15px;
  }
  .what_text {
    margin-top: 6vh;
  }
  .we_text {
    margin-top: 16.3vh;
  }
  .do_text {
    margin-top: 26vh;
  }
  .card_container, .card, .card_front, .card_back {
    width: 14.7vw;
    height: 20.9vw;
  }
  .deck_container {
    /*display: flex;
        flex-wrap: wrap;
        justify-content: space-around;*/
    height: 53vw;
  }
  .card_back {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 767px) {
  .testimonial_container p {
    font-size: 1rem;
  }
  .rare_gallery {
    height: 400px;
  }
  .card_back {
    font-size: 14px;
    line-height: 22px;
  }
  .card_container, .card, .card_front, .card_back {
    width: 127px;
    height: 180px;
  }
  .deck_container {
    height: 1030px;
    width: 300px;
    margin: 0 auto;
  }
  @-webkit-keyframes moveCard2 {
    0% {
      -webkit-transform: translate(0%, 0%);
      transform: translate(0%, 0%);
    }
    99% {
      z-index: 8;
    }
    100% {
      -webkit-transform: translate(0%, 115%);
      transform: translate(0%, 115%);
      z-index: 0;
    }
  }
  @keyframes moveCard2 {
    0% {
      -webkit-transform: translate(0%, 0%);
      transform: translate(0%, 0%);
    }
    99% {
      z-index: 8;
    }
    100% {
      -webkit-transform: translate(0%, 115%);
      transform: translate(0%, 115%);
      z-index: 0;
    }
  }
  @-webkit-keyframes moveCard3 {
    0% {
      -webkit-transform: translate(0%, 0%);
      transform: translate(0%, 0%);
    }
    99% {
      z-index: 8;
    }
    100% {
      -webkit-transform: translate(130%, 115%);
      transform: translate(130%, 115%);
      z-index: 0;
    }
  }
  @keyframes moveCard3 {
    0% {
      -webkit-transform: translate(0%, 0%);
      transform: translate(0%, 0%);
    }
    99% {
      z-index: 8;
    }
    100% {
      -webkit-transform: translate(130%, 115%);
      transform: translate(130%, 115%);
      z-index: 0;
    }
  }
  @-webkit-keyframes moveCard4 {
    0% {
      -webkit-transform: translate(0%, 0%);
      transform: translate(0%, 0%);
    }
    99% {
      z-index: 8;
    }
    100% {
      -webkit-transform: translate(0%, 230%);
      transform: translate(0%, 230%);
      z-index: 0;
    }
  }
  @keyframes moveCard4 {
    0% {
      -webkit-transform: translate(0%, 0%);
      transform: translate(0%, 0%);
    }
    99% {
      z-index: 8;
    }
    100% {
      -webkit-transform: translate(0%, 230%);
      transform: translate(0%, 230%);
      z-index: 0;
    }
  }
  @-webkit-keyframes moveCard5 {
    0% {
      -webkit-transform: translate(0%, 0%);
      transform: translate(0%, 0%);
    }
    99% {
      z-index: 8;
    }
    100% {
      -webkit-transform: translate(130%, 230%);
      transform: translate(130%, 230%);
      z-index: 0;
    }
  }
  @keyframes moveCard5 {
    0% {
      -webkit-transform: translate(0%, 0%);
      transform: translate(0%, 0%);
    }
    99% {
      z-index: 8;
    }
    100% {
      -webkit-transform: translate(130%, 230%);
      transform: translate(130%, 230%);
      z-index: 0;
    }
  }
  @-webkit-keyframes moveCard6 {
    0% {
      -webkit-transform: translate(0%, 0%);
      transform: translate(0%, 0%);
    }
    99% {
      z-index: 8;
    }
    100% {
      -webkit-transform: translate(0%, 345%);
      transform: translate(0%, 345%);
      z-index: 0;
    }
  }
  @keyframes moveCard6 {
    0% {
      -webkit-transform: translate(0%, 0%);
      transform: translate(0%, 0%);
    }
    99% {
      z-index: 8;
    }
    100% {
      -webkit-transform: translate(0%, 345%);
      transform: translate(0%, 345%);
      z-index: 0;
    }
  }
  @-webkit-keyframes moveCard7 {
    0% {
      -webkit-transform: translate(0%, 0%);
      transform: translate(0%, 0%);
    }
    99% {
      z-index: 8;
    }
    100% {
      -webkit-transform: translate(130%, 345%);
      transform: translate(130%, 345%);
      z-index: 0;
    }
  }
  @keyframes moveCard7 {
    0% {
      -webkit-transform: translate(0%, 0%);
      transform: translate(0%, 0%);
    }
    99% {
      z-index: 8;
    }
    100% {
      -webkit-transform: translate(130%, 345%);
      transform: translate(130%, 345%);
      z-index: 0;
    }
  }
  @-webkit-keyframes moveCard8 {
    0% {
      -webkit-transform: translate(0%, 0%);
      transform: translate(0%, 0%);
    }
    99% {
      z-index: 8;
    }
    100% {
      -webkit-transform: translate(0%, 460%);
      transform: translate(0%, 460%);
      z-index: 0;
    }
  }
  @keyframes moveCard8 {
    0% {
      -webkit-transform: translate(0%, 0%);
      transform: translate(0%, 0%);
    }
    99% {
      z-index: 8;
    }
    100% {
      -webkit-transform: translate(0%, 460%);
      transform: translate(0%, 460%);
      z-index: 0;
    }
  }
  @-webkit-keyframes moveCard9 {
    0% {
      -webkit-transform: translate(0%, 0%);
      transform: translate(0%, 0%);
    }
    99% {
      z-index: 8;
    }
    100% {
      -webkit-transform: translate(130%, 460%);
      transform: translate(130%, 460%);
      z-index: 0;
    }
  }
  @keyframes moveCard9 {
    0% {
      -webkit-transform: translate(0%, 0%);
      transform: translate(0%, 0%);
    }
    99% {
      z-index: 8;
    }
    100% {
      -webkit-transform: translate(130%, 460%);
      transform: translate(130%, 460%);
      z-index: 0;
    }
  }
}
@media (max-width: 670px) {
  .what_text, .we_text, .do_text {
    height: 128px;
    margin-left: -10px;
  }
  .what_text {
    margin-top: 48px;
  }
  .we_text {
    margin-top: 123px;
  }
  .do_text {
    margin-top: 195px;
  }
}
/*
  Theme Name: Raremedia
  Author: Thomas Bye, Gordon MacK
  Description: Rare.com.au 2017 relaunch
  Version: 0.0.1
  Copyright: Raremedia Pty Ltd (Andrew Davidson)'
*/
.page.how {
  padding: 0px;
}
.how .slide .s-content > .row {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.how .intro p {
  font-family: "Montserrat-Bold", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 1.7rem;
  text-align: left;
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-weight: 400;
}
.number {
  padding-top: 9px;
}
.how .number p {
  font-family: "Montserrat-Thin", "RobotoSlab-400", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 11.6rem;
  font-weight: 400;
  line-height: 76%;
  vertical-align: top;
  text-align: right;
}
.how .line01 {
  font-weight: bold;
  font-family: "RobotoSlab-400", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  margin-bottom: 0px;
}
.how .line02 {
  font-family: "Montserrat-Light", "RobotoSlab-400", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 2.8rem;
}
.how .line03 {
  margin-bottom: 0rem;
}
.how .group-details {
  text-align: left;
  float: left !important;
}
.how .slide-1 {
  background-color: #112935;
  color: white;
  z-index: 5;
}
.how .slide-1 .number p {
  color: #8cc53f;
}
.how .slide-1 .line02 {
  color: #8cc53f;
}
.how .slide-1 .s-content .column {
  margin: 140px auto;
}
.how .slide-2 {
  background-color: #9a105d;
  color: #fff;
}
.how .slide-2 .number p {
  color: #fff;
}
.how .slide-2 .line02 {
  color: #fff;
}
.how .slide-2 .s-content .column {
  margin: 140px auto;
}
.how .slide-3 {
  background-color: #fff;
}
.how .slide-3 .number p {
  color: #d91c5c;
}
.how .slide-3 .line02 {
  color: #d91c5c;
}
.how .slide-3 .s-content .column {
  margin: 140px auto;
}
.how .slide-4 {
  background-color: #f15a24;
  color: #0a0a0a;
}
.how .slide-4 .number p {
  color: #fff;
}
.how .slide-4 .line02 {
  color: #fff;
}
.how .slide-4 .line03 {
  color: #fff;
}
.how .slide-4 .s-content .column {
  margin: 140px auto;
}
.how .slide-5 {
  background-color: #fff;
}
.how .slide-5 .number p {
  color: #1C75BC;
}
.how .slide-5 .line02 {
  color: #1C75BC;
}
.how .slide-5 .s-content .column {
  margin: 140px auto 60px;
}
.how .slide-6 {
  color: white;
  background-size: cover;
  background-position: bottom;
}
.how .slide-6 .number p {
  color: #fff;
}
.how .slide-6 .line02 {
  color: #fff;
}
.how .slide-6 .s-content .column {
  margin: 140px auto;
}
.how .s-nav li img {
  opacity: 0.5;
}
.how .s-nav li[data-slide-to="1"][data-control-active="true"], .how .s-nav li[data-slide-to="1"]:hover {
  color: #8cc53f;
}
.how .s-nav li[data-slide-to="2"][data-control-active="true"], .how .s-nav li[data-slide-to="2"]:hover {
  color: black;
}
.how .s-nav li[data-slide-to="3"][data-control-active="true"], .how .s-nav li[data-slide-to="3"]:hover {
  color: #DA1C5C;
}
.how .s-nav li[data-slide-to="4"][data-control-active="true"] {
  color: #fff;
}
.how .s-nav li[data-slide-to="4"]:hover {
  color: #6b6c6f;
}
.how .s-nav li[data-slide-to="5"][data-control-active="true"], .how .s-nav li[data-slide-to="5"]:hover {
  color: #1C75BC;
}
.how .s-nav li[data-slide-to="6"][data-control-active="true"] {
  color: #30B0D3;
}
.how .s-nav li[data-slide-to="6"]:hover {
  color: #30B0D3;
}
/*--------------------------------------------------------------
# Responsive - Max
--------------------------------------------------------------*/
@media (max-width: 1023px) {
  .how .intro br {
    display: none;
  }
  .how .slide-1 .s-content .column, .how .slide-2 .s-content .column, .how .slide-3 .s-content .column, .how .slide-4 .s-content .column, .how .slide-5 .s-content .column, .how .slide-6 .s-content .column {
    margin: 50px auto 90px;
  }
}
@media (max-width: 767px) {
  .how .intro {
    display: none;
  }
  .how .line02 {
    font-size: 2rem;
  }
  .how .number p {
    font-size: 8rem;
  }
  .video_container {
    display: none;
  }
}
@media (max-width: 500px) {
  .how .number p {
    font-size: 5rem;
  }
  .how .line01 {
    font-size: 1rem;
    margin-top: 1.3rem;
  }
  .how .line02 {
    font-size: 1.34rem;
    line-height: 120%;
  }
}
@media (max-width: 380px) {
  .how .s-nav.numbers {
    padding-right: 2rem;
  }
  .how .line01 {
    font-size: 1rem;
    margin-top: 1.3rem;
  }
  .how .line02 {
    font-size: 1.34rem;
    line-height: 120%;
  }
  .how .line03 {
    font-size: 0.9rem;
    line-height: 130%;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    padding-right: 0.8rem;
    border-top: 1px solid #e3e3e3;
  }
}
/* New design styles */
.how_container img {
  height: 36.5vh;
}
.how_text {
  position: relative;
}
.how_text div {
  position: absolute;
}
.how_text .how_animation {
  top: -35vh;
  left: -1000px;
}
.how_we_do_it1 {
  animation: zoomInHow1 0.9s cubic-bezier(0.62, 1.53, 0.42, 0.9) forwards;
  animation-delay: 0.3s;
}
.how_text .how {
  animation: float 5s ease-in-out infinite;
}
.how_text .we_do_animation {
  top: -18vh;
  left: -1000px;
}
.how_we_do_it2 {
  animation: zoomInHow2 0.9s cubic-bezier(0.62, 1.53, 0.42, 0.9) forwards;
  animation-delay: 0.5s;
}
.how_text .we_do {
  animation: float 5s ease-in-out infinite;
  animation-delay: 3s;
}
.how_text .it_animation {
  top: 2vh;
  left: -1000px;
}
.how_we_do_it3 {
  animation: zoomInHow3 0.9s cubic-bezier(0.62, 1.53, 0.42, 0.9) forwards;
  animation-delay: 0.7s;
}
.how_text .it {
  animation: float 5s ease-in-out infinite;
  animation-delay: 0.7s;
}
@keyframes zoomInHow1 {
  0% {
    top: -35vh;
    left: -800px;
  }
  100% {
    top: -11vh;
    left: -114px;
  }
}
@keyframes zoomInHow2 {
  0% {
    top: -18vh;
    left: -800px;
  }
  100% {
    top: 5.6vh;
    left: -114px;
  }
}
@keyframes zoomInHow3 {
  0% {
    top: -1vh;
    left: -800px;
  }
  100% {
    top: 22vh;
    left: -114px;
  }
}
.lets_chat_button_1, .lets_chat_button_2, .lets_chat_button_3, .lets_chat_button_4, .lets_chat_button_5, .lets_chat_button_6 {
  border-radius: 20px !important;
  padding: 8px 20px;
  float: left;
  font-weight: 600;
  margin: 50px 0 0 0;
  font-family: "Montserrat-Light", "RobotoSlab-400", Helvetica Neue, Helvetica, Arial, sans-serif;
}
.lets_chat_button_white {
  color: white !important;
  border: 1px solid white !important;
}
.lets_chat_button_pink {
  color: #d91c5c !important;
  border: 1px solid #d91c5c !important;
}
.lets_chat_button_blue {
  color: #1c75bc !important;
  border: 1px solid #1c75bc !important;
}
.lets_chat_button_dark_blue {
  color: #003d6d !important;
  border: 2px solid #003d6d !important;
  font-weight: 800;
}
.lets_chat_button_1:hover {
  color: #112935 !important;
  background-color: white;
}
.lets_chat_button_2:hover {
  color: #9a105d !important;
  background-color: white;
}
.lets_chat_button_3:hover {
  color: white !important;
  background-color: #d91c5c;
}
.lets_chat_button_4:hover {
  color: #f15a24 !important;
  background-color: white;
}
.lets_chat_button_5:hover {
  color: white !important;
  background-color: #1c75bc;
}
.lets_chat_button_6:hover {
  color: white !important;
  background-color: #003d6d;
}
.iphone_image {
  animation: float 5s ease-in-out infinite;
}
.iphone_shadow_image {
  animation: rescale 5s ease-in-out infinite;
}
.phone_contents {
  position: relative;
}
.phone_contents video {
  position: absolute;
  left: 0;
  width: 87%;
  margin: 5% 7%;
}
@keyframes rescale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.7);
  }
  100% {
    transform: scale(1);
  }
}
@media (max-width: 1023px) {
  @keyframes zoomInHow1 {
    0% {
      top: -35vh;
      left: -800px;
    }
    100% {
      top: -6vh;
      left: -50px;
    }
  }
  @keyframes zoomInHow2 {
    0% {
      top: -18vh;
      left: -800px;
    }
    100% {
      top: 4.4vh;
      left: -50px;
    }
  }
  @keyframes zoomInHow3 {
    0% {
      top: -1vh;
      left: -800px;
    }
    100% {
      top: 15vh;
      left: -50px;
    }
  }
  .how_container img {
    height: 22vh;
  }
}
@media (max-width: 670px) {
  .how_container img {
    height: 157px;
  }
  @keyframes zoomInHow1 {
    0% {
      top: -35vh;
      left: -800px;
    }
    100% {
      top: -50px;
      left: -27px;
    }
  }
  @keyframes zoomInHow2 {
    0% {
      top: -18vh;
      left: -800px;
    }
    100% {
      top: 28px;
      left: -27px;
    }
  }
  @keyframes zoomInHow3 {
    0% {
      top: -1vh;
      left: -800px;
    }
    100% {
      top: 107px;
      left: -27px;
    }
  }
}
.rocket_content {
  background-color: #30B0D3;
  height: 100%;
  width: 100%;
  position: absolute;
}
.clouds1 {
  opacity: 0;
  width: 100%;
  height: auto;
}
.clouds2 {
  opacity: 0;
  width: 100%;
  height: auto;
}
.clouds4 {
  opacity: 0;
  width: 100%;
  height: auto;
}
.clouds5 {
  opacity: 0;
  width: 100%;
  height: auto;
}
.clouds6 {
  opacity: 0;
  width: 100%;
  height: auto;
}
.rocket_flames {
  width: 100%;
}
.clouds1_container {
  position: absolute;
  bottom: -2px;
  width: 55%;
  background-image: url("/public/image/rocket/clouds1.png");
  background-size: contain;
  background-repeat: repeat-x;
  animation: move_clouds55 25s linear infinite;
}
.clouds2_container {
  position: absolute;
  bottom: -200px;
  left: -230px;
  transform: rotate(33deg);
  width: 60%;
  background-image: url("/public/image/rocket/clouds3.png");
  background-size: contain;
  background-repeat: repeat-x;
  animation: move_clouds60 25s linear infinite;
}
.clouds3_container {
  position: absolute;
  bottom: -186px;
  left: -180px;
  transform: rotate(12deg);
  width: 65%;
  opacity: 0.4;
  background-image: url("/public/image/rocket/clouds2.png");
  background-size: contain;
  background-repeat: repeat-x;
  animation: move_clouds65 25s linear infinite;
}
.clouds4_container {
  position: absolute;
  bottom: -160px;
  right: 0px;
  width: 40%;
  background-image: url("/public/image/rocket/clouds3.png");
  background-size: contain;
  background-repeat: repeat-x;
  animation: move_clouds40 25s linear infinite;
}
.clouds5_container {
  position: absolute;
  bottom: 8px;
  right: -191px;
  transform: rotate(-50deg);
  width: 30%;
  background-image: url("/public/image/rocket/clouds2.png");
  background-size: contain;
  background-repeat: repeat-x;
  animation: move_clouds30 25s linear infinite;
}
.clouds6_container {
  position: absolute;
  bottom: -246px;
  right: -202px;
  transform: rotate(-25deg);
  width: 65%;
  opacity: 0.4;
  background-image: url("/public/image/rocket/clouds3.png");
  background-size: contain;
  background-repeat: repeat-x;
  animation: move_clouds65_2 25s linear infinite;
}
.jet_container {
  width: 30%;
  position: absolute;
  bottom: 56px;
  left: 57%;
}
.rocket_flames_container {
  width: 30%;
  position: absolute;
  bottom: 56px;
  left: 57%;
  animation: wobble_and_stretch 1.6s ease infinite;
}
.rocket_cloud_container {
  width: 30%;
  position: absolute;
  bottom: 0px;
  left: 45%;
}
@keyframes move_clouds55 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -54.6vw 0;
  }
}
@keyframes move_clouds60 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -59.5vw 0;
  }
}
@keyframes move_clouds65 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -64.5vw 0;
  }
}
@keyframes move_clouds65_2 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 64.5vw 0;
  }
}
@keyframes move_clouds40 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 39.6vw 0;
  }
}
@keyframes move_clouds30 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 29.8vw 0;
  }
}
@keyframes wobble_and_stretch {
  0% {
    transform: translate(0px, 0px) scale(1, 1);
  }
  50% {
    transform: translate(0px, 0px) scale(1.1, 1.1);
  }
  100% {
    transform: translate(0px, 0px) scale(1, 1);
  }
}
.rocket_page {
  position: absolute;
  left: 0;
  right: 0;
}
@media (max-width: 1300px) {
  .jet_container, .rocket_flames_container {
    left: 60%;
  }
}
@media (max-width: 800px) {
  .jet_container, .rocket_flames_container {
    left: 62%;
  }
}
@media (max-width: 800px) {
  .jet_container, .rocket_flames_container {
    left: 64%;
    bottom: 38px;
  }
}
@media (max-width: 1200px) {
  .clouds4_container {
    bottom: -70px;
  }
  .clouds6_container {
    bottom: -170px;
  }
  .clouds5_container {
    right: -108px;
  }
  .clouds2_container {
    bottom: -138px;
  }
  .clouds3_container {
    bottom: -141px;
    left: -100px;
  }
}
@media (max-width: 530px) {
  .clouds4_container {
    bottom: -38px;
  }
}
@media (min-width: 1023px) and (max-height: 600px) {
  @keyframes zoomInHow1 {
    0% {
      top: -35vh;
      left: -800px;
    }
    100% {
      top: -6vh;
      left: -50px;
    }
  }
  @keyframes zoomInHow2 {
    0% {
      top: -18vh;
      left: -800px;
    }
    100% {
      top: 10.4vh;
      left: -50px;
    }
  }
  @keyframes zoomInHow3 {
    0% {
      top: -1vh;
      left: -800px;
    }
    100% {
      top: 27vh;
      left: -50px;
    }
  }
}
/*
  Theme Name: Raremedia
  Author: Thomas Bye, Gordon MacK
  Description: Rare.com.au 2017 relaunch
  Version: 0.0.1
  Copyright: Raremedia Pty Ltd (Andrew Davidson)'
*/
.why h3 {
  text-align: center;
  padding-bottom: 1.5rem;
}
.cms-custom {
  list-style: none;
  text-align: center;
  padding-bottom: 20px;
}
.cms-custom > li {
  padding-bottom: 1.5rem;
  min-height: 160px;
}
.cms-custom .icon-size {
  display: block;
  margin: 0 auto 1rem auto;
}
.cms-custom a {
  color: #0a0a0a;
  font-size: 1.1rem;
  line-height: 120%;
}
.why .slides li:nth-child(2) .cms-custom li:nth-child(4) {
  margin-left: 17%;
}
/*--------------------------------------------------------------
# Responsive - Max
--------------------------------------------------------------*/
@media (max-width: 640px) {
  .why .slides li:nth-child(2) .cms-custom li:nth-child(4) {
    margin-left: inherit;
  }
}
@media (max-width: 420px) {
  .cms-custom li {
    line-height: 1.2rem;
  }
  .cms-custom li .icon-size {
    width: 60px;
    height: 60px;
  }
  .cms-custom li a {
    font-size: 0.9rem;
  }
  .cms-custom li br {
    display: none;
  }
}
.why_choose_us_text {
  margin-top: 10vh;
  margin-left: 6.1%;
}
.why_choose_us_text h1 {
  font-family: "Agenda", Helvetica Neue, Helvetica, Arial, sans-serif;
  color: white;
  font-size: 19vh;
  line-height: 15vh;
  text-shadow: -1px 1px #9e005d, -2px 2px #9e005d, -3px 3px #9e005d, -4px 4px #9e005d, -5px 5px #9e005d, -6px 6px #9e005d, -7px 7px #9e005d, -8px 8px #9e005d, -9px 9px #9e005d, -10px 10px #9e005d, -11px 11px #9e005d, -12px 12px #9e005d, -13px 13px #ff00ff, -14px 14px #9e005d, -15px 15px #9e005d, -16px 16px #9e005d, -17px 17px #9e005d, -18px 18px #9e005d, -19px 19px #9e005d, -20px 20px #9e005d, -21px 21px #9e005d, -22px 22px #9e005d, -23px 23px #9e005d, -24px 24px #9e005d, -25px 25px #9e005d, -26px 26px #ff00ff, -27px 27px #9e005d, -28px 28px #9e005d, -29px 29px #9e005d, -30px 30px #9e005d;
  animation: moveBorder 3s linear infinite;
}
@keyframes moveBorder {
  100%, 0% {
    text-shadow: -1px 1px #9e005d, -2px 2px #9e005d, -3px 3px #9e005d, -4px 4px #9e005d, -5px 5px #9e005d, -6px 6px #9e005d, -7px 7px #9e005d, -8px 8px #9e005d, -9px 9px #9e005d, -10px 10px #9e005d, -11px 11px #9e005d, -12px 12px #9e005d, -13px 13px #ff00ff, -14px 14px #9e005d, -15px 15px #9e005d, -16px 16px #9e005d, -17px 17px #9e005d, -18px 18px #9e005d, -19px 19px #9e005d, -20px 20px #9e005d, -21px 21px #9e005d, -22px 22px #9e005d, -23px 23px #9e005d, -24px 24px #9e005d, -25px 25px #9e005d, -26px 26px #ff00ff, -27px 27px #9e005d, -28px 28px #9e005d, -29px 29px #9e005d, -30px 30px #9e005d, -31px 31px #9e005d, -32px 32px #9e005d, -33px 33px #9e005d, -34px 34px #9e005d, -35px 35px #9e005d, -36px 36px #9e005d, -37px 37px #9e005d, -38px 38px #9e005d, -39px 39px #ff00ff;
  }
  7.7% {
    text-shadow: -1px 1px #ff00ff, -2px 2px #9e005d, -3px 3px #9e005d, -4px 4px #9e005d, -5px 5px #9e005d, -6px 6px #9e005d, -7px 7px #9e005d, -8px 8px #9e005d, -9px 9px #9e005d, -10px 10px #9e005d, -11px 11px #9e005d, -12px 12px #9e005d, -13px 13px #9e005d, -14px 14px #ff00ff, -15px 15px #9e005d, -16px 16px #9e005d, -17px 17px #9e005d, -18px 18px #9e005d, -19px 19px #9e005d, -20px 20px #9e005d, -21px 21px #9e005d, -22px 22px #9e005d, -23px 23px #9e005d, -24px 24px #9e005d, -25px 25px #9e005d, -26px 26px #9e005d, -27px 27px #ff00ff, -28px 28px #9e005d, -29px 29px #9e005d, -30px 30px #9e005d, -31px 31px #9e005d, -32px 32px #9e005d, -33px 33px #9e005d, -34px 34px #9e005d, -35px 35px #9e005d, -36px 36px #9e005d, -37px 37px #9e005d, -38px 38px #9e005d, -39px 39px #9e005d;
  }
  15.4% {
    text-shadow: -1px 1px #9e005d, -2px 2px #ff00ff, -3px 3px #9e005d, -4px 4px #9e005d, -5px 5px #9e005d, -6px 6px #9e005d, -7px 7px #9e005d, -8px 8px #9e005d, -9px 9px #9e005d, -10px 10px #9e005d, -11px 11px #9e005d, -12px 12px #9e005d, -13px 13px #9e005d, -14px 14px #9e005d, -15px 15px #ff00ff, -16px 16px #9e005d, -17px 17px #9e005d, -18px 18px #9e005d, -19px 19px #9e005d, -20px 20px #9e005d, -21px 21px #9e005d, -22px 22px #9e005d, -23px 23px #9e005d, -24px 24px #9e005d, -25px 25px #9e005d, -26px 26px #9e005d, -27px 27px #9e005d, -28px 28px #ff00ff, -29px 29px #9e005d, -30px 30px #9e005d, -31px 31px #9e005d, -32px 32px #9e005d, -33px 33px #9e005d, -34px 34px #9e005d, -35px 35px #9e005d, -36px 36px #9e005d, -37px 37px #9e005d, -38px 38px #9e005d, -39px 39px #9e005d;
  }
  23.1% {
    text-shadow: -1px 1px #9e005d, -2px 2px #9e005d, -3px 3px #ff00ff, -4px 4px #9e005d, -5px 5px #9e005d, -6px 6px #9e005d, -7px 7px #9e005d, -8px 8px #9e005d, -9px 9px #9e005d, -10px 10px #9e005d, -11px 11px #9e005d, -12px 12px #9e005d, -13px 13px #9e005d, -14px 14px #9e005d, -15px 15px #9e005d, -16px 16px #ff00ff, -17px 17px #9e005d, -18px 18px #9e005d, -19px 19px #9e005d, -20px 20px #9e005d, -21px 21px #9e005d, -22px 22px #9e005d, -23px 23px #9e005d, -24px 24px #9e005d, -25px 25px #9e005d, -26px 26px #9e005d, -27px 27px #9e005d, -28px 28px #9e005d, -29px 29px #ff00ff, -30px 30px #9e005d, -31px 31px #9e005d, -32px 32px #9e005d, -33px 33px #9e005d, -34px 34px #9e005d, -35px 35px #9e005d, -36px 36px #9e005d, -37px 37px #9e005d, -38px 38px #9e005d, -39px 39px #9e005d;
  }
  30.8% {
    text-shadow: -1px 1px #9e005d, -2px 2px #9e005d, -3px 3px #9e005d, -4px 4px #ff00ff, -5px 5px #9e005d, -6px 6px #9e005d, -7px 7px #9e005d, -8px 8px #9e005d, -9px 9px #9e005d, -10px 10px #9e005d, -11px 11px #9e005d, -12px 12px #9e005d, -13px 13px #9e005d, -14px 14px #9e005d, -15px 15px #9e005d, -16px 16px #9e005d, -17px 17px #ff00ff, -18px 18px #9e005d, -19px 19px #9e005d, -20px 20px #9e005d, -21px 21px #9e005d, -22px 22px #9e005d, -23px 23px #9e005d, -24px 24px #9e005d, -25px 25px #9e005d, -26px 26px #9e005d, -27px 27px #9e005d, -28px 28px #9e005d, -29px 29px #9e005d, -30px 30px #ff00ff, -31px 31px #9e005d, -32px 32px #9e005d, -33px 33px #9e005d, -34px 34px #9e005d, -35px 35px #9e005d, -36px 36px #9e005d, -37px 37px #9e005d, -38px 38px #9e005d, -39px 39px #9e005d;
  }
  38.5% {
    text-shadow: -1px 1px #9e005d, -2px 2px #9e005d, -3px 3px #9e005d, -4px 4px #9e005d, -5px 5px #ff00ff, -6px 6px #9e005d, -7px 7px #9e005d, -8px 8px #9e005d, -9px 9px #9e005d, -10px 10px #9e005d, -11px 11px #9e005d, -12px 12px #9e005d, -13px 13px #9e005d, -14px 14px #9e005d, -15px 15px #9e005d, -16px 16px #9e005d, -17px 17px #9e005d, -18px 18px #ff00ff, -19px 19px #9e005d, -20px 20px #9e005d, -21px 21px #9e005d, -22px 22px #9e005d, -23px 23px #9e005d, -24px 24px #9e005d, -25px 25px #9e005d, -26px 26px #9e005d, -27px 27px #9e005d, -28px 28px #9e005d, -29px 29px #9e005d, -30px 30px #9e005d, -31px 31px #ff00ff, -32px 32px #9e005d, -33px 33px #9e005d, -34px 34px #9e005d, -35px 35px #9e005d, -36px 36px #9e005d, -37px 37px #9e005d, -38px 38px #9e005d, -39px 39px #9e005d;
  }
  46.2% {
    text-shadow: -1px 1px #9e005d, -2px 2px #9e005d, -3px 3px #9e005d, -4px 4px #9e005d, -5px 5px #9e005d, -6px 6px #ff00ff, -7px 7px #9e005d, -8px 8px #9e005d, -9px 9px #9e005d, -10px 10px #9e005d, -11px 11px #9e005d, -12px 12px #9e005d, -13px 13px #9e005d, -14px 14px #9e005d, -15px 15px #9e005d, -16px 16px #9e005d, -17px 17px #9e005d, -18px 18px #9e005d, -19px 19px #ff00ff, -20px 20px #9e005d, -21px 21px #9e005d, -22px 22px #9e005d, -23px 23px #9e005d, -24px 24px #9e005d, -25px 25px #9e005d, -26px 26px #9e005d, -27px 27px #9e005d, -28px 28px #9e005d, -29px 29px #9e005d, -30px 30px #9e005d, -31px 31px #9e005d, -32px 32px #ff00ff, -33px 33px #9e005d, -34px 34px #9e005d, -35px 35px #9e005d, -36px 36px #9e005d, -37px 37px #9e005d, -38px 38px #9e005d, -39px 39px #9e005d;
  }
  53.9% {
    text-shadow: -1px 1px #9e005d, -2px 2px #9e005d, -3px 3px #9e005d, -4px 4px #9e005d, -5px 5px #9e005d, -6px 6px #9e005d, -7px 7px #ff00ff, -8px 8px #9e005d, -9px 9px #9e005d, -10px 10px #9e005d, -11px 11px #9e005d, -12px 12px #9e005d, -13px 13px #9e005d, -14px 14px #9e005d, -15px 15px #9e005d, -16px 16px #9e005d, -17px 17px #9e005d, -18px 18px #9e005d, -19px 19px #9e005d, -20px 20px #ff00ff, -21px 21px #9e005d, -22px 22px #9e005d, -23px 23px #9e005d, -24px 24px #9e005d, -25px 25px #9e005d, -26px 26px #9e005d, -27px 27px #9e005d, -28px 28px #9e005d, -29px 29px #9e005d, -30px 30px #9e005d, -31px 31px #9e005d, -32px 32px #9e005d, -33px 33px #ff00ff, -34px 34px #9e005d, -35px 35px #9e005d, -36px 36px #9e005d, -37px 37px #9e005d, -38px 38px #9e005d, -39px 39px #9e005d;
  }
  61.6% {
    text-shadow: -1px 1px #9e005d, -2px 2px #9e005d, -3px 3px #9e005d, -4px 4px #9e005d, -5px 5px #9e005d, -6px 6px #9e005d, -7px 7px #9e005d, -8px 8px #ff00ff, -9px 9px #9e005d, -10px 10px #9e005d, -11px 11px #9e005d, -12px 12px #9e005d, -13px 13px #9e005d, -14px 14px #9e005d, -15px 15px #9e005d, -16px 16px #9e005d, -17px 17px #9e005d, -18px 18px #9e005d, -19px 19px #9e005d, -20px 20px #9e005d, -21px 21px #ff00ff, -22px 22px #9e005d, -23px 23px #9e005d, -24px 24px #9e005d, -25px 25px #9e005d, -26px 26px #9e005d, -27px 27px #9e005d, -28px 28px #9e005d, -29px 29px #9e005d, -30px 30px #9e005d, -31px 31px #9e005d, -32px 32px #9e005d, -33px 33px #9e005d, -34px 34px #ff00ff, -35px 35px #9e005d, -36px 36px #9e005d, -37px 37px #9e005d, -38px 38px #9e005d, -39px 39px #9e005d;
  }
  69.3% {
    text-shadow: -1px 1px #9e005d, -2px 2px #9e005d, -3px 3px #9e005d, -4px 4px #9e005d, -5px 5px #9e005d, -6px 6px #9e005d, -7px 7px #9e005d, -8px 8px #9e005d, -9px 9px #ff00ff, -10px 10px #9e005d, -11px 11px #9e005d, -12px 12px #9e005d, -13px 13px #9e005d, -14px 14px #9e005d, -15px 15px #9e005d, -16px 16px #9e005d, -17px 17px #9e005d, -18px 18px #9e005d, -19px 19px #9e005d, -20px 20px #9e005d, -21px 21px #9e005d, -22px 22px #ff00ff, -23px 23px #9e005d, -24px 24px #9e005d, -25px 25px #9e005d, -26px 26px #9e005d, -27px 27px #9e005d, -28px 28px #9e005d, -29px 29px #9e005d, -30px 30px #9e005d, -31px 31px #9e005d, -32px 32px #9e005d, -33px 33px #9e005d, -34px 34px #9e005d, -35px 35px #ff00ff, -36px 36px #9e005d, -37px 37px #9e005d, -38px 38px #9e005d, -39px 39px #9e005d;
  }
  77% {
    text-shadow: -1px 1px #9e005d, -2px 2px #9e005d, -3px 3px #9e005d, -4px 4px #9e005d, -5px 5px #9e005d, -6px 6px #9e005d, -7px 7px #9e005d, -8px 8px #9e005d, -9px 9px #9e005d, -10px 10px #ff00ff, -11px 11px #9e005d, -12px 12px #9e005d, -13px 13px #9e005d, -14px 14px #9e005d, -15px 15px #9e005d, -16px 16px #9e005d, -17px 17px #9e005d, -18px 18px #9e005d, -19px 19px #9e005d, -20px 20px #9e005d, -21px 21px #9e005d, -22px 22px #9e005d, -23px 23px #ff00ff, -24px 24px #9e005d, -25px 25px #9e005d, -26px 26px #9e005d, -27px 27px #9e005d, -28px 28px #9e005d, -29px 29px #9e005d, -30px 30px #9e005d, -31px 31px #9e005d, -32px 32px #9e005d, -33px 33px #9e005d, -34px 34px #9e005d, -35px 35px #9e005d, -36px 36px #ff00ff, -37px 37px #9e005d, -38px 38px #9e005d, -39px 39px #9e005d;
  }
  84.7% {
    text-shadow: -1px 1px #9e005d, -2px 2px #9e005d, -3px 3px #9e005d, -4px 4px #9e005d, -5px 5px #9e005d, -6px 6px #9e005d, -7px 7px #9e005d, -8px 8px #9e005d, -9px 9px #9e005d, -10px 10px #9e005d, -11px 11px #ff00ff, -12px 12px #9e005d, -13px 13px #9e005d, -14px 14px #9e005d, -15px 15px #9e005d, -16px 16px #9e005d, -17px 17px #9e005d, -18px 18px #9e005d, -19px 19px #9e005d, -20px 20px #9e005d, -21px 21px #9e005d, -22px 22px #9e005d, -23px 23px #9e005d, -24px 24px #ff00ff, -25px 25px #9e005d, -26px 26px #9e005d, -27px 27px #9e005d, -28px 28px #9e005d, -29px 29px #9e005d, -30px 30px #9e005d, -31px 31px #9e005d, -32px 32px #9e005d, -33px 33px #9e005d, -34px 34px #9e005d, -35px 35px #9e005d, -36px 36px #9e005d, -37px 37px #ff00ff, -38px 38px #9e005d, -39px 39px #9e005d;
  }
  92.4% {
    text-shadow: -1px 1px #9e005d, -2px 2px #9e005d, -3px 3px #9e005d, -4px 4px #9e005d, -5px 5px #9e005d, -6px 6px #9e005d, -7px 7px #9e005d, -8px 8px #9e005d, -9px 9px #9e005d, -10px 10px #9e005d, -11px 11px #9e005d, -12px 12px #ff00ff, -13px 13px #9e005d, -14px 14px #9e005d, -15px 15px #9e005d, -16px 16px #9e005d, -17px 17px #9e005d, -18px 18px #9e005d, -19px 19px #9e005d, -20px 20px #9e005d, -21px 21px #9e005d, -22px 22px #9e005d, -23px 23px #9e005d, -24px 24px #9e005d, -25px 25px #ff00ff, -26px 26px #9e005d, -27px 27px #9e005d, -28px 28px #9e005d, -29px 29px #9e005d, -30px 30px #9e005d, -31px 31px #9e005d, -32px 32px #9e005d, -33px 33px #9e005d, -34px 34px #9e005d, -35px 35px #9e005d, -36px 36px #9e005d, -37px 37px #9e005d, -38px 38px #ff00ff, -39px 39px #9e005d;
  }
}
@media (max-width: 1023px) {
  .why_choose_us_text h1 {
    font-size: 104px;
    line-height: 86px;
  }
  .why_choose_us_text {
    margin-top: 3vh;
    margin-left: 7%;
  }
}
@media (max-width: 670px) {
  .why_choose_us_text h1 {
    font-size: 88px;
    line-height: 76px;
  }
  .why_choose_us_text {
    margin-top: 22px;
    margin-left: 60px;
  }
}
@media (max-width: 670px) {
  .why_choose_us_text {
    margin-top: 22px;
    margin-left: 31px;
  }
}
/*
  Theme Name: Raremedia
  Author: Thomas Bye, Gordon MacK
  Description: Rare.com.au 2017 relaunch
  Version: 0.0.1
  Copyright: Raremedia Pty Ltd (Andrew Davidson)'
*/
section.where {
  padding-bottom: 0px;
}
.google-map {
  width: 100%;
  height: 440px;
  margin-top: 1.5rem;
  border-top: 1px solid #e3e3e3;
}
section.join {
  background-color: white;
  color: black;
  text-align: center;
}
/*--------------------------------------------------------------
# Responsive - Max
--------------------------------------------------------------*/
@media (max-width: 767px) {
  .google-map {
    height: 240px;
  }
}
@media (max-width: 639px) {
  .where form > .columns {
    padding-right: 0rem;
    padding-left: 0rem;
  }
}
/*New template CSS*/
.where_content {
  text-align: center;
}
.where_content h4 {
  font-family: "Montserrat-Black", Helvetica Neue, Helvetica, Arial, sans-serif;
  margin: 20px 0;
  font-size: 20px;
}
.where_content .title {
  font-family: "Montserrat-Black", Helvetica Neue, Helvetica, Arial, sans-serif;
  margin-bottom: 20px;
  font-size: 32px;
}
.where_content p {
  font-size: 16px;
}
.form-wrapper {
  min-width: 300px;
  padding-top: 50px;
}
.form-group {
  position: relative;
}
.form-group + .form-group {
  margin-top: 30px;
}
.form-label {
  position: absolute;
  left: 0;
  top: 10px;
  color: #999;
  z-index: 10;
  transition: transform 150ms ease-out, font-size 150ms ease-out;
}
.focused .form-label {
  transform: translateY(-125%);
  font-size: 0.75em;
}
.form-input {
  position: relative;
  padding: 12px 0px 5px 0;
  width: 100%;
  outline: 0;
  border: 0;
  box-shadow: 0 1px 0 0 #e5e5e5;
  transition: box-shadow 150ms ease-out;
  border: none !important;
  border-radius: 0px !important;
}
.form-input:focus {
  box-shadow: 0 2px 0 0 blue;
}
.form-input.filled {
  box-shadow: 0 2px 0 0 lightgreen;
}
.form-input.errored {
  box-shadow: 0 2px 0 0 #ffa7a7;
}
.new_submit {
  border-radius: 20px;
  border: 2px solid #b5a722;
  padding: 8px 20px;
  transition: 0.4s ease all;
  cursor: pointer;
}
.new_submit:hover {
  background-color: #b5a722;
  color: white;
}
.where_are_we_container img {
  height: 33vh;
}
.where_are_we_text {
  position: relative;
}
.where_are_we_text div {
  position: absolute;
}
.where_are_we_text .where_animation {
  top: 36vh;
  left: -800px;
}
.where_are_we_add1 {
  animation: zoomInwaw1 0.9s cubic-bezier(0.62, 1.53, 0.42, 0.9) forwards;
  animation-delay: 0.3s;
}
.where_are_we_text .where {
  animation: float 5s ease-in-out infinite;
}
.where_are_we_text .where_are_animation {
  top: 56vh;
  left: -800px;
}
.where_are_we_add2 {
  animation: zoomInwaw2 0.9s cubic-bezier(0.62, 1.53, 0.42, 0.9) forwards;
  animation-delay: 0.5s;
}
.where_are_we_text .whereare {
  animation: float 5s ease-in-out infinite;
  animation-delay: 3s;
}
.where_are_we_text .where_are_we_animation {
  top: 71vh;
  left: -800px;
}
.where_are_we_add3 {
  animation: zoomInwaw3 0.9s cubic-bezier(0.62, 1.53, 0.42, 0.9) forwards;
  animation-delay: 0.7s;
}
.where_are_we_text .wherearewe {
  animation: float 5s ease-in-out infinite;
  animation-delay: 0.7s;
}
@keyframes zoomInwaw1 {
  0% {
    top: 54vh;
    left: -1200px;
  }
  100% {
    top: 10vh;
    left: -70px;
  }
}
@keyframes zoomInwaw2 {
  0% {
    top: 73vh;
    left: -800px;
  }
  100% {
    top: 26vh;
    left: -70px;
  }
}
@keyframes zoomInwaw3 {
  0% {
    top: 90vh;
    left: -800px;
  }
  100% {
    top: 42vh;
    left: -70px;
  }
}
@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-10px);
  }
  100% {
    transform: translatey(0px);
  }
}
.mons_title {
  font-family: "Montserrat-Black", Helvetica Neue, Helvetica, Arial, sans-serif;
  margin-bottom: 20px;
  font-size: 44px;
}
.join_button {
  border: 1px solid #b5a722 !important;
  color: #b5a722 !important;
  padding: 8px 20px;
  border-radius: 18px;
  height: 40px;
  line-height: 36px;
  margin: 20px auto;
  font-family: "Montserrat-Light", "RobotoSlab-400", Helvetica Neue, Helvetica, Arial, sans-serif;
}
.join_button:hover {
  background-color: #b5a722;
  color: white !important;
}
@media (max-width: 1023px) {
  .where_are_we_container img {
    height: 20vh;
  }
  @keyframes zoomInwaw1 {
    0% {
      top: 44vh;
      left: -800px;
    }
    100% {
      top: 6vh;
      left: -50px;
    }
  }
  @keyframes zoomInwaw2 {
    0% {
      top: 63vh;
      left: -800px;
    }
    100% {
      top: 16.5vh;
      left: -50px;
    }
  }
  @keyframes zoomInwaw3 {
    0% {
      top: 80vh;
      left: -800px;
    }
    100% {
      top: 27vh;
      left: -50px;
    }
  }
}
@media (max-width: 670px) {
  .where_are_we_container img {
    height: 146px;
  }
  @keyframes zoomInwaw1 {
    0% {
      top: 44vh;
      left: -800px;
    }
    100% {
      top: 45px;
      left: -45px;
    }
  }
  @keyframes zoomInwaw2 {
    0% {
      top: 63vh;
      left: -800px;
    }
    100% {
      top: 121px;
      left: -50px;
    }
  }
  @keyframes zoomInwaw3 {
    0% {
      top: 80vh;
      left: -800px;
    }
    100% {
      top: 200px;
      left: -50px;
    }
  }
}
/*
  Theme Name: Raremedia
  Author: Thomas Bye, Gordon MacK
  Description: Rare.com.au 2017 relaunch
  Version: 0.0.1
  Copyright: Raremedia Pty Ltd (Andrew Davidson)'
*/
.tech_we_love {
  text-align: center;
}
.tech_we_love h1 {
  font-family: "AsphaltsDisplay", "Montserrat-Black", Helvetica Neue, Helvetica, Arial, sans-serif;
  margin-bottom: 40px;
  font-size: 64px;
}
#techMarquee > .js-marquee-wrapper > .js-marquee > .brand-logo {
  margin-right: 100px;
  height: 70px;
}
.js-marquee-wrapper:hover {
  /*-webkit-animation-play-state: paused !important;
    -moz-animation-play-state: paused !important;
    -o-animation-play-state: paused !important;
     animation-play-state: paused !important;*/
}
/*
  Theme Name: Raremedia
  Author: Thomas Bye, Gordon MacK
  Description: Rare.com.au 2017 relaunch
  Version: 0.0.1
  Copyright: Raremedia Pty Ltd (Andrew Davidson)'
*/
#social {
  background-color: #1a1a1a;
  color: white;
}
#social h2 {
  font-size: 20px;
  background-image: url("/public/image/icon/insta.png");
  background-repeat: no-repeat;
  padding-left: 30px;
  background-size: 20px 20px;
  background-position: center left;
  font-weight: 300;
  font-family: "Montserrat-Light", "RobotoSlab-400", Helvetica Neue, Helvetica, Arial, sans-serif;
}
.social_flex {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
}
.social_media_icons {
  height: 20px;
  margin: 0 6px;
  float: right;
  opacity: 0.6;
}
.social_media_a:nth-of-type(1) .social_media_icons {
  width: 20px;
  height: 17px;
}
.social_media_a:nth-of-type(2) .social_media_icons {
  width: 11px;
}
.social_media_a:nth-of-type(3) .social_media_icons {
  width: 18px;
  height: 18px;
}
.social_media_a:nth-of-type(4) .social_media_icons {
  width: 22px;
}
#rudr_instafeed {
  text-align: center;
  margin-top: 20px;
  display: flex;
  align-items: center;
}
.social_media_a .social_media_icons {
  transition: 0.4s ease all;
}
.social_media_a:hover .social_media_icons {
  opacity: 1;
}
.insta_images {
  transition: 0.4s ease all;
  margin-bottom: 30px;
}
.insta_images:hover {
  transform: scale(1.05);
}
.button_wrapper {
  padding: 5px 0;
}
@media (max-width: 1023px) {
  .social_media_icons {
    float: left;
  }
}
@media (max-width: 1023px) {
  #rudr_instafeed {
    flex-direction: column;
  }
}
