/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/*
* 
*  FONT WEIGHT
* 
Bold - 600;
Medium - 500;
Regular - 400; 
*
*/
img {
  max-width: 100%;
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
}
button, input, textarea, select, radio {
  font-family: Gotham,SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif
}
.container-dark {
  background-image: linear-gradient(135deg, #000335 0%, #000670 100%)
}

.row--light {
  --title-color: #090C38;
  --subtitle-color: #090C38;
  --text-color: #53607E;
  --link-color: #090C38;
}

.row--dark {
  --title-color: #fff;
  --subtitle-color: #FAAE31;
  --text-color: #9DA1B5;
  --link-color: #FAAE31;
}



.head-menu {
  --title-color: #090c38
}

/* Link Default - Color: blue; Hover: '', Arrow: '' */
.ref--def__blue {
  --link-color: #1EA8DA;
  --link-color--hover: #1EA8DA;
}
.ref--def__blue .ref__link {
  font-size: var(--font-size);
  font-weight: var(--font-weight);
  line-height: var(--line-height);
  font-style: normal;
  color: var(--link-color);
  position: relative;
  max-width: max-content;
  display: block;
}
.ref--def__blue .ref__link:after {
  content: none;
}

/* Link Black + Arrow */
.ref {
  --link-color: #090c38;
  --link-color--hover: #1ea8da;
}

.ref .ref__link {
  font-size: var(--font-size);
  font-weight: var(--font-weight);
  line-height: var(--line-height);
  font-style: normal;
  color: var(--link-color);
  position: relative;
  max-width: max-content;
  display: flex;
  text-decoration: none;
  align-items: baseline;
}

.ref__link:hover,
.ref__link:hover:after {
  color: var(--link-color--hover)
}

.ref__link:hover:after {
  padding-left: 16px;
}

.ref__link:after {
  font-family: FontAwesome;
  content: '\f054';
  font-size: 11px;
  color: var(--link-color);
  padding-left: 12px;
}

.ref__link:after,
.ref__link,
.ref.reverse .ref__link:before {
  transition: .4s ease 0ms 
}

.ref.reverse .ref__link:after {
  display: none;
}

.ref.reverse .ref__link {
  margin-left: 20px;
}

.ref.reverse .ref__link:before {
  font-family: FontAwesome;
  content: '\f054';
  top: 50%;
  position: absolute;
  left: -12px;
  transform: translate(-50%, -50%) rotate(180deg);
  font-size: 11px;
  pointer-events: none;
}

.ref.reverse .ref__link:hover:before {
  left: -18px;
}

/* //////////////// */


/* Menu Color Text */
.head-menu .info, .head-menu .item {
  --text-color: #53607e;
}
.container-padding--outer {
  padding-top: 100px;
  padding-bottom: 100px;
}

.title--bold {
  --title-weight: 600;
}

.size--xl-thin {
  --font-size: 44px;
  --line-height: 54px;
  --font-weight: 400;
  --letter-spacing: normal;

}

.size--xl-bold {
  --font-size: 44px;
  --line-height: 54px;
  --font-weight: 600;
  --letter-spacing: normal;

}
.size--lg-b {
  --font-size: 36px;
  --line-height: 44px;
  --font-weight: 500;
  --letter-spacing: normal;
}

@media(max-width: 767px) {
  .size--xl-thin {
    --font-size: 40px;
  }

  .size--xl-bold {
    --font-size: 40px;
  }
  .size--lg-b {
    --font-size: 30px;
  }
}

.size--s {
  --font-size: 18px;
  --line-height: 24px;
  --font-weight: 500;
  --letter-spacing: normal;
}

.size--s-bold {
  --font-size: 18px;
  --line-height: 24px;
  --font-weight: 600;
  --letter-spacing: normal;
} 

.size--s-sm {
  --font-size: 14px;
  --line-height: 17px;
  --font-weight: 400;
  --letter-spacing: normal;
}

.size--s-medium {
  --font-size: 14px;
  --line-height: 20px;
  --font-weight: 500;
  --letter-spacing: normal;
}

.size--s-r {
  --font-size: 14px;
  --line-height: 20px;
  --font-weight: 400;
  --letter-spacing: normal;
}

.size--s-b {
  --font-size: 14px;
  --line-height: 20px;
  --font-weight: 600;
  --letter-spacing: normal;
}
.size--l-m {
  --font-size: 16px;
  --font-weight: 500;
  --line-height: 24px;
  --letter-spacing: normal;

}

.size--l-r {
  --font-size: 16px;
  --font-weight: 400;
  --line-height: 24px;
  --letter-spacing: normal;
}
.size--l {
  --font-size: 32px;
  --font-weight: 500;
  --line-height: 40px;
  --letter-spacing: normal;
}

.size--l-bold {
  --font-size: 32px;
  --font-weight: 600;
  --line-height: 40px;
  --letter-spacing: normal;
}
.size--m-sm--semibold {
  --font-size: 20px;
  --font-weight: 500;
  --line-height: 24px;
  --letter-spacing: normal;
}
.size--m-sm--bold {
  --font-size: 20px;
  --font-weight: 600;
  --line-height: 24px;
  --letter-spacing: normal;
}
.size--m {
  --font-size: 24px;
  --font-weight: 600;
  --line-height: 32px;
  --letter-spacing: normal;
}
.size--m-m {
  --font-size: 24px;
  --font-weight: 500;
  --line-height: 32px;
  --letter-spacing: normal;
}

.size--m-s {
  --font-size: 28px;
  --font-weight: 500;
  --line-height: 36px;
  --letter-spacing: normal;
}

.size--overline {
  --font-size: 15px;
  --font-weight: 500;
  --line-height: 20px;
  --letter-spacing: normal;
}

.size--sm {
  --font-size: 12px;
  --font-style: normal;
  --font-weight: 700;
  --line-height: 16px;
  --letter-spacing: normal;
}

.size--sm-m {
  --font-size: 12px;
  --font-style: normal;
  --font-weight: 500;
  --line-height: 16px;
  --letter-spacing: 0.025em;
}

/* Button */
.more-btn--bg {
  --btn-bg: #FAAE31;
  --btn-color: #fff;
  --btn-border: #FAAE31;

  --btn-bg--hover: #090C38;
  --btn-color--hover: #fff;
  --btn-border--hover: #090C38;
}

.more-btn--bg.v2 {
  --btn-bg: #FAAE31;
  --btn-color: #fff;
  --btn-border: #FAAE31;

  --btn-bg--hover: transparent;
  --btn-color--hover: #fff;
  --btn-border--hover: #FAAE31;
}

.more-btn--border {
  --btn-bg: transparent;
  --btn-color: #090C38;
  --btn-border: #FAAE31;

  --btn-bg--hover: #FAAE31;
  --btn-color--hover: #fff;
  --btn-border--hover: #FAAE31;
}

.more-btn--dark {
  --btn-bg: transparent;
  --btn-color: #090C38;
  --btn-border: transparent;

  --btn-bg--hover: transparent;
  --btn-color--hover: rgb(9 12 56 / 75%);
  --btn-border--hover: transparent;
}

.more-btn--noarrow {
  --btn-bg: transparent;
  --btn-color: #090C38;
  --btn-border: #FAAE31;

  --btn-bg--hover: #FAAE31;
  --btn-color--hover: #fff;
  --btn-border--hover: #FAAE31;
}
.more-btn.more-btn--noarrow span:after {
  display: none;
}
.more-btn.more-btn--noarrow span{
  padding: 16px 24px
}


.more-btn {
  display: inline-block;
  margin-top: 28px;
  cursor: pointer
}

.more-btn span {
  background: var(--btn-bg);
  color: var(--btn-color);
  box-shadow: inset 0 0 0 2px var(--btn-border);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  padding: 16px 40px 16px 24px;
  border-radius: 100px;
  position: relative;
  display: inline-block;
  transition: .4s ease;
}

.more-btn span:after {
  font-family: FontAwesome;
  content: '\f054';
  -webkit-transition: .4s ease;
  -o-transition: .4s ease;
  transition: .4s ease;
  top: 50%;
  position: absolute;
  right: 19px;
  color: var(--btn-color);
  font-size: 11px;
  transform: translate(-50%, -50%);
}

.more-btn:hover span {
  background-color: var(--btn-bg--hover);
  box-shadow: inset 0 0 0 2px var(--btn-border--hover);
  color: var(--btn-color--hover);
}

.more-btn:hover span:after {
  color: var(--btn-color--hover);
  right: 16px;
}

/* Information */
.info .badges,
.item .badges {
  font-size: var(--font-size);
  font-style: normal;
  font-weight: var(--font-weight);
  line-height: var(--line-height);
  letter-spacing: var(--letter-spacing);
  color: var(--link-color);
  text-transform: uppercase;
}

.info .title {
  font-size: var(--font-size);
  font-style: normal;
  font-weight: var(--font-weight);
  line-height: var(--line-height);
  color: var(--title-color);
  margin: 20px 0;
}

.info .text {
  font-size: var(--font-size);
  font-style: normal;
  font-weight: var(--font-weight);
  line-height: var(--line-height);
  color: var(--text-color);
}

.info .subtitle {
  font-size: var(--font-size);
  font-style: normal;
  font-weight: var(--font-weight);
  line-height: var(--line-height);
  margin: 0;
  color: var(--color-scheme);
}

/* Information Item */
.item .subtitle {
  font-size: var(--font-size);
  font-style: normal;
  font-weight: var(--font-weight);
  line-height: var(--line-height);
  margin: 0;
  color: var(--color-scheme);
}

.item .title {
  font-size: var(--font-size);
  font-weight: var(--font-weight);
  line-height: var(--line-height);
  color: var(--title-color);
  margin: 12px 0 20px;
}

.item .text {
  font-size: var(--font-size);
  font-weight: var(--font-weight);
  line-height: var(--line-height);
  color: var(--text-color);
  margin: 20px 0 15px;
}

.item .link {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  position: relative;
  color: var(--link-color);
  max-width: max-content;
}

.item .link:after,
.item .link {
  -webkit-transition: .4s ease;
  -o-transition: .4s ease;
  transition: .4s ease;
}

.item .link:after {
  font-family: FontAwesome;
  content: '\f054';
  top: 50%;
  position: absolute;
  right: -22px;
  font-size: 11px;
  transform: translate(-50%, -50%);
  padding-top: 3px;
  color: var(--link-color);
}

.item:hover .link:after {
  right: -26px;
}

.item:hover .link:after,
.item:hover .link {
  color: #1ea8da
}

/* // HomePage */
.homepage .background-color--form {
  background: linear-gradient(135deg, #000335 0%, #000670 100%);
  margin-top: 140px;
  position: relative;
}

}
.homepage .form-static .container-fluid {
  background: transparent;
  padding-bottom: 0;
}

.homepage .form-static {
  background: transparent;
  padding-top: 0;
}

.background-color--form:after {
  content: '';
  position: absolute;
  top: -140px;
  left: 0;
  width: 100%;
  height: 140px;
  background: #f6f5f8;
  z-index: 0
}

@media(max-width: 992px) {
  .background-color--form:after {
    z-index: -1;
  }
}

.color--blue {
  --color-scheme: #1EA8DA;
  --title-color: #1EA8DA;
  --text-color: #1EA8DA;
  --link-color: #1EA8DA;
  color: var(--color-scheme);
}

.color--blue-100 {
  --color-scheme: #7D95DD;
  --title-color: #7D95DD;
  --text-color: #7D95DD;
  --link-color: #7D95DD;
  color: var(--color-scheme);
}

.color--blue-200 {
  --color-scheme: #2B61DF;
  --title-color: #2B61DF;
  --text-color: #2B61DF;
  color: var(--color-scheme);
}

.color-blue-300 {
  --color-scheme: #2563EB;
  --title-color: #2563EB;
  --text-color:#2563EB;
  --link-color: #2563EB;
  color: var(--color-scheme);

}

.color--green-100 {
  --color-scheme: #34C9BE;
  --title-color: #34C9BE;
  --text-color: #34C9BE;
  color: var(--color-scheme);
}

.color--orange {
  --color-scheme: #FAAE31;
  --title-color: #FAAE31;
  --text-color: #FAAE31;
  color: var(--color-scheme);
}

.color--light {
  --color-scheme: #fff;
  --title-color: #fff;
  --text-color: #fff;
  --link-color: #fff;
  color: var(--color-scheme);
}

.color--dark {
  --color-scheme: #090C38;
  --title-color: #090C38;
  --text-color: #090C38;
  --link-color: #090C38;
  color: var(--color-scheme);
}

.color--subtitle {
  --color-scheme: #4055E9
}

.color--solid-gray {
  --color-scheme: #53607E;
  --title-color: #53607E;
  --text-color: #53607E;
  --link-color: #53607E;
  color: var(--color-scheme);
}

.color--gray-100 {
  --color-scheme: #7183B0;
  --title-color: #7183B0;
  --text-color: #7183B0;
  --link-color: #7183B0;
  color: var(--color-scheme);
}

.color--purple-100 {
  --color-scheme: #B9CDFC;
  --title-color: #B9CDFC;
  --text-color: #B9CDFC;
  --link-color: #B9CDFC;
  color: var(--color-scheme);
}

.row-custom {
  margin-left: -10px;
  margin-right: -10px;
}

.col-custom {
  padding-left: 10px;
  padding-right: 10px;
}