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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent; }

@-ms-viewport {
  width: device-width; }

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: .5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[data-original-title],
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:hover {
  color: #0056b3;
  text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):focus {
  outline: 0; }

code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  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 {
  padding: 0;
  border-style: none; }

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0; }

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; }

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none; }

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 1024px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1200px; } }
  @media (min-width: 1400px) {
    .container {
      max-width: 1400px; } }
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 4.1666666667%; }
  .offset-sm-2 {
    margin-left: 8.3333333333%; }
  .offset-sm-3 {
    margin-left: 12.5%; }
  .offset-sm-4 {
    margin-left: 16.6666666667%; }
  .offset-sm-5 {
    margin-left: 20.8333333333%; }
  .offset-sm-6 {
    margin-left: 25%; }
  .offset-sm-7 {
    margin-left: 29.1666666667%; }
  .offset-sm-8 {
    margin-left: 33.3333333333%; }
  .offset-sm-9 {
    margin-left: 37.5%; }
  .offset-sm-10 {
    margin-left: 41.6666666667%; }
  .offset-sm-11 {
    margin-left: 45.8333333333%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 4.1666666667%; }
  .offset-md-2 {
    margin-left: 8.3333333333%; }
  .offset-md-3 {
    margin-left: 12.5%; }
  .offset-md-4 {
    margin-left: 16.6666666667%; }
  .offset-md-5 {
    margin-left: 20.8333333333%; }
  .offset-md-6 {
    margin-left: 25%; }
  .offset-md-7 {
    margin-left: 29.1666666667%; }
  .offset-md-8 {
    margin-left: 33.3333333333%; }
  .offset-md-9 {
    margin-left: 37.5%; }
  .offset-md-10 {
    margin-left: 41.6666666667%; }
  .offset-md-11 {
    margin-left: 45.8333333333%; } }

@media (min-width: 1024px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 4.1666666667%; }
  .offset-lg-2 {
    margin-left: 8.3333333333%; }
  .offset-lg-3 {
    margin-left: 12.5%; }
  .offset-lg-4 {
    margin-left: 16.6666666667%; }
  .offset-lg-5 {
    margin-left: 20.8333333333%; }
  .offset-lg-6 {
    margin-left: 25%; }
  .offset-lg-7 {
    margin-left: 29.1666666667%; }
  .offset-lg-8 {
    margin-left: 33.3333333333%; }
  .offset-lg-9 {
    margin-left: 37.5%; }
  .offset-lg-10 {
    margin-left: 41.6666666667%; }
  .offset-lg-11 {
    margin-left: 45.8333333333%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 4.1666666667%; }
  .offset-xl-2 {
    margin-left: 8.3333333333%; }
  .offset-xl-3 {
    margin-left: 12.5%; }
  .offset-xl-4 {
    margin-left: 16.6666666667%; }
  .offset-xl-5 {
    margin-left: 20.8333333333%; }
  .offset-xl-6 {
    margin-left: 25%; }
  .offset-xl-7 {
    margin-left: 29.1666666667%; }
  .offset-xl-8 {
    margin-left: 33.3333333333%; }
  .offset-xl-9 {
    margin-left: 37.5%; }
  .offset-xl-10 {
    margin-left: 41.6666666667%; }
  .offset-xl-11 {
    margin-left: 45.8333333333%; } }

@media (min-width: 1400px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xxl-first {
    order: -1; }
  .order-xxl-last {
    order: 13; }
  .order-xxl-0 {
    order: 0; }
  .order-xxl-1 {
    order: 1; }
  .order-xxl-2 {
    order: 2; }
  .order-xxl-3 {
    order: 3; }
  .order-xxl-4 {
    order: 4; }
  .order-xxl-5 {
    order: 5; }
  .order-xxl-6 {
    order: 6; }
  .order-xxl-7 {
    order: 7; }
  .order-xxl-8 {
    order: 8; }
  .order-xxl-9 {
    order: 9; }
  .order-xxl-10 {
    order: 10; }
  .order-xxl-11 {
    order: 11; }
  .order-xxl-12 {
    order: 12; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 4.1666666667%; }
  .offset-xxl-2 {
    margin-left: 8.3333333333%; }
  .offset-xxl-3 {
    margin-left: 12.5%; }
  .offset-xxl-4 {
    margin-left: 16.6666666667%; }
  .offset-xxl-5 {
    margin-left: 20.8333333333%; }
  .offset-xxl-6 {
    margin-left: 25%; }
  .offset-xxl-7 {
    margin-left: 29.1666666667%; }
  .offset-xxl-8 {
    margin-left: 33.3333333333%; }
  .offset-xxl-9 {
    margin-left: 37.5%; }
  .offset-xxl-10 {
    margin-left: 41.6666666667%; }
  .offset-xxl-11 {
    margin-left: 45.8333333333%; } }

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1024px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1400px) {
  .d-xxl-none {
    display: none !important; }
  .d-xxl-inline {
    display: inline !important; }
  .d-xxl-inline-block {
    display: inline-block !important; }
  .d-xxl-block {
    display: block !important; }
  .d-xxl-table {
    display: table !important; }
  .d-xxl-table-row {
    display: table-row !important; }
  .d-xxl-table-cell {
    display: table-cell !important; }
  .d-xxl-flex {
    display: flex !important; }
  .d-xxl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 1024px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

@media (min-width: 1400px) {
  .flex-xxl-row {
    flex-direction: row !important; }
  .flex-xxl-column {
    flex-direction: column !important; }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xxl-wrap {
    flex-wrap: wrap !important; }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xxl-fill {
    flex: 1 1 auto !important; }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xxl-start {
    justify-content: flex-start !important; }
  .justify-content-xxl-end {
    justify-content: flex-end !important; }
  .justify-content-xxl-center {
    justify-content: center !important; }
  .justify-content-xxl-between {
    justify-content: space-between !important; }
  .justify-content-xxl-around {
    justify-content: space-around !important; }
  .align-items-xxl-start {
    align-items: flex-start !important; }
  .align-items-xxl-end {
    align-items: flex-end !important; }
  .align-items-xxl-center {
    align-items: center !important; }
  .align-items-xxl-baseline {
    align-items: baseline !important; }
  .align-items-xxl-stretch {
    align-items: stretch !important; }
  .align-content-xxl-start {
    align-content: flex-start !important; }
  .align-content-xxl-end {
    align-content: flex-end !important; }
  .align-content-xxl-center {
    align-content: center !important; }
  .align-content-xxl-between {
    align-content: space-between !important; }
  .align-content-xxl-around {
    align-content: space-around !important; }
  .align-content-xxl-stretch {
    align-content: stretch !important; }
  .align-self-xxl-auto {
    align-self: auto !important; }
  .align-self-xxl-start {
    align-self: flex-start !important; }
  .align-self-xxl-end {
    align-self: flex-end !important; }
  .align-self-xxl-center {
    align-self: center !important; }
  .align-self-xxl-baseline {
    align-self: baseline !important; }
  .align-self-xxl-stretch {
    align-self: stretch !important; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

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

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

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

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

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

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

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

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 1024px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

@media (min-width: 1400px) {
  .m-xxl-0 {
    margin: 0 !important; }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important; }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important; }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important; }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important; }
  .m-xxl-1 {
    margin: 0.25rem !important; }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important; }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important; }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important; }
  .m-xxl-2 {
    margin: 0.5rem !important; }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important; }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important; }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important; }
  .m-xxl-3 {
    margin: 1rem !important; }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important; }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important; }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important; }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important; }
  .m-xxl-4 {
    margin: 1.5rem !important; }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important; }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important; }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important; }
  .m-xxl-5 {
    margin: 3rem !important; }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important; }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important; }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important; }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important; }
  .p-xxl-0 {
    padding: 0 !important; }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important; }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important; }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important; }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important; }
  .p-xxl-1 {
    padding: 0.25rem !important; }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important; }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important; }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important; }
  .p-xxl-2 {
    padding: 0.5rem !important; }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important; }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important; }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important; }
  .p-xxl-3 {
    padding: 1rem !important; }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important; }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important; }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important; }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important; }
  .p-xxl-4 {
    padding: 1.5rem !important; }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important; }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important; }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important; }
  .p-xxl-5 {
    padding: 3rem !important; }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important; }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important; }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important; }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important; }
  .m-xxl-n1 {
    margin: -0.25rem !important; }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.25rem !important; }
  .m-xxl-n2 {
    margin: -0.5rem !important; }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -0.5rem !important; }
  .m-xxl-n3 {
    margin: -1rem !important; }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -1rem !important; }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -1rem !important; }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -1rem !important; }
  .m-xxl-n4 {
    margin: -1.5rem !important; }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -1.5rem !important; }
  .m-xxl-n5 {
    margin: -3rem !important; }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -3rem !important; }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -3rem !important; }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -3rem !important; }
  .m-xxl-auto {
    margin: auto !important; }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important; }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important; }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important; }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

/* Positioning */
/* Center Background */
/* Absolute Center */
@-webkit-keyframes navLinksFade {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes navLinksFade {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

* {
  padding: 0;
  margin: 0; }

body,
html {
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  font-family: "NeueHaasGroteskText Pro";
  color: #000; }

body {
  overflow-x: hidden;
  right: 0;
  transition: ease-in-out 0.25s all;
  position: relative; }
  body img.gform_ajax_spinner {
    display: none !important; }
  body.push-right {
    right: 50%; }
    @media (max-width: 1023px) {
      body.push-right {
        right: 75%; } }
.hero + .page-builder {
  margin-top: 100vh; }

.page-builder {
  background-color: #ebe9e9;
  transition: background-color 1s ease;
  position: relative;
  z-index: 2; }

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

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

.full-width {
  width: 100%; }

.full-height {
  height: 100%; }

.p-relative {
  position: relative; }

.gf_progressbar_wrapper,
label,
.gform_submission_error,
.gfield_required {
  display: none; }

.gform_wrapper {
  width: 100%; }
  .gform_wrapper .ginput_container input,
  .gform_wrapper .ginput_container textarea {
    background-color: transparent;
    border: none;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
    .gform_wrapper .ginput_container input:focus,
    .gform_wrapper .ginput_container textarea:focus {
      outline: none; }
  .gform_wrapper ::-webkit-input-placeholder {
    color: #000; }
  .gform_wrapper ::-moz-placeholder {
    color: #000; }
  .gform_wrapper :-ms-input-placeholder {
    color: #000; }
  .gform_wrapper ::placeholder {
    color: #000; }
  .gform_wrapper .gform_footer input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: none;
    color: #000; }
    .gform_wrapper .gform_footer input[type="submit"]:hover {
      color: #000; }

.padding-sides {
  padding-left: 5px;
  padding-right: 5px; }
  @media (min-width: 1024px) {
    .padding-sides {
      padding-left: calc(6vw - 15px);
      padding-right: calc(6vw - 15px); } }
  @media (min-width: 1024px) {
    .padding-sides--large {
      padding-left: calc(15vw - 15px);
      padding-right: calc(15vw - 15px); } }
section.padding-top-yes {
  padding-top: 50px; }
  @media (min-width: 768px) {
    section.padding-top-yes {
      padding-top: 65px; } }
  section.padding-top-yes--extra {
    padding-top: 100px; }
    @media (min-width: 768px) {
      section.padding-top-yes--extra {
        padding-top: 180px; } }
section.padding-bottom-yes {
  padding-bottom: 50px; }
  @media (min-width: 768px) {
    section.padding-bottom-yes {
      padding-bottom: 65px; } }
.row--max-width {
  max-width: 1190px;
  margin: auto;
  width: 100%; }

.slider-paging {
  color: #000;
  font-size: 10px;
  line-height: 12px; }
  @media (min-width: 1024px) {
    .slider-paging {
      position: absolute;
      z-index: 1;
      color: #fff;
      font-size: 16px;
      line-height: 19px; } }
  @media (min-width: 1024px) {
    .slider-paging span {
      width: 12px;
      height: 12px;
      display: inline-block;
      border-radius: 50%;
      background-color: #fff;
      margin-right: 8px; } }
.left,
.right {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  z-index: 6;
  cursor: none !important; }
  .left .arrow-left,
  .left .arrow-right,
  .right .arrow-left,
  .right .arrow-right {
    width: 100px;
    height: auto;
    display: none;
    position: absolute;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    cursor: none !important; }
    .left .arrow-left img,
    .left .arrow-right img,
    .right .arrow-left img,
    .right .arrow-right img {
      max-width: 65px;
      width: 100%;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }

.left {
  left: 0; }

.right {
  right: 0; }

.play-btn {
  transition: ease-in-out 0.25s opacity;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 48px;
  width: 48px; }
  @media (min-width: 1024px) {
    .play-btn {
      height: 78px;
      width: 78px; } }
@media (min-width: 1024px) {
  .mobile-paging {
    display: none; } }

.alm-filter--title {
  display: none; }

#alm-filters-talksfilter .alm-filter,
#alm-filters-thoughtsfilter .alm-filter,
#alm-filters-projectsfilter .alm-filter {
  display: flex;
  align-items: flex-end; }
  #alm-filters-talksfilter .alm-filter--title h3,
  #alm-filters-thoughtsfilter .alm-filter--title h3,
  #alm-filters-projectsfilter .alm-filter--title h3 {
    padding: 0;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    margin-right: 10px;
    font-family: "Recife Display";
    margin-bottom: 3px; }
  #alm-filters-talksfilter .alm-filter--item,
  #alm-filters-thoughtsfilter .alm-filter--item,
  #alm-filters-projectsfilter .alm-filter--item {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("../../images/dropdown-cross.svg");
    background-position: 100% 3px;
    background-size: 18px;
    background-color: transparent;
    background-repeat: no-repeat;
    border: none;
    padding: 0;
    padding-right: 35px;
    font-size: 20px;
    line-height: 27px; }
    @media (min-width: 1024px) {
      #alm-filters-talksfilter .alm-filter--item,
      #alm-filters-thoughtsfilter .alm-filter--item,
      #alm-filters-projectsfilter .alm-filter--item {
        font-size: 25px;
        line-height: 32px;
        background-size: 20px; } }
    #alm-filters-talksfilter .alm-filter--item:focus,
    #alm-filters-thoughtsfilter .alm-filter--item:focus,
    #alm-filters-projectsfilter .alm-filter--item:focus {
      outline: none; }

.alm-filter--item {
  color: #000 !important; }

#ajax-load-more {
  width: 100%;
  transition: padding ease-in-out 0.25s; }
  #ajax-load-more .alm-reveal {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
  #ajax-load-more .alm-btn-wrap {
    margin-top: 50px;
    padding-bottom: 60px; }
  #ajax-load-more .alm-load-more-btn {
    background-color: transparent;
    height: auto;
    border: none;
    color: #000;
    font-weight: normal;
    transition: none;
    font-size: 35px;
    line-height: 52px;
    box-shadow: none; }
    @media (min-width: 1024px) {
      #ajax-load-more .alm-load-more-btn {
        font-size: 45px;
        line-height: 55px; } }
    #ajax-load-more .alm-load-more-btn:focus {
      outline: none; }
    #ajax-load-more .alm-load-more-btn:active {
      box-shadow: none; }
    #ajax-load-more .alm-load-more-btn.done {
      display: none; }
    #ajax-load-more .alm-load-more-btn.loading {
      text-indent: -9999px;
      overflow: hidden; }
      #ajax-load-more .alm-load-more-btn.loading:before {
        background-image: url("../../images/loading.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        background-color: transparent; }

.page-link {
  color: #000; }
  .page-link:hover {
    color: #000;
    text-decoration: none; }
  .page-link h2,
  .page-link h3,
  .page-link h4 {
    transition: ease-in-out 0.25s opacity; }
    .page-link h2:hover,
    .page-link h3:hover,
    .page-link h4:hover {
      opacity: 0.7; }

@media (min-width: 1024px) {
  .link {
    transition: 0.25s ease-in-out; } }

@media (min-width: 1024px) {
  .link:hover {
    padding-left: 0.75em; } }

@media (min-width: 1024px) {
  .link-animation a,
  .contact__links a {
    transition: 0.25s ease-in-out; } }

@media (min-width: 1024px) {
  .link-animation a:hover,
  .contact__links a:hover {
    padding-left: 0.75em; } }

a:hover,
a:active,
a:visited {
  color: #000; }

.select2-results__options {
  margin-top: 10px !important; }

.select2-container--default .select2-selection--single {
  background-color: transparent;
  border: none;
  padding-left: 0 !important; }

.select2-selection__rendered {
  font-size: 20px !important;
  line-height: 27px !important;
  color: #000 !important;
  padding-left: 0 !important; }
  @media (min-width: 1024px) {
    .select2-selection__rendered {
      font-size: 25px !important;
      line-height: 32px !important;
      background-size: 20px; } }
.select2-container--default
.select2-selection--single
.select2-selection__rendered {
  color: #000; }

.select2-container .select2-search {
  display: none; }

.select2-container--default .select2-selection--single {
  border: 1px solid #fff;
  border-radius: 0; }

.selection .select2-selection {
  height: 3.5rem;
  display: flex;
  align-items: center;
  padding-left: 10px;
  margin-right: 0; }
  .selection .select2-selection:focus {
    outline: 0; }
  .selection .select2-selection .select2-selection__arrow {
    background-image: url("../../images/dropdown-cross.svg");
    background-position: 95%;
    background-repeat: no-repeat;
    background-size: 11px;
    transition: ease-in-out 0.25s all;
    width: 11px;
    height: 11px;
    position: absolute;
    top: 7px;
    right: -20px;
    transition: all ease-in-out 0.25s; }
    @media (min-width: 1024px) {
      .selection .select2-selection .select2-selection__arrow {
        right: 0;
        width: 18px;
        background-size: 18px; } }
    .selection .select2-selection .select2-selection__arrow b {
      display: none; }

.select2-container--open .select2-selection__arrow {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

.select2-container--default
.select2-results__option--highlighted[aria-selected] {
  background-color: transparent;
  cursor: pointer; }

.select2-container .select2-dropdown {
  border: none;
  background-color: transparent; }

.select2-results__option--selected {
  display: none !important; }

.select2-results__option {
  padding: 0 0 10px 0 !important;
  transition: all 0.25s ease-in-out;
  color: #000;
  opacity: 0.5; }
  .select2-results__option:hover {
    opacity: 1; }

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

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ""; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir="rtl"] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

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

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em; }

.select2-container[dir="rtl"]
.select2-selection--single
.select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0; }

.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em; }

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all; }

.select2-container
.select2-search--inline
.select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }

.select2-results__option--selectable {
  cursor: pointer;
  font-size: 20px;
  line-height: 27px; }
  @media (min-width: 1024px) {
    .select2-results__option--selectable {
      font-size: 25px;
      line-height: 30px; } }
.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: transparent;
  border: none; }

.select2-container--default
.select2-selection--single
.select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--default
.select2-selection--single
.select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px; }

.select2-container--default
.select2-selection--single
.select2-selection__placeholder {
  color: #999; }

.select2-container--default
.select2-selection--single
.select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px; }

.select2-container--default
.select2-selection--single
.select2-selection__arrow
b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--default[dir="rtl"]
.select2-selection--single
.select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"]
.select2-selection--single
.select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled
.select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled
.select2-selection--single
.select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open
.select2-selection--single
.select2-selection__arrow
b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative; }

.select2-container--default
.select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px; }

.select2-container--default
.select2-selection--multiple
.select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px; }

.select2-container--default
.select2-selection--multiple
.select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap; }

.select2-container--default
.select2-selection--multiple
.select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px; }

.select2-container--default
.select2-selection--multiple
.select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0; }

.select2-container--default
.select2-selection--multiple
.select2-selection__choice__remove:hover,
.select2-container--default
.select2-selection--multiple
.select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none; }

.select2-container--default[dir="rtl"]
.select2-selection--multiple
.select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"]
.select2-selection--multiple
.select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px; }

.select2-container--default[dir="rtl"]
.select2-selection--multiple
.select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.select2-container--default[dir="rtl"]
.select2-selection--multiple
.select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto; }

.select2-container--default.select2-container--focus
.select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled
.select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled
.select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above
.select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above
.select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below
.select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below
.select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default
.select2-results__option
.select2-results__option
.select2-results__group {
  padding-left: 0; }

.select2-container--default
.select2-results__option
.select2-results__option
.select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--default .select2-results__option--group {
  padding: 0; }

.select2-container--default .select2-results__option--disabled {
  color: #999; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb; }

.select2-container--classic
.select2-selection--single
.select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--classic
.select2-selection--single
.select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px; }

.select2-container--classic
.select2-selection--single
.select2-selection__placeholder {
  color: #999; }

.select2-container--classic
.select2-selection--single
.select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

.select2-container--classic
.select2-selection--single
.select2-selection__arrow
b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--classic[dir="rtl"]
.select2-selection--single
.select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"]
.select2-selection--single
.select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open
.select2-selection--single
.select2-selection__arrow {
  background: transparent;
  border: none; }

.select2-container--classic.select2-container--open
.select2-selection--single
.select2-selection__arrow
b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above
.select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below
.select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px; }

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb; }

.select2-container--classic
.select2-selection--multiple
.select2-selection__clear {
  display: none; }

.select2-container--classic
.select2-selection--multiple
.select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0; }

.select2-container--classic
.select2-selection--multiple
.select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px; }

.select2-container--classic
.select2-selection--multiple
.select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px; }

.select2-container--classic
.select2-selection--multiple
.select2-selection__choice__remove:hover {
  color: #555;
  outline: none; }

.select2-container--classic[dir="rtl"]
.select2-selection--multiple
.select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"]
.select2-selection--multiple
.select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px; }

.select2-container--classic[dir="rtl"]
.select2-selection--multiple
.select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.select2-container--classic.select2-container--open
.select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above
.select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below
.select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option--group {
  padding: 0; }

.select2-container--classic .select2-results__option--disabled {
  color: grey; }

.select2-container--classic
.select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

@font-face {
  font-family: "Recife Display";
  src: url("../../fonts/RecifeDisplay-Regular.eot");
  src: url("../../fonts/RecifeDisplay-Regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/RecifeDisplay-Regular.woff2") format("woff2"), url("../../fonts/RecifeDisplay-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Recife Display Book";
  src: url("../../fonts/RecifeDisplay-Book.eot");
  src: url("../../fonts/RecifeDisplay-Book.eot?#iefix") format("embedded-opentype"), url("../../fonts/RecifeDisplay-Book.woff2") format("woff2"), url("../../fonts/RecifeDisplay-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "NeueHaasGroteskText Pro";
  src: url("../../fonts/NHaasGroteskTXPro-55Rg.eot");
  src: url("../../fonts/NHaasGroteskTXPro-55Rg.eot?#iefix") format("embedded-opentype"), url("../../fonts/NHaasGroteskTXPro-55Rg.woff2") format("woff2"), url("../../fonts/NHaasGroteskTXPro-55Rg.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

.h1 {
  font-size: 45px;
  line-height: 49px;
  font-weight: normal; }
  @media (min-width: 1024px) {
    .h1 {
      font-size: 66px;
      line-height: 1; } }
  @media (min-width: 1920px) {
    .h1 {
      font-size: 100px;
      line-height: 1; } }
h2,
.intro_text h2 a {
  font-size: 35px;
  line-height: 35px;
  font-weight: normal; }
  @media (min-width: 1024px) {
    h2,
    .intro_text h2 a {
      font-size: 45px;
      line-height: 46px; } }
  @media (min-width: 1200px) {
    h2,
    .intro_text h2 a {
      font-size: 65px;
      line-height: 66px; } }
  @media (min-width: 1920px) {
    h2,
    .intro_text h2 a {
      font-size: 70px;
      line-height: 71px; } }
  @media (min-width: 1024px) {
    h2.media_headlines__headline,
    .intro_text h2 a.media_headlines__headline {
      font-size: 40px;
      line-height: 41px; } }
  @media (min-width: 1680px) {
    h2.media_headlines__headline,
    .intro_text h2 a.media_headlines__headline {
      font-size: 65px;
      line-height: 66px; } }
  @media (min-width: 1920px) {
    h2.media_headlines__headline,
    .intro_text h2 a.media_headlines__headline {
      font-size: 70px;
      line-height: 71px; } }
h3,
.intro_text h3 a {
  font-size: 22px;
  line-height: 25px;
  font-weight: normal; }
  @media (min-width: 1024px) {
    h3,
    .intro_text h3 a {
      font-size: 30px;
      line-height: 37px; } }
  @media (min-width: 1920px) {
    h3,
    .intro_text h3 a {
      font-size: 35px;
      line-height: 42px; } }
h4 {
  font-size: 22px;
  line-height: 25px;
  font-weight: normal; }
  @media (min-width: 1024px) {
    h4 {
      font-size: 35px;
      line-height: 44px; } }
  @media (min-width: 1920px) {
    h4 {
      font-size: 45px;
      line-height: 54px; } }
h6 {
  font-size: 10px;
  line-height: 12px;
  font-weight: normal;
  font-family: "NeueHaasGroteskText Pro"; }
  @media (min-width: 1024px) {
    h6 {
      font-size: 15px;
      line-height: 18px; } }
p,
.intro_text p a {
  font-family: "NeueHaasGroteskText Pro";
  font-size: 14px;
  line-height: 18px;
  color: #000; }
  @media (min-width: 1024px) {
    p,
    .intro_text p a {
      font-size: 20px;
      line-height: 25px; } }
  @media (min-width: 1920px) {
    p,
    .intro_text p a {
      font-size: 23px;
      line-height: 28px; } }
.link {
  font-size: 10px;
  line-height: 1;
  font-family: "Recife Display";
  color: #000;
  transition: all 0.25s ease-in-out; }
  @media (min-width: 1024px) {
    .link {
      font-size: 15px;
      line-height: 18px; } }
  .link:hover {
    text-decoration: none;
    color: #000;
    opacity: 0.7; }

.image-caption span:first-of-type {
  font-size: 10px;
  line-height: 12px; }
  @media (min-width: 1024px) {
    .image-caption span:first-of-type {
      font-size: 16px;
      line-height: 19px; } }
.image-caption span:last-of-type {
  font-family: "Recife Display";
  font-size: 10px;
  line-height: 1; }
  @media (min-width: 1024px) {
    .image-caption span:last-of-type {
      font-size: 17px;
      line-height: 17.2px; } }
button,
input,
optgroup,
select,
textarea {
  font-family: "NeueHaasGroteskText Pro"; }

.site-header.force-black .primary-nav .menu li a,
.header-logo.force-black .primary-nav .menu li a {
  color: #000 !important; }

.site-header.force-black .primary-nav .menu li::after,
.header-logo.force-black .primary-nav .menu li::after {
  background-color: #000 !important; }

.site-header.force-black svg .cls-1,
.header-logo.force-black svg .cls-1 {
  fill: #000 !important; }

.home .header-logo__primary svg .cls-1 {
  fill: #fff; }

.home .site-header .primary-nav .menu li a:link, .home .site-header .primary-nav .menu li a:visited,
.home .site-header #menu-item-31 a:link,
.home .site-header #menu-item-31 a:visited {
  color: #fff; }

@media (max-width: 1023px) {
  .home .site-header .primary-nav .menu-mobile-btn {
    color: #fff;
    transition: ease-in-out 0.25s all; } }

@media (max-width: 1023px) {
  .home .site-header .primary-nav .menu-mobile-btn::before {
    background-color: #fff;
    transition: ease-in-out 0.25s all; } }

@media (max-width: 1023px) {
  .home .site-header .primary-nav .menu-mobile-btn.scrolled {
    color: #000; }
    .home .site-header .primary-nav .menu-mobile-btn.scrolled::before {
      background-color: #000; } }

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10; }
  @media (min-width: 1024px) {
    .site-header.hide {
      opacity: 0 !important; } }
  @media (max-width: 1023px) {
    .site-header__menu {
      text-align: end; } }
  .site-header .primary-nav {
    padding: 30px 10px 0; }
    @media (min-width: 1024px) {
      .site-header .primary-nav {
        padding: 50px 3.7vw 0; } }
    @media (min-width: 1920px) {
      .site-header .primary-nav {
        padding: 50px 5.4vw 0; } }
    .site-header .primary-nav__row {
      align-items: center; }
    .site-header .primary-nav__logo {
      width: 100%;
      max-width: 320px; }
    .site-header .primary-nav .menu {
      display: flex;
      list-style: none;
      transition: ease-in-out 0.45s all;
      opacity: 1; }
      @media (max-width: 1024px) {
        .site-header .primary-nav .menu {
          display: none; } }
      @media (min-width: 1024px) {
        .site-header .primary-nav .menu.scrolled {
          opacity: 0;
          pointer-events: none; } }
      .site-header .primary-nav .menu li {
        position: relative; }
        .site-header .primary-nav .menu li::after {
          content: "";
          position: absolute;
          top: 10px;
          left: -14px;
          height: 8px;
          width: 8px;
          background-color: #000;
          border-radius: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          opacity: 0;
          transition: ease-in-out 0.25s all; }
          @media (min-width: 768px) {
            .site-header .primary-nav .menu li::after {
              left: -1px; } }
        .site-header .primary-nav .menu li.active::after, .site-header .primary-nav .menu li.current_page_item::after {
          opacity: 1; }
        @media (min-width: 768px) {
          .site-header .primary-nav .menu li:first-of-type::after {
            left: -14px; } }
        .site-header .primary-nav .menu li:not(:first-of-type) {
          padding-left: 15px; }
        .site-header .primary-nav .menu li:not(:last-of-type) {
          margin-right: 30px; }
          @media (min-width: 1920px) {
            .site-header .primary-nav .menu li:not(:last-of-type) {
              margin-right: 50px; } }
        .site-header .primary-nav .menu li a {
          font-size: 16px;
          line-height: 13px;
          transition: all ease-in-out 0.25s; }
          @media (min-width: 1024px) {
            .site-header .primary-nav .menu li a {
              padding-top: 10px;
              padding-bottom: 10px; } }
          @media (min-width: 1920px) {
            .site-header .primary-nav .menu li a {
              font-size: 18px;
              line-height: 15px; } }
          .site-header .primary-nav .menu li a:hover {
            opacity: 0.7;
            text-decoration: none; }
          .site-header .primary-nav .menu li a:link, .site-header .primary-nav .menu li a:visited {
            color: #000; }
    .site-header .primary-nav .menu-mobile-btn {
      display: inline-block;
      font-size: 15px;
      line-height: 1;
      color: #000;
      position: relative;
      opacity: 1;
      transition: ease-in-out 0.45s all; }
      @media (min-width: 1024px) {
        .site-header .primary-nav .menu-mobile-btn {
          font-size: 16px;
          line-height: 13px;
          position: absolute;
          top: 0;
          right: 15px;
          opacity: 0;
          pointer-events: none; } }
      @media (min-width: 1920px) {
        .site-header .primary-nav .menu-mobile-btn {
          font-size: 18px;
          line-height: 15px; } }
      @media (min-width: 1024px) {
        .site-header .primary-nav .menu-mobile-btn.scrolled {
          opacity: 1;
          pointer-events: all; } }
      .site-header .primary-nav .menu-mobile-btn::before {
        content: "";
        position: absolute;
        top: 38%;
        left: -12px;
        height: 8px;
        width: 8px;
        background-color: #000;
        border-radius: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        opacity: 1; }
        @media (min-width: 1024px) {
          .site-header .primary-nav .menu-mobile-btn::before {
            left: -14px; } }
      .site-header .primary-nav .menu-mobile-btn.hide {
        opacity: 0; }
  .site-header.white .primary-nav .menu li::after {
    background-color: #fff; }
  .site-header.white .primary-nav .menu li.active::after, .site-header.white .primary-nav .menu li.current_page_item::after {
    opacity: 1; }
  .site-header.white .primary-nav .menu li a {
    color: #fff; }
  .site-header.white .primary-nav .menu-mobile-btn {
    color: #fff; }
    .site-header.white .primary-nav .menu-mobile-btn::before {
      background-color: #fff; }

.header-logo {
  width: 40%;
  padding: 30px 20px 0;
  z-index: 11;
  top: 0;
  left: 0;
  position: absolute; }
  @media (min-width: 1024px) {
    .header-logo.hide {
      opacity: 0 !important; } }
  @media (min-width: 1024px) {
    .header-logo {
      padding: 50px 3.7vw 0;
      position: fixed; } }
  @media (min-width: 1920px) {
    .header-logo {
      padding: 50px 5.4vw 0; } }
  .header-logo.white svg .cls-1 {
    fill: #fff; }
  .header-logo .cls-1 {
    transition: all ease-in-out 0.25s; }
  .header-logo a {
    position: relative;
    display: block; }
    @media (min-width: 1024px) {
      .header-logo a {
        padding-left: 15px;
        padding-right: 15px; } }
  .header-logo__primary {
    opacity: 1;
    width: 100%;
    max-width: 289px;
    transition: all ease-in-out 0.45s; }
    @media (min-width: 1024px) {
      .header-logo__primary.hide {
        opacity: 0; } }
  .header-logo__scrolled {
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 15px;
    width: 100%;
    max-width: 50px;
    transition: all ease-in-out 0.45s; }
    @media (max-width: 1023px) {
      .header-logo__scrolled {
        display: none; } }
    .header-logo__scrolled.display {
      opacity: 1; }
    @media (min-width: 1024px) {
      .header-logo__scrolled.hide {
        opacity: 0; } }
.subscribe-btn {
  cursor: pointer; }

.subscribe-popup {
  width: 100%;
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  background-color: #fff;
  position: relative;
  z-index: 9; }
  .subscribe-popup.open {
    max-height: 1000px; }
  .subscribe-popup__content {
    padding: 150px 3.7vw 60px; }
    @media (min-width: 1920px) {
      .subscribe-popup__content {
        padding: 150px 5.4vw 60px; } }
  .subscribe-popup__form .gform_wrapper {
    position: relative; }
    .subscribe-popup__form .gform_wrapper .ginput_container input {
      border-bottom: 1px solid #000;
      font-size: 55px;
      line-height: 14px; }
      @media (min-width: 1920px) {
        .subscribe-popup__form .gform_wrapper .ginput_container input {
          font-size: 75px; } }
  .subscribe-popup__form .gform_page_footer {
    position: absolute;
    bottom: 12px;
    right: 0; }
    .subscribe-popup__form .gform_page_footer input[type="button"],
    .subscribe-popup__form .gform_page_footer input[type="submit"] {
      color: #b3b3b3;
      cursor: pointer;
      border: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background: none;
      transition: color ease-in-out 0.25s; }
      .subscribe-popup__form .gform_page_footer input[type="button"]:hover,
      .subscribe-popup__form .gform_page_footer input[type="submit"]:hover {
        color: #000; }
  .subscribe-popup__close-btn {
    width: 17px;
    height: auto;
    margin-left: auto;
    display: block;
    margin-top: 13px;
    cursor: pointer; }

.mobile-overlay {
  display: flex;
  flex-direction: column;
  position: fixed;
  right: -75%;
  top: 0;
  height: 100%;
  width: 75%;
  background-color: #fff;
  transition: ease-in-out 0.25s all;
  padding: 30px;
  z-index: 11; }
  @media (min-width: 1024px) {
    .mobile-overlay {
      right: -50%;
      width: 50%;
      padding: 50px 5.4vw; } }
  .mobile-overlay .validation_message {
    display: none; }
  .mobile-overlay .validation_error,
  .mobile-overlay .ginput_container,
  .mobile-overlay .bottom-row-link a {
    font-size: 15px;
    line-height: 14px; }
  .mobile-overlay .ginput_container ::-webkit-input-placeholder {
    color: #989898; }
  .mobile-overlay .ginput_container ::-moz-placeholder {
    color: #989898; }
  .mobile-overlay .ginput_container :-ms-input-placeholder {
    color: #989898; }
  .mobile-overlay .ginput_container ::placeholder {
    color: #989898; }
  .mobile-overlay .gform_footer {
    max-height: 0; }
  .mobile-overlay__row, .mobile-overlay__bottom-row,
  .mobile-overlay .bottom-row-link {
    transition: ease-in 0.75s opacity;
    opacity: 0; }
    .mobile-overlay__row.display, .mobile-overlay__bottom-row.display,
    .mobile-overlay .bottom-row-link.display {
      opacity: 1; }
  .mobile-overlay__row {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .mobile-overlay__bottom-row {
    flex-direction: column; }
    .mobile-overlay__bottom-row input[type="submit"] {
      visibility: hidden; }
    .mobile-overlay__bottom-row .bottom-row-link {
      margin-top: 10px; }
      .mobile-overlay__bottom-row .bottom-row-link a {
        position: relative;
        padding-right: 7px;
        margin-right: 3px;
        transition: ease-in 0.25s opacity; }
        .mobile-overlay__bottom-row .bottom-row-link a:not(:last-of-type)::after {
          content: "";
          position: absolute;
          top: 1px;
          right: 0;
          height: 12px;
          width: 1px;
          background-color: #000; }
        .mobile-overlay__bottom-row .bottom-row-link a:link, .mobile-overlay__bottom-row .bottom-row-link a:visited {
          color: #000; }
        @media (min-width: 1024px) {
          .mobile-overlay__bottom-row .bottom-row-link a:hover {
            opacity: 0.7;
            text-decoration: none; } }
  .mobile-overlay__logo {
    width: 30px; }
  .mobile-overlay .close-btn {
    font-size: 10px;
    line-height: 15px; }
    @media (min-width: 1024px) {
      .mobile-overlay .close-btn {
        font-size: 16px;
        line-height: 13px; } }
    @media (min-width: 1920px) {
      .mobile-overlay .close-btn {
        font-size: 18px;
        line-height: 15px; } }
    .mobile-overlay .close-btn:link, .mobile-overlay .close-btn:visited {
      color: #000; }
  .mobile-overlay.open {
    right: 0; }
  .mobile-overlay #mobile-menu {
    list-style-type: none;
    margin: auto 0; }
    .mobile-overlay #mobile-menu li {
      opacity: 0;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }
      .mobile-overlay #mobile-menu li:not(:last-of-type) {
        margin-bottom: 30px; }
        @media (max-width: 320px) {
          .mobile-overlay #mobile-menu li:not(:last-of-type) {
            margin-bottom: 20px; } }
      .mobile-overlay #mobile-menu li a {
        font-size: 35px;
        line-height: 1;
        transition: all ease-in-out 0.25s; }
        @media (max-width: 320px) {
          .mobile-overlay #mobile-menu li a {
            font-size: 30px; } }
        @media (min-width: 1024px) {
          .mobile-overlay #mobile-menu li a:hover {
            padding-left: 10px;
            text-decoration: none;
            opacity: 0.7; } }
        .mobile-overlay #mobile-menu li a:link, .mobile-overlay #mobile-menu li a:visited {
          color: #000; }

.home .hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.473827) 0%, rgba(0, 0, 0, 0.153099) 44%, rgba(0, 0, 0, 0) 78%); }
  @media (min-width: 1024px) {
    .home .hero::after {
      height: 200px; } }
.hero {
  height: 100vh;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  transition: ease-in-out 0.25s all; }
  .hero.open {
    top: 200px; }
  .hero.open-side {
    left: -75%; }
    @media (min-width: 1024px) {
      .hero.open-side {
        left: -50%; } }
  .hero__down-arrow {
    position: absolute;
    right: 20px;
    width: 20px;
    height: auto;
    bottom: 30px; }
    @media (min-width: 1024px) {
      .hero__down-arrow {
        bottom: 60px;
        width: 25px;
        right: 6vw; } }
  .hero__img {
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat; }
  .hero .slick-list,
  .hero .slick-track {
    height: 100%; }
  .hero__video {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%; }
    @media (min-width: 1024px) {
      .hero__video {
        position: fixed;
        top: 0;
        left: 0; } }
@media (max-width: 1023px) {
  .contact h3 {
    margin-bottom: 30px; } }

.contact__right-col a:link, .contact__right-col a:visited {
  color: #000; }

.contact--form .gform_wrapper {
  width: 100%; }
  .contact--form .gform_wrapper .ginput_container input,
  .contact--form .gform_wrapper .ginput_container select,
  .contact--form .gform_wrapper .ginput_container option {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #000;
    font-size: 35px;
    line-height: 52px; }
    @media (min-width: 1024px) {
      .contact--form .gform_wrapper .ginput_container input,
      .contact--form .gform_wrapper .ginput_container select,
      .contact--form .gform_wrapper .ginput_container option {
        font-size: 45px;
        line-height: 55px; } }
    .contact--form .gform_wrapper .ginput_container input:focus,
    .contact--form .gform_wrapper .ginput_container select:focus,
    .contact--form .gform_wrapper .ginput_container option:focus {
      outline: none; }
  .contact--form .gform_wrapper .ginput_container select {
    width: 100%;
    height: 56px;
    position: relative;
    background: url("../../images/expand.svg");
    background-size: 35px;
    background-repeat: no-repeat;
    background-position: 100% calc(100% - 15px);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #000; }
    @media (min-width: 1024px) {
      .contact--form .gform_wrapper .ginput_container select {
        background-size: 55px;
        background-position: 100% calc(100% - 10px); } }
  .contact--form .gform_wrapper .gfield {
    margin-bottom: 15px; }
    .contact--form .gform_wrapper .gfield:nth-of-type(2) {
      margin-top: 22px; }
  .contact--form .gform_wrapper .gform_footer {
    text-align: end;
    margin-top: 20px; }
    .contact--form .gform_wrapper .gform_footer input[type="submit"] {
      color: #000;
      transition: opacity ease-in-out 0.25s;
      font-size: 10px;
      line-height: 12px;
      font-family: "Recife Display"; }
      @media (min-width: 1024px) {
        .contact--form .gform_wrapper .gform_footer input[type="submit"] {
          font-size: 15px;
          line-height: 18px; } }
      .contact--form .gform_wrapper .gform_footer input[type="submit"]:hover {
        opacity: 0.6; }

.contact__links {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #000;
  padding-bottom: 15px; }
  @media (min-width: 1024px) {
    .contact__links {
      padding-bottom: 25px; } }
  .contact__links:not(:last-of-type) {
    margin-bottom: 30px; }
  .contact__links a {
    transition: ease-in-out 0.25s all; }
    .contact__links a:hover {
      text-decoration: none;
      opacity: 0.6; }
  .contact__links h2 {
    margin-bottom: 0; }

.intro_text__top-row {
  align-items: center;
  margin-bottom: 30px; }
  @media (min-width: 1024px) {
    .intro_text__top-row {
      margin-bottom: 60px; } }
.intro_text a {
  font-size: 12px;
  line-height: 25px;
  font-family: "Recife Display";
  color: #000;
  transition: all 0.25s ease-in-out; }
  @media (min-width: 1024px) {
    .intro_text a {
      font-size: 15px;
      line-height: 18px; } }
  .intro_text a:hover {
    text-decoration: none;
    color: #000;
    opacity: 0.7; }

.intro_text h3 {
  max-width: 940px; }

.intro_text h3 a,
.intro_text h2 a,
.intro_text p a {
  font-family: "NeueHaasGroteskText Pro";
  text-decoration: underline; }
  .intro_text h3 a:hover,
  .intro_text h2 a:hover,
  .intro_text p a:hover {
    padding-left: 0;
    text-decoration: underline; }

.project_section {
  position: relative; }
  .project_section a {
    color: #000; }
    .project_section a:hover {
      text-decoration: none; }
  .project_section .image-caption {
    margin-bottom: 20px; }
    .project_section .image-caption span {
      display: block; }
  .project_section h2 {
    text-transform: uppercase;
    transition: ease-in-out 0.25s opacity; }
    .project_section h2:hover {
      text-decoration: none;
      opacity: 0.7; }
  .project_section__full .p-relative {
    z-index: 5; }
  @media (max-width: 1023px) {
    .project_section__full .image-caption {
      display: flex;
      justify-content: space-between;
      align-items: center; } }
  .project_section__full .landscape-slider {
    width: 100%; }
    .project_section__full .landscape-slider div {
      background-position: center;
      background-size: cover;
      height: 65vw; }
      @media (min-width: 1024px) {
        .project_section__full .landscape-slider div {
          height: 55vw; } }
  .project_section__full .text-row {
    padding-top: 20px; }
    @media (min-width: 1024px) {
      .project_section__full .text-row {
        padding-top: 40px; } }
  @media (max-width: 1023px) {
    .project_section__portrait h2 {
      max-width: 250px; } }
  .project_section__portrait .left-col {
    display: flex;
    flex-direction: column; }
    .project_section__portrait .left-col .text-wrap {
      margin-top: auto;
      margin-bottom: 40px; }
  .project_section__portrait .right-col {
    padding-left: 20px;
    padding-right: 0; }
    @media (min-width: 1024px) {
      .project_section__portrait .right-col {
        padding-left: 30px; } }
    .project_section__portrait .right-col__img {
      background-position: center;
      background-size: cover;
      height: 131vw; }
      @media (min-width: 1024px) {
        .project_section__portrait .right-col__img {
          height: 72vw; } }
.thoughts_and_talks h3 {
  text-transform: none; }

.thoughts_and_talks.feed .text-row {
  padding-top: 20px;
  margin-bottom: 40px; }

.thoughts_and_talks--portrait__image, .thoughts_and_talks--landscape__image {
  background-position: center;
  background-size: cover; }

.thoughts_and_talks--portrait__image {
  height: 500px; }
  @media (min-width: 1024px) {
    .thoughts_and_talks--portrait__image {
      max-height: 1050px;
      height: 50vw; } }
.thoughts_and_talks--landscape__image {
  height: 55vw; }
  @media (min-width: 1024px) {
    .thoughts_and_talks--landscape__image {
      height: 42vw; } }
@media (max-width: 1023px) {
  .thoughts_and_talks .right-text h3 {
    margin-bottom: 0; } }

.thoughts_and_talks .left-text {
  text-transform: uppercase; }
  @media (max-width: 1023px) {
    .thoughts_and_talks .left-text {
      margin-bottom: 13px; } }
  .thoughts_and_talks .left-text h6 {
    margin-bottom: 0; }
    .thoughts_and_talks .left-text h6.date {
      font-family: "Recife Display"; }

.thoughts_and_talks .text-row {
  padding-top: 20px; }
  @media (min-width: 1024px) {
    .thoughts_and_talks .text-row {
      padding-top: 40px; } }
  .thoughts_and_talks .text-row--portrait {
    display: flex;
    flex-direction: column; }
    @media (min-width: 1024px) {
      .thoughts_and_talks .text-row--portrait {
        flex-direction: row; } }
    .thoughts_and_talks .text-row--portrait .details {
      margin-right: 30px; }
      .thoughts_and_talks .text-row--portrait .details h6:first-of-type {
        text-transform: uppercase; }
    @media (max-width: 1023px) {
      .thoughts_and_talks .text-row--portrait .title {
        margin-top: 20px; } }
    .thoughts_and_talks .text-row--portrait .link {
      text-transform: initial; }

.media_headlines__headline {
  white-space: nowrap; }

.media_headlines__wrapper {
  border-bottom: 1px solid #000; }

.media_headlines__headline-slider a {
  color: #000;
  transition: ease-in-out 0.25s opacity; }
  .media_headlines__headline-slider a:hover {
    color: #000;
    text-decoration: none;
    opacity: 0.6; }

.media_headlines__headline-title-slider {
  margin-bottom: 15px;
  margin-top: 10px; }

.media_headlines__title {
  border-top: 1px solid #000;
  padding-top: 5px; }
  .media_headlines__title div {
    display: flex;
    justify-content: space-between; }
  .media_headlines__title h6 {
    font-size: 10px;
    line-height: 1;
    font-family: "Recife Display"; }
    @media (min-width: 1024px) {
      .media_headlines__title h6 {
        font-size: 17px;
        line-height: 17px; } }
.editable_list a {
  color: #000;
  text-decoration: underline;
  transition: ease-in-out 0.25s opacity; }
  .editable_list a:hover {
    opacity: 0.7;
    color: #000; }

.editable_list p {
  margin-bottom: 0; }

@media (max-width: 1023px) {
  .editable_list ul {
    margin-top: 30px; } }

.editable_list ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #000;
  margin-bottom: 30px; }

.editable_list h4 {
  margin-bottom: 0; }

.editable_list .subheading {
  font-family: "Recife Display";
  text-decoration: none;
  font-size: 10px;
  line-height: 1; }
  @media (min-width: 1024px) {
    .editable_list .subheading {
      font-size: 15px;
      line-height: 18px; } }
  .editable_list .subheading .filesize {
    text-transform: lowercase; }

.general_text a {
  color: #000;
  text-decoration: underline; }
  .general_text a:hover {
    color: #000; }

@media (min-width: 1024px) {
  .general_text__left-col {
    padding-left: 15.7vw; } }

@media (max-width: 1023px) {
  .general_text__title {
    margin-bottom: 20px; } }

.general_text__row:not(:last-of-type) {
  margin-bottom: 30px; }

@media (min-width: 1680px) {
  .general_text__row p {
    max-width: 750px; } }

@media (min-width: 1920px) {
  .general_text__row p {
    max-width: 920px; } }

.quote h4 {
  font-family: "Recife Display";
  font-weight: normal; }
  @media (min-width: 1024px) {
    .quote h4 {
      font-size: 40px;
      line-height: 49px; } }
.quote .image-caption span {
  display: block; }
  .quote .image-caption span:first-of-type {
    margin-top: 35px; }

.quote__wrapper {
  max-width: 930px; }
  .quote__wrapper--padding {
    padding-left: 15px;
    padding-right: 15px; }

.lists .dropdown-icon {
  cursor: pointer;
  width: 11px;
  height: auto;
  position: absolute;
  top: 7px;
  right: -20px;
  transition: all ease-in-out 0.25s; }
  @media (min-width: 1024px) {
    .lists .dropdown-icon {
      right: 0;
      width: 18px; } }
  .lists .dropdown-icon.open {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }

.lists-expand p {
  font-size: 10px;
  line-height: 12px;
  font-family: "Recife Display";
  margin-top: 5px; }
  @media (min-width: 1024px) {
    .lists-expand p {
      font-size: 15px;
      line-height: 18px;
      margin-top: 0; } }
.lists-expand__title {
  cursor: pointer;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 20px; }
  .lists-expand__title .dropdown-icon {
    top: unset;
    position: relative;
    margin-left: 12px;
    right: 0; }
    @media (max-width: 1023px) {
      .lists-expand__title .dropdown-icon {
        margin-left: 5px; } }
  .lists-expand__title h4 {
    margin-right: 10px;
    margin-bottom: 0;
    font-weight: normal; }
    @media (min-width: 1024px) {
      .lists-expand__title h4 {
        margin-right: 15px; } }
  .lists-expand__title .lists-expand__caption {
    margin-bottom: 0; }

.lists-expand__text {
  transition: max-height 0.3s ease-in-out;
  max-height: 0;
  overflow: hidden; }
  .lists-expand__text div {
    padding-top: 25px;
    padding-bottom: 25px;
    max-width: 290px; }
    @media (min-width: 1024px) {
      .lists-expand__text div {
        max-width: 390px;
        padding-top: 30px;
        padding-bottom: 30px; } }
.lists-expand__wrapper {
  margin-bottom: 10px; }
  .lists-expand__wrapper:first-child {
    margin-top: 50px; }
  .lists-expand__wrapper.active .lists-expand__text {
    max-height: 1000px; }

.lists-filtered__current, .lists-filtered__dropdown li {
  font-size: 18px;
  line-height: 30px;
  color: #000; }
  @media (min-width: 1024px) {
    .lists-filtered__current, .lists-filtered__dropdown li {
      font-size: 25px; } }
.lists-filtered__current {
  cursor: pointer; }
  .lists-filtered__current.open {
    opacity: 0; }

@media (max-width: 1023px) {
  .lists-filtered__right-col {
    margin-top: 20px; } }

@media (max-width: 1023px) {
  .lists-filtered .mobile-wrap {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative; } }

.lists-filtered__wrapper {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  padding-right: 15px; }

.lists-filtered__dropdown {
  margin-top: -30px;
  list-style-type: none;
  margin-bottom: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 15px;
  pointer-events: none; }
  @media (min-width: 1024px) {
    .lists-filtered__dropdown {
      opacity: 0; } }
  @media (max-width: 1023px) {
    .lists-filtered__dropdown {
      display: none; } }
  .lists-filtered__dropdown li {
    cursor: pointer;
    opacity: 0.5;
    transition: opacity 0.25s ease-in-out;
    margin-bottom: 5px; }
    @media (min-width: 1024px) {
      .lists-filtered__dropdown li {
        margin-bottom: 10px; } }
    .lists-filtered__dropdown li:hover {
      opacity: 1; }
    .lists-filtered__dropdown li:first-of-type {
      opacity: 1; }
    .lists-filtered__dropdown li.active {
      opacity: 1; }
  .lists-filtered__dropdown.display {
    pointer-events: auto;
    position: relative;
    z-index: 1; }
    @media (min-width: 1024px) {
      .lists-filtered__dropdown.display {
        opacity: 1; } }
    @media (max-width: 1023px) {
      .lists-filtered__dropdown.display {
        display: block; } }
.lists-filtered__title {
  align-items: baseline;
  margin-bottom: 10px;
  display: none; }
  .lists-filtered__title--display {
    display: flex; }
  .lists-filtered__title h4 {
    margin-right: 10px;
    margin-bottom: 0;
    font-weight: normal; }
    @media (min-width: 1024px) {
      .lists-filtered__title h4 {
        margin-right: 15px; } }
.lists-filtered__link {
  transition: ease-in-out 0.25s all;
  font-size: 10px;
  line-height: 12px;
  font-family: "Recife Display"; }
  @media (min-width: 1024px) {
    .lists-filtered__link {
      font-size: 15px;
      line-height: 18px; } }
  .lists-filtered__link:link, .lists-filtered__link:visited {
    color: #000; }
  .lists-filtered__link:hover {
    text-decoration: none;
    opacity: 0.6; }

.lists-filtered__row {
  padding-top: 50px; }

.animated-stats__wrapper {
  display: flex;
  flex-direction: row; }
  .animated-stats__wrapper--padding {
    justify-content: flex-end; }
  .animated-stats__wrapper .stats-wrap-right {
    padding-left: 15px; }
  .animated-stats__wrapper .stats-wrap-left {
    padding-right: 15px; }
  .animated-stats__wrapper p {
    font-size: 10px;
    line-height: 12px;
    max-width: 380px; }
    @media (min-width: 1024px) {
      .animated-stats__wrapper p {
        font-size: 15px;
        line-height: 18px; } }
  .animated-stats__wrapper span {
    font-size: 45px;
    line-height: 1;
    font-weight: normal; }
    @media (min-width: 1024px) {
      .animated-stats__wrapper span {
        font-size: 66px; } }
    @media (min-width: 1920px) {
      .animated-stats__wrapper span {
        font-size: 100px; } }
.proposal_text__links {
  display: flex;
  align-items: baseline; }
  .proposal_text__links h6 {
    margin-bottom: 0;
    margin-right: 10px; }
    @media (min-width: 1024px) {
      .proposal_text__links h6 {
        margin-right: 20px; } }
  .proposal_text__links ul {
    display: flex;
    align-items: baseline; }
    .proposal_text__links ul li:not(:last-of-type) {
      margin-right: 10px; }
      @media (min-width: 1024px) {
        .proposal_text__links ul li:not(:last-of-type) {
          margin-right: 20px; } }
@media (min-width: 1680px) {
  .proposal_text .text-wrap {
    max-width: 750px; } }

@media (min-width: 1920px) {
  .proposal_text .text-wrap {
    max-width: 920px; } }

@media (min-width: 1024px) {
  .proposal_text__details {
    padding-left: 15.7vw; } }

.proposal_text__details h6 {
  margin-bottom: 5px; }

.proposal_text__details ul li:not(:last-of-type) {
  margin-bottom: 3px; }
  @media (min-width: 1024px) {
    .proposal_text__details ul li:not(:last-of-type) {
      margin-bottom: 10px; } }
.proposal_text h2 {
  margin-bottom: 30px; }
  @media (min-width: 1024px) {
    .proposal_text h2 {
      margin-bottom: 60px; } }
.proposal_text h3 {
  margin-bottom: 30px; }

.proposal_text h6 {
  font-size: 10px;
  line-height: 12px; }
  @media (min-width: 1024px) {
    .proposal_text h6 {
      font-size: 16px;
      line-height: 19px; } }
.proposal_text a {
  text-decoration: none;
  transition: ease-in-out 0.25s opacity; }
  .proposal_text a:visited, .proposal_text a:link {
    color: #000; }
  .proposal_text a:hover {
    opacity: 0.7; }

.proposal_text ul {
  list-style-type: none;
  margin-bottom: 35px; }
  @media (min-width: 1024px) {
    .proposal_text ul {
      margin-bottom: 0; } }
  .proposal_text ul li {
    font-size: 10px;
    line-height: 12px;
    font-family: "Recife Display"; }
    @media (min-width: 1024px) {
      .proposal_text ul li {
        font-size: 17px;
        line-height: 17px; } }
.single_landscape_content {
  position: relative;
  -webkit-transform: translateY(1px);
          transform: translateY(1px); }
  .single_landscape_content__parallax {
    position: relative; }
    .single_landscape_content__parallax > div {
      width: 100%;
      height: 60vw;
      background-position: center;
      background-size: cover; }
      @media (min-width: 1024px) {
        .single_landscape_content__parallax > div {
          height: 57vw; } }
    .single_landscape_content__parallax .image-caption--parallax {
      display: flex;
      align-items: flex-end;
      position: absolute;
      top: -58px;
      left: 15px;
      height: 50px; }
      @media (min-width: 1024px) {
        .single_landscape_content__parallax .image-caption--parallax {
          top: -60px;
          left: 16vw; } }
  .single_landscape_content__image {
    height: 50vw;
    background-position: center;
    background-size: cover; }
  .single_landscape_content__thumbnail {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 1;
    transition: ease-in-out 0.25s opacity;
    cursor: pointer; }
    .single_landscape_content__thumbnail div {
      width: 100%;
      height: 100%;
      background-position: center;
      background-size: cover; }
    .single_landscape_content__thumbnail.playing {
      opacity: 0; }
  .single_landscape_content__video {
    width: 100%;
    padding-top: 56.25%;
    /* 16:9 Aspect Ratio */
    position: relative; }
    .single_landscape_content__video video {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      width: 100%;
      height: 100%; }
  .single_landscape_content .image-caption--video {
    margin-top: 10px; }
    @media (min-width: 1024px) {
      .single_landscape_content .image-caption--video {
        margin-top: 30px; } }
  .single_landscape_content .image-caption--slider {
    position: absolute;
    bottom: -30px;
    height: 30px;
    margin-top: 0;
    left: 0; }
    @media (min-width: 1024px) {
      .single_landscape_content .image-caption--slider {
        bottom: -40px;
        height: 40px; } }
  .single_landscape_content .slick-track {
    padding-bottom: 50px; }
  @media (min-width: 1024px) {
    .single_landscape_content .container-fluid {
      padding-left: 0; } }
  @media (min-width: 1024px) {
    .single_landscape_content__outer-col {
      padding-left: 10px; } }
.single_image_video__wrapper {
  position: relative; }

.single_image_video__image {
  background-position: center;
  background-size: cover;
  height: 55vw; }

.single_image_video .slick-track {
  padding-bottom: 40px; }
  @media (min-width: 1024px) {
    .single_image_video .slick-track {
      padding-bottom: 60px; } }
@media (max-width: 1023px) {
  .single_image_video .mobile-paging {
    position: absolute;
    bottom: 6px;
    right: 20px; } }

.single_image_video .image-caption {
  position: absolute;
  bottom: -44px;
  min-height: 40px;
  left: 0;
  width: 100%; }
  @media (min-width: 1024px) {
    .single_image_video .image-caption {
      bottom: -80px;
      min-height: 70px; } }
.single_image_video__thumbnail {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 1;
  transition: ease-in-out 0.25s opacity;
  cursor: pointer; }
  .single_image_video__thumbnail div {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover; }
  .single_image_video__thumbnail.playing {
    opacity: 0; }

.single_image_video__video {
  width: 100%;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio */
  position: relative; }
  .single_image_video__video video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%; }

.two_column_image {
  position: relative; }
  .two_column_image video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .two_column_image .slick-track {
    padding-bottom: 60px; }
  .two_column_image .image-caption {
    position: absolute;
    bottom: -40px;
    height: 40px;
    left: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
    @media (min-width: 1024px) {
      .two_column_image .image-caption {
        bottom: -50px;
        height: 40px; } }
  .two_column_image__left {
    display: flex;
    justify-content: center;
    flex-direction: column; }
    @media (max-width: 1023px) {
      .two_column_image__left {
        padding-right: 110px;
        margin-bottom: 40px; } }
    .two_column_image__left.inset {
      padding-right: 100px; }
      @media (max-width: 1023px) {
        .two_column_image__left.inset {
          margin-bottom: 0; } }
    @media (min-width: 1024px) {
      .two_column_image__left.overlapping {
        z-index: 2;
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); } }
    @media (min-width: 1024px) {
      .two_column_image__left.overlapping--relative {
        position: relative;
        top: 0;
        -webkit-transform: translateY(0);
                transform: translateY(0); } }
    .two_column_image__left.overlapping .two_column_image__image,
    .two_column_image__left.overlapping .two_column_image__left__video {
      height: 89vw; }
      @media (min-width: 1024px) {
        .two_column_image__left.overlapping .two_column_image__image,
        .two_column_image__left.overlapping .two_column_image__left__video {
          height: 59vw; } }
    .two_column_image__left .two_column_image__image {
      height: 89vw; }
      @media (min-width: 1024px) {
        .two_column_image__left .two_column_image__image {
          height: 41vw; } }
    @media (max-width: 1023px) {
      .two_column_image__left .mobile-paging {
        position: absolute;
        bottom: 35px;
        right: 0; } }
    .two_column_image__left .image-caption {
      left: 15px; }
      @media (min-width: 1024px) {
        .two_column_image__left .image-caption {
          width: calc(100% - 30%);
          left: 30%;
          height: 50px;
          bottom: -65px; } }
    .two_column_image__left__video {
      width: 100%;
      height: 41vw;
      position: relative; }
  @media (min-width: 1024px) {
    .two_column_image__right {
      padding-left: 30px; } }
  .two_column_image__right__video {
    width: 100%;
    height: 98vw;
    position: relative; }
    @media (min-width: 1024px) {
      .two_column_image__right__video {
        height: 72vw; } }
  .two_column_image__right .two_column_image__image {
    height: 98vw; }
    @media (min-width: 1024px) {
      .two_column_image__right .two_column_image__image {
        height: 72vw; } }
  .two_column_image__right .image-caption--video {
    left: 15px; }
  @media (max-width: 1023px) {
    .two_column_image__right .mobile-paging {
      position: absolute;
      bottom: 33px;
      right: 15px; } }
  .two_column_image__wrapper {
    position: relative; }
  .two_column_image__image {
    background-position: center;
    background-size: cover; }
  .two_column_image__thumbnail {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 1;
    transition: ease-in-out 0.25s opacity;
    cursor: pointer; }
    .two_column_image__thumbnail div {
      width: 100%;
      height: 100%;
      background-position: center;
      background-size: cover; }
    .two_column_image__thumbnail.playing {
      opacity: 0; }

@media (max-width: 1023px) {
  .slider_and_text .slick-list {
    padding: 0 20% 0 0 !important; } }

@media (max-width: 1023px) {
  .slider_and_text .slides-col {
    padding-left: 0;
    padding-right: 0; } }

.slider_and_text__col:focus {
  outline: none; }

.slider_and_text__slider .slick-arrow {
  position: absolute;
  border: none;
  background: transparent;
  font-family: "Recife Display";
  font-size: 10px;
  line-height: 1;
  cursor: pointer;
  transition: ease-in-out 0.25s opacity;
  top: -27px;
  color: #000; }
  @media (min-width: 1024px) {
    .slider_and_text__slider .slick-arrow {
      top: -40px;
      font-size: 17px;
      line-height: 17.2px; } }
  .slider_and_text__slider .slick-arrow:focus {
    outline: none; }
  .slider_and_text__slider .slick-arrow:active {
    color: #000; }

.slider_and_text__slider .slick-prev {
  opacity: 0.4;
  right: 60px; }
  @media (min-width: 1024px) {
    .slider_and_text__slider .slick-prev {
      right: 80px; } }
.slider_and_text__slider .slick-next {
  right: 13px; }

.slider_and_text__slider .image-caption {
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  align-items: center; }
  @media (min-width: 1024px) {
    .slider_and_text__slider .image-caption {
      margin-top: 25px;
      margin-bottom: 25px; } }
.slider_and_text__video--full {
  height: 83vw; }
  @media (min-width: 1024px) {
    .slider_and_text__video--full {
      height: 34vw; } }
.slider_and_text__video--half {
  height: 55vw; }
  @media (min-width: 1024px) {
    .slider_and_text__video--half {
      height: 22vw; } }
.slider_and_text__video video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.slider_and_text__image {
  background-position: center;
  background-size: cover; }
  .slider_and_text__image--full {
    height: 83vw; }
    @media (min-width: 1024px) {
      .slider_and_text__image--full {
        height: 34vw; } }
  .slider_and_text__image--half {
    height: 55vw; }
    @media (min-width: 1024px) {
      .slider_and_text__image--half {
        height: 22vw; } }
.slider_and_text__quote.show .text-wrap {
  display: block; }

.slider_and_text__quote .text-wrap {
  max-width: 840px;
  display: none; }

.slider_and_text__quote-row {
  margin-top: 50px;
  padding-right: calc(6vw - 15px); }
  @media (max-width: 1023px) {
    .slider_and_text__quote-row .image-caption span:first-of-type {
      margin-top: 15px; } }
.slider_and_text__quote-wrapper {
  padding-left: 15px;
  padding-right: 15px; }

.slider_and_text__bio {
  max-height: 0;
  overflow: hidden;
  transition: all ease-in-out 0.45s;
  padding-right: 40px; }
  .slider_and_text__bio p,
  .slider_and_text__bio .more {
    font-size: 10px;
    line-height: 12px;
    max-width: 420px; }
    @media (min-width: 1024px) {
      .slider_and_text__bio p,
      .slider_and_text__bio .more {
        font-size: 16px;
        line-height: 19px; } }
  .slider_and_text__bio p {
    margin-bottom: 0; }
  .slider_and_text__bio.display {
    max-height: 1000px; }
  .slider_and_text__bio--toggle {
    position: relative; }
    .slider_and_text__bio--toggle.open .close {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
    .slider_and_text__bio--toggle .close {
      width: 11px;
      height: auto;
      transition: ease-in-out 0.25s all;
      cursor: pointer; }
      @media (min-width: 1024px) {
        .slider_and_text__bio--toggle .close {
          width: 18px; } }
.project-navigation {
  padding-top: 40px;
  padding-left: 5px; }
  @media (min-width: 1024px) {
    .project-navigation {
      padding-left: calc(13.5vw - 15px); } }
  @media (min-width: 1024px) {
    .project-navigation .left-col {
      padding-top: 20px; } }
  .project-navigation .left-col a {
    display: block;
    font-size: 16px;
    line-height: 13px;
    transition: all ease-in-out 0.25s;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
    .project-navigation .left-col a:first-of-type {
      margin-bottom: 13px; }
    @media (min-width: 1920px) {
      .project-navigation .left-col a {
        font-size: 18px;
        line-height: 15px; } }
    .project-navigation .left-col a:hover {
      opacity: 0.7;
      text-decoration: none; }
    .project-navigation .left-col a:link, .project-navigation .left-col a:visited {
      color: #000; }
  .project-navigation__link {
    font-size: 26px;
    line-height: 1;
    transition: ease-in-out 0.25s all;
    color: #000;
    display: inline-block;
    margin-bottom: 20px;
    margin-top: 22px; }
    @media (min-width: 1024px) {
      .project-navigation__link {
        font-size: 45px;
        margin-bottom: 30px;
        margin-top: 0; } }
    @media (min-width: 1200px) {
      .project-navigation__link {
        font-size: 65px; } }
    @media (min-width: 1920px) {
      .project-navigation__link {
        font-size: 75px; } }
    .project-navigation__link:hover {
      color: #000;
      text-decoration: none;
      opacity: 0.7; }
      @media (min-width: 1024px) {
        .project-navigation__link:hover {
          padding-left: 15px; } }
  .project-navigation__img {
    background-position: center;
    background-size: cover;
    height: 70vw; }
    @media (min-width: 1024px) {
      .project-navigation__img {
        height: 40vw; } }
.password-required {
  padding-top: 230px;
  padding-bottom: 230px; }
  @media (min-width: 1024px) {
    .password-required {
      padding-top: 330px;
      padding-bottom: 330px; } }
  .password-required .gf_progressbar_wrapper,
  .password-required label,
  .password-required .gform_submission_error,
  .password-required .gfield_required {
    display: inline-block; }
  .password-required p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 30px; }
  .password-required label {
    font-size: 15px;
    line-height: 14px;
    width: 100%; }
  .password-required ::-webkit-input-placeholder {
    color: #000;
    font-size: 15px;
    line-height: 1; }
  .password-required ::-moz-placeholder {
    color: #000;
    font-size: 15px;
    line-height: 1; }
  .password-required :-ms-input-placeholder {
    color: #000;
    font-size: 15px;
    line-height: 1; }
  .password-required ::placeholder {
    color: #000;
    font-size: 15px;
    line-height: 1; }
  .password-required input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    appearance: none;
    background: none;
    border: none;
    color: #b3b3b3;
    transition: color ease-in-out 0.25s;
    font-size: 15px;
    cursor: pointer;
    display: block;
    margin-left: auto;
    margin-top: -38px; }
    .password-required input[type="submit"]:hover {
      color: #000; }
  .password-required input[type="password"] {
    background-color: transparent;
    border: none;
    width: 100%;
    border-bottom: 1px solid #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-bottom: 10px; }
    .password-required input[type="password"]:focus {
      outline: none; }

.post-cat {
  display: none; }

.page-template-archive-projects .date {
  display: none; }

.page-template-archive-projects .post-cat {
  display: inline-block; }

.footer {
  background-color: #fff4f3;
  padding: 40px 5px;
  z-index: 1;
  position: relative; }
  @media (min-width: 1024px) {
    .footer {
      padding: 100px calc(6vw - 15px) 40px; } }
  .footer .site-logo {
    width: 30px;
    margin-bottom: 50px; }
    @media (min-width: 1024px) {
      .footer .site-logo {
        width: 50px;
        margin-right: 80px;
        margin-bottom: 0; } }
  .footer .container-fluid {
    -webkit-transform: translateY(calc(-100% - 110px));
            transform: translateY(calc(-100% - 110px)); }
  .footer footer {
    margin-top: 50px; }
    @media (min-width: 1024px) {
      .footer footer {
        margin-top: 140px; } }
  .footer__links {
    display: flex;
    list-style: none;
    margin-bottom: 0; }
    .footer__links li a {
      color: #000; }
    @media (max-width: 1023px) {
      .footer__links--left {
        margin-bottom: 15px; } }
    .footer__links--left a {
      font-size: 13px;
      line-height: 16px; }
      @media (min-width: 1024px) {
        .footer__links--left a {
          font-size: 14px;
          line-height: 17px; } }
      @media (min-width: 1920px) {
        .footer__links--left a {
          font-size: 16px;
          line-height: 19px; } }
    .footer__links--left li:not(:last-of-type) {
      margin-right: 7px;
      padding-right: 7px;
      position: relative; }
      .footer__links--left li:not(:last-of-type)::after {
        content: "";
        position: absolute;
        top: 5px;
        right: 0;
        height: 50%;
        width: 1px;
        background-color: #000; }
        @media (min-width: 1024px) {
          .footer__links--left li:not(:last-of-type)::after {
            top: 2px;
            height: 70%; } }
    @media (max-width: 1200px) {
      .footer__links--right {
        flex-direction: column; } }
    @media (min-width: 1024px) {
      .footer__links--right li:nth-of-type(1) {
        margin-right: 32px;
        min-width: 325px; } }
    @media (min-width: 1200px) {
      .footer__links--right li:nth-of-type(1) {
        min-width: 295px; } }
    @media (min-width: 1024px) {
      .footer__links--right li:nth-of-type(2) {
        margin-right: 33px; } }
    @media (max-width: 1023px) {
      .footer__links--right li {
        margin-bottom: 10px; } }
    .footer__links--right li,
    .footer__links--right a {
      font-size: 10px;
      line-height: 6px; }
      @media (min-width: 1024px) {
        .footer__links--right li,
        .footer__links--right a {
          font-size: 14px;
          line-height: 17px; } }
      @media (min-width: 1920px) {
        .footer__links--right li,
        .footer__links--right a {
          font-size: 16px;
          line-height: 19px; } }
  .footer__form-wrap {
    padding-right: 60px;
    display: flex;
    flex-direction: column; }
    @media (min-width: 1024px) {
      .footer__form-wrap {
        padding-top: 20px; } }
    @media (max-width: 1200px) {
      .footer__form-wrap .desktop-form {
        margin-bottom: 20px;
        max-width: 330px; } }
    .footer__form-wrap .gform_wrapper {
      width: 100%;
      position: relative; }
      .footer__form-wrap .gform_wrapper .ginput_container input {
        background-color: transparent;
        border: none;
        width: 100%;
        border-bottom: 1px solid #000;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        padding-bottom: 10px; }
        .footer__form-wrap .gform_wrapper .ginput_container input:focus {
          outline: none; }
      .footer__form-wrap .gform_wrapper ::-webkit-input-placeholder {
        color: #000;
        font-size: 15px;
        line-height: 1; }
      .footer__form-wrap .gform_wrapper ::-moz-placeholder {
        color: #000;
        font-size: 15px;
        line-height: 1; }
      .footer__form-wrap .gform_wrapper :-ms-input-placeholder {
        color: #000;
        font-size: 15px;
        line-height: 1; }
      .footer__form-wrap .gform_wrapper ::placeholder {
        color: #000;
        font-size: 15px;
        line-height: 1; }
    .footer__form-wrap .gform_page_footer {
      position: absolute;
      top: 0;
      right: 0; }
      .footer__form-wrap .gform_page_footer input[type="button"],
      .footer__form-wrap .gform_page_footer input[type="submit"] {
        cursor: pointer;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: none;
        border: none;
        color: #b3b3b3;
        transition: color ease-in-out 0.25s; }
        .footer__form-wrap .gform_page_footer input[type="button"]:hover,
        .footer__form-wrap .gform_page_footer input[type="submit"]:hover {
          color: #000; }
  .footer__form-caption {
    margin-bottom: 0;
    margin-top: 15px;
    font-size: 15px;
    line-height: 18px;
    font-family: "Recife Display"; }
    @media (max-width: 1200px) {
      .footer__form-caption {
        display: none; } }
  .footer__text {
    color: #000;
    display: flex; }
    @media (max-width: 1024px) {
      .footer__text {
        flex-direction: column; } }
    @media (min-width: 1024px) {
      .footer__text-wrap:first-of-type {
        min-width: 325px;
        margin-right: 35px; } }
    @media (min-width: 1366px) {
      .footer__text-wrap:first-of-type {
        min-width: 295px; } }
    @media (max-width: 1200px) {
      .footer__text-wrap:first-of-type {
        margin-bottom: 20px; } }
    @media (min-width: 1024px) {
      .footer__text-wrap {
        margin-right: 60px; } }
    .footer__text-wrap p:last-of-type {
      margin-top: 10px; }
    @media (max-width: 1200px) {
      .footer__text-wrap h6 {
        font-size: 15px;
        line-height: 18px; } }
    .footer__text p {
      margin-bottom: 0; }
      @media (min-width: 1024px) {
        .footer__text p {
          font-size: 18px;
          line-height: 21px; } }
      @media (min-width: 1920px) {
        .footer__text p {
          font-size: 23px;
          line-height: 30px; } }
    .footer__text a {
      color: #000; }
