* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  scroll-behavior: smooth;
  font-family: 'Red Hat Display', sans-serif;
}
a,
button:active,
button:focus,
input:active,
input:focus {
  outline: 0 !important;
}
a:hover {
  text-decoration: none;
}

/* 02. Default */
#formbox {
  margin-top: 30px;
  border-radius: 6px;
  -webkit-box-shadow: 0px 14px 28px 0px #00000040;
  box-shadow: 0px 14px 28px 0px #00000040;
}
.formBoxTitleContainer {
  background: #5f3598;
  padding: 26px 0;
  border-radius: 6px 6px 0px 0px;
}
.formBoxTitle {
  color: #fff;
  text-align: center;
  font-family: 'PT Serif';
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px; /* 150% */
  letter-spacing: 1px;
}
.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;
  padding: 32px 20px 24px 20px;
  position: relative;
}
.intl-tel-input {
  width: 100%;
}
#fname,
#lname,
#email,
#phone {
  display: block;
  color: #000;
  font-family: Arial;
  font-size: 16px;
  font-weight: 400;
  line-height: 18.4px;
  text-align: left;
  width: 100%;
  border-radius: 3px;
  border: 1px solid #dadada;
  padding: 10px 12px;
  margin-bottom: 24px;
}
#phone {
  padding-left: 60px;
  margin: 0;
}
#checklabel,
#check {
  display: none;
}
.submit {
  display: block;
  width: 100%;
  color: #fff;
  font-family: Arial;
  font-size: 20px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 1px;
  text-align: center;
  border: 0;
  border-radius: 6px;
  background: #5a3594;
  padding: 18.5px 0;
  cursor: pointer;
  margin-top: 32px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.submit:hover {
  -webkit-box-shadow: 0 0 10px #5a3594;
  box-shadow: 0 0 10px #5a3594;
}
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: 1248px;
  margin: 0 auto;
}
/* container */
.container1 {
  max-width: 1154px;
  margin: 0 auto;
}

/* header */
.headerTop img {
  display: block;
}
.headerTopInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.headerTopLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 21px;
}
.headerTopLogo img {
  display: block;
  max-width: 100%;
}
.signIn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  color: #000;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px;
}
.headerTopLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
.headerTopLink {
  color: #000;
  text-align: center;
  font-family: Helvetica;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px;
}
.headerTopRight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 22px;
}
.searchBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #e6e8ea;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  padding: 12px 94px 12px 10px;
}
.searchBox img {
  display: block;
}
.searchSub {
  color: #000;
  text-align: center;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}
.headerLogo {
  border: 1px solid #cc8381;
  background: #b80000;
  padding: 16.5px 0;
}
.headerLogoInner img {
  display: block;
  max-width: 100%;
}
.headerMiddle {
  background: #b80000;
}
.headerMiddleInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.headerMiddleLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  padding: 12px 0;
}
.headerMiddleLink {
  color: #fff;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 137.5% */
  padding-right: 10px;
  border-right: 1px solid #cc8381;
}
.headerMiddleLinkActive {
  border-bottom: 3px solid #fff;
}
.moreLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 7px;
  color: #fff;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  padding-left: 10px;
  border-left: 1px solid #cc8381;
}
.headerBottom {
  border-bottom: 1px solid rgba(204, 131, 129, 0.4);
  padding: 12px;
}
.headerBottomInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.headerBottomLink {
  color: #000;
  font-family: Helvetica;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  padding-right: 10px;
  border-right: 1px solid #000;
}
.headerBottomLinkActive {
  border-bottom: 3px solid #b80000;
}

/* content */
.content {
  margin-top: 50px;
}
.contentInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.contentLeft {
  width: 48.8%;
}
.contentLeftTitle {
  color: #000;
  font-family: 'PT Sans';
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.contentLeftSub {
  color: rgba(0, 0, 0, 0.5);
  font-family: 'PT Serif';
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 20px;
}
.contentLeftBoxs {
  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: 10px;
}
.contentLeftBoxImg img {
  display: block;
  max-width: 100%;
  width: 100%;
}
.contentLeftBoxSubs {
  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;
}
.contentLeftBoxImgSub {
  color: #555;
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 5px;
}
.contentLeftBoxImgSub a {
  color: #555;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.contentLeftBoxSub {
  color: #000;
  font-family: 'PT Serif';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.contentLeftBoxSub a {
  color: #000;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.contentLeftBoxSub1 {
  color: #e72c2c;
  font-weight: 700;
  text-align: center;
}
.contentLeftBoxSub1 a {
  color: #e72c2c;
}
.contentLefBottomSocial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-top: 50px;
}
.contentLefBottomSocialLink img {
  display: block;
}
.contentRight {
  width: 26%;
}
.contentRightTitle {
  color: #141414;
  font-family: Helvetica;
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 121.739% */
  margin-top: 11px;
}
.storiesBlocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  margin-top: 16px;
}
.storiesBlock {
  background: #f6f6f6;
  padding: 12px;
}
.storiesBlockTitle {
  color: #141414;
  font-family: Helvetica;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 122.222% */
}
.storiesBlockTitle a {
  color: #066;
  font-family: Helvetica;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px; /* 122.222% */
  text-transform: uppercase;
}
.storiesBlockTitle img {
  display: block;
  float: left;
  margin-right: 4.5px;
}
.storiesBlockDate {
  color: #545658;
  font-family: Helvetica;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 123.077% */
  margin-top: 4.5px;
}
.popular {
  background: url('../../assets/img/contentRightForm.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 36.5px 44px 54px 44px;
  margin-top: 56px;
}
.popularTitle {
  color: #fff;
  text-align: center;
  font-family: Helvetica;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 116.667% */
}
.popularSub {
  color: #fff;
  text-align: center;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 137.5% */
  margin-top: 7px;
}
.popularBtns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
  margin-top: 24.5px;
}
.popularBtn1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10.7px;
  color: #fff;
  text-align: center;
  font-family: Helvetica;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 24.75px; /* 145.588% */
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  padding: 9.13px 12px;
  background: #0071f1;
}
.popularBtnsSub {
  color: #fff;
  text-align: center;
  font-family: Helvetica;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 128.571% */
}
.popularBtn2 {
  color: #73b5ff;
  text-align: center;
  font-family: Helvetica;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px; /* 129.412% */
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.features {
  margin-top: 51px;
}
.featuresTitle {
  color: #141414;
  font-family: Helvetica;
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 121.739% */
}
.featuresBlocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  margin-top: 16px;
}
.featureBlock {
  background: #f6f6f6;
}
.featureBlockImg img {
  display: block;
  max-width: 100%;
  width: 100%;
}
.featureBlockTitle {
  color: #141414;
  font-family: Helvetica;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 122.222% */
  padding: 12.5px 54.91px 11.5px 12px;
}

/* footer */
.footer {
  margin-top: 50px;
  background: #141414;
}
.footerTop {
  padding-top: 15px;
  padding-bottom: 13px;
}
.footerLogo {
  color: #f6f6f6;
  font-family: Helvetica;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.footerTopLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 192px;
  margin-top: 14px;
}
.footerTopLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  gap: 15px;
  color: #f6f6f6;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
}
.footerTopLink img {
  display: block;
}
.footerBottom {
  border-top: 1px solid #8a8c8e;
  padding-bottom: 16px;
}
.footerBottomLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 147px;
  padding: 28px 0;
}
.footerBottomLinkBox {
  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;
}
.footerBottomLink {
  color: #f6f6f6;
  font-family: Helvetica;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
}
.footerBottomLinks1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 27px;
  -moz-column-gap: 27px;
  column-gap: 27px;
  row-gap: 24px;
  padding-top: 17px;
  border-top: 1px solid #8a8c8e;
}
.footerBottomLink1 {
  color: #f6f6f6;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
}
.footerSub {
  color: #f6f6f6;
  font-family: Helvetica;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  margin-top: 23px;
}
.footerSub a {
  color: #f6f6f6;
  font-family: Helvetica;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
}
