@charset "UTF-8";
@import "../icon-font/style.css";
html .wowo {
  opacity: 0;
}
html .wowo.animated {
  animation-duration: 0.7s;
  visibility: visible;
  animation-fill-mode: both;
}

.delay-in-1 {
  animation-delay: 0.1s;
}

.delay-in-2 {
  animation-delay: 0.2s;
}

.delay-in-3 {
  animation-delay: 0.3s;
}

.delay-in-4 {
  animation-delay: 0.4s;
}

.delay-in-5 {
  animation-delay: 0.5s;
}

.delay-in-6 {
  animation-delay: 0.6s;
}

.delay-in-7 {
  animation-delay: 0.7s;
}

.delay-in-8 {
  animation-delay: 0.8s;
}

.delay-in-9 {
  animation-delay: 0.9s;
}

.delay-in-10 {
  animation-delay: 1s;
}

.delay-in-11 {
  animation-delay: 1.1s;
}

.delay-in-12 {
  animation-delay: 1.2s;
}

.delay-in-13 {
  animation-delay: 1.3s;
}

.delay-in-14 {
  animation-delay: 1.4s;
}

.delay-in-15 {
  animation-delay: 1.5s;
}

.delay-in-16 {
  animation-delay: 1.6s;
}

.delay-in-17 {
  animation-delay: 1.7s;
}

.delay-in-18 {
  animation-delay: 1.8s;
}

.delay-in-19 {
  animation-delay: 1.9s;
}

.delay-in-20 {
  animation-delay: 2s;
}

.delay-in-21 {
  animation-delay: 2.1s;
}

.delay-in-22 {
  animation-delay: 2.2s;
}

.delay-in-23 {
  animation-delay: 2.3s;
}

.delay-in-24 {
  animation-delay: 2.4s;
}

.delay-in-25 {
  animation-delay: 2.5s;
}

.delay-in-26 {
  animation-delay: 2.6s;
}

.delay-in-27 {
  animation-delay: 2.7s;
}

.delay-in-28 {
  animation-delay: 2.8s;
}

.delay-in-29 {
  animation-delay: 2.9s;
}

.delay-in-30 {
  animation-delay: 3s;
}

.fadeIn.animated {
  animation-name: fadeIn;
}

.fadeInUp.animated {
  animation-name: fadeInUp;
}

.fadeInLeft.animated {
  animation-name: fadeInLeft;
}

.fadeInRight.animated {
  animation-name: fadeInRight;
}

.zoomOut.animated {
  animation-name: zoomOut;
}

.fillWidth.animated {
  animation-name: fillWidth;
}

.circleAnimate.animated {
  animation-name: circleAnimate;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-30px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(30px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 0;
    transform: scale(1.08);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fillWidth {
  0% {
    opacity: 1;
    stroke-dashoffset: 700;
  }
  to {
    opacity: 1;
    stroke-dashoffset: 0;
  }
}
@keyframes circleAnimate {
  0% {
    opacity: 0;
    r: 0;
  }
  to {
    opacity: 1;
    r: 8;
  }
}
@font-face {
  font-family: "TT Norms";
  src: url("../fonts/TTNorms-Regular.eot");
  src: url("../fonts/TTNorms-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/TTNorms-Regular.woff2") format("woff2"), url("../fonts/TTNorms-Regular.woff") format("woff"), url("../fonts/TTNorms-Regular.ttf") format("truetype"), url("../fonts/TTNorms-Regular.svg#../fonts/TTNorms-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Norms";
  src: url("../fonts/TTNorms-Bold.eot");
  src: url("../fonts/TTNorms-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/TTNorms-Bold.woff2") format("woff2"), url("../fonts/TTNorms-Bold.woff") format("woff"), url("../fonts/TTNorms-Bold.ttf") format("truetype"), url("../fonts/TTNorms-Bold.svg#../fonts/TTNorms-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*:not(input, textarea):focus-visible {
  outline: 2px solid #9D9D9D !important;
}

html {
  scroll-behavior: unset !important;
  height: 100%;
}
html > .hidden {
  overflow: hidden;
}

body {
  width: 100%;
  height: 100%;
  overflow-x: hidden !important;
  transition: opacity 0.2s ease-in-out;
  position: relative;
}
body.overflow-hidden {
  overflow: hidden !important;
}
body.body-opacity {
  opacity: 0;
}

html,
body {
  font-size: 20px;
  line-height: 1.6;
  color: #000000;
  font-family: "TT Norms";
}
@media (max-width: 767.9px) {
  html,
  body {
    font-size: 18px;
  }
}
html .colour-red,
body .colour-red {
  color: #E01733;
}

section {
  max-width: 100vw;
  overflow-x: clip !important;
  overflow-y: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  transition: color 0.4s;
  margin-top: 30px;
  margin-bottom: 30px;
  font-weight: bold;
  line-height: 1.6;
}
@media (max-width: 767.9px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0 !important;
}

h1 {
  font-size: 52px;
}
@media (max-width: 1199.9px) {
  h1 {
    font-size: 42px;
  }
}
@media (max-width: 767.9px) {
  h1 {
    font-size: 37px;
  }
}

h2 {
  font-size: 48px;
}
@media (max-width: 1199.9px) {
  h2 {
    font-size: 38px;
  }
}
@media (max-width: 767.9px) {
  h2 {
    font-size: 34px;
  }
}

h3 {
  font-size: 44px;
}
@media (max-width: 767.9px) {
  h3 {
    font-size: 34px;
  }
}
@media (max-width: 575.9px) {
  h3 {
    font-size: 30px;
  }
}

h4 {
  font-size: 38px;
}
@media (max-width: 767.9px) {
  h4 {
    font-size: 30px;
  }
}

h5 {
  font-size: 32px;
}
@media (max-width: 767.9px) {
  h5 {
    font-size: 26px;
  }
}

h6 {
  font-size: 22px;
}
@media (max-width: 767.9px) {
  h6 {
    font-size: 18px;
  }
}

a {
  cursor: pointer;
  color: inherit;
  transition: color 0.4s, opacity 0.4s;
}
a:hover {
  color: #E01733;
}

p {
  margin: 0 0 12px;
}
p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767.9px) {
  p {
    margin-bottom: 15px;
  }
}
p a {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-decoration: underline;
}
p span {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}

ul,
ol {
  padding-left: 30px;
}
ul li,
ol li {
  position: relative;
  margin-bottom: 3px;
}
@media (max-width: 767.9px) {
  ul li,
  ol li {
    margin-bottom: 0px;
  }
}
ul li:last-child,
ol li:last-child {
  margin-bottom: 0;
}
ul li > ul, ul li > ol,
ol li > ul,
ol li > ol {
  margin-top: 3px;
}
@media (max-width: 767.9px) {
  ul li > ul, ul li > ol,
  ol li > ul,
  ol li > ol {
    margin-top: 0px;
  }
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

blockquote {
  font-size: 25px;
  line-height: 1.6;
  letter-spacing: 0;
  color: #E01733;
}
@media (max-width: 767.9px) {
  blockquote {
    font-size: 22px;
  }
}

img,
svg {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}

.img,
.image {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}

.img-bg {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.2s;
}

input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  outline: none;
  border: 0px;
  box-sizing: border-box;
  border-radius: 0;
  font-family: inherit;
  display: block;
  transition: opacity 0.4s, filter 0.4s;
}
input::-moz-placeholder {
  font-size: inherit !important;
  color: inherit !important;
  line-height: inherit !important;
  font-family: inherit !important;
}
input::placeholder {
  font-size: inherit !important;
  color: inherit !important;
  line-height: inherit !important;
  font-family: inherit !important;
}
input:focus {
  opacity: 0.88;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #000000;
}

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

button,
input[type=checkbox],
input[type=radio],
input[type=submit],
::before,
::after {
  transition: all 0.2s;
}

select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  outline: none;
  border: 0px;
  box-sizing: border-box;
  border-radius: 0;
  display: block;
  padding-right: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.btn,
.wp-block-button,
.btn-box {
  width: -moz-fit-content;
  width: fit-content;
}
.btn a,
.btn .wp-block-button__link,
.wp-block-button a,
.wp-block-button .wp-block-button__link,
.btn-box a,
.btn-box .wp-block-button__link {
  width: -moz-fit-content;
  width: fit-content;
  transition: background-color 0.4s, color 0.4s, border 0.4s, opacity 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin: 0 auto;
  text-decoration: none;
  text-align: center;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 0.07em;
  padding: 12.5px 30px;
  background-color: #E01733;
  border: 1px solid #E01733;
  color: #ffffff;
  font-weight: bold;
}
@media (max-width: 767.9px) {
  .btn a,
  .btn .wp-block-button__link,
  .wp-block-button a,
  .wp-block-button .wp-block-button__link,
  .btn-box a,
  .btn-box .wp-block-button__link {
    padding: 10.5px 25px;
  }
}
.btn a::before,
.btn .wp-block-button__link::before,
.wp-block-button a::before,
.wp-block-button .wp-block-button__link::before,
.btn-box a::before,
.btn-box .wp-block-button__link::before {
  transition: none;
}
.btn a:hover,
.btn .wp-block-button__link:hover,
.wp-block-button a:hover,
.wp-block-button .wp-block-button__link:hover,
.btn-box a:hover,
.btn-box .wp-block-button__link:hover {
  opacity: 1;
  background-color: #ffffff;
  color: #E01733;
}
.btn input[type=submit],
.wp-block-button input[type=submit],
.btn-box input[type=submit] {
  width: -moz-fit-content;
  width: fit-content;
  transition: background-color 0.4s, color 0.4s, border 0.4s, opacity 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin: 0 auto;
  text-decoration: none;
  text-align: center;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 0.07em;
  padding: 12.5px 30px;
  background-color: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
  font-weight: bold;
}
@media (max-width: 767.9px) {
  .btn input[type=submit],
  .wp-block-button input[type=submit],
  .btn-box input[type=submit] {
    padding: 10.5px 25px;
  }
}

.wp-block-button .wp-block-button__link::after {
  content: none;
}

.container {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}

.content {
  margin: 0 auto;
  max-width: 1500px;
  padding: 0 80px;
}
@media (max-width: 1199.9px) {
  .content {
    padding: 0 40px;
  }
}
@media (max-width: 991.9px) {
  .content {
    padding: 0 40px;
  }
}
@media (max-width: 767.9px) {
  .content {
    padding: 0 25px;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  padding: 25px 0 25.9px;
  background-color: #ffffff;
}
@media (max-width: 767.9px) {
  header {
    padding: 17px 0;
  }
}
header .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .content a {
  text-decoration: none;
}
header .content a:hover {
  opacity: 1;
  color: #E01733;
}
header .header-logo {
  max-width: 218.7px;
  display: flex;
  position: relative;
  z-index: 999;
}
@media (max-width: 767.9px) {
  header .header-logo {
    max-width: 170px;
  }
}
@media (min-width: 991.9px) {
  header .navigation {
    display: block !important;
  }
}
header .navigation ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
header .navigation ul li {
  padding: 0;
  margin: 0;
}
header .navigation .nav-menu {
  display: flex;
  align-items: center;
  font-size: 15px;
  line-height: unset;
  font-weight: 400;
}
header .navigation .nav-menu > .menu-item {
  margin-right: 50px;
  padding: 13px 0;
}
@media (max-width: 1199.9px) {
  header .navigation .nav-menu > .menu-item {
    margin-right: 25px;
  }
}
header .navigation .nav-menu > .menu-item > a {
  text-transform: uppercase;
}
header .navigation .nav-menu > .menu-item > a[aria-current=page] {
  color: #E01733;
}
header .navigation .nav-menu > .menu-item:last-child {
  margin-right: 0;
}
header .navigation .nav-menu > .menu-item.has-sub-menu, header .navigation .nav-menu > .menu-item.menu-item-has-children {
  position: relative;
}
header .navigation .nav-menu > .menu-item.has-sub-menu .sub-menu, header .navigation .nav-menu > .menu-item.menu-item-has-children .sub-menu {
  font-size: 17px;
  line-height: 1.6;
  font-weight: 400;
  display: none;
  position: absolute;
  bottom: 0;
  left: -22px;
  padding: 17px 22px 17px 22px;
  background-color: #ffffff;
  transform: translate(0, 100%);
  width: -moz-max-content;
  width: max-content;
  max-width: 310px;
  box-shadow: 0px 10px 24px 0px rgba(0, 0, 0, 0.1019607843);
  border: 1px solid #EDEDED;
}
header .navigation .nav-menu > .menu-item.has-sub-menu .sub-menu .menu-item, header .navigation .nav-menu > .menu-item.menu-item-has-children .sub-menu .menu-item {
  line-height: 1.2;
  margin-bottom: 15px;
}
header .navigation .nav-menu > .menu-item.has-sub-menu .sub-menu .menu-item:last-child, header .navigation .nav-menu > .menu-item.menu-item-has-children .sub-menu .menu-item:last-child {
  margin-bottom: 0;
}
header .navigation .nav-menu .menu-item.active > a {
  color: #E01733;
}
@media (max-width: 991.9px) {
  header .navigation {
    display: none;
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: #ffffff;
    padding: 120px 80px 60px;
  }
}
@media (max-width: 991.9px) and (max-width: 1199.9px) {
  header .navigation {
    padding: 120px 40px 60px;
  }
}
@media (max-width: 991.9px) and (max-width: 767.9px) {
  header .navigation {
    padding: 120px 25px 60px;
  }
}
@media (max-width: 991.9px) {
  header .navigation .nav-menu {
    font-size: 25px;
    line-height: 1.6;
    letter-spacing: 0;
    width: 100%;
    height: 100%;
    display: block;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-height: 100%;
    overflow-y: scroll;
    scrollbar-width: none;
  }
}
@media (max-width: 991.9px) and (max-width: 767.9px) {
  header .navigation .nav-menu {
    font-size: 22px;
  }
}
@media (max-width: 991.9px) {
  header .navigation .nav-menu::-webkit-scrollbar {
    width: 0 !important;
  }
  header .navigation .nav-menu > .menu-item {
    padding: 0;
    margin: 0 0 35px;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  header .navigation .nav-menu > .menu-item:last-child {
    margin-bottom: 0;
  }
  header .navigation .nav-menu > .menu-item > a {
    width: -moz-fit-content;
    width: fit-content;
  }
  header .navigation .nav-menu > .menu-item.has-sub-menu, header .navigation .nav-menu > .menu-item.menu-item-has-children {
    cursor: pointer;
    position: relative;
  }
  header .navigation .nav-menu > .menu-item.has-sub-menu::after, header .navigation .nav-menu > .menu-item.menu-item-has-children::after {
    font-size: 10px;
    content: "\e904";
    font-family: "icomoon" !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    right: 0;
    top: 15px;
    transition: all 0.2s;
  }
  header .navigation .nav-menu > .menu-item.has-sub-menu > a, header .navigation .nav-menu > .menu-item.menu-item-has-children > a {
    position: relative;
    text-align: left;
    padding-right: 35px;
  }
  header .navigation .nav-menu > .menu-item.has-sub-menu .sub-menu, header .navigation .nav-menu > .menu-item.menu-item-has-children .sub-menu {
    font-size: 25px;
    line-height: 1.6;
    letter-spacing: 0;
    padding: 8px 0;
    margin-bottom: -25px;
    position: relative;
    left: 0;
    transform: none;
    display: none;
    width: auto;
    opacity: 1 !important;
    text-align: left;
    box-shadow: none;
    border: none;
  }
}
@media (max-width: 991.9px) and (max-width: 767.9px) {
  header .navigation .nav-menu > .menu-item.has-sub-menu .sub-menu, header .navigation .nav-menu > .menu-item.menu-item-has-children .sub-menu {
    font-size: 22px;
  }
}
@media (max-width: 991.9px) {
  header .navigation .nav-menu > .menu-item.has-sub-menu .sub-menu .menu-item, header .navigation .nav-menu > .menu-item.menu-item-has-children .sub-menu .menu-item {
    margin-bottom: 8px;
  }
  header .navigation .nav-menu > .menu-item.has-sub-menu .sub-menu .menu-item:last-child, header .navigation .nav-menu > .menu-item.menu-item-has-children .sub-menu .menu-item:last-child {
    margin-bottom: 0;
  }
  header .navigation .nav-menu > .menu-item.activeA::after {
    transform: rotate(180deg);
    color: #E01733;
  }
}
header .hamburger {
  cursor: pointer;
  display: none;
  margin-left: 20px;
  width: 26px;
  height: 28px;
  position: relative;
}
header .hamburger span {
  width: 100%;
  background-color: #000000;
  height: 2px;
  position: absolute;
  left: 0;
  transition: all 0.2s;
}
header .hamburger span:first-child {
  top: 9px;
}
header .hamburger span:last-child {
  top: 16px;
}
header .hamburger.active span:first-child {
  top: 12px;
  transform: rotate(45deg);
}
header .hamburger.active span:last-child {
  top: 12px;
  transform: rotate(-45deg);
}
@media (max-width: 991.9px) {
  header .hamburger {
    display: block;
  }
}

.banner {
  margin-top: 100.8px;
  background-color: #000000;
  min-height: 320px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner .content {
  color: #ffffff;
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: 35px;
  padding-bottom: 35px;
}
.banner h1 {
  font-size: 52px;
  font-weight: bold;
  line-height: 1.1538461538;
  letter-spacing: 0.07em;
  color: #E01733;
  margin: 0 0 19px;
  text-transform: uppercase;
  max-width: 794px;
  padding: 0 35px;
}
@media (max-width: 1199.9px) {
  .banner h1 {
    font-size: 42px;
  }
}
@media (max-width: 767.9px) {
  .banner h1 {
    font-size: 37px;
  }
}
.banner p {
  font-size: 24px;
  margin: 0;
  max-width: 860px;
}
.banner .background-box {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.36;
}
.banner .background-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner.home-banner {
  height: auto;
  display: block;
  overflow: visible;
}
.banner.home-banner .content {
  position: relative;
  display: flex;
  padding-top: 129px;
  padding-bottom: 150px;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
}
@media (max-width: 1199.9px) {
  .banner.home-banner .content {
    padding-top: 82px;
    padding-bottom: 97px;
  }
}
@media (max-width: 991.9px) {
  .banner.home-banner .content {
    padding-top: 60px;
    padding-bottom: 65px;
  }
}
@media (max-width: 767.9px) {
  .banner.home-banner .content {
    padding-bottom: 25px;
  }
}
.banner.home-banner .banner-text {
  width: 100%;
  max-width: 51.8%;
  position: relative;
  z-index: 2;
}
@media (max-width: 1199.9px) {
  .banner.home-banner .banner-text {
    max-width: 700px;
  }
}
.banner.home-banner .banner-text h1 {
  font-size: 52px;
  font-weight: bold;
  line-height: 1.1538461538;
  letter-spacing: 0.07em;
  font-weight: 400;
  color: #9D9D9D;
  text-transform: uppercase;
  margin: 0 0 21px;
  max-width: unset;
  padding: 0;
}
@media (max-width: 1199.9px) {
  .banner.home-banner .banner-text h1 {
    font-size: 42px;
  }
}
@media (max-width: 767.9px) {
  .banner.home-banner .banner-text h1 {
    font-size: 37px;
  }
}
@media (max-width: 767.9px) {
  .banner.home-banner .banner-text h1 {
    margin-bottom: 11px;
  }
}
.banner.home-banner .banner-text h1 strong {
  font-weight: 700;
}
.banner.home-banner .banner-text .text-body {
  max-width: 591px;
  font-size: 24px;
}
@media (max-width: 767.9px) {
  .banner.home-banner .banner-text .text-body {
    font-size: 20px;
  }
}
.banner.home-banner .banner-text .text-body p:last-child {
  margin-bottom: 0;
}
.banner.home-banner .banner-text .btn {
  margin-top: 33px;
}
@media (max-width: 767.9px) {
  .banner.home-banner .banner-text .btn {
    margin-top: 17px;
  }
}
.banner.home-banner .banner-text .btn a {
  border: none;
}
.banner.home-banner .banner-text .video-btn a {
  display: flex;
  align-items: center;
}
.banner.home-banner .banner-text .video-btn a::before {
  margin-right: 6px;
  content: "\e903";
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 767.9px) {
  .banner.home-banner .banner-text .video-btn a:not(.mobile-show) {
    display: none;
  }
}
.banner.home-banner .banner-text .video-btn a.mobile-show {
  display: none;
}
@media (max-width: 767.9px) {
  .banner.home-banner .banner-text .video-btn a.mobile-show {
    display: flex;
  }
}
.banner.home-banner .home-img {
  position: absolute;
  right: -56px;
  width: 100%;
  max-width: 854px;
  bottom: 0;
  transition: opacity 0.2s;
  height: 541px;
  opacity: 0;
}
@media (max-width: 1199.9px) {
  .banner.home-banner .home-img {
    max-width: 681px;
    opacity: 0.7;
    height: 431px;
  }
}
@media (max-width: 991.9px) {
  .banner.home-banner .home-img {
    max-width: 596px;
    height: 377px;
  }
}
@media (max-width: 767.9px) {
  .banner.home-banner .home-img {
    max-width: unset;
    opacity: 1;
    position: relative;
    bottom: -25px;
    right: 35%;
    height: 269px;
    width: 120%;
  }
}
@media (max-width: 575.9px) {
  .banner.home-banner .home-img {
    height: 193px;
  }
}
@media (max-width: 400px) {
  .banner.home-banner .home-img {
    height: 150px;
  }
}
.banner.home-banner .home-img video {
  position: absolute;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  background-image: url(../images/poster.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top;
}
@media (max-width: 767.9px) {
  .banner.home-banner .home-img video {
    -o-object-position: top;
       object-position: top;
  }
}
.banner.home-banner .home-img::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 38.2%;
  background-image: url(../images/bottom_section.png);
  background-size: contain;
  transform: translateY(100%);
  background-repeat: no-repeat;
}
@media (max-width: 767.9px) {
  .banner.home-banner .home-img::after {
    display: none;
  }
}
.banner.home-banner .home-img.after-time {
  opacity: 1;
}
.banner .data-video {
  position: absolute;
  z-index: -20;
  opacity: 0;
  visibility: hidden;
}

.text-only {
  padding: 64px 0 64px;
  position: relative;
  z-index: 5;
}
@media (max-width: 767.9px) {
  .text-only {
    padding: 55px 0 35px;
  }
}
.text-only .text-body {
  font-size: 25px;
  line-height: 1.6;
  letter-spacing: 0;
  max-width: 53.4%;
}
@media (max-width: 767.9px) {
  .text-only .text-body {
    font-size: 22px;
  }
}
@media (max-width: 991.9px) {
  .text-only .text-body {
    max-width: 700px;
  }
}
.text-only .text-body p strong {
  font-weight: bold;
}
.text-only h1 {
  font-size: 52px;
  font-weight: bold;
  line-height: 1.1538461538;
  letter-spacing: 0.07em;
}
@media (max-width: 1199.9px) {
  .text-only h1 {
    font-size: 42px;
  }
}
@media (max-width: 767.9px) {
  .text-only h1 {
    font-size: 37px;
  }
}
.text-only h2 {
  font-size: 55px;
}
@media (max-width: 767.9px) {
  .text-only h2 {
    font-size: 38px;
  }
}
@media (max-width: 575.9px) {
  .text-only h2 {
    font-size: 34px;
  }
}
.text-only h3 {
  font-size: 46px;
}
@media (max-width: 767.9px) {
  .text-only h3 {
    font-size: 36px;
  }
}
@media (max-width: 575.9px) {
  .text-only h3 {
    font-size: 32px;
  }
}
.text-only h4 {
  font-size: 38px;
}
@media (max-width: 767.9px) {
  .text-only h4 {
    font-size: 30px;
  }
}
.text-only h5 {
  font-size: 30px;
}
@media (max-width: 767.9px) {
  .text-only h5 {
    font-size: 24px;
  }
}
.text-only h6 {
  font-size: 22px;
}
@media (max-width: 767.9px) {
  .text-only h6 {
    font-size: 18px;
  }
}

.image-and-text {
  padding: 53px 0;
}
@media (max-width: 991.9px) {
  .image-and-text {
    padding: 40px 0;
  }
}
@media (max-width: 767.9px) {
  .image-and-text {
    padding: 35px 0;
  }
}
.image-and-text .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991.9px) {
  .image-and-text .content {
    flex-direction: column !important;
  }
  .image-and-text .content > .image, .image-and-text .content > .text {
    margin: 0 !important;
    padding: 0 !important;
    max-width: unset !important;
  }
  .image-and-text .content > .image {
    margin-bottom: 35px !important;
  }
}
.image-and-text .image {
  display: flex;
  width: 100%;
  max-width: 641px;
  margin-right: 40px;
  border-radius: 4px;
  box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.1);
}
.image-and-text .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.image-and-text .text {
  width: 100%;
  max-width: 601px;
  margin-right: 40px;
}
@media (max-width: 1199.9px) {
  .image-and-text .text {
    margin-right: 0;
  }
}
.image-and-text .text > h2 {
  color: #E01733;
  margin: 0 0 30px;
}
@media (max-width: 767.9px) {
  .image-and-text .text > h2 {
    margin-bottom: 15px;
  }
}
.image-and-text .text h2 {
  font-size: 32px;
  line-height: 1.3;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
@media (max-width: 767.9px) {
  .image-and-text .text h2 {
    font-size: 26px;
  }
}
.image-and-text .text .btn {
  margin-top: 34px;
}
@media (max-width: 767.9px) {
  .image-and-text .text .btn {
    margin-top: 20px;
  }
}
.image-and-text.reverse .content {
  flex-direction: row-reverse;
}
.image-and-text.reverse .image {
  margin-right: 0;
  margin-left: 40px;
}
.image-and-text.reverse .text {
  margin-right: 0;
  max-width: 616px;
}
.image-and-text.no-image .image {
  display: none !important;
}
.image-and-text.no-image .content {
  align-items: center;
  justify-content: center;
}
.image-and-text.no-image .text {
  text-align: center;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.banner + .image-and-text {
  padding: 70px 0 53px;
}
.banner + .image-and-text .text {
  animation-delay: 0.5s;
}

.three-column + .image-and-text {
  margin-top: 37px;
}

.three-column {
  padding: 103px 0;
  background-color: #EEEEEE;
}
@media (max-width: 991.9px) {
  .three-column {
    padding: 65px 0;
  }
}
.three-column .column-heading h2 {
  text-transform: uppercase;
  font-size: 32px;
  margin: 0 0 96px;
}
@media (max-width: 991.9px) {
  .three-column .column-heading h2 {
    margin: 0 0 65px;
  }
}
@media (max-width: 767.9px) {
  .three-column .column-heading h2 {
    margin: 0 0 35px;
  }
}
.three-column .column-heading h2:empty {
  display: none;
}
.three-column .column-box {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin: 0 -25px -40px;
  flex-wrap: wrap;
}
.three-column .column-box .column-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 33.33%;
  padding: 0 25px;
  margin-bottom: 40px;
}
@media (max-width: 991.9px) {
  .three-column .column-box .column-item {
    max-width: 50%;
  }
}
@media (max-width: 767.9px) {
  .three-column .column-box .column-item {
    max-width: 100%;
  }
}
.three-column .column-box .column-item .column-img {
  max-width: 62px;
  max-height: 62px;
  margin-bottom: 24px;
}
.three-column .column-box .column-item .column-img:empty {
  display: none;
}
.three-column .column-box .column-item .column-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.three-column .column-box .column-item .column-body {
  flex: auto;
}
.three-column .column-box .column-item .column-body .column-title {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.07em;
  margin: 0 0 18px;
  text-transform: uppercase;
}
.image-and-text + .three-column {
  margin-top: 40px;
  padding: 63px 0 79px;
}
@media (max-width: 991.9px) {
  .image-and-text + .three-column {
    padding: 65px 0;
  }
}
@media (max-width: 767.9px) {
  .image-and-text + .three-column {
    margin-top: 35px;
  }
}

.logo-section {
  padding: 28px 0 68px;
}
@media (max-width: 767.9px) {
  .logo-section {
    padding: 28px 0 55px;
  }
}
.logo-section .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 -15px -25px;
}
@media (max-width: 991.9px) {
  .logo-section .content {
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
.logo-section .content .logo-item {
  width: auto;
  height: auto;
  max-width: 178px;
  max-height: 66.25px;
  height: 66.25px;
  margin: 0 15px 25px;
}
@media (max-width: 767.9px) {
  .logo-section .content .logo-item {
    max-width: calc(33.33% - 30px);
  }
}
.logo-section .content .logo-item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 991.9px) {
  .logo-section .content .logo-item:nth-child(2) {
    margin-left: 14%;
    margin-right: 14%;
  }
}
@media (max-width: 820px) {
  .logo-section .content .logo-item:nth-child(2) {
    margin-left: 6%;
    margin-right: 6%;
  }
}
@media (max-width: 767.9px) {
  .logo-section .content .logo-item:nth-child(2) {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.three-column + .logo-section {
  padding: 70px 0;
}
@media (max-width: 767.9px) {
  .three-column + .logo-section {
    padding: 35px 0 55px;
  }
}

.contact {
  background-color: #E01733;
}
.contact .content {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #ffffff;
  position: relative;
  padding-top: 97px;
  padding-bottom: 103px;
  z-index: 5;
  min-height: 470px;
}
@media (max-width: 991.9px) {
  .contact .content {
    padding-top: 70px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767.9px) {
  .contact .content {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.contact .contact-img {
  display: flex;
  position: absolute;
  left: -78px;
  bottom: 0;
  height: 525px;
  width: auto;
  max-width: unset;
  z-index: -1;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
@media (max-width: 1439.9px) {
  .contact .contact-img {
    opacity: 0.2;
  }
}
@media (max-width: 630px) {
  .contact .contact-img {
    width: 900px;
    left: -189px;
  }
}
@media (max-width: 575.9px) {
  .contact .contact-img {
    height: 670px;
  }
}
.contact .contact-img img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.contact .contact-content {
  width: 100%;
  max-width: 658px;
}
.contact .contact-content .contact-heading {
  text-transform: uppercase;
  font-size: 32px;
  line-height: 0.9375;
  letter-spacing: 0.07em;
  margin: 0 0 22px;
}
.contact .contact-content .contact-text {
  margin: 0 0 24px;
}
.contact .contact-content form {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contact .contact-content form .input-box {
  display: flex;
  width: 100%;
  max-width: 50%;
  padding: 0 10px;
  margin-bottom: 22px;
  border-radius: 4px;
}
@media (max-width: 575.9px) {
  .contact .contact-content form .input-box {
    max-width: 100%;
  }
}
.contact .contact-content form .input-box input {
  width: 100%;
  padding: 12.5px 20px;
  font-size: 15px;
  line-height: 1.2;
  background-color: #ffffff;
  color: #000000;
  border-radius: 4px;
  transition: all 0.2s;
}
.contact .contact-content form .submit-box {
  padding: 0 10px;
  margin-top: 4px;
}
.contact .contact-content form .submit-box input {
  width: 192px;
}
@media (max-width: 767.9px) {
  .contact .contact-content form .submit-box input {
    width: auto;
  }
}
.contact .contact-content form .submit-box input:hover {
  background-color: #ffffff;
  color: #E01733;
}
.contact a:hover {
  color: #ffffff;
}

footer {
  background-color: #000000;
  color: #ffffff;
}
footer .footer-top {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 41px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 575.9px) {
  footer .footer-top {
    flex-direction: column;
    padding: 40px 0 40px;
  }
}
footer .footer-top h2 {
  text-transform: uppercase;
  font-size: 26px;
  line-height: 1.1538461538;
  letter-spacing: 0.07em;
  margin: 0 37px 0 0;
}
@media (max-width: 767.9px) {
  footer .footer-top h2 {
    font-size: 22px;
  }
}
@media (max-width: 575.9px) {
  footer .footer-top h2 {
    margin: 0 0 25px;
    text-align: center;
  }
}
footer .footer-top .btn {
  display: flex;
}
footer .footer-top .download-btn a {
  display: flex;
  align-items: center;
  border: none;
}
footer .footer-top .download-btn a::before {
  font-size: inherit;
  margin-right: 6px;
  content: "\e902";
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
footer .footer-bottom a:hover {
  opacity: 1;
  color: #E01733;
}
footer .footer-bottom .logo-and-navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 51px 0 25px;
}
@media (max-width: 991.9px) {
  footer .footer-bottom .logo-and-navigation {
    flex-direction: column;
  }
}
@media (max-width: 767.9px) {
  footer .footer-bottom .logo-and-navigation {
    padding: 30px 0;
  }
}
footer .footer-bottom .logo-and-navigation .footer-logo {
  max-width: 218.7px;
  display: flex;
}
@media (max-width: 991.9px) {
  footer .footer-bottom .logo-and-navigation .footer-logo {
    margin-bottom: 30px;
  }
}
footer .footer-bottom .logo-and-navigation .navigation a {
  text-decoration: none;
}
footer .footer-bottom .logo-and-navigation .navigation ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
footer .footer-bottom .logo-and-navigation .navigation ul li {
  padding: 0;
  margin: 0;
}
footer .footer-bottom .logo-and-navigation .navigation .nav-menu {
  display: flex;
  align-items: center;
  font-size: 15px;
  line-height: unset;
  font-weight: 400;
}
@media (max-width: 767.9px) {
  footer .footer-bottom .logo-and-navigation .navigation .nav-menu {
    flex-wrap: wrap;
    margin: 0 -15px -15px;
  }
}
@media (max-width: 575.9px) {
  footer .footer-bottom .logo-and-navigation .navigation .nav-menu {
    flex-direction: column;
    margin-bottom: -8px;
  }
}
footer .footer-bottom .logo-and-navigation .navigation .nav-menu > .menu-item {
  margin-right: 50px;
}
@media (max-width: 1199.9px) {
  footer .footer-bottom .logo-and-navigation .navigation .nav-menu > .menu-item {
    margin-right: 25px;
  }
}
@media (max-width: 767.9px) {
  footer .footer-bottom .logo-and-navigation .navigation .nav-menu > .menu-item {
    width: 100%;
    max-width: 25%;
    margin: 0;
    padding: 0 15px;
    margin-bottom: 15px;
  }
}
@media (max-width: 575.9px) {
  footer .footer-bottom .logo-and-navigation .navigation .nav-menu > .menu-item {
    text-align: center;
    max-width: unset;
    margin-bottom: 8px;
  }
}
footer .footer-bottom .logo-and-navigation .navigation .nav-menu > .menu-item > a {
  text-transform: uppercase;
  white-space: nowrap;
}
footer .footer-bottom .logo-and-navigation .navigation .nav-menu > .menu-item:last-child {
  margin-right: 0;
}
footer .footer-bottom .logo-and-navigation .navigation .nav-menu > .menu-item.has-sub-menu .sub-menu {
  font-size: 17px;
  line-height: 1.6;
  font-weight: 400;
  display: none;
}
footer .footer-bottom .logo-and-navigation .navigation .nav-menu > .menu-item.has-sub-menu .sub-menu .sub-menu-item {
  margin-bottom: 15px;
}
footer .footer-bottom .logo-and-navigation .navigation .nav-menu > .menu-item.has-sub-menu .sub-menu .sub-menu-item:last-child {
  margin-bottom: 0;
}
footer .footer-bottom .logo-and-navigation .navigation .nav-menu .menu-item.active > a {
  color: #E01733;
  font-weight: bold;
}
footer .footer-bottom .copy-and-social {
  padding: 0 0 91px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 767.9px) {
  footer .footer-bottom .copy-and-social {
    padding-bottom: 50px;
  }
}
@media (max-width: 575.9px) {
  footer .footer-bottom .copy-and-social {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
footer .footer-bottom .copy-and-social .copy {
  font-size: 13px;
  line-height: 1.2;
  transform: translateY(3px);
  margin-right: 50px;
}
@media (max-width: 575.9px) {
  footer .footer-bottom .copy-and-social .copy {
    margin: 0 0 25px;
    text-align: center;
  }
}
footer .footer-bottom .copy-and-social .social {
  display: flex;
  align-items: center;
}
footer .footer-bottom .copy-and-social .social a {
  text-decoration: none;
  display: flex;
  margin-right: 25px;
  font-size: 24px;
}
footer .footer-bottom .copy-and-social .social a:last-child {
  margin-right: 0;
}
footer .footer-bottom .copy-and-social .social a span::before {
  color: inherit !important;
  transition: none;
}

.video {
  padding-bottom: 144px;
}
@media (max-width: 576.9px) {
  .video {
    padding-bottom: 94px;
  }
}
.video .container .video-link {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.video .container .video-link .img {
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
}
.video .container .video-link .img:hover div {
  scale: 1.18;
}
.video .container .video-link .img div {
  padding-top: 42.7%;
  background-size: cover;
  transition: all 0.2s;
}
.video .container .video-link img {
  width: 46px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 767.98px) {
  .video .container .video-link img {
    width: 32px;
  }
}
.video .container .video-link .data-video {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
}

.video-light-box {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
}
.video-light-box:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0.8;
}
.video-light-box .close {
  opacity: 1;
  background: none;
  display: block;
  width: 28px;
  height: 28px;
  position: absolute;
  z-index: 9;
  right: -7px;
  top: -30px;
  transition: All 0.2s ease-in-out;
  cursor: pointer;
}
.video-light-box .close:before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: #ffffff;
  transform: rotate(-45deg) translateZ(0);
  position: absolute;
  left: 3px;
  top: 13px;
  transition: All 0.3s ease-in-out;
}
.video-light-box .close:after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: #ffffff;
  transform: rotate(45deg) translateZ(0);
  position: absolute;
  left: 3px;
  top: 13px;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
}
.video-light-box .video-box {
  max-width: 1134px;
  width: 100%;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
}
@media (max-width: 1200px) {
  .video-light-box .video-box {
    width: 96%;
  }
}
.video-light-box .video-box video {
  width: 100%;
}
.video-light-box .video-box iframe {
  width: 100%;
  height: 641px;
}
@media (max-width: 1200px) {
  .video-light-box .video-box iframe {
    height: 52.9vw;
  }
}

.gform_wrapper {
  margin: 0;
}
.gform_wrapper form {
  margin: 0;
}
.gform_wrapper .gform_heading {
  margin: 0 !important;
}
.gform_wrapper .gform_heading .gform_title {
  text-transform: uppercase;
  font-size: 32px;
  line-height: 0.9375;
  letter-spacing: 0.07em !important;
  margin: 0 0 22px;
}
.gform_wrapper .gform_heading .gform_description {
  margin: 0 0 24px;
}
.gform_wrapper .gform_body ul {
  margin: 0;
  padding: 0;
}
.gform_wrapper .gform_body ul li {
  margin: 0;
  padding: 0;
}
.gform_wrapper .gform_body .gform_fields {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin: 0 -10px !important;
  flex-wrap: wrap;
}
.gform_wrapper .gform_body .gform_fields .gfield {
  display: flex;
  width: 100%;
  padding: 0 10px !important;
  margin: 0 0 22px !important;
  border-radius: 4px;
  max-width: 50%;
  border: none !important;
  background: none !important;
}
@media (max-width: 575.9px) {
  .gform_wrapper .gform_body .gform_fields .gfield {
    max-width: 100%;
  }
}
.gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
  display: none;
  visibility: hidden;
}
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container {
  display: flex;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container input {
  width: 100%;
  padding: 12.5px 20px !important;
  font-size: 15px !important;
  line-height: 1.2;
  background-color: #ffffff;
  color: #000000;
  border-radius: 4px;
  transition: all 0.2s;
  border: none !important;
  margin: 0 !important;
}
.gform_wrapper .gform_footer {
  width: -moz-fit-content !important;
  width: fit-content !important;
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
  margin-top: 4px !important;
}
.gform_wrapper .gform_footer input {
  transition: background-color 0.4s, color 0.4s, border 0.4s, opacity 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin: 0 auto;
  text-decoration: none;
  text-align: center;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 15px !important;
  line-height: 1.2;
  letter-spacing: 0.07em;
  padding: 12.5px 30px;
  background-color: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
  font-weight: bold;
  margin: 0 !important;
  width: 192px !important;
}
@media (max-width: 767.9px) {
  .gform_wrapper .gform_footer input {
    padding: 10.5px 25px;
  }
}
@media (max-width: 767.9px) {
  .gform_wrapper .gform_footer input {
    width: auto !important;
  }
}
.gform_wrapper .gform_footer input:hover {
  background-color: #ffffff;
  color: #E01733;
}
.gform_wrapper .gfield_contains_required.gfield_error {
  max-width: 50% !important;
}
@media (max-width: 575.9px) {
  .gform_wrapper .gfield_contains_required.gfield_error {
    max-width: 100% !important;
  }
}
.gform_wrapper .gfield_contains_required.gfield_error input {
  color: #E01733 !important;
}
.gform_wrapper .gform_ajax_spinner {
  width: 12px;
  aspect-ratio: 1 !important;
  padding: 5.5px;
  border: 1px solid #ffffff;
  border-bottom: 1px solid transparent;
  border-radius: 50%;
  overflow: hidden;
  animation: rotatesub 5s linear infinite;
  position: absolute;
  right: -12px;
  top: 50%;
  transform: translate(100%, -50%);
}
@keyframes rotatesub {
  from {
    transform: translate(100%, -50%) rotate(0deg);
  }
  to {
    transform: translate(100%, -50%) rotate(360deg); /* 旋转360度 */
  }
}

body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: 50% !important;
}
@media (max-width: 575.9px) {
  body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100% !important;
  }
}
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin: 0 !important;
}

.validation_message,
.validation_error {
  display: none !important;
}

@media (max-width: 600px) {
  .wp-block-media-text .wp-block-media-text__content {
    padding: 20px 0;
  }
}

.block-gutenberg,
.default-content {
  padding-top: 60px;
  padding-bottom: 80px;
}
@media (max-width: 991.9px) {
  .block-gutenberg,
  .default-content {
    padding-bottom: 50px;
  }
}
@media (max-width: 767.9px) {
  .block-gutenberg,
  .default-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.block-gutenberg h1,
.block-gutenberg h2,
.block-gutenberg h3,
.block-gutenberg h4,
.block-gutenberg h5,
.block-gutenberg h6,
.default-content h1,
.default-content h2,
.default-content h3,
.default-content h4,
.default-content h5,
.default-content h6 {
  margin: 35px 0;
}
@media (max-width: 767.9px) {
  .block-gutenberg h1,
  .block-gutenberg h2,
  .block-gutenberg h3,
  .block-gutenberg h4,
  .block-gutenberg h5,
  .block-gutenberg h6,
  .default-content h1,
  .default-content h2,
  .default-content h3,
  .default-content h4,
  .default-content h5,
  .default-content h6 {
    margin: 25px 0;
  }
}
.block-gutenberg a,
.default-content a {
  text-decoration: underline;
}
.block-gutenberg .whole-image,
.default-content .whole-image {
  overflow-x: visible !important;
}
.block-gutenberg .whole-image .content,
.default-content .whole-image .content {
  padding: 0 !important;
}
.block-gutenberg .whole-image .img,
.default-content .whole-image .img {
  overflow: visible;
}
.block-gutenberg .whole-image .img,
.default-content .whole-image .img {
  position: relative;
  width: 100vw;
  max-width: unset;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
}
.block-gutenberg .wp-block-media-text,
.default-content .wp-block-media-text {
  padding: 50px 0;
  margin: 0;
}
@media (max-width: 991.9px) {
  .block-gutenberg .wp-block-media-text,
  .default-content .wp-block-media-text {
    padding: 25px 0;
  }
}
@media (max-width: 600px) {
  .block-gutenberg .wp-block-media-text .wp-block-media-text__media,
  .default-content .wp-block-media-text .wp-block-media-text__media {
    margin: 0;
  }
  .block-gutenberg .wp-block-media-text .wp-block-media-text__content,
  .default-content .wp-block-media-text .wp-block-media-text__content {
    padding: 30px 0;
  }
}
@media (max-width: 991.9px) {
  .block-gutenberg .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content,
  .default-content .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    padding-top: 10px;
    grid-column: 1;
    grid-row: 2;
  }
  .block-gutenberg .wp-block-media-text.is-stacked-on-mobile,
  .default-content .wp-block-media-text.is-stacked-on-mobile {
    grid-template-columns: 100% !important;
  }
  .block-gutenberg .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media,
  .default-content .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
    grid-column: 1;
    grid-row: 1;
  }
}
.block-gutenberg .wp-block-image,
.default-content .wp-block-image {
  padding: 0;
}
.block-gutenberg .wp-block-quote cite,
.default-content .wp-block-quote cite {
  font-size: inherit;
}
.block-gutenberg .wp-block-embed .wp-block-embed__wrapper,
.default-content .wp-block-embed .wp-block-embed__wrapper {
  display: flex;
}
.block-gutenberg .wp-block-embed .wp-block-embed__wrapper iframe,
.default-content .wp-block-embed .wp-block-embed__wrapper iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.block-gutenberg .wp-block-pullquote,
.default-content .wp-block-pullquote {
  padding: 1.1em 0 0.9em;
}
.block-gutenberg .wp-block-column h1:first-child,
.block-gutenberg .wp-block-column h2:first-child,
.block-gutenberg .wp-block-column h:first-child,
.block-gutenberg .wp-block-column h4:first-child,
.block-gutenberg .wp-block-column h5:first-child,
.block-gutenberg .wp-block-column h6:first-child,
.default-content .wp-block-column h1:first-child,
.default-content .wp-block-column h2:first-child,
.default-content .wp-block-column h:first-child,
.default-content .wp-block-column h4:first-child,
.default-content .wp-block-column h5:first-child,
.default-content .wp-block-column h6:first-child {
  margin-top: 0;
}
.block-gutenberg .container,
.default-content .container {
  max-width: 1240px;
}
.block-gutenberg figure.wp-block-image,
.default-content figure.wp-block-image {
  position: relative;
}
.block-gutenberg figure.wp-block-image figcaption,
.default-content figure.wp-block-image figcaption {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3) 70%, transparent);
  bottom: 0;
  box-sizing: border-box;
  color: #fff;
  font-size: 13px;
  left: 0;
  margin-bottom: 0;
  max-height: 60%;
  overflow: auto;
  padding: 0 8px 8px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.block-gutenberg figure.wp-block-image + .has-nested-images,
.default-content figure.wp-block-image + .has-nested-images {
  margin-top: 12px;
}
.single-thinking .whole-image:first-child + *:not(.wp-block-columns) {
  margin-top: 120px !important;
}
@media (max-width: 991.9px) {
  .single-thinking .whole-image:first-child + *:not(.wp-block-columns) {
    margin-top: 80px !important;
  }
}
@media (max-width: 767.9px) {
  .single-thinking .whole-image:first-child + *:not(.wp-block-columns) {
    margin-top: 50px !important;
  }
}
.single-thinking .wp-block-buttons {
  margin: 20px 0;
}

.wp-block-buttons {
  margin: 20px 0;
}

.title-section + .block-gutenberg {
  padding-top: 0 !important;
}

.error404 .notfound .content {
  min-height: 70vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 767.9px) {
  .error404 .notfound .content {
    min-height: 50vh;
  }
}
.error404 .notfound .content h1 {
  margin: 0 0 20px;
}/*# sourceMappingURL=style.css.map */