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

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

blockquote, q {
  quotes: none;
}

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

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

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

input::-ms-clear {
  display: none;
}

.entry-content [role=button] {
  cursor: pointer;
}
.entry-content a,
.entry-content a:visited {
  text-decoration: none;
}
.entry-content a {
  color: inherit;
}
.entry-content a, .entry-content [role=button] {
  transition: all 0.3s ease;
}
.entry-content a:hover, .entry-content [role=button]:hover {
  opacity: 0.75;
}
.entry-content a.nohovertrans:hover, .entry-content .nohovertrans[role=button] {
  opacity: 1;
}
.entry-content .clearfix {
  clear: both;
}
.entry-content em {
  font-style: italic;
}
.entry-content .h1,
.entry-content h1 {
  font-size: em(40px);
  font-family: "roboto";
  color: #003848;
  line-height: 1.2;
  margin-bottom: 1em;
}
.entry-content .h2,
.entry-content h2 {
  font-size: em(40px);
  font-family: "roboto";
  color: #003848;
  line-height: 1.2;
  margin-bottom: 1em;
}
.entry-content .h3,
.entry-content h3 {
  font-family: "roboto";
  font-size: 0.6959547629vw;
  line-height: 1.2;
}
.entry-content .h4,
.entry-content h4 {
  font-family: "roboto";
  font-size: 0.5654632449vw;
  color: #003848;
  line-height: 1.2;
}
.entry-content .h5,
.entry-content h5 {
  font-family: "roboto";
  font-size: 0.4784688995vw;
  line-height: 1.2;
}
.entry-content .h6,
.entry-content h6 {
  font-family: "roboto";
  font-size: 0.3479773815vw;
  line-height: 1.2;
}
.entry-content .heading-reset {
  margin-bottom: 0;
  color: inherit;
  font-size: 1em;
}
.entry-content p {
  line-height: 1.4;
  font-family: "roboto";
}
.entry-content p {
  min-height: 1px;
}
.entry-content td strong, .entry-content td b,
.entry-content li strong, .entry-content li b,
.entry-content p strong, .entry-content p b {
  font-family: "roboto";
}
.entry-content figure + p,
.entry-content div + p,
.entry-content p + p,
.entry-content ol + p,
.entry-content ul + p,
.entry-content h1 + p,
.entry-content h2 + p,
.entry-content h3 + p,
.entry-content h4 + p,
.entry-content h5 + p,
.entry-content h6 + p,
.entry-content div + p {
  margin-top: 1.5em;
}
.entry-content p + figure,
.entry-content p + div,
.entry-content p + ol,
.entry-content p + ul,
.entry-content p + h1,
.entry-content p + h2,
.entry-content p + h3,
.entry-content p + h4,
.entry-content p + h5,
.entry-content p + h6,
.entry-content p + div {
  margin-top: 2em;
}
.entry-content ul + figure,
.entry-content ul + div,
.entry-content ul + ol,
.entry-content ul + ul,
.entry-content ul + h1,
.entry-content ul + h2,
.entry-content ul + h3,
.entry-content ul + h4,
.entry-content ul + h5,
.entry-content ul + h6,
.entry-content ul + div {
  margin-top: 2em;
}
.entry-content ol + figure,
.entry-content ol + div,
.entry-content ol + ol,
.entry-content ol + ul,
.entry-content ol + h1,
.entry-content ol + h2,
.entry-content ol + h3,
.entry-content ol + h4,
.entry-content ol + h5,
.entry-content ol + h6,
.entry-content ol + div {
  margin-top: 2em;
}
.entry-content .h3 + figure,
.entry-content .h3 + div,
.entry-content .h3 + ol,
.entry-content .h3 + ul,
.entry-content .h3 + h1,
.entry-content .h3 + h2,
.entry-content .h3 + h3,
.entry-content .h3 + h4,
.entry-content .h3 + h5,
.entry-content .h3 + h6,
.entry-content .h3 + div,
.entry-content h3 + figure,
.entry-content h3 + div,
.entry-content h3 + ol,
.entry-content h3 + ul,
.entry-content h3 + h1,
.entry-content h3 + h2,
.entry-content h3 + h3,
.entry-content h3 + h4,
.entry-content h3 + h5,
.entry-content h3 + h6,
.entry-content h3 + div {
  margin-top: 1em;
}
.entry-content .h4 + figure,
.entry-content .h4 + div,
.entry-content .h4 + ol,
.entry-content .h4 + ul,
.entry-content .h4 + h1,
.entry-content .h4 + h2,
.entry-content .h4 + h3,
.entry-content .h4 + h4,
.entry-content .h4 + h5,
.entry-content .h4 + h6,
.entry-content .h4 + div,
.entry-content h4 + figure,
.entry-content h4 + div,
.entry-content h4 + ol,
.entry-content h4 + ul,
.entry-content h4 + h1,
.entry-content h4 + h2,
.entry-content h4 + h3,
.entry-content h4 + h4,
.entry-content h4 + h5,
.entry-content h4 + h6,
.entry-content h4 + div {
  margin-top: 2em;
}
.entry-content .h5 + div,
.entry-content .h5 + ol,
.entry-content .h5 + ul,
.entry-content .h5 + h1,
.entry-content .h5 + h2,
.entry-content .h5 + h3,
.entry-content .h5 + h4,
.entry-content .h5 + h5,
.entry-content .h5 + h6,
.entry-content .h5 + figure,
.entry-content .h5 + div,
.entry-content h5 + div,
.entry-content h5 + ol,
.entry-content h5 + ul,
.entry-content h5 + h1,
.entry-content h5 + h2,
.entry-content h5 + h3,
.entry-content h5 + h4,
.entry-content h5 + h5,
.entry-content h5 + h6,
.entry-content h5 + figure,
.entry-content h5 + div {
  margin-top: 2em;
}
.entry-content .h6 + figure,
.entry-content .h6 + div,
.entry-content .h6 + ol,
.entry-content .h6 + ul,
.entry-content .h6 + h1,
.entry-content .h6 + h2,
.entry-content .h6 + h3,
.entry-content .h6 + h4,
.entry-content .h6 + h5,
.entry-content .h6 + h6,
.entry-content .h6 + div,
.entry-content h6 + figure,
.entry-content h6 + div,
.entry-content h6 + ol,
.entry-content h6 + ul,
.entry-content h6 + h1,
.entry-content h6 + h2,
.entry-content h6 + h3,
.entry-content h6 + h4,
.entry-content h6 + h5,
.entry-content h6 + h6,
.entry-content h6 + div {
  margin-top: 2em;
}
.entry-content p + h2,
.entry-content p + h3,
.entry-content p + h4,
.entry-content p + h5,
.entry-content p + h6 {
  margin-top: 1.5em;
}
.entry-content figure + figure,
.entry-content figure + ol,
.entry-content figure + ul,
.entry-content figure + h1,
.entry-content figure + h2,
.entry-content figure + h3,
.entry-content figure + h4,
.entry-content figure + h5,
.entry-content figure + h6,
.entry-content figure + div {
  margin-top: 2em;
}
.entry-content ol,
.entry-content ul {
  line-height: 1.4;
  padding-left: 2em;
}
.entry-content ul {
  list-style: disc;
}
.entry-content ol ol {
  list-style: lower-roman;
}
.entry-content ol ol ol {
  list-style: lower-greek;
}
.entry-content ol ol ol ol {
  list-style: decimal;
}
.entry-content li + li {
  margin-top: 0.8em;
}
.entry-content li > ul {
  margin-top: 1em;
  margin-left: 2em;
}
.entry-content li > ol {
  margin-top: 1em;
  margin-left: 2em;
}
.entry-content p.has-normal-font-size {
  font-size: 0.6959547629vw;
}
.entry-content p.has-small-font-size {
  color: #433044;
  font-family: GilroyRegular;
  font-size: 0.5219660722vw !important;
}
.entry-content p.has-medium-font-size {
  color: #433044;
  font-family: GilroyRegular;
  font-size: 0.6959547629vw !important;
}
.entry-content p.has-large-font-size {
  color: #433044;
  font-family: GilroyRegular;
  font-size: 0.8699434537vw !important;
}
.entry-content p.has-x-large-font-size {
  color: #433044;
  font-family: GilroyRegular;
  font-size: 1.0439321444vw !important;
}
.entry-content li a,
.entry-content p a {
  color: #003848;
}
.entry-content sup {
  font-size: 0.7em;
  vertical-align: 0.4em;
}
.entry-content sub {
  font-size: 0.7em;
  vertical-align: -0.4em;
}
.entry-content .wp-block-image:not(.is-resized) {
  margin-bottom: 0;
}
.entry-content .wp-block-image:not(.is-resized) figure:not(.is-resized) img {
  height: auto;
  width: 100%;
}
.entry-content .wp-block-image:not(.is-resized) figcaption {
  color: #003848;
  font-style: italic;
  margin-left: 2.609830361vw;
  padding: 1.5em 1.5em 0 0.5em;
  border-left: 0.0434971727vw solid #FFD100;
  margin-top: -0.5em;
  z-index: 1;
  line-height: 1.2;
  position: relative;
}
.entry-content .wp-block-image:not(.is-resized).size-medium img {
  width: 50%;
}
.entry-content .wp-block-image:not(.is-resized).size-thumbnail img {
  width: 25%;
}
.entry-content .wp-block-image:not(.is-resized).size-large img {
  width: 100%;
}
.entry-content .wp-block-image:not(.is-resized).size-full img {
  width: auto;
  max-width: 100%;
}
.entry-content .is-style-equal-margin .wp-block-image.size-large img {
  width: 112.5%;
}
.entry-content .is-style-equal-margin .wp-block-image.size-full img {
  max-width: 112.5%;
}
.entry-content .wp-block-image.is-style-framed .image {
  position: relative;
  display: inline-block;
}
.entry-content .wp-block-image.is-style-framed .components-resizable-box__container::after,
.entry-content .wp-block-image.is-style-framed .image::after,
.entry-content .wp-block-image.is-style-framed .components-resizable-box__container::before,
.entry-content .wp-block-image.is-style-framed .image::before {
  content: "";
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 2;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.entry-content .wp-block-image.is-style-framed .components-resizable-box__container::before,
.entry-content .wp-block-image.is-style-framed .image::before {
  background: url("../../img/frame/left-1.png") no-repeat;
  background-position: top left;
  background-size: cover;
}
.entry-content .wp-block-image.is-style-framed .components-resizable-box__container::after,
.entry-content .wp-block-image.is-style-framed .image::after {
  background: url("../../img/frame/right-1.png") no-repeat;
  background-position: bottom right;
  background-size: cover;
}
.entry-content .acf-true-false input[type=checkbox] {
  background: #fff;
}
.entry-content .wp-block-pullquote {
  text-align: left;
  margin: 2em;
  margin-left: 0;
  padding: 0 2em;
  border: 0;
  border-left: 0.1304915181vw solid #FFD100;
}
.entry-content .wp-block-pullquote p {
  font-family: GilroyRegular;
  font-size: 1.16em;
  line-height: 1.4;
  color: #2C5F53;
}
.entry-content .wp-block-pullquote cite {
  font-size: 0.8em;
  margin-top: 1em;
  line-height: 1.2;
  font-style: italic;
  color: #2C5F53;
  text-align: left;
}
.entry-content .wp-block-pullquote cite strong {
  font-style: normal;
  font-family: "roboto";
}
.entry-content .wp-block-pullquote::after {
  content: "";
  display: block;
  clear: both;
}
.entry-content .alignleft,
.entry-content .alignright {
  max-width: 50%;
  display: block;
  margin-bottom: 1.7398869074vw;
}
.entry-content .alignleft {
  float: left;
  margin-right: 1.7398869074vw;
}
.entry-content .alignright {
  float: right;
  margin-left: 1.7398869074vw;
}
.entry-content .aligncenter {
  margin: 0 auto;
  max-width: 90%;
  display: block;
}
.entry-content .wp-block-image.aligncenter,
.entry-content .wp-block-image .aligncenter {
  text-align: center;
}
.entry-content .wp-block-image .aligncenter > figcaption,
.entry-content .wp-block-image .alignleft > figcaption,
.entry-content .wp-block-image .alignright > figcaption,
.entry-content .wp-block-image.is-resized > figcaption {
  display: block;
}
.entry-content .wp-block-table figcaption,
.entry-content .wp-block-image figcaption {
  font-size: 0.8em;
  text-align: left;
}
.entry-content .wp-block-table figcaption {
  padding-bottom: 1em;
}
.entry-content .wp-block-quote {
  color: #2C5F53;
  padding: 3.0448020879vw 1.7398869074vw;
  text-align: center;
  position: relative;
}
.entry-content .wp-block-quote p {
  font-family: MaisonNeue-Bold;
  font-size: 1.0439321444vw;
}
.entry-content .wp-block-quote:before {
  content: "";
  display: inline-block;
  width: 7.0465419748vw;
  height: 1.0874293171vw;
  background: url("../../img/icon/quote.png") no-repeat;
  background-size: contain;
  margin-bottom: 1em;
}
.entry-content .wp-block-quote cite {
  display: block;
  font-size: 0.5219660722vw;
  font-family: MaisonNeue-Book;
  text-align: center;
  margin-top: 2em;
}
.entry-content .wp-block-quote cite strong {
  font-family: MaisonNeue-Bold;
}
.entry-content .wp-block-separator {
  margin: 1.7398869074vw auto;
  border: 0;
  height: 0.0434971727vw;
  width: 100%;
  background-color: #515151;
}
.entry-content .wp-block-spacer.responsive {
  height: 4.3497172684vw !important;
}
.entry-content input[disabled=disabled] {
  opacity: 0.5;
}
.entry-content .wp-block-table table {
  width: 100%;
}
.entry-content .wp-block-table thead {
  text-align: left;
}
.entry-content .wp-block-table thead tr {
  background: #2C5F53;
  font-family: MaisonNeue-Bold;
}
.entry-content .wp-block-table thead th {
  color: #fff;
  line-height: 1.4;
  padding: 0.4em 0.8em;
}
.entry-content .wp-block-table tbody td {
  padding: 0.8em 0.8em;
}
.entry-content .wp-block-table tbody tr {
  border-bottom: 0.0217485863vw solid #2C5F53;
}
.entry-content .wp-block-table.is-style-stripes {
  border-bottom: 0;
}
.entry-content .wp-block-column:not(:first-child) {
  margin-left: 1.3919095259vw;
}
.entry-content .wp-block-group::after {
  content: "";
  display: table;
  clear: both;
}
.entry-content .wp-block-column[style*=flex-basis] {
  flex-grow: 1;
}
.entry-content .has-green-color {
  color: #2C5F53;
}
.entry-content .has-gray-color {
  color: #515151;
}
.entry-content .has-blue-color {
  color: #003848;
}
.entry-content .has-yellow-color {
  color: #FFD100;
}
.entry-content .has-red-color {
  color: #C94848;
}
.entry-content .has-teal-color {
  color: #DDEFEB;
}
.entry-content .has-white-color {
  color: #fff;
}
.entry-content a .has-green-color {
  color: #2C5F53;
}
.entry-content a .has-gray-color {
  color: #515151;
}
.entry-content a .has-blue-color {
  color: #003848;
}
.entry-content a .has-yellow-color {
  color: #FFD100;
}
.entry-content a .has-red-color {
  color: #C94848;
}
.entry-content a .has-teal-color {
  color: #DDEFEB;
}
.entry-content a .has-white-color {
  color: #fff;
}
.entry-content .has-background.has-white-background-color {
  background-color: #fff;
}
.entry-content .has-background.has-gray-background-color {
  background-color: #515151;
}
.entry-content .has-background.has-blue-background-color {
  background-color: #003848;
}
.entry-content .has-background.has-yellow-background-color {
  background-color: #FFD100;
}
.entry-content .has-background.has-green-background-color {
  background-color: #2C5F53;
}
.entry-content .has-background.has-greenlight-background-color {
  background-color: #2C5F53;
}
.entry-content .has-background.has-red-background-color {
  background-color: #C94848;
}
.entry-content .has-background.has-teal-background-color {
  background-color: #DDEFEB;
}
.entry-content .wp-block-button.is-style-outline {
  color: #515151;
}
.entry-content .wp-block-button__link {
  display: inline-block;
  padding: 1em 2em;
  font-family: MaisonNeue-Bold;
}
.entry-content .is-style-outline .wp-block-button__link,
.entry-content .wp-block-button__link.is-style-outline {
  border: 0.1vw solid;
}
.entry-content .wp-block-group.is-style-equal-margin > .wp-block-group__inner-container {
  width: 1676px;
  margin-left: auto;
  margin-right: auto;
}
.entry-content .wp-block-group .wp-block-group.is-style-equal-margin > .wp-block-group__inner-container {
  width: 70.5%;
}
.entry-content .post-password-form {
  margin-top: 2em;
}
.entry-content .hero-section {
  background-color: #eff3fa;
  padding-top: 1.7398869074vw;
  padding-bottom: 0;
  overflow: hidden;
}
.entry-content .hero-section__wrapper {
  display: flex;
  gap: 2.1748586342vw;
  padding-left: 13.0491518051vw;
  padding-right: 13.0491518051vw;
}
.entry-content .hero-section__subtitle {
  font-weight: 700;
  font-size: 0.956937799vw;
  letter-spacing: 0.0869943454vw;
  text-transform: uppercase;
}
.entry-content .hero-section__heading {
  font-family: "minerva-modern";
  font-weight: 700;
  font-size: 2.8273162244vw;
  line-height: 1.15;
  margin-top: 7.5250108743vw;
  margin-bottom: 0.8699434537vw;
}
.entry-content .hero-section__description {
  font-size: 1.2179208351vw;
  line-height: 1.8268812527vw;
  margin-bottom: 2.8273162244vw;
}
.entry-content .hero-section__cta-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 0.4349717268vw;
  position: relative;
}
.entry-content .hero-section__cta {
  display: inline-flex;
  flex-direction: column;
  align-items: stretch;
}
.entry-content .hero-section__arrow {
  width: 3.3927794693vw;
  height: auto;
  align-self: flex-start;
  margin-top: -2.1748586342vw;
  margin-left: 1.3049151805vw;
  animation: arrow-blink 1s ease-in-out infinite alternate;
}
.entry-content .hero-section__button {
  display: block;
  background-color: #135468;
  color: #ffffff;
  font-family: "myriad-pro";
  font-weight: 700;
  font-size: 1.3484123532vw;
  padding: 1.6093953893vw 4.3497172684vw;
  border-radius: 2.1313614615vw;
  text-decoration: none;
  text-align: center;
  transition: background-color 0.3s ease, opacity 0.3s ease;
  margin-bottom: 0.3479773815vw;
}
.entry-content .hero-section__button:hover {
  opacity: 0.8;
}
.entry-content .hero-section__caption {
  font-family: "Myriad Pro", sans-serif;
  font-size: 0.8699434537vw;
  text-align: center;
}
.entry-content .hero-section__media {
  position: relative;
}
.entry-content .hero-section__image {
  display: block;
  width: 28.6211396259vw;
  height: 41.3658112223vw;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
}
.entry-content .hero-section__stats {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.entry-content .hero-section__stat {
  display: flex;
  align-items: center;
  gap: 0.8699434537vw;
  background: #fff;
  border-radius: 0.6959547629vw;
  padding: 0.8699434537vw 0.6959547629vw;
  box-shadow: 0.3914745542vw 0.3914745542vw 0.4784688995vw 0px rgba(0, 77, 82, 0.5);
  position: absolute;
  white-space: nowrap;
}
.entry-content .hero-section__stat--1 {
  top: 17.7903436277vw;
  left: -1.7398869074vw;
  animation: float-card 5s ease-in-out infinite alternate;
}
.entry-content .hero-section__stat--2 {
  top: 19.7912135711vw;
  right: 0.8699434537vw;
  animation: float-card 6.2s ease-in-out 0.7s infinite alternate;
}
.entry-content .hero-section__stat--3 {
  top: 26.0983036103vw;
  left: 0.8699434537vw;
  animation: float-card 7.1s ease-in-out 1.4s infinite alternate;
}
.entry-content .hero-section__stat-text {
  display: flex;
  flex-direction: column;
  gap: 0.4349717268vw;
}
.entry-content .hero-section__stat-title {
  font-weight: 700;
  font-size: 0.956937799vw;
}
.entry-content .hero-section__stat-value {
  font-size: 0.8699434537vw;
}
.entry-content .hero-section__stat-icon {
  width: 2.609830361vw;
  height: 2.609830361vw;
  -o-object-fit: contain;
     object-fit: contain;
}
@keyframes float-card {
  0%, 100% {
    transform: translateY(0px) translateX(0px);
  }
  50% {
    transform: translateY(-10px) translateX(4px);
  }
}
@keyframes arrow-blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (prefers-reduced-motion: reduce) {
  .entry-content .hero-section__stat,
  .entry-content .hero-section__arrow {
    animation: none !important;
  }
}
@media screen and (max-width: 767px) {
  .entry-content .hero-section {
    padding-top: 4.4444444444vw;
    padding-bottom: 8.8888888889vw;
  }
  .entry-content .hero-section__wrapper {
    display: grid;
    grid-template-columns: 44.4444444444vw 1fr;
    grid-template-rows: auto auto 53.3333333333vw auto auto;
    gap: 0 1.7777777778vw;
    padding-left: 2.6666666667vw;
    padding-right: 1.7777777778vw;
  }
  .entry-content .hero-section__content {
    display: contents;
  }
  .entry-content .hero-section__media {
    grid-column: 1;
    grid-row: 1/4;
    position: relative;
  }
  .entry-content .hero-section__image {
    display: block;
    width: 50.5777777778vw;
    height: 75.9111111111vw;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: top center;
       object-position: top center;
  }
  .entry-content .hero-section__subtitle {
    grid-column: 1/-1;
    grid-row: 1;
    font-weight: 700;
    font-size: 2.4888888889vw;
  }
  .entry-content .hero-section__heading {
    grid-column: 2;
    grid-row: 2;
    font-size: 6.4vw;
    line-height: 7.1111111111vw;
    margin-top: 3.5555555556vw;
    margin-bottom: 0;
  }
  .entry-content .hero-section__description {
    grid-column: 1/-1;
    grid-row: 4;
    padding-left: 9.4222222222vw;
    padding-right: 9.4222222222vw;
    font-size: 4.2666666667vw;
    line-height: 5.6888888889vw;
    margin-bottom: 1.7777777778vw;
  }
  .entry-content .hero-section__cta-wrapper {
    grid-column: 1/-1;
    grid-row: 5;
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
  .entry-content .hero-section__arrow {
    order: -1;
    width: 7.1111111111vw;
    height: auto;
    align-self: center;
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 1.7777777778vw;
  }
  .entry-content .hero-section__cta {
    width: 100%;
    align-items: center;
  }
  .entry-content .hero-section__button {
    font-size: 4.4444444444vw;
    padding: 5.3333333333vw 8.8888888889vw;
    border-radius: 7.1111111111vw;
    width: 80%;
  }
  .entry-content .hero-section__caption {
    font-size: 2.8444444444vw;
  }
  .entry-content .hero-section__stat {
    gap: 2.6666666667vw;
    border-radius: 1.4222222222vw;
    padding: 4.4444444444vw 4vw;
    box-shadow: 0.6222222222vw 0.6222222222vw 0.8vw 0px rgba(0, 77, 82, 0.5);
  }
  .entry-content .hero-section__stat--1 {
    top: 62.2222222222vw;
    left: 48.8888888889vw;
    right: auto;
  }
  .entry-content .hero-section__stat--2 {
    top: 40vw;
    left: 48.8888888889vw;
    right: auto;
  }
  .entry-content .hero-section__stat--3 {
    top: 62.2222222222vw;
    left: 3.5555555556vw !important;
    left: auto;
  }
  .entry-content .hero-section__stat-text {
    gap: 0.7111111111vw;
  }
  .entry-content .hero-section__stat-title {
    font-size: 2.9333333333vw;
  }
  .entry-content .hero-section__stat-value {
    font-size: 2.6666666667vw;
  }
  .entry-content .hero-section__stat-icon {
    width: 7.1111111111vw;
    height: 7.1111111111vw;
  }
}
.entry-content .details-section {
  background-color: #ffffff;
  padding-top: 4.132231405vw;
  padding-bottom: 10.8742931709vw;
}
.entry-content .details-section__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 25.6633318834vw;
  padding-right: 25.6633318834vw;
  text-align: center;
}
.entry-content .details-section__heading {
  font-family: "minerva-modern";
  font-weight: 700;
  font-size: 2.0878642888vw;
  line-height: 2.1748586342vw;
  color: #003848;
  margin-bottom: 1.4354066986vw;
  width: 31.7529360592vw;
}
.entry-content .details-section__subtitle {
  font-size: 1.1309264898vw;
  color: #003848;
  margin-top: 0;
  margin-bottom: 2.1748586342vw;
  width: 31.7529360592vw;
}
.entry-content .details-section__services {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.4349717268vw 0.4349717268vw;
  margin-bottom: 2.609830361vw;
}
.entry-content .details-section__service {
  display: flex;
  justify-content: end;
  flex-direction: column;
  align-items: center;
  gap: 0.4349717268vw;
  padding: 0.4349717268vw 0.8699434537vw;
  border-radius: 0.4349717268vw;
  transition: box-shadow 0.3s ease;
}
.entry-content .details-section__service:hover {
  box-shadow: 0.3044802088vw 0.3044802088vw 0.6524575903vw rgba(0, 100, 110, 0.22);
  transform: scale(1.05);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.entry-content .details-section__service-icon {
  width: 4.3497172684vw;
  height: 4.3497172684vw;
  -o-object-fit: contain;
     object-fit: contain;
}
.entry-content .details-section__service-label {
  font-size: 1.1309264898vw;
  color: #003848;
}
.entry-content .details-section__body {
  font-size: 1.1309264898vw;
  margin-bottom: 5.8286211396vw;
  max-width: 47.8468899522vw;
}
.entry-content .details-section__body p {
  line-height: 2.609830361vw;
}
.entry-content .details-section__cta-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 0.4349717268vw;
  position: relative;
}
.entry-content .details-section__cta {
  display: inline-flex;
  flex-direction: column;
  align-items: stretch;
}
.entry-content .details-section__arrow {
  width: 3.0448020879vw;
  height: auto;
  align-self: flex-start;
  margin-top: -2.1748586342vw;
  margin-left: 1.3049151805vw;
  animation: details-arrow-blink 1s ease-in-out infinite alternate;
}
.entry-content .details-section__button {
  display: block;
  background-color: #135468;
  color: #ffffff;
  font-family: "myriad-pro";
  font-weight: 700;
  font-size: 1.3484123532vw;
  padding: 1.6093953893vw 4.3497172684vw;
  border-radius: 2.1313614615vw;
  text-decoration: none;
  text-align: center;
  transition: background-color 0.3s ease, opacity 0.3s ease;
  margin-bottom: 0.3479773815vw;
}
.entry-content .details-section__button:hover {
  opacity: 0.8;
}
.entry-content .details-section__caption {
  font-family: "Myriad Pro", sans-serif;
  font-size: 0.8699434537vw;
  text-align: center;
}
@keyframes details-arrow-blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (prefers-reduced-motion: reduce) {
  .entry-content .details-section__arrow {
    animation: none !important;
  }
}
@media screen and (max-width: 767px) {
  .entry-content .details-section {
    padding-top: 11.5555555556vw;
    padding-bottom: 26.6666666667vw;
  }
  .entry-content .details-section__wrapper {
    padding-left: 10.2222222222vw;
    padding-right: 10.2222222222vw;
  }
  .entry-content .details-section__heading {
    font-size: 5.3333333333vw;
    line-height: 5.3333333333vw;
    margin-bottom: 6.0444444444vw;
    width: 78.9333333333vw;
  }
  .entry-content .details-section__subtitle {
    font-size: 4.2666666667vw;
    margin-bottom: 8.8888888889vw;
    width: 62.2222222222vw;
  }
  .entry-content .details-section__services {
    grid-template-columns: repeat(1, 1fr);
    gap: 6.2222222222vw;
    margin-bottom: 6.2222222222vw;
  }
  .entry-content .details-section__service {
    gap: 5.3333333333vw;
    padding: 4.9777777778vw 8.8888888889vw;
    border-radius: 1.4222222222vw;
    transition: box-shadow 0.3s ease;
    box-shadow: 1.8921777778vw 1.8921777778vw 2.3126666667vw rgba(0, 56, 72, 0.5);
  }
  .entry-content .details-section__service-icon {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .entry-content .details-section__service-label {
    font-size: 3.5555555556vw;
    color: #003848;
  }
  .entry-content .details-section__body {
    font-size: 4.2666666667vw;
    margin-bottom: 7.3777777778vw;
    max-width: 87.8222222222vw;
  }
  .entry-content .details-section__body p {
    line-height: 5.6888888889vw;
  }
  .entry-content .details-section__cta-wrapper {
    gap: 0.8888888889vw;
    flex-direction: column-reverse;
  }
  .entry-content .details-section__arrow {
    width: 6.9333333333vw;
    margin-top: -1.7777777778vw;
    margin-left: 80%;
  }
  .entry-content .details-section__button {
    font-size: 4.4444444444vw;
    padding: 5.3333333333vw 8.8888888889vw;
    border-radius: 7.1111111111vw;
  }
  .entry-content .details-section__caption {
    font-size: 2.8444444444vw;
  }
}
.entry-content ::-webkit-scrollbar {
  display: none;
}
.entry-content .consult-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.entry-content .consult-popup--active {
  opacity: 1;
  visibility: visible;
}
.entry-content .consult-popup__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.85;
  background-color: #003848;
  cursor: pointer;
}
.entry-content .consult-popup__container {
  position: relative;
  background: #eff3fa;
  border-radius: 1.5224010439vw;
  padding: 1.9573727708vw 2.1748586342vw;
  width: 28.2731622445vw;
  max-height: 90vh;
  overflow-y: auto;
  transition: transform 0.3s ease;
}
.entry-content .consult-popup__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 0;
}
.entry-content .consult-popup__header-text {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 0;
  padding-right: 0.6524575903vw;
}
.entry-content .consult-popup__brand, .entry-content .consult-popup__brand-name {
  font-weight: 700;
  font-size: 0.9134406264vw;
  text-transform: uppercase;
  color: #003848;
  line-height: 1.0439321444vw;
}
.entry-content .consult-popup__avatar {
  width: 8.9169204002vw;
  height: 8.9169204002vw;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.entry-content .consult-popup__heading {
  font-family: "minerva-modern";
  font-weight: 700;
  font-size: 2.3923444976vw;
  line-height: 3.0448020879vw;
  color: #003848;
  margin-top: 1.8268812527vw;
  margin-bottom: 0;
}
.entry-content .consult-popup__heading-underline {
  display: inline-block;
  position: relative;
}
.entry-content .consult-popup__heading-underline::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: -5%;
  width: 110%;
  height: 0.6524575903vw;
  background-image: url("../../img/Asset-7.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.entry-content .consult-popup__description {
  font-size: 1.0004349717vw;
  line-height: 1.5658982166vw;
  margin-bottom: 2.1748586342vw;
}
.entry-content .consult-popup__services {
  border: none;
  padding: 0;
  margin: 0 0 1.3049151805vw 0;
  display: flex;
  flex-direction: column;
  gap: 0.5219660722vw;
}
.entry-content .consult-popup__toggle {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 3.4797738147vw;
  cursor: pointer;
  padding: 0.1739886907vw 0;
}
.entry-content .consult-popup__toggle-label {
  font-size: 1.0004349717vw;
  color: #003848;
}
.entry-content .consult-popup__toggle-input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.entry-content .consult-popup__toggle-input:checked + .consult-popup__toggle-switch {
  background-color: #dadbdc;
}
.entry-content .consult-popup__toggle-input:checked + .consult-popup__toggle-switch::after {
  transform: translateX(3.5667681601vw);
  background-color: #003848;
}
.entry-content .consult-popup__toggle-input:focus-visible + .consult-popup__toggle-switch {
  outline: 2px solid #003848;
  outline-offset: 2px;
}
.entry-content .consult-popup__toggle-switch {
  position: relative;
  width: 5.2631578947vw;
  height: 1.6963897347vw;
  background-color: #ffffff;
  border-radius: 0.8699434537vw;
  transition: background-color 0.2s ease;
  flex-shrink: 0;
}
.entry-content .consult-popup__toggle-switch::after {
  content: "";
  position: absolute;
  top: 0.0869943454vw;
  left: 0.0869943454vw;
  width: 1.5224010439vw;
  height: 1.5224010439vw;
  background-color: #dadbdc;
  border-radius: 50%;
  transition: transform 0.2s ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.entry-content .consult-popup__field {
  position: relative;
  margin-bottom: 1.0874293171vw;
}
.entry-content .consult-popup__field-icon {
  position: absolute;
  left: 0.7394519356vw;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.0874293171vw;
  color: #e2e3e4;
  display: flex;
  align-items: center;
}
.entry-content .consult-popup__field-icon--globe {
  font-size: 0;
}
.entry-content .consult-popup__field-icon svg {
  width: 1.0874293171vw;
  height: 1.0874293171vw;
}
.entry-content .consult-popup__input {
  width: 100%;
  padding: 0.6524575903vw 0.6524575903vw 0.6524575903vw 2.609830361vw;
  border-radius: 0.3914745542vw;
  font-size: 1.0004349717vw;
  color: #003848;
  background-color: #ffffff;
  border: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  box-sizing: border-box;
}
.entry-content .consult-popup__input::-moz-placeholder {
  color: #003848;
}
.entry-content .consult-popup__input::placeholder {
  color: #003848;
}
.entry-content .consult-popup__input--error {
  border-color: #C94848;
  box-shadow: 0 0 0 0.1304915181vw rgba(201, 72, 72, 0.1);
}
.entry-content .consult-popup__consent {
  display: flex;
  align-items: flex-start;
  gap: 0.5219660722vw;
  margin-bottom: 1.1744236625vw;
  cursor: pointer;
}
.entry-content .consult-popup__consent--error .consult-popup__consent-input {
  outline: 0.0869943454vw solid #C94848;
}
.entry-content .consult-popup__consent-input {
  width: 1.1744236625vw;
  height: 1.1744236625vw;
  margin-top: 0.1304915181vw;
  flex-shrink: 0;
  cursor: pointer;
  accent-color: #003848;
}
.entry-content .consult-popup__consent-text {
  font-size: 0.7829491083vw;
  line-height: 0.956937799vw;
}
.entry-content .consult-popup__submit {
  display: block;
  width: 100%;
  background-color: #5a2d7f;
  color: #ffffff;
  font-family: "myriad-pro";
  font-weight: 700;
  font-size: 1.3484123532vw;
  padding: 1.1744236625vw 5.1761635494vw;
  border: none;
  border-radius: 1.6963897347vw;
  cursor: pointer;
  transition: opacity 0.3s ease;
  text-align: center;
}
.entry-content .consult-popup__submit:hover {
  opacity: 0.85;
}
.entry-content .consult-popup__success {
  font-size: 1.0004349717vw;
  text-align: center;
  color: #003848;
  padding: 1.7398869074vw 0;
  font-weight: 700;
}
.entry-content .consult-popup__description--exit {
  text-align: center;
}
.entry-content .consult-popup__submit--exit {
  background-color: #003848;
}
.entry-content .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.entry-content body.consult-popup-open {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .entry-content .consult-popup__container {
    border-radius: 3.1111111111vw;
    padding: 7.1111111111vw 3.9147455415vw;
    width: 92.1777777778vw;
  }
  .entry-content .consult-popup__header-text {
    padding-right: 1.3333333333vw;
  }
  .entry-content .consult-popup__brand, .entry-content .consult-popup__brand-name {
    font-size: 3.1111111111vw;
    line-height: 3.3777777778vw;
  }
  .entry-content .consult-popup__avatar {
    width: 29.6vw;
    height: 29.6vw;
  }
  .entry-content .consult-popup__heading {
    font-size: 7.9111111111vw;
    line-height: 7.1111111111vw;
    margin-top: 3.7333333333vw;
  }
  .entry-content .consult-popup__heading-underline::after {
    bottom: -2.6666666667vw;
    left: 1%;
    height: 2.2222222222vw;
  }
  .entry-content .consult-popup__description {
    font-size: 3.3777777778vw;
    line-height: 5.1555555556vw;
    margin-bottom: 8vw;
  }
  .entry-content .consult-popup__services {
    margin: 0 0 2.6666666667vw 0;
    gap: 1.0666666667vw;
  }
  .entry-content .consult-popup__toggle {
    gap: 8.8888888889vw;
    padding: 0.3555555556vw 0;
  }
  .entry-content .consult-popup__toggle-label {
    font-size: 3.3777777778vw;
  }
  .entry-content .consult-popup__toggle-input:checked + .consult-popup__toggle-switch::after {
    transform: translateX(11.5555555556vw);
  }
  .entry-content .consult-popup__toggle-input:focus-visible + .consult-popup__toggle-switch {
    outline: 0.1777777778vw solid #003848;
    outline-offset: 0.1777777778vw;
  }
  .entry-content .consult-popup__toggle-switch {
    width: 17.4222222222vw;
    height: 5.6vw;
    border-radius: 2.7555555556vw;
  }
  .entry-content .consult-popup__toggle-switch::after {
    top: 0.2666666667vw;
    left: 0.4444444444vw;
    width: 4.8888888889vw;
    height: 4.8888888889vw;
  }
  .entry-content .consult-popup__field {
    margin-bottom: 3.5555555556vw;
  }
  .entry-content .consult-popup__field-icon {
    left: 2.6666666667vw;
    font-size: 5.3333333333vw;
  }
  .entry-content .consult-popup__field-icon svg {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
  .entry-content .consult-popup__input {
    width: 100%;
    padding: 2.9333333333vw 2.9333333333vw 2.9333333333vw 10.2222222222vw;
    border-radius: 0.8vw;
    font-size: 3.3777777778vw;
  }
  .entry-content .consult-popup__input::-moz-placeholder {
    font-size: 3.3777777778vw;
  }
  .entry-content .consult-popup__input::placeholder {
    font-size: 3.3777777778vw;
  }
  .entry-content .consult-popup__consent {
    gap: 1.7777777778vw;
    margin-bottom: 3.5555555556vw;
  }
  .entry-content .consult-popup__consent-input {
    width: 3.9111111111vw;
    height: 3.9111111111vw;
    margin-top: 0.4444444444vw;
  }
  .entry-content .consult-popup__consent-text {
    font-size: 2.6666666667vw;
    line-height: 3.1111111111vw;
    font-weight: 400;
  }
  .entry-content .consult-popup__submit {
    font-size: 4.4444444444vw;
    padding: 3.9111111111vw 16.8888888889vw;
    border-radius: 4.4444444444vw;
  }
  .entry-content .consult-popup__success {
    font-size: 4.4444444444vw;
    padding: 3.5555555556vw 0;
  }
}

/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.3.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}

.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  transform: scale(1, -1);
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before, .fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before, .fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before, .fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before, .fa-users:before {
  content: "\f0c0";
}

.fa-chain:before, .fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before, .fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before, .fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before, .fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before, .fa-usd:before {
  content: "\f155";
}

.fa-rupee:before, .fa-inr:before {
  content: "\f156";
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158";
}

.fa-won:before, .fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before, .fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before, .fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before, .fa-car:before {
  content: "\f1b9";
}

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before, .fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before, .fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-genderless:before, .fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before, .fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

body {
  font-family: "roboto", sans-serif;
  font-size: 1.1309264898vw;
  line-height: 1;
  color: #003848;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  position: relative;
  overflow-y: scroll;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  background: #fff;
}

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

a, [role=button] {
  transition: all 0.3s ease;
  cursor: pointer;
}

a:hover, [role=button]:hover {
  opacity: 0.75;
}

a.nohovertrans:hover, .nohovertrans[role=button] {
  opacity: 1;
}

/* overlay*/
body.overlay-on {
  position: absolute;
  overflow: hidden;
}

.overlay {
  position: fixed;
  bottom: 0;
  top: 0;
  width: 100%;
  z-index: 200;
  transition: all 0.5s ease;
  left: 0;
  height: 100vh;
  visibility: visible;
}

.overlay[aria-hidden=true] {
  z-index: -1;
  pointer-events: none;
  visibility: hidden;
  transform: translateY(100%);
}

.overlay__shadow {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
}

.overlay__close {
  position: absolute;
  top: 2vw;
  right: 2vw;
  transition: all 0.5s ease;
  cursor: pointer;
  outline: 0;
  z-index: 300;
  width: 2.5vw;
  height: 2.5vw;
  background-size: contain;
}

.overlay__close:focus {
  outline-color: #fff;
}

.overlay__close:hover {
  opacity: 0.75;
}

.overlay__close i {
  font-size: 3vw;
}

.overlay__content {
  position: relative;
  width: 100%;
  z-index: 1;
}

.overlay__inner {
  width: 100%;
  padding: 6vw;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  z-index: 1;
  -webkit-overflow-scrolling: touch;
}

.overlay__width {
  width: 100%;
  position: relative;
  z-index: 1;
}

.overlay .entry-content {
  padding: 0;
}

.overlay__iframe {
  width: 100%;
  height: 80vh;
}

.overlay-iframe-youtube .overlay__close {
  top: 3vw;
  right: 3vw;
}

/* end overlay */
.cmsguide .toc-container > h1:not(.real) {
  padding-top: 1em;
}
.cmsguide .anchor {
  margin-top: -2.609830361vw;
  position: absolute;
}
.cmsguide .wp-block-group__inner-container > h2:not(.real) {
  margin-top: 3em;
  border-top: 0.0869943454vw solid #C94848;
  padding-top: 4em;
  color: #C94848;
}
.cmsguide .wp-block-group__inner-container > h2:not(.real) + ol,
.cmsguide .wp-block-group__inner-container > h2:not(.real) + ul,
.cmsguide .wp-block-group__inner-container > h2:not(.real) + div,
.cmsguide .wp-block-group__inner-container > h2:not(.real) + figure {
  margin-top: 1.5em;
}
.cmsguide .wp-block-group__inner-container > h3:not(.real) {
  margin-top: 3em;
  color: #C94848;
}
.cmsguide .toc {
  position: fixed;
  right: 0;
  top: 5.8286211396vw;
  width: 13.0491518051vw;
  z-index: 100;
  font-size: 0.6089604176vw;
  line-height: 1.2;
  background: rgba(255, 255, 255, 0);
}
.cmsguide .toc::before {
  content: "Table of Content";
  text-transform: uppercase;
  font-weight: bold;
  padding: 1em;
  display: block;
  background: #eee;
}
.cmsguide .toc:hover {
  border-left: 1px solid #000;
  background: rgb(255, 255, 255);
}
.cmsguide .toc:hover::before {
  border-bottom: 1px solid #000;
}
.cmsguide .toc:hover .toc__scroll {
  opacity: 1;
  pointer-events: all;
}
.cmsguide .toc-container[data-enable-toc="1"] {
  width: 100%;
  padding: 1em;
}
.cmsguide .toc__scroll {
  width: 100%;
  margin-top: 1em;
  height: calc(100vh - 7.8294910831vw);
  overflow-y: auto;
  padding: 1em 3em 3em;
  opacity: 0;
  pointer-events: none;
}
.cmsguide .toc__scroll div {
  margin-top: 1em;
  position: relative;
}
.cmsguide .toc__scroll div:before {
  content: "";
  width: 2.1748586342vw;
  height: 0.1304915181vw;
  background: #C94848;
  position: absolute;
  display: block;
  left: -2.609830361vw;
  top: 0.5em;
  transform: translateX(-100%);
  opacity: 0;
  transition: all 0.3s ease;
}
.cmsguide .toc__scroll div.current:before {
  transform: translateX(0%);
  opacity: 1;
}

.page-template-cms-guide .footer {
  display: none;
}

@media screen and (max-width: 1279px) {
  .cmsguide .toc {
    top: 6.5104166667vw;
    font-size: 1.5625vw;
    width: 26.0416666667vw;
  }
  .cmsguide .toc__scroll {
    height: calc(100vh - 11.71875vw);
  }
}
@media screen and (max-width: 767px) {
  .cmsguide .toc-container[data-enable-toc="1"] {
    padding: 0 1.7777777778vw;
    width: 100%;
  }
  .cmsguide .toc-container[data-enable-toc="1"] .page-callout,
  .cmsguide .toc-container[data-enable-toc="1"] .page-hero,
  .cmsguide .toc-container[data-enable-toc="1"] .pillar-callout,
  .cmsguide .toc-container[data-enable-toc="1"] .home-hero {
    transform: scale(1);
    transform-origin: top right;
  }
}
@media screen and (max-width: 1279px) {
  .entry-content .h1,
  .entry-content h1 {
    font-size: 4.1666666667vw;
  }
  .entry-content .h2,
  .entry-content h2 {
    font-size: 2.8645833333vw;
  }
  .entry-content .h3,
  .entry-content h3 {
    font-size: 2.0833333333vw;
  }
  .entry-content .h4,
  .entry-content h4 {
    font-size: 1.5625vw;
  }
  .entry-content .h5,
  .entry-content h5 {
    font-size: 1.3020833333vw;
  }
  .entry-content .h6,
  .entry-content h6 {
    font-size: 1.0416666667vw;
  }
  .entry-content .heading-reset {
    margin-bottom: 0;
    color: inherit;
    font-size: 1em;
  }
  .entry-content p.has-normal-font-size {
    font-size: 1.8229166667vw !important;
  }
  .entry-content p.has-small-font-size {
    font-size: 1.5625vw !important;
  }
  .entry-content p.has-medium-font-size {
    font-size: 3.125vw !important;
  }
  .entry-content p.has-large-font-size {
    font-size: 4.1666666667vw !important;
  }
  .entry-content p.has-is-large-font-size {
    font-size: 5.9895833333vw !important;
  }
  .entry-content .alignleft,
  .entry-content .alignright {
    margin-bottom: 1.3049151805vw;
  }
  .entry-content .wp-block-separator {
    margin: 1.7398869074vw auto;
    height: 0.0434971727vw;
  }
  .entry-content .wp-block-spacer.responsive {
    height: 4.3497172684vw !important;
  }
  .wp-block-column {
    flex-basis: 0 !important;
    flex-grow: 1;
  }
}
@media screen and (max-width: 767px) {
  .entry-content .h1,
  .entry-content h1 {
    font-size: 1.8666666667vw;
  }
  .entry-content .h2,
  .entry-content h2 {
    font-size: 1.6vw;
  }
  .entry-content .h3,
  .entry-content h3 {
    font-size: 1.3333333333vw;
  }
  .entry-content .h4,
  .entry-content h4 {
    font-size: 1.1555555556vw;
  }
  .entry-content .h5,
  .entry-content h5 {
    font-size: 0.9777777778vw;
  }
  .entry-content .h6,
  .entry-content h6 {
    font-size: 0.8888888889vw;
  }
  .entry-content .heading-reset {
    margin-bottom: 0;
    color: inherit;
    font-size: 1em;
  }
  .entry-content .is-style-padded-small {
    padding: 0;
  }
  .entry-content .is-style-padded-medium {
    padding: 0;
  }
  .entry-content .is-style-padded-large {
    padding: 0;
  }
  .entry-content .is-style-padded-small > .wp-block-group__inner-container > p:first-child {
    margin-top: 0.8699434537vw;
  }
  .entry-content p.has-normal-font-size {
    font-size: 1.2444444444vw !important;
  }
  .entry-content p.has-small-font-size {
    font-size: 1.0666666667vw !important;
  }
  .entry-content p.has-medium-font-size {
    font-size: 2.1333333333vw !important;
  }
  .entry-content p.has-large-font-size {
    font-size: 2.8444444444vw !important;
  }
  .entry-content p.has-huge-font-size {
    font-size: 4.0888888889vw !important;
  }
  .entry-content .wp-block-pullquote {
    border-left: 0.2666666667vw solid #FFD100;
  }
  .entry-content .aligncenter,
  .entry-content .alignleft,
  .entry-content .alignright {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    float: none;
  }
  .entry-content .alignleft,
  .entry-content .alignright {
    margin-bottom: 1em;
  }
  .entry-content .wp-block-pullquote cite {
    margin-top: 0.8699434537vw;
  }
  .entry-content .wp-block-separator {
    margin: 1.7398869074vw auto;
    height: 0.0434971727vw;
  }
  .entry-content .wp-block-spacer.responsive {
    height: 4.3497172684vw !important;
  }
  .entry-content .wp-block-column + .wp-block-column {
    margin-top: 2em;
  }
  .entry-content .wp-block-table {
    overflow-x: auto;
  }
  .entry-content .wp-block-column {
    flex-basis: 100% !important;
    flex-grow: 1;
  }
  .entry-content .wp-block-column:not(:first-child) {
    margin-left: 0;
  }
  .entry-content .mobile-order-1 {
    order: 1;
  }
  .entry-content .mobile-order-2 {
    order: 2;
  }
  .entry-content .wp-block-image .aligncenter,
  .entry-content .wp-block-image .alignleft,
  .entry-content .wp-block-image .alignright {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 2em;
    float: none;
    width: auto;
  }
  .entry-content .is-style-equal-margin .wp-block-image.size-large img {
    width: 100%;
  }
  .entry-content .is-style-equal-margin .wp-block-image.size-full img {
    max-width: 100%;
  }
  .entry-content .wp-block-quote {
    padding-top: 3.5555555556vw;
    padding-bottom: 3.5555555556vw;
  }
  .entry-content .wp-block-quote p {
    font-size: 2.0444444444vw;
  }
  .entry-content .wp-block-quote cite {
    font-size: 1.0666666667vw;
  }
  .entry-content .wp-block-quote:before {
    width: 14.4vw;
    height: 2.1333333333vw;
  }
  .entry-content .toc-container > .wp-block-image {
    width: calc(100% - 6.2222222222vw);
    margin-left: auto;
    margin-right: auto;
  }
}/*# sourceMappingURL=main.css.map */