.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.show {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.show {
  display: block;
}

tr.collapse.show {
  display: table-row;
}

tbody.collapse.show {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-normal {
  font-weight: normal;
}

.font-weight-bold {
  font-weight: bold;
}

.font-italic {
  font-style: italic;
}

.text-white {
  color: #fff !important;
}

.text-muted {
  color: #636c72 !important;
}

a.text-muted:focus, a.text-muted:hover {
  color: #4b5257 !important;
}

.text-primary {
  color: #0275d8 !important;
}

a.text-primary:focus, a.text-primary:hover {
  color: #025aa5 !important;
}

.text-success {
  color: #5cb85c !important;
}

a.text-success:focus, a.text-success:hover {
  color: #449d44 !important;
}

.text-info {
  color: #5bc0de !important;
}

a.text-info:focus, a.text-info:hover {
  color: #31b0d5 !important;
}

.text-warning {
  color: #f0ad4e !important;
}

a.text-warning:focus, a.text-warning:hover {
  color: #ec971f !important;
}

.text-danger {
  color: #d9534f !important;
}

a.text-danger:focus, a.text-danger:hover {
  color: #c9302c !important;
}

.text-gray-dark {
  color: #292b2c !important;
}

a.text-gray-dark:focus, a.text-gray-dark:hover {
  color: #101112 !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

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

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

@-ms-viewport {
  width: device-width;
}
body {
  margin: 0;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #292b2c;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: none !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[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

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

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

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

dt {
  font-weight: bold;
}

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: #0275d8;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #014c8c;
  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;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

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

figure {
  margin: 0 0 1rem;
}

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

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

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #636c72;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: left;
}

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

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="radio"]:disabled,
input[type="checkbox"]:disabled {
  cursor: not-allowed;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -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;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5em 1em;
}
.nav-link:focus, .nav-link:hover {
  text-decoration: none;
}
.nav-link.disabled {
  color: #636c72;
  cursor: not-allowed;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #eceeef #eceeef #ddd;
}
.nav-tabs .nav-link.disabled {
  color: #636c72;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #464a4c;
  background-color: #fff;
  border-color: #ddd #ddd #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .nav-item.show .nav-link {
  color: #fff;
  background-color: #0275d8;
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  flex: 1 1 100%;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0.5rem 1rem;
}
@media (max-width: 575px) {
  .navbar > .container {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-brand {
  display: inline-block;
  align-self: flex-start;
  padding-top: .25rem;
  padding-bottom: .25rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-text {
  display: inline-block;
  padding-top: .425rem;
  padding-bottom: .425rem;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:focus, .navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

@media (max-width: 575px) {
  .navbar-toggleable .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-toggleable {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable .navbar-collapse {
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-sm > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-toggleable-sm {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-sm > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-collapse {
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-md > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-toggleable-md {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-md > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-collapse {
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199px) {
  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-lg > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-toggleable-lg {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-lg > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-collapse {
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-lg .navbar-toggler {
    display: none;
  }
}
.navbar-toggleable-xl {
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
.navbar-toggleable-xl .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-toggleable-xl > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-toggleable-xl .navbar-nav {
  flex-direction: row;
}
.navbar-toggleable-xl .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem;
}
.navbar-toggleable-xl > .container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.navbar-toggleable-xl .navbar-collapse {
  display: flex !important;
  width: 100%;
}
.navbar-toggleable-xl .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand,
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover,
.navbar-light .navbar-toggler:focus,
.navbar-light .navbar-toggler:hover {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .open > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-toggler {
  color: white;
}
.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-toggler:focus,
.navbar-inverse .navbar-toggler:hover {
  color: white;
}
.navbar-inverse .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-inverse .navbar-nav .nav-link:focus, .navbar-inverse .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-inverse .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-inverse .navbar-nav .open > .nav-link,
.navbar-inverse .navbar-nav .active > .nav-link,
.navbar-inverse .navbar-nav .nav-link.open,
.navbar-inverse .navbar-nav .nav-link.active {
  color: white;
}
.navbar-inverse .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-inverse .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-inverse .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  padding: 1px;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover.popover-top, .popover.bs-tether-element-attached-bottom {
  margin-top: -10px;
}
.popover.popover-top::before, .popover.popover-top::after, .popover.bs-tether-element-attached-bottom::before, .popover.bs-tether-element-attached-bottom::after {
  left: 50%;
  border-bottom-width: 0;
}
.popover.popover-top::before, .popover.bs-tether-element-attached-bottom::before {
  bottom: -11px;
  margin-left: -11px;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.popover.popover-top::after, .popover.bs-tether-element-attached-bottom::after {
  bottom: -10px;
  margin-left: -10px;
  border-top-color: #fff;
}
.popover.popover-right, .popover.bs-tether-element-attached-left {
  margin-left: 10px;
}
.popover.popover-right::before, .popover.popover-right::after, .popover.bs-tether-element-attached-left::before, .popover.bs-tether-element-attached-left::after {
  top: 50%;
  border-left-width: 0;
}
.popover.popover-right::before, .popover.bs-tether-element-attached-left::before {
  left: -11px;
  margin-top: -11px;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.popover-right::after, .popover.bs-tether-element-attached-left::after {
  left: -10px;
  margin-top: -10px;
  border-right-color: #fff;
}
.popover.popover-bottom, .popover.bs-tether-element-attached-top {
  margin-top: 10px;
}
.popover.popover-bottom::before, .popover.popover-bottom::after, .popover.bs-tether-element-attached-top::before, .popover.bs-tether-element-attached-top::after {
  left: 50%;
  border-top-width: 0;
}
.popover.popover-bottom::before, .popover.bs-tether-element-attached-top::before {
  top: -11px;
  margin-left: -11px;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.popover-bottom::after, .popover.bs-tether-element-attached-top::after {
  top: -10px;
  margin-left: -10px;
  border-bottom-color: #f7f7f7;
}
.popover.popover-bottom .popover-title::before, .popover.bs-tether-element-attached-top .popover-title::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 20px;
  margin-left: -10px;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}
.popover.popover-left, .popover.bs-tether-element-attached-right {
  margin-left: -10px;
}
.popover.popover-left::before, .popover.popover-left::after, .popover.bs-tether-element-attached-right::before, .popover.bs-tether-element-attached-right::after {
  top: 50%;
  border-right-width: 0;
}
.popover.popover-left::before, .popover.bs-tether-element-attached-right::before {
  right: -11px;
  margin-top: -11px;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.popover-left::after, .popover.bs-tether-element-attached-right::after {
  right: -10px;
  margin-top: -10px;
  border-left-color: #fff;
}

.popover-title {
  padding: 8px 14px;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-right-radius: calc(0.3rem - 1px);
  border-top-left-radius: calc(0.3rem - 1px);
}
.popover-title:empty {
  display: none;
}

.popover-content {
  padding: 9px 14px;
}

.popover::before,
.popover::after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover::before {
  content: "";
  border-width: 11px;
}

.popover::after {
  content: "";
  border-width: 10px;
}

@font-face {
  font-family: "reach";
  src: url("../../fonts/reach.eot");
  src: url("../../fonts/reach.eot#iefix") format("embedded-opentype"), url("../../fonts/reach.woff") format("woff"), url("../../fonts/reach.ttf") format("truetype"), url("../../fonts/reach.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "reach" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="reach-"]:before,
[class*=" reach-"]:before {
  font-family: "reach" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.reach-analysis:before {
  content: "\61";
}

.reach-analytics:before {
  content: "\62";
}

.reach-analytics-1:before {
  content: "\63";
}

.reach-browser:before {
  content: "\64";
}

.reach-cancel:before {
  content: "\65";
}

.reach-design-skills:before {
  content: "\66";
}

.reach-devices:before {
  content: "\67";
}

.reach-down-arrow:before {
  content: "\68";
}

.reach-external-link:before {
  content: "\69";
}

.reach-facebook:before {
  content: "\6a";
}

.reach-gn-logo-eagle:before {
  content: "\6b";
}

.reach-insight:before {
  content: "\6c";
}

.reach-instagram:before {
  content: "\6d";
}

.reach-web-design:before {
  content: "\6e";
}

.reach-twitter:before {
  content: "\6f";
}

.reach-text-document:before {
  content: "\70";
}

.reach-smartphone:before {
  content: "\71";
}

.reach-share:before {
  content: "\72";
}

.reach-sent-mail:before {
  content: "\73";
}

.reach-right-arrow:before {
  content: "\74";
}

.reach-report:before {
  content: "\75";
}

.reach-reachbygulfnews-logo:before {
  content: "\76";
}

.reach-play-button:before {
  content: "\77";
}

.reach-photo-camera:before {
  content: "\78";
}

.reach-phone-receiver:before {
  content: "\79";
}

.reach-logo-arc:before {
  content: "\7a";
}

.reach-whatsapp:before {
  content: "\41";
}

.reach-up-arrow-in-small-circle:before {
  content: "\42";
}

.reach-bars:before {
  content: "\43";
}

.reach-down-arrow-in-small-circle:before {
  content: "\44";
}

.reach-close:before {
  content: "\45";
}

.reach-photo-camera-with-circle:before {
  content: "\46";
}

.reach-play-button-with-circle:before {
  content: "\47";
}

.reach-right-chevron:before {
  content: "\48";
}

.reach-linkedin:before {
  content: "\49";
}

.reach-back:before {
  content: "\4a";
}

.reach-download:before {
  content: "\4b";
}

.reach-checked:before {
  content: "\4c";
}

body {
  font-family: "Source Sans Pro", sans-serif;
  color: #252525;
}

h1, h2, h3, h4 {
  font-family: "Montserrat", sans-serif;
}

h1, h2 {
  font-weight: 700;
}

h3, h4 {
  font-weight: 400;
}

h1 {
  font-size: 1.875rem;
  line-height: 1.15;
}
@media (min-width: 576px) {
  h1 {
    font-size: 3.75rem;
  }
}
@media (min-width: 768px) {
  h1 {
    font-size: 3.375rem;
    line-height: 1.2;
  }
  h1.home {
    font-size: 4.0625rem;
    line-height: 1;
  }
}

h2 {
  font-size: 1.5rem;
  margin-top: 0.75rem;
  margin-bottom: 1.5rem;
  line-height: 1;
}
@media (min-width: 576px) {
  h2 {
    font-size: 3rem;
    margin-top: 1.5625rem;
    margin-bottom: 2.8125rem;
  }
}
@media (min-width: 768px) {
  h2 {
    font-size: 2.25rem;
    margin-top: 2.1875rem;
    margin-bottom: 1.875rem;
  }
}
h2:after {
  content: "";
  width: 50px;
  height: 0px;
  display: block;
  border-bottom: 5px solid;
  margin-top: 4px;
}
@media (min-width: 576px) {
  h2:after {
    width: 100px;
    border-bottom: 8px solid;
  }
}
@media (min-width: 768px) {
  h2:after {
    width: 75px;
  }
}

h3 {
  font-size: 1.0625rem;
  line-height: 1.3;
  margin-top: 0.4375rem;
  margin-bottom: 0.9375rem;
}
@media (min-width: 576px) {
  h3 {
    font-size: 2.125rem;
    margin-top: 0.9375rem;
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 768px) {
  h3 {
    font-size: 1.875rem;
    line-height: 1.25;
    margin-bottom: 0.9375rem;
  }
}

h4 {
  font-size: 0.8125rem;
  line-height: 1.2;
}
@media (min-width: 576px) {
  h4 {
    font-size: 1.625rem;
  }
}
@media (min-width: 768px) {
  h4 {
    font-size: 1.875rem;
  }
}

p {
  line-height: 1.25;
  margin-bottom: 0.3125rem;
}
@media (min-width: 576px) {
  p {
    margin-bottom: 0.625rem;
  }
}
@media (min-width: 768px) {
  p {
    margin-bottom: 1rem;
  }
}

p, ul li, ol li {
  font-size: 0.9375rem;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
}
@media (min-width: 576px) {
  p, ul li, ol li {
    font-size: 1.875rem;
  }
}
@media (min-width: 768px) {
  p, ul li, ol li {
    font-size: 1.3125rem;
  }
}

p a {
  font-size: inherit;
  color: inherit;
}
p a:hover, p a:visited, p a:focus {
  font-size: inherit;
  color: inherit;
}

small {
  font: "Source Sans Pro", sans-serif;
  line-height: 1;
  display: inline-block;
}

a {
  color: #252525;
}

a:hover {
  text-decoration: none;
  color: #252525;
}

.wrapper {
  width: calc(100% - 60px);
  margin: 0 30px;
}
@media (min-width: 768px) {
  .wrapper {
    width: 76%;
    margin: 0 auto;
  }
}

label {
  font-size: 15px;
}
@media (min-width: 576px) {
  label {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  label {
    font-size: 24px;
  }
}

button[type='submit'],
input[type='submit'] {
  cursor: pointer;
}

.form-control {
  padding: 10px;
  font-size: 12px;
  border-radius: 0;
}
@media (min-width: 576px) {
  .form-control {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .form-control {
    font-size: 18px;
    padding: 14px 10px;
  }
}
.form-control[required] {
  border-width: 1px 1px 1px 5px;
  border-color: #000;
  border-style: solid;
}

.custom-control-input:checked ~ .custom-control-indicator {
  background-color: #000;
}

.withPinkTheme .form-control[required] {
  border-width: 0 0 0 5px;
  border-color: #fff;
  border-left-color: #ca4664;
}
.withPinkTheme .custom-control-input:checked ~ .custom-control-indicator {
  background-color: #ca4664;
}

.withBlueTheme .form-control[required] {
  border-width: 0 0 0 5px;
  border-color: #fff;
  border-left-color: #00bcd4;
}

.form-group {
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  .form-group {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .form-group {
    margin-bottom: 45px;
  }
}

select.form-control {
  height: auto !important;
  padding: 13px 10px 12px;
}

input[type="checkbox"]:focus {
  outline: 0;
}

.custom-checkbox {
  padding-left: 35px;
  font-size: 15px;
}
@media (min-width: 576px) {
  .custom-checkbox {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  .custom-checkbox {
    font-size: 21px;
    padding-left: 45px;
    margin-bottom: 15px;
  }
}

.custom-control-input:focus ~ .custom-control-indicator {
  box-shadow: none;
}

.custom-control-indicator {
  border-radius: 0;
  width: 20px;
  height: 20px;
}
@media (min-width: 768px) {
  .custom-control-indicator {
    width: 30px;
    height: 30px;
  }
}

.custom-control-description {
  line-height: 1.15;
}
@media (min-width: 768px) {
  .custom-control-description {
    line-height: 1.85;
  }
}

.btn-down-arrow {
  display: block;
  width: 5rem;
  margin: 1.875rem auto 0;
  font-size: 2rem;
  line-height: 1;
  color: #fff;
}
.btn-down-arrow:hover, .btn-down-arrow:visited, .btn-down-arrow:focus {
  color: #fff;
}
@media (min-width: 576px) {
  .btn-down-arrow {
    font-size: 2.8125rem;
  }
}

.btn-primary.disabled, .btn-primary:disabled {
  background: #fff;
}

.btn-primary {
  font-size: 0.75rem;
  font-family: "Source Sans Pro", sans-serif;
  background: #fff;
  color: #000;
  border-radius: 1.875rem;
  border: 0;
  padding: 0.3125rem 1.25rem;
}
@media (min-width: 576px) {
  .btn-primary {
    font-size: 1.5rem;
    padding: 0.8125rem 2.5rem;
  }
}
@media (min-width: 768px) {
  .btn-primary {
    font-size: 1.625rem;
  }
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:visited {
  color: #000;
  background: #fff;
  border: 0;
  box-shadow: none;
}

.btn-primary.withPink {
  background: #ca4664;
  color: #fff;
}
.btn-primary.withPink:hover, .btn-primary.withPink:focus, .btn-primary.withPink:visited {
  background: #ca4664;
}

.hideScroll {
  overflow: hidden;
}

.btn-info {
  font-size: 1rem;
  text-transform: uppercase;
  background: none;
  border: 3px solid #252525;
  color: #252525;
  border-radius: 0;
  padding: 0.5rem 1.5625rem;
}
.btn-info:hover, .btn-info:focus, .btn-info:visited {
  background: none;
}

.withBackgroundBlue .btn-info,
.withBackgroundPink .btn-info,
.withBackgroundGold .btn-info,
.withBackgroundDarkGray .btn-info {
  border-color: #fff;
  color: #fff;
}

.btn-download {
  font-size: 1rem;
  text-transform: uppercase;
  background: #263238;
  color: #fff;
  border-radius: 0;
  padding: 0.5rem 1.25rem 0.5rem 1.25rem;
  display: inline-block;
  word-wrap: normal;
  white-space: normal;
  position: relative;
}
@media (max-width: 575px) {
  .btn-download {
    padding-right: 3.75rem;
    max-width: 15.625rem;
  }
}
@media (min-width: 768px) {
  .btn-download {
    padding: 1.125rem 2.375rem;
  }
}
.btn-download:hover, .btn-download:focus, .btn-download:visited {
  box-shadow: none;
  color: #fff;
}
.btn-download .icon {
  margin-left: 1.25rem;
}
@media (max-width: 575px) {
  .btn-download .icon {
    position: absolute;
    right: 1.25rem;
    top: 0.9375rem;
    margin-left: 0;
  }
}

.withBackgroundBlue.btn-download,
.withBackgroundPink.btn-download,
.withBackgroundGold.btn-download,
.withBackgroundDarkGray.btn-download {
  color: #fff;
}

.withBackgroundPink.btn-download {
  background: #ca4664;
}

@media (min-width: 992px) {
  .successMessage p {
    width: 60%;
  }
}

.errorMessage {
  border-left: 3px solid #fff;
  padding: 0.3125rem;
  background-color: #b7b7b7;
  font-size: 1.25rem;
  margin-bottom: 1.25rem;
}
.errorMessage p {
  color: #d9534f;
  margin-bottom: 0;
}

.help-block.with-errors ul li {
  font-size: 0.75rem;
  color: #d9534f;
}
@media (min-width: 768px) {
  .help-block.with-errors ul li {
    font-size: 0.875rem;
  }
}

.has-danger .custom-control {
  color: #fff;
}

.navbar {
  position: fixed;
  width: 100%;
  z-index: 120;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  min-height: 3.75rem;
  padding: 0.5rem 1.5rem;
  top: 0;
  right: 0;
}
.navbar.only-content {
  background: rgba(0, 0, 0, 0.85);
}
.navbar.sticky-top {
  position: fixed;
  top: 0;
  background: rgba(0, 0, 0, 0.85);
  z-index: 115;
}
@media (min-width: 768px) {
  .navbar {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 992px) {
  .navbar {
    top: 3.125rem;
    min-height: 4.6875rem;
  }
}
.navbar .navbar-toggler {
  color: #fff;
  border: 1px solid #fff;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  top: 1rem;
  border-radius: 0;
}
@media (min-width: 992px) {
  .navbar .navbar-toggler {
    top: 2rem;
  }
}
.navbar .navbar-toggler .icon {
  height: 1.3125rem;
  display: block;
}
.navbar .navbar-toggler.btn-close {
  top: 1rem;
}
.navbar.home .navbar-toggler {
  top: 1rem;
}
.navbar .socialMediaLinks {
  padding: 0;
  margin: 0;
  list-style: none;
  bottom: 3.125rem;
  position: absolute;
}
.navbar .socialMediaLinks li {
  display: inline-block;
  font-size: 2.8125rem;
  padding-left: 1.5625rem;
}
.navbar .socialMediaLinks li:first-child {
  padding-left: 0;
}
.navbar .socialMediaLinks li i:before {
  color: #fff;
}

.navbar-collapse {
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}

.navbar-nav {
  text-align: center;
  margin-top: 1.875rem;
}
.navbar-nav .nav-item .nav-link {
  font-size: 2.25rem;
  text-transform: uppercase;
  padding: 0.3125rem 0;
  line-height: 1;
  color: #fff;
  font-weight: 600;
}
@media (min-width: 992px) {
  .navbar-nav .nav-item .nav-link {
    font-size: 0.875rem;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    padding: 0.5625rem 0.8125rem;
    border: 1px solid transparent;
  }
}
@media (min-width: 992px) {
  .navbar-nav .nav-item .nav-link {
    padding: 0.5625rem 1.25rem;
  }
}
.navbar-nav .nav-item.active .nav-link {
  color: #ffeb3b;
}
@media (min-width: 768px) {
  .navbar-nav .nav-item.active .nav-link {
    color: #fff;
    border-color: #fff;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    margin-top: 6.25rem;
  }
}
@media (min-width: 992px) {
  .navbar-nav {
    margin-top: 0;
  }
}

.navbar-brand {
  width: 6.25rem;
  display: block;
  z-index: 9;
}
@media (min-width: 768px) {
  .navbar-brand {
    width: 6.25rem;
  }
}
@media (min-width: 992px) {
  .navbar-brand {
    display: block;
    width: 11.25rem;
    transition: width 0.3s ease;
    -webkit-transition: width 0.3s ease;
    -moz-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
  }
}
.navbar-brand img {
  width: 100%;
}
.navbar-brand svg {
  width: 100%;
  max-height: 3.1875rem;
}

@media (min-width: 992px) {
  .sticky-top .navbar-brand {
    transition: width 0.15s ease;
    -webkit-transition: width 0.15s ease;
    -moz-transition: width 0.15s ease;
    -o-transition: width 0.15s ease;
    width: 0;
    margin: 0;
  }
}

@media (max-width: 991px) {
  .navbar-collapse {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: black;
    padding: 3.125rem 1.875rem;
  }
}
@media (min-width: 992px) {
  .navbar-collapse {
    justify-content: space-between !important;
    align-items: center;
  }
}

.btn {
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
}
.btn.link {
  color: #fff !important;
}

.btn-basic {
  background: #f1f1f1;
  border-radius: 0;
}

@media (max-width: 991px) {
  .navbar-text {
    display: block;
    margin: 1.5625rem auto 0;
    width: 8.125rem;
    text-align: center;
  }
  .navbar-text .btn {
    display: block;
  }
  .navbar-text .btn.link {
    margin-bottom: 0.625rem;
  }
}

.heroBannerWrapper {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  min-height: 100vh;
  z-index: -1;
}
@media (min-width: 768px) {
  .heroBannerWrapper {
    min-height: 100vh;
    display: flex;
  }
}
.heroBannerWrapper .heroBanner {
  min-height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  position: fixed;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  flex-shrink: 1;
  z-index: 99;
  overflow: hidden;
  height: 100%;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .heroBannerWrapper .heroBanner {
    display: inline-flex;
  }
}
.heroBannerWrapper .heroBanner h1 {
  margin: 0;
  padding: 0 1.25rem;
}
@media (min-width: 768px) {
  .heroBannerWrapper .heroBanner h1 {
    width: 65%;
    margin: 0 auto;
    padding: 0;
  }
}
.heroBannerWrapper .heroBanner h2 {
  margin: 1.25rem;
  line-height: 1.2;
}
.heroBannerWrapper .heroBanner h2:after {
  border: none;
}
@media (min-width: 768px) {
  .heroBannerWrapper .heroBanner h2 {
    width: 59%;
    margin: 1.25rem auto 0;
    font-weight: 400;
  }
}
.heroBannerWrapper .heroBanner .btn-down-arrow {
  position: absolute;
  bottom: 2.5rem;
  left: calc(50% - 40px);
  cursor: default;
}
.heroBannerWrapper .heroBanner .logo {
  width: 70%;
  display: block;
  margin-bottom: 4.0625rem;
  margin-left: auto;
  margin-right: auto;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
}
.heroBannerWrapper .heroBanner .logo img {
  width: 75%;
  display: block;
  margin: 0 auto;
}
.heroBannerWrapper .heroBanner .logo img:not(:first-child) {
  margin-top: 1.5625rem;
  max-width: 100%;
  width: 100%;
}
@media (min-width: 768px) {
  .heroBannerWrapper .heroBanner .logo img:not(:first-child) {
    margin-top: 2.8125rem;
  }
}
@media (min-width: 768px) {
  .heroBannerWrapper .heroBanner .logo img {
    width: 24.25rem;
  }
  .heroBannerWrapper .heroBanner .logo img:not(:first-child) {
    max-width: 72%;
  }
}
.heroBannerWrapper .heroBanner .bannerImage {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
}
.heroBannerWrapper .heroBanner .project-logo {
  position: absolute;
  bottom: 6.25rem;
  right: 1.875rem;
  max-width: 6.25rem;
}
@media (min-width: 768px) {
  .heroBannerWrapper .heroBanner .project-logo {
    bottom: 9.375rem;
    right: 5rem;
    max-width: inherit;
  }
}
.heroBannerWrapper .contactList {
  list-style: none;
  width: 70%;
  margin: 3.75rem auto 0;
  padding: 0;
  text-align: left;
}
@media (min-width: 576px) {
  .heroBannerWrapper .contactList {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .heroBannerWrapper .contactList {
    width: 100%;
    margin-top: 1.875rem;
  }
}
.heroBannerWrapper .contactList li {
  margin-top: 0.375rem;
}
.heroBannerWrapper .contactList li:first-child {
  margin-top: 0;
}
@media (min-width: 576px) {
  .heroBannerWrapper .contactList li {
    font-size: 2.375rem;
  }
}
@media (min-width: 768px) {
  .heroBannerWrapper .contactList li {
    font-size: 2.125rem;
    margin-top: 3.125rem;
    display: inline-block;
    margin-left: 5rem;
  }
  .heroBannerWrapper .contactList li:first-child {
    margin-left: 0;
  }
}
.heroBannerWrapper .contactList li a {
  font-size: 1.1875rem;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
}
.heroBannerWrapper .contactList li a .icon {
  margin-right: 0.9375rem;
  display: inline-block;
  vertical-align: middle;
  color: #ffeb3b;
  font-size: 1.375rem;
}
@media (min-width: 768px) {
  .heroBannerWrapper .contactList li a .icon {
    display: block;
  }
}
.heroBannerWrapper .overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.15);
  display: block;
  z-index: 9;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-position: center top;
  background-attachment: fixed;
  background-attachment: scroll;
  overflow: hidden;
}
.heroBannerWrapper .overlay video {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.textBlock {
  padding-top: 2.1875rem;
  padding-bottom: 2.8125rem;
  position: relative;
  z-index: 110;
  background: #fff;
}
.textBlock h3:first-child {
  margin: 0;
}
@media (min-width: 768px) {
  .textBlock.noGutters {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.textBlock.withBackgroundBlue {
  background: #00bcd4;
  color: #fff;
  padding-bottom: 1.5625rem;
}
.textBlock.withBackgroundPink {
  background: #ca4664;
  color: #fff;
}
.textBlock.withBackgroundPink p a {
  border-bottom: 1px solid #fff;
}
.textBlock.withBackgroundGray {
  background: #595959;
  color: #fff;
}
.textBlock.withBackgroundDarkGray {
  background: #263238;
  color: #fff;
}
.textBlock.withBackgroundLightGray {
  background: #f0ebe5;
}
.textBlock.withBackgroundDarkPink {
  background: #a53952;
  color: #fff;
}
.textBlock.imageList img {
  width: 100%;
}
.textBlock.inlineTextImage img {
  width: 100%;
  -webkit-filter: grayscale;
  -webkit-filter: brightness(70%);
}
@media (min-width: 992px) {
  .textBlock.inlineTextImage img {
    width: 94%;
  }
}
.textBlock p a,
.textBlock ol li a,
.textBlock ul li a {
  border-bottom: 1px solid #252525;
}
.textBlock .textWithInlineIconList {
  margin: 1.875rem 0 0 0;
  padding: 0;
  font-size: 0;
}
.textBlock .textWithInlineIconList h4 {
  margin-bottom: 0.4375rem;
  font-size: 0.9375rem;
}
@media (min-width: 576px) {
  .textBlock .textWithInlineIconList h4 {
    font-size: 1.875rem;
    margin-bottom: 0.9375rem;
  }
}
.textBlock .textWithInlineIconList li {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  position: relative;
  margin-top: 1.875rem;
}
@media (min-width: 992px) {
  .textBlock .textWithInlineIconList li {
    width: 50%;
    padding-right: 11.25rem;
  }
}
.textBlock .textWithInlineIconList li:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .textBlock .textWithInlineIconList li:first-child {
    margin-top: 1.875rem;
  }
}
.textBlock .textWithInlineIconList i {
  font-size: 3.75rem;
  line-height: 1;
  display: inline-block;
}
@media (min-width: 576px) {
  .textBlock .textWithInlineIconList i {
    font-size: 7.5rem;
  }
}
@media (min-width: 992px) {
  .textBlock .textWithInlineIconList i {
    position: absolute;
    top: 0.3125rem;
    right: 2.5rem;
  }
}
.textBlock .textWithInlineIconList p:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .textBlock.withThreeColList .textWithInlineIconList li {
    width: 33%;
    padding-right: 4.6875rem;
  }
}
.textBlock.withThreeColList .textWithInlineIconList i {
  color: #ffeb3b;
}
@media (min-width: 992px) {
  .textBlock.withThreeColList .textWithInlineIconList i {
    position: relative;
    right: auto;
    margin-bottom: 0.625rem;
  }
}
.textBlock.withFourColList {
  position: relative;
}
.textBlock.withFourColList .textWithInlineIconList i {
  font-size: 3.125rem;
}
@media (min-width: 576px) {
  .textBlock.withFourColList .textWithInlineIconList i {
    font-size: 6.1875rem;
  }
}
@media (min-width: 992px) {
  .textBlock.withFourColList .textWithInlineIconList i {
    position: relative;
    right: auto;
    margin-bottom: 0.625rem;
    font-size: 4rem;
  }
}
@media (min-width: 768px) {
  .textBlock.withFourColList .textWithInlineIconList li {
    width: 50%;
    padding-right: 7%;
  }
}
@media (min-width: 992px) {
  .textBlock.withFourColList .textWithInlineIconList li {
    width: 25%;
  }
}
.textBlock.withFourColList .textWithInlineIconList .count {
  font-size: 2rem;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  margin-left: 0.5rem;
}
@media (min-width: 576px) {
  .textBlock.withFourColList .textWithInlineIconList .count {
    font-size: 4rem;
  }
}
@media (min-width: 992px) {
  .textBlock.withFourColList .textWithInlineIconList .count {
    font-size: 3rem;
  }
}
.textBlock.withFourColList .textWithInlineIconList .unit {
  font-size: 1.5rem;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}
@media (min-width: 576px) {
  .textBlock.withFourColList .textWithInlineIconList .unit {
    font-size: 3rem;
  }
}
@media (min-width: 992px) {
  .textBlock.withFourColList .textWithInlineIconList .unit {
    font-size: 1.875rem;
  }
}
.textBlock .logoList {
  font-size: 0;
  margin-top: 2.5rem;
}
@media (min-width: 992px) {
  .textBlock .logoList {
    margin-top: 0;
  }
}
.textBlock .logoList .logoItem {
  display: flex;
  border: 0.0625rem solid #959595;
  margin-top: 3.75rem;
  text-align: center;
  padding: 1.25rem;
  box-shadow: none;
  height: 7.75rem;
  vertical-align: middle;
  justify-content: center;
  align-items: center;
  color: #252525;
}
.textBlock .logoList .logoItem:hover, .textBlock .logoList .logoItem:visible {
  color: inherit;
}
@media (min-width: 768px) {
  .textBlock .logoList .logoItem {
    display: inline-flex;
    width: calc(50% - 60px);
    margin-right: 3.75rem;
  }
  .textBlock .logoList .logoItem:nth-child(even) {
    margin-right: 0;
  }
  .textBlock .logoList .logoItem:nth-child(1), .textBlock .logoList .logoItem:nth-child(2) {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .textBlock .logoList .logoItem {
    margin-top: 1.875rem;
    width: 12.5rem;
    height: 5.75rem;
    margin-right: 0.625rem;
  }
  .textBlock .logoList .logoItem:nth-child(1), .textBlock .logoList .logoItem:nth-child(2) {
    margin-top: 1.875rem;
  }
  .textBlock .logoList .logoItem:nth-child(even) {
    margin-right: 0.625rem;
  }
  .textBlock .logoList .logoItem:last-child {
    margin-right: 0;
  }
  .textBlock .logoList .logoItem img {
    width: 83%;
  }
}
@media (min-width: 1200px) {
  .textBlock .logoList .logoItem {
    width: 12.1875rem;
    margin-top: 1.875rem;
    margin-right: 1.5625rem;
  }
  .textBlock .logoList .logoItem:nth-child(1), .textBlock .logoList .logoItem:nth-child(2) {
    margin-top: 1.875rem;
  }
  .textBlock .logoList .logoItem:nth-child(even) {
    margin-right: 1.5625rem;
  }
}
.textBlock .logoList .btnWithRightArrow p {
  margin-bottom: 0;
  width: 85%;
  display: inline-block;
  vertical-align: middle;
  line-height: 0.9;
  text-align: center;
  font-size: 1.5rem;
}
.textBlock .logoList .btnWithRightArrow i {
  font-size: 1.5rem;
  display: inline-block;
  width: 2rem;
  vertical-align: middle;
  line-height: 0.5;
}
.textBlock .linkList {
  color: #fff;
  margin-top: 3.75rem;
}
.textBlock .linkList a {
  position: relative;
  padding-left: 3.125rem;
  display: inline-block;
  color: inherit;
  margin-bottom: 1.75rem;
}
@media (min-width: 768px) {
  .textBlock .linkList a {
    width: 33%;
    padding-left: 1.875rem;
    padding-right: 0.625rem;
    vertical-align: top;
  }
}
@media (min-width: 992px) {
  .textBlock .linkList a {
    padding-right: 1.25rem;
  }
}
.textBlock .linkList a i {
  position: absolute;
  left: 0;
  top: 8px;
}
@media (min-width: 768px) {
  .textBlock .linkList a i {
    top: 0;
  }
}
.textBlock .linkList p {
  margin-bottom: 0;
}
.textBlock.withTiles {
  background: #fff;
}
.textBlock.withTiles h3 {
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}
.textBlock .card-columns .card-img-top {
  width: 100%;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.textBlock .card-columns .card {
  overflow: hidden;
  max-height: 400px;
}
@media (max-width: 575px) {
  .textBlock .card-columns .card {
    margin-bottom: 1.25rem;
    max-height: 400px;
  }
}
@media (min-width: 768px) {
  .textBlock .card-columns .card {
    max-height: 100%;
  }
}
.textBlock .card-columns .card-img-overlay {
  background: rgba(0, 0, 0, 0.15);
  color: #fff;
  padding: 1.25rem 1.25rem;
  display: flex;
  align-items: flex-end;
}
@media (min-width: 768px) and (max-width: 991px) {
  .textBlock .card-columns .card-img-overlay {
    padding: 2.5rem 3.125rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .textBlock .card-columns .card-img-overlay {
    padding: 1.875rem 2.5rem;
  }
}

.textBlock .card-columns .card-title {
  font-size: 1.25rem;
  font-weight: 700;
}
@media (min-width: 576px) and (max-width: 767px) {
  .textBlock .card-columns .card-title {
    font-size: 2.5rem;
  }
}

@media (min-width: 768px) {
  .textBlock .card-columns .card-title {
    font-size: 1.875rem;
  }
}
@media (min-width: 1200px) {
  .textBlock .card-columns .card-title {
    font-size: 2rem;
  }
}
.textBlock .card-columns .btn-primary.withPink {
  color: #fff;
}
@media (min-width: 768px) {
  .textBlock .card-columns .btn-primary.withPink {
    margin-top: 0.3125rem;
    font-size: 1rem;
    padding-top: 0.4375rem;
    padding-bottom: 0.4375rem;
  }
  .textBlock .card-columns .btn-primary.withPink:hover, .textBlock .card-columns .btn-primary.withPink:focus, .textBlock .card-columns .btn-primary.withPink:visited {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .textBlock .card-columns .btn-primary.withPink {
    margin-top: 2.5rem;
    font-size: 1.125rem;
    padding-top: 0.8125rem;
    padding-bottom: 0.8125rem;
  }
  .textBlock .card-columns .btn-primary.withPink:hover, .textBlock .card-columns .btn-primary.withPink:focus, .textBlock .card-columns .btn-primary.withPink:visited {
    font-size: 1.125rem;
  }
}
@media (max-width: 575px) {
  .textBlock .card-columns {
    column-count: 1;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .textBlock .card-columns {
    column-count: 1;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .textBlock .card-columns {
    column-count: 1;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .textBlock .card-columns {
    column-count: 2;
  }
}

@media (min-width: 1200px) {
  .textBlock .card-columns {
    column-count: 2;
    margin: 0 auto;
  }
}
@media (min-width: 1600px) {
  .textBlock .card-columns {
    max-width: 68.75%;
  }
}
.textBlock.videoTabList {
  background: #fff;
}
.textBlock.videoTabList .tabList {
  display: none;
  padding: 0;
  margin: 1.875rem 0 0 0;
  list-style: none;
}
@media (min-width: 576px) {
  .textBlock.videoTabList .tabList {
    display: block;
  }
}
.textBlock.videoTabList .tabList li {
  display: inline-block;
  margin-right: 2.1875rem;
}
.textBlock.videoTabList .tabList .card-header a {
  font-weight: 700;
  color: #ca4664;
  border-bottom: 0.125rem solid #ca4664;
}
.textBlock.videoTabList .tabList .card-header a.collapsed {
  color: #000;
  border-bottom: 0;
}
.textBlock.videoTabList .videoAccordion,
.textBlock.videoTabList .imageAccordion {
  margin-top: 1.875rem;
}
@media (min-width: 576px) {
  .textBlock.videoTabList .videoAccordion,
  .textBlock.videoTabList .imageAccordion {
    margin-top: 0;
  }
}
.textBlock.videoTabList .videoAccordion .card-header,
.textBlock.videoTabList .imageAccordion .card-header {
  display: block;
}
@media (min-width: 576px) {
  .textBlock.videoTabList .videoAccordion .card-header,
  .textBlock.videoTabList .imageAccordion .card-header {
    display: none;
  }
}
.textBlock.videoTabList .videoAccordion .card,
.textBlock.videoTabList .imageAccordion .card {
  margin-bottom: 0.625rem;
}
@media (min-width: 576px) {
  .textBlock.videoTabList .videoAccordion .card,
  .textBlock.videoTabList .imageAccordion .card {
    margin-bottom: 0;
    border: 0;
  }
}
.textBlock.videoTabList .videoAccordion .card-block,
.textBlock.videoTabList .imageAccordion .card-block {
  padding: 0 1.25rem 1.25rem;
}
@media (min-width: 576px) {
  .textBlock.videoTabList .videoAccordion .card-block,
  .textBlock.videoTabList .imageAccordion .card-block {
    padding: 3.125rem 0 0 0;
  }
}
.textBlock.videoTabList .videoAccordion .card-block a,
.textBlock.videoTabList .imageAccordion .card-block a {
  display: inline-block;
  position: relative;
}
.textBlock.videoTabList .videoAccordion .card-block a img,
.textBlock.videoTabList .imageAccordion .card-block a img {
  width: 100%;
}
.textBlock.videoTabList .videoAccordion .card-block .icon-download,
.textBlock.videoTabList .imageAccordion .card-block .icon-download {
  position: absolute;
  right: 0.625rem;
  top: 0.625rem;
  font-size: 1.25rem;
  border: 2px solid #000;
  padding: 0.5rem;
  line-height: 0.9;
  border-radius: 1.25rem;
  width: 2.5rem;
  height: 2.5rem;
}
.textBlock.videoTabList .imageAccordion .card {
  border: 0;
}
.textBlock.videoTabList .imageAccordion .card-block {
  padding: 0;
}
.textBlock.videoTabList .card-header {
  font-size: 0.875rem;
  background: none;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  border: 0;
}
@media (min-width: 576px) {
  .textBlock.videoTabList .card-header {
    font-size: 1.75rem;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .textBlock.videoTabList .card-header {
    font-size: 1.5rem;
  }
}
.textBlock.videoTabList .card-header h5 {
  font-size: 0.875rem;
}
@media (min-width: 576px) {
  .textBlock.videoTabList .card-header h5 {
    font-size: 1.75rem;
  }
}
@media (min-width: 768px) {
  .textBlock.videoTabList .card-header h5 {
    font-size: 1.5rem;
  }
}
.textBlock.withInlineImage {
  background: #263238;
  padding-bottom: 0;
  padding-top: 0;
}
.textBlock.withInlineImage img {
  width: 100%;
  -webkit-filter: grayscale;
  -webkit-filter: brightness(70%);
}
.textBlock.withInlineImage.notFullWidth {
  text-align: center;
}
.textBlock.withInlineImage.notFullWidth img {
  width: 100%;
}
@media (min-width: 992px) {
  .textBlock.withInlineImage.notFullWidth img {
    width: auto;
  }
}
.textBlock .inlineContentWithImage {
  display: flex;
  align-items: center;
  align-content: flex-start;
  height: 100%;
}
.textBlock .inlineContent .linkList {
  margin-top: 2.1875rem;
}
.textBlock .inlineContent .linkList p {
  min-height: 3.25rem;
}
.textBlock .inlineContent .linkList a {
  width: 100%;
  padding-left: 85px;
}
@media (min-width: 576px) {
  .textBlock .inlineContent .linkList a {
    padding-left: 140px;
  }
}
@media (min-width: 768px) {
  .textBlock .inlineContent .linkList a {
    padding-left: 115px;
  }
}
.textBlock .inlineContent .linkList .reach-external-link {
  font-size: 12px;
  top: 2px;
  color: #ca4664;
}
@media (min-width: 576px) {
  .textBlock .inlineContent .linkList .reach-external-link {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .textBlock .inlineContent .linkList .reach-external-link {
    font-size: 18px;
  }
}
.textBlock .inlineContent .linkList .count {
  font-size: 17px;
  line-height: 0.7;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
@media (min-width: 576px) {
  .textBlock .inlineContent .linkList .count {
    font-size: 34px;
  }
}
@media (min-width: 768px) {
  .textBlock .inlineContent .linkList .count {
    font-size: 24px;
  }
}
.textBlock .inlineContent .linkList .unit {
  font-size: 12px;
  line-height: 1.5;
  text-align: left;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}
@media (min-width: 576px) {
  .textBlock .inlineContent .linkList .unit {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .textBlock .inlineContent .linkList .unit {
    font-size: 14px;
  }
}
.textBlock .inlineContent .linkList .counter {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  margin-left: 10px;
  position: absolute;
  left: 16px;
  top: 5px;
  color: #ca4664;
}
@media (min-width: 576px) {
  .textBlock .inlineContent .linkList .counter {
    left: 22px;
  }
}
@media (min-width: 768px) {
  .textBlock .inlineContent .linkList .counter {
    left: 22px;
  }
}
.textBlock .inlineContent .linkList .counter span {
  display: block;
}
.textBlock .mediaList {
  font-size: 0;
  margin-right: -7px;
  margin-left: -7px;
}
.textBlock .mediaList .card {
  width: 100%;
  display: inline-block;
  border: 0;
  border-radius: 0;
  margin: 15px 7px;
}
@media (min-width: 576px) {
  .textBlock .mediaList .card {
    width: 47.3%;
  }
}
@media (min-width: 992px) {
  .textBlock .mediaList .card {
    width: 31.5%;
  }
}
@media (min-width: 1200px) {
  .textBlock .mediaList .card {
    width: 31.9%;
  }
}
.textBlock .mediaList .card-header {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  padding-left: 0;
  padding-right: 0;
  background: #f0ebe5;
  line-height: 1.15;
}
.textBlock .mediaList .card-block {
  padding: 0;
  position: relative;
}
.textBlock .mediaList .card-img-overlay {
  background: rgba(0, 0, 0, 0.15);
}
.textBlock .mediaList .card-img-overlay a {
  display: block;
  height: 100%;
  width: 100%;
}
.textBlock .mediaList .card-img-overlay .card-content {
  color: #fff;
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 90%;
}
.textBlock .mediaList .card-img-overlay .card-content small {
  text-transform: uppercase;
  font-size: 14px;
}
@media (min-width: 576px) {
  .textBlock .mediaList .card-img-overlay .card-content small {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .textBlock .mediaList .card-img-overlay .card-content small {
    font-size: 14px;
  }
}
@media (min-width: 576px) {
  .textBlock .mediaList .card-img-overlay .card-content p {
    font-size: 1.5rem;
    line-height: 1.1;
  }
}
.textBlock .mediaList img {
  width: 100%;
}
.textBlock .btn-findMore {
  background: #cfeaff;
  font-size: 0.875rem;
  position: absolute;
  border-radius: 0;
  top: 7px;
  right: 0;
}
.textBlock .btn-findMore .icon {
  position: relative;
  top: 2px;
  padding-left: 6px;
}
@media (min-width: 768px) {
  .textBlock .btn-findMore {
    font-size: 1.75rem;
  }
}
@media (min-width: 768px) {
  .textBlock .btn-findMore {
    font-size: 1.5rem;
    top: 60px;
  }
  .textBlock .btn-findMore .icon {
    top: 3px;
  }
}
.textBlock .moduleOverlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.55);
}
.textBlock .moduleOverlay .message {
  height: 100%;
  width: 100%;
  position: relative;
}
.textBlock .moduleOverlay .message img {
  position: absolute;
  top: 130px;
  right: 30%;
  width: 50%;
}
@media (min-width: 768px) {
  .textBlock .moduleOverlay .message img {
    width: auto;
    top: 140px;
  }
}
.textBlock.additionalContent {
  margin-top: 3.75rem;
}
@media (min-width: 992px) {
  .textBlock.additionalContent {
    margin-top: 6.875rem;
  }
}
.textBlock.additionalContent ol li,
.textBlock.additionalContent ul li {
  margin-bottom: 0.3125rem;
}

.panelHeader {
  padding: 0.75rem 0;
}
@media (min-width: 576px) {
  .panelHeader {
    padding-top: 1.4375rem;
    padding-bottom: 1.375rem;
  }
}
@media (min-width: 768px) {
  .panelHeader {
    padding-top: 2.0625rem;
    padding-bottom: 2.0625rem;
  }
}
.panelHeader h3 {
  font-size: 0.8125rem;
  margin: 0;
}
@media (min-width: 576px) {
  .panelHeader h3 {
    font-size: 1.625rem;
  }
}
@media (min-width: 768px) {
  .panelHeader h3 {
    font-size: 1.5rem;
  }
}

.panelContent {
  margin-top: 1.4375rem;
}
@media (min-width: 576px) {
  .panelContent {
    margin-top: 2.8125rem;
  }
}
@media (min-width: 768px) {
  .panelContent {
    margin-top: 3.75rem;
  }
}
@media (min-width: 768px) {
  .panelContent .wrapper {
    overflow: hidden;
  }
}
.panelContent .headText {
  font-size: 1.9375rem;
  font-weight: 700;
  line-height: 0.9;
}
@media (min-width: 576px) {
  .panelContent .headText {
    font-size: 2.625rem;
    line-height: 1;
  }
}
@media (min-width: 768px) {
  .panelContent .headText {
    font-size: 3.25rem;
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 992px) {
  .panelContent .headText {
    line-height: 0.8;
  }
}
.panelContent .headText strong {
  font-size: 2.8125rem;
}
@media (min-width: 576px) {
  .panelContent .headText strong {
    font-size: 5.625rem;
  }
}
@media (min-width: 768px) {
  .panelContent .headText strong {
    font-size: 7.5rem;
  }
}
.panelContent .panelList {
  margin: 0;
  padding: 1.25rem 0 1.875rem 0;
  border-bottom: 1px solid #66d7e5;
}
@media (min-width: 576px) {
  .panelContent .panelList {
    padding: 2.5rem 0 3.125rem 0;
  }
}
.panelContent .panelList li {
  list-style: none;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
}
@media (min-width: 576px) {
  .panelContent .panelList li {
    font-size: 1.625rem;
  }
}
@media (min-width: 768px) {
  .panelContent .panelList li {
    font-size: 1.25rem;
    margin-right: 3.4375rem;
    display: inline-block;
  }
}
.panelContent .panelList .icon {
  font-size: 1.0625rem;
  line-height: 1.8;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5rem;
}
@media (min-width: 576px) {
  .panelContent .panelList .icon {
    margin-right: 0.9375rem;
    font-size: 1.625rem;
  }
}
@media (min-width: 768px) {
  .panelContent .panelList .icon {
    margin-right: 0.5rem;
  }
}
.panelContent h4 {
  margin-bottom: 0;
  color: #ffeb3b;
}
.panelContent small {
  font-size: 0.875rem;
}

.panelBlock {
  padding-bottom: 1.8125rem;
}
@media (min-width: 576px) {
  .panelBlock {
    padding-bottom: 1.875rem;
  }
}
@media (min-width: 768px) {
  .panelBlock {
    padding-bottom: 1.5625rem;
  }
}
.panelBlock.withBackgroundBlue {
  background: #00bcd4;
  color: #fff;
}
.panelBlock.withBackgroundBlue .panelHeader {
  background: rgba(0, 0, 0, 0.15);
}
.panelBlock small,
.panelBlock p {
  font-family: "Montserrat", sans-serif;
  font-weight: 200;
}
.panelBlock strong {
  font-weight: 700;
}
.panelBlock .reach-whatsapp {
  margin-left: 0.625rem;
}
.panelBlock small {
  font-size: 0.875rem;
  line-height: 1.2;
}
@media (min-width: 576px) {
  .panelBlock small {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  .panelBlock small {
    font-size: 1rem;
  }
}
.panelBlock .panelGutter {
  margin-bottom: 1.875rem;
}
@media (min-width: 576px) {
  .panelBlock .panelGutter {
    margin-bottom: 4.375rem;
  }
}
@media (min-width: 768px) {
  .panelBlock .panelGutter {
    margin-bottom: 3.75rem;
  }
}
.panelBlock .counter {
  font-family: "Montserrat", sans-serif;
}
.panelBlock .counter .count {
  font-size: 2.625rem;
  font-weight: 700;
  line-height: 1.15;
  display: block;
}
.panelBlock .counter .unit {
  font-size: 1.125rem;
  text-transform: uppercase;
  display: block;
}
.panelBlock .figuresGrid {
  padding-bottom: 2.5rem;
  padding-top: 2.5rem;
  border-bottom: 1px solid #66d7e5;
}
.panelBlock .figuresGrid > div[class*='col-'] {
  margin-top: 2.5rem;
}
.panelBlock .figuresGrid > div[class*='col-']:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .panelBlock .figuresGrid > div[class*='col-'] {
    margin-top: 0;
    margin-bottom: 2.5rem;
    border-left: 1px solid #66d7e5;
  }
  .panelBlock .figuresGrid > div[class*='col-']:first-child {
    border-left: none;
  }
  .panelBlock .figuresGrid > div[class*='col-']:nth-child(odd) {
    border-left: none;
  }
}
@media (min-width: 1200px) {
  .panelBlock .figuresGrid > div[class*='col-'] {
    margin-bottom: 0;
  }
  .panelBlock .figuresGrid > div[class*='col-']:nth-child(odd) {
    border-left: 1px solid #66d7e5;
  }
  .panelBlock .figuresGrid > div[class*='col-']:first-child {
    border-left: none;
  }
}
.panelBlock .popOver ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.panelBlock .popOver li {
  display: inline-block;
  margin-right: 0.625rem;
  margin-top: 0.625rem;
}
.panelBlock .popOver li:last-child {
  margin-right: 0;
}
.panelBlock .popOver li:last-child .popOverTitle:after {
  border: 0;
}
@media (min-width: 576px) {
  .panelBlock .popOver li {
    margin-right: 1.25rem;
  }
}
.panelBlock .popOverTitle {
  display: block;
  padding: 0.3125rem 0.625rem;
  background: rgba(0, 0, 0, 0.15);
  position: relative;
  font-size: 0.875rem;
}
.panelBlock .popOverTitle:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid rgba(0, 0, 0, 0.15);
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  display: block;
  position: absolute;
  right: -7px;
  top: 27%;
}
@media (min-width: 576px) {
  .panelBlock .popOverTitle:after {
    border-width: 8px;
    right: -8px;
    top: 35%;
  }
}
@media (min-width: 768px) {
  .panelBlock .popOverTitle:after {
    top: 30%;
  }
}
.panelBlock small {
  margin-top: 0.625rem;
  margin-bottom: 2.5rem;
}
.panelBlock .panelFooter p {
  color: #252525;
  font-size: 0.625rem;
}
@media (min-width: 576px) {
  .panelBlock .panelFooter p {
    font-size: 1.25rem;
  }
}
@media (min-width: 768px) {
  .panelBlock .panelFooter p {
    font-size: 0.875rem;
  }
}

.formBlockWithMap {
  background: #fff;
}
.formBlockWithMap #map {
  width: 100%;
  height: 25rem;
  background-color: #595959;
  margin-bottom: 3.125rem;
}
@media (min-width: 768px) {
  .formBlockWithMap #map {
    height: 100%;
    margin-bottom: 0;
  }
}

.contactForm {
  width: 100%;
  margin-bottom: 1.25rem;
  padding-top: 2.1875rem;
  padding-bottom: 2.8125rem;
}
@media (min-width: 768px) {
  .contactForm {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 992px) {
  .contactForm {
    width: 70%;
    margin-bottom: 0;
    padding-top: 3.6875rem;
    padding-bottom: 4.375rem;
  }
}
.contactForm .btn-primary {
  border: 1px solid #000;
}

.successMessage.forContact {
  min-height: 100%;
  padding-top: 2.1875rem;
  padding-bottom: 2.8125rem;
}
@media (min-width: 992px) {
  .successMessage.forContact {
    padding-top: 3.6875rem;
    padding-bottom: 4.375rem;
  }
}
@media (min-width: 992px) {
  .successMessage.forContact p {
    width: 70%;
  }
}

.formWithInlineFields {
  background: #595959;
  color: #fff;
  padding-top: 2.1875rem;
  padding-bottom: 2.8125rem;
}
@media (min-width: 992px) {
  .formWithInlineFields {
    padding-top: 3.6875rem;
    padding-bottom: 4.375rem;
  }
}
.formWithInlineFields .form {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .formWithInlineFields .successMessage p {
    width: 60%;
  }
}
.formWithInlineFields .successMessage .btn-download {
  margin-top: 3.625rem;
}

@media (min-width: 992px) {
  .engagementForm {
    width: 80%;
  }
}
.engagementForm label,
.engagementForm select {
  display: inline-block;
}
.engagementForm select {
  width: auto;
  text-transform: uppercase;
  margin-bottom: 0.625rem;
  font-size: 1.0625rem;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
}
@media (min-width: 576px) {
  .engagementForm select {
    font-size: 2.125rem;
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 768px) {
  .engagementForm select {
    font-size: 2rem;
    margin-bottom: 1.875rem;
  }
}
.engagementForm .btn-primary {
  margin-top: 1.25rem;
}
@media (min-width: 576px) {
  .engagementForm .btn-primary {
    margin-top: 2.5rem;
  }
}
@media (min-width: 768px) {
  .engagementForm .btn-primary {
    margin-top: 1.75rem;
  }
}
.engagementForm h4 {
  margin-top: 1.75rem;
  margin-bottom: 0.9375rem;
  font-size: 0.75rem;
}
@media (min-width: 576px) {
  .engagementForm h4 {
    font-size: 1.5rem;
    margin-top: 2.6875rem;
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 768px) {
  .engagementForm h4 {
    font-size: 1.25rem;
    margin-top: 3.5625rem;
    margin-bottom: 0.9375rem;
  }
}

/* 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;
  -ms-touch-action: pan-y;
  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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

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

.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;
}

.projectsCarousel {
  background: #f1f1f1;
  padding-bottom: 2.1875rem;
}
@media (min-width: 768px) {
  .projectsCarousel {
    padding-bottom: 4.6875rem;
  }
}

.carouselHeader {
  position: relative;
}
.carouselHeader h3 {
  padding-top: 2.5rem;
  padding-bottom: 0.625rem;
  margin: 0;
}
@media (min-width: 768px) {
  .carouselHeader h3 {
    padding-top: 3.75rem;
    padding-bottom: 1.875rem;
  }
}
.carouselHeader .controls {
  position: absolute;
  right: 0;
  top: 2.1875rem;
  font-size: 0.875rem;
  line-height: 0.8;
}
@media (min-width: 768px) {
  .carouselHeader .controls {
    top: 4.375rem;
    font-size: 1.125rem;
  }
}
.carouselHeader .controls button {
  padding: 0.3125rem;
}

.carouselContent {
  width: 100%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .carouselContent .slick-list {
    margin: 0 -2.5rem;
  }
}
.carouselContent .slick-slide {
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .carouselContent .slick-slide {
    margin: 0 2.5rem;
  }
}
.carouselContent .slick-slide img {
  width: 100%;
}

.controlsList {
  padding: 1.75rem 0;
}
.controlsList p {
  font-size: 1rem;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 0;
}
.controlsList p.socialIcons a {
  margin: 0 0 0 0.625rem;
  display: inline-block;
  vertical-align: middle;
  border-radius: 1.25rem;
  overflow: hidden;
  height: 2.375rem;
  width: 2.5rem;
}
.controlsList p.socialIcons .icon {
  font-size: 2.5rem;
}
.controlsList.withBackgroundBlue {
  background: #00bcd4;
  color: #fff;
}
.controlsList.withBackgroundBlue .mediaIconList .icon {
  border-color: #fff;
  color: #fff;
}
.controlsList.withBackgroundBlue .mediaIconList a {
  color: #fff;
}
.controlsList.withBackgroundPink {
  background: #ca4664;
  color: #fff;
}
.controlsList.withBackgroundPink .mediaIconList .icon {
  border-color: #fff;
  color: #fff;
}
.controlsList.withBackgroundPink .mediaIconList a {
  color: #fff;
}
.controlsList.withBackgroundDarkGray {
  background: #263238;
  color: #fff;
}
.controlsList.withBackgroundDarkGray .mediaIconList .icon {
  border-color: #fff;
  color: #fff;
}
.controlsList.withBackgroundDarkGray .mediaIconList a {
  color: #fff;
}
.controlsList.withBackgroundGold {
  background: #f99e29;
  color: #fff;
}
.controlsList.withBackgroundGold .mediaIconList .icon {
  border-color: #fff;
  color: #fff;
}
.controlsList.withBackgroundGold .mediaIconList a {
  color: #fff;
}
.controlsList .col-12:not(:last-child) {
  margin-bottom: 1.5625rem;
}
@media (min-width: 768px) {
  .controlsList .col-12:not(:last-child) {
    margin-bottom: 0;
  }
}
.controlsList .mediaIconList {
  list-style: none;
  margin: 0;
  padding: 0;
}
.controlsList .mediaIconList .icon {
  font-size: 2.5rem;
  line-height: 0.8;
  margin-right: 0.625rem;
  display: inline-block;
  vertical-align: middle;
}
.controlsList .mediaIconList a {
  font-size: 1rem;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
}
.controlsList .mediaIconList li {
  display: inline-block;
  margin-right: 0.9375rem;
  min-height: 2.5rem;
}
@media (min-width: 768px) {
  .controlsList .mediaIconList li {
    margin-right: 1.25rem;
  }
}

footer {
  background: #313131;
  color: #b7b7b7;
  font-size: 0.875rem;
  font-family: "Source Sans Pro", sans-serif;
  padding: 1.5625rem;
}
@media (min-width: 576px) {
  footer {
    font-size: 1.75rem;
  }
}
footer p {
  font-size: inherit;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  footer {
    font-size: 0.875rem;
  }
  footer p {
    text-align: left;
  }
}
footer ul {
  list-style: none;
  padding: 0;
  text-align: center;
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}
@media (min-width: 576px) {
  footer ul {
    margin-top: 2.5rem;
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 768px) {
  footer ul {
    margin-top: 0.625rem;
    text-align: left;
  }
}
@media (min-width: 992px) {
  footer ul {
    margin-bottom: 0;
  }
}
footer li {
  font-size: inherit;
  color: inherit;
  display: inline-block;
  margin-right: 1.25rem;
}
footer li a {
  font-size: inherit;
  color: inherit;
}
footer li a:hover, footer li a:focus, footer li a:visited {
  color: inherit;
}
footer .socialMediaLinks {
  margin-bottom: 0;
  margin-top: 0.625rem;
}
footer .socialMediaLinks li {
  font-size: 1.875rem;
  margin-right: 1.25rem;
}
@media (min-width: 576px) {
  footer .socialMediaLinks li {
    font-size: 3.125rem;
  }
}
@media (min-width: 576px) {
  footer .socialMediaLinks li {
    font-size: 4.375rem;
    margin-right: 2.5rem;
  }
}
@media (min-width: 768px) {
  footer .socialMediaLinks li {
    font-size: 1.875rem;
    margin-right: 0.625rem;
  }
}
footer .eagle-logo {
  display: block;
  margin: 0.625rem auto 1.25rem;
}
@media (min-width: 576px) {
  footer .eagle-logo {
    margin: 1.5625rem auto 2.5rem;
  }
}
@media (min-width: 768px) {
  footer .eagle-logo {
    float: left;
    margin: 0 0.4375rem 0 0;
  }
}

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