* {
  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;
}

#formbox {
  border-radius: 10px;
  background: #fff;
}
.formTitleContainer {
  border-radius: 10px 10px 0px 0px;
  background: #1d40af;
  padding: 10px 0;
}
.formTitle {
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 36px */
}
.filed_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 20px 41px 20px;
  position: relative;
}
#fname,
#lname,
#email,
#phone {
  color: #000;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  border-radius: 5px;
  border: 1px solid #ebebeb;
  background: #fff;
  width: 100%;
  margin-bottom: 20px;
  padding: 10px 15px;
}
#phone {
  padding-left: 60px;
}
.intl-tel-input.allow-dropdown {
  width: 100%;
}
.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-radius: 5px;
  background: #211254;
  border: 0;
  cursor: pointer;
  padding: 15px 0;
  border: 0;
  margin-top: 24.8px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.submit:hover {
  -webkit-box-shadow: 0 0 10px #211254;
  box-shadow: 0 0 10px #211254;
}
#checklabel,
#check {
  display: none;
}
#error-msg {
  display: block;
  margin-top: 20px;
  color: red;
  font-size: 20px;
  width: 100%;
  text-align: center;
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}
.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: 1272px;
  margin: 0 auto;
}

/* header */
.headerTop {
  padding-bottom: 20px;
}
.headerTopInner {
  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;
}
.headerTopLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.logo img {
  display: block;
  max-width: 100%;
}
.headerTopLeftLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.headerTopLeftLinks img {
  display: block;
  max-width: 100%;
}
.headerTopLeftLink {
  color: #000;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.headerTopRight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.headerTopRight img {
  display: block;
  max-width: 100%;
}
.headerTopRightLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.headerTopRightLink {
  color: #000;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 0 10px;
}
.headerTopRightLink:first-child {
  border-right: 1px solid rgba(0, 0, 0, 0.4);
  border-left: 1px solid rgba(0, 0, 0, 0.4);
}
.headerMiddle {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding: 10px 0;
}
.headerMiddleInner {
  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;
}
.headerMiddleSub {
  color: #000;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.headerMiddleLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
.headerMiddleLink {
  color: #000;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.headerBottom {
  padding: 20px 0;
  margin-top: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.headerBottomInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
.headerBottomLink {
  color: #010199;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

/* intro */
.intro {
  margin-top: 50px;
}
.introTitle {
  color: #000;
  font-family: Georgia;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
}
.introTitle a {
  color: #3391e5;
}
.introDate {
  color: rgba(0, 0, 0, 0.5);
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 20px;
}

/* content */
.content {
  margin-top: 20px;
  margin-bottom: 50px;
}
.contentInner {
  max-width: 750px;
  margin: 0 auto;
  position: relative;
}
.contentLeft {
  position: absolute;
  top: 0;
  left: -156px;
}
.contentLeft img {
  display: block;
  max-width: 100%;
}
.contentSub {
  color: #000;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.contentSub a {
  color: #3391e5;
}
.contentSub img {
  display: block;
  float: left;
  width: 57px;
}
.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: 20px;
}
.contentBoxImgs {
  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;
}
.contentBoxImgs 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;
}
.contentBoxTitle {
  color: #000;
  font-family: Georgia;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.contentBoxTitle a {
  color: #3391e5;
}
.contentBoxSub {
  color: #000;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.contentBoxSub a {
  color: #3391e5;
}
.underline {
  -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;
}
.contentBoxBtn {
  display: block;
  color: #fff;
  text-align: center;
  font-family: Georgia;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 12px;
  padding: 20px 0;
  background: #010199;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contentBoxBtn:hover {
  -webkit-box-shadow: 0 0 10px #010199;
  box-shadow: 0 0 10px #010199;
}
.contentBoxImg img {
  display: block;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
}
.contentBoxList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 20px;
}
.contentBoxListItem::marker {
  color: #000;
  font-family: Georgia;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.contentBoxListItem {
  color: #000;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.contentBoxListItem strong {
  color: #000;
  font-family: Georgia;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.contentBoxListItem a {
  color: #3391e5;
}
.contentBoxList1Item {
  color: #000;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 120% */
}
.contentBottom {
  padding: 50px 0;
  background: #101011;
  margin-top: 24px;
}
.contentBottomSubs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}
.contentBottomSub {
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.contentBottomTitle {
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.contentBottomTitle span {
  color: #01f;
}
.contentBottomImg {
  margin-top: 50px;
}
.contentBottomImg img {
  display: block;
  max-width: 100%;
  width: 100%;
}
.contentBottomInner {
  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: 40px;
  padding: 0 29px;
}

/* comments */
.comments {
  margin-top: 20px;
}
.commentsTitle {
  display: inline-block;
  color: #1d1d1d;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 208.333% */
  letter-spacing: 0.5px;
  padding-bottom: 5px;
  padding-right: 63px;
  border-bottom: 2px solid #365899;
}
.commentsBlocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  margin-top: 35px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e9ebee;
}
.commentBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 8px;
}
.commentBlockImg img {
  display: block;
  width: 48px;
  height: 48px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.commentBlockName {
  color: #365899;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 19px; /* 135.714% */
  letter-spacing: 0.5px;
}
.commentBlockName span {
  font-weight: 400;
}
.commentBlockSub {
  color: #1d1d1d;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px; /* 135.714% */
  letter-spacing: 0.5px;
  margin-top: 8px;
}
.commentBlockTextBottom {
  margin-top: 8px;
}
.commentBlockLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}
.commentBlockLink {
  color: rgba(0, 0, 0, 0.5);
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16.3px; /* 135.833% */
  letter-spacing: 0.5px;
}
.commentBlockAnswers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  margin-left: 80px;
}
.commentBlockAnswer {
  padding-left: 4px;
  border-left: 1px dashed #d3d6db;
}
.commentBlockAnswer img {
  width: 36px;
  height: 37px;
}

/* tags */
.tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}
.tagsTitle {
  color: #010199;
  font-family: Georgia;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.tagsLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
.tagLink {
  color: #6680ff;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 10px 20px;
  border-radius: 60px;
  background: #eef1fc;
}

/* pages */
.pages {
  margin-top: 50px;
  padding-bottom: 80px;
}
.pagesInner {
  max-width: 907px;
  margin: 0 auto;
}
.pagesTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.pagesTitle {
  color: #010199;
  font-family: Georgia;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.pagesImg img {
  display: block;
  max-width: 100%;
}
.pagesBlocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
}
.pageBlock {
  width: calc((100% - 40px) / 3);
}
.pageBlockImg img {
  display: block;
  max-width: 100%;
  width: 100%;
}
.pageBlockTitle {
  color: #010199;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 15px;
}
.pageBlockSubs {
  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;
  margin-top: 15px;
}
.pageBlockSub {
  color: #000;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
