/*
* pw_home.extracted.css - this file is extracted from https://www.athenaadvisers.com/ suing CSS used chrome extension https://chrome.google.com/webstore/detail/css-used/cdopjfddjlonogibjahpnmjpoangjfff
* pw_home.min.css - minified version of pw_home.extracted.css
* pw_home.css - switched to this file when you have changes from SCSS files
* Added by Jex - 23/10/2023
*/
/* Utilities
----------------------------------------------------------------------------- */
.u-no-padding {
  padding: 0;
}

.u-mt0 {
  margin-top: 0;
}

.u-mt05 {
  margin-top: 0.5em !important;
}

.u-mt1 {
  margin-top: 1em !important;
}

.u-mt2 {
  margin-top: 2em !important;
}

.u-mt3 {
  margin-top: 3em;
}

.u-mb0 {
  margin-bottom: 0;
}

.u-mb02 {
  margin-bottom: 0.2em !important;
}

.u-mb05 {
  margin-bottom: 0.5em !important;
}

.u-mb1 {
  margin-bottom: 1em !important;
}

.u-mb2 {
  margin-bottom: 2em !important;
}

.u-mb3 {
  margin-bottom: 3em;
}

.u-mr05 {
  margin-right: 0.5em;
}

.u-mr1 {
  margin-right: 1em;
}

.u-mr2 {
  margin-right: 2em;
}

.u-ml0 {
  margin-left: 0;
}

.u-ml1 {
  margin-left: 1em;
}

.u-ml2 {
  margin-left: 2em;
}

.u-p0 {
  padding: 0 !important;
}

.u-p05 {
  padding: 0.5em;
}

.u-p075 {
  padding: 0.75em;
}

.u-p1 {
  padding: 1em !important;
}

.u-p2 {
  padding: 2em;
}

.u-p3 {
  padding: 3em;
}

.u-p4 {
  padding: 4em;
}

.u-pt0 {
  padding-top: 0;
}

.u-pt05 {
  padding-top: 0.5em !important;
}

.u-pt075 {
  padding-top: 0.75em !important;
}

.u-pt1 {
  padding-top: 1em;
}

.u-pt2 {
  padding-top: 2em;
}

.u-pb0 {
  padding-bottom: 0;
}

.u-pb05 {
  padding-bottom: 0.5em !important;
}

.u-pb075 {
  padding-bottom: 0.75em !important;
}

.u-pb1 {
  padding-bottom: 1em;
}

.u-pb2 {
  padding-bottom: 2em;
}

.u-pr0 {
  padding-right: 0;
}

.u-pr1 {
  padding-right: 1em !important;
}

.u-pr2 {
  padding-right: 2em !important;
}

.u-pr3 {
  padding-right: 3em !important;
}

.u-pr4 {
  padding-right: 4em !important;
}

.u-pl0 {
  padding-left: 0;
}

.u-pl1 {
  padding-left: 1em !important;
}

.u-pl2 {
  padding-left: 2em !important;
}

.u-pl3 {
  padding-left: 3em !important;
}

.u-pl4 {
  padding-left: 4em !important;
}

.u-block {
  display: block;
}

.u-flex {
  display: flex;
}

.u-flex-center {
  align-items: center;
  justify-content: center;
}

.u-inline-block {
  display: inline-block;
}

.u-relative {
  position: relative;
}

.u-fixed {
  position: fixed;
}

.u-img-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.u-absolute {
  position: absolute;
}

.u-fullwidth {
  width: 100%;
}

.u-valign-bottom {
  vertical-align: bottom;
}

.u-dividing-line {
  height: 1px;
  width: 100%;
  display: block;
}

.u-pull-right {
  float: right;
}
@media (min-width: 768px) and (max-width: 991px) {
  .u-pull-right {
    float: none;
  }
}
@media (max-width: 767px) {
  .u-pull-right {
    float: none;
  }
}

.u-text-right {
  text-align: right;
}

.u-text-left {
  text-align: left;
}

@media (min-width: 768px) and (max-width: 991px) {
  .u-block-mobile {
    width: 100%;
    display: block !important;
    margin-bottom: 1em;
  }
}
@media (max-width: 767px) {
  .u-block-mobile {
    width: 100%;
    display: block !important;
    margin-bottom: 1em;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .u-mobile-center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .u-mobile-center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .u-no-breaks-mobile br {
    display: none;
  }
}
@media (max-width: 767px) {
  .u-no-breaks-mobile br {
    display: none;
  }
}

.u-no-resize {
  resize: none;
}

.u-opaque-hover:hover {
  opacity: 0.8;
}

.u-d-none {
  display: none;
}

.u-rounded-1 {
  border-radius: 1px;
}

.u-rounded-top-1 {
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
}

.u-rounded-2 {
  border-radius: 2px;
}

.u-rounded-top-2 {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.u-rounded-3 {
  border-radius: 3px;
}

.u-rounded-top-3 {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.u-rounded-4 {
  border-radius: 4px;
}

.u-rounded-top-4 {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.u-rounded-5 {
  border-radius: 5px;
}

.u-rounded-top-5 {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.u-rounded-6 {
  border-radius: 6px;
}

.u-rounded-top-6 {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.u-rounded-7 {
  border-radius: 7px;
}

.u-rounded-top-7 {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

.u-rounded-8 {
  border-radius: 8px;
}

.u-rounded-top-8 {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.u-rounded-9 {
  border-radius: 9px;
}

.u-rounded-top-9 {
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
}

.u-rounded-10 {
  border-radius: 10px;
}

.u-rounded-top-10 {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.u-rounded-11 {
  border-radius: 11px;
}

.u-rounded-top-11 {
  border-top-left-radius: 11px;
  border-top-right-radius: 11px;
}

.u-rounded-12 {
  border-radius: 12px;
}

.u-rounded-top-12 {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.u-rounded-13 {
  border-radius: 13px;
}

.u-rounded-top-13 {
  border-top-left-radius: 13px;
  border-top-right-radius: 13px;
}

.u-rounded-14 {
  border-radius: 14px;
}

.u-rounded-top-14 {
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}

.u-rounded-15 {
  border-radius: 15px;
}

.u-rounded-top-15 {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.u-rounded-16 {
  border-radius: 16px;
}

.u-rounded-top-16 {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.u-rounded-17 {
  border-radius: 17px;
}

.u-rounded-top-17 {
  border-top-left-radius: 17px;
  border-top-right-radius: 17px;
}

.u-rounded-18 {
  border-radius: 18px;
}

.u-rounded-top-18 {
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
}

.u-rounded-19 {
  border-radius: 19px;
}

.u-rounded-top-19 {
  border-top-left-radius: 19px;
  border-top-right-radius: 19px;
}

.u-rounded-20 {
  border-radius: 20px;
}

.u-rounded-top-20 {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.u-rounded-21 {
  border-radius: 21px;
}

.u-rounded-top-21 {
  border-top-left-radius: 21px;
  border-top-right-radius: 21px;
}

.u-rounded-22 {
  border-radius: 22px;
}

.u-rounded-top-22 {
  border-top-left-radius: 22px;
  border-top-right-radius: 22px;
}

.u-rounded-23 {
  border-radius: 23px;
}

.u-rounded-top-23 {
  border-top-left-radius: 23px;
  border-top-right-radius: 23px;
}

.u-rounded-24 {
  border-radius: 24px;
}

.u-rounded-top-24 {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}

.u-rounded-25 {
  border-radius: 25px;
}

.u-rounded-top-25 {
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}

.u-rounded-26 {
  border-radius: 26px;
}

.u-rounded-top-26 {
  border-top-left-radius: 26px;
  border-top-right-radius: 26px;
}

.u-rounded-27 {
  border-radius: 27px;
}

.u-rounded-top-27 {
  border-top-left-radius: 27px;
  border-top-right-radius: 27px;
}

.u-rounded-28 {
  border-radius: 28px;
}

.u-rounded-top-28 {
  border-top-left-radius: 28px;
  border-top-right-radius: 28px;
}

.u-rounded-29 {
  border-radius: 29px;
}

.u-rounded-top-29 {
  border-top-left-radius: 29px;
  border-top-right-radius: 29px;
}

.u-rounded-30 {
  border-radius: 30px;
}

.u-rounded-top-30 {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

.u-rounded-31 {
  border-radius: 31px;
}

.u-rounded-top-31 {
  border-top-left-radius: 31px;
  border-top-right-radius: 31px;
}

.u-rounded-32 {
  border-radius: 32px;
}

.u-rounded-top-32 {
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
}

.u-rounded-33 {
  border-radius: 33px;
}

.u-rounded-top-33 {
  border-top-left-radius: 33px;
  border-top-right-radius: 33px;
}

.u-rounded-34 {
  border-radius: 34px;
}

.u-rounded-top-34 {
  border-top-left-radius: 34px;
  border-top-right-radius: 34px;
}

.u-rounded-35 {
  border-radius: 35px;
}

.u-rounded-top-35 {
  border-top-left-radius: 35px;
  border-top-right-radius: 35px;
}

.u-rounded-36 {
  border-radius: 36px;
}

.u-rounded-top-36 {
  border-top-left-radius: 36px;
  border-top-right-radius: 36px;
}

.u-rounded-37 {
  border-radius: 37px;
}

.u-rounded-top-37 {
  border-top-left-radius: 37px;
  border-top-right-radius: 37px;
}

.u-rounded-38 {
  border-radius: 38px;
}

.u-rounded-top-38 {
  border-top-left-radius: 38px;
  border-top-right-radius: 38px;
}

.u-rounded-39 {
  border-radius: 39px;
}

.u-rounded-top-39 {
  border-top-left-radius: 39px;
  border-top-right-radius: 39px;
}

.u-rounded-40 {
  border-radius: 40px;
}

.u-rounded-top-40 {
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}

.u-rounded-41 {
  border-radius: 41px;
}

.u-rounded-top-41 {
  border-top-left-radius: 41px;
  border-top-right-radius: 41px;
}

.u-rounded-42 {
  border-radius: 42px;
}

.u-rounded-top-42 {
  border-top-left-radius: 42px;
  border-top-right-radius: 42px;
}

.u-rounded-43 {
  border-radius: 43px;
}

.u-rounded-top-43 {
  border-top-left-radius: 43px;
  border-top-right-radius: 43px;
}

.u-rounded-44 {
  border-radius: 44px;
}

.u-rounded-top-44 {
  border-top-left-radius: 44px;
  border-top-right-radius: 44px;
}

.u-rounded-45 {
  border-radius: 45px;
}

.u-rounded-top-45 {
  border-top-left-radius: 45px;
  border-top-right-radius: 45px;
}

.u-rounded-46 {
  border-radius: 46px;
}

.u-rounded-top-46 {
  border-top-left-radius: 46px;
  border-top-right-radius: 46px;
}

.u-rounded-47 {
  border-radius: 47px;
}

.u-rounded-top-47 {
  border-top-left-radius: 47px;
  border-top-right-radius: 47px;
}

.u-rounded-48 {
  border-radius: 48px;
}

.u-rounded-top-48 {
  border-top-left-radius: 48px;
  border-top-right-radius: 48px;
}

.u-rounded-49 {
  border-radius: 49px;
}

.u-rounded-top-49 {
  border-top-left-radius: 49px;
  border-top-right-radius: 49px;
}

.u-rounded-50 {
  border-radius: 50px;
}

.u-rounded-top-50 {
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
}

.u-center {
  margin-left: auto;
  margin-right: auto;
}

.u-index-high {
  z-index: 2;
}

.u-no-bg-image {
  background-image: none !important;
}

.u-parallax {
  background-attachment: fixed;
}

.u-vh-100 {
  height: 100vh;
}

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

.border-top-2px {
  border-top: 2px solid #fff;
}

.border-bottom-2px {
  border-bottom: 2px solid #fff;
}

.img-fullcover {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}

.btn-padding-v2 {
  padding: 9px 16px 6px 16px !important;
}

.opacity-black {
  position: relative;
}
.opacity-black:before {
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.u-row-match-height {
  display: flex;
  flex-wrap: wrap;
}
.u-row-match-height > [class*=col-], .u-row-match-height > [class*=col] {
  display: flex;
  flex-grow: 1;
}

.row.u-row-spacing-6 {
  margin-left: -3px;
  margin-right: -3px;
}
.row.u-row-spacing-6 > div {
  padding-left: 3px;
  padding-right: 3px;
}
.row.u-row-spacing-8 {
  margin-left: -4px;
  margin-right: -4px;
}
.row.u-row-spacing-8 > div {
  padding-left: 4px;
  padding-right: 4px;
}
.row.u-row-spacing-12 {
  margin-left: -6px;
  margin-right: -6px;
}
.row.u-row-spacing-12 > div {
  padding-left: 6px;
  padding-right: 6px;
}
.row.u-row-spacing-22 {
  margin-left: -11px;
  margin-right: -11px;
}
.row.u-row-spacing-22 > div {
  padding-left: 11px;
  padding-right: 11px;
}
.row.u-row-spacing-26 {
  margin-left: -13px;
  margin-right: -13px;
}
.row.u-row-spacing-26 > div {
  padding-left: 13px;
  padding-right: 13px;
}
.row.u-row-spacing-36 {
  margin-left: -18px;
  margin-right: -18px;
}
.row.u-row-spacing-36 > div {
  padding-left: 18px;
  padding-right: 18px;
}

/* Log
-----------------------------------------*/
.u-maxwidth-600 {
  max-width: 600px;
}

.u-maxwidth-800 {
  max-width: 800px;
}

.u-maxwidth-890 {
  max-width: 890px;
}

.u-maxwidth-1000 {
  max-width: 1000px;
}

.u-maxwidth-1040 {
  max-width: 1040px;
}

.u-maxwidth-1100 {
  max-width: 1100px;
}

.u-maxwidth-1140 {
  max-width: 1140px;
}

.u-maxwidth-1145 {
  max-width: 1145px;
}

.u-margin-center {
  margin-left: auto;
  margin-right: auto;
}

/*-----------------------------------------
* HIDE SHOW
-----------------------------------------*/
.u-hide {
  display: none !important;
}

.u-hide-soft {
  display: none;
}

@media (max-width: 1199px) {
  .u-show-1199 {
    display: block !important;
  }
  .u-show-1199-inline {
    display: inline-block !important;
  }
  .u-hide-1199 {
    display: none !important;
  }
}
@media (max-width: 1129px) {
  .u-show-1129-table-cell {
    display: table-cell !important;
  }
}
@media (max-width: 991px) {
  .u-show-991 {
    display: block !important;
  }
  .u-hide-991 {
    display: none !important;
  }
  .u-mt-md-22 {
    margin-top: 22px;
  }
}
@media (max-width: 767px) {
  .u-show-767 {
    display: block !important;
  }
  .u-hide-767 {
    display: none !important;
  }
  .u-mt-sm-0 {
    margin-top: 0;
  }
  .u-mb-sm-15 {
    margin-bottom: 15px;
  }
  .u-text-center-md {
    text-align: center;
  }
}
/*---------------------------------------------------
* MAIN COLORS
---------------------------------------------------*/
/*---------------------------------------------------
* HEADER
---------------------------------------------------*/
/*-----------------------------------------
* Colours - Prefix .c-
-----------------------------------------*/
a.c-primary:hover {
  color: #c72927;
}

.c-1,
.c-primary {
  color: #9C201F;
}

.c-2 {
  color: #1E1E1E;
}

.c-3 {
  color: #313131;
}

.b-1,
.c-bg-primary {
  background: #9C201F;
}

.b-2 {
  background: #1E1E1E;
}

.c-light {
  color: #F2ECE3;
}

.bg-light {
  background-color: #F2ECE3;
}

.c-grey {
  color: #555555;
}

.bg-white,
.c-bg-white {
  background: #fff;
}

.c-bg-light-gray {
  background: #efefef;
}

.c-light-gray {
  color: #efefef;
}

.c-bg-properties {
  background: #fefefe;
}

.c-bg-propprice {
  background: #252525;
}

.c-bg-section {
  background: #454545;
}

.c-bg-testimonials {
  background: #252525;
}

.c-bg-red {
  background-color: #9C201F;
}

.c-bg-petrol {
  background-color: #020202;
}

.c-bg-light-petrol {
  background-color: #C7E4E2;
}

.c-bg-light-grey {
  background-color: #DBD7D2;
}

a.c-white {
  color: #fff;
}
a.c-white:hover {
  color: #fff;
}

.c-white {
  color: #fff;
}

.c-black {
  color: #000;
}

.c-green {
  color: #23BB6B;
}

.bg-green {
  color: #23BB6B;
}

.c-dark {
  color: #1E1E1E;
}

.c-darkcopy {
  color: #626262;
}

.c-bg-white {
  background: #fff;
}

.c-secondary {
  color: #000;
}

.c-bg-secondary {
  background: #000;
}

.c-secondary2 {
  color: #000;
}

.c-bg-secondary2 {
  background: #000;
}

a.c-tertiary {
  color: #00979d;
}
a.c-tertiary:hover {
  color: #04f5ff;
}
a.c-tertiary.-underline {
  color: #04f5ff;
  text-decoration: underline;
}

.c-tertiary {
  color: #00979d;
}
.c-tertiary.-underline {
  text-decoration: underline;
}

.c-bg-tertiary {
  background: #00979d;
}

.c-lighter-gray {
  color: #737373;
}

.c-darker {
  color: #252525;
}

.c-gray {
  color: #e7e7e7;
}

.c-bg-gray {
  background: #e7e7e7;
}

.c-border-primary {
  border: 1px solid #9C201F;
}

.c-border-gray {
  border: 1px solid #e7e7e7;
}

/*---------------------------------------------------
* FONTS
---------------------------------------------------*/
@font-face {
  font-family: "SangBleu Sunrise";
  src: url("/themes/pw_athena/assets/fonts/SangBleuSunrise-Bold.woff2") format("woff2"), url("/themes/pw_athena/assets/fonts/SangBleuSunrise-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SangBleu Sunrise";
  src: url("/themes/pw_athena/assets/fonts/SangBleuSunrise-Light.woff2") format("woff2"), url("/themes/pw_athena/assets/fonts/SangBleuSunrise-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SangBleu Sunrise";
  src: url("/themes/pw_athena/assets/fonts/SangBleuSunrise-Medium.woff2") format("woff2"), url("/themes/pw_athena/assets/fonts/SangBleuSunrise-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SangBleu Sunrise";
  src: url("/themes/pw_athena/assets/fonts/SangBleuSunrise-Livre.woff2") format("woff2"), url("/themes/pw_athena/assets/fonts/SangBleuSunrise-Livre.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SangBleu Sunrise";
  src: url("/themes/pw_athena/assets/fonts/SangBleuSunrise-Medium.woff2") format("woff2"), url("/themes/pw_athena/assets/fonts/SangBleuSunrise-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SangBleu Sunrise";
  src: url("/themes/pw_athena/assets/fonts/SangBleuSunrise-Regular.woff2") format("woff2"), url("/themes/pw_athena/assets/fonts/SangBleuSunrise-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* Adobe Font Kit (Loading)
------------------------------------------  */
.wf-loading {
  visibility: hidden;
}

.wf-active {
  visibility: visible;
}

.f-one {
  font-family: "SangBleu Sunrise", sans-serif;
}

.f-regular {
  font-family: "SangBleu Sunrise", sans-serif;
}

.f-two {
  font-family: "SangBleu Sunrise", sans-serif;
}

.f-three {
  font-family: "SangBleu Sunrise", sans-serif;
}

.f-light, .f-300 {
  font-weight: 300;
}

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

.f-medium, .f-500 {
  font-weight: 500;
}

.f-semibold, .f-600 {
  font-weight: 600;
}

.f-bold, .f-700 {
  font-weight: 700;
}

.f-black, .f-900 {
  font-weight: 900;
}

.f-normal {
  font-style: normal !important;
}

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

.f-12 {
  font-size: 12px;
  font-size: 0.8571428571rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .f-12 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .f-12 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (max-width: 767px) {
  .f-12 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}

.fx-12 {
  font-size: 12px;
  font-size: 0.8571428571rem;
}

.f-13 {
  font-size: 13px;
  font-size: 0.9285714286rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .f-13 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .f-13 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (max-width: 767px) {
  .f-13 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}

.fx-13 {
  font-size: 13px;
  font-size: 0.9285714286rem;
}

.f-14 {
  font-size: 14px;
  font-size: 1rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .f-14 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .f-14 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (max-width: 767px) {
  .f-14 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}

.fx-14 {
  font-size: 14px;
  font-size: 1rem;
}

.f-15 {
  font-size: 15px;
  font-size: 1.0714285714rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .f-15 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .f-15 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (max-width: 767px) {
  .f-15 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}

.fx-15 {
  font-size: 15px;
  font-size: 1.0714285714rem;
}

.f-16 {
  font-size: 16px;
  font-size: 1.1428571429rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .f-16 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .f-16 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (max-width: 767px) {
  .f-16 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}

.fx-16 {
  font-size: 16px;
  font-size: 1.1428571429rem;
}

.f-17 {
  font-size: 17px;
  font-size: 1.2142857143rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .f-17 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .f-17 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (max-width: 767px) {
  .f-17 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}

.fx-17 {
  font-size: 17px;
  font-size: 1.2142857143rem;
}

.f-18 {
  font-size: 18px;
  font-size: 1.2857142857rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .f-18 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .f-18 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (max-width: 767px) {
  .f-18 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}

.fx-18 {
  font-size: 18px;
  font-size: 1.2857142857rem;
}

.f-19 {
  font-size: 19px;
  font-size: 1.3571428571rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .f-19 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .f-19 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (max-width: 767px) {
  .f-19 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}

.fx-19 {
  font-size: 19px;
  font-size: 1.3571428571rem;
}

.f-20 {
  font-size: 20px;
  font-size: 1.4285714286rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .f-20 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .f-20 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (max-width: 767px) {
  .f-20 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}

.fx-20 {
  font-size: 20px;
  font-size: 1.4285714286rem;
}

.f-21 {
  font-size: 21px;
  font-size: 1.5rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .f-21 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .f-21 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (max-width: 767px) {
  .f-21 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}

.fx-21 {
  font-size: 21px;
  font-size: 1.5rem;
}

.f-22 {
  font-size: 22px;
  font-size: 1.5714285714rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .f-22 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .f-22 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (max-width: 767px) {
  .f-22 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}

.fx-22 {
  font-size: 22px;
  font-size: 1.5714285714rem;
}

.f-23 {
  font-size: 23px;
  font-size: 1.6428571429rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .f-23 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .f-23 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (max-width: 767px) {
  .f-23 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}

.fx-23 {
  font-size: 23px;
  font-size: 1.6428571429rem;
}

.f-24 {
  font-size: 24px;
  font-size: 1.7142857143rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .f-24 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .f-24 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (max-width: 767px) {
  .f-24 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}

.fx-24 {
  font-size: 24px;
  font-size: 1.7142857143rem;
}

.f-25 {
  font-size: 25px;
  font-size: 1.7857142857rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .f-25 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .f-25 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (max-width: 767px) {
  .f-25 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}

.fx-25 {
  font-size: 25px;
  font-size: 1.7857142857rem;
}

.f-26 {
  font-size: 26px;
  font-size: 1.8571428571rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .f-26 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .f-26 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (max-width: 767px) {
  .f-26 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}

.fx-26 {
  font-size: 26px;
  font-size: 1.8571428571rem;
}

.f-27 {
  font-size: 27px;
  font-size: 1.9285714286rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .f-27 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .f-27 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (max-width: 767px) {
  .f-27 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}

.fx-27 {
  font-size: 27px;
  font-size: 1.9285714286rem;
}

.f-28 {
  font-size: 28px;
  font-size: 2rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .f-28 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .f-28 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (max-width: 767px) {
  .f-28 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}

.fx-28 {
  font-size: 28px;
  font-size: 2rem;
}

.f-29 {
  font-size: 29px;
  font-size: 2.0714285714rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .f-29 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .f-29 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (max-width: 767px) {
  .f-29 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}

.fx-29 {
  font-size: 29px;
  font-size: 2.0714285714rem;
}

.f-30 {
  font-size: 30px;
  font-size: 2.1428571429rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .f-30 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .f-30 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (max-width: 767px) {
  .f-30 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}

.fx-30 {
  font-size: 30px;
  font-size: 2.1428571429rem;
}

.f-31 {
  font-size: 31px;
  font-size: 2.2142857143rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .f-31 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .f-31 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (max-width: 767px) {
  .f-31 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}

.fx-31 {
  font-size: 31px;
  font-size: 2.2142857143rem;
}

.f-32 {
  font-size: 32px;
  font-size: 2.2857142857rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .f-32 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .f-32 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (max-width: 767px) {
  .f-32 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}

.fx-32 {
  font-size: 32px;
  font-size: 2.2857142857rem;
}

.f-33 {
  font-size: 33px;
  font-size: 2.3571428571rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .f-33 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .f-33 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (max-width: 767px) {
  .f-33 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}

.fx-33 {
  font-size: 33px;
  font-size: 2.3571428571rem;
}

.f-34 {
  font-size: 34px;
  font-size: 2.4285714286rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .f-34 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .f-34 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (max-width: 767px) {
  .f-34 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}

.fx-34 {
  font-size: 34px;
  font-size: 2.4285714286rem;
}

.f-35 {
  font-size: 35px;
  font-size: 2.5rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .f-35 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .f-35 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (max-width: 767px) {
  .f-35 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}

.fx-35 {
  font-size: 35px;
  font-size: 2.5rem;
}

.f-36 {
  font-size: 36px;
  font-size: 2.5714285714rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .f-36 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .f-36 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (max-width: 767px) {
  .f-36 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}

.fx-36 {
  font-size: 36px;
  font-size: 2.5714285714rem;
}

.f-37 {
  font-size: 37px;
  font-size: 2.6428571429rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .f-37 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .f-37 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (max-width: 767px) {
  .f-37 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}

.fx-37 {
  font-size: 37px;
  font-size: 2.6428571429rem;
}

.f-38 {
  font-size: 38px;
  font-size: 2.7142857143rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .f-38 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .f-38 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (max-width: 767px) {
  .f-38 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}

.fx-38 {
  font-size: 38px;
  font-size: 2.7142857143rem;
}

.f-39 {
  font-size: 39px;
  font-size: 2.7857142857rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .f-39 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .f-39 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (max-width: 767px) {
  .f-39 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}

.fx-39 {
  font-size: 39px;
  font-size: 2.7857142857rem;
}

.f-40 {
  font-size: 40px;
  font-size: 2.8571428571rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .f-40 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .f-40 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (max-width: 767px) {
  .f-40 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}

.fx-40 {
  font-size: 40px;
  font-size: 2.8571428571rem;
}

.f-41 {
  font-size: 41px;
  font-size: 2.9285714286rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .f-41 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .f-41 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (max-width: 767px) {
  .f-41 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}

.fx-41 {
  font-size: 41px;
  font-size: 2.9285714286rem;
}

.f-42 {
  font-size: 42px;
  font-size: 3rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .f-42 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .f-42 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (max-width: 767px) {
  .f-42 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}

.fx-42 {
  font-size: 42px;
  font-size: 3rem;
}

.f-43 {
  font-size: 43px;
  font-size: 3.0714285714rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .f-43 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .f-43 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (max-width: 767px) {
  .f-43 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}

.fx-43 {
  font-size: 43px;
  font-size: 3.0714285714rem;
}

.f-44 {
  font-size: 44px;
  font-size: 3.1428571429rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .f-44 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .f-44 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (max-width: 767px) {
  .f-44 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}

.fx-44 {
  font-size: 44px;
  font-size: 3.1428571429rem;
}

.f-45 {
  font-size: 45px;
  font-size: 3.2142857143rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .f-45 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .f-45 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (max-width: 767px) {
  .f-45 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}

.fx-45 {
  font-size: 45px;
  font-size: 3.2142857143rem;
}

.f-46 {
  font-size: 46px;
  font-size: 3.2857142857rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .f-46 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .f-46 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (max-width: 767px) {
  .f-46 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}

.fx-46 {
  font-size: 46px;
  font-size: 3.2857142857rem;
}

.f-47 {
  font-size: 47px;
  font-size: 3.3571428571rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .f-47 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .f-47 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (max-width: 767px) {
  .f-47 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}

.fx-47 {
  font-size: 47px;
  font-size: 3.3571428571rem;
}

.f-48 {
  font-size: 48px;
  font-size: 3.4285714286rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .f-48 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .f-48 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (max-width: 767px) {
  .f-48 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}

.fx-48 {
  font-size: 48px;
  font-size: 3.4285714286rem;
}

.f-49 {
  font-size: 49px;
  font-size: 3.5rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .f-49 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .f-49 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (max-width: 767px) {
  .f-49 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}

.fx-49 {
  font-size: 49px;
  font-size: 3.5rem;
}

.f-50 {
  font-size: 50px;
  font-size: 3.5714285714rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .f-50 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .f-50 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (max-width: 767px) {
  .f-50 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}

.fx-50 {
  font-size: 50px;
  font-size: 3.5714285714rem;
}

.f-51 {
  font-size: 51px;
  font-size: 3.6428571429rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .f-51 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .f-51 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (max-width: 767px) {
  .f-51 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}

.fx-51 {
  font-size: 51px;
  font-size: 3.6428571429rem;
}

.f-52 {
  font-size: 52px;
  font-size: 3.7142857143rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .f-52 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .f-52 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (max-width: 767px) {
  .f-52 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}

.fx-52 {
  font-size: 52px;
  font-size: 3.7142857143rem;
}

.f-53 {
  font-size: 53px;
  font-size: 3.7857142857rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .f-53 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .f-53 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (max-width: 767px) {
  .f-53 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}

.fx-53 {
  font-size: 53px;
  font-size: 3.7857142857rem;
}

.f-54 {
  font-size: 54px;
  font-size: 3.8571428571rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .f-54 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .f-54 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (max-width: 767px) {
  .f-54 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}

.fx-54 {
  font-size: 54px;
  font-size: 3.8571428571rem;
}

.f-55 {
  font-size: 55px;
  font-size: 3.9285714286rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .f-55 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .f-55 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (max-width: 767px) {
  .f-55 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}

.fx-55 {
  font-size: 55px;
  font-size: 3.9285714286rem;
}

.f-56 {
  font-size: 56px;
  font-size: 4rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .f-56 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .f-56 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (max-width: 767px) {
  .f-56 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}

.fx-56 {
  font-size: 56px;
  font-size: 4rem;
}

.f-57 {
  font-size: 57px;
  font-size: 4.0714285714rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .f-57 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .f-57 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (max-width: 767px) {
  .f-57 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}

.fx-57 {
  font-size: 57px;
  font-size: 4.0714285714rem;
}

.f-58 {
  font-size: 58px;
  font-size: 4.1428571429rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .f-58 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .f-58 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (max-width: 767px) {
  .f-58 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}

.fx-58 {
  font-size: 58px;
  font-size: 4.1428571429rem;
}

.f-59 {
  font-size: 59px;
  font-size: 4.2142857143rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .f-59 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .f-59 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (max-width: 767px) {
  .f-59 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}

.fx-59 {
  font-size: 59px;
  font-size: 4.2142857143rem;
}

.f-60 {
  font-size: 60px;
  font-size: 4.2857142857rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .f-60 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .f-60 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (max-width: 767px) {
  .f-60 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}

.fx-60 {
  font-size: 60px;
  font-size: 4.2857142857rem;
}

.f-61 {
  font-size: 61px;
  font-size: 4.3571428571rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .f-61 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .f-61 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (max-width: 767px) {
  .f-61 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}

.fx-61 {
  font-size: 61px;
  font-size: 4.3571428571rem;
}

.f-62 {
  font-size: 62px;
  font-size: 4.4285714286rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .f-62 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .f-62 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (max-width: 767px) {
  .f-62 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}

.fx-62 {
  font-size: 62px;
  font-size: 4.4285714286rem;
}

.f-63 {
  font-size: 63px;
  font-size: 4.5rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .f-63 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .f-63 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (max-width: 767px) {
  .f-63 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}

.fx-63 {
  font-size: 63px;
  font-size: 4.5rem;
}

.f-64 {
  font-size: 64px;
  font-size: 4.5714285714rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .f-64 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .f-64 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (max-width: 767px) {
  .f-64 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}

.fx-64 {
  font-size: 64px;
  font-size: 4.5714285714rem;
}

.f-65 {
  font-size: 65px;
  font-size: 4.6428571429rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .f-65 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .f-65 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (max-width: 767px) {
  .f-65 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}

.fx-65 {
  font-size: 65px;
  font-size: 4.6428571429rem;
}

.f-66 {
  font-size: 66px;
  font-size: 4.7142857143rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .f-66 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .f-66 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (max-width: 767px) {
  .f-66 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}

.fx-66 {
  font-size: 66px;
  font-size: 4.7142857143rem;
}

.f-67 {
  font-size: 67px;
  font-size: 4.7857142857rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .f-67 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .f-67 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (max-width: 767px) {
  .f-67 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}

.fx-67 {
  font-size: 67px;
  font-size: 4.7857142857rem;
}

.f-68 {
  font-size: 68px;
  font-size: 4.8571428571rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .f-68 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .f-68 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (max-width: 767px) {
  .f-68 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}

.fx-68 {
  font-size: 68px;
  font-size: 4.8571428571rem;
}

.f-69 {
  font-size: 69px;
  font-size: 4.9285714286rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .f-69 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .f-69 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (max-width: 767px) {
  .f-69 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}

.fx-69 {
  font-size: 69px;
  font-size: 4.9285714286rem;
}

.f-70 {
  font-size: 70px;
  font-size: 5rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .f-70 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .f-70 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (max-width: 767px) {
  .f-70 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}

.fx-70 {
  font-size: 70px;
  font-size: 5rem;
}

.f-71 {
  font-size: 71px;
  font-size: 5.0714285714rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .f-71 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .f-71 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (max-width: 767px) {
  .f-71 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}

.fx-71 {
  font-size: 71px;
  font-size: 5.0714285714rem;
}

.f-72 {
  font-size: 72px;
  font-size: 5.1428571429rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .f-72 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .f-72 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (max-width: 767px) {
  .f-72 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}

.fx-72 {
  font-size: 72px;
  font-size: 5.1428571429rem;
}

.f-73 {
  font-size: 73px;
  font-size: 5.2142857143rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .f-73 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .f-73 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (max-width: 767px) {
  .f-73 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}

.fx-73 {
  font-size: 73px;
  font-size: 5.2142857143rem;
}

.f-74 {
  font-size: 74px;
  font-size: 5.2857142857rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .f-74 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .f-74 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (max-width: 767px) {
  .f-74 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}

.fx-74 {
  font-size: 74px;
  font-size: 5.2857142857rem;
}

.f-75 {
  font-size: 75px;
  font-size: 5.3571428571rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .f-75 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .f-75 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (max-width: 767px) {
  .f-75 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}

.fx-75 {
  font-size: 75px;
  font-size: 5.3571428571rem;
}

.f-76 {
  font-size: 76px;
  font-size: 5.4285714286rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .f-76 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .f-76 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (max-width: 767px) {
  .f-76 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}

.fx-76 {
  font-size: 76px;
  font-size: 5.4285714286rem;
}

.f-77 {
  font-size: 77px;
  font-size: 5.5rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .f-77 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .f-77 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (max-width: 767px) {
  .f-77 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}

.fx-77 {
  font-size: 77px;
  font-size: 5.5rem;
}

.f-78 {
  font-size: 78px;
  font-size: 5.5714285714rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .f-78 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .f-78 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (max-width: 767px) {
  .f-78 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}

.fx-78 {
  font-size: 78px;
  font-size: 5.5714285714rem;
}

.f-79 {
  font-size: 79px;
  font-size: 5.6428571429rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .f-79 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .f-79 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (max-width: 767px) {
  .f-79 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}

.fx-79 {
  font-size: 79px;
  font-size: 5.6428571429rem;
}

.f-80 {
  font-size: 80px;
  font-size: 5.7142857143rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .f-80 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .f-80 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (max-width: 767px) {
  .f-80 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}

.fx-80 {
  font-size: 80px;
  font-size: 5.7142857143rem;
}

.f-81 {
  font-size: 81px;
  font-size: 5.7857142857rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .f-81 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .f-81 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (max-width: 767px) {
  .f-81 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}

.fx-81 {
  font-size: 81px;
  font-size: 5.7857142857rem;
}

.f-82 {
  font-size: 82px;
  font-size: 5.8571428571rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .f-82 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .f-82 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (max-width: 767px) {
  .f-82 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}

.fx-82 {
  font-size: 82px;
  font-size: 5.8571428571rem;
}

.f-83 {
  font-size: 83px;
  font-size: 5.9285714286rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .f-83 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .f-83 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (max-width: 767px) {
  .f-83 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}

.fx-83 {
  font-size: 83px;
  font-size: 5.9285714286rem;
}

.f-84 {
  font-size: 84px;
  font-size: 6rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .f-84 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .f-84 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (max-width: 767px) {
  .f-84 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}

.fx-84 {
  font-size: 84px;
  font-size: 6rem;
}

.f-85 {
  font-size: 85px;
  font-size: 6.0714285714rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .f-85 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .f-85 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (max-width: 767px) {
  .f-85 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}

.fx-85 {
  font-size: 85px;
  font-size: 6.0714285714rem;
}

.f-86 {
  font-size: 86px;
  font-size: 6.1428571429rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .f-86 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .f-86 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (max-width: 767px) {
  .f-86 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}

.fx-86 {
  font-size: 86px;
  font-size: 6.1428571429rem;
}

.f-87 {
  font-size: 87px;
  font-size: 6.2142857143rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .f-87 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .f-87 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (max-width: 767px) {
  .f-87 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}

.fx-87 {
  font-size: 87px;
  font-size: 6.2142857143rem;
}

.f-88 {
  font-size: 88px;
  font-size: 6.2857142857rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .f-88 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .f-88 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (max-width: 767px) {
  .f-88 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}

.fx-88 {
  font-size: 88px;
  font-size: 6.2857142857rem;
}

.f-89 {
  font-size: 89px;
  font-size: 6.3571428571rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .f-89 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .f-89 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (max-width: 767px) {
  .f-89 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}

.fx-89 {
  font-size: 89px;
  font-size: 6.3571428571rem;
}

.f-90 {
  font-size: 90px;
  font-size: 6.4285714286rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .f-90 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .f-90 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (max-width: 767px) {
  .f-90 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}

.fx-90 {
  font-size: 90px;
  font-size: 6.4285714286rem;
}

.f-91 {
  font-size: 91px;
  font-size: 6.5rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .f-91 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .f-91 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (max-width: 767px) {
  .f-91 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}

.fx-91 {
  font-size: 91px;
  font-size: 6.5rem;
}

.f-92 {
  font-size: 92px;
  font-size: 6.5714285714rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .f-92 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .f-92 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (max-width: 767px) {
  .f-92 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}

.fx-92 {
  font-size: 92px;
  font-size: 6.5714285714rem;
}

.f-93 {
  font-size: 93px;
  font-size: 6.6428571429rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .f-93 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .f-93 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (max-width: 767px) {
  .f-93 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}

.fx-93 {
  font-size: 93px;
  font-size: 6.6428571429rem;
}

.f-94 {
  font-size: 94px;
  font-size: 6.7142857143rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .f-94 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .f-94 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (max-width: 767px) {
  .f-94 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}

.fx-94 {
  font-size: 94px;
  font-size: 6.7142857143rem;
}

.f-95 {
  font-size: 95px;
  font-size: 6.7857142857rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .f-95 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .f-95 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (max-width: 767px) {
  .f-95 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}

.fx-95 {
  font-size: 95px;
  font-size: 6.7857142857rem;
}

.f-96 {
  font-size: 96px;
  font-size: 6.8571428571rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .f-96 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .f-96 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (max-width: 767px) {
  .f-96 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}

.fx-96 {
  font-size: 96px;
  font-size: 6.8571428571rem;
}

.f-97 {
  font-size: 97px;
  font-size: 6.9285714286rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .f-97 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .f-97 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (max-width: 767px) {
  .f-97 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}

.fx-97 {
  font-size: 97px;
  font-size: 6.9285714286rem;
}

.f-98 {
  font-size: 98px;
  font-size: 7rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .f-98 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .f-98 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (max-width: 767px) {
  .f-98 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}

.fx-98 {
  font-size: 98px;
  font-size: 7rem;
}

.f-99 {
  font-size: 99px;
  font-size: 7.0714285714rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .f-99 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .f-99 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (max-width: 767px) {
  .f-99 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}

.fx-99 {
  font-size: 99px;
  font-size: 7.0714285714rem;
}

.f-100 {
  font-size: 100px;
  font-size: 7.1428571429rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .f-100 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .f-100 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}
@media (max-width: 767px) {
  .f-100 {
    font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  }
}

.fx-100 {
  font-size: 100px;
  font-size: 7.1428571429rem;
}

.home-page {
  padding-top: 0 !important;
  /*
  .row_wedo{
      //padding-top: 0 !important;
  }
  */
  /*
  .row_insights{
      //padding-top: 0 !important;
  }
  */
}
.home-page.hero-video-failed #hero_video_player {
  display: none !important;
}
.home-page .header-area .header-item-menu-wrap .btn-cta.btn-filter {
  display: none;
}
.home-page .header-area .header-item-menu-wrap .btn-cta.btn-news {
  display: block !important;
}
.home-page .header-area .header-item-lang .li-search {
  display: none;
}
.home-page .row_home_hero {
  position: relative;
  max-height: 920px;
  overflow: hidden;
}
.home-page .row_home_hero .row_home_hero-slider {
  max-height: 920px;
  overflow: hidden;
}
@media (max-width: 1100px) {
  .home-page .row_home_hero .row_home_hero-slider {
    max-height: 65vh;
  }
}
@media (max-width: 767px) {
  .home-page .row_home_hero .row_home_hero-slider {
    max-height: 335px;
  }
}
.home-page .row_home_hero .row_home_hero-slider .slide-item {
  position: relative;
}
.home-page .row_home_hero .row_home_hero-slider .slide-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.home-page .row_home_hero .row_home_hero-slider .slide-item img {
  height: 920px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1100px) {
  .home-page .row_home_hero .row_home_hero-slider .slide-item img {
    height: 65vh;
  }
}
@media (max-width: 767px) {
  .home-page .row_home_hero .row_home_hero-slider .slide-item img {
    height: 335px;
  }
}
.home-page .row_home_hero .row_home_hero-slider .slide-item-video {
  position: relative;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}
.home-page .row_home_hero .row_home_hero-slider .slide-item-video iframe {
  position: absolute;
  top: calc(50% - 65px);
  left: 50%;
  width: 100vw;
  height: calc(100vh + 220px);
  transform: translate(-50%, -50%);
}
@media (min-aspect-ratio: 16/9) {
  .home-page .row_home_hero .row_home_hero-slider .slide-item-video iframe {
    height: calc(56.25vw + 450px);
  }
}
@media (max-aspect-ratio: 16/9) {
  .home-page .row_home_hero .row_home_hero-slider .slide-item-video iframe {
    width: 177.78vh;
  }
}
.home-page .row_home_hero .row_home_hero-content {
  position: absolute;
  top: 39%;
  width: 100%;
  z-index: 99;
}
.home-page .row_home_hero .row_home_hero-content .row_home_hero-content-slider {
  margin-bottom: 35px;
}
.home-page .row_home_hero .row_home_hero-content .row_home_hero-content-slider .slide-item {
  opacity: 0;
}
.home-page .row_home_hero .row_home_hero-content .row_home_hero-content-slider .slide-item:nth-child(1) {
  opacity: 1;
}
.home-page .row_home_hero .row_home_hero-content h1,
.home-page .row_home_hero .row_home_hero-content .h1-txt,
.home-page .row_home_hero .row_home_hero-content h2 {
  text-align: center;
  letter-spacing: 0.7px;
  color: #FFFFFF;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4196078431);
  margin: 0 0 0 0;
  font-size: 30px;
  font-weight: normal;
  line-height: 1.2em;
}
.home-page .row_home_hero .row_home_hero-content p {
  text-align: center;
  letter-spacing: 0.7px;
  color: #FFFFFF;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4196078431);
  margin: 0 0 15px 0;
  font-size: 25px;
}
.home-page .row_home_hero .row_home_hero-content .row_home_hero-seach-tabs {
  max-width: 1000px;
  margin: 0 auto;
}
.home-page .row_home_hero .row_home_hero-content .row_home_hero-seach-tabs .nav-tabs {
  border: none !important;
}
.home-page .row_home_hero .row_home_hero-content .row_home_hero-seach-tabs .nav-tabs .nav-link {
  padding: 12px 35px;
  background: #1e1e1e;
  color: #fff;
  font-size: 12px;
  border: none !important;
  border-radius: 15px 15px 0 0px;
  margin-right: 5px;
  margin-bottom: 0 !important;
}
.home-page .row_home_hero .row_home_hero-content .row_home_hero-seach-tabs .nav-tabs .nav-link.active {
  background: rgba(30, 30, 30, 0.5);
}
.home-page .row_home_hero .row_home_hero-content .row_home_hero-seach-tabs .tab-content {
  padding: 14px;
  background: rgba(30, 30, 30, 0.5);
  border-radius: 0 15px 15px 15px;
}
.home-page .row_home_hero .row_home_hero-content .search-form .search-view-widget {
  display: none !important;
}
.home-page .row_home_hero .row_home_hero-content .search-form .col-Units,
.home-page .row_home_hero .row_home_hero-content .search-form .col-property_types {
  display: none !important;
}
.home-page .row_home_hero .row_home_hero-content .search-form .col-price::before {
  display: none;
}
.home-page .row_home_hero .row_home_hero-content .search-form-ref .search-form-inner .row {
  display: flex;
}
.home-page .row_home_hero .row_home_hero-content .search-form-ref .search-form-inner .row > div {
  width: 100%;
}
.home-page .row_home_hero .row_home_hero-content .search-form-ref .search-form-inner input[type=text] {
  height: 28px;
  line-height: 28px;
  border: none;
  padding-left: 8px;
  font-size: 14px;
  color: #1E1E1E;
  width: 100%;
}
.home-page .row_home_hero .row_home_hero-content .banner-item-inner {
  max-width: 100% !important;
  border-radius: 40px;
}
.home-page .row_home_hero .row_home_hero-content .banner-item-inner .col-listing-type {
  flex: 33%;
  max-width: 33%;
}
.home-page .row_home_hero .row_home_hero-content .banner-item-inner .col-form {
  flex: 67%;
  max-width: 67%;
}
.home-page .row_home_hero .row_home_hero-content .banner-item-inner .dropdown.show > .dropdown-toggle i {
  transform: rotate(180deg);
}
.home-page .row_home_hero .row_home_hero-content .banner-item-inner .dropdown .dropdown-toggle {
  line-height: 56px;
  outline: none !important;
  width: 100%;
  display: block;
  position: relative;
  color: #4D4D4D;
  padding-left: 21px;
  font-size: 14px;
  text-decoration: none !important;
  width: 100%;
  z-index: 99999;
  background: #fff;
  border-radius: 15px 0 0 15px;
}
.home-page .row_home_hero .row_home_hero-content .banner-item-inner .dropdown .dropdown-toggle::after {
  display: none;
}
.home-page .row_home_hero .row_home_hero-content .banner-item-inner .dropdown .dropdown-toggle i {
  position: absolute;
  top: 40%;
  right: 17px;
  font-size: 12px;
  color: #4D4D4D;
}
@media (max-width: 767px) {
  .home-page .row_home_hero .row_home_hero-content .banner-item-inner .dropdown .dropdown-toggle {
    line-height: 40px;
    padding-left: 10px;
  }
}
.home-page .row_home_hero .row_home_hero-content .banner-item-inner .dropdown .dropdown-menu {
  background: #F7F7F7;
  border-radius: 0 0 15px 15px;
  padding-top: 23px;
  padding-bottom: 0;
  width: 100%;
  top: -26px !important;
}
.home-page .row_home_hero .row_home_hero-content .banner-item-inner .dropdown .dropdown-menu .dropdown-item {
  border-radius: 0 0 15px 15px;
  padding: 15px 20px;
  font-size: 14px;
  color: #4D4D4D;
  background: #F7F7F7;
}
.home-page .row_home_hero .row_home_hero-content .banner-item-inner .dropdown .dropdown-menu .dropdown-item:hover {
  color: #23BB6B !important;
}
.home-page .row_home_hero .row_home_hero-content .banner-item-inner .dropdown .dropdown-menu .dropdown-item:nth-child(even) {
  background: #fff;
}
@media (max-width: 767px) {
  .home-page .row_home_hero .row_home_hero-content .banner-item-inner .dropdown .dropdown-menu {
    left: -14px !important;
    top: -19px !important;
    min-width: 136px !important;
    border: none !important;
  }
}
.home-page .row_home_hero .row_home_hero-content .banner-item-inner input {
  font-size: 14px;
}
.home-page .row_home_hero .row_home_hero-content .banner-item-inner button[type=submit] {
  background: #23BB6B 0% 0% no-repeat padding-box;
  border-radius: 40px;
  color: #fff;
  width: 40px;
  height: 40px;
  right: -5px;
  transition: 500ms;
  padding: 0 !important;
  text-align: center !important;
}
.home-page .row_home_hero .row_home_hero-content .banner-item-inner button[type=submit]:hover {
  opacity: 0.8;
}
@media (max-width: 767px) {
  .home-page .row_home_hero .row_home_hero-content .banner-item-inner button[type=submit] {
    right: -8px;
  }
}
@media (max-width: 1400px) {
  .home-page .row_home_hero .row_home_hero-content {
    top: 30%;
  }
  .home-page .row_home_hero .row_home_hero-content h1,
  .home-page .row_home_hero .row_home_hero-content .h1-txt,
  .home-page .row_home_hero .row_home_hero-content h2 {
    font-size: 30px;
  }
}
@media (max-width: 1100px) {
  .home-page .row_home_hero .row_home_hero-content {
    top: 28%;
  }
  .home-page .row_home_hero .row_home_hero-content h1,
  .home-page .row_home_hero .row_home_hero-content .h1-txt,
  .home-page .row_home_hero .row_home_hero-content h2 {
    font-size: 22px;
  }
  .home-page .row_home_hero .row_home_hero-content p {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .home-page .row_home_hero .row_home_hero-content {
    top: 34%;
  }
  .home-page .row_home_hero .row_home_hero-content h1,
  .home-page .row_home_hero .row_home_hero-content .h1-txt,
  .home-page .row_home_hero .row_home_hero-content h2 {
    font-size: 25px;
    letter-spacing: 0;
  }
}
@media (max-width: 767px) {
  .home-page .row_home_hero .row_home_hero-content {
    top: 26%;
  }
  .home-page .row_home_hero .row_home_hero-content .row_home_hero-content-slider {
    margin-bottom: 10px;
  }
  .home-page .row_home_hero .row_home_hero-content h1,
  .home-page .row_home_hero .row_home_hero-content .h1-txt,
  .home-page .row_home_hero .row_home_hero-content h2 {
    font-size: 22px;
  }
  .home-page .row_home_hero .row_home_hero-content p {
    font-size: 17px;
  }
  .home-page .row_home_hero .row_home_hero-content .row_home_hero-seach-tabs {
    margin-top: 25px;
  }
  .home-page .row_home_hero .row_home_hero-content .row_home_hero-seach-tabs .nav-tabs .nav-link {
    padding: 10px 20px;
    font-size: 11px;
  }
}
.home-page .row_home_hero .row_home_hero-cta {
  background: #F2ECE3;
  padding: 25px;
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.home-page .row_home_hero .row_home_hero-cta p {
  color: #1E1E1E;
  margin: 0;
  font-size: 18px;
}
.home-page .row_home_hero .row_home_hero-cta p a {
  color: #1E1E1E;
  text-decoration: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-page .row_home_hero .row_home_hero-cta p .sep {
  display: inline-block;
  margin: 0 10px;
}
.home-page .row_home_hero .row_home_hero-cta p img {
  width: 17px;
  margin-left: 10px;
}
@media (max-width: 1450px) {
  .home-page .row_home_hero {
    max-height: calc(82vh + 70px);
  }
  .home-page .row_home_hero .row_home_hero-slider {
    max-height: calc(82vh + 70px);
  }
  .home-page .row_home_hero .row_home_hero-slider .slide-item img {
    height: calc(82vh + 70px);
  }
}
@media (max-width: 767px) {
  .home-page .row_home_hero {
    overflow: unset;
    max-height: calc(100vh - 130px);
  }
  .home-page .row_home_hero .row_home_hero-slider {
    max-height: calc(100vh - 130px);
  }
  .home-page .row_home_hero .row_home_hero-slider .slide-item img {
    height: calc(100vh - 130px);
    max-height: 805px;
  }
  .home-page .row_home_hero .row_home_hero-cta {
    display: block;
    padding: 20px 0;
  }
  .home-page .row_home_hero .row_home_hero-cta .container {
    padding: 0 20px;
  }
  .home-page .row_home_hero .row_home_hero-cta p a {
    display: block;
  }
  .home-page .row_home_hero .row_home_hero-cta .sep {
    display: none !important;
  }
  .home-page .row_home_hero .row_home_hero-cta .txt-1 {
    display: block;
    font-size: 16px;
    text-align: left;
    margin-bottom: 0;
    font-weight: 500;
  }
  .home-page .row_home_hero .row_home_hero-cta .txt-2 {
    font-size: 13px;
    text-align: left;
    display: block;
  }
  .home-page .row_home_hero .row_home_hero-cta img {
    float: right;
    margin: -20px 0 0 0;
  }
}
@media (max-width: 767px) {
  .home-page .row_featured_properties h2 {
    line-height: 1.5em;
  }
  .home-page .row_featured_properties h2 span {
    display: block;
  }
}
