@charset "UTF-8";
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
:root{
  --bg-color:#F5F7F8;
  --bg-cover:#e3e3e3;
  --bg-color-light-blue:#f3f5fa;
  --logo-color : #D09B2C;
}

@font-face {
  font-family: Epilogue;
  /* src: url('/fonts/Epilogue/static/Epilogue-Regular.ttf'); */
  src: url('/assets/fonts/Epilogue-VariableFont_wght.ttf'); 
}

h1,h2,h3,h4,h5,h6,p,li,a,span{ 
  font-family: Helvetica Neue ;
}

body {
  margin: 0 !important;
  width: 100%;
  overflow-x: hidden;
}
body.single-fst-forms {
  background-color: #F3F3F3;
}
body.home .fst_header .fst_logo .color_logo_svg {
  display: none;
}
body.home .fst_header .fst_logo .white_logo_svg {
  display: block;
}
body.home section:not(.fst_header):not(.mobile_footer):not(.copywrite):not(.fst_popup) {
  background-color: #fff;
}
body.error404 .fst_header .fst_logo .color_logo_svg {
  display: none;
}
body.error404 .fst_header .fst_logo .white_logo_svg {
  display: block;
}
body.error404 section:not(.fst_header):not(.mobile_footer):not(.copywrite):not(.fst_popup) {
  background-color: #fff;
}
.fst_header{
  /* background-color: #fff; */
}
body.locked {
  overflow: hidden !important;
}

section {
  box-sizing: border-box;
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  section {
    width: 100%;
    overflow: hidden;
  }
}
@media (max-width: 1200px) {
  section {
    width: 99%;
    overflow: hidden;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

img {
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.justified {
  text-align: justify !important;
}

input {
  border-radius: 0px !important;
}
input:focus {
  outline: none;
  box-shadow: none;
}

.container {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .container {
    max-width: 85%;
  }
}

.row {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.fst_header {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1366px) and (min-device-width: 1024px) and (orientation: landscape) {
  .fst_header {
    overflow: visible;
  }
}
.fst_header.scrollUp {
  top: -180px;
}
.fst_header.fill {
  background-color: #fff;
  -webkit-box-shadow: -1px 10px 40px -10px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: -1px 10px 40px -10px rgba(0, 0, 0, 0.09);
  box-shadow: -1px 10px 40px -10px rgba(0, 0, 0, 0.09);
}
.fst_header.fill .nav-link, .fst_header.fill .right a {
  color: #000 !important;
}
.fst_header.fill .nav-link svg path {
  fill: none !important;
  stroke: #000000b3;
}
.fst_header.fill .color_logo_svg {
  display: block !important;
}
.fst_header.fill .white_logo_svg {
  display: none !important;
}
.fst_header.fill svg circle, .fst_header.fill svg line {
  stroke: #000;
}
.fst_header.fill svg #Path_4121, .fst_header.fill svg #Path_4121-2 {
/* .fst_header svg #Path_4121, .fst_header svg #Path_4121-2 { */
  stroke: #000 !important;
}
.fst_header.fill .mobile_header {
  -webkit-box-shadow: -1px 10px 40px -10px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: -1px 10px 40px -10px rgba(0, 0, 0, 0.09);
  box-shadow: -1px 10px 40px -10px rgba(0, 0, 0, 0.09);
}
.fst_header.black .nav-link, .fst_header.black .right a {
  color: #000 !important;
}
.fst_header.black .nav-link svg path {
  fill: none !important;
  stroke: #000;
}
.fst_header.black .color_logo_svg {
  display: block !important;
}
.fst_header.black .white_logo_svg {
  display: none !important;
}
.fst_header.black svg circle, .fst_header.black svg line {
  stroke: #000;
}
.fst_header.black svg #Path_4121, .fst_header.black svg #Path_4121-2 {
  stroke: #000 !important;
}
.fst_header .center {
  width: 85%;
  margin: 0 auto;
  /* padding: 15px 0; */
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .fst_header .center {
    display: none;
  }
}
.fst_header .center .fst_logo {
  max-width: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fst_header .center .nav {
  list-style: none;
  padding-left: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.fst_header .center .nav .nav-itemx {
  padding: 25px;
}
@media (max-width: 1672px) {
  .fst_header .center .nav .nav-itemx {
    padding: 15px;
  }
}
@media (max-width: 1350px) {
  .fst_header .center .nav .nav-itemx {
    padding: 15px 8px;
  }
}
@media (max-width: 1200px) {
  .fst_header .center .nav .nav-itemx {
    display: none;
  }
}
.fst_header .center .nav .nav-itemx img, .fst_header .center .nav .nav-itemx svg {
  display: none;
}
.fst_header .center .nav .nav-itemx > svg {
  width: 20px;
  margin-left: 12px;
}
.fst_header .center .nav .nav-itemx.has-drop {
  position: relative;
}
.fst_header .center .nav .nav-itemx.has-drop:hover .nav-drop {
  display: block;
}
.fst_header .center .nav .nav-itemx.has-drop:hover > img {
  transform: rotate(180deg);
}
.fst_header .center .nav .nav-itemx.has-drop img {
  display: inline-block;
  width: 18px;
}
.fst_header .center .nav .nav-itemx.has-drop .nav-drop {
  position: absolute;
  padding-left: 0;
  list-style: none;
  top: 60px;
  background-color: #fff;
  margin-bottom: 0;
  min-width: 330px;
  display: none;
}
.fst_header .center .nav .nav-itemx.has-drop .nav-drop li {
  border-bottom: 1px solid #E4E5E4;
  padding: 0 !important;
}
.fst_header .center .nav .nav-itemx.has-drop .nav-drop li:last-child {
  border: 0;
}
.fst_header .center .nav .nav-itemx.has-drop .nav-drop li:hover {
  background-color: #E4E5E4;
}
.fst_header .center .nav .nav-itemx.has-drop .nav-drop li .nav-link {
  color: #000;
  width: 100%;
  display: block;
  padding: 25px 25px 20px;
}
.fst_header .center .nav .nav-itemx.menu-item-has-children {
  position: relative;
}
.fst_header .center .nav .nav-itemx.menu-item-has-children:hover .sub-menu {
  display: block;
}
.fst_header .center .nav .nav-itemx.menu-item-has-children:hover > svg {
  transform: rotate(180deg);
}
.fst_header .center .nav .nav-itemx.menu-item-has-children svg {
  display: inline-block;
  width: 14px;
  margin-left: 5px;
  position: relative;
  bottom: 3px;
}
.fst_header .center .nav .nav-itemx.menu-item-has-children .sub-menu {
  position: absolute;
  padding-left: 0;
  list-style: none;
  top: 60px;
  background-color: #fff;
  margin-bottom: 0;
  min-width: 404px;
  display: none;
  -webkit-box-shadow: 14px 13px 37px -24px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 14px 13px 37px -24px rgba(0, 0, 0, 0.25);
  box-shadow: 14px 13px 37px -24px rgba(0, 0, 0, 0.25);
}
@media (max-width: 1800px) {
  .fst_header .center .nav .nav-itemx.menu-item-has-children .sub-menu {
    top: 44px;
  }
}
.fst_header .center .nav .nav-itemx.menu-item-has-children .sub-menu li {
  border-bottom: 1px solid #E4E5E4;
  padding: 0;
}
.fst_header .center .nav .nav-itemx.menu-item-has-children .sub-menu li:last-child {
  border: 0;
}
.fst_header .center .nav .nav-itemx.menu-item-has-children .sub-menu li:hover {
  background-color: #E4E5E4;
}
.fst_header .center .nav .nav-itemx.menu-item-has-children .sub-menu li .nav-link {
  color: #000;
  width: 100%;
  display: block;
  padding: 25px 25px 20px;
  box-sizing: border-box;
  word-break: break-word;
}
.fst_header .center .nav .nav-itemx.menu-item-has-children .sub-menu li .nav-link svg {
  display: none !important;
}
.fst_header .center .nav .nav-itemx > .nav-link {
  color: #fff;
  text-transform: uppercase;
  transition: color 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .fst_header .center .nav .nav-itemx > .nav-link {
    font-size: 12px !important;
  }
}
.fst_header .center .right {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.fst_header .center .right a {
  color: #fff;
  text-transform: uppercase;
  transition: color 1s cubic-bezier(0.25, 0.8, 0.25, 1);
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
  .fst_header .center .right a {
    font-size: 12px !important;
  }
}
.fst_header .search_icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 45px;
}
@media (max-width: 1200px) {
  .fst_header .search_icon {
    display: none;
  }
}
.fst_header .mobile_header {
  display: none;
}
@media (max-width: 1200px) {
  .fst_header .mobile_header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 15px;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .fst_header .mobile_header {
    padding: 15px 60px !important;
  }
}
.fst_header .mobile_header .mobile_burger {
  position: relative;
  top: -3px;
  padding: 10px 6px;
}
.fst_header .mobile_header .fst_logo {
  width: 50px;
}
.fst_header .mobile_header .fst_logo img {
  width: 50px;
}
.fst_header .mobile_header .color_logo_svg, .fst_header .mobile_header .white_logo_svg, .top .color_logo_svg{
  height: unset;
}
.fst_header .mobile_header .search_icon {
  position: static;
  display: block;
}
.fst_header .fst_search_bar {
  position: fixed;
  top: 0;
  right: 0;
  background-color: #fff;
  width: calc(100vw - 360px);
  min-height: 90px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translateX(100vw);
  transform: translateX(100vw);
  border: 1px solid #BFBFBF;
  border-top: 0;
  border-right: 0;
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .fst_header .fst_search_bar {
    width: calc(100vw - 290px) !important;
  }
}
.fst_header .fst_search_bar.active {
  -webkit-transform: none;
  transform: none;
}
.fst_header .fst_search_bar form {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 30px;
  width: 100%;
}
.fst_header .fst_search_bar form input {
  flex-grow: 1;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  position: relative;
  top: -1px;
}
.fst_header .fst_search_bar form input:focus {
  outline: none;
  box-shadow: none;
}
.fst_header .fst_search_bar form input::-webkit-input-placeholder {
  color: #757575;
}
.fst_header .fst_search_bar form input::-moz-placeholder {
  color: #757575;
}
.fst_header .fst_search_bar form input:-ms-input-placeholder {
  color: #757575;
}
.fst_header .fst_search_bar form input:-moz-placeholder {
  color: #757575;
}
.fst_header .fst_search_bar form a {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0;
  padding: 30px 40px;
  cursor: pointer;
  border-left: 1px solid #BFBFBF;
}
.fst_header .close_search {
  border-left: 1px solid #BFBFBF;
}
.fst_header .search_suggestion_box {
  display: none;
  position: absolute;
  right: -1px;
  top: 97px;
  padding: 48px;
  background-color: #fff;
  width: calc(100vw - 456px);
  border: 1px solid #BFBFBF;
}
.fst_header .search_suggestion_box ul {
  list-style: none;
  padding-left: 0;
}
.fst_header .search_suggestion_box ul li {
  padding: 15px 0;
}

.fst_404 {
  width: 100%;
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.fst_404 .text_float {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 6;
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1300px) {
  .fst_404 .text_float {
    width: 48%;
  }
}
@media (max-width: 1200px) {
  .fst_404 .text_float {
    width: 90%;
  }
}
.fst_404 .text_float h1, .fst_404 .text_float h3, .fst_404 .text_float p {
  color: #fff;
}
.fst_404 .text_float h1 {
  margin-top: 0;
  margin-bottom: 40px;
}
.fst_404 .text_float h3 {
  margin-top: 0;
}
.fst_404 .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.3);
}
.fst_404 .hero_bg {
  object-fit: cover;
  height: 100%;
  transform: scale(1.1);
}

.fst_main_hero {
  width: 100%;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  min-height: 100vh;
  overflow: hidden;
}
.fst_main_hero .close-drop {
  display: none;
}
.fst_main_hero .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.3);
}
.fst_main_hero .text_float {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 6;
  /* width: 27%; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .fst_main_hero .text_float {
    top: 37.5% !important;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .fst_main_hero .text_float {
    top: 45% !important;
  }
}
@media only screen and (min-device-width: 820px) and (max-device-width: 1180px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .fst_main_hero .text_float {
    top: 42.5% !important;
  }
}
@media (max-width: 1300px) {
  .fst_main_hero .text_float {
    width: 28%;
  }
}
@media (max-width: 1200px) {
  .fst_main_hero .text_float {
    width: 90%;
    height: 100vh;
  }
}
@media (max-width: 600px) {
  .fst_main_hero .text_float {
    width: 85%;
    height: 100vh;
  }
}
.fst_main_hero .text_float .hero_svg {
  margin-bottom: 0px;
  width: 100%;
}
@media (max-width: 1200px) {
  .fst_main_hero .text_float .hero_svg {
    max-width: 60%;
  }
}
@media (max-width: 600px) {
  .fst_main_hero .text_float .hero_svg {
    max-width: 100%;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .fst_main_hero .text_float .hero_svg {
    margin-bottom: 0px !important;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .fst_main_hero .text_float .hero_svg {
    margin-bottom: 0px !important;
  }
}
.fst_main_hero .text_float .hero_drop {
  width: 100%;
  position: relative;
  z-index: 6;
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .fst_main_hero .text_float .hero_drop {
    width: 60%;
  }
}
@media only screen and (min-device-width: 820px) and (max-device-width: 1180px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .fst_main_hero .text_float .hero_drop {
    width: 56.5%;
    top: 0px;
  }
}
.fst_main_hero .text_float .hero_drop .select {
  height: 50px;
  background-color: #fff;
  padding-left: 35px;
  display: flex;
  justify-content: space-between;
  position: relative;
  cursor: pointer;
  border-radius: 2px;
}
@media (min-width: 1200px) {
  .fst_main_hero .text_float .hero_drop .select {
    height: 70px;
  }
}
@media (max-width: 800px) {
  .fst_main_hero .text_float .hero_drop .select {
    text-align: center;
    justify-content: center;
    padding: 0;
  }
}
.fst_main_hero .text_float .hero_drop .select .left {
  width: calc(100% - 89px);
  position: relative;
  overflow: hidden;
  padding: 25px 0;
}
@media (max-width: 800px) {
  .fst_main_hero .text_float .hero_drop .select .left {
    padding: 15px 0;
    width: calc(100% - 50px);
    left: -25px;
  }
}
.fst_main_hero .text_float .hero_drop .select .left span {
  display: inline-block;
}
.fst_main_hero .text_float .hero_drop .select .left .drop-init {
  position: relative;
  transform: translateY(0);
  visibility: visible;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 1;
  width: 100%;
  text-align: center;
}
.fst_main_hero .text_float .hero_drop .select .left .drop-hover {
  position: relative;
  transform: translateY(200%);
  visibility: hidden;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0;
  position: absolute;
  z-index: 0;
  top: 25px;
  left: 0;
  width: 100%;
  text-align: center;
}
@media (max-width: 800px) {
  .fst_main_hero .text_float .hero_drop .select .left .drop-hover {
    top: 15px;
  }
}
.fst_main_hero .text_float .hero_drop .select a {
  width: 50px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  border-left: 1px solid #BFBFBF;
}
@media (min-width: 1200px) {
  .fst_main_hero .text_float .hero_drop .select a {
    width: 70px;
  }
}
@media (max-width: 800px) {
  .fst_main_hero .text_float .hero_drop .select a {
    padding: 0 10px 0 20px;
  }
}
.fst_main_hero .text_float .hero_drop .select .open-drop {
  width: 18px;
}
@media (min-width: 1200px) {
  .fst_main_hero .text_float .hero_drop .select .open-drop {
    position: relative;
    right: -4px;
  }
}
.fst_main_hero .text_float .hero_drop .select .open-drop.hideX #path_right {
  stroke: transparent; 

}
.fst_main_hero .text_float .hero_drop .select .open-drop #path_right {
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.fst_main_hero .text_float .hero_drop .hero_dropdown {
  background-color: #fff;
  display: none;
  position: absolute;
  width: 100%;
  max-height: 28vh;
  overflow-y: auto;
  z-index: 6;
  border-top: 1px solid #BFBFBF;
}
@media (max-width: 800px) {
  .fst_main_hero .text_float .hero_drop .hero_dropdown {
    display: none !important;
  }
}
.fst_main_hero .text_float .hero_drop .hero_dropdown.active {
  display: block;
}
.fst_main_hero .text_float .hero_drop .hero_dropdown ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
  padding: 12px 40px;
}
.fst_main_hero .text_float .hero_drop .hero_dropdown ul li {
  padding: 8px 0;
}
.fst_main_hero .text_float .hero_drop:hover .select .left .drop-init {
  transform: translateY(-200%);
  visibility: hidden;
  opacity: 0;
}
.fst_main_hero .text_float .hero_drop:hover .select .left .drop-hover {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}
.fst_main_hero .hero_bg {
  object-fit: cover;
  height: 100%;
  transform: scale(1.1);
}
.fst_main_hero .video_bg {
  position: relative;
  height: 100vh;
  max-height: 100vh;
  overflow: hidden;
}
.fst_main_hero .video_bg video{
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0; 
  object-fit: cover;
}
/* .fst_main_hero .video_bg video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
} */
.fst_main_hero .video_bg picture {
  display: none;
}
@media (max-width: 1200px) {
  .fst_main_hero .video_bg picture {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
  }
  .fst_main_hero .video_bg picture img {
    object-fit: cover;
    height: 100%;
  }
}
.fst_main_hero .scroll_down {
  position: absolute;
  z-index: 5;
  width: 100%;
  bottom: 60px;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 600px) {
  .fst_main_hero .scroll_down {
    bottom: 100px;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .fst_main_hero .scroll_down {
    bottom: 160px !important;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .fst_main_hero .scroll_down {
    bottom: 160px !important;
  }
}
.fst_main_hero .scroll_down .scrolld_text {
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 1200px) {
  .fst_main_hero .scroll_down .scrolld_text {
    display: none;
  }
}
.fst_main_hero .scroll_down img {
  animation: bounce 2s infinite;
}

.fst_main_hero + section {
  margin-top: 100vh;
}

/* .fst_main_hero_img{
  margin-top: 30px;
} */

@media (max-width: 800px) {
  /* .fst_main_hero + section {
    margin-top: 270px;
  }
  .fst_main_hero_img{
    margin-top:125px;
  } */
}

.mobile_hero_drop {
  background-color: #fff;
  position: fixed;
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  overflow-y: auto;
  z-index: 99;
  top: 0;
  left: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.mobile_hero_drop.active {
  -webkit-transform: none;
  transform: none;
}
.mobile_hero_drop .top {
  min-height: 70px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 20px;
  position: fixed;
  top: 0;
  left: 0;
  width: calc(100% - 20px);
  -webkit-box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.11);
}
.mobile_hero_drop ul {
  list-style: none;
  padding-left: 0;
  padding-top: 80px;
}
.mobile_hero_drop ul li {
  padding: 15px 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.mobile_hero_drop ul li .number {
  color: #871F1A;
  margin-right: 15px;
}

.mobile_mega_menu {
  display: flex;
  background-color: #fff;
  position: fixed;
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  overflow-y: auto;
  z-index: 99;
  top: 0;
  left: 0;
  background-position: 100% 105%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  overflow: hidden;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.mobile_mega_menu.active {
  -webkit-transform: none;
  transform: none;
}
.mobile_mega_menu .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 40px);
  padding: 20px;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
}
.mobile_mega_menu .top svg #Union_2 {
  fill: #871F1A;
}
.mobile_mega_menu .top svg #Union_1 {
  fill: #000;
}
.mobile_mega_menu .bottom {
  padding-top: 115px;
  width: 100%;
  position: relative;
}
.mobile_mega_menu .bottom ul {
  list-style: none;
  padding-left: 0;
  position: relative;
  width: 100%;
}
.mobile_mega_menu .bottom ul li {
  padding: 12px 30px;
  position: relative;
  width: 100%;
  text-transform: none;
  box-sizing: border-box;
  border-bottom: 1px solid #BFBFBF;
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .mobile_mega_menu .bottom ul li {
    padding: 12px 60px !important;
  }
}
.mobile_mega_menu .bottom ul li.has_sub .sub_menu_m {
  display: none;
  position: fixed;
  background: #fff;
  width: 100%;
  z-index: 2;
  left: 0;
  right: 0;
  top: 145px;
  min-height: 75vh;
  padding: 0;
}
.mobile_mega_menu .bottom ul li.has_sub .sub_menu_m.active {
  display: block;
}
.mobile_mega_menu .bottom ul li.has_sub .sub_menu_m li {
  padding: 12px 30px !important;
  box-sizing: border-box;
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .mobile_mega_menu .bottom ul li.has_sub .sub_menu_m li {
    padding: 12px 60px !important;
  }
}
.mobile_mega_menu .bottom ul li.has_sub .sub_menu_m .go_back {
  font-family: "Acta Deck Book'";
  position: relative;
  bottom: 12px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 0 20px 30px;
  background-color: #fff;
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .mobile_mega_menu .bottom ul li.has_sub .sub_menu_m .go_back {
    padding: 20px 0 20px 60px !important;
  }
}
.mobile_mega_menu .bottom ul li.has_sub .sub_menu_m .go_back svg {
  margin-right: 15px;
  left: auto;
  top: -2px;
}
.mobile_mega_menu .bottom ul li.has_sub .sub_menu_m ul li {
  padding: 12px 0;
}
.mobile_mega_menu .bottom ul li.menu-item-has-children {
  position: relative;
}
.mobile_mega_menu .bottom ul li.menu-item-has-children::after {
  content: url("../img/svg/arrow_red.svg");
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-30%);
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .mobile_mega_menu .bottom ul li.menu-item-has-children::after {
    right: 75px !important;
  }
}
.mobile_mega_menu .bottom ul li a {
  font-size: 24px !important;
  width: 108%;
  display: block;
}

.search_mobile {
  display: flex;
  background-color: #fff;
  position: fixed;
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  overflow-y: auto;
  z-index: 99;
  top: 0;
  left: 0;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.search_mobile.active {
  -webkit-transform: none;
  transform: none;
}
.search_mobile .close-mobile_search {
  margin-right: 10px;
}
.search_mobile .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 40px);
  padding: 20px;
  position: relative;
  z-index: 2;
}
.search_mobile .top svg #Union_2 {
  fill: #871F1A;
}
.search_mobile .top svg #Union_1 {
  fill: #000;
}
.search_mobile .bottom {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.search_mobile .bottom .fst_icon {
  max-width: 75px;
  display: block;
  margin: 0 auto;
  position: relative;
}
.search_mobile .bottom form {
  width: 100%;
  padding-top: 30px;
}
.search_mobile .bottom form input {
  border: 0;
  width: 100%;
  text-align: center;
  position: relative;
  left: 0;
  box-sizing: border-box;
}

.fst_image_text_wide {
  width: 100%;
  position: relative;
}
.fst_image_text_wide.internal_page_header .fst_image_block .overlay {
  background-color: rgba(0, 0, 0, 0);
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .fst_image_text_wide.internal_page_header .fst_image_block .main_image {
    transform: none;
    position: relative;
  }
}
@media (max-width: 600px) {
  .fst_image_text_wide.internal_page_header .fst_text_block h3 {
    margin-top: 70px;
  }
}
.fst_image_text_wide .video_text_container .fst_text_block h3 {
  margin-bottom: 0px !important;
}
@media (max-width: 1200px) {
  .fst_image_text_wide.centered_text {
    min-height: 100vh;
  }
}
.fst_image_text_wide.centered_text .fst_text_block {
  width: 100%;
  left: 0;
  /* top: 60px; */
  top: 40%;
  color: #fff;
}
@media (max-width: 1200px) {
  .fst_image_text_wide.centered_text .fst_text_block {
    position: absolute;
    left: 0;
    width: calc(100% - 40px);
  }
}
.fst_image_text_wide.centered_text .fst_text_block h3 {
  text-align: center;
  max-width: 100%;
  font-size: 80px;
}
@media (min-width: 1200px) and (max-width: 2100px) {
  .fst_image_text_wide.centered_text .fst_text_block h3 {
    margin-top: 80px;
  }
}
@media (max-width: 1200px) {
  .fst_image_text_wide.centered_text .fst_text_block h3 {
    font-size: 45px !important;
    width: 100% !important;
  }
}
@media (min-width: 1200px) and (max-height: 740px) {
  .fst_image_text_wide.centered_text .fst_text_block h3 {
    margin-top: 50px;
  }
}
@media (max-width: 600px) {
  .fst_image_text_wide.centered_text .fst_text_block h3 {
    margin-top: 70px;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .fst_image_text_wide.centered_text .fst_text_block h3 {
    font-size: 60px !important;
    line-height: 60px !important;
  }
}
@media (max-width: 1200px) {
  .fst_image_text_wide.centered_text .fst_image_block {
    padding-top: 100vh;
  }
}
.fst_image_text_wide .fst_image_block {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .fst_image_text_wide .fst_image_block {
    height: 100vh;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .fst_image_text_wide .fst_image_block {
    height: 100vh;
  }
}
@media (max-width: 1200px) {
  .fst_image_text_wide .fst_image_block {
    padding-top: 60%;
  }
}
@media (max-width: 600px) {
  .fst_image_text_wide .fst_image_block {
    padding-top: 100%;
    min-height: inherit;
    max-height: inherit;
  }
}
.fst_image_text_wide .fst_image_block .image_mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  transform: scale(1.01);
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1400px) {
  .fst_image_text_wide .fst_image_block .image_mask {
    height: 100%;
    width: 100% !important;
  }
}
@media (max-width: 1200px) {
  .fst_image_text_wide .fst_image_block .image_mask {
    object-fit: cover;
    width: 100% !important;
    height: 100% !important;
  }
}
@media (max-width: 600px) {
  .fst_image_text_wide .fst_image_block .image_mask {
    object-fit: cover;
    width: 100% !important;
    height: 100% !important;
  }
}
.fst_image_text_wide .fst_image_block picture {
  width: 100%;
}
.fst_image_text_wide .fst_image_block .main_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.05);
}
@media (max-width: 1200px) {
  .fst_image_text_wide .fst_image_block .main_image {
    transform: scale(1);
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    object-fit: cover;
    height: 100%;
    width: auto;
  }
}
.fst_image_text_wide .fst_text_block {
  position: absolute;
  top: 300px;
  z-index: 5;
  left: 7.5%;
  width: 30%;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .fst_image_text_wide .fst_text_block {
    top: 20%;
    width: 35%;
  }
}
@media (max-width: 1200px) {
  .fst_image_text_wide .fst_text_block {
    position: relative;
    width: calc(100% - 40px);
    left: 0;
    top: 0;
    padding: 0 20px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 600px) {
  .fst_image_text_wide .fst_text_block {
    align-items: flex-start;
  }
}
.fst_image_text_wide .fst_text_block h3 {
  text-align: left;
  max-width: 60%;
}
@media (max-width: 1200px) {
  .fst_image_text_wide .fst_text_block h3 {
    text-align: center;
    max-width: 100%;
    margin-top: 90px;
    margin-bottom: 0;
  }
}
@media (max-width: 600px) {
  .fst_image_text_wide .fst_text_block h3 {
    text-align: left;
    margin-top: 60px;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .fst_image_text_wide .fst_text_block h3 {
    margin-top: 60px !important;
  }
}
.fst_image_text_wide .fst_text_block p {
  text-align: left;
  max-width: 60%;
  margin-bottom: 60px;
  color: rgba(0, 0, 0, 0.7);
}
@media (max-width: 1200px) {
  .fst_image_text_wide .fst_text_block p {
    text-align: center;
    max-width: 60%;
    margin-top: 20px;
  }
}
@media (max-width: 600px) {
  .fst_image_text_wide .fst_text_block p {
    max-width: 100%;
    text-align: left;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
  .fst_image_text_wide .fst_text_block p {
    font-size: 16px !important;
    line-height: 20px !important;
  }
}
.fst_image_text_wide .fst_text_block a {
  color: #000000b3;
  text-decoration: none;
  padding: 20px 20px 15px;
  border: 1px solid #000000b3;
  text-transform: uppercase;
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
  .fst_image_text_wide .fst_text_block a {
    padding: 16px 15px 15px 15px !important;
    font-size: 12px !important;
  }
}
@media (max-width: 600px) {
  .fst_image_text_wide .fst_text_block a {
    display: block;
    width: calc(100% - 40px);
    text-align: center;
  }
}
.fst_image_text_wide .scroll_down {
  position: absolute;
  z-index: 5;
  width: 100%;
  bottom: 60px;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.fst_image_text_wide .scroll_down .scrolld_text {
  text-align: center;
  text-transform: uppercase;
}
.fst_image_text_wide .scroll_down img {
  animation: bounce 2s infinite;
}

.fst_image_text, .fst_video_text {
  width: 100%;
  padding: 120px 0;
}
@media (max-width: 1200px) {
  .fst_image_text, .fst_video_text {
    padding: 30px 0;
  }
}
.fst_image_text.grey_bg, .fst_video_text.grey_bg {
  background-color: #F3F3F3;
}
@media (max-width: 1200px) {
  .fst_image_text.grey_bg, .fst_video_text.grey_bg {
    background-color: #F3F3F3;
  }
}
.fst_image_text.grey_bg .fst_text_block, .fst_video_text.grey_bg .fst_text_block {
  /* background-color: #fff; */
  background-color: var(--bg-color);

}
.fst_image_text.background, .fst_video_text.background {
  background-size: cover;
  width: 100%;
}
@media (max-width: 1200px) {
  .fst_image_text.background, .fst_video_text.background {
    background-size: 100% 100%;
    padding-bottom: 120px;
  }
  .fst_image_text.background .image_text_container, .fst_video_text.background .image_text_container {
    max-width: calc(100vw - 60px);
  }
  .fst_image_text.background .image_text_container .fst_text_block, .fst_video_text.background .image_text_container .fst_text_block {
    padding: 15px;
    max-width: calc(100vw - 90px);
  }
  .fst_image_text.background .image_text_container .fst_text_block h3, .fst_video_text.background .image_text_container .fst_text_block h3 {
    width: calc(100vw - 100px);
  }
  .fst_image_text.background .image_text_container .fst_text_block form, .fst_video_text.background .image_text_container .fst_text_block form {
    display: none;
  }
}
.fst_image_text .mobile_form, .fst_video_text .mobile_form {
  display: none;
  width: 100%;
  max-width: calc(100vw - 60px);
  order: 3;
  margin-top: 10px;
  position: relative;
  top: 90px;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 1200px) {
  .fst_image_text .mobile_form, .fst_video_text .mobile_form {
    display: flex;
  }
}
.fst_image_text .mobile_form form, .fst_video_text .mobile_form form {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.fst_image_text .mobile_form input, .fst_video_text .mobile_form input {
  min-height: 50px;
  text-transform: uppercase;
  padding: 5px 15px;
  flex-grow: 1;
  width: calc(100% - 58px);
}
.fst_image_text .mobile_form button, .fst_video_text .mobile_form button {
  padding: 20px;
  min-height: 64px;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #BFBFBF;
  border-left: 0;
  background-color: #fff;
  cursor: pointer;
}
.fst_image_text .mobile_form button:focus, .fst_video_text .mobile_form button:focus {
  outline: none;
}
.fst_image_text .image_text_container, .fst_image_text .video_text_container, .fst_video_text .image_text_container, .fst_video_text .video_text_container {
  width: 85%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  background: var(--bg-color);
}
@media (max-width: 1200px) {
  .fst_image_text .image_text_container, .fst_image_text .video_text_container, .fst_video_text .image_text_container, .fst_video_text .video_text_container {
    width: 100%;
  }
}
.fst_image_text .fst_image_block, .fst_video_text .fst_image_block {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  max-width: 45%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 600px) {
  .fst_image_text .fst_image_block, .fst_video_text .fst_image_block {
    order: 1;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.fst_image_text .fst_image_block .overlay, .fst_video_text .fst_image_block .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.fst_image_text .fst_image_block .image_mask, .fst_video_text .fst_image_block .image_mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  transform: scale(1.01);
}
.fst_image_text .fst_image_block .main_image, .fst_video_text .fst_image_block .main_image {
  width: 100%;
  object-fit: contain;
  transform: scale(1.01);
  max-height: 300px;
}
.fst_image_text .fst_video_block, .fst_video_text .fst_video_block {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  max-width: 45%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 600px) {
  .fst_image_text .fst_video_block, .fst_video_text .fst_video_block {
    order: 1;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.fst_image_text .fst_video_block .overlay, .fst_video_text .fst_video_block .overlay {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  z-index: 2;
}
.fst_image_text .fst_video_block .fst_video_thumbnail, .fst_video_text .fst_video_block .fst_video_thumbnail {
  width: 100%;
}
.fst_image_text .fst_video_block .play_video, .fst_video_text .fst_video_block .play_video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 5;
}
.fst_image_text .fst_video_block .play_video .play_video, .fst_video_text .fst_video_block .play_video .play_video {
  width: 120px;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .fst_image_text .fst_video_block .play_video .play_video, .fst_video_text .fst_video_block .play_video .play_video {
    max-width: 70px;
  }
}
.fst_image_text .fst_video_block .play_video .video_time, .fst_video_text .fst_video_block .play_video .video_time {
  font-family: "Helvetica Neue" !important;
  font-style: normal !important;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
}
.fst_image_text .fst_text_block, .fst_video_text .fst_text_block {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 55%;
  flex: 0 0 55%;
  max-width: 55%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: inherit;
}
@media (max-width: 600px) {
  .fst_image_text .fst_text_block, .fst_video_text .fst_text_block {
    order: 2;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.fst_image_text .fst_text_block .fst_icon, .fst_video_text .fst_text_block .fst_icon {
  max-width: 75px;
}
@media (max-width: 600px) {
  .fst_image_text .fst_text_block .fst_icon, .fst_video_text .fst_text_block .fst_icon {
    display: none;
  }
}
.fst_image_text .fst_text_block form, .fst_video_text .fst_text_block form {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fst_image_text .fst_text_block input, .fst_video_text .fst_text_block input {
  width: 100%;
  max-width: 60%;
  padding: 25px;
  border: 1px solid #BFBFBF;
  box-sizing: border-box;
}
.fst_image_text .fst_text_block button, .fst_video_text .fst_text_block button {
  padding: 20px;
  padding-top: 21px;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #BFBFBF;
  border-left: 0;
  background-color: #fff;
  cursor: pointer;
}
.fst_image_text .fst_text_block button:focus, .fst_video_text .fst_text_block button:focus {
  outline: none;
  box-shadow: none;
}
.fst_image_text .fst_text_block h3, .fst_video_text .fst_text_block h3 {
  font-weight: normal;
  text-align: center;
  max-width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .fst_image_text .fst_text_block h3, .fst_video_text .fst_text_block h3 {
    text-align: center;
  }
}
@media (max-width: 600px) {
  .fst_image_text .fst_text_block h3, .fst_video_text .fst_text_block h3 {
    margin-top: 60px;
    margin-bottom: 0;
    text-align: left;
    max-width: 100vw;
    width: calc(100vw - 40px);
  }
}
.fst_image_text .fst_text_block p, .fst_video_text .fst_text_block p {
  text-align: center;
  max-width: 60%;
  margin-bottom: 60px;
  color: rgba(0, 0, 0, 0.7);
}
@media (max-width: 1200px) {
  .fst_image_text .fst_text_block p, .fst_video_text .fst_text_block p {
    text-align: center;
    max-width: 80%;
  }
}
@media (max-width: 800px) {
  .fst_image_text .fst_text_block p, .fst_video_text .fst_text_block p {
    text-align: center;
    max-width: 90%;
  }
}
@media (max-width: 600px) {
  .fst_image_text .fst_text_block p, .fst_video_text .fst_text_block p {
    text-align: left;
    margin-top: 20px;
    max-width: 100vw;
    width: calc(100vw - 40px);
  }
}
.fst_image_text .fst_text_block a, .fst_video_text .fst_text_block a {
  color: #000000b3;
  text-decoration: none;
  padding: 20px 20px 15px;
  border: 1px solid #000000b3;
  text-transform: uppercase;
  font-family: "Helvetica Neue" !important;
  font-style: normal !important;
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
  .fst_image_text .fst_text_block a, .fst_video_text .fst_text_block a {
    padding: 16px 15px 15px 15px !important;
    font-size: 12px !important;
  }
}
@media (max-width: 1200px) {
  .fst_image_text .fst_text_block a, .fst_video_text .fst_text_block a {
    text-align: center;
    max-width: 72vw;
    width: auto;
  }
}
@media (max-width: 600px) {
  .fst_image_text .fst_text_block a, .fst_video_text .fst_text_block a {
    width: 100%;
    max-width: calc(100% - 80px);
  }
}

.fst_icon_blocks {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.fst_icon_blocks .left_gradient {
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 500px;
  object-fit: contain;
  width: auto;
}
@media (max-width: 1200px) {
  .fst_icon_blocks .left_gradient {
    display: none;
  }
}
.fst_icon_blocks .right_gradient {
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  height: 500px;
  object-fit: contain;
  width: auto;
}
@media (max-width: 1200px) {
  .fst_icon_blocks .right_gradient {
    display: none;
  }
}
.fst_icon_blocks h3 {
  text-align: center;
}
@media (max-width: 600px) {
  .fst_icon_blocks h3 {
    text-align: left;
    padding: 0 20px;
  }
}
.fst_icon_blocks .fst_icon_container {
  width: 85%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  overflow: visible;
}
@media (max-width: 600px) {
  .fst_icon_blocks .fst_icon_container {
    width: calc(100% - 40px);
  }
}
.fst_icon_blocks .fst_icon_container .icon_column {
  max-width: 280px;
  margin-bottom: 80px;
  /* height: auto; */
}
.fst_icon_blocks .fst_icon_container .icon_column .inner_column {
  border: 1px solid #BFBFBF;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* height: 100%; */
}
.fst_icon_blocks .fst_icon_container .icon_column .inner_column.member_info:hover .icon img {
  transform: scale(1.1);
}
.fst_icon_blocks .fst_icon_container .icon_column .inner_column .icon {
  /* padding: 60px 0; */
  display: flex;
  align-items: center;
  justify-content: center;
}
.fst_icon_blocks .fst_icon_container .icon_column .inner_column .icon img {
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.fst_icon_blocks .fst_icon_container .icon_column .inner_column .icon_excerpt {
  text-align: center;
  /* font-family: "Helvetica Neue" !important; */
  font-family: "Helvetica Neue" !important;
  font-style: normal !important;
  font-size: 25px;
}
.fst_icon_blocks .fst_swiper-button-next, .fst_icon_blocks .fst_swiper-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1200px) {
  .fst_icon_blocks .fst_swiper-button-next, .fst_icon_blocks .fst_swiper-button-prev {
    display: none;
  }
}
.fst_icon_blocks .fst_swiper-button-next:focus, .fst_icon_blocks .fst_swiper-button-prev:focus {
  outline: none;
  border: 0;
  box-shadow: none;
}
.fst_icon_blocks .fst_swiper-button-next {
  right: 5%;
  left: auto;
  content: url("assets/images/svg/slider_right.svg");
}
.fst_icon_blocks .fst_swiper-button-prev {
  left: 5%;
  right: auto;
  content: url("assets/images/svg/slider_left.svg");
}

@media (min-width: 1800px) {
  .slides-1, .slides-2, .slides-3, .slides-4, .slides-5 {
    justify-content: center;
  }
}

.fst_counters {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.fst_counters .counter_top {
  min-height: 85vh;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (min-width: 1400px) {
  .fst_counters .counter_top {
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media (max-width: 1200px) {
  .fst_counters .counter_top {
    min-height: 45vh;
  }
}
@media (max-width: 600px) {
  .fst_counters .counter_top {
    min-height: 50vh;
  }
}
.fst_counters .counter_top h3 {
  position: absolute;
  top: 45px;
  left: 7.5%;
  color: #fff;
  text-align: left;
  font-family: "Helvetica Neue" !important;
  font-style: normal !important;
  font-size: 45px;
  font-weight: normal;
}
@media (max-width: 1200px) {
  .fst_counters .counter_top h3 {
    display: none;
  }
}
.fst_counters .counter_top .counter {
  width: 85%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  overflow: visible;
}
@media (max-width: 1200px) {
  .fst_counters .counter_top .counter {
    width: 90%;
  }
}
@media (max-width: 600px) {
  .fst_counters .counter_top .counter {
    width: 100%;
  }
}
.fst_counters .counter_top .counter .column {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.fst_counters .counter_top .counter .column:last-child {
  border: 0;
}
.fst_counters .counter_top .counter .column .count-no {
  color: #fff;
  text-align: center;
  font-family: "Helvetica Neue" !important;
  font-style: normal !important;
  font-size: 60px;
  line-height: 1;
  margin: 10px 0;
}
@media (max-width: 1200px) {
  .fst_counters .counter_top .counter .column .count-no .counter-value {
    font-size: 50px !important;
  }
}
.fst_counters .counter_top .counter .column .count-excerpt {
  padding: 0 10px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-family: "Helvetica Neue" !important;
  font-style: normal !important;
}
.fst_counters .counter_bottom {
  padding: 10px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fst_counters .counter_bottom .text-bx {
  width: 50%;
  text-align: center;
  color: #fff;
  position: relative;
  top: -100px;
}
@media (max-width: 1680px) {
  .fst_counters .counter_bottom .text-bx {
    top: -72px;
  }
}
@media (max-width: 1200px) {
  .fst_counters .counter_bottom .text-bx {
    width: 75%;
    top: 0;
    padding-bottom: 60px;
  }
}
@media (max-width: 720px) {
  .fst_counters .counter_bottom .text-bx {
    width: 88%;
  }
}
.fst_counters .counter_bottom .text-bx h2 {
  font-size: 120px;
  font-weight: normal;
  line-height: 1;
  margin: 30px 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1366px) and (min-device-width: 1024px) and (orientation: landscape) {
  .fst_counters .counter_bottom .text-bx h2 {
    line-height: 85px !important;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .fst_counters .counter_bottom .text-bx h2 {
    letter-spacing: 0.2px !important;
  }
}
.fst_counters .counter_bottom .text-bx h3 {
  font-weight: normal;
  font-size: 30px;
  font-family: "Helvetica Neue" !important;
  font-style: normal !important;
  margin-bottom: 80px;
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .fst_counters .counter_bottom .text-bx h3 {
    margin-bottom: 75px;
  }
}
@media (max-width: 600px) {
  .fst_counters .counter_bottom .text-bx h3 {
    margin-bottom: 35px;
  }
}
.fst_counters .counter_bottom .text-bx a {
  color: #fff;
  text-decoration: none;
  padding: 20px 25px;
  border: 1px solid #fff;
  text-transform: uppercase;
  font-family: "Helvetica Neue" !important;
  font-style: normal !important;
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
  .fst_counters .counter_bottom .text-bx a {
    padding: 16px 15px 15px 15px !important;
    font-size: 12px !important;
  }
}
@media (max-width: 600px) {
  .fst_counters .counter_bottom .text-bx a {
    display: block;
    width: calc(100% - 55px);
    text-align: center;
  }
}

.fst_partners_block {
  width: 100%;
  background-color: #F5F5F5;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .fst_partners_block {
    min-height: 600px;
  }
}
.fst_partners_block.grey_bg .p_logo {
  background-color: #f3f3f3 !important;
}
@media (max-width: 1200px) {
  .fst_partners_block.grey_bg .p_logo {
    background-color: #fff !important;
  }
}
.fst_partners_block .find-more {
  margin-top: 60px;
}
.fst_partners_block .partner_container {
  width: 85%;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .fst_partners_block .partner_container {
    width: 90%;
  }
}
.fst_partners_block .top_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.fst_partners_block .top_row .fst_article_filter {
  position: relative;
}
@media (max-width: 1200px) {
  .fst_partners_block .top_row .fst_article_filter {
    display: none;
  }
}
.fst_partners_block .top_row .fst_article_filter span {
  text-transform: uppercase;
  display: inline-block;
  padding: 20px 20px 15px;
  border: 1px solid #BFBFBF;
  cursor: pointer;
  width: 300px;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
.fst_partners_block .top_row .fst_article_filter span svg.close {
  transform: rotate(180deg);
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .fst_partners_block .top_row .fst_article_filter span svg path#Path_4198 {
    opacity: 0.7 !important;
    stroke-width: 1 !important;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .fst_partners_block .top_row .fst_article_filter span {
    font-size: 12px !important;
  }
}
.fst_partners_block .top_row .fst_article_filter .filter_select {
  display: none;
  position: absolute;
  top: 39px;
  border: 1px solid #BFBFBF;
  border-top: 0;
  background-color: #fff;
  z-index: 2;
  right: 0;
  padding: 0;
  min-width: 190px;
  width: 300px;
  max-height: 360px;
  overflow-y: auto;
  box-sizing: border-box;
}
.fst_partners_block .top_row .fst_article_filter .filter_select.active {
  display: block;
}
.fst_partners_block .top_row .fst_article_filter .filter_select::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
.fst_partners_block .top_row .fst_article_filter .filter_select::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
.fst_partners_block .top_row .fst_article_filter .filter_select li {
  padding: 15px 30px;
  cursor: pointer;
}
.fst_partners_block .top_row .fst_article_filter .filter_select li:first-child {
  padding-top: 30px;
}
.fst_partners_block .top_row .fst_article_filter .filter_select li:last-child {
  padding-bottom: 30px;
}
.fst_partners_block .top_row .fst_article_filter .filter_select li a::after {
  content: "";
}
.fst_partners_block h3 {
  color: #000;
  text-align: left;
  font-family: "Helvetica Neue" !important;
  font-style: normal !important;
  font-size: 45px;
  font-weight: normal;
}
.fst_partners_block ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: visible;
}
@media (max-width: 1200px) {
  .fst_partners_block ul {
    display: none;
  }
}
.fst_partners_block ul li {
  padding: 0 15px 0 0;
  width: auto;
}
.fst_partners_block ul li:first-child {
  padding-left: 0;
}
.fst_partners_block ul li a {
  text-transform: uppercase;
  font-family: "Helvetica Neue" !important;
  font-style: normal !important;
}
.fst_partners_block ul li a:after {
  content: "/";
  font-family: "Helvetica Neue" !important;
  font-style: normal !important;
  padding-left: 15px;
}
.fst_partners_block ul li a.active {
  color: #871F1A;
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .fst_partners_block ul li a {
    font-size: 12px !important;
  }
}
.fst_partners_block .partner_logos, .fst_partners_block .partner_logos_slider {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.fst_partners_block .partner_slide {
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.fst_partners_block .partner_slide .swiper-wrapper {
  max-height: 1000px;
}
@media (max-width: 1400px) {
  .fst_partners_block .partner_slide .swiper-wrapper {
    max-height: 800px !important;
  }
}
.partner-swipper-wrapper {
  max-height: 600px !important;
  width: 100% !important;
}
.fst_partners_block .partner_slide .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.fst_partners_block .partner_slide .swiper-slide img {
  mix-blend-mode: multiply;
}
.fst_partners_block .p_logo {
  cursor: pointer;
  margin-bottom: 30px;
  background: var(--bg-color-light-blue);
  overflow: hidden;
}
@media (max-width: 1200px) {
  .fst_partners_block .p_logo {
    margin-bottom: 0;
  }
}
.fst_partners_block .p_logo:hover img {
  transform: scale(1.1);
}
@media (max-width: 1200px) {
  .fst_partners_block .p_logo:hover img {
    transform: scale(0.6);
  }
}
@media (max-width: 600px) {
  .fst_partners_block .p_logo:hover img {
    transform: scale(1.05);
  }
}
.fst_partners_block .p_logo img {
  mix-blend-mode: multiply;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}
@media (max-width: 1672px) {
  .fst_partners_block .p_logo img {
    transform: scale(0.6);
  }
}
@media (max-width: 1200px) {
  .fst_partners_block .p_logo img {
    transform: scale(0.6);
  }
}
@media (max-width: 600px) {
  .fst_partners_block .p_logo img {
    transform: scale(1.05);
  }
}
.fst_partners_block .partner_logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  /* padding-top: 30px; */
}
@media (max-width: 1200px) {
  .fst_partners_block .partner_logos {
    display: none;
  }
}
.fst_partners_block .fst_partners_mobile {
  display: none;
  width: 100%;
}
@media (max-width: 1200px) {
  .fst_partners_block .fst_partners_mobile {
    display: block;
  }
}
.fst_partners_block .fst_partners_mobile .partner_slide {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  column-gap: 2%;
  row-gap: 1rem;
}
.fst_partners_block .fst_partners_mobile .partner_slide .p_logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
  max-width: 33.333%;
}
@media (max-width: 600px) {
  .fst_partners_block .fst_partners_mobile .partner_slide .p_logo {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 48%;
  }
}
.fst_partners_block .fst_partners_mobile .partner_slide .p_logo img {
  width: 100%;
  mix-blend-mode: multiply;
}
.fst_partners_block a.btn {
  color: #000000b3;
  text-decoration: none;
  padding: 20px 25px;
  border: 1px solid #000000b3;
  text-transform: uppercase;
  font-family: "Helvetica Neue" !important;
  font-style: normal !important;
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
  .fst_partners_block a.btn {
    padding: 16px 15px 15px 15px !important;
    font-size: 12px !important;
  }
}
.fst_partners_block .find-more {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
  .fst_partners_block .find-more {
    padding-top: 40px;
  }
}
.fst_partners_block .fst_swiper-button-next, .fst_partners_block .fst_swiper-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1200px) {
  .fst_partners_block .fst_swiper-button-next, .fst_partners_block .fst_swiper-button-prev {
    display: none;
  }
}
.fst_partners_block .fst_swiper-button-next:focus, .fst_partners_block .fst_swiper-button-prev:focus {
  outline: none;
  border: 0;
  box-shadow: none;
}
.fst_partners_block .fst_swiper-button-next {
  right: -70px;
  left: auto; 
  content: url("/assets/images/svg/slider_right.svg");
}
.fst_partners_block .fst_swiper-button-prev {
  left: -70px;
  right: auto;
  content: url("/assets/images/svg/slider_left.svg");
}

.fst_cta {
  width: 100%;
  position: relative;
  overflow: hidden;
  max-height: 140vh;
}
@media (max-width: 1200px) {
  .fst_cta {
    min-height: 90vh;
    max-height: 90vh;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .fst_cta {
    min-height: 55vh;
    max-height: 55vh;
  }
}
@media (max-width: 600px) {
  .fst_cta {
    min-height: 60vh;
    max-height: 60vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.fst_cta.grey_bg .cta_bg_fill {
  background-color: #F3F3F3 !important;
}
.fst_cta .cta_bg {
  position: relative;
  z-index: 1;
}
@media (max-width: 1200px) {
  .fst_cta .cta_bg {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.fst_cta .cta_mask {
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  z-index: 2;
}
.fst_cta .cta_bg_fill {
  position: absolute;
  width: 100%;
  background-color: #fff;
  z-index: 2;
  top: 0;
  left: 0;
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .fst_cta .cta_bg_fill {
    top: 2px;
  }
}
@media (max-width: 600px) {
  .fst_cta .cta_bg_fill {
    max-height: 45vh;
  }
}
.fst_cta .overlay {
  background-color: #ffffff;
  opacity: 0.2;
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.fst_cta .cta_gradient_bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 4;
}
.fst_cta .text_float {
  width: 100%;
  position: absolute;
  z-index: 5;
  top: 15%;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1200px) {
  .fst_cta .text_float {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .fst_cta .text_float {
    top: 25%;
    transform: translateY(0);
  }
}
@media (max-width: 600px) {
  .fst_cta .text_float {
    position: relative;
    transform: translateY(-25%);
  }
}
.fst_cta .text_float .text-box {
  max-width: 40%;
  text-align: center;
}
@media (max-width: 1200px) {
  .fst_cta .text_float .text-box {
    max-width: 80%;
  }
}
@media (max-width: 600px) {
  .fst_cta .text_float .text-box {
    max-width: 100%;
  }
}
.fst_cta .text_float .text-box h3 {
  font-weight: normal;
  padding: 0 20px;
  margin-bottom: 30px;
}
.fst_cta .text_float .text-box p {
  padding: 0 20px;
  margin-bottom: 60px;
}
.fst_cta .text_float .text-box a {
  display: inline-block;
  color: #000000b3;
  text-decoration: none;
  padding: 20px 20px 15px;
  border: 1px solid #000000b3;
  text-transform: uppercase;
  font-family: "Helvetica Neue" !important;
  font-style: normal !important;
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
  .fst_cta .text_float .text-box a {
    padding: 16px 15px 15px 15px !important;
    font-size: 12px !important;
  }
}
@media (max-width: 600px) {
  .fst_cta .text_float .text-box a {
    width: calc(100% - 40px);
    margin-bottom: 20px;
    box-sizing: border-box;
  }
}

.fst_cta.grey_bg .overlay {
  background-color: #F3F3F3;
}

.fst_image_text_vertical {
  width: 100%;
  /* padding-top: 7.5%; */
}
.fst_image_text_vertical .vertical_container {
  width: 85%;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .fst_image_text_vertical .vertical_container {
    width: 100%;
  }
}
.fst_image_text_vertical .vertical_container .main_img {
  margin-bottom: 60px;
}
@media (max-width: 1200px) {
  .fst_image_text_vertical .vertical_container .main_img {
    margin-bottom: 48px;
  }
}
.fst_image_text_vertical .vertical_container .text_box {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1200px) {
  .fst_image_text_vertical .vertical_container .text_box {
    width: calc(100% - 88px);
    padding: 0 44px;
  }
}
@media (max-width: 600px) {
  .fst_image_text_vertical .vertical_container .text_box {
    width: 100%;
    padding: 0;
  }
  .fst_image_text_vertical .vertical_container .text_box.left_align_content {
    align-items: flex-start !important;
  }
  .fst_image_text_vertical .vertical_container .text_box.left_align_content h3 {
    padding: 0 20px;
  }
}
.fst_image_text_vertical .vertical_container .text_box .fst_icon {
  max-width: 75px;
}
@media (max-width: 1200px) {
  .fst_image_text_vertical .vertical_container .text_box img {
    display: none;
  }
}
.fst_image_text_vertical .vertical_container .text_box h3 {
  text-align: center;
  max-width: 60%;
  margin: 20px 0;
}
@media (max-width: 1200px) {
  .fst_image_text_vertical .vertical_container .text_box h3 {
    max-width: 100%;
    width: calc(100% - 40px);
    margin-top: 0;
    margin-bottom: 10px;
    text-align: left;
  }
}
.fst_image_text_vertical .vertical_container .text_box p {
  text-align: center;
  max-width: 60%;
  margin: 0 0 50px;
  color: rgba(0, 0, 0, 0.7);
}
@media (max-width: 1200px) {
  .fst_image_text_vertical .vertical_container .text_box p {
    max-width: 100%;
    padding: 0 20px;
    text-align: left;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
  .fst_image_text_vertical .vertical_container .text_box p {
    font-size: 16px !important;
    line-height: 20px !important;
  }
}
.fst_image_text_vertical .vertical_container .text_box a {
  color: #000000b3;
  text-decoration: none;
  padding: 20px 20px 15px;
  border: 1px solid #000000b3;
  text-transform: uppercase;
  box-sizing: border-box;
  font-family: "Helvetica Neue" !important;
  font-style: normal !important;
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
  .fst_image_text_vertical .vertical_container .text_box a {
    padding: 16px 15px 15px 15px !important;
    font-size: 12px !important;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .fst_image_text_vertical .vertical_container .text_box a {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
@media (max-width: 1200px) {
  .fst_image_text_vertical .vertical_container .text_box a {
    width: calc(100% - 40px);
    text-align: center;
    margin: 0 auto;
  }
}
@media (max-width: 600px) {
  .fst_image_text_vertical .vertical_container .text_box a {
    width: calc(100% - 40px);
  }
}
@media (min-width: 1200px) {
  .fst_image_text_vertical .vertical_container .left_align_content {
    margin: auto;
    align-items: flex-start;
    width: 60%;
  }
  .fst_image_text_vertical .vertical_container .left_align_content h3 {
    text-align: left;
    max-width: 100%;
  }
  .fst_image_text_vertical .vertical_container .left_align_content p {
    text-align: left;
    max-width: 100%;
  }
  .fst_image_text_vertical .vertical_container .left_align_content .three_two {
    margin-bottom: 30px;
  }
}

.fst_team_block {
  width: 100%;
  /* padding-top: 7.5%; */
}
.fst_team_block .team_container {
  width: 85%;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .fst_team_block .team_container {
    width: 95%;
  }
}
@media (max-width: 600px) {
  .fst_team_block .team_container {
    width: 100%;
  }
}
.fst_team_block .team_container h3 {
  color: #000;
  text-align: left;
  font-family: "Helvetica Neue" !important;
  font-style: normal !important;
  font-size: 45px;
  font-weight: normal;
  padding: 0 15px;
}
.fst_team_block .team_container .team_slider {
  display: none;
}
@media (max-width: 1200px) {
  .fst_team_block .team_container .team_slider {
    display: block;
  }
}
.fst_team_block .team_container .team_flex {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 1200px) {
  .fst_team_block .team_container .team_flex {
    display: none;
  }
}
.fst_team_block .team_container .team_slider_mobile {
  display: none;
  width: 100%;
}
@media (max-width: 1200px) {
  .fst_team_block .team_container .team_slider_mobile {
    display: block;
    overflow: visible;
  }
}
.fst_team_block .team_container .team_member {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
@media (max-width: 1800px) {
  .fst_team_block .team_container .team_member {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (max-width: 1400px) {
  .fst_team_block .team_container .team_member {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (max-width: 1200px) {
  .fst_team_block .team_container .team_member {
    -ms-flex: none;
    flex: none;
    max-width: inherit;
  }
}
.fst_team_block .team_container .team_member .member_info {
  padding: 0 15px;
  margin-bottom: 80px;
  cursor: pointer;
  overflow: hidden;
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .fst_team_block .team_container .team_member .member_info {
    padding: 0 10px !important;
  }
}
@media (max-width: 1200px) {
  .fst_team_block .team_container .team_member .member_info {
    margin-bottom: 0;
  }
}
.fst_team_block .team_container .team_member .member_info .memeber_image_holder {
  width: 100%;
  overflow: hidden;
}
.fst_team_block .team_container .team_member .member_info .memeber_image_holder:hover img {
  transform: scale(1.1);
}
.fst_team_block .team_container .team_member .member_info .memeber_image_holder img {
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.fst_team_block .team_container .team_member .member_info p.member_name {
  font-family: "Helvetica Neue" !important;
  font-style: normal !important;
  font-size: 25px;
  margin-bottom: 0;
  color: var(--heading-color);
}
.fst_team_block .team_container .team_member .member_info p.member_designation {
  font-family: "Helvetica Neue" !important;
  font-style: normal !important;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 1.4;
  margin-top: 8px;
  font-weight: 300 !important;
  color: #000000b3;
}
@media (min-width: 1200px) {
  .fst_team_block .team_container .team_member .member_info p.member_designation {
    line-height: 24px;
  }
}

.fst_opions_side_by_side {
  width: 100%;
  padding-top: 7.5%;
  padding-bottom: 7.5%;
}
.fst_opions_side_by_side .side_by_side {
  width: 85%;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .fst_opions_side_by_side .side_by_side {
    width: calc(100% - 40px);
  }
}
.fst_opions_side_by_side .side_by_side h3 {
  color: #000;
  text-align: left;
  font-family: "Acta Deck Book'";
  font-style: normal;
  font-size: 45px;
  font-weight: normal;
}
.fst_opions_side_by_side .side_by_side .side_flex {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.fst_opions_side_by_side .side_by_side .side_flex .option {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 800px) {
  .fst_opions_side_by_side .side_by_side .side_flex .option {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.fst_opions_side_by_side .side_by_side .side_flex .option:first-child .padded_box {
  padding-right: 15px;
}
@media (max-width: 800px) {
  .fst_opions_side_by_side .side_by_side .side_flex .option:first-child .padded_box {
    padding: 0;
    margin-bottom: 60px;
  }
}
.fst_opions_side_by_side .side_by_side .side_flex .option:last-child .padded_box {
  padding-left: 15px;
}
@media (max-width: 800px) {
  .fst_opions_side_by_side .side_by_side .side_flex .option:last-child .padded_box {
    padding: 0;
  }
}
.fst_opions_side_by_side .side_by_side .side_flex .option .padded_box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.fst_opions_side_by_side .side_by_side .side_flex .option .padded_box img {
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 1200px) {
  .fst_opions_side_by_side .side_by_side .side_flex .option .padded_box img {
    margin-bottom: 48px;
  }
}
.fst_opions_side_by_side .side_by_side .side_flex .option .padded_box h4 {
  text-align: center;
  font-family: "Helvetica Neue" !important;
  font-style: normal !important;
  font-size: 45px;
  font-weight: 500;
}
@media (max-width: 1200px) {
  .fst_opions_side_by_side .side_by_side .side_flex .option .padded_box h4 {
    text-align: left;
    margin-top: 0;
    width: 100%;
    font-size: 22px;
  }
}
.fst_opions_side_by_side .side_by_side .side_flex .option .padded_box h4 span {
  color: #871F1A;
}
.fst_opions_side_by_side .side_by_side .side_flex .option .padded_box a {
  color: #000000b3;
  text-decoration: none;
  padding: 20px 20px 15px;
  border: 1px solid #000000b3;
  text-transform: uppercase;
  font-family: "Helvetica Neue";
  font-style: normal;
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
  .fst_opions_side_by_side .side_by_side .side_flex .option .padded_box a {
    padding: 16px 15px 15px 15px !important;
    font-size: 12px !important;
  }
}
@media (max-width: 1200px) {
  .fst_opions_side_by_side .side_by_side .side_flex .option .padded_box a {
    width: calc(100% - 40px);
    text-align: center;
  }
}

.fst_office_locator {
  width: 100%;
  padding-top: 7.5%;
  padding-bottom: 7.5%;
  background-color: #F3F3F3;
  overflow: hidden;
}
.fst_office_locator h3 {
  margin-bottom: 60px;
}
.fst_office_locator .locator_flex {
  width: 85%;
  margin: 0 auto;
}
.fst_office_locator .locator_flex ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 0;
  overflow: visible;
}
.fst_office_locator .locator_flex ul li {
  font-family: "Helvetica Neue" !important;
  font-style: normal !important;
  font-size: 35px;
  width: auto;
  min-height: 65px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  cursor: pointer;
  padding-bottom: 10px;
}
.fst_office_locator .locator_flex ul li.active {
  border-bottom: 3px solid #871F1A;
  position: relative;
}
.fst_office_locator .locator_flex ul li.active img {
  width: 70px;
  position: relative;
  top: -15px;
  display: block;
}
.fst_office_locator .locator_flex ul li img {
  display: none;
}
.fst_office_locator .locator_flex .fst_map {
  width: 100%;
  display: none;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 1200px) {
  .fst_office_locator .locator_flex .fst_map {
    flex-wrap: wrap;
  }
}
.fst_office_locator .locator_flex .fst_map.active {
  display: flex;
}
.fst_office_locator .locator_flex .fst_map .office_info {
  background-color: #fff;
  width: 20%;
  padding: 40px;
  min-height: 650px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .fst_office_locator .locator_flex .fst_map .office_info {
    order: 2;
    width: 100%;
    background-color: #fff;
    padding: 0;
    justify-content: flex-start;
    min-height: auto;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .fst_office_locator .locator_flex .fst_map .office_info {
    padding: 0px 20px;
  }
}
@media (max-width: 600px) {
  .fst_office_locator .locator_flex .fst_map .office_info {
    padding: 0px 20px;
  }
}
.fst_office_locator .locator_flex .fst_map .office_info h3 {
  font-family: "Helvetica Neue" !important;
  font-style: normal !important;
  font-size: 45px;
  font-weight: normal;
  margin-bottom: 160px;
}
@media (max-width: 1200px) {
  .fst_office_locator .locator_flex .fst_map .office_info h3 {
    margin-bottom: 60px;
  }
}
.fst_office_locator .locator_flex .fst_map .office_info p {
  font-family: "Helvetica Neue" !important;
  font-style: normal !important;
  font-size: 18px;
}
.fst_office_locator .locator_flex .fst_map .office_info p.contact_info {
  margin-top: 120px;
}
@media (max-width: 1200px) {
  .fst_office_locator .locator_flex .fst_map .office_info p.contact_info {
    margin-top: 60px;
  }
}
.fst_office_locator .locator_flex .fst_map .map_display {
  width: 75%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .fst_office_locator .locator_flex .fst_map .map_display {
    order: 1;
    width: 100%;
    min-height: 650px !important;
  }
}
@media (max-width: 600px) {
  .fst_office_locator .locator_flex .fst_map .map_display {
    min-height: 580px !important;
  }
}
@media (max-width: 414px) {
  .fst_office_locator .locator_flex .fst_map .map_display {
    min-height: 380px !important;
  }
}
@media (max-width: 375px) {
  .fst_office_locator .locator_flex .fst_map .map_display {
    min-height: 350px !important;
  }
}
@media (max-width: 320px) {
  .fst_office_locator .locator_flex .fst_map .map_display {
    min-height: 300px !important;
  }
}
.fst_office_locator .locator_flex .fst_map .map_display iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: grayscale(100%);
}
@media (max-width: 1200px) {
  .fst_office_locator .locator_flex .fst_map .map_display iframe {
    height: 650px !important;
  }
}

.fst__archive {
  width: 100%;
  padding: 120px 0 0;
  background-color: #F5F5F5;
  overflow: hidden;
}
.fst__archive.center_title .top_row {
  box-sizing: border-box;
  position: relative;
}
@media (min-width: 1200px) {
  .fst__archive.center_title .top_row {
    min-height: 160px;
    justify-content: flex-end;
    border-bottom: 1px solid #D5D5D5;
  }
}
.fst__archive.center_title .top_row h3 {
  margin: 0;
}
@media (min-width: 1200px) {
  .fst__archive.center_title .top_row h3 {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
}
@media (max-width: 1200px) {
  .fst__archive.center_title .top_row h3 {
    margin: 0 0 45px;
  }
}
@media (max-width: 1200px) {
  .fst__archive.center_title .top_row .fst_article_filter {
    display: block;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    right: 0;
  }
  .fst__archive.center_title .top_row .fst_article_filter span {
    width: 100%;
    box-sizing: border-box;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
  }
  .fst__archive.center_title .top_row .fst_article_filter .filter_select {
    right: auto;
    width: calc(100% - 40px);
    box-sizing: border-box;
  }
}
.fst__archive .archive_container {
  width: 85%;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .fst__archive .archive_container {
    width: 100%;
  }
}
.fst__archive .mobile_sticky_filter {
  background-color: #fff;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  -webkit-transform: translateY(-1000%);
  transform: translateY(-1000%);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  position: fixed;
  z-index: 92;
  top: 87px;
  left: 0;
  display: none;
  text-transform: uppercase;
  box-sizing: border-box;
  text-align: center;
  padding: 20px;
  border: 0;
  -webkit-box-shadow: -1px 10px 40px -10px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: -1px 10px 40px -10px rgba(0, 0, 0, 0.09);
  box-shadow: -1px 10px 40px -10px rgba(0, 0, 0, 0.09);
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .fst__archive .mobile_sticky_filter {
    top: 87px !important;
  }
}
@media (max-width: 1200px) {
  .fst__archive .mobile_sticky_filter {
    display: flex;
  }
}
.fst__archive .mobile_sticky_filter.active {
  -webkit-transform: none;
  transform: none;
}
.fst__archive .mobile_sticky_filter .filter_select {
  display: none;
  position: absolute;
  top: 40px;
  border: 1px solid #ececec;
  background-color: #fff;
  z-index: 2;
  right: 0;
  padding: 0;
  min-width: 120px;
}
.fst__archive .mobile_sticky_filter .filter_select.active {
  display: block;
  width: 100%;
  box-sizing: border-box;
}
.fst__archive .mobile_sticky_filter .filter_select li {
  padding: 15px 30px;
}
.fst__archive .mobile_sticky_filter .filter_select li:first-child {
  padding-top: 30px;
}
.fst__archive .mobile_sticky_filter .filter_select li:last-child {
  padding-bottom: 30px;
}
.fst__archive .mobile_sticky_filter .filter_select li a::after {
  content: "";
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .fst__archive .mobile_sticky_filter .filter_select li a {
    font-size: 12px !important;
  }
}
.fst__archive .top_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.fst__archive .top_row.center_title {
  position: relative;
  justify-content: flex-end;
  min-height: 225px;
}
@media (max-width: 1200px) {
  .fst__archive .top_row.center_title {
    min-height: inherit;
    justify-content: space-between;
  }
  .fst__archive .top_row.center_title .fst_article_filter {
    display: block;
  }
}
@media (max-width: 600px) {
  .fst__archive .top_row.center_title {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .fst__archive .top_row.center_title .fst_article_filter {
    width: calc(100% - 40px);
    right: auto;
  }
  .fst__archive .top_row.center_title .fst_article_filter span {
    width: 100%;
    box-sizing: border-box;
    display: inline-flex;
    justify-content: space-between;
  }
  .fst__archive .top_row.center_title .fst_article_filter .filter_select {
    min-width: calc(100% - 2px);
  }
}
.fst__archive .top_row.center_title h3 {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  margin: 0;
}
@media (max-width: 1200px) {
  .fst__archive .top_row.center_title h3 {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }
}
@media (max-width: 600px) {
  .fst__archive .top_row.center_title h3 {
    width: 100%;
    text-align: center;
    padding: 0;
    box-sizing: border-box;
    display: block;
    margin: 0 0 25px;
  }
}
.fst__archive .top_row .fst_article_filter {
  position: relative;
  right: 0px;
}
@media (max-width: 1200px) {
  .fst__archive .top_row .fst_article_filter {
    display: none;
  }
}
.fst__archive .top_row .fst_article_filter span {
  text-transform: uppercase;
  display: inline-block;
  padding: 20px 20px 15px;
  border: 1px solid #BFBFBF;
  cursor: pointer;
  width: 150px;
}
.fst__archive .top_row .fst_article_filter span svg {
  margin-left: 60px;
}
.fst__archive .top_row .fst_article_filter span svg.close {
  transform: rotate(180deg);
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .fst__archive .top_row .fst_article_filter span svg path#Path_4198 {
    opacity: 0.7 !important;
    stroke-width: 1 !important;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .fst__archive .top_row .fst_article_filter span {
    font-size: 12px !important;
  }
}
.fst__archive .top_row .fst_article_filter .filter_select {
  display: none;
  position: absolute;
  top: 38px;
  border: 1px solid #BFBFBF;
  background-color: #fff;
  z-index: 2;
  right: 0;
  padding: 0;
  min-width: 300px;
}
.fst__archive .top_row .fst_article_filter .filter_select.active {
  display: block;
}
.fst__archive .top_row .fst_article_filter .filter_select li {
  padding: 15px 30px;
}
.fst__archive .top_row .fst_article_filter .filter_select li:first-child {
  padding-top: 30px;
}
.fst__archive .top_row .fst_article_filter .filter_select li:last-child {
  padding-bottom: 30px;
}
.fst__archive .top_row .fst_article_filter .filter_select li a::after {
  content: "";
}
.fst__archive h3 {
  padding: 0 15px;
  color: #000;
  text-align: left;
  font-family: "Helvetica Neue" !important;
  font-style: normal !important;
  font-size: 45px;
  font-weight: normal;
}
.fst__archive ul {
  list-style: none;
  padding-left: 0;
  padding: 0 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: visible;
}
@media (max-width: 1200px) {
  .fst__archive ul {
    display: none;
  }
}
.fst__archive ul li {
  padding: 0 15px 0 0;
  width: auto;
}
.fst__archive ul li:first-child {
  padding-left: 0;
}
.fst__archive ul li a {
  text-transform: uppercase;
  font-family: "Helvetica Neue" !important;
  font-style: normal !important;
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .fst__archive ul li a {
    font-size: 12px !important;
  }
}
.fst__archive ul li a:after {
  content: "/";
  font-family: "Helvetica Neue" !important;
  font-style: normal !important;
  padding-left: 15px;
}
.fst__archive .archive_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 60px;
}
.fst__archive .archive_flex.resource-listing .fst_article .article_inner {
  padding: 0 15px;
}
.fst__archive .archive_flex.resource-listing .fst_article p.published_on, .fst__archive .archive_flex.resource-listing .fst_article p.article_title {
  padding: 0;
}
.fst__archive .archive_flex .fst_article {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  padding-bottom: 100px;
}
@media (max-width: 2000px) {
  .fst__archive .archive_flex .fst_article {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}
@media (max-width: 1200px) {
  .fst__archive .archive_flex .fst_article {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 600px) {
  .fst__archive .archive_flex .fst_article {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 45px;
  }
}
.fst__archive .archive_flex .fst_article .article_inner {
  padding: 0 15px;
}
@media (max-width: 600px) {
  .fst__archive .archive_flex .fst_article .article_inner {
    padding: 0;
  }
}
.fst__archive .archive_flex .fst_article .article_inner .download-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  border: 1px solid #D5D5D5;
  width: 100%;
  height: 56px;
  padding-left: 5px;
  padding-right: 25px;
  box-sizing: border-box;
}
.fst__archive .archive_flex .fst_article .article_inner .download-link span {
  display: inline-block;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.fst__archive .archive_flex .fst_article .article_image {
  width: 100%;
  margin-bottom: 25px;
  max-height: 346px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding-top: 66.66%;
  position: relative;
}
@media (max-width: 600px) {
  .fst__archive .archive_flex .fst_article .article_image {
    margin-bottom: 13px;
  }
}
.fst__archive .archive_flex .fst_article .article_image .overlay {
  display: none;
}
.fst__archive .archive_flex .fst_article .article_image .play_button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  max-width: 70px;
  max-height: 70px;
  z-index: 2;
  cursor: pointer;
}
.fst__archive .archive_flex .fst_article .article_image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fst__archive .archive_flex .fst_article p.published_on {
  color: #871F1A;
  font-family: "Helvetica Neue" !important;
  font-style: normal !important;
  font-size: 13px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media (max-width: 600px) {
  .fst__archive .archive_flex .fst_article p.published_on {
    padding: 0 20px;
    margin: 10px 0;
  }
}
.fst__archive .archive_flex .fst_article p.article_title {
  font-family: "Helvetica Neue" !important;
  font-style: normal !important;
  font-size: 25px;
  margin-top: -7px;
}
@media (max-width: 600px) {
  .fst__archive .archive_flex .fst_article p.article_title {
    padding: 0 20px;
    font-size: 18px;
  }
}

.fst_pagination {
  width: 100%;
  padding: 120px 0;
  background-color: #F3F3F3;
}
.fst_pagination .pagination_container {
  width: 72%;
  margin: 0 auto;
}
.fst_pagination .pagination_container .page_number {
  text-align: center;
  font-family: "Helvetica Neue" !important;
  font-style: normal !important;
  font-size: 25px;
  margin-bottom: 50px;
}
.fst_pagination .pagination_container .pagination_bar {
  background-color: #C6C6C6;
  height: 2px;
  margin-bottom: 2em;
  width: 100%;
}
.fst_pagination .pagination_container .pagination_bar div {
  background-color: #871F1A;
  height: 100%;
}
.fst_pagination .pagination_container .pagination_flex {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.fst_pagination .pagination_container .pagination_flex .page-box {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  color: #1a1a1a;
  cursor: pointer;
  width: 50px;
  height: 50px;
  max-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  font-family: "Helvetica Neue" !important;
  font-style: normal !important;
}
.fst_pagination .pagination_container .pagination_flex .page-box:first-child {
  border-left: 1px solid #e6e6e6;
}
.fst_pagination .pagination_container .pagination_flex .page-box.current {
  background-color: #871F1A;
  color: #fff;
  border-color: #871F1A;
}

.fst_news_block {
  width: 100%;
  background-color: #F3F3F3;
}
.fst_news_block .news_container {
  width: 85%;
  margin: 0 auto;
}
.fst_news_block .news_container .news_block {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 60px;
}
@media (max-width: 1200px) {
  .fst_news_block .news_container .news_block:last-child {
    margin-bottom: 0;
  }
}
.fst_news_block .news_container .news_block .mobile_date {
  width: 100%;
  display: none;
}
@media (max-width: 1200px) {
  .fst_news_block .news_container .news_block .mobile_date {
    display: block;
  }
}
.fst_news_block .news_container .news_block .mobile_date .top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 20px;
  background-color: #fff;
}
.fst_news_block .news_container .news_block .mobile_date .top .date {
  border: 2.5px solid #871F1A;
  padding: 24px 30px;
  text-align: center;
  line-height: 1;
  position: relative;
}
@media (max-width: 1200px) {
  .fst_news_block .news_container .news_block .mobile_date .top .date {
    padding: 10px 15px;
  }
}
.fst_news_block .news_container .news_block .mobile_date .top .date span {
  font-size: 45px;
}
.fst_news_block .news_container .news_block .mobile_date .top .date img {
  position: absolute;
  top: -8px;
  margin: 0;
  left: 50%;
  transform: translateX(-50%);
}
.fst_news_block .news_container .news_block .mobile_date .top .published {
  text-transform: uppercase;
  font-family: "Helvetica Neue" !important;
  font-style: normal !important;
  font-size: 13px;
}
.fst_news_block .news_container .news_block .image_block {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 1200px) {
  .fst_news_block .news_container .news_block .image_block {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.fst_news_block .news_container .news_block .news_details {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  background-color: #fff;
  position: relative;
}
@media (max-width: 1200px) {
  .fst_news_block .news_container .news_block .news_details {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 45px;
  }
}
.fst_news_block .news_container .news_block .news_details .top {
  display: flex;
  justify-content: space-between;
  padding: 80px 100px;
}
@media (max-width: 1500px) {
  .fst_news_block .news_container .news_block .news_details .top {
    padding: 50px 75px;
  }
}
@media (max-width: 1200px) {
  .fst_news_block .news_container .news_block .news_details .top {
    display: none;
  }
}
.fst_news_block .news_container .news_block .news_details .top .date {
  border: 2.5px solid #871F1A;
  padding: 24px 30px;
  text-align: center;
  line-height: 1;
  position: relative;
}
.fst_news_block .news_container .news_block .news_details .top .date span {
  font-size: 45px;
}
.fst_news_block .news_container .news_block .news_details .top .date img {
  position: absolute;
  top: -8px;
  margin: 0;
  left: 50%;
  transform: translateX(-50%);
}
.fst_news_block .news_container .news_block .news_details .top .published {
  text-transform: uppercase;
  font-family: "Helvetica Neue" !important;
  font-style: normal !important;
  font-size: 13px;
}
.fst_news_block .news_container .news_block .news_details .bottom {
  position: absolute;
  left: 100px;
  right: 100px;
  bottom: 80px;
}
@media (max-width: 1500px) {
  .fst_news_block .news_container .news_block .news_details .bottom {
    left: 75px;
    right: 75px;
  }
}
@media (max-width: 1200px) {
  .fst_news_block .news_container .news_block .news_details .bottom {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    padding: 15px;
  }
}
.fst_news_block .news_container .news_block .news_details .bottom h3 {
  font-family: "Helvetica Neue" !important;
  font-style: normal !important;
  font-size: 45px;
  font-weight: 400;
  width: 70%;
}
@media (max-width: 1600px) {
  .fst_news_block .news_container .news_block .news_details .bottom h3 {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .fst_news_block .news_container .news_block .news_details .bottom h3 {
    width: calc(100% - 30px);
  }
}
.fst_news_block .news_container .news_block .news_details .bottom p {
  font-family: "Helvetica Neue" !important;
  font-style: normal !important;
  font-size: 16px;
  width: 70%;
  margin-bottom: 80px;
}
@media (max-width: 1600px) {
  .fst_news_block .news_container .news_block .news_details .bottom p {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .fst_news_block .news_container .news_block .news_details .bottom p {
    width: calc(100% - 30px);
  }
}
.fst_news_block .news_container .news_block .news_details .bottom a {
  color: #000000b3;
  text-decoration: none;
  padding: 20px 20px 15px;
  border: 1px solid #000000b3;
  text-transform: uppercase;
  font-family: "Helvetica Neue";
  font-style: normal;
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
  .fst_news_block .news_container .news_block .news_details .bottom a {
    padding: 16px 15px 15px 15px !important;
    font-size: 12px !important;
  }
}

.fst_event_slider {
  width: 100%;
  background-color: #F3F3F3;
}
.fst_event_slider .center {
  width: 85%;
  margin: 0 auto;
}
.fst_event_slider .news_block {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 60px;
}
.fst_event_slider .news_block .mobile_date {
  width: 100%;
  display: none;
}
@media (max-width: 1200px) {
  .fst_event_slider .news_block .mobile_date {
    display: block;
  }
}
.fst_event_slider .news_block .mobile_date .top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 20px;
  background-color: #fff;
}
.fst_event_slider .news_block .mobile_date .top .date {
  border: 2.5px solid #871F1A;
  padding: 24px 30px;
  text-align: center;
  line-height: 1;
  position: relative;
}
@media (max-width: 1200px) {
  .fst_event_slider .news_block .mobile_date .top .date {
    padding: 10px 15px;
  }
}
.fst_event_slider .news_block .mobile_date .top .date span {
  font-size: 45px;
}
.fst_event_slider .news_block .mobile_date .top .date img {
  position: absolute;
  top: -8px;
  margin: 0;
  left: 50%;
  transform: translateX(-50%);
}
.fst_event_slider .news_block .mobile_date .top .published {
  text-transform: uppercase;
  font-family: "Helvetica Neue" !important;
  font-style: normal !important;
  font-size: 13px;
}
.fst_event_slider .news_block .image_block {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 1200px) {
  .fst_event_slider .news_block .image_block {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.fst_event_slider .news_block .news_details {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  background-color: #fff;
  position: relative;
}
@media (max-width: 1200px) {
  .fst_event_slider .news_block .news_details {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 45px;
  }
}
.fst_event_slider .news_block .news_details .top {
  display: flex;
  justify-content: space-between;
  padding: 80px 100px;
}
@media (max-width: 1200px) {
  .fst_event_slider .news_block .news_details .top {
    display: none;
  }
}
.fst_event_slider .news_block .news_details .top .date {
  border: 2.5px solid #871F1A;
  padding: 24px 30px;
  text-align: center;
  font-family: "Helvetica Neue" !important;
  font-style: normal !important;
  line-height: 1;
  position: relative;
}
.fst_event_slider .news_block .news_details .top .date span {
  font-family: "Helvetica Neue" !important;
  font-style: normal !important;
  font-size: 45px;
}
.fst_event_slider .news_block .news_details .top .date img {
  position: absolute;
  top: -8px;
  margin: 0;
  left: 50%;
  transform: translateX(-50%);
}
.fst_event_slider .news_block .news_details .top .published {
  text-transform: uppercase;
  font-family: "Helvetica Neue" !important;
  font-style: normal !important;
  font-size: 13px;
}
.fst_event_slider .news_block .news_details .bottom {
  position: absolute;
  left: 100px;
  right: 100px;
  bottom: 80px;
}
@media (max-width: 1200px) {
  .fst_event_slider .news_block .news_details .bottom {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    padding: 15px;
  }
}
.fst_event_slider .news_block .news_details .bottom h3 {
  font-family: "Helvetica Neue" !important;
  font-style: normal !important;
  font-size: 45px;
  font-weight: 400;
  width: 70%;
}
@media (max-width: 1200px) {
  .fst_event_slider .news_block .news_details .bottom h3 {
    width: calc(100% - 30px);
  }
}
.fst_event_slider .news_block .news_details .bottom p {
  font-family: "Helvetica Neue" !important;
  font-style: normal !important;
  font-size: 16px;
  width: 70%;
  margin-bottom: 80px;
}
@media (max-width: 1200px) {
  .fst_event_slider .news_block .news_details .bottom p {
    width: calc(100% - 30px);
  }
}
.fst_event_slider .news_block .news_details .bottom a {
  color: #000000b3;
  text-decoration: none;
  padding: 20px 20px 15px;
  border: 1px solid #000000b3;
  text-transform: uppercase;
  font-family: "Helvetica Neue";
  font-style: normal;
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
  .fst_event_slider .news_block .news_details .bottom a {
    padding: 16px 15px 15px 15px !important;
    font-size: 12px !important;
  }
}
.fst_event_slider .fst_event_module .date .serif5 {
  font-size: 30px !important;
  line-height: 35px !important;
}
.fst_event_slider .fst_event_module .date .serif2 {
  font-size: 14px !important;
  line-height: 18px !important;
  letter-spacing: 1.4px !important;
  font-weight: normal !important;
}

.fst_news_hero_slider {
  width: 100%;
  background-color: #fff;
  overflow: hidden;
  margin-top: 120px;
}
@media (max-width: 1200px) {
  .fst_news_hero_slider {
    background-color: #fff;
  }
}
.fst_news_hero_slider .center {
  width: 85%;
  margin: 0 auto;
}
.fst_news_hero_slider .news_slder {
  width: 100%;
  overflow: visible;
}
.fst_news_hero_slider .news_slder .news_block {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  background-color: #fff;
}
@media (max-width: 1200px) {
  .fst_news_hero_slider .news_slder .news_block {
    flex-wrap: wrap;
  }
}
.fst_news_hero_slider .news_slder .news_block .text_container {
  width: 25%;
  padding: 46px;
  box-sizing: border-box;
}
@media (max-width: 1200px) {
  .fst_news_hero_slider .news_slder .news_block .text_container {
    order: 2;
    width: 100%;
    min-width: 100%;
  }
}
.fst_news_hero_slider .news_slder .news_block .text_container .article_date {
  font-family: "Helvetica Neue" !important;
  font-style: normal !important;
  font-size: 13px;
  color: #871F1A;
  text-transform: uppercase;
}
.fst_news_hero_slider .news_slder .news_block .text_container .article_title {
  font-family: "Helvetica Neue" !important;
  font-style: normal !important;
  font-size: 25px;
}
.fst_news_hero_slider .news_slder .news_block .image_block {
  width: 75%;
  padding-top: 46.66%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1200px) {
  .fst_news_hero_slider .news_slder .news_block .image_block {
    order: 1;
    width: 100%;
    min-width: 100%;
  }
}
.fst_news_hero_slider .news_slder .news_block .image_block img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fst_news_hero_slider .swiper-pagination {
  bottom: -30px;
}

.fst_article_hero {
  width: 100%;
  padding: 120px 0 0;
}
.fst_article_hero .contain_hero {
  width: 85%;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .fst_article_hero .contain_hero {
    width: 100%;
  }
}
.fst_article_hero .contain_hero .reduce_width {
  width: 80%;
  padding-top: 10px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .fst_article_hero .contain_hero .reduce_width {
    width: 100%;
  }
}
.fst_article_hero .contain_hero .reduce_width .article_title {
  margin-bottom: 60px;
  font-weight: normal;
}
.fst_article_hero .contain_hero .reduce_width .article_info {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  border: 0.3px solid #727677;
  border-left: 0;
  border-right: 0;
  padding: 30px 0;
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .fst_article_hero .contain_hero .reduce_width .article_info {
    padding: 10px 0;
  }
}
.fst_article_hero .contain_hero .reduce_width .article_info div {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  color: #871F1A;
  font-family: "Helvetica Neue" !important;
  font-style: normal !important;
  text-transform: uppercase;
  font-size: 13px;
}
@media (max-width: 1200px) {
  .fst_article_hero .contain_hero .reduce_width .article_info div {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.fst_article_hero .contain_hero .reduce_width .article_info div.place {
  text-align: right;
}
@media (max-width: 1200px) {
  .fst_article_hero .contain_hero .reduce_width .article_info div.place {
    text-align: left;
    margin-top: 20px;
  }
}

.fst_text_block_wide {
  width: 100%;
  padding-bottom: 80px;
}
@media (max-width: 1200px) {
  .fst_text_block_wide {
    padding-bottom: 0;
  }
}
.fst_text_block_wide .contain_text {
  width: 85%;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .fst_text_block_wide .contain_text {
    width: 100%;
  }
}
.fst_text_block_wide .contain_text .reduce_width {
  width: 80%;
  padding-top: 10px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .fst_text_block_wide .contain_text .reduce_width {
    width: 100%;
  }
}
.fst_text_block_wide .contain_text .reduce_width p {
  font-family: "Helvetica Neue" !important;
  font-style: normal !important;
  font-size: 22px;
}
.fst_text_block_wide .contain_text .reduce_width h3 {
  color: #871F1A;
  margin-bottom: -15px;
  font-family: "Helvetica Neue" !important;
  font-style: normal !important;
  font-size: 30px !important;
  line-height: 35px !important;
  letter-spacing: 0 !important;
  font-weight: normal !important;
}
@media (max-width: 2000px) {
  .fst_text_block_wide .contain_text .reduce_width h3 {
    font-size: 25px !important;
    line-height: 30px !important;
  }
}

.fst_article_double_image {
  width: 100%;
  padding-bottom: 80px;
}
@media (max-width: 1200px) {
  .fst_article_double_image {
    overflow: visible;
  }
}
@media (max-width: 600px) {
  .fst_article_double_image {
    padding-bottom: 16px;
  }
}
.fst_article_double_image .image_container {
  width: 85%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 1200px) {
  .fst_article_double_image .image_container {
    width: 100%;
  }
}
.fst_article_double_image .image_container .mobile_slider {
  display: none;
}
@media (max-width: 1200px) {
  .fst_article_double_image .image_container .mobile_slider {
    display: block;
    padding-left: 30px;
    margin: 0 -30px;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .fst_article_double_image .image_container .mobile_slider {
    margin: 0 -62px;
    padding-left: 60px;
  }
}
@media (max-width: 600px) {
  .fst_article_double_image .image_container .mobile_slider {
    width: calc(100% + 40px);
    padding-left: 20px;
    margin: 0 -20px;
  }
}
.fst_article_double_image .image_container .mobile_slider .image_holder {
  display: block;
  -ms-flex: auto;
  flex: auto;
  max-width: inherit;
}
.fst_article_double_image .image_container .mobile_slider .image_bx {
  overflow: hidden;
  display: flex;
  justify-content: center;
  height: 603px;
  max-height: 603px;
}
@media (max-width: 800px) {
  .fst_article_double_image .image_container .mobile_slider .image_bx {
    height: 467px;
    max-height: 467px;
  }
}
@media (max-width: 600px) {
  .fst_article_double_image .image_container .mobile_slider .image_bx {
    height: 310px;
    max-height: 310px;
  }
}
@media (max-width: 480px) {
  .fst_article_double_image .image_container .mobile_slider .image_bx {
    height: 244px;
    max-height: 244px;
  }
}
@media (max-width: 420px) {
  .fst_article_double_image .image_container .mobile_slider .image_bx {
    height: 217px;
    max-height: 217px;
  }
}
@media (max-width: 380px) {
  .fst_article_double_image .image_container .mobile_slider .image_bx {
    height: 195px;
    max-height: 195px;
  }
}
@media (max-width: 320px) {
  .fst_article_double_image .image_container .mobile_slider .image_bx {
    height: 164px;
    max-height: 164px;
  }
}
.fst_article_double_image .image_container .mobile_slider .image_bx img {
  object-fit: cover;
  height: 100%;
}
.fst_article_double_image .image_container .image_holder {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: calc(50% - 10px);
}
@media (max-width: 1200px) {
  .fst_article_double_image .image_container .image_holder {
    display: none;
  }
}
.fst_article_double_image .image_container .image_holder:first-child .image_bx {
  padding-right: 15px;
}
@media (max-width: 1200px) {
  .fst_article_double_image .image_container .image_holder:first-child .image_bx {
    padding: 0;
    margin-bottom: 15px;
  }
}
.fst_article_double_image .image_container .image_holder:last-child .image_bx {
  padding-left: 15px;
}
@media (max-width: 1200px) {
  .fst_article_double_image .image_container .image_holder:last-child .image_bx {
    padding: 0;
  }
}
.fst_article_double_image .image_container .image_holder .image_bx {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding-top: 66.66%;
  position: relative;
}
.fst_article_double_image .image_container .image_holder img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fst_article_double_image .image_container .text_holder {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 30px 0;
  font-family: "Helvetica Neue" !important;
  font-style: normal !important;
  color: #871F1A;
  font-size: 16px;
}
@media (max-width: 1200px) {
  .fst_article_double_image .image_container .text_holder {
    padding: 20px 0;
    max-width: calc(100% - 40px);
  }
}

.fst_article_single_image {
  width: 100%;
  padding-bottom: 80px;
}
@media (max-width: 1200px) {
  .fst_article_single_image {
    padding-bottom: 0;
  }
}
@media (max-width: 480px) {
  .fst_article_single_image {
    padding-top: 45px;
  }
}
.fst_article_single_image .image_container {
  width: 85%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 1200px) {
  .fst_article_single_image .image_container {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .fst_article_single_image .image_container {
    width: 100%;
  }
}
.fst_article_single_image .image_container .image_holder {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (max-width: 600px) {
  .fst_article_single_image .image_container .image_holder .image_bx {
    height: 310px;
    max-height: 310px;
    overflow: hidden;
  }
}
@media (max-width: 480px) {
  .fst_article_single_image .image_container .image_holder .image_bx {
    height: 265px;
    max-height: 265px;
  }
}
@media (max-width: 420px) {
  .fst_article_single_image .image_container .image_holder .image_bx {
    height: 250px;
    max-height: 250px;
  }
}
@media (max-width: 380px) {
  .fst_article_single_image .image_container .image_holder .image_bx {
    height: 224px;
    max-height: 224px;
  }
}
@media (max-width: 320px) {
  .fst_article_single_image .image_container .image_holder .image_bx {
    height: 186px;
    max-height: 186px;
  }
}
.fst_article_single_image .image_container .image_holder img {
  width: 100%;
}
@media (max-width: 480px) {
  .fst_article_single_image .image_container .image_holder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.fst_article_single_image .image_container .text_holder {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 30px 0;
  font-family: "Helvetica Neue" !important;
  font-style: normal !important;
  color: #871F1A;
  font-size: 16px;
}
@media (max-width: 1200px) {
  .fst_article_single_image .image_container .text_holder {
    max-width: 100%;
    margin: 0 auto;
  }
}

.fst_quote_block {
  width: 100%;
}
.fst_quote_block .contain_text {
  width: 85%;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .fst_quote_block .contain_text {
    width: 100%;
  }
}
.fst_quote_block .contain_text .reduce_width {
  width: 80%;
  padding-top: 10px;
  margin: 0 auto;
  padding-top: 50px;
  border-top: 1px solid #BFBFBF;
  border-bottom: 1px solid #BFBFBF;
  padding-bottom: 80px;
  margin-bottom: 80px;
}
@media (max-width: 1200px) {
  .fst_quote_block .contain_text .reduce_width {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .fst_quote_block .contain_text .reduce_width {
    padding-bottom: 36px;
    margin-bottom: 50px;
    margin-top: 25px;
  }
}
.fst_quote_block .contain_text .reduce_width .icon_holder {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 1200px) {
  .fst_quote_block .contain_text .reduce_width .icon_holder {
    justify-content: flex-start;
  }
}
.fst_quote_block .contain_text .reduce_width .icon_holder img {
  width: 60px;
  max-width: 60px;
}
.fst_quote_block .contain_text .reduce_width p {
  font-family: "Helvetica Neue" !important;
  font-style: normal !important;
  font-size: 13px;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .fst_quote_block .contain_text .reduce_width p {
    line-height: 1.4;
    color: #871F1A;
  }
}
.fst_quote_block .contain_text .reduce_width h2 {
  font-family: "Helvetica Neue" !important;
  font-style: normal !important;
  font-size: 45px;
  font-weight: 400;
}
@media (max-width: 1200px) {
  .fst_quote_block .contain_text .reduce_width h2 {
    font-size: 22px;
  }
}

.fst_article_image_text {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 600px) {
  .fst_article_image_text {
    margin-bottom: 16px;
  }
}
.fst_article_image_text .contain_text {
  width: 85%;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .fst_article_image_text .contain_text {
    width: 100%;
  }
}
.fst_article_image_text .contain_text .reduce_width {
  width: 80%;
  margin: 0 auto;
  padding-top: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 1200px) {
  .fst_article_image_text .contain_text .reduce_width {
    width: 100%;
  }
}
.fst_article_image_text .contain_text .reduce_width .image_holder {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 1200px) {
  .fst_article_image_text .contain_text .reduce_width .image_holder {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.fst_article_image_text .contain_text .reduce_width .image_holder .padding_inner {
  padding-right: 15px;
}
@media (max-width: 1200px) {
  .fst_article_image_text .contain_text .reduce_width .image_holder .padding_inner {
    padding: 0;
  }
}
@media (max-width: 480px) {
  .fst_article_image_text .contain_text .reduce_width .image_holder .padding_inner {
    height: 265px;
    max-height: 265px;
  }
}
@media (max-width: 420px) {
  .fst_article_image_text .contain_text .reduce_width .image_holder .padding_inner {
    height: 250px;
    max-height: 250px;
  }
}
@media (max-width: 380px) {
  .fst_article_image_text .contain_text .reduce_width .image_holder .padding_inner {
    height: 224px;
    max-height: 224px;
  }
}
@media (max-width: 320px) {
  .fst_article_image_text .contain_text .reduce_width .image_holder .padding_inner {
    height: 186px;
    max-height: 186px;
  }
}
.fst_article_image_text .contain_text .reduce_width .image_holder img {
  width: 100%;
}
@media (max-width: 480px) {
  .fst_article_image_text .contain_text .reduce_width .image_holder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.fst_article_image_text .contain_text .reduce_width .text_holder {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  position: sticky;
  top: 60px;
}
@media (max-width: 1200px) {
  .fst_article_image_text .contain_text .reduce_width .text_holder {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    top: 0;
  }
}
.fst_article_image_text .contain_text .reduce_width .text_holder .padding_inner {
  padding-left: 15px;
}
@media (max-width: 1200px) {
  .fst_article_image_text .contain_text .reduce_width .text_holder .padding_inner {
    padding: 0;
  }
}
.fst_article_image_text .contain_text .reduce_width .text_holder .padding_inner p {
  font-family: "Helvetica Neue" !important;
  font-style: normal !important;
  font-size: 16px;
  color: #871F1A;
}

.fst_article_video {
  width: 100%;
}
.fst_article_video .contain_text {
  width: 85%;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .fst_article_video .contain_text {
    width: 100%;
  }
}
.fst_article_video .contain_text .reduce_width {
  width: 80%;
  margin: 0 auto;
  padding-top: 10px;
}
@media (max-width: 1200px) {
  .fst_article_video .contain_text .reduce_width {
    width: 100%;
  }
}
.fst_article_video .contain_text .reduce_width .video_holder {
  position: relative;
}
@media (max-width: 600px) {
  .fst_article_video .contain_text .reduce_width .video_holder {
    height: 310px;
    max-height: 310px;
    overflow: hidden;
  }
}
@media (max-width: 480px) {
  .fst_article_video .contain_text .reduce_width .video_holder {
    height: 265px;
    max-height: 265px;
  }
}
@media (max-width: 420px) {
  .fst_article_video .contain_text .reduce_width .video_holder {
    height: 250px;
    max-height: 250px;
  }
}
@media (max-width: 380px) {
  .fst_article_video .contain_text .reduce_width .video_holder {
    height: 224px;
    max-height: 224px;
  }
}
@media (max-width: 320px) {
  .fst_article_video .contain_text .reduce_width .video_holder {
    height: 186px;
    max-height: 186px;
  }
}
.fst_article_video .contain_text .reduce_width .video_holder .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: #000;
  opacity: 0.2;
}
.fst_article_video .contain_text .reduce_width .video_holder .main_image {
  width: 100%;
}
@media (max-width: 480px) {
  .fst_article_video .contain_text .reduce_width .video_holder .main_image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.fst_article_video .contain_text .reduce_width .video_holder .play_video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 3;
  cursor: pointer;
  z-index: 5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.fst_article_video .contain_text .reduce_width .video_holder .play_video .play_video {
  width: 120px;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .fst_article_video .contain_text .reduce_width .video_holder .play_video .play_video {
    max-width: 70px;
  }
}
.fst_article_video .contain_text .reduce_width .video_holder .play_video .video_time {
  font-family: "Helvetica Neue" !important;
  font-style: normal !important;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
}
@media (max-width: 1200px) {
  .fst_article_video .contain_text .reduce_width .text_holder {
    width: 100%;
    margin: 0 auto;
  }
}
.fst_article_video .contain_text .reduce_width .text_holder p {
  font-family: "Helvetica Neue" !important;
  font-style: normal !important;
  font-size: 16px;
  color: #871F1A;
}

.fst_article_image {
  width: 100%;
}
.fst_article_image .contain_text {
  width: 85%;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .fst_article_image .contain_text {
    width: 100%;
  }
}
.fst_article_image .contain_text .reduce_width {
  width: 80%;
  margin: 0 auto;
  padding-top: 10px;
}
@media (max-width: 1200px) {
  .fst_article_image .contain_text .reduce_width {
    width: 100%;
  }
}
.fst_article_image .contain_text .reduce_width .image_holder {
  position: relative;
}
.fst_article_image .contain_text .reduce_width .image_holder .main_image {
  width: 100%;
}
@media (max-width: 1200px) {
  .fst_article_image .contain_text .reduce_width .text_holder {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
@media (max-width: 600px) {
  .fst_article_image .contain_text .reduce_width .text_holder {
    width: 100%;
  }
}
.fst_article_image .contain_text .reduce_width .text_holder p {
  font-family: "Helvetica Neue" !important;
  font-style: normal !important;
  font-size: 16px;
  color: #871F1A;
}

.fst_event_info, .fst_article_info {
  width: 100%;
  padding: 120px 0;
  background-color: #fff;
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .fst_event_info, .fst_article_info {
    padding: 110px 0 !important;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .fst_event_info, .fst_article_info {
    padding: 110px 0 !important;
  }
}
@media (max-width: 1200px) {
  .fst_event_info, .fst_article_info {
    padding: 30px 0;
  }
}
@media (max-width: 600px) {
  .fst_event_info, .fst_article_info {
    padding-top: 0;
    position: relative;
    top: 0;
    margin-top: 75px;
  }
}
.fst_event_info .event_container, .fst_article_info .event_container {
  width: 85%;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .fst_event_info .event_container, .fst_article_info .event_container {
    width: 100%;
  }
}
.fst_event_info .event_container .event_image, .fst_article_info .event_container .event_image {
  width: 100%;
}
@media (max-width: 1200px) {
  .fst_event_info .event_container .event_image, .fst_article_info .event_container .event_image {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding-top: 66.66%;
    position: relative;
  }
}
.fst_event_info .event_container .event_image img, .fst_article_info .event_container .event_image img {
  width: 100%;
}
@media (max-width: 1200px) {
  .fst_event_info .event_container .event_image img, .fst_article_info .event_container .event_image img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    object-fit: cover;
  }
}
.fst_event_info .event_container .event_main_content, .fst_article_info .event_container .event_main_content {
  background-color: #fff;
  padding: 60px;
  -webkit-box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.11);
  width: 80%;
  margin: 0 auto;
  position: relative;
  top: -150px;
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .fst_event_info .event_container .event_main_content, .fst_article_info .event_container .event_main_content {
    width: 88% !important;
    padding: 0px 60px !important;
  }
}
@media (max-width: 1200px) {
  .fst_event_info .event_container .event_main_content, .fst_article_info .event_container .event_main_content {
    top: 0;
    width: calc(100% - 40px);
    box-shadow: none;
    padding: 0;
  }
}
.fst_event_info .event_container .event_main_content h1, .fst_article_info .event_container .event_main_content h1 {
  margin-left: auto;
  margin-right: auto;
  width: 68%;
}
@media (max-width: 1200px) {
  .fst_event_info .event_container .event_main_content h1, .fst_article_info .event_container .event_main_content h1 {
    width: 100%;
  }
}
.fst_event_info .event_container .event_main_content h1.event_heading, .fst_article_info .event_container .event_main_content h1.event_heading {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media (max-width: 1200px) {
  .fst_event_info .event_container .event_main_content h1.event_heading, .fst_article_info .event_container .event_main_content h1.event_heading {
    width: 100%;
  }
}
.fst_event_info .event_container .event_main_content .divider, .fst_article_info .event_container .event_main_content .divider {
  width: 100%;
  height: 0.3px;
  background-color: #727677;
  margin: 60px 0;
}
@media (max-width: 600px) {
  .fst_event_info .event_container .event_main_content .divider, .fst_article_info .event_container .event_main_content .divider {
    margin: 45px 0 36px;
  }
}
.fst_event_info .event_container .event_main_content .article_info, .fst_article_info .event_container .event_main_content .article_info {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  border: 0.3px solid #727677;
  border-left: 0;
  border-right: 0;
  padding: 30px 0;
  margin: 0 auto;
  margin-bottom: 110px;
  width: 68%;
}
@media (max-width: 1200px) {
  .fst_event_info .event_container .event_main_content .article_info, .fst_article_info .event_container .event_main_content .article_info {
    width: 100%;
    margin-bottom: 40px;
  }
}
.fst_event_info .event_container .event_main_content .article_info div, .fst_article_info .event_container .event_main_content .article_info div {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  color: #871F1A;
  font-family: "Helvetica Neue" !important;
  font-style: normal !important;
  text-transform: uppercase;
  font-size: 13px;
}
@media (max-width: 1200px) {
  .fst_event_info .event_container .event_main_content .article_info div, .fst_article_info .event_container .event_main_content .article_info div {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.fst_event_info .event_container .event_main_content .article_info .place, .fst_article_info .event_container .event_main_content .article_info .place {
  text-align: right;
}
@media (max-width: 1200px) {
  .fst_event_info .event_container .event_main_content .article_info .place, .fst_article_info .event_container .event_main_content .article_info .place {
    text-align: left;
    padding-top: 10px;
  }
}
.fst_event_info .event_container .event_main_content .article_content, .fst_article_info .event_container .event_main_content .article_content {
  font-family: "Helvetica Neue" !important;
  font-style: normal !important;
  font-size: 22px;
}
.fst_event_info .event_container .event_main_content .event_flex, .fst_article_info .event_container .event_main_content .event_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.fst_event_info .event_container .event_main_content .event_flex .event_details, .fst_article_info .event_container .event_main_content .event_flex .event_details {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
  max-width: 33%;
}
@media (max-width: 1200px) {
  .fst_event_info .event_container .event_main_content .event_flex .event_details, .fst_article_info .event_container .event_main_content .event_flex .event_details {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.fst_event_info .event_container .event_main_content .event_flex .event_details .sub_title, .fst_article_info .event_container .event_main_content .event_flex .event_details .sub_title {
  font-family: "Helvetica Neue" !important;
  font-style: normal !important;
  font-size: 13px;
  text-transform: uppercase;
  color: #871F1A;
  margin-bottom: 18px;
  line-height: 1;
}
@media (max-width: 480px) {
  .fst_event_info .event_container .event_main_content .event_flex .event_details .sub_title, .fst_article_info .event_container .event_main_content .event_flex .event_details .sub_title {
    margin-bottom: 10px;
  }
}
.fst_event_info .event_container .event_main_content .event_flex .event_details .info, .fst_article_info .event_container .event_main_content .event_flex .event_details .info {
  font-family: "Helvetica Neue" !important;
  font-style: normal !important;
  font-size: 25px;
  margin-bottom: 42px;
  margin-top: 0;
}
.fst_event_info .event_container .event_main_content .event_flex .event_details a, .fst_article_info .event_container .event_main_content .event_flex .event_details a {
  color: #fff;
  text-decoration: none;
  padding: 20px 25px;
  border: 1px solid #871F1A;
  background-color: #871F1A;
  text-transform: uppercase;
  font-family: "Helvetica Neue" !important;
  font-style: normal !important;
  width: 80%;
  display: inline-block;
  text-align: center;
  max-width: 300px;
}
.fst_event_info .event_container .event_main_content .event_flex .event_text, .fst_article_info .event_container .event_main_content .event_flex .event_text {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 63%;
  flex: 0 0 63%;
  max-width: 63%;
}
@media (max-width: 1200px) {
  .fst_event_info .event_container .event_main_content .event_flex .event_text, .fst_article_info .event_container .event_main_content .event_flex .event_text {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.fst_event_info .event_container .event_main_content .event_flex .event_text p, .fst_article_info .event_container .event_main_content .event_flex .event_text p {
  font-family: "Helvetica Neue" !important;
  font-style: normal !important;
  font-size: 16px;
}

footer {
  width: 100%;
  padding: 20px 0;
  background-color: #D09B2C; 
  /* background-color: #86610A; */
}
@media (max-width: 1200px) {
  footer {
    display: none;
  }
}
footer .footer {
  width: 85%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
footer .footer .left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 63%;
  flex: 0 0 63%;
  max-width: 63%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
footer .footer .left .footer_column {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
footer .footer .left .footer_column .footer_title {
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
}
footer .footer .left .footer_column ul {
  list-style: none;
  padding-left: 0;
  color: #fff;
}
footer .footer .left .footer_column ul li {
  padding: 4px 0;
  color: #fff;
}
footer .footer .left .footer_column ul li.underline {
  text-decoration: underline;
}
footer .footer .right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
}
footer .footer .right .sub_title {
  font-family: "Helvetica Neue" !important;
  font-style: normal !important;
  text-transform: uppercase;
  font-size: 16px;
  color: #fff;
}
footer .footer .right .subscribe {
  font-family: "Helvetica Neue" !important;
  font-style: normal !important;
  font-size: 30px;
  color: #fff;
}
footer .footer .right form {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
footer .footer .right form input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  max-height: 77px;
  border: 0;
  box-shadow: none;
  padding: 30.5px;
  flex-grow: 1;
  background-color: rgba(255, 255, 255, 0.4);
}
footer .footer .right form input:focus {
  box-shadow: none;
  border: 0;
}
footer .footer .right form input::-webkit-input-placeholder {
  color: #fff;
}
footer .footer .right form input::-moz-placeholder {
  color: #fff;
}
footer .footer .right form input:-ms-input-placeholder {
  color: #fff;
}
footer .footer .right form input:-moz-placeholder {
  color: #fff;
}
footer .footer .right form input[type=image] {
  padding: 1px;
  flex-grow: 0;
  flex-shrink: 1;
  height: 79px;
  width: 79px;
  background: #fff;
}
footer .footer .right form img {
  min-height: 79px;
}

.copywrite {
  width: 100%;
  /* padding: 10px 0; */
  background-color: #D09B2C;
  position: relative;
  max-height: 121px;
  border-top: 1px solid #fff;
}
@media (max-width: 1200px) {
  .copywrite {
    display: none;
  }
}
.copywrite .center {
  width: 85%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.copywrite .center p {
  color: #fff;
  margin: 0;
  line-height: 1;
  font-family: "Helvetica Neue" !important;
  font-style: normal !important;
  font-size: 13px !important;
}
.copywrite .center .fst_media_links {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1670px) {
  .copywrite .center .fst_media_links {
    position: relative;
    right: 15px;
  }
}
.copywrite .center .fst_media_links span, .copywrite .center .fst_media_links a {
  color: #fff;
  display: inline-block;
  margin-right: 15px;
  font-size: 24px;
}
.copywrite .center .fst_media_links span svg, .copywrite .center .fst_media_links a svg {
  margin-right: 15px;
}
.copywrite .center .scroll_to_top {
  position: absolute;
  top: 0;
  right: 0;
  max-height: 100%;
  cursor: pointer;
}

.mobile_footer {
  display: none;
  background-color: var(--logo-color);
  padding: 1px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .mobile_footer {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
}
.mobile_footer .fst_accordion_container {
  position: relative;
  max-width: 100%;
  width: 100%;
  height: auto;
  margin: 10px auto;
}
.mobile_footer .fst_accordion_container .fst_accordion_set {
  position: relative;
  width: 100%;
  height: auto;
}
.mobile_footer .fst_accordion_container .fst_accordion_set:first-child ul li a {
  text-transform: uppercase !important;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1366px) and (min-device-width: 1024px) and (orientation: portrait) {
  .mobile_footer .fst_accordion_container .fst_accordion_set:first-child ul li a {
    text-transform: uppercase !important;
  }
}
.mobile_footer .fst_accordion_container .fst_accordion_set a {
  display: block;
  padding: 15px 15px;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  border-bottom: 1px solid #91716F;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .mobile_footer .fst_accordion_container .fst_accordion_set a {
    padding: 36px 15px !important;
  }
}
.mobile_footer .fst_accordion_container .fst_accordion_set a.active {
  color: #fff;
  border: 0;
}
.mobile_footer .fst_accordion_container .fst_accordion_set a.active svg {
  transform: rotate(180deg);
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .mobile_footer .fst_accordion_container .fst_accordion_set a {
    padding: 36px 60px !important;
  }
}
.mobile_footer .fst_accordion_container .fst_accordion_content {
  border-bottom: 1px solid #91716F;
  padding: 36px 15px;
  padding-top: 0px;
  color: #fff;
  display: none;
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .mobile_footer .fst_accordion_container .fst_accordion_content {
    padding: 0px 60px 36px 60px !important;
  }
}
.mobile_footer .fst_accordion_container .fst_accordion_content ul {
  padding-left: 0;
  list-style: none;
}
.mobile_footer .fst_accordion_container .fst_accordion_content ul .underline {
  text-decoration: underline;
}
.mobile_footer .fst_accordion_container .fst_accordion_content ul li {
  padding: 6px 0;
  color: rgba(255, 255, 255, 0.8);
  width: 100%;
  display: -webkit-flex !important;
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .mobile_footer .fst_accordion_container .fst_accordion_content ul li {
    display: -webkit-flex !important;
  }
}
.mobile_footer .fst_accordion_container .fst_accordion_content ul li a {
  padding: 0;
  border: 0;
  color: #fff;
  display: -webkit-flex !important;
  text-transform: lowercase !important;
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .mobile_footer .fst_accordion_container .fst_accordion_content ul li a {
    padding: 0px 0px !important;
    text-transform: lowercase !important;
    display: -webkit-flex !important;
  }
}
.mobile_footer .fst_accordion_container .fst_accordion_content form {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.mobile_footer .fst_accordion_container .fst_accordion_content form input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  max-height: 82px;
  border: 0;
  box-shadow: 0;
  padding: 32px;
  flex-grow: 1;
  background-color: rgba(255, 255, 255, 0.4);
}
.mobile_footer .fst_accordion_container .fst_accordion_content form input:focus {
  box-shadow: none;
  border: 0;
}
.mobile_footer .fst_accordion_container .fst_accordion_content form input::-webkit-input-placeholder {
  color: #fff;
}
.mobile_footer .fst_accordion_container .fst_accordion_content form input::-moz-placeholder {
  color: #fff;
}
.mobile_footer .fst_accordion_container .fst_accordion_content form input:-ms-input-placeholder {
  color: #fff;
}
.mobile_footer .fst_accordion_container .fst_accordion_content form input:-moz-placeholder {
  color: #fff;
}
.mobile_footer .fst_accordion_container .fst_accordion_content form img {
  min-height: 82px;
  position: relative;
  left: -2px;
}
.mobile_footer .fst_media_links {
  padding: 50px 20px;
  display: flex;
  justify-content: center;
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .mobile_footer .fst_media_links {
    padding: 36px 60px !important;
  }
}
.mobile_footer .fst_media_links a {
  margin-right: 15px;
}
.mobile_footer .copywrite {
  background-color: #000;
  display: flex;
  /* justify-content: center; */
  align-items: center;
  flex-direction: column;
  width: 100vw;
  margin: 0 -2px;
  padding-bottom: 30px;
}
.mobile_footer .copywrite p {
  color: #fff;
  padding: 15px;
  text-align: center;
  font-size: 13px;
  padding-top: 0px;
}

.fst_article_next_previous {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 600px) {
  .fst_article_next_previous {
    margin-top: 80px;
  }
}
.fst_article_next_previous .image_box {
  width: 100%;
  min-height: 415px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fst_article_next_previous .image_box img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.fst_article_next_previous .previous_article {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  background-size: 100% 200%;
  background-image: linear-gradient(to bottom, #F3F3F3 50%, black 50%);
  padding: 100px 0;
  -webkit-transition: background-position 0.5s;
  -moz-transition: background-position 0.5s;
  transition: background-position 0.5s;
}
@media (max-width: 600px) {
  .fst_article_next_previous .previous_article {
    display: none;
  }
}
.fst_article_next_previous .previous_article:hover {
  background-position: 0 100%;
}
.fst_article_next_previous .previous_article:hover .sub_title, .fst_article_next_previous .previous_article:hover .article_title {
  color: #fff;
}
.fst_article_next_previous .previous_article:hover .sub_title img, .fst_article_next_previous .previous_article:hover .article_title img {
  filter: invert(1);
}
.fst_article_next_previous .previous_article .inner .sub_title {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.fst_article_next_previous .previous_article .inner .sub_title img {
  margin-right: 18px;
}
.fst_article_next_previous .previous_article .inner .article_title {
  text-align: right;
  margin-top: 0;
}
.fst_article_next_previous .next_article {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 100px 0;
  background-size: 100% 200%;
  background-image: linear-gradient(to bottom, #E4E5E4 50%, black 50%);
  padding: 100px 0;
  -webkit-transition: background-position 0.5s;
  -moz-transition: background-position 0.5s;
  transition: background-position 0.5s;
}
@media (max-width: 600px) {
  .fst_article_next_previous .next_article {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.fst_article_next_previous .next_article:hover {
  background-position: 0 100%;
}
.fst_article_next_previous .next_article:hover .sub_title, .fst_article_next_previous .next_article:hover .article_title {
  color: #fff;
}
.fst_article_next_previous .next_article:hover .sub_title img, .fst_article_next_previous .next_article:hover .article_title img {
  filter: invert(1);
}
.fst_article_next_previous .next_article .sub_title {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.fst_article_next_previous .next_article .sub_title img {
  margin-left: 18px;
}
.fst_article_next_previous .inner {
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .fst_article_next_previous .inner {
    width: 75%;
  }
}
@media (max-width: 600px) {
  .fst_article_next_previous .inner {
    width: 85%;
  }
}
.fst_article_next_previous .inner .image_holder {
  width: 100%;
  margin-bottom: 35px;
  max-height: 424px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding-top: 66.66%;
  position: relative;
}
.fst_article_next_previous .inner .image_holder img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fst_article_next_previous .inner .sub_title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-family: "Helvetica Neue" !important;
  font-style: normal !important;
  font-size: 45px;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.fst_article_next_previous .inner .article_title {
  margin-top: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.fst_job_listing {
  width: 100%;
  padding: 120px 0;
  background-color: #F3F3F3;
}
@media (max-width: 1200px) {
  .fst_job_listing {
    background-color: #fff;
  }
}
.fst_job_listing .center {
  width: 85%;
  margin: 0 auto;
  background-color: #fff;
  padding: 45px;
  border-radius: 6px;
}
@media (max-width: 1200px) {
  .fst_job_listing .center {
    width: calc(100% - 40px);
    padding: 0;
  }
}
.fst_job_listing .center h3 {
  font-family: "Helvetica Neue" !important;
  font-style: normal !important;
  font-size: 45px;
  font-weight: 400;
}
.fst_job_listing .center .divider {
  width: 100%;
  height: 0.3px;
  background-color: #727677;
  margin: 60px 0;
}
@media (max-width: 1200px) {
  .fst_job_listing .center .divider {
    display: none;
  }
}
.fst_job_listing .center .title_top {
  padding: 0 86px;
  margin-bottom: 60px;
}
@media (max-width: 1200px) {
  .fst_job_listing .center .title_top {
    display: none;
  }
}
.fst_job_listing .center .title_top .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fst_job_listing .center .title_top .inner p {
  font-family: "Helvetica Neue" !important;
  font-style: normal !important;
  font-size: 20px;
}
.fst_job_listing .center .title_top .inner p:first-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 63%;
  flex: 0 0 63%;
  max-width: 63%;
}
.fst_job_listing .center .title_top .inner p:last-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
  max-width: 33%;
}
.fst_job_listing .center .job_listing {
  padding: 0 86px;
  margin-bottom: 60px;
  -webkit-box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.11);
  border-radius: 6px;
}
@media (max-width: 1200px) {
  .fst_job_listing .center .job_listing {
    padding: 20px;
  }
}
.fst_job_listing .center .job_listing .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 80px 0 36px;
  position: relative;
}
@media (max-width: 1200px) {
  .fst_job_listing .center .job_listing .inner {
    padding: 0;
    display: block;
  }
}
.fst_job_listing .center .job_listing .inner .new_tag {
  position: absolute;
  top: 0;
  left: 0;
  padding: 12px 24px;
  color: #fff;
  background-color: #871F1A;
  font-family: "Helvetica Neue" !important;
  font-style: normal !important;
  font-size: 15px;
  text-transform: uppercase;
}
.fst_job_listing .center .job_listing .inner h4 {
  display: inline-block;
  font-family: "Helvetica Neue" !important;
  font-style: normal !important;
  font-size: 25px;
  font-weight: 400;
}
.fst_job_listing .center .job_listing .inner h4:first-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 63%;
  flex: 0 0 63%;
  max-width: 63%;
}
@media (max-width: 1200px) {
  .fst_job_listing .center .job_listing .inner h4:first-child {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.fst_job_listing .center .job_listing .inner h4:last-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
  max-width: 33%;
  font-family: "Helvetica Neue" !important;
  font-style: normal !important;
}
@media (max-width: 1200px) {
  .fst_job_listing .center .job_listing .inner h4:last-child {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 1200px) {
  .fst_job_listing .center .job_listing .inner h4 {
    margin-top: 60px;
    margin-bottom: 0;
    width: 100%;
  }
}

.fst_job_profile {
  width: 100%;
  background-color: #F3F3F3;
  padding: 120px 0;
}
.fst_job_profile .apply_holder {
  width: 85%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 60px 0;
}
@media (max-width: 1200px) {
  .fst_job_profile .apply_holder {
    width: 100%;
  }
}
.fst_job_profile .apply_holder a {
  color: #fff;
  text-decoration: none;
  padding: 20px 25px;
  border: 1px solid #000;
  background-color: #000;
  text-transform: uppercase;
  font-family: "Helvetica Neue";
  font-style: normal;
  width: 80%;
  display: inline-block;
  text-align: center;
  max-width: 300px;
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
  .fst_job_profile .apply_holder a {
    padding: 16px 15px 15px 15px !important;
    font-size: 12px !important;
  }
}
.fst_job_profile .center {
  width: 85%;
  margin: 0 auto;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 1200px) {
  .fst_job_profile .center {
    width: 100%;
    flex-wrap: wrap;
  }
}
.fst_job_profile .center .job_short_info {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
  max-width: 33%;
}
@media (max-width: 1200px) {
  .fst_job_profile .center .job_short_info {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.fst_job_profile .center .job_short_info .job_inner1 {
  padding: 100px 70px 100px 40px;
}
.fst_job_profile .center .job_short_info .job_inner1 h3 {
  font-family: "Helvetica Neue" !important;
  font-style: normal !important;
}
@media (min-width: 1200px) {
  .fst_job_profile .center .job_short_info .job_inner1 h3 {
    font-size: 40px !important;
    line-height: 45px !important;
  }
}
.fst_job_profile .center .job_short_info .job_inner1 ul {
  list-style: none;
  padding: 0;
  margin-bottom: 60px;
}
.fst_job_profile .center .job_short_info .job_inner1 ul li {
  padding-bottom: 10px;
  font-family: "Helvetica Neue" !important;
  font-style: normal !important;
}
@media (min-width: 1200px) {
  .fst_job_profile .center .job_short_info .job_inner1 ul li {
    font-size: 18px !important;
    line-height: 30px !important;
  }
}
.fst_job_profile .center .job_short_info .job_inner1 a {
  color: #fff;
  text-decoration: none;
  padding: 20px 25px;
  border: 1px solid #871F1A;
  background-color: #871F1A;
  text-transform: uppercase;
  font-family: "Helvetica Neue";
  font-style: normal;
  width: 80%;
  display: inline-block;
  text-align: center;
  max-width: 300px;
}
.fst_job_profile .center .job_main_content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 67%;
  flex: 0 0 67%;
  max-width: 67%;
  border-left: 1px solid #BFBFBF;
}
@media (max-width: 1200px) {
  .fst_job_profile .center .job_main_content {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    border-left: 0;
  }
}
.fst_job_profile .center .job_main_content .job_inner1 {
  padding: 280px 40px 100px 70px;
}
.fst_job_profile .center .job_main_content .job_inner1 .content h4 {
  font-family: "Helvetica Neue" !important;
  font-style: normal !important;
  font-size: 24px;
}
.fst_job_profile .center .job_main_content .job_inner1 .content p, .fst_job_profile .center .job_main_content .job_inner1 .content li {
  font-family: "Helvetica Neue" !important;
  font-style: normal !important;
}
@media (min-width: 1200px) {
  .fst_job_profile .center .job_main_content .job_inner1 .content p, .fst_job_profile .center .job_main_content .job_inner1 .content li {
    font-size: 18px !important;
    line-height: 30px !important;
  }
}
.fst_job_profile .center .job_main_content .job_inner1 .content ul {
  padding-left: 20px;
}

.fst_meeting_booking {
  width: 100%;
  padding-top: 200px;
}
@media (max-width: 600px) {
  .fst_meeting_booking {
    padding-top: 92px;
  }
}
.fst_meeting_booking .form_container {
  width: 85%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  background: #fff;
  padding: 120px;
}
@media (max-width: 1200px) {
  .fst_meeting_booking .form_container {
    padding: 36px;
  }
}
.fst_meeting_booking .form_container .left, .fst_meeting_booking .form_container .right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .fst_meeting_booking .form_container .left, .fst_meeting_booking .form_container .right {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.fst_meeting_booking .form_container .left {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 100vh;
  position: relative;
}
@media (min-width: 1200px) {
  .fst_meeting_booking .form_container .left {
    position: sticky;
    top: 110px;
  }
}
@media (max-width: 1200px) {
  .fst_meeting_booking .form_container .left {
    min-height: inherit;
  }
}
.fst_meeting_booking .form_container .left .donwload-form {
  color: #871F1A;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: 350px;
}
.fst_meeting_booking .form_container .left .donwload-form img {
  margin-right: 15px;
}
.fst_meeting_booking .form_container form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 60px 0;
}
@media (max-width: 600px) {
  .fst_meeting_booking .form_container form .wpforms-one-half {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.fst_meeting_booking .form_container form .wpforms-field-container {
  width: 100%;
}
.fst_meeting_booking .form_container form .wpforms-field-container .wpforms-field-medium, .fst_meeting_booking .form_container form .wpforms-field-container .wpforms-field-large, .fst_meeting_booking .form_container form .wpforms-field-container .pforms-field-small {
  width: 100%;
  max-width: 100% !important;
  padding: 25px !important;
  border: 1px solid #BFBFBF !important;
  box-sizing: border-box !important;
  min-height: 70px;
  border-radius: 0 !important;
}
.fst_meeting_booking .form_container form .full_width {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.fst_meeting_booking .form_container form .full_width.mb-15 {
  margin-bottom: 45px;
}
.fst_meeting_booking .form_container form .full_width .full_width {
  display: block;
}
.fst_meeting_booking .form_container form .half_wifth {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
  max-width: 48%;
  margin-bottom: 45px;
  display: flex;
  flex-wrap: wrap;
}
.fst_meeting_booking .form_container form .half_wifth input, .fst_meeting_booking .form_container form .half_wifth label {
  width: 100%;
  box-sizing: border-box;
}
.fst_meeting_booking .form_container form .half_wifth .full_width {
  display: block;
}
.fst_meeting_booking .form_container form .width_auto {
  width: auto !important;
  margin-right: 15px;
  color: #000;
}
.fst_meeting_booking .form_container form label {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.fst_meeting_booking .form_container form label.fst_select svg .cls-1 {
  fill: #871f1b;
}
.fst_meeting_booking .form_container form label svg {
  width: 20px;
  margin-right: 10px;
}
.fst_meeting_booking .form_container form label svg .cls-1 {
  stroke: #871f1b;
  stroke-miterlimit: 10;
  stroke-width: 3px;
}
.fst_meeting_booking .form_container form label svg .cls-1, .fst_meeting_booking .form_container form label svg .cls-2 {
  fill: #fff;
}
.fst_meeting_booking .form_container input, .fst_meeting_booking .form_container textarea {
  padding: 25px;
  border: 1px solid #BFBFBF;
  box-sizing: border-box;
}
.fst_meeting_booking .form_container input:focus, .fst_meeting_booking .form_container textarea:focus {
  outline: none;
  box-shadow: none;
}
.fst_meeting_booking .form_container label {
  color: #871F1A;
  margin-bottom: 12px;
  display: block;
}
.fst_meeting_booking .form_container input[type=submit] {
  background-color: #000;
  color: #fff;
  min-width: 269px;
  text-transform: uppercase;
  float: right;
}
.fst_meeting_booking .form_container .trigger-upload {
  padding: 25px;
  border: 1px solid #BFBFBF;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.fst_meeting_booking .form_container .trigger-upload img {
  margin-right: 15px;
}
.fst_meeting_booking .form_container .date_time_picker {
  padding: 25px;
  border: 1px solid #BFBFBF;
  cursor: pointer;
  box-sizing: border-box;
  color: #9D9D9D;
  margin-bottom: 45px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.fst_meeting_booking .form_container .date_time_picker span {
  display: inline;
}
.fst_meeting_booking .form_container .date_time_picker .pick_date {
  position: absolute;
  padding: 60px;
  border: 1px solid #BFBFBF;
  top: 74px;
  right: -1px;
  background-color: #fff;
  min-width: 360px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  display: none;
}
.fst_meeting_booking .form_container .date_time_picker .pick_date.active {
  display: flex;
}
.fst_meeting_booking .form_container .date_time_picker .time_picker h3 {
  margin: 0;
  color: #000000;
  text-align: center;
}
.fst_meeting_booking .form_container .date_time_picker .time_picker p {
  text-align: center;
  color: #000;
}
.fst_meeting_booking .form_container .date_time_picker .time_picker ul {
  list-style: none;
  padding-left: 0;
}
.fst_meeting_booking .form_container .date_time_picker .time_picker ul li {
  border: 1px solid #BFBFBF;
  text-align: center;
  margin-bottom: 10px;
}
.fst_meeting_booking .form_container .date_time_picker .time_picker ul li label {
  padding: 25px;
  text-align: center;
  margin-bottom: 0;
  justify-content: center;
  cursor: pointer;
}

.wpforms-form .wpforms-field-container {
  width: 100%;
}
.wpforms-form .wpforms-field-container .wpforms-field-medium, .wpforms-form .wpforms-field-container .wpforms-field-large, .wpforms-form .wpforms-field-container .pforms-field-small {
  width: 100%;
  max-width: 100% !important;
  padding: 25px !important;
  border: 1px solid #BFBFBF !important;
  box-sizing: border-box !important;
  min-height: 70px;
  border-radius: 0 !important;
}
.wpforms-form .full_width {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.wpforms-form .full_width.mb-15 {
  margin-bottom: 45px;
}
.wpforms-form .full_width .full_width {
  display: block;
}
.wpforms-form .half_wifth {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
  max-width: 48%;
  margin-bottom: 45px;
  display: flex;
  flex-wrap: wrap;
}
.wpforms-form .half_wifth input, .wpforms-form .half_wifth label {
  width: 100%;
  box-sizing: border-box;
}
.wpforms-form .half_wifth .full_width {
  display: block;
}
.wpforms-form .width_auto {
  width: auto !important;
  margin-right: 15px;
  color: #000;
}
.wpforms-form label {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.wpforms-form label.fst_select svg .cls-1 {
  fill: #871f1b;
}
.wpforms-form label svg {
  width: 20px;
  margin-right: 10px;
}
.wpforms-form label svg .cls-1 {
  stroke: #871f1b;
  stroke-miterlimit: 10;
  stroke-width: 3px;
}
.wpforms-form label svg .cls-1, .wpforms-form label svg .cls-2 {
  fill: #fff;
}

.calendar {
  position: relative;
  width: 280px;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  margin-right: 100px;
}

.ui-datepicker-header {
  height: 50px;
  line-height: 50px;
  color: #000;
  background: #fff;
  margin-bottom: 10px;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  width: 33px;
  height: 33px;
  text-indent: 9999px;
  border: 0;
  border-radius: 100%;
  cursor: pointer;
  overflow: hidden;
  margin-top: 12px;
  position: relative;
  z-index: 99;
}

.ui-datepicker-prev {
  float: left;
  margin-left: 12px;
}

.ui-datepicker-prev:after {
  transform: rotate(45deg);
  margin: -43px 0px 0px 8px;
}

.ui-datepicker-next {
  float: right;
  margin-right: 12px;
}

.ui-datepicker-next:after {
  transform: rotate(-135deg);
  margin: -43px 0px 0px 6px;
}

.ui-datepicker-prev:after,
.ui-datepicker-next:after {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  border-left: 2px solid #b0aead;
  border-bottom: 2px solid #b0aead;
}

.ui-datepicker-prev:hover,
.ui-datepicker-next:hover,
.ui-datepicker-prev:hover:after,
.ui-datepicker-next:hover:after {
  border-color: #000;
}

.ui-datepicker-title {
  text-align: center;
  font-family: "Helvetica Neue" !important;
  font-style: normal !important;
  font-size: 25px !important;
  line-height: 30px !important;
  letter-spacing: 0.125px !important;
  font-weight: normal !important;
  position: relative;
  top: 10px;
}

.ui-datepicker-calendar {
  width: 100%;
  text-align: center;
}

.ui-datepicker-calendar thead tr th span {
  display: block;
  width: 40px;
  color: #871F1A;
  margin-bottom: 5px;
  font-size: 13px;
  font-family: "Helvetica Neue" !important;
  font-style: normal !important;
  font-size: 16px !important;
  line-height: 24px !important;
  letter-spacing: 0.64px !important;
  font-weight: normal !important;
}

.ui-state-default {
  display: block;
  text-decoration: none;
  color: #b5b5b5;
  line-height: 40px;
  font-size: 12px;
  font-family: "Helvetica Neue" !important;
  font-style: normal !important;
  font-size: 16px !important;
  line-height: 24px !important;
  letter-spacing: 0.64px !important;
  font-weight: normal !important;
  margin-bottom: 10px;
  padding: 15px;
}

.ui-state-default:hover {
  color: #fff;
  background: #871F1A;
}

.ui-state-highlight {
  color: #8dd391;
}

.ui-state-active {
  color: #fff;
  background-color: #871F1A;
}

.ui-datepicker-unselectable .ui-state-default {
  color: #eee;
  border: 2px solid transparent;
}

.fst_contact {
  padding: 120px 0;
  width: 100%;
  background-color: #F3F3F3;
}
.fst_contact .center {
  width: 85%;
  margin: 0 auto;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 1200px) {
  .fst_contact .center {
    width: 100%;
    flex-wrap: wrap;
  }
}
.fst_contact .center .contact_left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
  max-width: 33%;
}
@media (max-width: 1200px) {
  .fst_contact .center .contact_left {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.fst_contact .center .contact_left .contact_inner {
  padding: 100px 70px 100px 40px;
  box-sizing: border-box;
}
@media (max-width: 1200px) {
  .fst_contact .center .contact_left .contact_inner {
    padding: 30px 60px;
  }
}
@media (max-width: 600px) {
  .fst_contact .center .contact_left .contact_inner {
    padding: 20px 20px;
  }
}
.fst_contact .center .contact_right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 67%;
  flex: 0 0 67%;
  max-width: 67%;
  border-left: 1px solid #BFBFBF;
}
@media (max-width: 1200px) {
  .fst_contact .center .contact_right {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    border: 0;
  }
}
.fst_contact .center .contact_right .contact_inner {
  padding: 100px 40px 100px 70px;
  box-sizing: border-box;
}
@media (max-width: 1200px) {
  .fst_contact .center .contact_right .contact_inner {
    padding: 30px 69px 30px 60px;
  }
}
@media (max-width: 600px) {
  .fst_contact .center .contact_right .contact_inner {
    padding: 20px 20px;
  }
}
.fst_contact .center .contact_right form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.fst_contact .center .contact_right form .w-50 {
  width: 48%;
  margin-bottom: 15px;
}
.fst_contact .center .contact_right form .w-100 {
  width: 100%;
  margin-bottom: 15px;
}
.fst_contact .center .contact_right form input, .fst_contact .center .contact_right form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #BFBFBF;
  background: white;
  height: 50px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 4px;
  line-height: 1.25;
  font-weight: 400;
  letter-spacing: 0.02em;
  font-size: calc(0vw + 14px);
}
.fst_contact .center .contact_right form textarea {
  padding: 10px;
  resize: none;
  height: 200px;
}
.fst_contact .center h3 {
  font-family: "Helvetica Neue" !important;
  font-style: normal !important;
  font-size: 45px;
}

.fst_news_slider {
  width: 100%;
  overflow: hidden;
}
.fst_news_slider .center {
  width: 85%;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .fst_news_slider .center {
    width: 90%;
  }
}
.fst_news_slider .news_slider {
  width: 100%;
  overflow: visible;
  cursor: pointer;
}
.fst_news_slider .news_slider .news_article .image_container {
  width: 100%;
  margin-bottom: 35px;
  max-height: 346px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding-top: 66.66%;
  position: relative;
}
.fst_news_slider .news_slider .news_article .image_container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /* height: 100%; */
  object-fit: cover;
}
.fst_news_slider .news_slider .news_article .article_date {
  font-family: "Helvetica Neue" !important;
  font-style: normal !important;
  font-size: 18px !important;
  color: var(--logo-color);
  text-transform: uppercase;
  font-weight: bold !important;
  text-align: center;
}
.fst_news_slider .news_slider .news_article .article_title {
  font-family: "Helvetica Neue" !important;
  font-style: normal !important;
  font-size: 25px;
}

.fst_wide_slider {
  width: 100%;
  overflow: hidden;
}
.fst_wide_slider .center {
  width: 85%;
  margin: 0 auto;
  overflow: hidden;
}

.header-quate{
  color: #fff;
}
.quate-nerater-name{
  color: #fff;
  font-size: 19px;
}

@media (max-width: 1200px) {
  .fst_wide_slider .center {
    width: 90%;
  }
}
.fst_wide_slider .swiper-pagination {
  bottom: -60px !important;
}
.fst_wide_slider .news_slider {
  width: 100%;
  overflow: visible;
}
.fst_wide_slider .news_slider .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
}
.fst_wide_slider .news_slider .swiper-slide .image_container {
  width: 75%;
  max-height: 68vh;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  overflow: hidden;
  padding-top: 50.66%;
  position: relative;
}
@media (max-width: 1680px) {
  .fst_wide_slider .news_slider .swiper-slide .image_container {
    width: 73%;
    padding-top: 46.66%;
  }
}
@media (max-width: 1200px) {
  .fst_wide_slider .news_slider .swiper-slide .image_container {
    width: 100%;
    padding-top: 66.66%;
    min-height: auto;
  }
}
.fst_wide_slider .news_slider .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fst_wide_slider .news_slider .swiper-slide .text_container {
  width: 25%;
}
@media (max-width: 1680px) {
  .fst_wide_slider .news_slider .swiper-slide .text_container {
    width: 27%;
  }
}
@media (max-width: 1200px) {
  .fst_wide_slider .news_slider .swiper-slide .text_container {
    width: 100%;
  }
}
.fst_wide_slider .news_slider .swiper-slide .slide_date {
  font-family: "Helvetica Neue" !important;
  font-style: normal !important;
  font-size: 45px;
  color: #871F1A;
  padding: 0 60px;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .fst_wide_slider .news_slider .swiper-slide .slide_date {
    padding: 0 15px;
  }
}
.fst_wide_slider .news_slider .swiper-slide .slide_text {
  font-family: "Helvetica Neue" !important;
  font-style: normal !important;
  font-size: 16px;
  padding: 0 60px;
  margin: 0;
}
@media (max-width: 600px) {
  .fst_wide_slider .news_slider .swiper-slide .slide_text {
    padding: 0 15px;
  }
}
.fst_wide_slider .swiper-pagination-bullets {
  bottom: -30px;
}

.fst_search_page {
  width: 100%;
  padding: 120px 0;
  overflow: hidden;
}
.fst_search_page .search_contain {
  width: 65%;
  margin: 0 auto;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .fst_search_page .search_contain {
    width: 90%;
  }
}
.fst_search_page .search_header form {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.fst_search_page .search_header form input[type=text] {
  border: 0;
}
.fst_search_page .search_header form input[type=submit] {
  border: 1px solid #BFBFBF !important;
  border: 0;
  padding: 25px 40px;
  background-color: #fff;
  text-transform: uppercase;
  cursor: pointer;
}
.fst_search_page .results_top_row {
  border-top: 1px solid #BFBFBF;
  border-bottom: 1px solid #BFBFBF;
  margin-top: 25px;
  margin-bottom: 110px;
}
.fst_search_page .results_body .results_head {
  margin-bottom: 80px;
}
.fst_search_page .results_body .search_result {
  border-bottom: 1px solid #BFBFBF;
}
.fst_search_page .results_body h3 {
  margin-bottom: 30px;
}
.fst_search_page .results_body .search_description {
  margin-bottom: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fst_search_page .results_body .search_link {
  margin-bottom: 40px;
}
.fst_search_page .results_body .search_link a {
  text-decoration: underline;
}

.fst_popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  z-index: 999;
  display: none;
  justify-content: center;
  align-items: flex-end;
  background-color: rgba(0, 0, 0, 0.45);
}
.fst_popup.active {
  display: flex;
}
.fst_popup.no_icon .fst_icon {
  display: none;
}
.fst_popup.video .popup_container {
  height: auto;
  padding: 0;
  max-width: 100%;
  width: 100%;
  height: 100%;
}
.fst_popup.video .popup_container .close-popup {
  right: 40px;
}
.fst_popup.video .popup_container .inner {
  padding: 0 80px;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1200px) {
  .fst_popup.video .popup_container .inner {
    padding: 0;
    width: calc(100% - 40px);
    position: relative;
    top: -67px;
  }
}
.fst_popup .popup_container {
  width: 80%;
  max-width: 1600px;
  height: 75%;
  background-color: #fff;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
@media (max-width: 1200px) {
  .fst_popup .popup_container {
    width: 100%;
    height: 100%;
  }
}
.fst_popup .popup_container.active {
  -webkit-transform: none;
  transform: none;
}
.fst_popup .popup_container .close-popup {
  position: absolute;
  top: 40px;
  right: 40px;
  cursor: pointer;
  z-index: 10;
}
.fst_popup .popup_container .inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  overflow-y: auto;
  padding: 80px;
  position: relative;
  top: 80px;
}
.fst_popup .popup_container .inner::-webkit-scrollbar {
  width: 8px;
  height: 12px;
}
.fst_popup .popup_container .inner::-webkit-scrollbar-track {
  box-shadow: none;
  background-color: #F4F4F4;
}
.fst_popup .popup_container .inner::-webkit-scrollbar-thumb {
  background-color: #bababa;
  outline: none;
}
@media (max-width: 1800px) {
  .fst_popup .popup_container .inner {
    width: 95%;
  }
}
@media (max-width: 1200px) {
  .fst_popup .popup_container .inner {
    width: 60%;
    padding: 20px;
    overflow-x: hidden;
    flex-direction: column;
    justify-content: flex-start;
  }
}
@media (max-width: 600px) {
  .fst_popup .popup_container .inner {
    width: 90%;
    padding: 12px;
  }
}
.fst_popup .popup_container .inner .video_box {
  margin: 0 auto;
  position: relative;
  height: 0;
  overflow: hidden;
  width: 100%;
  max-height: 80vh;
  padding-bottom: 56%;
}
@media (max-width: 600px) {
  .fst_popup .popup_container .inner .video_box {
    width: calc(100% - 20px);
  }
}
.fst_popup .popup_container .inner .video_box video, .fst_popup .popup_container .inner .video_box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fst_popup .popup_container .inner .left {
  width: 42%;
}
@media (max-width: 1200px) {
  .fst_popup .popup_container .inner .left {
    width: 100%;
    margin-bottom: 60px;
  }
}
.fst_popup .popup_container .inner .left .profile_image {
  width: calc(100% - 80px);
}
@media (max-width: 1200px) {
  .fst_popup .popup_container .inner .left .profile_image {
    width: 100%;
  }
}
.fst_popup .popup_container .inner .left .company_profile {
  width: calc(100% - 80px);
}
@media (max-width: 1200px) {
  .fst_popup .popup_container .inner .left .company_profile {
    width: 100%;
  }
}
.fst_popup .popup_container .inner .right {
  width: 58%;
  padding-right: 50px;
  max-height: auto;
}
@media (max-width: 1200px) {
  .fst_popup .popup_container .inner .right {
    width: 100%;
    padding-bottom: 200px;
  }
}
.fst_popup .popup_container .inner .right .fst_icon {
  max-width: 75px;
}
.fst_popup .popup_container .inner .right .member_name {
  margin-bottom: 0;
}
.fst_popup .popup_container .inner .right .hline {
  height: 1px;
  width: 60px;
  background-color: var(--logo-color);
  margin: 30px 0 38px;
}
.fst_popup .popup_container .inner .right .member_designation {
  margin-bottom: 60px;
  margin-top: 0;
  padding-top: 7px;
}
.fst_popup .popup_container .inner .right .member_info {
  margin-bottom: 30px;
  cursor: pointer;
  padding-bottom: 80px;
}
.fst_popup .popup_container .inner .right .line {
  height: 1px;
  width: 60px;
  background-color: #BFBFBF;
}
@media (max-width: 600px) {
  .fst_popup.hero {
    overflow-y: auto;
    background-color: #fff;
  }
}
.fst_popup.hero .close-popup {
  top: 30px;
  right: 30px;
}
.fst_popup.hero .inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
@media (max-width: 600px) {
  .fst_popup.hero .inner {
    overflow: visible;
  }
}
@media (max-width: 600px) {
  .fst_popup.hero .inner h3.title {
    min-height: 80px;
    margin-bottom: 10px;
    box-sizing: border-box;
  }
}
.fst_popup.hero .inner .hero_dropdown {
  box-sizing: border-box;
}
@media (max-width: 600px) {
  .fst_popup.hero .inner .hero_dropdown {
    width: calc(100% + 40px);
    margin: 0 -20px;
  }
  .fst_popup.hero .inner .hero_dropdown li {
    padding: 25px 20px !important;
    box-sizing: border-box;
  }
}
.fst_popup h3.title {
  min-width: 100%;
  padding: 0 45px;
  margin: 0;
  color: #871F1A;
  font-size: 34px;
  line-height: 1;
  font-family: "Acta Deck Book'";
}
.fst_popup .hero_dropdown {
  background-color: #fff;
  position: relative;
  width: 100%;
  z-index: 6;
  padding-top: 60px;
}
.fst_popup .hero_dropdown ul, .fst_popup .hero_dropdown ol {
  margin: 0;
  list-style: none;
  padding: 0;
  width: 100%;
}
.fst_popup .hero_dropdown ul li, .fst_popup .hero_dropdown ol li {
  padding: 26px 45px;
  width: 100%;
  border-bottom: 1px solid #BFBFBF;
  font-size: 25px;
  font-family: "Acta Deck Book'";
}
@media (max-width: 600px) {
  .fst_popup .hero_dropdown ul li, .fst_popup .hero_dropdown ol li {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.fst_popup .hero_dropdown ul li:last-child, .fst_popup .hero_dropdown ol li:last-child {
  border-bottom: 0;
}
.fst_popup .hero_dropdown ul li span, .fst_popup .hero_dropdown ol li span {
  font-size: 25px;
  font-family: "Acta Deck Book'";
  color: #871F1A;
}

.swiper-pagination-bullet {
  background-color: #727677;
  border: 2px solid #727677;
  opacity: 1;
}

.swiper-pagination-bullet-active-main {
  background-color: transparent;
  border: 2px solid var(--logo-color);
  translate: none;
}

.swiper-button-next, .swiper-button-prev {
  transform: translateY(-50%);
}

.swiper-container * {
  cursor: -webkit-image-set(url(../img/svg/drag_r1.svg) 1x, url(../img/svg/drag_r1.svg) 2x) 32 32, pointer !important;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: url("../img/svg/slider_right.svg");
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: url("../img/svg/slider_left.svg");
}

.swiper-button-disabled {
  display: none !important;
}

@media (max-width: 1200px) {
  .js_match_height {
    height: auto !important;
  }
}

/********************************************************************/
/******************************Text Styles**************************/
/********************************************************************/
.serif1 {
  font-family: "Acta Display Book" !important;
  font-style: normal !important;
  font-size: 200px !important;
  line-height: 170px !important;
  letter-spacing: -2px !important;
  font-weight: normal !important;
}
@media (max-width: 2000px) {
  .serif1 {
    font-size: 150px !important;
    line-height: 135px !important;
  }
}
@media (max-width: 1680px) {
  .serif1 {
    font-size: 100px !important;
    line-height: 90px !important;
  }
}
@media (max-width: 1200px) {
  .serif1 {
    font-size: 50px !important;
    line-height: 70px !important;
  }
}
@media (max-width: 600px) {
  .serif1 {
    letter-spacing: 0 !important;
    line-height: 52px !important;
  }
}

.serif2 {
  font-family: "Acta Display Book" !important;
  font-style: normal !important;
  font-size: 95px !important;
  line-height: 95px !important;
  letter-spacing: -0.95px !important;
  font-weight: normal !important;
}
@media (max-width: 2000px) {
  .serif2 {
    font-size: 75px !important;
    line-height: 75px !important;
  }
}
@media (max-width: 1680px) {
  .serif2 {
    font-size: 60px !important;
    line-height: 60px !important;
  }
}
@media (max-width: 600px) {
  .serif2 {
    font-size: 45px !important;
    line-height: 45px !important;
  }
}

.serif3 {
  font-family: "Helvetica Neue" !important;
  font-style: normal !important;
  font-size: 60px !important;
  line-height: 65px !important;
  letter-spacing: -0.6px !important;
  font-weight: normal !important;
}

.serif4 {
  font-family: "Helvetica Neue" !important;
  font-style: normal !important;
  font-size: 50px !important;
  line-height: 55px !important;
  letter-spacing: -0.25px !important;
  font-weight: normal !important;
}

.serif5 {
  font-family: "Helvetica Neue" !important;
  font-style: normal !important;
  font-size: 45px !important;
  line-height: 50px !important;
  letter-spacing: -0.225px !important;
  font-weight: normal !important;
}
@media (max-width: 2000px) {
  .serif5 {
    font-size: 34px !important;
    line-height: 42px !important;
  }
}

.serif6 {
  font-family: "Helvetica Neue" !important;
  font-style: normal !important;
  font-size: 35px !important;
  line-height: 40px !important;
  letter-spacing: 0 !important;
  font-weight: normal !important;
}
@media (max-width: 2000px) {
  .serif6 {
    font-size: 30px !important;
    line-height: 35px !important;
  }
}
@media (max-width: 1680px) {
  .serif6 {
    font-size: 25px !important;
    line-height: 30px !important;
  }
}

.serif7 {
  font-family: "Helvetica Neue" !important;
  font-style: normal !important;
  font-size: 30px !important;
  line-height: 35px !important;
  letter-spacing: 0.5px !important;
  font-weight: normal !important;
}
@media (max-width: 2000px) {
  .serif7 {
    font-size: 25px !important;
    line-height: 35px !important;
  }
}
@media (max-width: 1680px) {
  .serif7 {
    font-size: 20px !important;
    line-height: 28px !important;
  }
}

.serif8 {
  font-family: "Helvetica Neue" !important;
  font-style: normal !important;
  font-size: 20px !important;
  line-height: 28px !important;
  letter-spacing: 0.125px !important;
  font-weight: normal !important;
}
@media (max-width: 2000px) {
  .serif8 {
    font-size: 20px !important;
    line-height: 28px !important;
  }
}

@media (max-width: 8000px) {
  .single-news .serif8, .single-post .serif8 {
    font-size: 20px !important;
    line-height: 30px !important;
  }
}

.serif9 {
  font-family: "Helvetica Neue" !important;
  font-style: normal !important;
  font-size: 20px !important;
  line-height: 28px !important;
  letter-spacing: 0.3px !important;
  font-weight: normal !important;
}
@media (max-width: 600px) {
  .serif9 {
    font-size: 20px !important;
    line-height: 24px !important;
  }
}

.sans1 {
  font-family: "Helvetica Neue" !important;
  font-style: normal !important;
  font-size: 13px !important;
  line-height: 16px !important;
  letter-spacing: 1.95px !important;
  font-weight: normal !important;
}

.sans2 {
  font-family: "Helvetica Neue" !important;
  font-style: normal !important;
  font-size: 14px !important;
  line-height: 18px !important;
  letter-spacing: 1.4px !important;
  font-weight: normal !important;
}

.sans3 {
  font-family: "Helvetica Neue" !important;
  font-style: normal !important;
  font-size: 15px !important;
  line-height: 23px !important;
  letter-spacing: 1px !important;
  font-weight: normal !important;
}

.sans4, .wpforms-field-label, .wpforms-field-medium, .wpforms-field-large, .wpforms-field-small {
  font-family: "Helvetica Neue" !important;
  font-style: normal !important;
  font-size: 16px !important;
  line-height: 24px !important;
  letter-spacing: 0.64px !important;
  font-weight: normal !important;
}

.sans4-5 {
  font-family: "Helvetica Neue" !important;
  font-style: normal !important;
  font-size: 17px !important;
  line-height: 20px !important;
  letter-spacing: 0.01px !important;
  font-weight: normal !important;
}

.sans5 {
  font-family: "Helvetica Neue" !important;
  font-style: normal !important;
  font-size: 20px !important;
  line-height: 32px !important;
  letter-spacing: 0.8px !important;
  font-weight: normal !important;
}
@media (max-width: 720px) {
  .sans5 {
    font-size: 12px !important;
  }
}

.sans6 {
  font-family: "Helvetica Neue" !important;
  font-style: normal !important;
  font-size: 20px !important;
  line-height: 28px !important;
  letter-spacing: 0.7px !important;
  font-weight: normal !important;
}
@media (max-width: 600px) {
  .sans6 {
    font-size: 18px !important;
    line-height: 24px !important;
  }
}

.sans7 {
  font-family: "Helvetica Neue" !important;
  font-style: normal !important;
  font-size: 20px !important;
  line-height: 32px !important;
  letter-spacing: 0.3px !important;
  font-weight: normal !important;
}

.sans8 {
  font-family: "Helvetica Neue" !important;
  font-style: normal !important;
  font-size: 16px !important;
  line-height: 26px !important;
  letter-spacing: 0.88px !important;
  font-weight: normal !important;
}

.sans9 {
  font-family: "Helvetica Neue" !important;
  font-style: normal !important;
  font-size: 13px !important;
  line-height: 14px !important;
  letter-spacing: 0.6px !important;
}
.sans9.medium {
  font-weight: 500 !important;
}
.sans9.bold {
  font-weight: 600 !important;
}

.sans_light {
  font-family: "Helvetica Neue" !important;
  font-style: normal !important;
  font-weight: 300 !important;
}

.padding-top-120 {
  padding-top: 120px;
}
@media (max-width: 1200px) {
  .padding-top-120 {
    padding-top: 80px;
  }
}
@media (max-width: 600px) {
  .padding-top-120 {
    padding-top: 35px;
  }
}

.padding-bottom-120 {
  padding-bottom: 80px;
}
@media (max-width: 1200px) {
  .padding-bottom-120 {
    padding-bottom: 80px;
  }
}
@media (max-width: 600px) {
  .padding-bottom-120 {
    padding-bottom: 35px;
  }
}
 

.grey_bg {
  /* background-color: #F3F3F3 !important; */
  background-color: var(--bg-cover) !important;

}
@media (max-width: 1200px) {
  .grey_bg {
    background-color: var(--bg-cover) !important;
  }
}

@media (max-width: 1200px) {
  .fst_office_locator.grey_bg {
    background-color: #F3F3F3 !important;
  }
}

.btn-fst {
  color: #000000b3;
  text-decoration: none;
  padding: 20px 25px;
  border: 1px solid #000000b3;
  text-transform: uppercase;
  font-style: normal !important;
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
  .btn-fst {
    padding: 16px 15px 15px 15px !important;
    font-size: 12px !important;
  }
}

.find-more {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 600px) {
  .find-more {
    width: calc(100vw - 60px) !important;
    margin: 0 auto;
  }
}
.find-more a {
  /* color: #000000b3; */
  color: var(--logo-color);
  text-decoration: none;
  padding: 20px 20px 15px;
  border: 1px solid var(--logo-color);
  text-transform: uppercase;
  text-align: center;
  font-family: "Helvetica Neue" !important;
  font-style: normal !important;
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
  .find-more a {
    padding: 16px 15px 15px 15px !important;
    font-size: 12px !important;
  }
}
@media (max-width: 600px) {
  .find-more a {
    width: 100%;
    margin: 0 -10px;
  }
}

/*-----------------------Animations----------------*/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animate__fadeIn {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInUp {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInDown {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  /* background: #231F05; */
}

/*Text Alignment*/
.text_left.fst_image_text .fst_text_block, .text_left.fst_video_text .fst_text_block {
  align-items: flex-start;
}
.text_left.fst_image_text .fst_text_block h3, .text_left.fst_video_text .fst_text_block h3 {
  text-align: left;
  padding: 0 30px;
}
.text_left.fst_image_text .fst_text_block p, .text_left.fst_video_text .fst_text_block p {
  text-align: left;
  padding: 0 30px;
}
.text_left.fst_image_text .fst_text_block a, .text_left.fst_video_text .fst_text_block a {
  margin-left: 30px;
}

.text_right.fst_image_text .fst_text_block, .text_right.fst_video_text .fst_text_block {
  align-items: flex-end;
}
.text_right.fst_image_text .fst_text_block h3, .text_right.fst_video_text .fst_text_block h3 {
  text-align: right;
  padding: 0 30px;
}
.text_right.fst_image_text .fst_text_block p, .text_right.fst_video_text .fst_text_block p {
  text-align: right;
  padding: 0 30px;
}
.text_right.fst_image_text .fst_text_block a, .text_right.fst_video_text .fst_text_block a {
  margin-right: 30px;
}


.white_bg {
  background-color: var(--bg-color) !important;
}

.wpforms-submit {
  background-color: #000 !important;
  color: #fff !important;
  min-width: 269px;
  border: 1px solid #000 !important;
  padding: 25px !important;
  font-family: "Helvetica Neue" !important;
  font-style: normal !important;
  font-size: 16px !important;
  line-height: 24px !important;
  letter-spacing: 0.64px !important;
  font-weight: normal !important;
  text-transform: uppercase !important;
}

.form_fields {
  margin-bottom: 60px;
}

.wpforms-field {
  margin-bottom: 40px !important;
}

.wpforms-field-label, .wpforms-field-label-inline {
  position: relative !important;
}

.wpforms-field-label-inline {
  padding-left: 32px !important;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #000;
}

div.wpforms-container-full .wpforms-form .wpforms-field-label-inline {
  color: #000;
  font-family: "Helvetica Neue" !important;
  font-style: normal !important;
  font-size: 16px !important;
  line-height: 24px !important;
  letter-spacing: 0.64px !important;
  font-weight: normal !important;
}

.wpforms-form {
  /* Checkbox */
  /* Radio */
  /* :checked */
  /* Transition */
}
.wpforms-form h1, .wpforms-form h2, .wpforms-form h3, .wpforms-form h4, .wpforms-form h5, .wpforms-form h6 {
  font-weight: normal;
}
.wpforms-form input[type=radio], .wpforms-form input[type=checkbox] {
  display: none !important;
}
.wpforms-form .wpforms-field-label-inline::before,
.wpforms-form .wpforms-field-label-inline::after {
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
}
.wpforms-form .wpforms-field-label-inline::before {
  content: " ";
  border: 2px solid #BFBFBF;
  border-radius: 0;
}
.wpforms-form input[type=checkbox] + .wpforms-field-label-inline::after {
  content: "✔";
  color: #871F1A;
  line-height: 1.5;
  text-align: center;
}
.wpforms-form input[type=radio] + .wpforms-field-label-inline::before {
  border-radius: 50%;
}
.wpforms-form input[type=radio] + .wpforms-field-label-inline::after {
  content: " ";
  top: 7px;
  left: 4px;
  width: 12px;
  height: 12px;
  background: #871f1a;
  border: 0.5 solid #871F1A;
  border-radius: 50%;
}
.wpforms-form input[type=checkbox]:checked + .wpforms-field-label-inline::before,
.wpforms-form input[type=radio]:checked + .wpforms-field-label-inline::before {
  background: #fff;
  border-color: #BFBFBF;
}
.wpforms-form input[type=checkbox] + .wpforms-field-label-inline::after,
.wpforms-form input[type=radio] + .wpforms-field-label-inline::after {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.wpforms-form input[type=checkbox]:checked + .wpforms-field-label-inline::after,
.wpforms-form input[type=radio]:checked + .wpforms-field-label-inline::after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.wpforms-form .wpforms-field-label-inline::before,
.wpforms-form .wpforms-field-label-inline::after {
  -webkit-transition: 0.25s all ease;
  -o-transition: 0.25s all ease;
  transition: 0.25s all ease;
}

div.wpforms-container-full .wpforms-form .wpforms-submit-container {
  width: 100%;
}
div.wpforms-container-full .wpforms-form .wpforms-submit-container .wpforms-submit {
  margin-left: calc(100% - 269px);
  max-height: 60px;
  padding: 0 !important;
  height: 60px;
  font-size: 14px !important;
}

.fst_contact_us_form .wpforms-field-container {
  width: 100% !important;
}
.fst_contact_us_form .wpforms-field-container .wpforms-field {
  margin: 0 !important;
}

@media (max-width: 600px) {
  .fst_pages .fst_image_text_wide .fst_image_block .main_image {
    object-fit: cover;
    height: 100vh;
  }
}

.fst_text_block {
  /*&.right_align{
        align-items: flex-end;

        h3{
            padding-right: 60px;
            @media (max-width: 1200px){
                padding-right: 0;
            }
        }
        p{
            text-align: right;
            padding-right: 60px;
            @media (max-width: 1200px){
                padding-right: 0;
            }
        }
    }*/
}
.fst_text_block.left_text {
  align-items: flex-start;
}
.fst_text_block.left_text div {
  text-align: left;
  max-width: 75%;
  padding: 0 8%;
}
@media (max-width: 1200px) {
  .fst_text_block.left_text div {
    padding: 0px 12%;
    max-width: 76%;
  }
}
@media (max-width: 600px) {
  .fst_text_block.left_text div {
    padding: 0 20px;
    max-width: 100%;
    margin-top: 20px;
  }
}
.fst_text_block.left_text div h3 {
  text-align: left;
  max-width: 100%;
}
@media (max-width: 1200px) {
  .fst_text_block.left_text div h3 {
    text-align: left;
  }
}
.fst_text_block.left_text div p {
  text-align: left;
  max-width: 100%;
}
@media (max-width: 1200px) {
  .fst_text_block.left_text div p {
    text-align: left;
  }
}
@media (max-width: 600px) {
  .fst_text_block.left_text div a {
    display: inline-block;
    width: 100%;
    margin: 0px 0px;
    max-width: 87%;
    text-align: center;
  }
}
.fst_text_block.center_text {
  align-items: flex-start;
}
.fst_text_block.center_text div {
  text-align: center;
  max-width: 100%;
  padding: 0 17%;
  display: inline-block;
  width: 66%;
}
@media (max-width: 1200px) {
  .fst_text_block.center_text div {
    padding: 0px 12%;
    max-width: 76%;
    width: 100%;
  }
}
@media (max-width: 600px) {
  .fst_text_block.center_text div {
    padding: 0px 5%;
    max-width: 100%;
  }
}
.fst_text_block.center_text div img {
  margin: auto;
}
.fst_text_block.center_text div h3 {
  text-align: center;
  max-width: 100%;
}
@media (max-width: 1200px) {
  .fst_text_block.center_text div h3 {
    text-align: center;
  }
}
.fst_text_block.center_text div p {
  text-align: center;
  max-width: 100%;
}
@media (max-width: 1200px) {
  .fst_text_block.center_text div p {
    text-align: center;
  }
}
@media (max-width: 600px) {
  .fst_text_block.center_text div a {
    width: 100%;
    margin: 0px 0px;
    max-width: 87%;
    display: block;
    text-align: center;
  }
}
.fst_text_block.right_align {
  align-items: flex-start;
}
.fst_text_block.right_align div {
  text-align: right;
  max-width: 66%;
  padding: 0 17%;
}
@media (max-width: 1200px) {
  .fst_text_block.right_align div {
    padding: 0px 12%;
    max-width: 76%;
  }
}
@media (max-width: 600px) {
  .fst_text_block.right_align div {
    padding: 0 20px;
    max-width: 100%;
  }
}
.fst_text_block.right_align div img {
  margin: auto;
  display: inline-block;
}
.fst_text_block.right_align div h3 {
  text-align: right;
  max-width: 100%;
}
@media (max-width: 1200px) {
  .fst_text_block.right_align div h3 {
    text-align: right;
  }
}
.fst_text_block.right_align div p {
  text-align: right;
  max-width: 100%;
}
@media (max-width: 1200px) {
  .fst_text_block.right_align div p {
    text-align: right;
  }
}
@media (max-width: 600px) {
  .fst_text_block.right_align div a {
    width: 100%;
    margin: 0px 0px;
    max-width: 87%;
    display: block;
    text-align: center;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
  .fst_text_block div p {
    font-size: 16px !important;
    line-height: 20px !important;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
  .fst_text_block div a {
    padding: 16px 15px 15px 15px !important;
    font-size: 12px !important;
  }
}

div.wpforms-container-full .wpforms-form .wpforms-submit-container {
  padding: 35px 0px 0px !important;
}
@media (max-width: 600px) {
  div.wpforms-container-full .wpforms-form .wpforms-submit-container button {
    min-width: 100% !important;
    margin: 0 !important;
  }
}

.fst_intro {
  position: fixed;
  background-color: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
@media (max-width: 1200px) {
  .fst_intro {
    display: none;
  }
}
.fst_intro .skip {
  position: absolute;
  z-index: 10;
  bottom: 120px;
  right: 60px;
  cursor: pointer;
}
.fst_intro .video_box {
  margin: 0 auto;
  position: relative;
  height: 100vh;
  overflow: hidden;
  width: 100%;
  max-height: 100vh;
  padding-bottom: 0;
}
.fst_intro .video_box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.fst_intro .video_box video {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0; 
  object-fit: cover;
}

/* .fst_intro .video_box video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
} */

.fst_parallax {
  max-height: 60vh;
  overflow: hidden;
  min-height: 50vh;
}
path#Path_4198, path#Path_4049 {
  opacity: 0.7;
  stroke-width: 1px;
}

.simple_text_block {
  /* Portrait */
}
.simple_text_block.padding-top-none {
  padding-top: 0px;
}
.simple_text_block.padding-top-40 {
  padding-top: 40px;
}
.simple_text_block.padding-bottom-none {
  padding-bottom: 0px;
}
.simple_text_block.padding-bottom-40 {
  padding-bottom: 40px;
}
.simple_text_block .vertical_container .text_box {
  font-family: "Helvetica Neue" !important;
  font-style: normal !important;
  font-weight: 300 !important;
  color: rgba(0, 0, 0, 0.7);
  font-size: 20px !important;
  line-height: 24px !important;
  letter-spacing: 0.88px !important;
}
.simple_text_block .vertical_container .text_box h3 {
  color: #000 !important;
}
.simple_text_block .vertical_container .text_box p {
  margin-bottom: 0px;
}
.simple_text_block .vertical_container .text_box ul, .simple_text_block .vertical_container .text_box ol {
  padding-left: 60px;
}
.simple_text_block .vertical_container .text_box ul li, .simple_text_block .vertical_container .text_box ol li {
  padding: 3px 0;
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .simple_text_block .vertical_container .text_box p {
    margin-bottom: 20px;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .simple_text_block .vertical_container .text_box p {
    margin-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .simple_text_block .three_two {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  #comments {
    width: 68%;
    margin: 0 auto;
  }
}
#comments h3 {
  font-family: "Helvetica Neue" !important;
  font-style: normal !important;
  font-size: 20px !important;
  line-height: 25px !important;
  letter-spacing: 0.125px !important;
  font-weight: normal !important;
}
#comments h3 em {
  font-style: normal;
}
#comments .commentlist .comment::marker {
  color: transparent;
}
#comments .commentlist .comment > div {
  position: relative;
  left: -40px;
}
#comments .commentlist .comment-author img {
  display: none;
}
#comments .commentlist .comment-author cite {
  font-family: "Helvetica Neue" !important;
  font-style: normal !important;
  font-size: 16px !important;
  line-height: 24px !important;
  letter-spacing: 0.64px !important;
  font-weight: normal !important;
}
#comments .commentlist .comment-author span {
  display: none;
}
#comments .comment-meta {
  display: none;
}
#comments .comment-body {
  font-family: "Helvetica Neue" !important;
  font-style: normal !important;
  font-size: 16px !important;
  line-height: 24px !important;
  letter-spacing: 0.64px !important;
  font-weight: normal !important;
  position: relative;
  top: -10px;
}
#comments .comment-body p {
  font-family: "Helvetica Neue" !important;
  font-style: normal !important;
  font-size: 16px !important;
  line-height: 24px !important;
  letter-spacing: 0.64px !important;
  font-weight: normal !important;
}
#comments .reply {
  display: none;
}
#comments form .logged-in-as {
  display: none;
}
#comments form .comment-form-comment {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
#comments form .comment-form-comment label {
  font-family: "Helvetica Neue" !important;
  font-style: normal !important;
  font-size: 16px !important;
  line-height: 24px !important;
  letter-spacing: 0.64px !important;
  font-weight: normal !important;
  color: #9D9D9D;
  display: inline-block;
  margin-bottom: 30px;
}
#comments form .comment-form-comment textarea {
  width: 100%;
  height: 200px;
  resize: none;
  border: 1px solid #BFBFBF;
  font-family: "Helvetica Neue" !important;
  font-style: normal !important;
  font-size: 16px !important;
  line-height: 24px !important;
  letter-spacing: 0.64px !important;
  font-weight: normal !important;
  box-sizing: border-box;
}
#comments form .comment-form-comment textarea:focus {
  outline: none;
  border: none;
}
#comments form .form-submit {
  display: flex;
  justify-content: flex-end;
}
#comments form .form-submit input[type=submit] {
  background-color: #000;
  color: #fff;
  font-family: "Helvetica Neue" !important;
  font-style: normal !important;
  font-size: 14px !important;
  line-height: 1 !important;
  letter-spacing: 0.64px !important;
  font-weight: normal !important;
  padding: 21px 80px;
  text-transform: uppercase;
  border: 0;
  cursor: pointer;
  max-height: 60px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media (max-width: 600px) {
  #comments form .form-submit input[type=submit] {
    width: 100%;
  }
}

.comment-form .comment-form-author label, .comment-form .comment-form-email label, .comment-form .comment-form-url label {
  font-family: "Helvetica Neue" !important;
  font-style: normal !important;
  font-size: 16px !important;
  line-height: 24px !important;
  letter-spacing: 0.64px !important;
  font-weight: normal !important;
  color: #871F1A;
}
.comment-form .comment-form-author input, .comment-form .comment-form-email input, .comment-form .comment-form-url input {
  width: 100%;
  max-width: 100% !important;
  padding: 25px !important;
  border: 1px solid #BFBFBF !important;
  box-sizing: border-box !important;
  min-height: 70px;
  border-radius: 0 !important;
}
.comment-form .comment-form-cookies-consent label {
  font-family: "Helvetica Neue" !important;
  font-style: normal !important;
  font-size: 16px !important;
  line-height: 24px !important;
  letter-spacing: 0.64px !important;
  font-weight: normal !important;
}

@media (min-width: 1200px) {
  .t_0 {
    padding-top: 0px !important;
  }
}

@media (min-width: 1200px) {
  .t_20 {
    padding-top: 20px !important;
  }
}

@media (min-width: 1200px) {
  .t_40 {
    padding-top: 40px !important;
  }
}

@media (min-width: 1200px) {
  .t_60 {
    padding-top: 60px !important;
  }
}

@media (min-width: 1200px) {
  .t_80 {
    padding-top: 80px !important;
  }
}

@media (min-width: 1200px) {
  .t_100 {
    padding-top: 100px !important;
  }
}

@media (max-width: 600px) {
  .t_100 {
    padding-top: 30px !important;
  }
  .t_80 {
    padding-top: 30px !important;
  }
}

/**********************************/
@media (min-width: 1200px) {
  .b_0 {
    padding-bottom: 0px !important;
  }
}

@media (min-width: 1200px) {
  .b_20 {
    padding-bottom: 20px !important;
  }
}

@media (min-width: 1200px) {
  .b_40 {
    padding-bottom: 40px !important;
  }
}

@media (min-width: 1200px) {
  .b_60 {
    padding-bottom: 60px !important;
  }
}

@media (min-width: 1200px) {
  .b_80 {
    padding-bottom: 80px !important;
  }
}

@media (min-width: 1200px) {
  .b_100 {
    padding-bottom: 100px !important;
  }
}

.three_two {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-top: 66.66%;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .three_two {
    margin-bottom: 30px;
    width: calc(100% - 40px);
  }
}
.three_two img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  display: block !important;
}

@media (min-width: 1200px) {
  .zsiq_theme1.zsiq_floatmain {
    bottom: 30px;
    right: 10px;
  }
}

.fst_notifications {
  width: 100%;
  height: 80px;
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: 0;
  background: transparent !important;
  pointer-events: none;
}
@media (max-width: 600px) {
  .fst_notifications {
    max-height: 140px;
    height: 140px;
  }
}
.fst_notifications.active {
  pointer-events: auto;
}
.fst_notifications .white_notification, .fst_notifications .black_notification {
  max-height: 80px;
  height: 80px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(200%);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}
@media (max-width: 600px) {
  .fst_notifications .white_notification, .fst_notifications .black_notification {
    max-height: 140px;
    height: 140px;
  }
}
.fst_notifications .white_notification.active, .fst_notifications .black_notification.active {
  transform: none;
}
.fst_notifications .white_notification p, .fst_notifications .black_notification p {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
.fst_notifications .white_notification svg, .fst_notifications .black_notification svg {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.fst_notifications .white_notification {
  background-color: #fff;
}
.fst_notifications .white_notification p {
  text-align: center;
  padding: 0 100px;
}
@media (max-width: 600px) {
  .fst_notifications .white_notification p {
    padding: 0px 70px 0 20px;
  }
}
.fst_notifications .white_notification p span {
  color: #871F1A;
}
.fst_notifications .black_notification {
  background-color: #000;
}
.fst_notifications .black_notification p {
  color: #fff;
  padding: 0 100px 0 50px;
}
@media (max-width: 600px) {
  .fst_notifications .black_notification p {
    padding: 0px 70px 0 20px;
  }
}
.fst_notifications .black_notification p a {
  text-decoration: underline;
}

@-moz-document url-prefix() {
  @media (max-width: 600px) {
    .fst_image_text_wide.centered_text .fst_text_block h3 {
      margin-top: 45px;
    }
  }
}
#wpforms-form-2293 #wpforms-2293-field_1-container {
  margin-bottom: 0 !important;
  padding: 0;
}
#wpforms-form-2293 #wpforms-2293-field_1 {
  width: 100%;
  margin: 0;
  max-width: 100%;
  height: 79px;
  background-color: rgba(255, 255, 255, 0.4) !important;
  color: #fff !important;
  border: 0 !important;
  padding: 30.5px;
}
#wpforms-form-2293 .wpforms-field-container {
  height: 79px;
  flex-grow: 1;
}
#wpforms-form-2293 .wpforms-submit-container {
  max-width: 79px;
  height: 79px;
  padding: 0 !important;
}
#wpforms-form-2293 #wpforms-submit-2293 {
  width: 100%;
  max-width: 79px !important;
  height: 79px;
  margin: 0;
  box-sizing: border-box;
  background: #fff !important;
  appearance: none;
  border: 0 !important;
  max-height: 77px;
  min-width: auto;
  color: #000 !important;
  font-size: 0 !important;
}
#wpforms-form-2293 #wpforms-submit-2293::after {
  content: url(../img/svg/submit-form.svg);
  position: absolute;
  z-index: 2;
  font-size: 24px;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  left: 50%;
  max-height: 79px;
  width: 79px;
  pointer-events: none;
}
@media (max-width: 600px) {
  #wpforms-form-2293 #wpforms-submit-2293 {
    max-height: 79px !important;
  }
}

.wpforms-confirmation-container-full {
  font-family: "Helvetica Neue" !important;
  font-style: normal !important;
  font-size: 18px !important;
  line-height: 1;
  letter-spacing: 1.12px !important;
  min-height: 77px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.join_fst_network label {
  color: #FFFFFF !important;
}

.fst_btn {
  color: #000000b3 !important;
  text-decoration: none !important;
  padding: 20px 20px 15px !important;
  border: 1px solid #000000b3 !important;
  text-transform: uppercase !important;
  font-family: "Helvetica Neue" !important;
  font-style: normal !important;
  font-size: 14px !important;
  line-height: 18px !important;
  letter-spacing: 1.4px !important;
  font-weight: normal !important;
}
@media (max-width: 600px) {
  .fst_btn {
    width: calc(100% - 40px);
    text-align: center;
    display: inline-block;
  }
}

video::-webkit-media-controls {
  display: none;
}

.fst_scorecard .container {
  width: 85%;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .fst_scorecard .container {
    width: calc(100% - 40px);
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .fst_scorecard .container table {
    display: block;
  }
}
@media (max-width: 600px) {
  .fst_scorecard .container table tbody {
    display: block;
  }
}
@media (max-width: 600px) {
  .fst_scorecard .container table tr.mw-100 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
@media (max-width: 600px) {
  .fst_scorecard .container table tr.scorecard_items {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
@media (max-width: 600px) {
  .fst_scorecard .container table tr.scorecard_items td:first-child {
    width: 20%;
    min-width: 20%;
    display: block;
  }
  .fst_scorecard .container table tr.scorecard_items td:nth-child(2) {
    width: 70%;
    min-width: 70%;
    display: block;
  }
  .fst_scorecard .container table tr.scorecard_items td:last-child {
    width: 100%;
    display: flex;
    min-width: 100%;
    justify-content: flex-start;
    padding-top: 12px;
    padding-left: 20%;
    box-sizing: border-box;
  }
}
@media (max-width: 600px) {
  .fst_scorecard .container table tr td.mw-100 {
    width: 100%;
    display: flex;
    min-width: 100%;
    justify-content: flex-start;
    padding-top: 12px;
    box-sizing: border-box;
  }
  .fst_scorecard .container table tr td.mw-100 .btn-fst {
    width: 100%;
    text-align: center;
  }
}
.fst_scorecard .container table tr td label {
  margin-right: 25px;
}
.fst_scorecard .container table tr td label:last-child {
  margin: 0;
}

@media (max-width: 600px) {
  .hidem {
    display: none;
  }
}

.bold {
  font-weight: bold;
}

.range_set {
  display: none;
}

@media (max-width: 600px) {
  .wide_parallax {
    padding-top: 35px;
  }
}

.share_this_section {
  text-align: center;
}
.share_this_section .share_it .share-it--icon {
  padding-right: 10px;
  text-decoration: none;
}

a.sans2.cta_btn_1, a.sans2.cta_btn_2 {
  margin-right: 30px;
}
@media (max-width: 600px) {
  a.sans2.cta_btn_1, a.sans2.cta_btn_2 {
    margin-right: 0px;
  }
}

@media (max-width: 600px) {
  .single-fst-applications .fst_header, .single-thankyou .fst_header {
    background-color: #fff;
  }
}
.single-fst-applications main, .single-thankyou main {
  width: 100%;
  box-sizing: border-box;
}
.single-fst-applications .main-bg, .single-thankyou .main-bg {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
}
.single-fst-applications .main-bg img, .single-thankyou .main-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-fst-applications .form-page, .single-thankyou .form-page {
  width: 100%;
  position: relative;
  z-index: 3;
  padding: 210px 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  box-sizing: border-box;
}
@media (max-width: 1200px) {
  .single-fst-applications .form-page, .single-thankyou .form-page {
    padding: 110px 0;
  }
}
@media (max-width: 600px) {
  .single-fst-applications .form-page, .single-thankyou .form-page {
    padding: 85px 0 0 0;
  }
}
.single-fst-applications .form-page .forms .form-iframe, .single-thankyou .form-page .forms .form-iframe {
  width: 100%;
  max-width: 1100px;
  padding: 75px 0px;
  background-color: #fff;
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 1200px) {
  .single-fst-applications .form-page .forms .form-iframe, .single-thankyou .form-page .forms .form-iframe {
    max-width: 80%;
    margin: 0 auto;
  }
}
@media (max-width: 600px) {
  .single-fst-applications .form-page .forms .form-iframe, .single-thankyou .form-page .forms .form-iframe {
    max-width: 100%;
    padding: 60px 0 0 0;
  }
}
.single-fst-applications .form-page .forms .form-iframe .icon-heading, .single-thankyou .form-page .forms .form-iframe .icon-heading {
  position: relative;
}
.single-fst-applications .form-page .forms .form-iframe .icon-heading img, .single-thankyou .form-page .forms .form-iframe .icon-heading img {
  position: absolute;
  left: 49%;
}
@media (max-width: 2000px) {
  .single-fst-applications .form-page .forms .form-iframe .icon-heading img, .single-thankyou .form-page .forms .form-iframe .icon-heading img {
    top: 15px;
  }
}
@media (max-width: 1680px) {
  .single-fst-applications .form-page .forms .form-iframe .icon-heading img, .single-thankyou .form-page .forms .form-iframe .icon-heading img {
    top: 15px;
  }
}
@media (max-width: 1200px) {
  .single-fst-applications .form-page .forms .form-iframe .icon-heading img, .single-thankyou .form-page .forms .form-iframe .icon-heading img {
    display: none;
  }
}
@media (max-width: 600px) {
  .single-fst-applications .form-page .forms .form-iframe .icon-heading img, .single-thankyou .form-page .forms .form-iframe .icon-heading img {
    display: none;
  }
}
@media (max-width: 600px) {
  .single-fst-applications .form-page .forms .form-iframe .iframe-content, .single-thankyou .form-page .forms .form-iframe .iframe-content {
    padding: 0px 10px;
  }
}
.single-fst-applications .form-page .forms .form-iframe .form-heading, .single-thankyou .form-page .forms .form-iframe .form-heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.single-fst-applications .form-page .forms .form-iframe .form-heading h1, .single-thankyou .form-page .forms .form-iframe .form-heading h1 {
  font-family: "Acta Display Book" !important;
  font-style: normal !important;
  font-size: 75px;
  line-height: 80px;
  letter-spacing: -0.02em;
  text-align: center;
}
@media (max-width: 600px) {
  .single-fst-applications .form-page .forms .form-iframe .form-heading h1, .single-thankyou .form-page .forms .form-iframe .form-heading h1 {
    font-size: 45px !important;
    line-height: 50px;
    margin: 40px 0;
  }
}
.single-fst-applications .form-page .forms .thank-you, .single-thankyou .form-page .forms .thank-you {
  width: 100%;
  max-width: 1100px;
  padding: 245px 125px;
  background-color: #fff;
  box-sizing: border-box;
  position: relative;
  text-align: center;
}
@media (max-width: 1200px) {
  .single-fst-applications .form-page .forms .thank-you, .single-thankyou .form-page .forms .thank-you {
    max-width: 80%;
    margin: 0 auto;
  }
}
@media (max-width: 600px) {
  .single-fst-applications .form-page .forms .thank-you, .single-thankyou .form-page .forms .thank-you {
    max-width: 100%;
    padding: 30% 5%;
  }
}
.single-fst-applications .form-page .forms .thank-you .thank-you-content .icon-heading, .single-thankyou .form-page .forms .thank-you .thank-you-content .icon-heading {
  text-align: center;
}
.single-fst-applications .form-page .forms .thank-you .thank-you-content .icon-heading img, .single-thankyou .form-page .forms .thank-you .thank-you-content .icon-heading img {
  margin: 0 auto;
}
.single-fst-applications .form-page .forms .thank-you .thank-you-content .content p, .single-thankyou .form-page .forms .thank-you .thank-you-content .content p {
  font-family: "Helvetica Neue" !important;
  font-style: normal !important;
  font-size: 20px;
  line-height: 28px;
  color: #575757;
}
.single-fst-applications .form-page .forms .thank-you .thank-you-content .content .cta_btn_1, .single-thankyou .form-page .forms .thank-you .thank-you-content .content .cta_btn_1 {
  display: inline-block;
  color: #000000b3;
  text-decoration: none;
  padding: 20px 20px 15px;
  border: 1px solid #000000b3;
  text-transform: uppercase;
  font-family: "Helvetica Neue" !important;
  font-style: normal !important;
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
  .single-fst-applications .form-page .forms .thank-you .thank-you-content .content .cta_btn_1, .single-thankyou .form-page .forms .thank-you .thank-you-content .content .cta_btn_1 {
    padding: 16px 15px 15px 15px !important;
    font-size: 12px !important;
  }
}
@media (max-width: 600px) {
  .single-fst-applications .form-page .forms .thank-you .thank-you-content .content .cta_btn_1, .single-thankyou .form-page .forms .thank-you .thank-you-content .content .cta_btn_1 {
    width: calc(100% - 40px);
    margin-bottom: 20px;
    box-sizing: border-box;
  }
}
.single-fst-applications .form-page .forms .form-layout-image, .single-thankyou .form-page .forms .form-layout-image {
  background-color: #fff;
}
@media (max-width: 1200px) {
  .single-fst-applications .form-page .forms .form-layout-image, .single-thankyou .form-page .forms .form-layout-image {
    width: 80%;
    margin: 0 auto;
  }
}
@media (max-width: 600px) {
  .single-fst-applications .form-page .forms .form-layout-image, .single-thankyou .form-page .forms .form-layout-image {
    width: 100%;
  }
}
.single-fst-applications footer, .single-thankyou footer {
  position: relative;
  z-index: 3;
}
.single-fst-applications .copywrite, .single-thankyou .copywrite {
  position: relative;
  z-index: 3;
}
.single-fst-applications .copywrite, .single-thankyou .copywrite {
  position: relative;
  z-index: 3;
}
.single-fst-applications .mobile_footer, .single-thankyou .mobile_footer {
  position: relative;
  z-index: 3;
}

.resource-listing .fst_article .article_inner {
  padding: 0 0 0 0;
}
.resource-listing .article_title {
  min-height: 120px;
  overflow: hidden;
}
.resource-listing .document_text {
  min-height: 120px;
}
.resource-listing .download-link {
  border: 1px solid #ccc;
  padding: 10px;
  text-align: center;
  color: #000;
}
.resource-listing .download-link:hover {
  border: 1px solid #871F1A;
}

.fst_offices {
  overflow: visible;
  width: 100%;
}
@media (max-width: 1200px) {
  .fst_offices {
    overflow: hidden;
  }
}
.fst_offices .container {
  width: 85%;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto;
  overflow: visible;
}
@media (max-width: 600px) {
  .fst_offices .container {
    width: calc(100% - 0px);
    max-width: 100%;
  }
}
.fst_offices .container .countries {
  width: 100%;
  max-width: 430px;
  margin-left: 30px;
}
@media (max-width: 1200px) {
  .fst_offices .container .countries {
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .fst_offices .container .countries {
    margin-left: 0px;
  }
}
.fst_offices .container .countries h3 {
  margin-top: 0px;
}
@media (max-width: 600px) {
  .fst_offices .container .countries h3 {
    padding-left: 20px;
  }
}
.fst_offices .container .countries .fstg_accordion .accordion .location {
  padding: 20px 0;
  border-bottom: 1px solid #EAEAEA;
}
@media (max-width: 600px) {
  .fst_offices .container .countries .fstg_accordion .accordion .location {
    padding: 20px;
  }
}
.fst_offices .container .countries .fstg_accordion .accordion .location:first-child {
  border-top: 1px solid #EAEAEA;
}
.fst_offices .container .countries .fstg_accordion .accordion .location .accordion_toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.fst_offices .container .countries .fstg_accordion .accordion .location .accordion_toggle span {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.fst_offices .container .countries .fstg_accordion .accordion .location .accordion_toggle span svg {
  margin-right: 10px;
  width: 32px;
  height: auto;
  top: -2px;
  position: relative;
}
.fst_offices .container .countries .fstg_accordion .accordion .location .inner {
  overflow: hidden;
  display: none;
  padding: 30px 0;
}
@media (max-width: 1200px) {
  .fst_offices .container .countries .fstg_accordion .accordion .location .inner {
    overflow: visible;
  }
}
.fst_offices .container .countries .fstg_accordion .accordion .location .inner > h4 {
  margin: 0;
  padding: 0px 0 20px;
}
@media (max-width: 1200px) {
  .fst_offices .container .countries .fstg_accordion .accordion .location .inner > h4 {
    display: none;
  }
}
@media (max-width: 600px) {
  .fst_offices .container .countries .fstg_accordion .accordion .location .inner > h4 {
    display: block;
  }
}
.fst_offices .container .countries .fstg_accordion .accordion .location .inner .address {
  color: #575757;
}
@media (max-width: 1200px) {
  .fst_offices .container .countries .fstg_accordion .accordion .location .inner .address {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 60px;
  }
}
@media (max-width: 600px) {
  .fst_offices .container .countries .fstg_accordion .accordion .location .inner .address {
    grid-template-columns: 1fr;
  }
}
.fst_offices .container .countries .fstg_accordion .accordion .location .inner .address .contact_address {
  padding-top: 60px;
}
@media (max-width: 1200px) {
  .fst_offices .container .countries .fstg_accordion .accordion .location .inner .address .contact_address {
    padding-top: 0;
  }
}
.fst_offices .container .countries .fstg_accordion .accordion .location .inner .address .contact_address:first-child {
  padding-top: 0;
}
.fst_offices .container .countries .fstg_accordion .accordion .location .inner .address p {
  display: block;
  width: 100%;
  padding-bottom: 1px;
  white-space: nowrap;
}
.fst_offices .container .countries .fstg_accordion .accordion .location .inner .address p.title {
  color: #000;
}
.fst_offices .container .countries .fstg_accordion .accordion .location .inner .address p a {
  margin: 0;
}
.fst_offices .container .countries .fstg_accordion .accordion .location .inner .address p a.email {
  margin: 0px 0px 40px 0px;
}
.fst_offices .container .countries .fstg_accordion .accordion .location .inner .address a {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  margin: 20px 0 40px;
}
.fst_offices .container .countries .fstg_accordion .accordion .location .inner .address a svg {
  margin-left: 12px;
}
.fst_offices .container .countries .fstg_accordion .accordion .location .fst_local_contact {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 30px;
  row-gap: 36px;
}
@media (max-width: 1200px) {
  .fst_offices .container .countries .fstg_accordion .accordion .location .fst_local_contact {
    display: none;
  }
}
@media (max-width: 600px) {
  .fst_offices .container .countries .fstg_accordion .accordion .location .fst_local_contact {
    display: grid;
  }
}
.fst_offices .container .countries .fstg_accordion .accordion .location .fst_local_contact .team .team_pic {
  width: 100%;
  padding-top: 100%;
  position: relative;
}
.fst_offices .container .countries .fstg_accordion .accordion .location .fst_local_contact .team .team_pic img {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.fst_offices .container .countries .fstg_accordion .accordion .location .fst_local_contact .team .team_txt {
  padding: 20px 0 0;
}
.fst_offices .container .countries .fstg_accordion .accordion .location .fst_local_contact .team .team_txt .team_name {
  margin: 0 0 1px;
}
.fst_offices .container .countries .fstg_accordion .accordion .location .fst_local_contact .team .team_txt .team_designation {
  color: #575757;
  margin: 0;
}
.fst_offices .container .countries .fstg_accordion .accordion .location .tabs_view {
  display: none;
  padding-top: 60px;
  position: relative;
}
@media (max-width: 1200px) {
  .fst_offices .container .countries .fstg_accordion .accordion .location .tabs_view {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media (max-width: 600px) {
  .fst_offices .container .countries .fstg_accordion .accordion .location .tabs_view {
    display: none;
  }
}
.fst_offices .container .countries .fstg_accordion .accordion .location .tabs_view .tab_city {
  width: 40%;
}
.fst_offices .container .countries .fstg_accordion .accordion .location .tabs_view .tab_city .cityX {
  position: relative;
}
.fst_offices .container .countries .fstg_accordion .accordion .location .tabs_view .tab_city .fst_image_block {
  width: 100%;
  padding-top: 82%;
  position: relative;
}
@media (max-width: 1200px) {
  .fst_offices .container .countries .fstg_accordion .accordion .location .tabs_view .tab_city .fst_image_block {
    padding-top: 100%;
  }
}
.fst_offices .container .countries .fstg_accordion .accordion .location .tabs_view .tab_city .fst_image_block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}
.fst_offices .container .countries .fstg_accordion .accordion .location .tabs_view .tab_city .city_info {
  position: absolute;
  z-index: 3;
  top: 30px;
  right: 30px;
  color: rgba(255, 255, 255, 0.5);
}
.fst_offices .container .countries .fstg_accordion .accordion .location .tabs_view .tab_city .city_info span {
  color: #fff;
  padding: 0 10px;
}
.fst_offices .container .countries .fstg_accordion .accordion .location .tabs_view .tab_city .city_info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  right: 0;
  padding: 0 25px;
  box-sizing: border-box;
}
.fst_offices .container .countries .fstg_accordion .accordion .location .tabs_view .tab_local_contact {
  width: 60%;
  padding: 0 30px;
  box-sizing: border-box;
  overflow: visible;
}
.fst_offices .container .countries .fstg_accordion .accordion .location .tabs_view .tab_local_contact .swiper-container {
  overflow: visible;
}
.fst_offices .container .countries .fstg_accordion .accordion .location .tabs_view .tab_local_contact .swiper-slide .team_pic {
  width: 100%;
  padding-top: 100%;
  position: relative;
}
.fst_offices .container .countries .fstg_accordion .accordion .location .tabs_view .tab_local_contact .swiper-slide .team_pic img {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.fst_offices .container .countries .fstg_accordion .accordion .location .tabs_view .tab_local_contact .swiper-slide .team_txt {
  padding: 20px 0 0;
}
.fst_offices .container .countries .fstg_accordion .accordion .location .tabs_view .tab_local_contact .swiper-slide .team_txt .team_name {
  margin: 0 0 1px;
}
.fst_offices .container .countries .fstg_accordion .accordion .location .tabs_view .tab_local_contact .swiper-slide .team_txt .team_designation {
  color: #575757;
  margin: 0;
}
.fst_offices .container .city {
  width: calc(100% - 500px);
  position: sticky;
  top: 60px;
}
@media (max-width: 1200px) {
  .fst_offices .container .city {
    display: none;
  }
}
.fst_offices .container .city .fst_image_block {
  width: 100%;
  padding-top: 82%;
  position: relative;
}
@media (max-width: 1200px) {
  .fst_offices .container .city .fst_image_block {
    padding-top: 100%;
  }
}
.fst_offices .container .city .fst_image_block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}
.fst_offices .container .city .city_info {
  position: absolute;
  z-index: 3;
  top: 30px;
  right: 30px;
  color: rgba(255, 255, 255, 0.5);
}
.fst_offices .container .city .city_info span {
  color: #fff;
  padding: 0 10px;
}

#hero_popup h3.title {
  font-family: "Helvetica Neue" !important;
  font-style: normal !important;
}
@media (max-width: 600px) {
  #hero_popup h3.title {
    font-family: "Helvetica Neue" !important;
    font-style: normal !important;
    font-size: 24px !important;
    line-height: 26px !important;
    font-style: normal !important;
    padding: 25px 20px;
    width: 100vw;
    box-sizing: border-box;
    border-top: 1px solid #dfdfdf;
  }
}
#hero_popup .hero_dropdown ul li {
  border-bottom: 0;
  border-top: 1px solid #dfdfdf;
}
@media (max-width: 600px) {
  #hero_popup .hero_dropdown ul li {
    display: flex;
    padding: 25px 20px !important;
    width: 100vw;
    box-sizing: border-box;
    position: relative;
    left: 20px;
  }
}
#hero_popup .hero_dropdown ul li:hover {
  background: #F4F4F4;
}
#hero_popup .hero_dropdown ul li span {
  font-family: "Helvetica Neue" !important;
  font-style: normal !important;
}
@media (max-width: 600px) {
  #hero_popup .hero_dropdown ul li span {
    font-size: 20px;
    line-height: 26px;
  }
}
#hero_popup .hero_dropdown ul li a.sans4-5 {
  font-family: "Helvetica Neue" !important;
  font-style: normal !important;
  font-size: 25px !important;
}
@media (max-width: 600px) {
  #hero_popup .hero_dropdown ul li a.sans4-5 {
    font-family: "Helvetica Neue" !important;
    font-style: normal !important;
    font-size: 20px !important;
    line-height: 26px !important;
  }
}

.team.member_info {
  cursor: pointer;
}

.fst-resource-list .top_row h3 {
  font-family: "Acta Display Book" !important;
}

/*# sourceMappingURL=style.css.map */
.photo-gallery{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.photo-item{
  width: 32%;
  margin-right: 1%;
  /* margin-left: 1%; */
  padding-top: 20px;
}