*,
:after,
:before,
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  -webkit-print-color-adjust: exact;
}
body a[href]:after,
a[href^="tel"]:after,
a[href^="mailto"]:after {
  content: "" !important;
}
img {
  page-break-inside: avoid;
}
.page-break-inside,
.page_break_avoid {
  page-break-inside: avoid !important;
}
.clear {
  clear: both;
}
.absolute_center {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.static {
  position: static !important;
}
.clear {
  clear: both;
}
.clear_left {
  clear: left;
}
.clear_right {
  clear: right;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.hidden {
  display: none !important;
}
.font_weight_regular {
  font-weight: normal;
}
.font_weight_normal {
  font-weight: normal;
}
.font_weight_bold {
  font-weight: normal;
}
.font_weight_300 {
  font-weight: 300;
}
.font_weight_400 {
  font-weight: 400;
}
.font_weight_500 {
  font-weight: 500;
}
.font_weight_600 {
  font-weight: 600;
}
.font_weight_700 {
  font-weight: 700;
}
.font_weight_800 {
  font-weight: 800;
}
.font_weight_900 {
  font-weight: 900;
}
.force_font_weight_300 {
  font-weight: 300 !important;
}
.force_font_weight_400 {
  font-weight: 400 !important;
}
.force_font_weight_500 {
  font-weight: 500 !important;
}
.force_font_weight_600 {
  font-weight: 600 !important;
}
.force_font_weight_700 {
  font-weight: 700 !important;
}
.force_font_weight_800 {
  font-weight: 800 !important;
}
.force_font_weight_900 {
  font-weight: 900 !important;
}
.force_font_weight_regular {
  font-weight: normal !important;
}
.force_font_weight_normal {
  font-weight: normal !important;
}
.force_font_weight_bold {
  font-weight: normal !important;
}
.regular_font {
  font-family: 'Gilroy', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
}
.title_font {
  font-family: 'Gilroy', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
}
.alternative_font {
  font-family: 'Gilroy', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
}
.force_regular_font {
  font-family: 'Gilroy', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif !important;
}
.force_title_font {
  font-family: 'Gilroy', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif !important;
}
.force_alternative_font {
  font-family: 'Gilroy', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif !important;
}
[data-text-align="left"],
.has-text-align-left,
.text_align_center {
  text-align: left;
}
[data-text-align="right"],
.has-text-align-right,
.text_align_center {
  text-align: right;
}
[data-text-align="center"],
.has-text-align-center,
.text_align_center {
  text-align: center;
}
[data-background-color="white"],
.has-white-background-color {
  background: #ffffff;
}
[data-background-color="dark"],
.has-dark-background-color {
  background: #0a2130;
}
[data-background-color="black"],
.has-black-background-color {
  background: #000000;
}
[data-background-color="color_1"],
.has-color_1-background-color {
  background: #0a2130;
}
[data-background-color="color_2"],
.has-color_2-background-color {
  background: #ffed00;
}
[data-background-color="color_3"],
.has-color_3-background-color {
  background: #efe391;
}
[data-background-color="color_4"],
.has-color_4-background-color {
  background: #a8caac;
}
[data-background-color="color_5"],
.has-color_5-background-color {
  background: #cde1ea;
}
[data-background-color="color_body"],
.has-color_body-background-color {
  background: #ffffff;
}
.truncate,
[data-clip-lines] {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 2.5ex;
}
.truncate_1,
[data-clip-lines="1"] {
  -webkit-line-clamp: 1;
  height: 2.5ex;
}
.truncate_2,
[data-clip-lines="2"] {
  -webkit-line-clamp: 2;
  height: 5ex;
}
.truncate_3,
[data-clip-lines="3"] {
  -webkit-line-clamp: 3;
  height: 7.5ex;
}
.truncate_4,
[data-clip-lines="4"] {
  -webkit-line-clamp: 4;
  height: 10ex;
}
.truncate_5,
[data-clip-lines="5"] {
  -webkit-line-clamp: 5;
  height: 12.5ex;
}
.truncate_6,
[data-clip-lines="6"] {
  -webkit-line-clamp: 6;
  height: 15ex;
}
.truncate_7,
[data-clip-lines="7"] {
  -webkit-line-clamp: 7;
  height: 17.5ex;
}
.truncate_8,
[data-clip-lines="8"] {
  -webkit-line-clamp: 8;
  height: 20ex;
}
[data-justify-content="start"] {
  justify-content: flex-start;
}
[data-justify-content="top"] {
  justify-content: flex-start;
}
[data-justify-content="left"] {
  justify-content: flex-start;
}
[data-justify-content="flex-start"] {
  justify-content: flex-start;
}
[data-justify-content="end"] {
  justify-content: flex-end;
}
[data-justify-content="bottom"] {
  justify-content: flex-end;
}
[data-justify-content="right"] {
  justify-content: flex-end;
}
[data-justify-content="flex-end"] {
  justify-content: flex-end;
}
[data-justify-content="center"] {
  justify-content: center;
}
[data-justify-content="space-around"] {
  justify-content: space-around;
}
[data-justify-content="space-between"] {
  justify-content: space-between;
}
[data-justify-content="space-evenly"] {
  justify-content: space-evenly;
}
body {
  color: #000000 !important;
}
body.no_scroll {
  overflow: hidden !important;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
p,
ul,
ol,
table,
.text_intro {
  margin: 0 0 1.50em 0;
}
h1:last-child,
.h1:last-child,
h2:last-child,
.h2:last-child,
h3:last-child,
.h3:last-child,
h4:last-child,
.h4:last-child,
h5:last-child,
.h5:last-child,
p:last-child,
ul:last-child,
ol:last-child,
table:last-child,
.text_intro:last-child {
  margin-bottom: 0 !important;
}
.subtitle {
  opacity: 0.5;
}
p.large,
p.has-large-font-size,
span.large,
span.has-large-font-size {
  font-size: 1.2em;
}
p.small,
p.has-small-font-size,
span.small,
span.has-small-font-size {
  font-size: 0.85em;
}
.uppercase {
  text-transform: uppercase !important;
}
a {
  color: inherit;
  text-decoration: underline;
  transition: all 0.15s ease-in-out;
}
a:hover {
  color: #0a2130;
  text-decoration: underline;
}
strong {
  font-weight: 800 !important;
}
em {
  font-style: italic;
}
ul {
  list-style-type: disc;
  margin-left: 1.25em;
  padding: 0;
}
ul ul {
  list-style-type: circle;
}
ol {
  list-style: decimal;
  margin-left: 1.25em;
  padding: 0;
  counter-reset: item;
}
ol ol {
  margin-left: 2em;
}
ol li {
  display: block;
  position: relative;
}
ol li:before {
  content: counters(item,".") ".";
  counter-increment: item;
  position: absolute;
  right: 100%;
  margin-right: 0.3125rem;
}
ol[start="1"] {
  counter-reset: item 0;
}
ol[start="2"] {
  counter-reset: item 1;
}
ol[start="3"] {
  counter-reset: item 2;
}
ol[start="4"] {
  counter-reset: item 3;
}
ol[start="5"] {
  counter-reset: item 4;
}
ol[start="6"] {
  counter-reset: item 5;
}
ol[start="7"] {
  counter-reset: item 6;
}
ol[start="8"] {
  counter-reset: item 7;
}
ol[start="9"] {
  counter-reset: item 8;
}
ol[start="10"] {
  counter-reset: item 9;
}
ol[start="11"] {
  counter-reset: item 10;
}
ol[start="12"] {
  counter-reset: item 11;
}
ol[start="13"] {
  counter-reset: item 12;
}
ol[start="14"] {
  counter-reset: item 13;
}
ol[start="15"] {
  counter-reset: item 14;
}
ol[start="16"] {
  counter-reset: item 15;
}
ol[start="17"] {
  counter-reset: item 16;
}
ol[start="18"] {
  counter-reset: item 17;
}
ol[start="19"] {
  counter-reset: item 18;
}
ol[start="20"] {
  counter-reset: item 19;
}
ol[start="21"] {
  counter-reset: item 20;
}
ol[start="22"] {
  counter-reset: item 21;
}
ol[start="23"] {
  counter-reset: item 22;
}
ol[start="24"] {
  counter-reset: item 23;
}
ol[start="25"] {
  counter-reset: item 24;
}
ol[start="26"] {
  counter-reset: item 25;
}
ol[start="27"] {
  counter-reset: item 26;
}
ol[start="28"] {
  counter-reset: item 27;
}
ol[start="29"] {
  counter-reset: item 28;
}
ol[start="30"] {
  counter-reset: item 29;
}
ol[start="31"] {
  counter-reset: item 30;
}
ol[start="32"] {
  counter-reset: item 31;
}
ol[start="33"] {
  counter-reset: item 32;
}
ol[start="34"] {
  counter-reset: item 33;
}
ol[start="35"] {
  counter-reset: item 34;
}
ol[start="36"] {
  counter-reset: item 35;
}
ol[start="37"] {
  counter-reset: item 36;
}
ol[start="38"] {
  counter-reset: item 37;
}
ol[start="39"] {
  counter-reset: item 38;
}
ol[start="40"] {
  counter-reset: item 39;
}
ol[start="10"],
ol[start="11"],
ol[start="12"],
ol[start="13"],
ol[start="14"],
ol[start="15"],
ol[start="16"],
ol[start="17"],
ol[start="18"],
ol[start="19"],
ol[start="20"],
ol[start="21"],
ol[start="22"],
ol[start="23"],
ol[start="24"],
ol[start="25"],
ol[start="26"],
ol[start="27"],
ol[start="28"],
ol[start="29"],
ol[start="30"],
ol[start="31"],
ol[start="32"],
ol[start="33"],
ol[start="34"],
ol[start="35"],
ol[start="36"],
ol[start="37"],
ol[start="38"],
ol[start="39"],
ol[start="40"] {
  margin-left: 1.5em;
}
ol[start="10"] ol,
ol[start="11"] ol,
ol[start="12"] ol,
ol[start="13"] ol,
ol[start="14"] ol,
ol[start="15"] ol,
ol[start="16"] ol,
ol[start="17"] ol,
ol[start="18"] ol,
ol[start="19"] ol,
ol[start="20"] ol,
ol[start="21"] ol,
ol[start="22"] ol,
ol[start="23"] ol,
ol[start="24"] ol,
ol[start="25"] ol,
ol[start="26"] ol,
ol[start="27"] ol,
ol[start="28"] ol,
ol[start="29"] ol,
ol[start="30"] ol,
ol[start="31"] ol,
ol[start="32"] ol,
ol[start="33"] ol,
ol[start="34"] ol,
ol[start="35"] ol,
ol[start="36"] ol,
ol[start="37"] ol,
ol[start="38"] ol,
ol[start="39"] ol,
ol[start="40"] ol {
  margin-left: 2.25em;
}
.quote,
blockquote {
  display: block;
  position: relative;
  margin: 2.0em 1.25em 2.0em 1.25em;
  padding: 0;
  border: none;
  background: none;
  text-align: center;
  color: #0a2130;
  font-family: 'Gilroy', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
}
.quote p,
blockquote p {
  font-size: inherit !important;
  line-height: inherit !important;
  margin-bottom: 1.25em;
}
.quote p:last-child,
blockquote p:last-child {
  margin-bottom: 0;
}
.quote:first-child,
blockquote:first-child {
  margin-top: 0;
}
.quote:last-child,
blockquote:last-child {
  margin-bottom: 0;
}
.quote .quote_by,
.quote cite,
blockquote .quote_by,
blockquote cite {
  color: inherit;
  margin: 0.75em 0 0 0;
  font-weight: normal;
  font-style: normal;
  opacity: 0.65;
  font-weight: 400;
  font-family: 'Gilroy', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
}
img {
  max-width: 100%;
  height: auto;
}
.alignright {
  float: right !important;
  margin: 0 0 1.25rem 1.25rem !important;
}
.alignleft {
  float: left !important;
  margin: 0 1.25rem 1.25rem 0 !important;
}
.aligncenter {
  margin-left: auto !important;
  margin-right: auto !important;
}
#wrapper {
  overflow: hidden;
}
.row {
  display: flex;
  flex-direction: row;
}
.row>div {
  flex: 1 1 100%;
  padding-left: 10px;
  padding-right: 10px;
}
#content_holder {
  position: relative;
  z-index: 3;
}
.row_holder {
  position: relative;
  margin-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
  z-index: 1;
}
.row_holder .row_holder_inner {
  padding: 0 !important;
}
.row_holder .row {
  flex-wrap: wrap;
}
.row_holder .row .col {
  margin: 0 0 20px 0;
}
.row_holder .row .col.premade_row_color_1_col {
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
}
.row_holder .row .col_break {
  flex: 0 0 100%;
  clear: both;
}
body.with_animations .col,
body.with_animations .footer_column,
body.with_animations .wp-block-column,
body.with_animations .tile_holder,
body.with_animations .some_animated_element,
body.with_animations .animated,
body.with_animations #page_text {
  transition: none !important;
  transform: none !important;
  opacity: 1 !important;
}
body.with_animations .col.scrolled_into_view_permanent {
  transform: none !important;
  position: static !important;
}
body.with_animations .row_holder:not(.slider_row_holder):not(.slick-slide) .row_background_holder {
  transition: none !important;
  opacity: 1 !important;
}
body.with_animations .row_holder:not(.slider_row_holder):not(.slick-slide) .row_background_holder.scrolled_into_view {
  opacity: 1;
}
#top_area .row {
  align-items: center;
}
.slider_row_holder_inner {
  min-height: 0 !important;
}
.row_slider {
  min-height: 0 !important;
}
.row_slider .slick-list,
.row_slider .slick-track {
  position: relative !important;
  display: block !important;
  margin: 0 !important;
  width: 100% !important;
  opacity: 1 !important;
  transform: none !important;
}
.row_slider .row_holder {
  min-height: 0 !important;
  width: auto !important;
  display: none !important;
  opacity: 1 !important;
  transition: none !important;
  position: static !important;
  display: block !important;
}
.row_slider .row_holder.slick-active {
  display: block !important;
}
.row_slider .row_holder.slick-cloned {
  display: none !important;
}
.row_slider .row_holder .container {
  min-height: 0 !important;
}
.row_slider .row_holder .content_row {
  min-height: 0 !important;
  padding: 0 !important;
}
.tiles_grid.slick-slider {
  display: block !important;
  padding: 0 !important;
}
.tiles_grid.slick-slider .slick-list,
.tiles_grid.slick-slider .slick-track {
  position: relative !important;
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  align-items: stretch !important;
  margin: 0 !important;
  width: 100% !important;
  opacity: 1 !important;
  transform: none !important;
}
.tiles_grid.slick-slider .slick-track {
  margin: 0 !important;
  width: auto !important;
}
.tiles_grid.slick-slider .tile_holder:not(.slick-active) {
  display: none !important;
}
.tiles_grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.tiles_grid .tile_holder {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}
.tiles_grid .tile_holder .admin_edit_button {
  right: 20px;
}
.tiles_grid[data-cols="1"] .tile_holder {
  flex: 0 0 100% !important;
  width: 100% !important;
  max-width: 100% !important;
}
.tiles_grid[data-cols="2"] .tile_holder {
  flex: 0 0 50%;
  width: 50%;
  max-width: 50%;
}
.tiles_grid[data-cols="3"] .tile_holder {
  flex: 0 0 33.33%;
  width: 33.33%;
  max-width: 33.33%;
}
.tiles_grid[data-cols="4"] .tile_holder {
  flex: 0 0 25%;
  width: 25%;
  max-width: 25%;
}
.tiles_grid[data-cols="5"] .tile_holder {
  flex: 0 0 20%;
  width: 20%;
  max-width: 20%;
}
.tiles_grid[data-cols="6"] .tile_holder {
  flex: 0 0 16.66%;
  width: 16.66%;
  max-width: 16.66%;
}
.tiles_grid[data-gaps="small"] .tile_holder {
  padding: 0 5px;
  margin: 0 0 10px 0;
}
.tiles_grid[data-gaps="small"] .tile[data-visual-position="left"] .tile_inner .tile_image,
.tiles_grid[data-gaps="small"] .tile[data-visual-position="right"] .tile_inner .tile_image {
  flex: 0 0 60px;
  width: 60px;
  max-width: 60px;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.tiles_grid[data-gaps="small"] .tile[data-visual-position="left"] .tile_inner .tile_image {
  padding-left: 20px;
}
.tiles_grid[data-gaps="small"] .tile[data-visual-position="right"] .tile_inner .tile_image {
  padding-right: 20px;
}
.tiles_grid[data-gaps="small"] .tile .tile_meta {
  padding: 10px 20px;
}
.tiles_grid[data-gaps="small"] .tile .tile_meta+.tile_text {
  padding-top: 10px;
}
.tiles_grid[data-gaps="small"] .tile .tile_text {
  padding: 10px;
}
.tiles_grid[data-gaps="small"] .tile .tile_image[data-type="icon"] {
  padding-top: 10px;
  height: 60px;
}
.tiles_grid[data-gaps="none"] {
  margin: 0;
}
.tiles_grid[data-gaps="none"] .tile_holder {
  padding: 0;
  margin: 0;
}
.tiles_grid[data-gaps="none"] .tile {
  border-radius: 0;
}
.tiles_grid[data-gaps="none"] .tile .tile_image {
  border-radius: 0;
}
.tiles_grid[data-gaps="none"] .tile .tile_image img {
  border-radius: 0;
}
.tiles_grid[data-gaps="none"] .tile .tile_text {
  padding: 20px;
}
.tiles_grid[data-gaps="none"] .tile .tile_background_holder {
  border-radius: 0;
}
.tile_holder {
  position: relative;
  flex: 0 0 25%;
  width: 25%;
  max-width: 25%;
  margin: 0 0 20px 0;
  outline: none !important;
  border: none !important;
}
.tile_holder:last-child {
  margin-bottom: 0;
}
.tile_holder .tile {
  height: 100%;
}
.tile_holder[data-size="small"] {
  margin-bottom: 10px;
}
.tile_holder[data-size="small"]:last-child {
  margin-bottom: 0;
}
.tile {
  display: block;
  position: relative;
  background: #ffffff;
  border-radius: 0em;
  outline: none !important;
  border: 1px solid #eeeeee !important;
}
.tile[data-visual-position="left"] .tile_background_icon .icon svg {
  margin: 10% 0 0 10%;
}
.tile[data-visual-position="right"] .tile_inner .tile_image {
  order: 2;
  padding: 10px 10px 10px 0;
}
.tile[data-visual-position="right"] .tile_inner .tile_text {
  order: 1;
}
.tile[data-visual-position="right"] .tile_background_icon .icon svg {
  margin: 10% 10% 0 0;
}
.tile .tile_image {
  border-radius: 5px;
}
.tile .tile_image[data-type="icon"] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 10px 20px 0 10px;
  height: 80px;
}
.tile .tile_image[data-type="icon"]:last-child {
  padding: 10px !important;
}
.tile .tile_image[data-type="icon"] .icon {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.tile .tile_image[data-type="icon"] svg {
  display: block;
  padding: 0;
  width: 100%;
  height: 100%;
  max-width: 60px;
  max-height: 60px;
  margin: auto;
}
.tile .tile_image[data-type="icon"] svg path {
  fill: #0a2130 !important;
}
.tile .tile_image img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.tile .tile_text {
  padding: 30px;
}
.tile .tile_meta {
  padding: 10px 10px;
  border-bottom: 1px solid rgba(10,33,48,0.05);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.tile .tile_meta+.tile_text {
  padding-top: 10px;
}
.tile .tile_meta .tile_meta_item {
  opacity: 0.5;
  font-size: 0.8em;
}
.tile .subtitle {
  opacity: 0.5;
  margin: -10px 0 10px 0;
}
.tile .subtitle:first-child {
  margin-top: 0;
}
.tile .subtitle:last-child {
  margin-bottom: 0;
}
.tile .subtitle+h4 {
  margin-top: -10px;
}
.tile .tile_title {
  margin-bottom: 10px;
}
.tile .tile_title:last-child {
  margin-bottom: 0;
}
.tile .tile_inner {
  position: relative;
  z-index: 1;
}
.tile .tile_background_holder {
  display: none !important;
}
.tile .tile_background_icon {
  display: none !important;
}
.tile[data-size="small"] .tile_inner {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.tile[data-size="small"] .tile_inner .tile_image {
  flex: 0 0 80px;
}
.tile[data-size="small"] .tile_inner .tile_text {
  flex: 0 0 calc(100% - 80px);
  padding: 10px 20px;
  overflow: hidden;
}
.tile[data-size="small"] .tile_inner h5 {
  margin-bottom: 10px;
  line-height: 1.15;
}
.tile[data-size="small"] .tile_inner h5:last-child {
  margin-bottom: 0;
}
.tile[data-size="small"] .tile_inner .tile_excerpt {
  overflow: hidden;
  white-space: nowrap;
  font-size: 0.80em;
}
.tile[data-size="small"] .tile_inner .tile_excerpt p {
  text-overflow: ellipsis;
  overflow: hidden;
}
a.tile {
  color: #0a2130;
  text-decoration: none;
}
.icon {
  display: inline-block;
  vertical-align: middle;
  align-items: center;
  height: 1.25em;
  margin: 0 0.5em 0 0.5em;
}
.icon:first-child {
  margin-left: 0;
}
.icon:last-child {
  margin-right: 0;
}
.icon svg {
  width: 1em;
  height: 1em;
  margin: 0;
  transition: all 0.15s ease-in-out;
}
.icon[data-color="white"] svg {
  fill: #ffffff;
}
.icon[data-color="dark"] svg {
  fill: #0a2130;
}
.icon[data-color="black"] svg {
  fill: #000000;
}
.icon[data-color="color_1"] svg {
  fill: #0a2130;
}
.icon[data-color="color_2"] svg {
  fill: #ffed00;
}
.icon_text_holder {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
}
.icon_text_holder .icon {
  display: inherit;
}
a.icon_text_holder:hover {
  color: #0a2130;
  text-decoration: none;
}
a.icon_text_holder:hover .icon svg {
  fill: #0a2130 !important;
}
[data-text-color="white"] .icon_text_holder {
  color: #ffffff;
}
[data-text-color="white"] .icon_text_holder .icon svg {
  fill: #ffffff !important;
}
[data-text-color="white"] a.icon_text_holder:hover {
  text-decoration: underline;
  color: #ffffff;
}
[data-text-color="white"] a.icon_text_holder:hover svg {
  fill: #ffffff !important;
}
.icon_items[data-style="solid"] .icon_item_icon {
  background: #0a2130;
}
.icon_items[data-style="solid"] .icon_item_icon svg {
  fill: #ffffff;
}
.icon_items[data-style="solid"] a.icon_item:hover .icon_item_icon {
  background: #010406;
}
.icon_items[data-style="solid"] a.icon_item:hover .icon_item_icon:before {
  border-color: #010406;
}
.icon_items[data-style="solid"][data-icons-color="white"] .icon_item_icon {
  background: #ffffff;
}
.icon_items[data-style="solid"][data-icons-color="white"] .icon_item_icon:before {
  border-color: #ffffff;
}
.icon_items[data-style="solid"][data-icons-color="white"] .icon_item_icon svg {
  fill: #0a2130;
}
.icon_items[data-style="solid"][data-icons-color="white"] a.icon_item:hover .icon_item_icon {
  opacity: 0.8;
}
.icon_items[data-style="solid"][data-icons-color="white"] a.icon_item:hover .icon_item_icon:before {
  border-color: #ffffff;
  opacity: 0.8;
}
.icon_items[data-style="solid"][data-icons-color="dark"] .icon_item_icon {
  background: #0a2130;
}
.icon_items[data-style="solid"][data-icons-color="dark"] .icon_item_icon:before {
  border-color: #0a2130;
}
.icon_items[data-style="solid"][data-icons-color="dark"] .icon_item_icon svg {
  fill: #ffffff;
}
.icon_items[data-style="solid"][data-icons-color="dark"] a.icon_item:hover .icon_item_icon {
  background: #000000;
}
.icon_items[data-style="solid"][data-icons-color="dark"] a.icon_item:hover .icon_item_icon:before {
  border-color: #000000;
}
.icon_items[data-style="solid"][data-icons-color="black"] .icon_item_icon {
  background: #000000;
}
.icon_items[data-style="solid"][data-icons-color="black"] .icon_item_icon:before {
  border-color: #000000;
}
.icon_items[data-style="solid"][data-icons-color="black"] .icon_item_icon svg {
  fill: #ffffff;
}
.icon_items[data-style="solid"][data-icons-color="black"] a.icon_item:hover .icon_item_icon {
  background: #0a2130;
}
.icon_items[data-style="solid"][data-icons-color="black"] a.icon_item:hover .icon_item_icon:before {
  border-color: #0a2130;
}
.icon_items[data-style="solid"][data-icons-color="color_1"] .icon_item_icon {
  background: #0a2130;
}
.icon_items[data-style="solid"][data-icons-color="color_1"] .icon_item_icon:before {
  border-color: #0a2130;
}
.icon_items[data-style="solid"][data-icons-color="color_1"] .icon_item_icon svg {
  fill: #ffffff;
}
.icon_items[data-style="solid"][data-icons-color="color_1"] a.icon_item:hover .icon_item_icon {
  background: #010406;
}
.icon_items[data-style="solid"][data-icons-color="color_1"] a.icon_item:hover .icon_item_icon:before {
  border-color: #010406;
}
.icon_items[data-style="solid"][data-icons-color="color_2"] .icon_item_icon {
  background: #ffed00;
}
.icon_items[data-style="solid"][data-icons-color="color_2"] .icon_item_icon:before {
  border-color: #ffed00;
}
.icon_items[data-style="solid"][data-icons-color="color_2"] .icon_item_icon svg {
  fill: #ffffff;
}
.icon_items[data-style="solid"][data-icons-color="color_2"] a.icon_item:hover .icon_item_icon {
  background: #ccbe00;
}
.icon_items[data-style="solid"][data-icons-color="color_2"] a.icon_item:hover .icon_item_icon:before {
  border-color: #ccbe00;
}
.icon_items[data-style="outline"] .icon_item_icon {
  background: none;
  border: 2px solid #0a2130;
}
.icon_items[data-style="outline"] .icon_item_icon:before {
  width: 6px;
  height: 6px;
}
.icon_items[data-style="outline"] .icon_item_icon svg {
  fill: #0a2130;
}
.icon_items[data-style="outline"] a.icon_item:hover .icon_item_icon {
  background: #0a2130;
}
.icon_items[data-style="outline"] a.icon_item:hover .icon_item_icon svg {
  fill: #ffffff;
}
.icon_items[data-style="outline"][data-icons-color="white"] .icon_item_icon {
  border-color: #ffffff;
}
.icon_items[data-style="outline"][data-icons-color="white"] .icon_item_icon:before {
  border-color: #ffffff;
}
.icon_items[data-style="outline"][data-icons-color="white"] .icon_item_icon svg {
  fill: #ffffff;
}
.icon_items[data-style="outline"][data-icons-color="white"] a.icon_item:hover .icon_item_icon {
  background: #ffffff;
}
.icon_items[data-style="outline"][data-icons-color="white"] a.icon_item:hover .icon_item_icon svg {
  fill: #0a2130;
}
.icon_items[data-style="outline"][data-icons-color="dark"] .icon_item_icon {
  border-color: #0a2130;
}
.icon_items[data-style="outline"][data-icons-color="dark"] .icon_item_icon:before {
  border-color: #0a2130;
}
.icon_items[data-style="outline"][data-icons-color="dark"] .icon_item_icon svg {
  fill: #0a2130;
}
.icon_items[data-style="outline"][data-icons-color="dark"] a.icon_item:hover .icon_item_icon {
  background: #0a2130;
}
.icon_items[data-style="outline"][data-icons-color="dark"] a.icon_item:hover .icon_item_icon svg {
  fill: #ffffff;
}
.icon_items[data-style="outline"][data-icons-color="black"] .icon_item_icon {
  border-color: #000000;
}
.icon_items[data-style="outline"][data-icons-color="black"] .icon_item_icon:before {
  border-color: #000000;
}
.icon_items[data-style="outline"][data-icons-color="black"] .icon_item_icon svg {
  fill: #000000;
}
.icon_items[data-style="outline"][data-icons-color="black"] a.icon_item:hover .icon_item_icon {
  background: #000000;
}
.icon_items[data-style="outline"][data-icons-color="black"] a.icon_item:hover .icon_item_icon svg {
  fill: #ffffff;
}
.icon_items[data-style="outline"][data-icons-color="color_1"] .icon_item_icon {
  border-color: #0a2130;
}
.icon_items[data-style="outline"][data-icons-color="color_1"] .icon_item_icon:before {
  border-color: #0a2130;
}
.icon_items[data-style="outline"][data-icons-color="color_1"] .icon_item_icon svg {
  fill: #0a2130;
}
.icon_items[data-style="outline"][data-icons-color="color_1"] a.icon_item:hover .icon_item_icon {
  background: #0a2130;
}
.icon_items[data-style="outline"][data-icons-color="color_1"] a.icon_item:hover .icon_item_icon svg {
  fill: #ffffff;
}
.icon_items[data-style="outline"][data-icons-color="color_2"] .icon_item_icon {
  border-color: #ffed00;
}
.icon_items[data-style="outline"][data-icons-color="color_2"] .icon_item_icon:before {
  border-color: #ffed00;
}
.icon_items[data-style="outline"][data-icons-color="color_2"] .icon_item_icon svg {
  fill: #ffed00;
}
.icon_items[data-style="outline"][data-icons-color="color_2"] a.icon_item:hover .icon_item_icon {
  background: #ffed00;
}
.icon_items[data-style="outline"][data-icons-color="color_2"] a.icon_item:hover .icon_item_icon svg {
  fill: #ffffff;
}
.icon_items[data-shape="circle"][data-layout="horizontal"] .icon_item_icon {
  margin-bottom: 0;
  margin-right: 20px;
}
.icon_items[data-shape="circle"][data-layout="horizontal"] .icon_item_icon:last-child {
  margin-right: 0;
}
.icon_items[data-shape="circle"] .icon_item_icon {
  border-radius: 50%;
  margin-bottom: 20px;
}
.icon_items[data-shape="circle"] .icon_item_icon:last-child {
  margin-bottom: 0;
}
.icon_items[data-shape="circle"] .icon_item_icon:before {
  display: none !important;
}
.icon_items[data-shape="square"] .icon_item_icon {
  border-radius: 0;
}
.icon_items[data-shape="rounded"] .icon_item_icon {
  border-radius: 0em;
}
.icon_items[data-layout="horizontal"] .icon_item {
  text-align: left;
}
.icon_items[data-layout="horizontal"] .icon_item .icon_item_inner {
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.icon_items[data-layout="horizontal"] .icon_item .icon_item_icon {
  margin: 0 30px 0 0;
}
.icon_items[data-layout="horizontal"] .icon_item .icon_item_icon:before {
  top: 0;
  bottom: 0;
  right: auto;
  left: 100%;
  border-top-color: transparent !important;
  border-left-color: #0a2130;
}
.icon_items[data-layout="horizontal"] .icon_item .icon_item_icon:last-child {
  margin-right: 0;
}
.icon_items[data-layout="vertical"] .icon_item .icon_item_icon:before {
  border-left-color: transparent !important;
}
.icon_items[data-size="small"] .icon_item .icon_item_icon {
  width: 80px;
  height: 80px;
  flex: 0 0 80px;
  max-width: 80px;
}
.icon_items[data-size="small"] .icon_item .icon_item_icon svg {
  width: 50px;
  height: 50px;
}
.icon_items[data-size="small"][data-style="outline"] .icon_item .icon_item_icon svg {
  width: 40px;
  height: 40px;
}
.icon_items[data-size="normal"][data-style="outline"] .icon_item .icon_item_icon svg {
  width: 50px;
  height: 50px;
}
.icon_items[data-size="large"] {
  font-size: 1.2em;
}
.icon_items[data-size="large"] .icon_item .icon_item_icon {
  width: 160px;
  height: 160px;
  flex: 0 0 160px;
  max-width: 160px;
}
.icon_items[data-size="large"] .icon_item .icon_item_icon svg {
  width: 120px;
  height: 120px;
}
.icon_items[data-size="large"][data-style="outline"] .icon_item .icon_item_icon svg {
  width: 90px;
  height: 90px;
}
.icon_item {
  text-align: center;
  outline: none !important;
}
.icon_item .icon_item_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.icon_item .icon_item_icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 30px 0;
  width: 120px;
  height: 120px;
  flex: 0 0 120px;
  max-width: 120px;
  transition: all 0.15s ease-in-out;
}
.icon_item .icon_item_icon:last-child {
  margin-bottom: 0;
}
.icon_item .icon_item_icon:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
  border-top-color: #0a2130;
  border-bottom-color: transparent !important;
  border-right-color: transparent !important;
  transition: all 0.15s ease-in-out;
}
.icon_item .icon_item_icon .icon {
  display: inherit;
}
.icon_item .icon_item_icon svg {
  width: 60px;
  height: 60px;
}
.icon_item h4 {
  margin-bottom: 10px;
}
.icon_item h4:last-child {
  margin-bottom: 0;
}
a.icon_item {
  text-decoration: none;
  color: inherit;
}
#wrapper {
  margin-top: 80px;
}
#content_holder {
  padding-top: 20px;
}
#header_holder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
#header_holder #header {
  height: 80px;
  padding: 10px 0;
  background: #ffffff;
  border-bottom: 1px solid #eeeeee;
}
#header_holder #header_inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
#header_holder #logo {
  display: block;
}
#header_holder #logo img,
#header_holder #logo svg {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0;
}
#header_holder #main_menu,
#header_holder #header_menu_icon,
#header_holder #header_search_button {
  display: none;
}
.main_icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none !important;
}
.main_icon:hover {
  cursor: default;
}
.main_icon.faded {
  opacity: 0.20;
}
.main_icon[data-type="city"] .main_icon_text {
  font-size: 1.50em;
}
.main_icon .main_icon_icon {
  margin: 0 1.50em 0 0;
}
.main_icon .main_icon_icon svg {
  width: 2.50em;
  height: 2.50em;
  display: block;
  margin: 0;
}
.main_icon .main_icon_text {
  line-height: 0.90;
}
.slider_row_holder {
  border-bottom: none !important;
}
.slider_row_holder .slider_overlay_content {
  display: none;
}
.slider_row_holder .row_slider .row_holder:last-child {
  margin: 0 !important;
}
.slider_row_holder .row_slider .row_holder_inner {
  min-height: 0 !important;
  padding: 80px 0 60px 0 !important;
}
.slider_row_holder .row_content {
  position: relative;
  z-index: 1;
}
.slider_row_holder .row_background_holder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.slider_row_holder .row_background_holder .row_background_inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.slider_row_holder .row_background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.slider_row_holder .row_background_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
#main_slider {
  color: #ffffff;
}
#main_slider .container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#main_slider .spacer.hide_991 {
  display: none;
}
.intro_row {
  padding-right: 240px;
}
.intro_row .intro_row_icon {
  position: absolute;
  right: 50px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 140px !important;
  height: 140px !important;
  opacity: 0.25;
}
.tile_labels {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0 0 0.50em 0;
}
.tile_labels h5 {
  margin: 0 0.75em 0.50em 0 !important;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 1px solid currentColor;
  font-size: 0.85em;
}
.tile_labels h5:last-child {
  margin-right: 0 !important;
}
.tile_excerpt {
  font-size: 0.85em;
}
.tile[data-post-type="post"] .tile_excerpt,
.tile[data-post-type="event"] .tile_excerpt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 2.5ex;
  -webkit-line-clamp: 3;
  height: 7.5ex;
}
.tile h3.tile_title {
  font-size: 1.35em;
}
.tile .tile_ribbon {
  position: absolute;
  width: 30px;
  height: 14px;
  right: 10px;
  top: 0;
  color: inherit !important;
  overflow: hidden;
}
.tile .tile_ribbon svg {
  width: 30px;
  height: 14px;
  display: block;
  margin: -1px 0 0 0;
}
.tile .tile_ribbon svg path,
.tile .tile_ribbon svg polygon {
  fill: currentColor !important;
}
.green_row {
  background: #f5f5f5 !important;
}
.green_row a.icon_text_holder {
  display: none;
}
.green_row .col {
  flex: 0 0 100% !important;
  width: 100% !important;
  max-width: 100% !important;
}
.events_row {
  background: none !important;
}
figure {
  display: table;
  position: relative;
  z-index: 1;
  margin-bottom: 1.25rem;
}
figure.alignright,
figure.alignleft {
  max-width: 50%;
}
figure img {
  display: block;
  margin: 0;
}
figure figcaption {
  display: table-caption;
  caption-side: bottom;
  font-size: 0.85rem;
  background: rgba(10,33,48,0.05);
  border: 1px solid rgba(10,33,48,0.05);
  border-top-width: 0px;
  border-bottom-left-radius: 0em;
  border-bottom-right-radius: 0em;
  color: rgba(10,33,48,0.75);
  padding: 0.75em 1em;
  text-align: center;
}
.wp-block-image:last-child figure {
  margin-bottom: 0;
}
.wp-block-image.is-style-circle-mask img {
  border-radius: 50%;
}
.wp-block-image.is-style-circle-mask img+figcaption {
  margin-top: 0.625rem;
  position: relative;
  border-top-width: 1px;
  border-radius: 0em;
}
.wp-block-image.is-style-circle-mask img+figcaption:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  margin: 0 auto 1px auto;
  width: 0;
  height: 0;
  border: 0.375rem solid transparent;
  border-bottom-color: rgba(10,33,48,0.1);
}
.wp-block-table.is-style-stripes table {
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid rgba(10,33,48,0.05);
}
.wp-block-table.is-style-stripes table tbody tr {
  background: none !important;
}
.wp-block-table.is-style-stripes table tbody tr:nth-child(odd) td {
  background: rgba(10,33,48,0.03) !important;
}
.wp-block-table.is-style-stripes table th {
  padding: 0.75em 1em;
  background: #0a2130 !important;
  color: #ffffff;
  font-weight: bold !important;
  border-right: 1px solid rgba(255,255,255,0.1);
}
.wp-block-table.is-style-stripes table th:last-child {
  border-right: none;
}
.wp-block-table.is-style-stripes table td {
  padding: 0.5em 1em;
  background: none;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  border-bottom: 1px solid #f5f5f5;
  border-right: 1px solid rgba(10,33,48,0.05);
}
.wp-block-table.is-style-stripes table td:last-child {
  border-right: 0;
}
.wp-block-table:not(.is-style-stripes) table {
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
}
.wp-block-table:not(.is-style-stripes) table tfoot td {
  border-top: 1px solid #eeeeee;
}
.wp-block-table:not(.is-style-stripes) table tr {
  background: none !important;
}
.wp-block-table:not(.is-style-stripes) table tr:last-child td {
  border-bottom: none;
}
.wp-block-table:not(.is-style-stripes) table th {
  padding: 0.5em 1em;
  font-weight: bold;
  border-bottom: 2px solid #0a2130;
  border-right: 1px solid rgba(10,33,48,0.05);
}
.wp-block-table:not(.is-style-stripes) table th:last-child {
  border-right: 0;
}
.wp-block-table:not(.is-style-stripes) table td {
  padding: 0.5em 1em;
  background: none;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  border-bottom: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
}
.wp-block-table:not(.is-style-stripes) table td:last-child {
  border-right: none;
}
.wp-block-table.header_color_1 table th {
  background: #0a2130 !important;
  color: #0a2130;
}
.wp-block-table.header_color_2 table th {
  background: #ffed00 !important;
  color: #0a2130;
}
.wp-block-table.header_color_3 table th {
  background: #efe391 !important;
  color: #0a2130;
}
.wp-block-table.header_color_4 table th {
  background: #a8caac !important;
  color: #0a2130;
}
.wp-block-table.header_color_5 table th {
  background: #cde1ea !important;
  color: #0a2130;
}
.wp-block-table.header_color_body table th {
  background: #ffffff !important;
  color: #0a2130;
}
.wp-block-table.header_black table th {
  background: #000000 !important;
  color: #ffffff;
}
.wp-block-table.header_dark table th {
  background: #0a2130 !important;
  color: #ffffff;
}
.wp-block-table table {
  width: 100%;
}
.wp-block-table table.has-fixed-layout {
  table-layout: fixed;
  width: 100%;
}
.wp-block-table table tfoot td {
  vertical-align: top;
  opacity: 0.5;
}
.wp-block-table table th {
  vertical-align: bottom;
}
.wp-block-table table td {
  vertical-align: middle;
}
body.single-event #sidebar_col {
  display: block !important;
}
body.single-event #sidebar_col #sidebar_inner>.tile_holder {
  display: none;
}
body.single-event #sidebar_col #sidebar_inner>.tile_holder:first-child {
  display: block;
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
}
[data-hidden-print="1"],
[data-hide-print="1"],
[data-print-hidden="1"],
[data-print-hide="1"],
#mobile_menu,
#mm-blocker,
#mobile_menu_icon,
#wpadminbar,
#footer_holder,
#mobile_menu,
#breadcrumbs_holder,
#top,
#sidebar_col,
#search_screen,
#top_area,
#hidden_print_element,
#hidden_print_element,
.hidden_print,
.hide_print,
.print_hidden,
.print_hide,
.slick-arrow,
.slick-dots,
.admin_edit_button,
.mc4wp-form,
.vfbp-form,
.mm-wrapper__blocker,
.button,
.scroll_down_arrow,
.diagonal_separator_holder,
.row_diagonal_background_holder,
.breadcrumbs,
.modal_screen,
.post_arrow_icon,
.main_icons,
.event_registration,
.hidden_print_element,
.hidden_print_element,
.hidden_print_element {
  display: none !important;
}
body {
  background-color: #ffffff;
  color: #0a2130;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.50;
  font-family: 'Gilroy', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
}
#main_menu {
  font-size: 1.20em;
}
#main_menu > li > a {
  font-weight: 400;
  text-transform: none;
  font-family: 'Gilroy', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
}
#header_holder.scrolled #main_menu {
  font-size: 1.08em;
}
#header_holder.scrolled #header #header_right>.button {
  font-size: 1.08em;
}
#header_holder #header #header_right>.button {
  font-size: 1.20em;
}
.button {
  font-size: 1em;
  font-weight: 600;
  text-transform: none;
  font-family: 'Gilroy', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
  box-shadow: none;
  border-radius: 0em;
}
.button[data-size="huge"] {
  font-size: 1.4em;
}
.button[data-size="large"] {
  font-size: 1.2em;
}
.button[data-size="small"] {
  font-size: 0.8em;
}
.button[data-size="tiny"] {
  font-size: 0.6em;
}
.button:hover {
  box-shadow: none;
}
.tile {
  box-shadow: none;
  border-radius: 0em;
}
a.tile:hover {
  box-shadow: none;
}
.row_holder .row .col_content_holder[data-with-border-radius="1"] {
  border-radius: 0em;
}
.row_holder .row .col_content_holder[data-with-box-shadow="1"] {
  box-shadow: none;
}
.quote,
blockquote {
  font-size: 1.50em;
  font-weight: 600;
  line-height: 1.25;
  text-transform: none;
  font-style: italic;
  font-family: 'Gilroy', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
}
.quote .quote_by,
.quote cite,
blockquote .quote_by,
blockquote cite {
  font-size: 15px;
}
.text_intro {
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1.45;
  margin-bottom: 1.25em;
  font-family: 'Gilroy', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
}
h1.big,
.h1.big,
h1.large,
.h1.large {
  font-size: 5.0em;
  font-weight: 700;
  line-height: 1.20;
  margin-bottom: 0.75em;
  font-family: 'Gilroy', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
}
h1,
.h1,
h2.large,
.h2.large {
  font-size: 3.35em;
  font-weight: 700;
  line-height: 1.10;
  margin-bottom: 0.75em;
  font-family: 'Gilroy', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
}
h2,
.h2,
h1.small,
.h1.small,
h3.large,
.h3.large {
  font-size: 2.50em;
  font-weight: 600;
  line-height: 1.10;
  margin-bottom: 0.85em;
  font-family: 'Gilroy', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
}
h3,
.h3,
h2.small,
.h2.small,
h4.large,
.h4.large {
  font-size: 1.85em;
  font-weight: 600;
  line-height: 1.10;
  margin-bottom: 1.00em;
  font-family: 'Gilroy', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
}
h4,
.h4,
h3.small,
.h3.small,
h5.large,
.h5.large {
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1.10;
  margin-bottom: 1.00em;
  font-family: 'Gilroy', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
}
h5,
.h5,
h4.small,
.h4.small {
  font-size: 1.00em;
  font-weight: 400;
  line-height: 1.10;
  margin-bottom: 1.00em;
  font-family: 'Gilroy', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
}
#page_text>h1,
#page_text>.h1,
#page_text>h2.large,
#page_text>.h2.large {
  font-size: 3.35em;
  font-weight: 700;
  line-height: 1.10;
  margin-bottom: 1.25em;
  font-family: 'Gilroy', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
}
#page_text>h2,
#page_text>.h2,
#page_text>h1.small,
#page_text>.h1.small,
#page_text>h3.large,
#page_text>.h3.large {
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.10;
  margin-bottom: 1.25em;
  font-family: 'Gilroy', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
}
#page_text>h3,
#page_text>.h3,
#page_text>h2.small,
#page_text>.h2.small,
#page_text>h4.large,
#page_text>.h4.large {
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1.10;
  margin-bottom: 0.25em;
  font-family: 'Gilroy', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
}
#page_text>h4,
#page_text>.h4,
#page_text>h3.small,
#page_text>.h3.small,
#page_text>h5.large,
#page_text>.h5.large {
  font-size: 1em;
  font-weight: 600;
  line-height: 1.10;
  margin-bottom: 0.25em;
  font-family: 'Gilroy', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
}
#page_text>h5,
#page_text>.h5,
#page_text>h4.small,
#page_text>.h4.small {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.10;
  margin-bottom: 0.25em;
  font-family: 'Gilroy', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
}
#page_text>h1.big,
#page_text>.h1.big,
#page_text>h1.large,
#page_text>.h1.large {
  font-size: 5.0em;
  font-weight: 700;
  line-height: 1.20;
  margin-bottom: 0.75em;
  font-family: 'Gilroy', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
}
@media (max-width: 1440px) {
  body {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.50;
    font-family: 'Gilroy', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
  }
  #main_menu {
    font-size: 1.10em;
  }
  #main_menu > li > a {
    font-weight: 400;
    text-transform: none;
    font-family: 'Gilroy', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
  }
  #header_holder.scrolled #main_menu {
    font-size: 0.99em;
  }
  #header_holder.scrolled #header #header_right>.button {
    font-size: 0.99em;
  }
  #header_holder #header #header_right>.button {
    font-size: 1.10em;
  }
  .button {
    font-size: 1em;
    font-weight: 600;
    text-transform: none;
    font-family: 'Gilroy', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
  }
  .button[data-size="huge"] {
    font-size: 1.4em;
  }
  .button[data-size="large"] {
    font-size: 1.2em;
  }
  .button[data-size="small"] {
    font-size: 0.8em;
  }
  .button[data-size="tiny"] {
    font-size: 0.6em;
  }
  .quote,
  blockquote {
    font-size: 1.50em;
    font-weight: 600;
    line-height: 1.25;
    text-transform: none;
    font-style: italic;
    font-family: 'Gilroy', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
  }
  .quote .quote_by,
  .quote cite,
  blockquote .quote_by,
  blockquote cite {
    font-size: 15px;
  }
  .text_intro {
    font-size: 1.25em;
    font-weight: 600;
    line-height: 1.45;
    margin-bottom: 1.25em;
    font-family: 'Gilroy', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
  }
  h1.big,
  .h1.big,
  h1.large,
  .h1.large {
    font-size: 5.0em;
    font-weight: 700;
    line-height: 1.20;
    margin-bottom: 0.75em;
    font-family: 'Gilroy', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
  }
  h1,
  .h1,
  h2.large,
  .h2.large {
    font-size: 3.35em;
    font-weight: 700;
    line-height: 1.10;
    margin-bottom: 0.75em;
    font-family: 'Gilroy', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
  }
  h2,
  .h2,
  h1.small,
  .h1.small,
  h3.large,
  .h3.large {
    font-size: 2.50em;
    font-weight: 600;
    line-height: 1.10;
    margin-bottom: 0.85em;
    font-family: 'Gilroy', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
  }
  h3,
  .h3,
  h2.small,
  .h2.small,
  h4.large,
  .h4.large {
    font-size: 1.85em;
    font-weight: 600;
    line-height: 1.10;
    margin-bottom: 1.00em;
    font-family: 'Gilroy', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
  }
  h4,
  .h4,
  h3.small,
  .h3.small,
  h5.large,
  .h5.large {
    font-size: 1.25em;
    font-weight: 600;
    line-height: 1.10;
    margin-bottom: 1.00em;
    font-family: 'Gilroy', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
  }
  h5,
  .h5,
  h4.small,
  .h4.small {
    font-size: 1.00em;
    font-weight: 400;
    line-height: 1.10;
    margin-bottom: 1.00em;
    font-family: 'Gilroy', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
  }
  #page_text>h1,
  #page_text>.h1,
  #page_text>h2.large,
  #page_text>.h2.large {
    font-size: 3.35em;
    font-weight: 700;
    line-height: 1.10;
    margin-bottom: 1.25em;
    font-family: 'Gilroy', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
  }
  #page_text>h2,
  #page_text>.h2,
  #page_text>h1.small,
  #page_text>.h1.small,
  #page_text>h3.large,
  #page_text>.h3.large {
    font-size: 1.5em;
    font-weight: 600;
    line-height: 1.10;
    margin-bottom: 1.25em;
    font-family: 'Gilroy', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
  }
  #page_text>h3,
  #page_text>.h3,
  #page_text>h2.small,
  #page_text>.h2.small,
  #page_text>h4.large,
  #page_text>.h4.large {
    font-size: 1.25em;
    font-weight: 600;
    line-height: 1.10;
    margin-bottom: 0.25em;
    font-family: 'Gilroy', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
  }
  #page_text>h4,
  #page_text>.h4,
  #page_text>h3.small,
  #page_text>.h3.small,
  #page_text>h5.large,
  #page_text>.h5.large {
    font-size: 1em;
    font-weight: 600;
    line-height: 1.10;
    margin-bottom: 0.25em;
    font-family: 'Gilroy', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
  }
  #page_text>h5,
  #page_text>.h5,
  #page_text>h4.small,
  #page_text>.h4.small {
    font-size: 1em;
    font-weight: 400;
    line-height: 1.10;
    margin-bottom: 0.25em;
    font-family: 'Gilroy', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
  }
  #page_text>h1.big,
  #page_text>.h1.big,
  #page_text>h1.large,
  #page_text>.h1.large {
    font-size: 5.0em;
    font-weight: 700;
    line-height: 1.20;
    margin-bottom: 0.75em;
    font-family: 'Gilroy', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
  }
}
@media (max-width: 1200px) {
  body {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.50;
    font-family: 'Gilroy', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
  }
  #main_menu {
    font-size: 1em;
  }
  #main_menu > li > a {
    font-weight: 400;
    text-transform: none;
    font-family: 'Gilroy', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
  }
  #header_holder.scrolled #main_menu {
    font-size: 0.9em;
  }
  #header_holder.scrolled #header #header_right>.button {
    font-size: 0.9em;
  }
  #header_holder #header #header_right>.button {
    font-size: 1em;
  }
  .button {
    font-size: 1em;
    font-weight: 600;
    text-transform: none;
    font-family: 'Gilroy', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
  }
  .button[data-size="huge"] {
    font-size: 1.4em;
  }
  .button[data-size="large"] {
    font-size: 1.2em;
  }
  .button[data-size="small"] {
    font-size: 0.8em;
  }
  .button[data-size="tiny"] {
    font-size: 0.6em;
  }
  .quote,
  blockquote {
    font-size: 1.50em;
    font-weight: 600;
    line-height: 1.25;
    text-transform: none;
    font-style: italic;
    font-family: 'Gilroy', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
  }
  .quote .quote_by,
  .quote cite,
  blockquote .quote_by,
  blockquote cite {
    font-size: 14px;
  }
  .text_intro {
    font-size: 1.25em;
    font-weight: 600;
    line-height: 1.45;
    margin-bottom: 1.25em;
    font-family: 'Gilroy', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
  }
  h1.big,
  .h1.big,
  h1.large,
  .h1.large {
    font-size: 4.50em;
    font-weight: 700;
    line-height: 1.20;
    margin-bottom: 0.75em;
    font-family: 'Gilroy', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
  }
  h1,
  .h1,
  h2.large,
  .h2.large {
    font-size: 3em;
    font-weight: 700;
    line-height: 1.10;
    margin-bottom: 0.75em;
    font-family: 'Gilroy', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
  }
  h2,
  .h2,
  h1.small,
  .h1.small,
  h3.large,
  .h3.large {
    font-size: 2.25em;
    font-weight: 600;
    line-height: 1.10;
    margin-bottom: 0.85em;
    font-family: 'Gilroy', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
  }
  h3,
  .h3,
  h2.small,
  .h2.small,
  h4.large,
  .h4.large {
    font-size: 1.75em;
    font-weight: 600;
    line-height: 1.10;
    margin-bottom: 1.00em;
    font-family: 'Gilroy', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
  }
  h4,
  .h4,
  h3.small,
  .h3.small,
  h5.large,
  .h5.large {
    font-size: 1.25em;
    font-weight: 600;
    line-height: 1.10;
    margin-bottom: 1.00em;
    font-family: 'Gilroy', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
  }
  h5,
  .h5,
  h4.small,
  .h4.small {
    font-size: 1.00em;
    font-weight: 400;
    line-height: 1.10;
    margin-bottom: 1.00em;
    font-family: 'Gilroy', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
  }
  #page_text>h1,
  #page_text>.h1,
  #page_text>h2.large,
  #page_text>.h2.large {
    font-size: 3em;
    font-weight: 700;
    line-height: 1.10;
    margin-bottom: 1.25em;
    font-family: 'Gilroy', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
  }
  #page_text>h2,
  #page_text>.h2,
  #page_text>h1.small,
  #page_text>.h1.small,
  #page_text>h3.large,
  #page_text>.h3.large {
    font-size: 1.5em;
    font-weight: 600;
    line-height: 1.10;
    margin-bottom: 1.25em;
    font-family: 'Gilroy', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
  }
  #page_text>h3,
  #page_text>.h3,
  #page_text>h2.small,
  #page_text>.h2.small,
  #page_text>h4.large,
  #page_text>.h4.large {
    font-size: 1.25em;
    font-weight: 600;
    line-height: 1.10;
    margin-bottom: 0.25em;
    font-family: 'Gilroy', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
  }
  #page_text>h4,
  #page_text>.h4,
  #page_text>h3.small,
  #page_text>.h3.small,
  #page_text>h5.large,
  #page_text>.h5.large {
    font-size: 1em;
    font-weight: 600;
    line-height: 1.10;
    margin-bottom: 0.25em;
    font-family: 'Gilroy', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
  }
  #page_text>h5,
  #page_text>.h5,
  #page_text>h4.small,
  #page_text>.h4.small {
    font-size: 1em;
    font-weight: 400;
    line-height: 1.10;
    margin-bottom: 0.25em;
    font-family: 'Gilroy', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
  }
  #page_text>h1.big,
  #page_text>.h1.big,
  #page_text>h1.large,
  #page_text>.h1.large {
    font-size: 4.50em;
    font-weight: 700;
    line-height: 1.20;
    margin-bottom: 0.75em;
    font-family: 'Gilroy', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
  }
}
@media (max-width: 991px) {
  body {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.50;
    font-family: 'Gilroy', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
  }
  #main_menu {
    font-size: 1em;
  }
  #main_menu > li > a {
    font-weight: 400;
    text-transform: none;
    font-family: 'Gilroy', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
  }
  #header_holder.scrolled #main_menu {
    font-size: 0.9em;
  }
  #header_holder.scrolled #header #header_right>.button {
    font-size: 0.9em;
  }
  #header_holder #header #header_right>.button {
    font-size: 1em;
  }
  .button {
    font-size: 1em;
    font-weight: 600;
    text-transform: none;
    font-family: 'Gilroy', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
  }
  .button[data-size="huge"] {
    font-size: 1.4em;
  }
  .button[data-size="large"] {
    font-size: 1.2em;
  }
  .button[data-size="small"] {
    font-size: 0.8em;
  }
  .button[data-size="tiny"] {
    font-size: 0.6em;
  }
  .quote,
  blockquote {
    font-size: 1.35em;
    font-weight: 600;
    line-height: 1.25;
    text-transform: none;
    font-style: italic;
    font-family: 'Gilroy', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
  }
  .quote .quote_by,
  .quote cite,
  blockquote .quote_by,
  blockquote cite {
    font-size: 14px;
  }
  .text_intro {
    font-size: 1.25em;
    font-weight: 600;
    line-height: 1.45;
    margin-bottom: 1.25em;
    font-family: 'Gilroy', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
  }
  h1.big,
  .h1.big,
  h1.large,
  .h1.large {
    font-size: 4.00em;
    font-weight: 700;
    line-height: 1.20;
    margin-bottom: 0.75em;
    font-family: 'Gilroy', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
  }
  h1,
  .h1,
  h2.large,
  .h2.large {
    font-size: 2.75em;
    font-weight: 700;
    line-height: 1.10;
    margin-bottom: 0.75em;
    font-family: 'Gilroy', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
  }
  h2,
  .h2,
  h1.small,
  .h1.small,
  h3.large,
  .h3.large {
    font-size: 2.25em;
    font-weight: 600;
    line-height: 1.10;
    margin-bottom: 0.85em;
    font-family: 'Gilroy', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
  }
  h3,
  .h3,
  h2.small,
  .h2.small,
  h4.large,
  .h4.large {
    font-size: 1.75em;
    font-weight: 600;
    line-height: 1.10;
    margin-bottom: 1.00em;
    font-family: 'Gilroy', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
  }
  h4,
  .h4,
  h3.small,
  .h3.small,
  h5.large,
  .h5.large {
    font-size: 1.25em;
    font-weight: 600;
    line-height: 1.10;
    margin-bottom: 1.00em;
    font-family: 'Gilroy', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
  }
  h5,
  .h5,
  h4.small,
  .h4.small {
    font-size: 1.00em;
    font-weight: 400;
    line-height: 1.10;
    margin-bottom: 1.00em;
    font-family: 'Gilroy', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
  }
  #page_text>h1,
  #page_text>.h1,
  #page_text>h2.large,
  #page_text>.h2.large {
    font-size: 2.75em;
    font-weight: 700;
    line-height: 1.10;
    margin-bottom: 1.25em;
    font-family: 'Gilroy', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
  }
  #page_text>h2,
  #page_text>.h2,
  #page_text>h1.small,
  #page_text>.h1.small,
  #page_text>h3.large,
  #page_text>.h3.large {
    font-size: 1.5em;
    font-weight: 600;
    line-height: 1.10;
    margin-bottom: 1.25em;
    font-family: 'Gilroy', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
  }
  #page_text>h3,
  #page_text>.h3,
  #page_text>h2.small,
  #page_text>.h2.small,
  #page_text>h4.large,
  #page_text>.h4.large {
    font-size: 1.25em;
    font-weight: 600;
    line-height: 1.10;
    margin-bottom: 0.25em;
    font-family: 'Gilroy', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
  }
  #page_text>h4,
  #page_text>.h4,
  #page_text>h3.small,
  #page_text>.h3.small,
  #page_text>h5.large,
  #page_text>.h5.large {
    font-size: 1em;
    font-weight: 600;
    line-height: 1.10;
    margin-bottom: 0.25em;
    font-family: 'Gilroy', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
  }
  #page_text>h5,
  #page_text>.h5,
  #page_text>h4.small,
  #page_text>.h4.small {
    font-size: 1em;
    font-weight: 400;
    line-height: 1.10;
    margin-bottom: 0.25em;
    font-family: 'Gilroy', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
  }
  #page_text>h1.big,
  #page_text>.h1.big,
  #page_text>h1.large,
  #page_text>.h1.large {
    font-size: 4.00em;
    font-weight: 700;
    line-height: 1.20;
    margin-bottom: 0.75em;
    font-family: 'Gilroy', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.50;
    font-family: 'Gilroy', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
  }
  #main_menu {
    font-size: 1em;
  }
  #main_menu > li > a {
    font-weight: 400;
    text-transform: none;
    font-family: 'Gilroy', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
  }
  #header_holder.scrolled #main_menu {
    font-size: 0.9em;
  }
  #header_holder.scrolled #header #header_right>.button {
    font-size: 0.9em;
  }
  #header_holder #header #header_right>.button {
    font-size: 1em;
  }
  .button {
    font-size: 1em;
    font-weight: 600;
    text-transform: none;
    font-family: 'Gilroy', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
  }
  .button[data-size="huge"] {
    font-size: 1.4em;
  }
  .button[data-size="large"] {
    font-size: 1.2em;
  }
  .button[data-size="small"] {
    font-size: 0.8em;
  }
  .button[data-size="tiny"] {
    font-size: 0.6em;
  }
  .quote,
  blockquote {
    font-size: 1.35em;
    font-weight: 600;
    line-height: 1.25;
    text-transform: none;
    font-style: italic;
    font-family: 'Gilroy', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
  }
  .quote .quote_by,
  .quote cite,
  blockquote .quote_by,
  blockquote cite {
    font-size: 14px;
  }
  .text_intro {
    font-size: 1.25em;
    font-weight: 600;
    line-height: 1.45;
    margin-bottom: 1.25em;
    font-family: 'Gilroy', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
  }
  h1.big,
  .h1.big,
  h1.large,
  .h1.large {
    font-size: 3.50em;
    font-weight: 700;
    line-height: 1.20;
    margin-bottom: 0.75em;
    font-family: 'Gilroy', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
  }
  h1,
  .h1,
  h2.large,
  .h2.large {
    font-size: 2.50em;
    font-weight: 700;
    line-height: 1.10;
    margin-bottom: 0.75em;
    font-family: 'Gilroy', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
  }
  h2,
  .h2,
  h1.small,
  .h1.small,
  h3.large,
  .h3.large {
    font-size: 2.10em;
    font-weight: 600;
    line-height: 1.10;
    margin-bottom: 0.85em;
    font-family: 'Gilroy', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
  }
  h3,
  .h3,
  h2.small,
  .h2.small,
  h4.large,
  .h4.large {
    font-size: 1.75em;
    font-weight: 600;
    line-height: 1.10;
    margin-bottom: 1.00em;
    font-family: 'Gilroy', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
  }
  h4,
  .h4,
  h3.small,
  .h3.small,
  h5.large,
  .h5.large {
    font-size: 1.25em;
    font-weight: 600;
    line-height: 1.10;
    margin-bottom: 1.00em;
    font-family: 'Gilroy', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
  }
  h5,
  .h5,
  h4.small,
  .h4.small {
    font-size: 1.00em;
    font-weight: 400;
    line-height: 1.10;
    margin-bottom: 1.00em;
    font-family: 'Gilroy', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
  }
  #page_text>h1,
  #page_text>.h1,
  #page_text>h2.large,
  #page_text>.h2.large {
    font-size: 2.50em;
    font-weight: 700;
    line-height: 1.10;
    margin-bottom: 1.25em;
    font-family: 'Gilroy', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
  }
  #page_text>h2,
  #page_text>.h2,
  #page_text>h1.small,
  #page_text>.h1.small,
  #page_text>h3.large,
  #page_text>.h3.large {
    font-size: 1.5em;
    font-weight: 600;
    line-height: 1.10;
    margin-bottom: 1.25em;
    font-family: 'Gilroy', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
  }
  #page_text>h3,
  #page_text>.h3,
  #page_text>h2.small,
  #page_text>.h2.small,
  #page_text>h4.large,
  #page_text>.h4.large {
    font-size: 1.25em;
    font-weight: 600;
    line-height: 1.10;
    margin-bottom: 0.25em;
    font-family: 'Gilroy', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
  }
  #page_text>h4,
  #page_text>.h4,
  #page_text>h3.small,
  #page_text>.h3.small,
  #page_text>h5.large,
  #page_text>.h5.large {
    font-size: 1em;
    font-weight: 600;
    line-height: 1.10;
    margin-bottom: 0.25em;
    font-family: 'Gilroy', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
  }
  #page_text>h5,
  #page_text>.h5,
  #page_text>h4.small,
  #page_text>.h4.small {
    font-size: 1em;
    font-weight: 400;
    line-height: 1.10;
    margin-bottom: 0.25em;
    font-family: 'Gilroy', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
  }
  #page_text>h1.big,
  #page_text>.h1.big,
  #page_text>h1.large,
  #page_text>.h1.large {
    font-size: 3.50em;
    font-weight: 700;
    line-height: 1.20;
    margin-bottom: 0.75em;
    font-family: 'Gilroy', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
  }
}
@media (max-width: 550px) {
  body {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.50;
    font-family: 'Gilroy', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
  }
  #main_menu {
    font-size: 1em;
  }
  #main_menu > li > a {
    font-weight: 400;
    text-transform: none;
    font-family: 'Gilroy', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
  }
  #header_holder.scrolled #main_menu {
    font-size: 0.9em;
  }
  #header_holder.scrolled #header #header_right>.button {
    font-size: 0.9em;
  }
  #header_holder #header #header_right>.button {
    font-size: 1em;
  }
  .button {
    font-size: 1em;
    font-weight: 600;
    text-transform: none;
    font-family: 'Gilroy', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
  }
  .button[data-size="huge"] {
    font-size: 1.4em;
  }
  .button[data-size="large"] {
    font-size: 1.2em;
  }
  .button[data-size="small"] {
    font-size: 0.8em;
  }
  .button[data-size="tiny"] {
    font-size: 0.6em;
  }
  .quote,
  blockquote {
    font-size: 1.35em;
    font-weight: 600;
    line-height: 1.25;
    text-transform: none;
    font-style: italic;
    font-family: 'Gilroy', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
  }
  .quote .quote_by,
  .quote cite,
  blockquote .quote_by,
  blockquote cite {
    font-size: 14px;
  }
  .text_intro {
    font-size: 1.25em;
    font-weight: 600;
    line-height: 1.45;
    margin-bottom: 1.25em;
    font-family: 'Gilroy', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
  }
  h1.big,
  .h1.big,
  h1.large,
  .h1.large {
    font-size: 3.25em;
    font-weight: 700;
    line-height: 1.20;
    margin-bottom: 0.75em;
    font-family: 'Gilroy', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
  }
  h1,
  .h1,
  h2.large,
  .h2.large {
    font-size: 2.50em;
    font-weight: 700;
    line-height: 1.10;
    margin-bottom: 0.75em;
    font-family: 'Gilroy', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
  }
  h2,
  .h2,
  h1.small,
  .h1.small,
  h3.large,
  .h3.large {
    font-size: 2.10em;
    font-weight: 600;
    line-height: 1.10;
    margin-bottom: 0.85em;
    font-family: 'Gilroy', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
  }
  h3,
  .h3,
  h2.small,
  .h2.small,
  h4.large,
  .h4.large {
    font-size: 1.75em;
    font-weight: 600;
    line-height: 1.10;
    margin-bottom: 1.00em;
    font-family: 'Gilroy', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
  }
  h4,
  .h4,
  h3.small,
  .h3.small,
  h5.large,
  .h5.large {
    font-size: 1.25em;
    font-weight: 600;
    line-height: 1.10;
    margin-bottom: 1.00em;
    font-family: 'Gilroy', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
  }
  h5,
  .h5,
  h4.small,
  .h4.small {
    font-size: 1.00em;
    font-weight: 400;
    line-height: 1.10;
    margin-bottom: 1.00em;
    font-family: 'Gilroy', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
  }
  #page_text>h1,
  #page_text>.h1,
  #page_text>h2.large,
  #page_text>.h2.large {
    font-size: 2.50em;
    font-weight: 700;
    line-height: 1.10;
    margin-bottom: 1.25em;
    font-family: 'Gilroy', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
  }
  #page_text>h2,
  #page_text>.h2,
  #page_text>h1.small,
  #page_text>.h1.small,
  #page_text>h3.large,
  #page_text>.h3.large {
    font-size: 1.5em;
    font-weight: 600;
    line-height: 1.10;
    margin-bottom: 1.25em;
    font-family: 'Gilroy', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
  }
  #page_text>h3,
  #page_text>.h3,
  #page_text>h2.small,
  #page_text>.h2.small,
  #page_text>h4.large,
  #page_text>.h4.large {
    font-size: 1.25em;
    font-weight: 600;
    line-height: 1.10;
    margin-bottom: 0.25em;
    font-family: 'Gilroy', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
  }
  #page_text>h4,
  #page_text>.h4,
  #page_text>h3.small,
  #page_text>.h3.small,
  #page_text>h5.large,
  #page_text>.h5.large {
    font-size: 1em;
    font-weight: 600;
    line-height: 1.10;
    margin-bottom: 0.25em;
    font-family: 'Gilroy', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
  }
  #page_text>h5,
  #page_text>.h5,
  #page_text>h4.small,
  #page_text>.h4.small {
    font-size: 1em;
    font-weight: 400;
    line-height: 1.10;
    margin-bottom: 0.25em;
    font-family: 'Gilroy', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
  }
  #page_text>h1.big,
  #page_text>.h1.big,
  #page_text>h1.large,
  #page_text>.h1.large {
    font-size: 3.25em;
    font-weight: 700;
    line-height: 1.20;
    margin-bottom: 0.75em;
    font-family: 'Gilroy', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
  }
}
@media (max-width: 420px) {
  body {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.50;
    font-family: 'Gilroy', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
  }
  #main_menu {
    font-size: 1em;
  }
  #main_menu > li > a {
    font-weight: 400;
    text-transform: none;
    font-family: 'Gilroy', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
  }
  #header_holder.scrolled #main_menu {
    font-size: 0.9em;
  }
  #header_holder.scrolled #header #header_right>.button {
    font-size: 0.9em;
  }
  #header_holder #header #header_right>.button {
    font-size: 1em;
  }
  .button {
    font-size: 1em;
    font-weight: 600;
    text-transform: none;
    font-family: 'Gilroy', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
  }
  .button[data-size="huge"] {
    font-size: 1.4em;
  }
  .button[data-size="large"] {
    font-size: 1.2em;
  }
  .button[data-size="small"] {
    font-size: 0.8em;
  }
  .button[data-size="tiny"] {
    font-size: 0.6em;
  }
  .quote,
  blockquote {
    font-size: 1.25em;
    font-weight: 600;
    line-height: 1.25;
    text-transform: none;
    font-style: italic;
    font-family: 'Gilroy', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
  }
  .quote .quote_by,
  .quote cite,
  blockquote .quote_by,
  blockquote cite {
    font-size: 14px;
  }
  .text_intro {
    font-size: 1.25em;
    font-weight: 600;
    line-height: 1.45;
    margin-bottom: 1.25em;
    font-family: 'Gilroy', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
  }
  h1.big,
  .h1.big,
  h1.large,
  .h1.large {
    font-size: 3.25em;
    font-weight: 700;
    line-height: 1.20;
    margin-bottom: 0.75em;
    font-family: 'Gilroy', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
  }
  h1,
  .h1,
  h2.large,
  .h2.large {
    font-size: 2.25em;
    font-weight: 700;
    line-height: 1.10;
    margin-bottom: 0.75em;
    font-family: 'Gilroy', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
  }
  h2,
  .h2,
  h1.small,
  .h1.small,
  h3.large,
  .h3.large {
    font-size: 1.85em;
    font-weight: 600;
    line-height: 1.10;
    margin-bottom: 0.85em;
    font-family: 'Gilroy', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
  }
  h3,
  .h3,
  h2.small,
  .h2.small,
  h4.large,
  .h4.large {
    font-size: 1.50em;
    font-weight: 600;
    line-height: 1.10;
    margin-bottom: 1.00em;
    font-family: 'Gilroy', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
  }
  h4,
  .h4,
  h3.small,
  .h3.small,
  h5.large,
  .h5.large {
    font-size: 1.25em;
    font-weight: 600;
    line-height: 1.10;
    margin-bottom: 1.00em;
    font-family: 'Gilroy', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
  }
  h5,
  .h5,
  h4.small,
  .h4.small {
    font-size: 1.00em;
    font-weight: 400;
    line-height: 1.10;
    margin-bottom: 1.00em;
    font-family: 'Gilroy', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
  }
  #page_text>h1,
  #page_text>.h1,
  #page_text>h2.large,
  #page_text>.h2.large {
    font-size: 2.25em;
    font-weight: 700;
    line-height: 1.10;
    margin-bottom: 1.25em;
    font-family: 'Gilroy', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
  }
  #page_text>h2,
  #page_text>.h2,
  #page_text>h1.small,
  #page_text>.h1.small,
  #page_text>h3.large,
  #page_text>.h3.large {
    font-size: 1.5em;
    font-weight: 600;
    line-height: 1.10;
    margin-bottom: 1.25em;
    font-family: 'Gilroy', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
  }
  #page_text>h3,
  #page_text>.h3,
  #page_text>h2.small,
  #page_text>.h2.small,
  #page_text>h4.large,
  #page_text>.h4.large {
    font-size: 1.25em;
    font-weight: 600;
    line-height: 1.10;
    margin-bottom: 0.25em;
    font-family: 'Gilroy', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
  }
  #page_text>h4,
  #page_text>.h4,
  #page_text>h3.small,
  #page_text>.h3.small,
  #page_text>h5.large,
  #page_text>.h5.large {
    font-size: 1em;
    font-weight: 600;
    line-height: 1.10;
    margin-bottom: 0.25em;
    font-family: 'Gilroy', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
  }
  #page_text>h5,
  #page_text>.h5,
  #page_text>h4.small,
  #page_text>.h4.small {
    font-size: 1em;
    font-weight: 400;
    line-height: 1.10;
    margin-bottom: 0.25em;
    font-family: 'Gilroy', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
  }
  #page_text>h1.big,
  #page_text>.h1.big,
  #page_text>h1.large,
  #page_text>.h1.large {
    font-size: 3.25em;
    font-weight: 700;
    line-height: 1.20;
    margin-bottom: 0.75em;
    font-family: 'Gilroy', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
  }
}
