* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  scroll-behavior: smooth;
}
a,
button:active,
button:focus,
input:active,
input:focus {
  outline: 0 !important;
}
a:hover {
  text-decoration: none;
}

/* 02. Default */
#formbox {
  background: #252525;
  padding: 55.5px 85.5px 45.5px 85.5px;
  margin-top: 10px;
}
.formBoxTitle {
  color: #fff;
  text-align: center;
  font-family: Arial;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 36px */
  text-transform: uppercase;
}
.filed_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  margin-top: 30px;
}
.intl-tel-input {
  width: 100%;
}
#fname,
#lname,
#email,
#phone {
  display: block;
  width: 100%;
  color: #fff;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  border: 0;
  border-bottom: 1px solid #fff;
  background: transparent;
  padding: 10px 15px;
  margin-bottom: 20px;
}
#phone {
  padding-left: 60px;
  margin: 0;
}
#fname::-webkit-input-placeholder,
#lname::-webkit-input-placeholder,
#email::-webkit-input-placeholder,
#phone::-webkit-input-placeholder {
  color: #fff;
}
#fname::-moz-placeholder,
#lname::-moz-placeholder,
#email::-moz-placeholder,
#phone::-moz-placeholder {
  color: #fff;
}
#fname:-ms-input-placeholder,
#lname:-ms-input-placeholder,
#email:-ms-input-placeholder,
#phone:-ms-input-placeholder {
  color: #fff;
}
#fname::-ms-input-placeholder,
#lname::-ms-input-placeholder,
#email::-ms-input-placeholder,
#phone::-ms-input-placeholder {
  color: #fff;
}
#fname::placeholder,
#lname::placeholder,
#email::placeholder,
#phone::placeholder {
  color: #fff;
}
#checklabel,
#check {
  display: none;
}
.submit {
  display: block;
  width: 100%;
  color: #fff;
  text-align: center;
  font-family: Arial;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 30px */
  border: 0;
  border: 1px solid #fff;
  background: transparent;
  padding: 15px 0;
  cursor: pointer;
  margin-top: 30px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.submit:hover {
  -webkit-box-shadow: 0 0 10px #fff;
  box-shadow: 0 0 10px #fff;
}
p#error-msg {
  display: block;
  margin-top: 20px;
  color: red;
  font-size: 20px;
}
.loadingView {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.loadingView img {
  max-width: 100%;
}

/* container */
.container {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 24px;
}

/* header */
.header {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff),
    to(#e6e7e7)
  );
  background: -o-linear-gradient(top, #fff 0%, #e6e7e7 100%);
  background: linear-gradient(180deg, #fff 0%, #e6e7e7 100%);
}
.headerTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 18px 0;
}
.logo img {
  display: block;
  max-width: 100%;
}
.headerTopRight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 14.39px;
}
.weatherBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 7px;
  border-radius: 3px;
  background: #111;
  padding: 4.19px 13.29px;
}
.weatherDate {
  color: #fff;
  font-family: Inter;
  font-size: 11.813px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 118.519% */
}
.weatherImg img {
  display: block;
  max-width: 100%;
}
.weatherSubs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.weatherSub1 {
  color: #fff;
  font-family: Inter;
  font-size: 15.328px;
  font-style: normal;
  font-weight: 400;
  line-height: 16.92px; /* 110.385% */
}
.weatherSub2 {
  color: #fff;
  font-family: Inter;
  font-size: 12.25px;
  font-style: normal;
  font-weight: 400;
  line-height: 13.16px; /* 107.429% */
}
.watchBtn {
  display: inline-block;
  color: #fff;
  font-family: Inter;
  font-size: 14.375px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 111.304% */
  padding: 9.39px 16px;
  border-radius: 3px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#e90e10),
    to(#bc0000)
  );
  background: -o-linear-gradient(top, #e90e10 0%, #bc0000 100%);
  background: linear-gradient(180deg, #e90e10 0%, #bc0000 100%);
}
.headerBottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -12px;
}
.headerBottomLeftLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.headerBottomLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 7.8px;
  color: #4a4c4b;
  font-family: Inter;
  font-size: 16.031px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 112.281% */
  padding: 20px 11px;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.headerBottomLink:hover {
  font-weight: 700;
  border-bottom: 3px solid #425697;
}
.headerBottomLinkActive {
  font-weight: 700;
  border-bottom: 3px solid #425697;
}

/* content */
.content {
  margin-top: 75px;
}
.contentInner {
  max-width: 829px;
}
.contentTitle {
  color: #4c4c4c;
  font-family: Inter;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.contentFull {
  max-width: 483px;
}
.james {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
}
.jamesImg img {
  display: block;
  width: 57px;
  height: 57px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.jamesSubs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
}
.jamesSub {
  color: #252525;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.jamesSub a {
  color: #3578ff;
  font-family: Inter;
}
.contentDate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  color: #252525;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 20px;
}
.contentSocial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-top: 25px;
}
.contentSocialLink img {
  display: block;
  max-width: 100%;
}
.contentSubs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
  margin-top: 20px;
}
.contentSub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  color: #252525;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.contentSub img {
  display: block;
}
.weight500 {
  font-weight: 500;
}
.contentBoxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  margin-top: 30px;
}
.contentBoxImg img {
  display: block;
  max-width: 100%;
  width: 100%;
}
.contentBoxSubs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}
.contentBoxSubs1 {
  gap: 10px;
}
.contentBoxSub {
  color: #252525;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 10px 20px;
}
.contentBoxSub a {
  color: #3578ff;
  font-family: Inter;
}
.contentBoxList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0;
  margin-left: 20px;
  padding: 10px 20px;
}
.contentBoxList li {
  padding: 0;
}
.btnContainer {
  text-align: center;
  margin: 0 41.5px;
}
.contentBoxBtn {
  display: block;
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 8px;
  background: #007bff;
  padding: 10px 20px;
  margin-top: 20px;
}
.contentBoxVideo {
  width: 100%;
  height: 483px;
  position: relative;
}
.contentBoxVideo video {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* footer */
.footer {
  background: #fff;
  -webkit-box-shadow: 1px 1px 15px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 1px 1px 15px 0px rgba(0, 0, 0, 0.14);
  padding: 40px 0;
  margin-top: 80px;
}
.footerSocialInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 976px;
}
.footerSocialLink {
  display: block;
  padding: 8px;
  border-right: 1px solid #4e5761;
}
.footerSocialLink img {
  display: block;
}
.footerMiddleInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 976px;
  border-top: 1px solid #4e5761;
  border-bottom: 1px solid #4e5761;
  padding: 33px 0;
  margin-top: 24px;
}
.footerMiddleBox {
  width: 21%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}
.footerMiddleBoxTitle {
  color: #4e5761;
  font-family: Inter;
  font-size: 18.906px;
  font-style: normal;
  font-weight: 400;
  line-height: 26.4px; /* 139.636% */
}
.footerMiddleBoxLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 14.5px;
}
.footerMiddleLink {
  color: #4e5761;
  font-family: Inter;
  font-size: 16.031px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.5px; /* 140.351% */
}
.footerBottomInner {
  max-width: 976px;
  margin-top: 32px;
}
.footerBottomLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 31.8px;
}
.footerBottomLink {
  color: #4e5761;
  font-family: Inter;
  font-size: 14.125px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.2px; /* 135.929% */
}
.footerBottomBottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  margin-top: 33px;
}
.footerLogo img {
  display: block;
  max-width: 100%;
}
.footerSub {
  color: #4e5761;
  font-family: Inter;
  font-size: 14.766px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.5px; /* 152.381% */
}
