@charset "UTF-8";
button, a {
  cursor: pointer;
}

button, input {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
}

button {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border: none;
  outline: none;
  border-radius: 0;
  padding: 0px;
}

body {
  margin: 0px;
  padding: 0px;
  font-family: "Open Sans";
  font-weight: normal;
  background-color: #fff;
  width: 100%;
  min-width: 320px;
  min-height: 100vh;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
body::-webkit-scrollbar {
  width: 10px;
}
body::-webkit-scrollbar-track {
  background: #f1f1f1;
}
body::-webkit-scrollbar-thumb {
  background: #888;
}
body::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.no-scroll {
  overflow: hidden;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

@-webkit-keyframes autofill {
  to {
    background: #fff;
  }
}
button {
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}

::-ms-clear {
  display: none;
}

.d-none {
  display: none !important;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

.ellip {
  display: block;
  height: 100%;
}

.ellip-line {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  max-width: 100%;
}

.ellip,
.ellip-line {
  position: relative;
  overflow: hidden;
}

/*Main content style*/
.page-content {
  width: 100vw;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.page-content.overlay:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1651;
  background: rgba(26, 40, 91, 0.6);
}

.content-wrapper {
  width: 1300px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.form label {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  display: block;
  font-weight: 300;
}
.form label.required {
  position: relative;
}
.form label.required:before {
  content: "*";
  margin-left: -8px;
  position: relative;
  left: -6px;
}
.form input[type=text], .form input[type=email] {
  font-size: 17px;
  color: #1a285b;
  padding: 12px 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #fff;
  outline: none;
  width: 100%;
}
.form input[type=text].gray-border, .form input[type=email].gray-border {
  border: 1px solid #e4e4e4;
}
.form input[type=text].blue-border, .form input[type=email].blue-border {
  border: 1px solid #4FBBEA;
}
.form textarea {
  font-size: 17px;
  color: #1a285b;
  padding: 12px 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #fff;
  outline: none;
  width: 100%;
  min-height: 240px;
  resize: vertical;
}
.form .uploaded-file {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: #fff;
  background: #1B285D;
  padding: 16px 42px 16px 26px;
  position: relative;
  border-radius: 40px;
  width: auto;
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}
.form .uploaded-file:before, .form .uploaded-file:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 2px;
  background: #fff;
  top: 24px;
  right: 16px;
}
.form .uploaded-file:before {
  transform: rotate(45deg);
}
.form .uploaded-file:after {
  transform: rotate(-45deg);
}
.form .range-box {
  position: relative;
  height: 26px;
}
.form .range-box .range-thumb-text {
  position: absolute;
  border-radius: 6px;
  background: #fff;
  color: #1a285b;
  font-size: 16px;
  padding: 6px 0px;
  width: 110px;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  z-index: 2;
  top: -50px;
  left: -42px;
  -webkit-box-shadow: 0px 0px 19px 0px #e0e0e0;
  -moz-box-shadow: 0px 0px 19px 0px #e0e0e0;
  box-shadow: 0px 0px 19px 0px #e0e0e0;
  white-space: nowrap;
}
.form .range-box .range-thumb-text:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
}
.form .range-box .track {
  position: absolute;
  width: 0px;
  height: 5px;
  background: #50BCEB;
  border-radius: 10px;
  left: 2px;
  bottom: 12px;
  pointer-events: none;
  z-index: 1;
}
@-moz-document url-prefix() {
  .form .range-box .track {
    bottom: 12px;
  }
}
@supports (-ms-ime-align: auto) {
  .form .range-box .track {
    bottom: -2px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .form .range-box .track {
    bottom: 10px;
  }
}
.form .input-upload {
  vertical-align: top;
}
.form .input-upload input[type=file] {
  display: none;
}
.form .input-upload label {
  font-size: 17px;
  color: #fff;
  padding: 12px 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  border: 1px dashed #fff;
  outline: none;
  width: 100%;
  position: relative;
  text-align: left;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: background-color;
}
.form .input-upload label:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
.form .input-upload label img {
  width: 22px;
  float: right;
}
.form .input-upload .uploaded-file {
  margin-top: 14px;
}
.form input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  border-radius: 5px;
  background: transparent;
  outline: none;
  opacity: 1;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .form input[type=range] {
    margin-top: -22px;
  }
}
.form input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #50BCEB;
  cursor: pointer;
  top: -5px;
  position: relative;
}
.form input[type=range]::-moz-range-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #50BCEB;
  cursor: pointer;
}
.form input[type=range]::-ms-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #50BCEB;
  cursor: pointer;
}
.form input[type=range]:focus {
  outline: none;
}
.form input[type=range]::-webkit-slider-runnable-track {
  position: relative;
  width: 100%;
  height: 5px;
  border-radius: 5px;
  background: #d3d3d3;
  outline: none;
  opacity: 1;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
}
.form input[type=range]::-moz-range-track {
  position: relative;
  width: 100%;
  height: 5px;
  border-radius: 5px;
  background: #d3d3d3;
  outline: none;
  opacity: 1;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
}
.form input[type=range]::-ms-track {
  position: relative;
  width: 100%;
  height: 5px;
  border-radius: 5px;
  background: #d3d3d3;
  outline: none;
  opacity: 1;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .form input[type=range]::-ms-track {
    height: 16px;
    background: transparent;
  }
}
.form input[type=range]::-ms-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent;
}
.form input[type=range]::-ms-fill-lower {
  background: #d3d3d3;
  border: 0.2px solid #d3d3d3;
  border-radius: 2.6px;
}
.form input[type=range]::-ms-fill-upper {
  background: #d3d3d3;
  border: 0.2px solid #d3d3d3;
  border-radius: 2.6px;
}
.form input[type=range]::-ms-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #50BCEB;
  cursor: pointer;
}
.form input[type=range]:focus::-ms-fill-lower {
  background: #d3d3d3;
}
.form input[type=range]:focus::-ms-fill-upper {
  background: #d3d3d3;
}
.form .select-input {
  position: relative;
}
.form .select-input:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-bottom: 2px solid #4FB1EB;
  border-right: 2px solid #4FB1EB;
  transform: rotate(45deg) translateY(-50%);
  top: 40%;
  right: 16px;
  pointer-events: none;
}
.form .select-input input {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: border-radius;
}
.form .select-input input:focus {
  border: 1px solid #4FBBEA;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.form .select-input .options {
  position: absolute;
  width: 100%;
  background: #fff;
  left: 0px;
  top: 150%;
  opacity: 0;
  pointer-events: none;
  border: 1px solid #4FBBEA;
  border-radius: 16px;
  overflow: hidden;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: all;
  transition-property: opacity top;
  will-change: opacity top;
}
.form .select-input .options .inner-box {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  max-height: 225px;
}
.form .select-input .options .inner-box::-webkit-scrollbar {
  width: 10px;
}
.form .select-input .options .inner-box::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.form .select-input .options .inner-box::-webkit-scrollbar-thumb {
  background: #4FBBEA;
}
.form .select-input .options .inner-box::-webkit-scrollbar-thumb:hover {
  background: #49a3ca;
}
.form .select-input .options.active {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  top: 100%;
  opacity: 1;
  pointer-events: all;
}
.form .select-input .options .item {
  padding: 10px 16px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #1a285b;
  cursor: pointer;
}
.form .select-input .options .item:hover {
  background: #a5e4ff;
}
.form .select-input .options .item a {
  color: #1a285b;
}
.form .select-input .options .item a:hover {
  background: #a5e4ff;
}
.form button {
  color: #fdfeff;
  background-color: #1B285D;
  padding: 30px 26px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 16px;
  width: 100%;
  border: none;
  outline: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: background-color;
}
.form button:hover {
  background-color: #253E90;
}
.form .cta-type3 {
  color: #fdfeff;
  background: #1B285D;
  padding: 17px 26px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 16px;
  width: 100%;
  border: none;
  outline: none;
}
.form .cta-type3 span {
  position: relative;
  z-index: 2;
}
.form .cta-type3:hover:before {
  left: -100%;
}
.form .cta-type3:before {
  content: "";
  position: absolute;
  width: 200%;
  height: 100%;
  background-image: linear-gradient(to right, #50B7EB, #52A1ED 33.3333%, #50B7EB 66.6666%);
  left: 0px;
  top: 0px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: left;
}
.form .check-box {
  display: block;
  position: relative;
  padding-left: 30px;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #1a285b;
  text-align: left;
}
.form .check-box a {
  color: #1a285b;
  text-decoration: underline;
}
.form .check-box input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  display: none;
}
.form .check-box:hover input ~ .checkmark {
  background-color: #ebebeb;
}
.form .check-box input:checked ~ .checkmark {
  background-color: #51A9EC;
}
.form .check-box input:checked ~ .checkmark:after {
  display: inline-block;
}
.form .check-box input:checked ~ .checkmark:before {
  display: inline-block;
}
.form .check-box .checkmark:after {
  left: 10px;
  top: 6px;
  width: 0;
  height: 12px;
  border: solid white;
  border-width: 0 2px 0 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.form .check-box .checkmark:before {
  left: 10px;
  top: 6px;
  width: 0;
  height: 12px;
  border: solid white;
  border-width: 0 2px 0 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.form .checkmark {
  position: absolute;
  background: #fff;
  border: 1px solid #1a285b;
  top: calc(50% - 12px);
  left: 0;
  height: 24px;
  width: 24px;
  border-radius: 4px;
}
.form .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.form .checkmark:before {
  content: "";
  position: absolute;
  display: none;
}
.form .input-group.ok-stat {
  position: relative;
}
.form .input-group.ok-stat input[type=text],
.form .input-group.ok-stat input[type=email] {
  border: 1px solid #2ecc71;
}
.form .input-group.ok-stat:before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 10px;
  height: 4px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  bottom: 25px;
  right: 17px;
  transform: rotate(-45deg);
}
.form .input-group.ok-stat:after {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  border-radius: 100%;
  background: #2ecc71;
  right: 10px;
  bottom: 14px;
}
.form .input-group.wrong-stat {
  position: relative;
}
.form .input-group.wrong-stat input[type=text],
.form .input-group.wrong-stat input[type=email] {
  border: 1px solid #e74c3c;
}
.form .input-group.wrong-stat:before {
  content: "×";
  width: 26px;
  height: 26px;
  position: absolute;
  background-color: #e74c3c;
  text-align: center;
  line-height: 27px;
  color: #fff;
  font-size: 22px;
  border-radius: 100%;
  right: 10px;
  bottom: 14px;
}
.form .input-group.info-box {
  position: relative;
}
.form .input-group.info-box .info-pin {
  width: 26px;
  height: 26px;
  position: absolute;
  background-color: #f1c40f;
  text-align: center;
  line-height: 27px;
  color: #282828;
  font-size: 16px;
  border-radius: 100%;
  right: 10px;
  bottom: 14px;
  font-family: "Montserrat", sans-serif;
  cursor: pointer;
}
.form .input-group.info-box .info-pin .message {
  text-align: left;
  position: absolute;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #282828;
  padding: 10px;
  font-size: 12px;
  top: 30px;
  opacity: 0;
  right: -10px;
  width: 500px;
  line-height: 1.5em;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: top;
  transition-property: top, opacity;
}
.form .input-group.info-box .info-pin .message:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid black;
  top: -10px;
  right: 13px;
}
.form .input-group.info-box .info-pin .message:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #fff;
  top: -8px;
  right: 14px;
}
@media screen and (max-width: 800px) {
  .form .input-group.info-box .info-pin .message {
    width: 300px;
  }
}
.form .input-group.info-box .info-pin:hover .message {
  opacity: 1;
  top: 40px;
}

.cta-type1 {
  color: #1a285b;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  padding: 22px 26px;
  font-weight: 600;
  border: none;
  outline: none;
  background: none;
  position: relative;
  border-left: 2px solid #F00B16;
}
.cta-type1 img {
  vertical-align: middle;
  display: inline-block;
  margin-right: 16px;
}
.cta-type1 span {
  position: relative;
  z-index: 2;
}
.cta-type1:hover:before {
  width: 100%;
}
.cta-type1:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  background: #FCFAFE;
  left: 0px;
  top: 0px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: width;
}

.cta-type2 {
  color: #fdfeff;
  background-color: #1B285D;
  padding: 30px 26px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 16px;
  width: 100%;
  border: none;
  outline: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: background-color;
}
.cta-type2:hover {
  background-color: #253E90;
}

.cta-type3 {
  color: #fdfeff;
  background: #1B285D;
  padding: 17px 26px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 16px;
  width: 100%;
  border: none;
  outline: none;
  background-image: linear-gradient(to right, #50B7EB, #52A1ED);
  overflow: hidden;
  position: relative;
}
.cta-type3 span {
  position: relative;
  z-index: 2;
}
.cta-type3:before {
  position: absolute;
}

.section-title {
  font-family: "Poppins", sans-serif;
  font-size: 48px;
  font-weight: 500;
  color: #1a285b;
  text-align: center;
}
.section-title span {
  font-weight: 200;
}

.section-title2 {
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  font-weight: 500;
  color: #1a285b;
  text-align: center;
}
.section-title2 span {
  font-weight: 200;
}

.section-subtitle {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #1a285b;
  text-align: center;
}
.section-subtitle .smaller {
  font-size: 16px;
}

.section-subtitle2 {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #1a285b;
  text-align: center;
}

.items-to-show {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.debenture-card {
  width: 410px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  background: #fff;
  margin: 16px;
  -webkit-box-shadow: 0px 0px 28px 0px #cccccc;
  -moz-box-shadow: 0px 0px 28px 0px #cccccc;
  box-shadow: 0px 0px 28px 0px #cccccc;
  overflow: hidden;
  position: relative;
  background-image: linear-gradient(#50B7EB, #51A1ED);
}
.debenture-card:before {
  position: absolute;
  content: "";
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  opacity: 1;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  transition-property: opacity;
}
.debenture-card .head {
  padding: 30px 62px;
  border-bottom: 1px solid #FAF6FF;
  background-color: #FCFAFE;
  position: relative;
  z-index: 2;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: background-color;
  transition-property: background-color border;
}
.debenture-card .head p {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  margin-top: 0px;
  margin-bottom: 4px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: color;
  color: #1a285b;
}
.debenture-card .head h3 {
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  margin: 0px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: color;
  color: #1a285b;
}
.debenture-card .content {
  padding: 58px 62px 82px 62px;
  background-color: #fff;
  position: relative;
  z-index: 2;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: background-color;
}
.debenture-card .content p {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  margin-top: 0px;
  margin-bottom: 4px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: color;
  color: #1a285b;
}
.debenture-card .content h3 {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  color: #1a285b;
  margin: 0px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: color;
}
.debenture-card .content h2 {
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  color: #51c0ec;
  margin-top: -4px;
  margin-bottom: 0px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: color;
}
.debenture-card .content .info-group {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
}
.debenture-card .content .info-group:nth-child(odd) {
  width: 86px;
}
.debenture-card .content .info-group:nth-child(even) {
  width: calc(100% - 90px);
  padding-left: 30px;
}
.debenture-card .content .info-group.sector {
  display: block;
  padding-left: 0px;
}
.debenture-card .content .total-payout {
  display: block;
  width: 100%;
  margin-top: 30px;
}
.debenture-card .content .total-payout h2 {
  position: relative;
}
.debenture-card .content .total-payout h2 span {
  float: right;
  cursor: pointer;
}
.debenture-card .content .total-payout h2 span:before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border-top: 1px solid #1B285D;
  border-right: 1px solid #1B285D;
  transform: rotate(45deg) translateY(-50%);
  right: 12px;
  top: 50%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: border;
}
@media screen and (min-width: 1540px) {
  .debenture-card.listReorder {
    width: 98%;
  }
  .debenture-card.listReorder .head {
    padding: 30px 42px;
    display: inline-block;
    vertical-align: middle;
    border-right: 1px solid #F1F1F8;
    width: 380px;
  }
  .debenture-card.listReorder .content {
    display: inline-block;
    vertical-align: middle;
    padding: 0px 24px 0px 44px;
    width: calc(100% - 396px);
  }
  .debenture-card.listReorder .content .info-group {
    margin-right: 26px;
    margin-bottom: 0px;
    margin-top: 46px;
    vertical-align: middle;
  }
  .debenture-card.listReorder .content .info-group:nth-child(odd) {
    width: auto;
  }
  .debenture-card.listReorder .content .info-group:nth-child(even) {
    width: auto;
  }
  .debenture-card.listReorder .content .total-payout {
    display: inline-block;
    vertical-align: middle;
    margin-top: 0px;
    margin-left: 44px;
    padding-left: 20px;
    padding-top: 38px;
    height: 128px;
    width: calc(100% - 602px);
    float: right;
    border-left: 1px solid #F1F1F8;
  }
}
@media (max-width: 1540px) and (min-width: 1360px) {
  .debenture-card.listReorder {
    width: 94%;
  }
  .debenture-card.listReorder .head {
    display: inline-block;
    vertical-align: middle;
    border-right: 1px solid #F1F1F8;
    width: 228px;
  }
  .debenture-card.listReorder .content {
    display: inline-block;
    vertical-align: middle;
    padding: 0px 0px 0px 8px !important;
    width: calc(100% - 250px);
  }
  .debenture-card.listReorder .content .info-group {
    margin-right: 20px;
    margin-bottom: 0px;
    margin-top: 4px;
    vertical-align: middle;
  }
  .debenture-card.listReorder .content .info-group:nth-child(odd) {
    width: auto;
  }
  .debenture-card.listReorder .content .info-group:nth-child(even) {
    width: auto;
  }
  .debenture-card.listReorder .content .total-payout {
    display: inline-block;
    vertical-align: middle;
    margin-top: 0px;
    margin-left: 0px;
    padding-left: 10px;
    padding-top: 20px;
    height: 84px;
    width: calc(100% - 446px);
    border-left: 1px solid #F1F1F8;
  }
}
.debenture-card:hover:before {
  opacity: 0;
}
.debenture-card:hover .head, .debenture-card:hover .content {
  background-color: transparent;
}
.debenture-card:hover .head *, .debenture-card:hover .content * {
  color: #fff;
}
.debenture-card:hover .head {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.debenture-card:hover .content .total-payout h2 span:before {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.accordion-box .accordion {
  background-color: transparent;
  cursor: pointer;
  padding: 16px 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 20px;
  transition: 0.4s;
  position: relative;
  padding-right: 40px;
  font-family: "Montserrat", sans-serif;
  color: #1a285b;
  font-weight: 500;
}
.accordion-box .accordion:before, .accordion-box .accordion:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 2px;
  background: #52C0EC;
  top: 28px;
}
.accordion-box .accordion:before {
  right: 18px;
}
.accordion-box .accordion:after {
  right: 18px;
  transform: rotate(90deg);
}
.accordion-box .accordion.active:after {
  display: none;
}
.accordion-box .acc-content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  color: #526590;
  font-family: "Montserrat", sans-serif;
  text-align: left;
}
.accordion-box .acc-content p {
  margin-top: 0;
}

.write-us-form {
  padding-top: 40px;
  padding-bottom: 80px;
}
.write-us-form .form {
  max-width: 1040px;
  width: 90%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 72px 112px;
  background: linear-gradient(to right, #51B5EA, #51A1ED);
}
.write-us-form .form .form-logo {
  width: 84px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.write-us-form .form .tile {
  color: #ffffff;
  font-size: 32px;
  font-weight: normal;
  font-family: "Poppins", sans-serif;
  text-align: center;
  margin-bottom: 44px;
}
.write-us-form .form .check-box {
  margin-top: 20px;
}
.write-us-form .form .checkmark {
  border: 1px solid #fff;
  background: transparent;
}
.write-us-form .form .input-group {
  margin-bottom: 14px;
}
.write-us-form .form .input-group.half-width {
  display: inline-block;
  width: 48%;
}
.write-us-form .form .input-group.half-width.second {
  margin-left: 3.4%;
}
.write-us-form .form .input-group label {
  color: #fff;
}
.write-us-form .form .input-group label a {
  color: #fff;
}
.write-us-form .form .input-group button {
  max-width: 280px;
  text-align: center;
}
.write-us-form .form .input-group .check-box {
  display: inline-block;
}
.write-us-form .form .input-group.text-center {
  text-align: center;
}
.write-us-form .form .input-group.mt-btn {
  margin-top: 60px;
}
@media screen and (max-width: 1500px) {
  .write-us-form .form {
    max-width: 890px;
  }
}
@media screen and (max-width: 1020px) {
  .write-us-form .form {
    padding: 42px 54px;
  }
}
@media screen and (max-width: 900px) {
  .write-us-form .form .input-group.half-width {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
  .write-us-form .form .input-group.half-width.second {
    margin-left: 0%;
  }
}
@media screen and (max-width: 900px) {
  .write-us-form .form {
    padding: 34px 28px;
  }
}

.order-form {
  padding-top: 40px;
  padding-bottom: 80px;
}
.order-form .form {
  max-width: 1040px;
  width: 90%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 72px 112px;
  background: linear-gradient(to right, #51B5EA, #51A1ED);
}
.order-form .form .output-amount {
  text-align: center;
  margin-top: 30px;
}
.order-form .form .output-amount label {
  color: #fff;
}
.order-form .form .output-amount h1 {
  font-size: 64px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #ffffff;
  margin-top: 0px;
}
.order-form .form .form-logo {
  width: 84px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.order-form .form .tile {
  color: #ffffff;
  font-size: 32px;
  font-weight: normal;
  font-family: "Poppins", sans-serif;
  text-align: center;
  margin-bottom: 44px;
}
.order-form .form .tile span {
  font-weight: 200;
}
.order-form .form .check-box {
  margin-top: 20px;
}
.order-form .form .checkmark {
  border: 1px solid #fff;
  background: transparent;
}
.order-form .form .input-group {
  margin-bottom: 14px;
}
.order-form .form .input-group.half-width {
  display: inline-block;
  width: 48%;
}
.order-form .form .input-group.half-width.second {
  margin-left: 3.4%;
}
.order-form .form .input-group label {
  color: #fff;
}
.order-form .form .input-group label a {
  color: #fff;
}
.order-form .form .input-group button {
  max-width: 280px;
  text-align: center;
}
.order-form .form .input-group .check-box {
  display: inline-block;
}
.order-form .form .input-group.text-center {
  text-align: center;
}
.order-form .form .input-group.mt-btn {
  margin-top: 60px;
}
.order-form .form .input-group.dark-input input {
  border: none;
  background: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0px 5px 17px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0px 5px 17px 0px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 5px 17px 0px rgba(0, 0, 0, 0.15);
  width: 104%;
  color: #fff;
}
.order-form .form .input-group.dark-input.first input {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.order-form .form .input-group.dark-input.second input {
  right: 4%;
  position: relative;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
@media screen and (max-width: 1500px) {
  .order-form .form {
    max-width: 890px;
  }
}
@media screen and (max-width: 1020px) {
  .order-form .form {
    padding: 42px 54px;
  }
  .order-form .form .output-amount h1 {
    font-size: 46px;
  }
}
@media screen and (max-width: 900px) {
  .order-form .form .input-group.half-width {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
  .order-form .form .input-group.half-width.second {
    margin-left: 0%;
  }
  .order-form .form .input-group.dark-input input {
    width: 100%;
  }
  .order-form .form .input-group.dark-input.first input {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .order-form .form .input-group.dark-input.second input {
    right: 0%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
}
@media screen and (max-width: 900px) {
  .order-form .form {
    padding: 34px 28px;
  }
}
@media screen and (max-width: 1020px) {
  .order-form .form .output-amount h1 {
    font-size: 30px;
  }
}

.cookie-bar {
  position: fixed;
  padding: 16px 50px;
  z-index: 1365;
  width: 100%;
  bottom: 0px;
  left: 0px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 13px -1px rgba(0, 0, 0, 0.37);
  -moz-box-shadow: 0px 0px 13px -1px rgba(0, 0, 0, 0.37);
  box-shadow: 0px 0px 13px -1px rgba(0, 0, 0, 0.37);
  text-align: center;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  transition-property: bottom;
}
.cookie-bar p {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  color: #282828;
  margin: 0px;
  display: inline-block;
  vertical-align: middle;
}
.cookie-bar p a {
  color: #4FB1EB;
}
.cookie-bar .form {
  display: inline-block;
  vertical-align: middle;
  margin-left: 40px;
}
.cookie-bar .form button {
  display: inline-block;
  width: auto;
  padding: 16px 16px;
}
.cookie-bar.hide {
  bottom: -100%;
}
@media screen and (max-width: 1100px) {
  .cookie-bar .form {
    display: block;
    text-align: center;
    margin-top: 20px;
  }
}

header {
  width: 100%;
  position: relative;
  background-color: #fff;
  z-index: 4042;
  padding: 64px 64px 0 64px;
}
header .header-logo {
  vertical-align: middle;
  display: inline-block;
}
header .header-logo * {
  vertical-align: middle;
  display: inline-block;
}
header .header-logo img {
  width: 166px;
  height: auto;
  display: inline-block;
  max-width: 100%;
}
header .divider {
  width: 1px;
  height: 40px;
  background: #EDEDF4;
  border: none;
  display: inline-block;
  vertical-align: middle;
  margin-left: 74px;
  margin-right: 74px;
}
header .search-wrapper {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  width: calc(100% - 343px);
}
header .menu {
  vertical-align: middle;
  display: inline-block;
  margin-top: 22px;
}
header .menu a {
  display: inline-block;
  margin-left: 0px;
  margin-right: 50px;
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  color: #1a285b;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  transition-property: all;
  transition-property: text-shadow transform border-bottom;
  will-change: text-shadow transform border-bottom;
  text-shadow: 0px 0 #1a285b, 0 0px #1a285b, 0px 0 #1a285b, 0 0px #1a285b;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  position: relative;
}
header .menu a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #F00B16;
  opacity: 0;
  bottom: -16px;
  left: 0px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  transition-property: opacity;
}
header .menu a.active, header .menu a:hover {
  text-shadow: -0.8px 0 #1a285b, 0 0.8px #1a285b, 0.8px 0 #1a285b, 0 0px #1a285b;
}
header .menu a.active:before, header .menu a:hover:before {
  opacity: 1;
}
header .search-box {
  vertical-align: middle;
  display: inline-block;
  margin-top: 16px;
}
header .search-box .search-button {
  vertical-align: middle;
  display: inline-block;
  outline: none;
  border: none;
  background: none;
  position: relative;
  z-index: 2;
  /*@include transition(.5s, all);
  transition-property: position right top;´*/
  position: relative;
  right: 0px;
  top: 0px;
}
header .search-box .search-button .search-icon {
  width: 25px;
}
header .search-box .search-button.move-right {
  right: 10px;
  top: 20px;
  position: absolute;
}
header .search-box .search-input {
  vertical-align: middle;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  padding: 22px 36px 22px 16px;
  font-size: 16px;
  color: #1a285b;
  outline: none;
  border: 1px solid #EBEBEB;
  border-bottom: 2px solid #4FB1EB;
  background: #F9F9FE;
  /*@include transition(.5s, all);
  transition-property: opacity width;
  will-change: opacity width;*/
  position: absolute;
  pointer-events: none;
  left: 0%;
  top: 0px;
  width: 0%;
  opacity: 0;
  z-index: 1;
}
header .search-box .search-input.active {
  opacity: 1;
  width: 100%;
  pointer-events: auto;
}
header .profile-part {
  top: -6px;
  float: right;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  /*.fp-form{
    position: absolute;
    z-index: 3;
    left: 0px;
    bottom: 0px;
    width: 100%;
    background: #fff;

    .login-group{
      input{
        width: 388px;
        @media screen and (max-width: 1500px){
          width: 324px;
        }
        &.tablet-input{
          @media screen and (max-width: 1300px){
            width: 100%;
          }
        }
      }
    }
    @media screen and (max-width: 1300px){
      padding-top: 16px;
      padding-left: 16px;
      padding-right: 16px;
      top: 0px;
      background: #F7F7FC;
    }
  }*/
}
header .profile-part .forgotten-pass-toggle {
  position: absolute;
  z-index: 4;
  font-family: "Poppins", sans-serif;
  color: #526590;
  font-size: 12px;
  line-height: 1.8em;
  left: 0px;
  top: -20px;
  text-decoration: underline;
}
@media screen and (max-width: 1300px) {
  header .profile-part .forgotten-pass-toggle {
    left: auto;
    right: 20px;
    top: 88px;
  }
}
@media screen and (max-width: 768px) {
  header .profile-part .forgotten-pass-toggle {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    top: auto;
    bottom: 10px;
  }
}
header .profile-part .login-group {
  vertical-align: middle;
  display: inline-block;
}
header .profile-part .login-group input {
  vertical-align: middle;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  padding: 22px 16px 22px 16px;
  font-size: 16px;
  color: #1a285b;
  outline: none;
  border: 1px solid #EBEBEB;
  border-bottom: 2px solid #4FB1EB;
  background: #F9F9FE;
  width: 220px;
}
header .profile-part .login-group input:nth-child(2) {
  margin-left: -5px;
}
header .profile-part button {
  vertical-align: middle;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  border: none;
  outline: none;
  padding: 22px 16px 22px 16px;
  text-align: center;
}
header .profile-part button.profile {
  color: #fff;
  background-color: #4FB1EB;
  width: 186px;
  font-weight: 700;
  border: 1px solid #4FB1EB;
  border-bottom: 2px solid #4FB1EB;
  margin-left: 10px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: all;
  transition-property: border background-color;
}
header .profile-part button.profile:hover {
  background-color: #78CBEE;
  border: 1px solid #78CBEE;
  border-bottom: 2px solid #78CBEE;
}
header .profile-part button.profile.logged-in {
  padding-right: 0px;
  position: relative;
  width: auto;
  padding: 17px 0px 16px 26px;
}
header .profile-part button.profile.logged-in .ok-stamp {
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
  width: 20px;
}
header .profile-part button.profile.logged-in .user {
  text-decoration: underline;
  display: inline-block;
  vertical-align: middle;
  margin-right: 74px;
}
header .profile-part button.profile.logged-in .settings {
  display: inline-block;
  vertical-align: middle;
  opacity: 1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: opacity;
}
header .profile-part button.profile.logged-in .settings img {
  width: 29px;
  left: -22px;
  position: relative;
}
header .profile-part button.profile.logged-in .settings:before {
  content: "";
  position: absolute;
  width: 1px;
  height: calc(100% + 2px);
  top: -1px;
  right: 70px;
  background: #fff;
}
header .profile-part button.profile.logged-in .settings:hover {
  opacity: 1;
}
header .profile-part button.action {
  color: #1a285b;
  font-weight: 500;
  background: rgba(0, 0, 0, 0);
}
header .profile-part button.action .log-out {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
header .responsive-icons {
  float: right;
}
header .responsive-icons button {
  width: 50px;
  height: 50px;
  background: #fff;
  border: 1px solid #EDEDF4;
  outline: none;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
header .responsive-icons button:nth-child(1) {
  background: transparent;
  border: none;
  position: relative;
}
header .responsive-icons button:nth-child(1):before {
  content: "";
  position: absolute;
  width: 1px;
  height: 80%;
  top: 10%;
  left: 0px;
  background: #EDEDF4;
}
header .responsive-icons button.log-in-btn {
  -webkit-box-shadow: -7px 3px 21px -12px #b0b0b0;
  -moz-box-shadow: -7px 3px 21px -12px #b0b0b0;
  box-shadow: -7px 3px 21px -12px #b0b0b0;
}
header .responsive-icons button:not(:first-child) {
  margin-left: -6px;
}
header .responsive-icons button img {
  width: 20px;
}
header .responsive-icons button.logged-in {
  background-image: linear-gradient(to right, #4FB0EC, #51A7EC);
}
header .responsive-icons button.first {
  display: none;
}
header .responsive-icons button.second {
  display: none;
}
header .responsive-icons button.active {
  position: relative;
  background: #F7F7FC;
}
header .responsive-icons button.active img {
  display: none;
}
header .responsive-icons button.active:before {
  content: "×";
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  line-height: 50px;
  font-size: 30px;
  font-weight: 100;
  font-family: "Montserrat", sans-serif;
}

@media screen and (max-width: 1816px) {
  header {
    padding: 40px 40px 0 40px;
  }
  header .search-wrapper {
    width: calc(100% - 239px);
  }
  header .divider {
    margin-left: 32px;
    margin-right: 32px;
  }
  header .menu a {
    font-size: 18px;
    margin-right: 30px;
  }
  header .menu a:before {
    bottom: -12px;
  }
  header .profile-part .login-group input {
    width: 194px;
    padding: 18px 14px 18px 14px;
  }
  header .profile-part button {
    padding: 18px 16px 18px 16px;
  }
  header .profile-part button.profile {
    width: 176px;
  }
  header .search-box .search-input.active {
    padding: 20px 36px 18px 16px;
    margin-top: -1px;
  }
  header .search-box .search-button.move-right {
    top: 16px;
  }
}
@media screen and (max-width: 1500px) {
  header {
    padding: 28px 28px 0 28px;
  }
  header .header-logo img {
    width: 152px;
  }
  header .search-wrapper {
    width: calc(100% - 221px);
  }
  header .divider {
    margin-left: 30px;
    margin-right: 30px;
    height: 34px;
  }
  header .menu {
    margin-top: 10px;
  }
  header .menu a {
    font-size: 16px;
  }
  header .profile-part .login-group input {
    width: 162px;
    padding: 12px 8px 12px 8px;
    font-size: 14px;
  }
  header .profile-part button {
    padding: 12px 16px 12px 16px;
  }
  header .profile-part button.profile {
    width: 144px;
    padding: 12px 16px 12px 16px;
  }
  header .search-box .search-input.active {
    margin-top: -12px;
  }
  header .search-box .search-button.move-right {
    top: 6px;
  }
}
@media screen and (max-width: 1300px) {
  header .profile-part {
    display: none;
  }
  header .profile-part.active {
    display: block;
  }
  header .profile-part.profile-login {
    position: absolute;
    background: #F7F7FC;
    width: 100%;
    top: 50px;
    padding: 16px;
  }
  header .profile-part.profile-login .login-group {
    display: block;
  }
  header .profile-part.profile-login .login-group input {
    width: 50%;
  }
  header .profile-part.profile-login button {
    margin-top: 16px;
  }
  header .profile-part.profile-login button.profile {
    margin-left: 0px;
  }
  header .responsive-icons button.first {
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  header {
    position: relative;
    padding: 18px 18px 0 18px;
    -webkit-box-shadow: 0px 14px 21px -12px #b0b0b0;
    -moz-box-shadow: 0px 14px 21px -12px #b0b0b0;
    box-shadow: 0px 14px 21px -12px #b0b0b0;
  }
  header .header-logo img {
    width: 136px;
  }
  header .divider {
    display: none;
  }
  header .menu {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 100%;
    background: #F7F7FC;
    padding: 30px;
    display: none;
    margin-top: 0px;
  }
  header .menu.active {
    display: block;
  }
  header .menu a {
    display: block;
    margin-bottom: 20px;
    width: 84px;
    position: relative;
  }
  header .menu a.active {
    left: 20px;
  }
  header .menu a:before {
    bottom: -4px;
    height: 1px;
  }
  header .search-wrapper {
    width: calc(100% - 140px);
  }
  header .search-box {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    margin-top: 0px;
  }
  header .search-box .search-button {
    display: none;
  }
  header .search-box .search-button.move-right {
    display: block;
  }
  header .search-box .search-input.active {
    margin-top: -1px;
  }
  header .search-box .search-button.move-right {
    top: 14px;
  }
  header .search-wrapper {
    position: unset;
  }
  header .profile-part.profile-login {
    top: 100%;
    left: 0;
  }
  header .profile-part.profile-login .login-group {
    margin-bottom: 0px;
  }
  header .profile-part.profile-login .login-group input {
    width: 90%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 16px;
    background: #fff;
  }
  header .profile-part.profile-login button {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 34px;
  }
  header .profile-part.profile-login button.profile {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 16px;
  }
  header .responsive-icons button.second {
    display: inline-block;
  }
}
@media screen and (max-width: 500px) {
  header {
    padding: 0px 0px 0 18px;
  }
  header .header-logo img {
    width: 124px;
    margin-top: 4px;
    margin-right: 12px;
  }
}
footer {
  text-align: center;
  padding: 20px 10px 44px 10px;
}
footer .center-content {
  display: inline-block;
  max-width: 1300px;
  text-align: left;
}
footer .center-content .info-box .half:nth-child(1) {
  margin-right: 140px;
}
footer .center-content .info-box * {
  display: inline-block;
  vertical-align: middle;
}
footer .center-content .info-box .footer-logo {
  width: 200px;
  height: auto;
  display: inline-block;
  max-width: 100%;
}
footer .center-content .info-box a {
  color: #1a285b;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  margin-left: 76px;
  margin-right: 76px;
}
footer .center-content .info-box a:last-child {
  margin-right: 0px;
}
footer .center-content .info-box a:nth-child(1) {
  margin-left: 0px;
}
footer .center-content .info-box a.adress {
  line-height: 1.6em;
  font-size: 18px;
}
footer .center-content .socials {
  display: block;
  margin-top: 76px;
  margin-bottom: 76px;
}
footer .center-content .socials a {
  display: inline-block;
  vertical-align: middle;
  margin-left: 14px;
  margin-right: 14px;
}
footer .center-content .socials a:nth-child(1) {
  margin-left: 0px;
}
footer .center-content .socials a img {
  width: 20px;
}
footer .center-content .copy-right {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: rgba(26, 40, 91, 0.3);
  display: inline-block;
  margin-bottom: 0px;
}
footer .center-content .copy-right a {
  color: #1a285b;
  margin-left: 12px;
  font-weight: 600;
  text-decoration: underline;
}
footer .center-content .copy-right a.first {
  margin-left: 26px;
}
@media screen and (max-width: 1100px) {
  footer .center-content .copy-right a {
    display: block;
    margin-left: 0px;
    margin-top: 16px;
  }
  footer .center-content .copy-right a.first {
    margin-left: 0px;
  }
}
footer .center-content .scroll-top {
  width: 66px;
  height: 66px;
  background-color: #F00B16;
  position: relative;
  border: none;
  outline: none;
  float: right;
  padding: 0;
  margin-top: -30px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: background-color;
}
footer .center-content .scroll-top:hover {
  background-color: #f34e56;
}
footer .center-content .scroll-top:before {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(45deg);
  left: 44%;
  top: 50%;
}

@media screen and (max-width: 1440px) {
  footer .center-content {
    max-width: 1070px;
  }
  footer .center-content .info-box .half:nth-child(1) {
    margin-right: 80px;
  }
  footer .center-content .info-box a {
    margin-left: 40px;
    margin-right: 40px;
    font-size: 20px;
  }
  footer .center-content .info-box a:last-child {
    font-size: 16px;
    margin-right: 0px;
  }
  footer .center-content .socials {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1100px) {
  footer .center-content .info-box .half {
    display: block;
  }
  footer .center-content .info-box .half:nth-child(1) {
    margin-right: 0px;
    margin-bottom: 40px;
  }
  footer .center-content .info-box a {
    /*margin-left: 0px;
    margin-right: 0px;
    display: block;*/
  }
}
@media screen and (max-width: 540px) {
  footer {
    padding: 20px 24px 44px 24px;
  }
  footer .center-content {
    text-align: left;
  }
  footer .center-content .info-box .half {
    margin-bottom: 0px;
  }
  footer .center-content .info-box .half:nth-child(1) {
    margin-bottom: 0px;
  }
  footer .center-content .info-box a {
    display: block;
    margin-bottom: 40px;
    margin-left: 0px;
    margin-right: 0px;
  }
  footer .center-content .info-box a.no-mb {
    margin-bottom: 6px;
  }
  footer .center-content .info-box a.adress {
    line-height: 1.6em;
    font-size: 18px;
  }
  footer .center-content .socials {
    margin-top: 0px;
    margin-bottom: 0px;
    float: right;
    margin-top: -172px;
  }
  footer .center-content .scroll-top {
    position: relative;
    margin-top: 0px;
    top: -112px;
  }
}
@media screen and (max-width: 458px) {
  footer .center-content {
    position: relative;
  }
  footer .center-content .socials {
    margin-top: 0;
    margin-bottom: 30px;
    float: none;
  }
  footer .center-content .scroll-top {
    top: 164px;
    right: 0px;
    position: absolute;
  }
}
/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 546;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image */
/*#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}*/
.toggle-box {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 20px;
}
.toggle-box .toggle-btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 30px;
  margin-right: 30px;
  cursor: pointer;
}
.toggle-box .toggle-btn:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.toggle-box .toggle-btn.left:before {
  transform: rotate(-135deg);
}
.toggle-box .toggle-btn.right:before {
  transform: rotate(45deg);
}

/* Add Animation */
.modal-content, #caption {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
  }
}
@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
  .modal-content {
    width: 100%;
  }
}
.forgotten-pass-popup {
  position: fixed;
  z-index: 20025;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(26, 40, 91, 0.6);
}
.forgotten-pass-popup .fpp-form {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 46px 16px 16px 16px;
  max-width: 466px;
  width: 90%;
  text-align: center;
  overflow: hidden;
}
.forgotten-pass-popup .fpp-form .close {
  position: absolute;
  right: 8px;
  top: -4px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 36px;
  color: #1a285b;
}
.forgotten-pass-popup .fpp-form p {
  font-family: "Poppins", sans-serif;
  color: #526590;
  font-size: 18px;
  line-height: 1.8em;
  margin-top: 0px;
  font-weight: 300;
}
@media screen and (max-width: 1000px) {
  .forgotten-pass-popup .fpp-form p {
    font-size: 16px;
  }
}
.forgotten-pass-popup .fpp-form input {
  vertical-align: middle;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  padding: 22px 16px 22px 16px;
  font-size: 16px;
  color: #1a285b;
  outline: none;
  border: 1px solid #EBEBEB;
  border-bottom: 2px solid #4FB1EB;
  background: #F9F9FE;
  width: 220px;
}
@media screen and (max-width: 1500px) {
  .forgotten-pass-popup .fpp-form input {
    padding: 12px 8px 12px 8px;
    font-size: 14px;
  }
}
.forgotten-pass-popup .fpp-form button {
  vertical-align: middle;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  border: none;
  outline: none;
  padding: 22px 16px 22px 16px;
  text-align: center;
}
.forgotten-pass-popup .fpp-form button.profile {
  color: #fff;
  background-color: #4FB1EB;
  width: 186px;
  font-weight: 700;
  border: 1px solid #4FB1EB;
  border-bottom: 2px solid #4FB1EB;
  margin-left: 10px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: all;
  transition-property: border background-color;
}
.forgotten-pass-popup .fpp-form button.profile:hover {
  background-color: #78CBEE;
  border: 1px solid #78CBEE;
  border-bottom: 2px solid #78CBEE;
}
@media screen and (max-width: 1500px) {
  .forgotten-pass-popup .fpp-form button {
    width: 144px;
    padding: 12px 16px 12px 16px;
  }
}
@media screen and (max-width: 520px) {
  .forgotten-pass-popup .fpp-form button.profile {
    margin-left: 0px;
    margin-top: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 220px;
  }
}

.left-box {
  display: inline-block;
  width: 50%;
}

.right-box {
  display: inline-block;
  width: 48%;
  text-align: center;
}

.hero {
  width: 100%;
  position: relative;
}
.hero .background {
  background: #FBFCFF;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0px;
  top: 0px;
}
.hero .background .fragments {
  position: absolute;
  right: 5%;
  top: 0px;
  z-index: 1;
}
.hero .background .main-frag {
  position: absolute;
  right: 10%;
  top: 80px;
  z-index: 3;
}
.hero .background .white-block {
  position: absolute;
  width: 100%;
  height: 326px;
  z-index: 2;
  background: #fff;
  bottom: 0px;
}
.hero .foreground {
  position: relative;
  z-index: 2;
  left: 0px;
  top: 0px;
}
.hero .foreground .content-wrapper {
  padding-top: 168px;
  padding-bottom: 124px;
}
.hero .foreground .left-box, .hero .foreground .right-box {
  vertical-align: top;
}
.hero .foreground .cta-box {
  display: block;
  margin-top: 54px;
}
.hero .foreground h2 {
  font-family: "Poppins", sans-serif;
  font-size: 64px;
  color: #1a285b;
  font-weight: normal;
}
.hero .foreground h2 span {
  font-weight: 200;
}
.hero .foreground .hero-text {
  font-family: "Poppins", sans-serif;
  color: #526590;
  font-size: 18px;
  line-height: 1.8em;
}
.hero .foreground .form {
  max-width: 372px;
  width: 90%;
  display: inline-block;
  text-align: left;
  padding: 54px 20px 20px 20px;
  background: #FAFAFF;
  border: 1px solid #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 46px 0px #d6d6d6;
  -moz-box-shadow: 0px 0px 46px 0px #d6d6d6;
  box-shadow: 0px 0px 46px 0px #d6d6d6;
}
.hero .foreground .form .input-group:not(:last-child) {
  margin-bottom: 14px;
}
.hero .foreground .form .input-group label {
  color: #1a285b;
  margin-bottom: 6px;
}
.hero .foreground .form .input-group input {
  max-width: 330px;
  font-size: 15px;
}
.hero .foreground .form .input-group .range-box {
  display: block;
  margin-top: 50px;
}
.hero .foreground .form .input-group .range-box input[type=range] {
  margin-bottom: 20px;
}
.hero .foreground .form .input-group button {
  text-align: left;
  position: relative;
}
.hero .foreground .form .input-group button .arrow {
  float: right;
  position: relative;
  left: 0px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: left;
}
.hero .foreground .form .input-group button .arrow:before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border-top: 1px solid #50BCE9;
  border-right: 1px solid #50BCE9;
  transform: rotate(45deg);
  right: 0px;
  top: 4px;
}
.hero .foreground .form .input-group button:hover .arrow {
  left: -12px;
}
.hero .foreground .form .full-width {
  width: 100%;
}
.hero .foreground .form .half-width {
  width: 154px;
  display: inline-block;
}
.hero .foreground .form .half-width.first {
  margin-right: 18px;
}
.hero .foreground .form .index-top1 {
  position: relative;
  z-index: 5;
}
.hero .foreground .form .index-top2 {
  position: relative;
  z-index: 4;
}

.selected-debentures {
  position: relative;
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.selected-debentures .content-wrapper {
  width: 1334px;
}
.selected-debentures .content-wrapper:before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 95%;
  left: 2.5%;
  height: 480px;
  background: #FAFAFF;
  top: 370px;
}
.selected-debentures .content-wrapper .foreground {
  position: relative;
  z-index: 2;
  text-align: center;
}
.selected-debentures .cta-box {
  text-align: center;
  margin-top: 40px;
}
.selected-debentures .cta-type2 {
  width: auto;
  display: inline-block;
}

.news-section .content-wrapper {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1416px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 150px;
  text-align: center;
}
.news-section .content-wrapper .section-title {
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  color: #1a285b;
  font-weight: 500;
  margin-top: 0px;
}
.news-section .content-wrapper .slider-wrapper {
  position: relative;
}
.news-section .content-wrapper .slider-wrapper .arrow-box {
  width: 416px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: -38px;
  margin-bottom: 38px;
  position: relative;
  z-index: 2;
}
.news-section .content-wrapper .slider-wrapper .arrow-box .arrow-slider {
  cursor: pointer;
}
.news-section .content-wrapper .slider-wrapper .arrow-box .arrow-slider.left {
  float: left;
}
.news-section .content-wrapper .slider-wrapper .arrow-box .arrow-slider.right {
  float: right;
}
.news-section .content-wrapper .cta-box {
  text-align: center;
  padding-top: 30px;
}
.news-section .content-wrapper .cta-box .cta-type2 {
  width: auto;
  display: inline-block;
}
.news-section .content-wrapper .news-slider {
  display: block;
  width: 100%;
  padding: 50px 50px 0px 50px;
}
.news-section .content-wrapper .news-slider .slick-dots {
  list-style: none;
  padding-left: 0px;
  text-align: center;
}
.news-section .content-wrapper .news-slider .slick-dots li {
  display: inline-block;
  border-radius: 100%;
  overflow: hidden;
}
.news-section .content-wrapper .news-slider .slick-dots li:not(:last-child) {
  margin-right: 6px;
}
.news-section .content-wrapper .news-slider .slick-dots li button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  text-indent: -9999px;
  overflow: hidden;
  border: none;
  outline: none;
  display: block;
  width: 14px;
  height: 14px;
  background-color: #D1D4DE;
  border: none;
  outline: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: background-color;
}
.news-section .content-wrapper .news-slider .slick-dots li button:hover {
  background-color: #EF0C15;
}
.news-section .content-wrapper .news-slider .slick-dots li.slick-active button {
  background-color: #EF0C15;
}
.news-section .content-wrapper .news-slider .card {
  padding: 15px;
  outline: none;
  display: inline-block;
  width: 432px;
  vertical-align: top;
}
.news-section .content-wrapper .news-slider .card .inner-box {
  background: #fff;
  overflow: hidden;
  padding: 26px;
  text-align: left;
  -webkit-box-shadow: 0px 0px 20px 0px #cccccc;
  -moz-box-shadow: 0px 0px 20px 0px #cccccc;
  box-shadow: 0px 0px 20px 0px #cccccc;
  min-height: 222px;
}
.news-section .content-wrapper .news-slider .card .inner-box .date {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #526590;
  font-weight: normal;
  margin-top: 0px;
}
.news-section .content-wrapper .news-slider .card .inner-box .text {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  color: #1a285b;
  font-weight: 500;
}
.news-section .content-wrapper .news-slider .card .inner-box .show-more {
  color: #51c0ec;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
}
.news-section .content-wrapper .news-slider .card .inner-box .show-more .arrow {
  margin-bottom: 0px;
  position: relative;
  margin-top: 4px;
  margin-bottom: 14px;
  margin-right: 16px;
  display: block;
  float: right;
}
.news-section .content-wrapper .news-slider .card .inner-box .show-more .arrow:before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border-top: 1px solid #51c0ec;
  border-right: 1px solid #51c0ec;
  transform: rotate(45deg);
}
.news-section .content-wrapper .news-slider .card .inner-box.link {
  background: none;
  background-image: linear-gradient(#50B7EB, #51A1ED);
  text-align: center;
  text-transform: uppercase;
  line-height: 222px;
  padding: 0px;
}
.news-section .content-wrapper .news-slider .card .inner-box.link .text {
  color: #fff;
  margin: 0px;
}

.subscribe-to-news {
  text-align: center;
  overflow: hidden;
  max-width: 100vw;
}
.subscribe-to-news .section-title {
  margin-bottom: 0px;
}
.subscribe-to-news .section-subtitle {
  margin-top: 0px;
  margin-bottom: 80px;
}
.subscribe-to-news .content-wrapper {
  padding-top: 182px;
  padding-bottom: 222px;
}
.subscribe-to-news .logo-shape {
  width: 112px;
}
.subscribe-to-news .form .input-group {
  vertical-align: top;
  display: inline-block;
}
.subscribe-to-news .form .input-group input {
  width: 488px;
}
.subscribe-to-news .form .input-group .check-box {
  margin-top: 12px;
}
.subscribe-to-news .form .input-group .cta-type3 {
  margin-left: 20px;
}
.subscribe-to-news .form .d-block {
  display: block;
}

@media screen and (max-width: 1540px) {
  #last-selected-debenture .debenture-card {
    width: 272px;
    cursor: grab;
  }
}
@media screen and (max-width: 1440px) {
  .hero .background .fragments {
    width: 100%;
  }
  .hero .background .main-frag {
    width: 40%;
  }
  .hero .foreground h2 {
    font-size: 52px;
  }
  .hero .foreground .hero-text {
    font-size: 16px;
  }
  .hero .foreground .content-wrapper {
    padding-top: 54px;
    width: 1100px;
  }
  .hero .foreground .cta-box {
    margin-top: 24px;
  }
  .hero .foreground .form {
    padding: 36px 20px 20px 20px;
  }
  .hero .foreground .form input[type=text] {
    font-size: 15px;
    padding: 6px 16px;
  }
  .hero .foreground .form button {
    padding: 18px 22px;
  }

  .right-box {
    text-align: right;
  }

  .section-title {
    font-size: 40px;
  }

  .debenture-card {
    width: 276px;
  }
  .debenture-card .head {
    padding: 20px 36px;
  }
  .debenture-card .head p {
    font-size: 16px;
  }
  .debenture-card .head h3 {
    font-size: 24px;
  }
  .debenture-card .content {
    padding: 34px 36px 48px 36px;
  }
  .debenture-card .content p {
    font-size: 16px;
  }
  .debenture-card .content h2 {
    font-size: 30px;
  }
  .debenture-card .content h3 {
    font-size: 24px;
  }
  .debenture-card .content .total-payout {
    margin-top: 20px;
  }

  .subscribe-to-news .form .input-group:nth-child(1) {
    width: 410px;
  }
  .subscribe-to-news .form .input-group input {
    width: 100%;
  }

  .subscribe-to-news .content-wrapper {
    width: 100%;
    padding-top: 152px;
    padding-bottom: 164px;
  }

  .selected-debentures .cta-type2 {
    padding: 18px 22px;
  }

  .news-section .content-wrapper {
    max-width: 1234px;
  }
  .news-section .content-wrapper .news-slider .card {
    width: 348px;
  }
  .news-section .content-wrapper .news-slider .card .inner-box .text {
    font-size: 16px;
  }
}
@media screen and (max-width: 1334px) {
  .selected-debentures .content-wrapper {
    width: 1100px;
  }
  .selected-debentures .content-wrapper:before {
    height: 350px;
  }
}
@media screen and (max-width: 1200px) {
  .form input[type=text] {
    width: 100%;
  }

  .hero .foreground h2 {
    font-size: 40px;
  }
  .hero .foreground .content-wrapper {
    padding-top: 56px;
    padding-bottom: 72px;
    width: 836px;
  }
  .hero .foreground .form {
    max-width: 330px;
    padding: 20px 20px 20px 20px;
  }
  .hero .foreground .form .half-width {
    width: 100%;
  }
  .hero .foreground .form .half-width.first {
    margin-right: 0px;
  }

  .selected-debentures .content-wrapper {
    width: 100%;
  }

  .debenture-card {
    width: 272px;
    cursor: grab;
  }
  .debenture-card .head {
    padding: 14px 20px;
  }
  .debenture-card .head p {
    font-size: 14px;
  }
  .debenture-card .head h3 {
    font-size: 20px;
  }
  .debenture-card .content {
    padding: 28px 20px 40px 20px;
  }
  .debenture-card .content p {
    font-size: 14px;
  }
  .debenture-card .content h3 {
    font-size: 20px;
  }
  .debenture-card .content h2 {
    font-size: 26px;
  }
  .debenture-card .content h2 span:before {
    top: 42%;
  }

  .swipe-show {
    width: 308px;
    display: inline-block;
    position: relative;
  }
  .swipe-show .swipe-content {
    width: 920px;
    position: relative;
    left: 0px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    transition-property: left;
    will-change: left;
  }
  .swipe-show .swipe-content .swipeslide.inactive {
    opacity: 1;
  }
  .swipe-show .pins-box .pin {
    width: 12px;
    height: 12px;
    background: #CACDDB;
    border-radius: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
    margin-right: 6px;
    cursor: pointer;
  }
  .swipe-show .pins-box .pin.active {
    background: #EF0B15;
    width: 14px;
    height: 14px;
  }

  .news-section .content-wrapper .news-slider .card {
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .news-section .content-wrapper .news-slider .card .inner-box {
    min-height: auto;
  }
  .news-section .content-wrapper .news-slider .card .inner-box.link {
    line-height: 140px;
    padding: 20px;
  }
}
@media screen and (max-width: 938px) {
  .left-box, .right-box {
    display: block;
    width: 100%;
    text-align: center;
  }

  .section-title {
    padding-left: 26px;
    padding-right: 26px;
  }

  .left-box {
    margin-bottom: 30px;
  }

  .hero .background .main-frag {
    width: 94%;
    display: block;
    right: 3%;
  }
  .hero .foreground .content-wrapper {
    width: 100%;
    padding-left: 26px;
    padding-right: 26px;
  }
  .hero .foreground .cta-box {
    margin-top: 40px;
    text-align: center;
  }
  .hero .foreground .label-box {
    width: 330px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
  .hero .foreground h2, .hero .foreground .hero-text {
    display: inline-block;
    text-align: left;
  }
  .hero .foreground h2 {
    font-size: 34px;
  }
  .hero .foreground .cta-box {
    display: none;
  }

  .subscribe-to-news .form .input-group:nth-child(1) {
    width: 100%;
    max-width: 284px;
  }
  .subscribe-to-news .form .input-group:nth-child(2) {
    display: block;
  }
  .subscribe-to-news .form .input-group .cta-type3 {
    max-width: 176px;
    margin-left: 0px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 800px) {
  .news-section .content-wrapper {
    padding-top: 114px;
  }
  .news-section .content-wrapper .news-slider {
    padding: 6px 50px 0px 50px;
  }
  .news-section .content-wrapper .slider-wrapper .arrow-box {
    width: 280px;
  }
}
@media screen and (max-width: 500px) {
  .left-box {
    margin-bottom: 16px;
    padding: 0px 26px;
  }

  .section-title {
    font-size: 28px;
    padding: 0px 26px;
  }

  .hero .background .main-frag {
    width: 130%;
    display: block;
    right: -10%;
    top: 20%;
  }
  .hero .foreground .content-wrapper {
    padding-top: 18px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .hero .foreground h2 {
    font-size: 28px;
    margin-bottom: 16px;
  }
  .hero .foreground .hero-text {
    font-size: 14px;
    margin-top: 0px;
  }
  .hero .foreground .form {
    width: 100%;
    max-width: 100%;
  }
  .hero .foreground .form input[type=text] {
    max-width: 100%;
  }
  .hero .foreground .form .input-group input {
    max-width: 100%;
  }

  .selected-debentures .content-wrapper:before {
    height: 294px;
  }

  .subscribe-to-news .section-subtitle {
    margin-bottom: 44px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }
  .subscribe-to-news .content-wrapper {
    padding-top: 110px;
    padding-bottom: 114px;
  }

  .news-section .content-wrapper .news-slider {
    padding: 6px 0px 0px 0px;
  }
  .news-section .content-wrapper .news-slider .card {
    padding: 18px;
  }
  .news-section .content-wrapper .news-slider .card .inner-box .text {
    font-size: 14px;
  }
  .news-section .content-wrapper .news-slider .card .inner-box .arrow {
    margin-top: 20px;
    margin-bottom: 34px;
  }
}
.listing-debenture {
  background: #FBFCFF;
  padding-top: 46px;
  text-align: center;
  position: relative;
  z-index: 3;
}
.listing-debenture .section-title2 {
  margin-top: 0px;
}
.listing-debenture .section-subtitle {
  margin-bottom: 56px;
}
.listing-debenture .filter-by-panel {
  padding: 30px 26px 40px 26px;
  background-color: #FBFCFE;
  width: 90%;
  max-width: 1300px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.listing-debenture .filter-by-panel.form .input-group {
  display: inline-block;
  vertical-align: middle;
}
.listing-debenture .filter-by-panel.form .input-group label {
  color: #1a285b;
  margin-bottom: 6px;
}
.listing-debenture .filter-by-panel.form .input-group.index-top1 {
  position: relative;
  z-index: 3;
}
.listing-debenture .filter-by-panel.form .input-group:nth-child(1), .listing-debenture .filter-by-panel.form .input-group:nth-child(2) {
  width: 360px;
  margin-right: 28px;
}
.listing-debenture .filter-by-panel.form .input-group:nth-child(3) {
  width: 454px;
}
.listing-debenture .order-by-panel {
  width: 90%;
  max-width: 1300px;
  background: #FBFCFF;
  display: block;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  text-align: left;
}
.listing-debenture .order-by-panel .ob-btn {
  font-size: 20px;
  color: #1a285b;
  font-family: "Montserrat", sans-serif;
  width: 390px;
  height: 90px;
  line-height: 90px;
  background: #fff;
  display: inline-block;
  vertical-align: middle;
  border: none;
  outline: none;
  position: relative;
  font-weight: 500;
  border-right: 1px solid #F4F2F9;
  text-align: center;
}
.listing-debenture .order-by-panel .ob-btn:before {
  content: "";
  position: absolute;
  width: 0%;
  height: 3px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
  background: #F00B16;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: width;
}
.listing-debenture .order-by-panel .ob-btn:hover:before {
  width: 100%;
}
.listing-debenture .order-by-panel .ob-btn:hover .arrows .icon {
  border-top: 1px solid #F00B16;
  border-right: 1px solid #F00B16;
}
.listing-debenture .order-by-panel .ob-btn.active:before {
  width: 100%;
}
.listing-debenture .order-by-panel .ob-btn.active .arrows .icon {
  /*border-top: 1px solid #F00B16;
  border-right: 1px solid #F00B16;*/
}
.listing-debenture .order-by-panel .ob-btn:not(:first-child) {
  margin-left: -4px;
}
.listing-debenture .order-by-panel .ob-btn .arrows {
  position: absolute;
  right: 16px;
  top: 44%;
}
.listing-debenture .order-by-panel .ob-btn .arrows .icon {
  width: 7px;
  height: 7px;
  border-top: 1px solid #E4E2E7;
  border-right: 1px solid #E4E2E7;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: border;
}
.listing-debenture .order-by-panel .ob-btn .arrows .icon.up {
  transform: rotate(-45deg);
  margin-bottom: 4px;
}
.listing-debenture .order-by-panel .ob-btn .arrows .icon.down {
  transform: rotate(135deg);
  margin-top: 4px;
}
.listing-debenture .order-by-panel .ob-btn .arrows .icon.activeType {
  border-top: 2px solid #F00B16;
  border-right: 2px solid #F00B16;
}
.listing-debenture .order-by-panel .ob-btn .arrows * {
  display: block;
}
.listing-debenture .order-by-panel .list-type {
  display: inline-block;
  margin-left: 22px;
}
.listing-debenture .order-by-panel .list-type .icon-type1 {
  padding: 8px;
}
.listing-debenture .order-by-panel .list-type .icon-type1 div {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 14px;
  height: 4px;
  border: 1px solid #1B285D;
  margin-top: 2px;
  margin-bottom: 2px;
}
.listing-debenture .order-by-panel .list-type .icon-type2 {
  padding: 6px;
}
.listing-debenture .order-by-panel .list-type .icon-type2 div {
  display: inline-block;
  width: 4px;
  height: 4px;
  border: 1px solid #1B285D;
}
.listing-debenture .order-by-panel .list-type .hover-effect {
  width: 36px;
  line-height: 3px;
  height: 36px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #F4F2F9;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: background-color;
}
.listing-debenture .order-by-panel .list-type .hover-effect:not(:first-child) {
  margin-left: -5px;
}
.listing-debenture .order-by-panel .list-type .hover-effect div {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: border;
}
.listing-debenture .order-by-panel .list-type .hover-effect:hover {
  background-color: #1B285D;
}
.listing-debenture .order-by-panel .list-type .hover-effect:hover div {
  border: 1px solid #fff;
}
.listing-debenture .order-by-panel .list-type .hover-effect.active {
  background-color: #1B285D;
}
.listing-debenture .order-by-panel .list-type .hover-effect.active div {
  border: 1px solid #fff;
}
.listing-debenture .order-by-panel .form {
  position: relative;
  z-index: 3;
  display: none;
}
.listing-debenture .order-by-panel .form input {
  border-radius: 0px;
  border-bottom: 2px solid #F00B16;
  font-size: 15px;
}
.listing-debenture .order-by-panel .form input:focus {
  border-left: 1px solid #F00B16;
  border-top: 1px solid #F00B16;
  border-right: 1px solid #F00B16;
}
.listing-debenture .order-by-panel .form .select-input:before {
  border-bottom: 2px solid #F00B16;
  border-right: 2px solid #F00B16;
}
.listing-debenture .order-by-panel .form .select-input .options {
  border-radius: 0px;
  border: 1px solid #F00B16;
  text-align: left;
}
.listing-debenture .order-by-panel .form .select-input .options .inner-box::-webkit-scrollbar {
  width: 10px;
}
.listing-debenture .order-by-panel .form .select-input .options .inner-box::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.listing-debenture .order-by-panel .form .select-input .options .inner-box::-webkit-scrollbar-thumb {
  background: #F00B16;
}
.listing-debenture .order-by-panel .form .select-input .options .inner-box::-webkit-scrollbar-thumb:hover {
  background: #49a3ca;
}
.listing-debenture .order-by-panel .input-group {
  display: inline-block;
  vertical-align: middle;
}
.listing-debenture .order-by-panel .input-group input[type=text] {
  font-weight: 400;
  padding: 19px 16px;
  border-radius: 0px;
  margin: 0px;
}
.listing-debenture .order-by-panel .input-group .select-input .options {
  border-radius: 0px;
}
.listing-debenture .order-by-panel .input-group.ig-1 {
  width: 700px;
  position: relative;
}
.listing-debenture .order-by-panel .input-group.ig-1 .search-button {
  background-color: rgba(255, 255, 255, 0);
  padding: 0px 0px;
  display: inline-block;
  width: auto;
  position: absolute;
  right: 18px;
  top: 16px;
  z-index: 2;
}
.listing-debenture .order-by-panel .input-group.ig-2 {
  width: 256px;
}
.listing-debenture .order-by-panel .search-input {
  vertical-align: middle;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  padding: 22px 36px 22px 16px;
  font-size: 16px;
  color: #1a285b;
  outline: none;
  border: 1px solid #EBEBEB;
  border-bottom: 2px solid #F00B16;
  background: #ffffff;
  pointer-events: none;
  left: 0%;
  top: 0px;
  width: 0%;
  opacity: 0;
  z-index: 1;
}
.listing-debenture .order-by-panel .search-input.active {
  opacity: 1;
  width: 100%;
  pointer-events: auto;
}
.listing-debenture .order-by-panel.width-set {
  width: auto;
  display: inline-block;
}

.listing-debenture-content .selected-debentures {
  padding-top: 62px;
  padding-bottom: 62px;
}
.listing-debenture-content .selected-debentures .content-wrapper:before {
  width: 95%;
  left: 2.5%;
  height: 70%;
  top: 15%;
}
.listing-debenture-content .selected-debentures .cta-type3 {
  display: inline-block;
  max-width: 320px;
  width: 90%;
  margin-top: 40px;
}

@media screen and (max-width: 1540px) {
  .listing-debenture .order-by-panel {
    max-width: 886px;
  }
  .listing-debenture .order-by-panel .ob-btn {
    width: 252px;
    height: 66px;
    line-height: 66px;
    font-size: 16px;
  }
  .listing-debenture .order-by-panel .ob-btn .arrows {
    top: 40%;
  }
  .listing-debenture .order-by-panel .input-group.ig-1 {
    width: 612px;
  }
  .listing-debenture .filter-by-panel {
    max-width: 886px;
  }
  .listing-debenture .filter-by-panel.form .input-group:nth-child(1), .listing-debenture .filter-by-panel.form .input-group:nth-child(2) {
    margin-right: 18px;
    width: 228px;
  }
  .listing-debenture .filter-by-panel.form .input-group:nth-child(3) {
    width: 330px;
  }

  .selected-debentures .content-wrapper {
    max-width: 932px;
    width: 100%;
  }
  .selected-debentures .debenture-card .head {
    padding: 14px 20px;
  }
  .selected-debentures .debenture-card .head p {
    font-size: 14px;
  }
  .selected-debentures .debenture-card .head h3 {
    font-size: 20px;
  }
  .selected-debentures .debenture-card .content {
    padding: 28px 20px 40px 20px;
  }
  .selected-debentures .debenture-card .content p {
    font-size: 14px;
  }
  .selected-debentures .debenture-card .content h3 {
    font-size: 20px;
  }
  .selected-debentures .debenture-card .content h2 {
    font-size: 26px;
  }
  .selected-debentures .debenture-card .content h2 span:before {
    top: 42%;
  }
  .selected-debentures .debenture-card .content .info-group:nth-child(even) {
    padding-left: 0px;
  }
}
@media screen and (max-width: 1362px) {
  .listing-debenture .order-by-panel {
    max-width: 932px;
  }
  .listing-debenture .order-by-panel .ob-btn {
    width: 33.3333%;
    height: 76px;
    line-height: 76px;
    font-size: 16px;
  }
  .listing-debenture .order-by-panel .list-type {
    display: none;
  }
  .listing-debenture .order-by-panel.width-set {
    width: 90%;
    display: block;
  }
  .listing-debenture .order-by-panel .input-group.ig-1 {
    width: calc(100% - 266px);
  }
}
@media screen and (max-width: 1200px) {
  .listing-debenture .filter-by-panel {
    max-width: 886px;
  }
  .listing-debenture .filter-by-panel.form .input-group:nth-child(1), .listing-debenture .filter-by-panel.form .input-group:nth-child(2) {
    width: 48%;
  }
  .listing-debenture .filter-by-panel.form .input-group:nth-child(2) {
    margin-right: 0px;
  }
  .listing-debenture .filter-by-panel.form .input-group:nth-child(3) {
    margin-top: 50px;
    display: block;
    width: 100%;
  }
  .listing-debenture .order-by-panel {
    max-width: 890px;
  }
  .listing-debenture .order-by-panel .ob-btn {
    height: 58px;
    line-height: 58px;
  }
  .listing-debenture .order-by-panel .ob-btn .arrows {
    top: 36%;
  }
}
@media screen and (max-width: 880px) {
  .listing-debenture .section-title2 {
    font-size: 28px;
    padding-left: 26px;
    padding-right: 26px;
  }
  .listing-debenture .section-subtitle {
    padding-left: 26px;
    padding-right: 26px;
  }
}
@media screen and (max-width: 700px) {
  .listing-debenture .section-title2 {
    font-size: 25px;
  }
  .listing-debenture .section-subtitle {
    font-size: 16px;
  }
  .listing-debenture .section-subtitle span {
    font-size: 16px;
  }
  .listing-debenture .section-subtitle br {
    display: none;
  }
  .listing-debenture .filter-by-panel {
    max-width: 886px;
    position: relative;
    z-index: 2;
  }
  .listing-debenture .filter-by-panel.form .input-group:nth-child(1), .listing-debenture .filter-by-panel.form .input-group:nth-child(2) {
    width: 100%;
    margin-right: 0px;
  }
  .listing-debenture .filter-by-panel.form .input-group:nth-child(3) {
    margin-top: 30px;
  }
  .listing-debenture .order-by-panel {
    position: relative;
    z-index: 1;
  }
  .listing-debenture .order-by-panel .ob-btn {
    display: none;
  }
  .listing-debenture .order-by-panel .form {
    display: block;
  }
  .listing-debenture .order-by-panel .input-group {
    display: block;
  }
  .listing-debenture .order-by-panel .input-group.ig-1 {
    width: 100%;
  }
  .listing-debenture .order-by-panel .input-group.ig-2 {
    width: 100%;
  }
}
.contact {
  background: #FBFCFF;
  padding-top: 46px;
  padding-bottom: 46px;
  text-align: center;
}
.contact .section-title2 {
  margin-top: 0px;
}
.contact .contact-content .left-side {
  width: 90%;
  max-width: 636px;
  display: inline-block;
  vertical-align: top;
  background-image: linear-gradient(#50B7EB, #51A1ED);
  text-align: left;
  margin-right: 12px;
}
.contact .contact-content .left-side h1, .contact .contact-content .left-side h2, .contact .contact-content .left-side h3, .contact .contact-content .left-side p {
  color: #fff;
}
.contact .contact-content .left-side h1 {
  font-size: 32px;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  margin-top: 0px;
}
.contact .contact-content .left-side h2 {
  margin-top: 60px;
}
.contact .contact-content .left-side h2 a {
  font-size: 24px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  line-height: 1.4em;
}
.contact .contact-content .left-side h3 {
  font-size: 18px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  margin-top: 40px;
  margin-bottom: 0px;
  line-height: 1.4em;
}
.contact .contact-content .left-side p {
  font-size: 14px;
  font-weight: normal;
  font-family: "Montserrat", sans-serif;
  margin: 0;
  line-height: 1.8em;
}
.contact .contact-content .left-side .up-part {
  padding: 92px 64px 64px 64px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.contact .contact-content .left-side .down-part {
  padding: 64px 64px 54px 64px;
}
.contact .contact-content .right-side {
  width: 636px;
  height: 689px;
  display: inline-block;
  vertical-align: top;
  margin-left: 12px;
}
.contact .contact-content .right-side iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1440px) {
  .contact .contact-content .left-side, .contact .contact-content .right-side {
    width: 500px;
  }
  .contact .contact-content .left-side .up-part {
    padding: 64px 32px 50px 32px;
  }
  .contact .contact-content .left-side .down-part {
    padding: 50px 32px 50px 32px;
  }
  .contact .contact-content .right-side {
    height: 629px;
  }
}
@media screen and (max-width: 1100px) {
  .contact .contact-content .left-side, .contact .contact-content .right-side {
    width: 90%;
    max-width: 636px;
    margin-left: 0px;
    margin-right: 0px;
  }
  .contact .contact-content .left-side {
    margin-bottom: 30px;
  }
  .contact .contact-content .right-side {
    height: 300px;
  }
}
@media screen and (max-width: 640px) {
  .contact .contact-content .left-side h1 {
    font-size: 26px;
  }
  .contact .contact-content .left-side h2 {
    margin-top: 46px;
  }
  .contact .contact-content .left-side h2 a {
    font-size: 20px;
    line-height: 1em;
  }
  .contact .contact-content .left-side p {
    font-size: 16px;
    line-height: 1.5em;
  }
}
.faq {
  background: #FBFCFF;
  padding-top: 46px;
  padding-bottom: 46px;
  text-align: center;
}
.faq .section-title2 {
  margin-top: 0px;
}
.faq .faq-content {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
  position: relative;
  /*max-width: 1356px;
  margin-left: auto;
  margin-right: auto;*/
}
.faq .faq-content:before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 90%;
  left: 0px;
  bottom: -46px;
  background: #fff;
}
.faq .faq-content .faq-box {
  flex: auto;
  width: 90%;
  max-width: 636px;
  display: inline-block;
  vertical-align: top;
  -webkit-box-shadow: 0px 0px 13px -1px rgba(0, 0, 0, 0.37);
  -moz-box-shadow: 0px 0px 13px -1px rgba(0, 0, 0, 0.37);
  box-shadow: 0px 0px 13px -1px rgba(0, 0, 0, 0.37);
  position: relative;
  z-index: 2;
  background-color: #fff;
}
.faq .faq-content .faq-box .head {
  border-bottom: 1px solid #f1f1f1;
  padding-top: 24px;
  padding-bottom: 24px;
}
.faq .faq-content .faq-box .head h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 28px;
  color: #1a285b;
  margin: 0;
  line-height: 1em;
}
.faq .faq-content .faq-box .head h2 span {
  font-size: 18px;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
}
.faq .faq-content .faq-box .accordion-list {
  padding-top: 64px;
  padding-bottom: 74px;
}
.faq .faq-content .faq-box .accordion-list .accordion-box {
  width: 94%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid #E8E9F2;
}
.faq .faq-content .faq-box .accordion-list .accordion-box:nth-child(1) {
  border-top: 1px solid #E8E9F2;
}
.faq .faq-content .left-side {
  margin-right: 12px;
}
.faq .faq-content .left-side .head {
  background: #FCFAFE;
}
.faq .faq-content .right-side {
  margin-left: 12px;
  background-image: linear-gradient(#50B7EB, #51A1ED);
}
.faq .faq-content .right-side .head {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding-top: 24px;
  padding-bottom: 24px;
}
.faq .faq-content .right-side .head h2 {
  color: #fff;
}
.faq .faq-content .right-side .accordion-list .accordion-box {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.faq .faq-content .right-side .accordion-list .accordion-box:nth-child(1) {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.faq .faq-content .right-side .accordion-list .accordion-box .accordion {
  color: #fff;
}
.faq .faq-content .right-side .accordion-list .accordion-box .accordion:before, .faq .faq-content .right-side .accordion-list .accordion-box .accordion:after {
  background: #1a285b;
}
.faq .faq-content .right-side .accordion-list .accordion-box .acc-content {
  color: #fff;
}

.faq2 {
  background: #fff;
  padding-top: 104px;
}
.faq2 .general-questions {
  margin-top: 80px;
  max-width: 1300px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.faq2 .general-questions .accordion-box {
  width: 90%;
  max-width: 636px;
  display: inline-block;
  vertical-align: top;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(171, 171, 171, 0.3);
  -moz-box-shadow: 0px 0px 12px 0px rgba(171, 171, 171, 0.3);
  box-shadow: 0px 0px 12px 0px rgba(171, 171, 171, 0.3);
  margin-bottom: 30px;
}
.faq2 .general-questions .accordion-box:nth-child(odd) {
  margin-right: 12px;
}
.faq2 .general-questions .accordion-box:nth-child(even) {
  margin-left: 12px;
}

@media screen and (max-width: 1500px) {
  .faq .faq-content .faq-box {
    max-width: 460px;
  }
  .faq .accordion-box .accordion {
    font-size: 18px;
  }

  .faq2 .general-questions {
    max-width: 964px;
  }
  .faq2 .general-questions .accordion-box {
    max-width: 460px;
  }
  .faq2 .accordion-box .accordion {
    padding: 16px 28px;
  }
  .faq2 .accordion-box .acc-content {
    padding: 0px 28px;
  }
}
@media screen and (max-width: 1100px) {
  .faq .faq-content {
    margin-top: 42px;
    display: block;
  }
  .faq .faq-content .faq-box {
    display: block;
  }
  .faq .faq-content .left-side {
    margin-bottom: 36px;
  }
  .faq .faq-content .left-side, .faq .faq-content .right-side {
    margin-left: auto;
    margin-right: auto;
  }
  .faq .faq-content .accordion-list {
    padding-top: 36px;
    padding-bottom: 48px;
  }
  .faq .accordion-box .accordion {
    font-size: 16px;
  }

  .faq2 {
    padding-top: 52px;
  }
  .faq2 .general-questions {
    width: 100%;
    margin-top: 42px;
  }
  .faq2 .general-questions .accordion-box {
    max-width: 460px;
    display: block;
    width: 90%;
  }
  .faq2 .general-questions .accordion-box:nth-child(odd) {
    margin-left: auto;
    margin-right: auto;
  }
  .faq2 .general-questions .accordion-box:nth-child(even) {
    margin-left: auto;
    margin-right: auto;
  }
  .faq2 .accordion-box {
    margin-bottom: 20px;
  }
  .faq2 .accordion-box .accordion {
    padding: 16px 28px;
  }
  .faq2 .accordion-box .acc-content {
    padding: 0px 28px;
  }
}
.registration {
  background: #FBFCFF;
  padding-top: 46px;
  padding-bottom: 68px;
  text-align: center;
}
.registration .section-title2 {
  margin-top: 0px;
}
.registration .account-type {
  max-width: 1040px;
  width: 90%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 8px;
  border-radius: 16px;
  background: #1A2659;
  position: relative;
  margin-bottom: 30px;
}
.registration .account-type:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #1A2659;
  top: 99%;
  left: 50%;
  transform: translate(-50%);
}
.registration .account-type .account-toggle {
  padding: 28px;
  width: 49.8%;
  font-size: 20px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  vertical-align: middle;
  border-radius: 12px;
  border: none;
  outline: none;
  background-color: transparent;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: background-color;
}
.registration .account-type .account-toggle svg {
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
  width: 22px;
  height: 22px;
}
.registration .account-type .account-toggle svg circle, .registration .account-type .account-toggle svg rect {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: fill;
  transition-property: fill stroke;
}
.registration .account-type .account-toggle:hover {
  background-color: #51A7EB;
}
.registration .account-type .account-toggle:hover svg.first circle {
  fill: #fff;
}
.registration .account-type .account-toggle:hover svg.first rect {
  fill: #51A7EB;
}
.registration .account-type .account-toggle:hover svg.second .part3 {
  fill: #fff;
  stroke: #fff;
}
.registration .account-type .account-toggle:hover svg.second .part4 {
  fill: transparent;
}
.registration .account-type .account-toggle:hover svg.second .part1, .registration .account-type .account-toggle:hover svg.second .part2 {
  fill: #51A7EB;
  stroke: #fff;
}
.registration .account-type .account-toggle.active {
  background-color: #51A7EB;
}
.registration .account-type .account-toggle.active svg.first circle {
  fill: #fff;
}
.registration .account-type .account-toggle.active svg.first rect {
  fill: #51A7EB;
}
.registration .account-type .account-toggle.active svg.second .part3 {
  fill: #fff;
  stroke: #fff;
}
.registration .account-type .account-toggle.active svg.second .part4 {
  fill: transparent;
}
.registration .account-type .account-toggle.active svg.second .part1, .registration .account-type .account-toggle.active svg.second .part2 {
  fill: #51A7EB;
  stroke: #fff;
}
.registration .form {
  max-width: 1040px;
  width: 90%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background: linear-gradient(to right, #51B5EA, #51A1ED);
}
.registration .form .up-part {
  padding: 72px 112px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.registration .form .up-part .hidden {
  display: none;
}
.registration .form .down-part {
  padding: 72px 112px;
}
.registration .form .down-part.dp-fp {
  padding: 42px 112px;
}
.registration .form .input-group {
  margin-bottom: 14px;
  text-align: left;
}
.registration .form .input-group.index-top1 {
  position: relative;
  z-index: 2;
}
.registration .form .input-group.half-width {
  display: inline-block;
  width: 48%;
}
.registration .form .input-group.half-width.second {
  margin-left: 3.4%;
}
.registration .form .input-group .select-box .select-input {
  display: inline-block;
  width: 33.1%;
  position: relative;
}
.registration .form .input-group .select-box .select-input:not(:first-child) {
  margin-left: -3px;
}
.registration .form .input-group .select-box .select-input.first {
  z-index: 3;
}
.registration .form .input-group .select-box .select-input.first input {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.registration .form .input-group .select-box .select-input.second {
  z-index: 2;
}
.registration .form .input-group .select-box .select-input.second input {
  border-radius: 0px;
}
.registration .form .input-group .select-box .select-input.third {
  z-index: 1;
}
.registration .form .input-group .select-box .select-input.third input {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.registration .form .input-group .box3-1 {
  display: inline-block;
}
.registration .form .input-group .box3-1:nth-child(1) {
  width: 74%;
}
.registration .form .input-group .box3-1:nth-child(1) input {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.registration .form .input-group .box3-1:nth-child(2) {
  width: 25%;
  margin-left: -2px;
}
.registration .form .input-group .box3-1:nth-child(2) input {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.registration .form label {
  text-align: left;
  color: #fff;
}
.registration .form label.required {
  color: #fff;
}
.registration .form label.req-hidden:before {
  opacity: 0;
}
.registration .form .text-center {
  text-align: center;
}
.registration .form .mb-btn {
  margin-bottom: 24px;
}
.registration .form .mb-btn button {
  max-width: 280px;
  text-align: center;
}
.registration .form .fp-btn {
  margin-bottom: 0px;
}
.registration .form .fp-btn button {
  max-width: 280px;
  text-align: center;
}
.registration .form .check-box {
  display: inline-block;
  color: #fff;
}
.registration .form .check-box a {
  color: #fff;
}
.registration .form .checkmark {
  border: 1px solid #fff;
  background: transparent;
}

@media screen and (max-width: 1500px) {
  .registration .account-type, .registration .form {
    max-width: 890px;
  }
  .registration .account-type .account-toggle {
    width: 49.6%;
  }
}
@media screen and (max-width: 1020px) {
  .registration .form .up-part {
    padding: 42px 54px;
  }
  .registration .form .down-part {
    padding: 42px 54px;
  }
}
@media screen and (max-width: 900px) {
  .registration .form .up-part {
    padding: 34px 28px;
  }
  .registration .form .down-part {
    padding: 34px 28px;
  }
  .registration .form .down-part.dp-fp {
    padding: 34px 28px;
  }
  .registration .form .input-group.half-width {
    width: 100%;
  }
  .registration .form .input-group.half-width.second {
    margin-left: 0%;
  }
  .registration .form .input-group .uploaded-files {
    margin-bottom: 26px;
  }
}
@media screen and (max-width: 900px) {
  .registration .account-type .account-toggle {
    width: 100%;
  }
}
@media screen and (max-width: 520px) {
  .registration .form label.req-hidden:before {
    opacity: 1;
  }
  .registration .form .input-group .select-box .select-input {
    width: 100%;
  }
  .registration .form .input-group .select-box .select-input:not(:first-child) {
    margin-left: 0px;
  }
  .registration .form .input-group .select-box .select-input.first, .registration .form .input-group .select-box .select-input.second, .registration .form .input-group .select-box .select-input.third {
    margin-bottom: 12px;
  }
  .registration .form .input-group .select-box .select-input.first input, .registration .form .input-group .select-box .select-input.second input, .registration .form .input-group .select-box .select-input.third input {
    border-radius: 10px;
  }
  .registration .form .input-group .select-box .select-input.first input:focus, .registration .form .input-group .select-box .select-input.second input:focus, .registration .form .input-group .select-box .select-input.third input:focus {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .registration .form .input-group .box3-1:nth-child(1) {
    width: 100%;
  }
  .registration .form .input-group .box3-1:nth-child(1) input {
    border-radius: 10px;
  }
  .registration .form .input-group .box3-1:nth-child(2) {
    width: 100%;
    margin-left: 0;
    margin-top: 14px;
  }
  .registration .form .input-group .box3-1:nth-child(2) input {
    border-radius: 10px;
  }
}
.detail {
  background: #FFFFFF;
  padding-top: 46px;
  padding-bottom: 46px;
  text-align: center;
  position: relative;
}
.detail .cta-type1 {
  position: absolute;
  left: 68px;
  top: 20px;
  border-left: 0px solid #fff;
  padding: 0px 0px;
  font-size: 14px;
}
.detail .cta-type1 img {
  width: 16px;
  margin-right: 6px;
}
.detail .cta-type1:before {
  display: none;
}
.detail .section-subtitle2 {
  margin-bottom: 6px;
}
.detail .section-title {
  margin-top: 0px;
  margin-bottom: 80px;
}
.detail .content-wrapper {
  width: 96%;
  max-width: 1040px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.detail .content-wrapper .emission-list .debenture-card .content .info-group:nth-child(odd) {
  width: 100px;
}
.detail .content-wrapper .emission-list .debenture-card .content .info-group:nth-child(even) {
  width: calc(100% - 104px);
}
.detail .content-wrapper .head-options {
  width: 100%;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
}
.detail .content-wrapper .head-options .ho-btn {
  font-size: 16px;
  color: #1a285b;
  font-family: "Montserrat", sans-serif;
  width: 20%;
  height: 90px;
  line-height: 90px;
  background: #fff;
  display: inline-block;
  vertical-align: middle;
  border: none;
  outline: none;
  position: relative;
  font-weight: 500;
  border-right: 1px solid #F4F2F9;
  text-align: center;
  margin-left: -3px;
}
.detail .content-wrapper .head-options .ho-btn.blue-btn {
  background-color: #1B285D;
  color: #fff;
}
.detail .content-wrapper .head-options .ho-btn:before {
  content: "";
  position: absolute;
  width: 0%;
  height: 3px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
  background: #F00B16;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: width;
}
.detail .content-wrapper .head-options .ho-btn:hover:before {
  width: 100%;
}
.detail .content-wrapper .head-options .ho-btn:hover .arrows .icon {
  border-top: 1px solid #F00B16;
  border-right: 1px solid #F00B16;
}
.detail .content-wrapper .head-options .ho-btn.active:before {
  width: 100%;
}
.detail .content-wrapper .head-options .ho-btn:not(:first-child) {
  margin-left: -4px;
}
.detail .content-wrapper .head-options .form {
  display: none;
}
.detail .content-wrapper .head-options .form input {
  border-radius: 0px;
  border-bottom: 2px solid #F00B16;
  font-size: 15px;
}
.detail .content-wrapper .head-options .form .select-input .options {
  border-radius: 0px;
  border: 1px solid #F00B16;
  text-align: left;
}
.detail .content-wrapper .head-options .form .select-input:before {
  border-bottom: 2px solid #F00B16;
  border-right: 2px solid #F00B16;
}
.detail .content-wrapper .emitent-herobox {
  background: #fff;
  width: 100%;
  padding: 70px 20px;
  -webkit-box-shadow: 0px 0px 13px 0px rgba(196, 196, 196, 0.62);
  -moz-box-shadow: 0px 0px 13px 0px rgba(196, 196, 196, 0.62);
  box-shadow: 0px 0px 13px 0px rgba(196, 196, 196, 0.62);
}
.detail .content-wrapper .emitent-herobox * {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.detail .content-wrapper .emitent-herobox .form {
  margin-top: 30px;
}
.detail .content-wrapper .emitent-herobox .form button {
  max-width: 260px;
}
.detail .content-wrapper .cover-image {
  width: 100%;
  height: 287px;
  overflow: hidden;
  position: relative;
  margin-top: 16px;
}
.detail .content-wrapper .cover-image .background {
  width: 100%;
  height: auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.detail .content-wrapper .cover-image .foreground {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(15, 22, 50, 0.4);
}
.detail .content-wrapper .cover-image .foreground:before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 68%;
  height: 100%;
  top: 0px;
  right: 0px;
  background: linear-gradient(to right, transparent, rgba(15, 22, 50, 0.8));
}
.detail .content-wrapper .cover-image .foreground .content {
  position: relative;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.detail .content-wrapper .cover-image .foreground .cover-cta-btn {
  font-size: 16px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  width: 206px;
  height: 70px;
  line-height: 70px;
  background: transparent;
  display: inline-block;
  vertical-align: middle;
  border: none;
  outline: none;
  position: relative;
  font-weight: 700;
  text-align: center;
  margin-left: 20px;
}
.detail .content-wrapper .cover-image .foreground .cover-cta-btn.white-btn {
  background-color: #fff;
  color: #1B285D;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: background-color;
}
.detail .content-wrapper .cover-image .foreground .cover-cta-btn.white-btn:hover {
  background-color: #ebebeb;
}
.detail .content-wrapper .cover-image .foreground .cover-cta-btn:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
  background: #fff;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: width;
}
.detail .content-wrapper .cover-image .foreground .cover-cta-btn:hover:before {
  width: 0%;
}
.detail .content-wrapper .cover-image .foreground .cover-cta-btn:hover .arrows .icon {
  border-top: 1px solid #F00B16;
  border-right: 1px solid #F00B16;
}
@media screen and (max-width: 1500px) {
  .detail .content-wrapper .cover-image {
    height: 244px;
  }
}
@media screen and (max-width: 1000px) {
  .detail .content-wrapper .cover-image {
    height: 26vw;
  }
}
.detail .content-wrapper .cta-box {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #F3F3F8;
}
.detail .content-wrapper .cta-box .cta-type2 {
  width: auto;
  padding: 20px 30px;
  padding-right: 100px;
  position: relative;
}
.detail .content-wrapper .cta-box .cta-type2:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-right: 2px solid #51c0ec;
  border-top: 2px solid #51c0ec;
  transform: rotate(45deg);
  right: 30px;
  top: calc(50% - 6px);
}
.detail .content-wrapper .detail-content .accordion-box {
  margin-top: 16px;
  background: #FBFCFF;
  border-top: 1px solid #F3F3F8;
  border-bottom: 1px solid #F3F3F8;
}
.detail .content-wrapper .detail-content .accordion-box .accordion {
  font-weight: 600;
}
.detail .content-wrapper .detail-content .accordion-box .accordion:after {
  display: none;
}
.detail .content-wrapper .detail-content .accordion-box .accordion:before {
  top: 18px;
  width: 14px;
  height: 14px;
  background: transparent;
  border-top: 2px solid #F00B16;
  border-right: 2px solid #F00B16;
  transform: rotate(225deg);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  transition-property: transform;
}
.detail .content-wrapper .detail-content .accordion-box .accordion.active:before {
  transform: rotate(135deg);
}
.detail .content-wrapper .detail-content .accordion-box .acc-content p {
  padding-top: 40px;
  line-height: 1.5em;
}
.detail .content-wrapper .detail-content .accordion-box .acc-content p a {
  color: #51c0ec;
  text-decoration: underline;
}
.detail .content-wrapper .detail-content .non-acc-box {
  margin-top: 16px;
  background: #FBFCFF;
  border-top: 1px solid #F3F3F8;
  border-bottom: 1px solid #F3F3F8;
  padding: 16px 18px;
  width: 100%;
  text-align: left;
  outline: none;
  transition: 0.4s;
  position: relative;
  padding-right: 40px;
}
.detail .content-wrapper .detail-content .non-acc-box.no-pr {
  padding-right: 18px;
}
.detail .content-wrapper .detail-content .non-acc-box h2 {
  font-size: 20px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  color: #1a285b;
  margin: 0px;
}
.detail .content-wrapper .detail-content .non-acc-box p {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  color: #526590;
  line-height: 1.8em;
}
.detail .content-wrapper .detail-content .non-acc-box p.p-mt {
  margin-top: 46px;
}
.detail .content-wrapper .detail-content .non-acc-box.col-wrap .col {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
.detail .content-wrapper .detail-content .non-acc-box.col-wrap .col:nth-child(even) {
  margin-left: -1%;
}
.detail .content-wrapper .detail-content table.basic-info {
  width: 100%;
  margin-top: 30px;
  border-collapse: collapse;
}
.detail .content-wrapper .detail-content table.basic-info tr {
  border-bottom: 1px solid #DFE0EA;
}
.detail .content-wrapper .detail-content table.basic-info tr td {
  text-align: left;
  font-size: 16px;
  color: #1a285b;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  padding: 20px 18px;
}
.detail .content-wrapper .detail-content table.basic-info tr td span {
  float: right;
  font-size: 20px;
}
.detail .content-wrapper .detail-content table.basic-info tr td span i {
  font-style: normal;
  font-size: 14px;
}
.detail .content-wrapper .detail-content table.basic-info tr:nth-child(even) {
  background: #F3F3F8;
}
.detail .content-wrapper .detail-content table.emission {
  width: 100%;
  border-collapse: collapse;
}
.detail .content-wrapper .detail-content table.emission thead tr {
  background: #F3F3F8;
  border-top: 1px solid #DFE0EA;
  border-bottom: 1px solid #DFE0EA;
}
.detail .content-wrapper .detail-content table.emission thead tr th {
  text-align: left;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  color: #1a285b;
  padding: 20px 18px;
}
.detail .content-wrapper .detail-content table.emission tbody tr {
  border-bottom: 1px solid #DFE0EA;
}
.detail .content-wrapper .detail-content table.emission tbody tr td {
  text-align: left;
  font-size: 20px;
  color: #1a285b;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  padding: 20px 12px;
}
.detail .content-wrapper .detail-content table.emission tbody tr td a {
  position: relative;
  color: #51c0ec;
}
.detail .content-wrapper .detail-content table.emission tbody tr td a:before {
  position: absolute;
  content: "";
  height: 1px;
  background: #51c0ec;
  left: 50%;
  transform: translateX(-50%);
  bottom: -21px;
  width: 0%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: width;
}
.detail .content-wrapper .detail-content table.emission tbody tr td a:hover:before {
  width: 100%;
}
.detail .content-wrapper .detail-content table.emission tbody tr:nth-child(even) {
  background: #F3F3F8;
}
.detail .content-wrapper .detail-content .docs-list {
  padding-top: 30px;
}
.detail .content-wrapper .detail-content .docs-list .document-item {
  display: block;
  margin-top: 20px;
}
.detail .content-wrapper .detail-content .docs-list .document-item img {
  width: 32px;
  height: auto;
  display: inline-block;
  max-width: 100%;
  vertical-align: top;
}
.detail .content-wrapper .detail-content .docs-list .document-item p {
  margin-left: 20px;
  vertical-align: middle;
  display: inline-block;
  color: #526590;
  font-size: 14px;
  padding-top: 0px;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  max-width: calc(100% - 58px);
}
.detail .content-wrapper .detail-content .docs-list .document-item p span {
  color: #1a285b;
  font-size: 16px;
  text-decoration: underline;
}
.detail .content-wrapper .detail-content .emitent-info {
  padding-top: 30px;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  color: #526590;
  line-height: 1.4em;
}
.detail .content-wrapper .detail-content .contact-info {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  margin-top: 6px;
}
.detail .content-wrapper .detail-content .contact-info img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}
.detail .content-wrapper .detail-content .contact-info a {
  color: #526590;
}
.detail .content-wrapper .detail-content .preview-box {
  width: 92%;
  margin-top: 30px;
  margin-bottom: 30px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.detail .content-wrapper .detail-content .preview-box .prev-img {
  background: transparent;
  padding: 12px;
  outline: none;
  border: none;
}
.detail .content-wrapper .detail-content .preview-box .prev-img img {
  width: 100%;
}
.detail .content-wrapper .detail-content .preview-box .slick-arrow {
  background: transparent;
  border: none;
  outline: none;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  transition-property: filter;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.detail .content-wrapper .detail-content .preview-box .slick-arrow.custom-prev {
  left: -36px;
}
.detail .content-wrapper .detail-content .preview-box .slick-arrow.custom-next {
  right: -36px;
}
.detail .content-wrapper .detail-content .preview-box .slick-arrow:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.detail .content-wrapper .detail-content .news-box .item {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 10px;
  margin: 15px;
  text-align: left;
}
.detail .content-wrapper .detail-content .news-box .item .content {
  display: block;
  position: relative;
  padding: 30px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px #cccccc;
  -moz-box-shadow: 0px 0px 20px 0px #cccccc;
  box-shadow: 0px 0px 20px 0px #cccccc;
}
.detail .content-wrapper .detail-content .news-box .item .content .date {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #526590;
  font-weight: normal;
  margin-top: 0px;
  padding-top: 0px;
}
.detail .content-wrapper .detail-content .news-box .item .content .new-label {
  font-size: 12px;
  color: #4fb1ea;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  position: absolute;
  text-transform: uppercase;
  top: 30px;
  right: 30px;
  margin: 0px;
}
.detail .content-wrapper .detail-content .news-box .item .content .text {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  color: #1a285b;
  font-weight: 500;
  margin-bottom: 0px;
  padding-top: 20px;
}
.detail .content-wrapper .detail-content .news-box .item .content .show-more {
  color: #51c0ec;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
  margin-top: 16px;
}
.detail .content-wrapper .detail-content .news-box .item .content .show-more .arrow {
  margin-bottom: 0px;
  position: relative;
  margin-top: 4px;
  margin-bottom: 14px;
  margin-right: 16px;
  display: block;
  float: right;
}
.detail .content-wrapper .detail-content .news-box .item .content .show-more .arrow:before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border-top: 1px solid #51c0ec;
  border-right: 1px solid #51c0ec;
  transform: rotate(45deg);
}
.detail .content-wrapper .detail-content .news-box .item.new {
  background-color: #4FB8E8;
}
.detail .dyk-cta {
  position: fixed;
  top: 80px;
  right: 0px;
  z-index: 300;
  border: none;
  outline: none;
  border-radius: 100%;
  display: none;
  background: none;
}
.detail .did-you-know {
  position: absolute;
  z-index: 312;
  background: #fff;
  top: 78px;
  min-height: 582px;
  /*top: 50%;
  transform: translateY(-50%);*/
  right: 0px;
  width: 380px;
  padding: 70px 12px 12px 12px;
  text-align: center;
  -webkit-box-shadow: 0px 0px 25px 0px #d4d4d4;
  -moz-box-shadow: 0px 0px 25px 0px #d4d4d4;
  box-shadow: 0px 0px 25px 0px #d4d4d4;
  border-radius: 16px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: right;
  transition-property: right, width;
}
.detail .did-you-know.scroll-anchor {
  position: fixed;
  top: 100px;
}
.detail .did-you-know .close-btn {
  position: absolute;
  background: transparent;
  border: none;
  outline: none;
  left: 10px;
  top: 24px;
}
.detail .did-you-know .close-btn:before, .detail .did-you-know .close-btn:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 2px;
  background: #282828;
}
.detail .did-you-know .close-btn:before {
  transform: rotate(45deg);
}
.detail .did-you-know .close-btn:after {
  transform: rotate(135deg);
}
.detail .did-you-know .hover-thumb {
  background: #1B285D;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 16px;
  height: 120px;
  display: inline-block;
  position: absolute;
  left: -16px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.detail .did-you-know .hover-thumb:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  left: 3px;
  top: calc(50% - 6px);
  transform: rotate(45deg);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: transform;
}
.detail .did-you-know .title {
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  color: #1a285b;
  font-weight: 600;
  margin-bottom: 0px;
}
.detail .did-you-know .subtitle {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #526590;
  font-weight: 400;
  margin-top: 0px;
  margin-bottom: 60px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: top;
  position: relative;
  top: 0;
}
.detail .did-you-know .accordion-box {
  margin-top: 16px;
  background: #FBFCFF;
}
.detail .did-you-know .accordion-box .accordion {
  font-weight: 600;
  font-size: 14px;
  padding-right: 34px;
}
.detail .did-you-know .accordion-box .accordion:after {
  display: none;
}
.detail .did-you-know .accordion-box .accordion:before {
  top: 18px;
  width: 10px;
  height: 10px;
  background: transparent;
  border-top: 2px solid #F00B16;
  border-right: 2px solid #F00B16;
  right: 10px;
  transform: rotate(225deg);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  transition-property: transform;
}
.detail .did-you-know .accordion-box .accordion.active:before {
  transform: rotate(135deg);
}
.detail .did-you-know .accordion-box .acc-content p {
  padding-top: 30px;
  font-size: 14px;
  line-height: 1.5em;
}
.detail .did-you-know .accordion-box .acc-content a {
  color: #51c0ec;
  text-decoration: underline;
}
.detail .did-you-know hr {
  border: none;
  outline: none;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.05);
}
.detail .did-you-know .info-box {
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
}
.detail .did-you-know .info-box .info-title {
  font-weight: 600;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  color: #1a285b;
  margin-top: 26px;
  margin-bottom: 0px;
}
.detail .did-you-know .info-box .info-detail {
  font-weight: 400;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  color: #526590;
  position: relative;
  padding-left: 16px;
  margin-top: 4px;
  margin-bottom: 26px;
}
.detail .did-you-know .info-box .info-detail:before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  border-top: 1px solid #526590;
  border-right: 1px solid #526590;
  transform: rotate(45deg);
  left: 0px;
  top: 7px;
}
.detail .did-you-know .dyk-content {
  width: 356px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  transition-property: opacity;
  transition-delay: 1s;
}
.detail .did-you-know .btn-more {
  background: #38D68A;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  padding: 32px;
  border: none;
  outline: none;
  border-radius: 16px;
  display: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: opacity;
  opacity: 0;
}
.detail .did-you-know.inactive {
  width: 132px;
  transition-delay: 0.5s;
  height: 582px;
}
.detail .did-you-know.inactive .hover-thumb:before {
  transform: rotate(225deg);
  left: 6px;
}
.detail .did-you-know.inactive .subtitle {
  top: 50px;
}
.detail .did-you-know.inactive .dyk-content {
  opacity: 0;
  width: 100%;
  height: 284px;
  overflow: hidden;
  transition-delay: 0s;
}
.detail .did-you-know.inactive .btn-more {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  transition-delay: 1s;
  opacity: 1;
}
.detail .content-wrapper.scrollFix .head-options {
  width: 96%;
  max-width: 1040px;
  position: fixed;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  background: #fff;
}

@media screen and (max-width: 1500px) {
  .detail .content-wrapper {
    max-width: 890px;
  }
  .detail .content-wrapper .head-options .ho-btn {
    height: 76px;
    line-height: 76px;
    font-size: 14px;
  }
  .detail .content-wrapper .detail-content table.emission {
    margin-top: 36px;
  }
  .detail .content-wrapper .detail-content table.emission thead tr th {
    padding: 10px 18px;
  }
  .detail .content-wrapper .detail-content table.emission tbody tr td {
    font-size: 18px;
  }
  .detail .content-wrapper .detail-content .news-box .item .content {
    padding: 18px;
  }
  .detail .content-wrapper .detail-content .news-box .item .content .text {
    font-size: 16px;
    padding-top: 6px;
  }
}
@media screen and (max-width: 1280px) {
  .detail {
    padding-top: 26px;
    /*.content-wrapper{
      max-width: 890px;

      .head-options{
        .ho-btn{
          height: 76px;
          line-height: 76px;
          font-size: 18px;
        }
      }
    }*/
  }
  .detail .cta-type1 {
    position: relative;
    left: 0;
    top: -20px;
    display: block;
    margin-left: 0px;
    margin-bottom: 0px;
  }
  .detail .section-title {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1040px) {
  .detail .did-you-know {
    /*width: 320px;
    position: fixed;
    top: 68px;
    right: -320px;
    padding: 42px 12px 12px 12px;*/
    /*&.active{
      right: 0px;
    }*/
  }
  .detail .did-you-know img {
    width: 40px;
  }
  .detail .did-you-know .title {
    font-size: 20px;
  }
  .detail .did-you-know .subtitle {
    margin-bottom: 34px;
  }
  .detail .did-you-know .btn-more {
    display: none;
  }
  .detail .did-you-know.inactive {
    right: -132px;
  }
  .detail .did-you-know.inactive .btn-more {
    display: none;
  }
  .detail .content-wrapper .head-options {
    position: relative;
    z-index: 5;
  }
  .detail .content-wrapper .head-options .ho-btn {
    display: none;
  }
  .detail .content-wrapper .head-options .form {
    display: block;
  }
  .detail .content-wrapper .detail-content table.emission {
    border-collapse: separate;
    border-spacing: 0px 28px;
  }
  .detail .content-wrapper .detail-content table.emission thead {
    display: none;
  }
  .detail .content-wrapper .detail-content table.emission tbody tr td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 0.8em;
    text-align: right;
  }
  .detail .content-wrapper .detail-content table.emission tbody tr td:nth-child(1) {
    border-top: 1px solid #282828;
  }
  .detail .content-wrapper .detail-content table.emission tbody tr td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  .detail .section-title {
    font-size: 34px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 800px) {
  .detail .cta-type1 {
    padding: 6px 14px;
  }
  .detail .dyk-cta {
    display: block;
  }
  .detail .content-wrapper .detail-content table.basic-info tr td {
    text-align: left;
    line-height: 1em;
  }
  .detail .content-wrapper .detail-content table.basic-info tr td span {
    float: none;
    display: block;
    margin-top: 16px;
  }
  .detail .content-wrapper .detail-content .non-acc-box.col-wrap .col .docs-list, .detail .content-wrapper .detail-content .non-acc-box.col-wrap .col .emitent-info {
    padding-top: 0px;
  }
  .detail .content-wrapper .detail-content .non-acc-box.col-wrap .col:nth-child(even) {
    margin-left: 0px;
    display: block;
    margin-top: 40px;
  }
  .detail .content-wrapper .cta-box .cta-type2 {
    padding-right: 56px;
  }
}
@media screen and (max-width: 500px) {
  .detail .section-title {
    font-size: 24px;
  }
  .detail .section-subtitle2 {
    font-size: 20px;
  }
  .detail .content-wrapper .cover-image {
    height: 124px;
  }
  .detail .content-wrapper .cover-image .foreground .content {
    text-align: center;
    padding-right: 0px;
  }
  .detail .content-wrapper .cover-image .foreground .cover-cta-btn {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 16px;
  }
  .detail .content-wrapper .detail-content .non-acc-box h2 {
    font-size: 16px;
  }
  .detail .content-wrapper .detail-content table.basic-info tr td {
    font-size: 14px;
  }
  .detail .content-wrapper .detail-content table.basic-info tr td span {
    font-size: 16px;
  }
  .detail .content-wrapper .detail-content .news-box .item .content .text {
    font-size: 14px;
  }
  .detail .content-wrapper .accordion-box .accordion {
    font-size: 16px;
  }
  .detail .content-wrapper .detail-content table.emission thead {
    display: none;
  }
  .detail .content-wrapper .detail-content table.emission tbody tr td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 0.8em;
    text-align: center;
  }
  .detail .content-wrapper .detail-content table.emission tbody tr td:before {
    content: attr(data-label);
    float: none;
    margin-bottom: 20px;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
  }
  .detail .content-wrapper .emitent-herobox {
    padding: 30px 20px;
  }
  .detail .content-wrapper .emitent-herobox .form button {
    padding: 18px 26px;
  }
  .detail .did-you-know {
    width: 300px;
    position: fixed;
    top: 50px;
    height: 496px;
    min-height: auto;
    padding: 22px 12px 12px 12px;
  }
  .detail .did-you-know.scroll-anchor {
    position: fixed;
    top: 40px;
  }
  .detail .did-you-know .dyk-content {
    width: 100%;
    height: 350px;
    overflow: auto;
  }
  .detail .did-you-know img {
    width: 30px;
  }
  .detail .did-you-know .subtitle {
    margin-bottom: 24px;
  }
  .detail .did-you-know .accordion-box .accordion {
    font-size: 12px;
  }
  .detail .did-you-know.inactive {
    height: 496px;
    min-height: auto;
  }
  .detail .did-you-know.inactive .btn-more {
    display: none;
  }
}
.profile {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.profile .toggle-sect {
  cursor: pointer;
}
.profile .debenture-card:hover:before {
  opacity: 0.8;
}
.profile .debenture-card:hover .head, .profile .debenture-card:hover .content {
  background-color: #fff;
}
.profile .debenture-card:hover .head *, .profile .debenture-card:hover .content * {
  color: #1a285b;
}
.profile .debenture-card:hover .head {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.profile .debenture-card:hover .content .total-payout h2 span:before {
  border-top: 1px solid #1a285b;
  border-right: 1px solid #1a285b;
}
.profile .nav-btn {
  width: 30px;
  height: 30px;
  top: 20px;
  left: 20px;
  position: absolute;
  z-index: 32612;
  cursor: pointer;
  vertical-align: middle;
  display: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: left;
}
.profile .nav-btn .line {
  width: 100%;
  height: 2px;
  background-color: #1C2658;
  position: absolute;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: all;
}
.profile .nav-btn .line:nth-child(1) {
  opacity: 1;
  top: 0%;
}
.profile .nav-btn .line:nth-child(2) {
  top: 50%;
}
.profile .nav-btn .line:nth-child(3) {
  top: 50%;
}
.profile .nav-btn .line:nth-child(4) {
  opacity: 1;
  top: 100%;
}
.profile .nav-btn-active {
  left: calc(100% - 50px);
}
.profile .nav-btn-active .line {
  background-color: #fff;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: all;
}
.profile .nav-btn-active .line:nth-child(1) {
  opacity: 0;
  top: 50%;
}
.profile .nav-btn-active .line:nth-child(2) {
  transform: rotate(225deg);
}
.profile .nav-btn-active .line:nth-child(3) {
  transform: rotate(-225deg);
}
.profile .nav-btn-active .line:nth-child(4) {
  opacity: 0;
  top: 50%;
}
.profile .side-menu {
  flex: 0 0 310px;
  max-width: 310px;
  background: #1C2658;
  min-height: 100vh;
  padding-top: 60px;
  position: relative;
}
.profile .side-menu .logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 60%;
  margin-bottom: 80px;
}
.profile .side-menu .profile-btn {
  width: 100%;
  display: block;
  padding: 28px 18px;
  background: #262F61;
  border: none;
  outline: none;
  border-top: 1px solid #333C6A;
  border-bottom: 1px solid #333C6A;
  text-align: left;
}
.profile .side-menu .profile-btn span {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  text-decoration: underline;
  color: #fff;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 158px;
  display: inline-block;
  vertical-align: middle;
}
.profile .side-menu .profile-btn img {
  display: inline-block;
  vertical-align: middle;
}
.profile .side-menu .profile-btn img.stamp {
  width: 40px;
  height: 40px;
  margin-right: 14px;
}
.profile .side-menu .profile-btn img.settings {
  width: 30px;
  height: 30px;
}
.profile .side-menu .profile-btn img.logout {
  width: 20px;
  height: 18px;
  float: right;
  position: relative;
  top: 12px;
}
.profile .side-menu .profile-toggle-list {
  margin-top: 70px;
}
.profile .side-menu .profile-toggle-list .ptl-btn {
  padding: 24px 20px;
  background: transparent;
  outline: none;
  border: none;
  width: 100%;
  text-align: left;
  border-top: 1px solid #1D315B;
  position: relative;
}
.profile .side-menu .profile-toggle-list .ptl-btn:before {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  background: linear-gradient(to right, #51B5EA, #51A1ED);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: width;
  top: 0px;
  left: 0px;
}
.profile .side-menu .profile-toggle-list .ptl-btn:hover:before {
  width: 100%;
}
.profile .side-menu .profile-toggle-list .ptl-btn.active:before {
  width: 100%;
}
.profile .side-menu .profile-toggle-list .ptl-btn:last-child {
  border-bottom: 1px solid #1D315B;
}
.profile .side-menu .profile-toggle-list .ptl-btn .content {
  position: relative;
  z-index: 2;
  padding-left: 30px;
}
.profile .side-menu .profile-toggle-list .ptl-btn .content img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 16px;
  height: 20px;
  position: absolute;
  left: 0px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: opacity;
}
.profile .side-menu .profile-toggle-list .ptl-btn .content img:nth-child(1) {
  opacity: 1;
}
.profile .side-menu .profile-toggle-list .ptl-btn .content img:nth-child(2) {
  opacity: 0;
}
.profile .side-menu .profile-toggle-list .ptl-btn .content span {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}
.profile .side-menu .profile-toggle-list .ptl-btn:hover img:nth-child(1) {
  opacity: 0;
}
.profile .side-menu .profile-toggle-list .ptl-btn:hover img:nth-child(2) {
  opacity: 1;
}
.profile .side-menu .sm-footer {
  padding: 56px 34px;
  border-top: 1px solid #1D315B;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
}
.profile .side-menu .sm-footer a {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  display: block;
  margin-bottom: 16px;
}
.profile .side-menu .sm-footer .socials {
  display: block;
  margin-top: 30px;
}
.profile .side-menu .sm-footer .socials a {
  display: inline-block;
  margin-right: 12px;
}
.profile .side-menu .sm-footer .socials a img {
  width: 20px;
}
.profile .profile-wrapper {
  flex: 1;
}
.profile .profile-wrapper header {
  padding: 12px 12px 12px 12px;
}
.profile .profile-wrapper header .search-wrapper {
  width: 100%;
}
.profile .profile-wrapper header .responsive-icons button:before {
  display: none;
}
.profile .profile-wrapper .section-head-title {
  padding: 32px 40px;
  border-left: 4px solid #50B7EB;
  background: #FAFBFE;
  text-align: left;
}
.profile .profile-wrapper .section-head-title h2 {
  font-family: "Poppins", sans-serif;
  color: #1a285b;
  font-size: 32px;
  font-weight: 200;
  margin: 0px;
  display: inline-block;
}
.profile .profile-wrapper .section-head-title h2 strong {
  font-weight: 500;
}
.profile .profile-wrapper .section-head-title .pt-wrap {
  width: 400px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 32px;
}
@media screen and (max-width: 900px) {
  .profile .profile-wrapper .section-head-title .pt-wrap {
    display: block;
    margin-left: 0px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 500px) {
  .profile .profile-wrapper .section-head-title .pt-wrap {
    width: 282px;
  }
}
.profile .profile-wrapper .section-head-title .payment-toggle {
  border-radius: 12px;
  border: 1px solid #4EB1EA;
  display: flex;
  display: -webkit-box;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  align-items: stretch;
  overflow: hidden;
}
.profile .profile-wrapper .section-head-title .payment-toggle button {
  padding: 24px 0px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #1a285b;
  flex: 0 0 50%;
  max-width: 50%;
  background: #fff;
  position: relative;
}
.profile .profile-wrapper .section-head-title .payment-toggle button:before {
  content: "";
  position: absolute;
  border-left: 1px solid #1a285b;
  border-bottom: 1px solid #1a285b;
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
  right: 20px;
  top: 30px;
}
.profile .profile-wrapper .section-head-title .payment-toggle button.active {
  background: #4EB1EA;
  color: #fff;
}
.profile .profile-wrapper .section-head-title .payment-toggle button.active:before {
  transform: rotate(-45deg);
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  top: 26px;
}
@media screen and (max-width: 500px) {
  .profile .profile-wrapper .section-head-title .payment-toggle button {
    padding: 16px 0px;
    font-size: 12px;
  }
  .profile .profile-wrapper .section-head-title .payment-toggle button:before {
    right: 14px;
    top: 20px;
  }
  .profile .profile-wrapper .section-head-title .payment-toggle button.active:before {
    top: 16px;
  }
}
.profile .profile-wrapper .section-content {
  padding: 30px;
  width: 100%;
  min-height: calc(100vh + 74px);
}
.profile .profile-wrapper .section-content .box {
  background: #fff;
}
.profile .profile-wrapper .section-content .selected-debentures .debenture-card {
  -webkit-box-shadow: 0px 0px 14px 0px #cccccc;
  -moz-box-shadow: 0px 0px 14px 0px #cccccc;
  box-shadow: 0px 0px 14px 0px #cccccc;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: box-shadow;
}
.profile .profile-wrapper .section-content .selected-debentures .debenture-card:hover {
  -webkit-box-shadow: 0px 0px 14px 0px #868686;
  -moz-box-shadow: 0px 0px 14px 0px #868686;
  box-shadow: 0px 0px 14px 0px #868686;
}
.profile .profile-wrapper .section-content .selected-debentures .debenture-card .debenture-status {
  padding: 16px 62px;
  color: #fff;
  position: relative;
  z-index: 2;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
.profile .profile-wrapper .section-content .selected-debentures .debenture-card .debenture-status p {
  font-size: 14px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.profile .profile-wrapper .section-content .selected-debentures .debenture-card .debenture-status a {
  color: #fff;
  display: inline-block;
}
.profile .profile-wrapper .section-content .selected-debentures .debenture-card .debenture-status a img {
  margin-right: 6px;
  display: inline-block;
  vertical-align: middle;
}
.profile .profile-wrapper .section-content .selected-debentures .debenture-card .debenture-status a.first {
  margin-right: 20px;
}
.profile .profile-wrapper .section-content .selected-debentures .debenture-card .debenture-status.orange {
  background: #FF832A;
}
.profile .profile-wrapper .section-content .selected-debentures .debenture-card .debenture-status.blue {
  background: #4FB1EB;
}
.profile .profile-wrapper .section-content .selected-debentures .debenture-card .debenture-status.turquoise {
  background: #11C7CB;
}
.profile .profile-wrapper .section-content .selected-debentures .debenture-card .debenture-status.green {
  background: #25C8A0;
}
.profile .profile-wrapper .section-content .selected-debentures .debenture-card .debenture-status.darkBlue {
  background: #192A5F;
}
.profile .profile-wrapper .section-content .selected-debentures .debenture-card .debenture-status.grey {
  background: #DFE1E7;
  color: #1a285b;
}
.profile .profile-wrapper .section-content .selected-debentures .debenture-card .debenture-status.grey a {
  color: #1a285b;
}
.profile .profile-wrapper .section-content .selected-debentures .debenture-card {
  width: 272px;
}
.profile .profile-wrapper .section-content .selected-debentures .debenture-card .head {
  padding: 14px 20px;
}
.profile .profile-wrapper .section-content .selected-debentures .debenture-card .head p {
  font-size: 14px;
}
.profile .profile-wrapper .section-content .selected-debentures .debenture-card .head h3 {
  font-size: 20px;
}
.profile .profile-wrapper .section-content .selected-debentures .debenture-card .debenture-status {
  padding: 14px 20px;
}
.profile .profile-wrapper .section-content .selected-debentures .debenture-card .content {
  padding: 28px 20px 40px 20px;
}
.profile .profile-wrapper .section-content .selected-debentures .debenture-card .content p {
  font-size: 14px;
}
.profile .profile-wrapper .section-content .selected-debentures .debenture-card .content h3 {
  font-size: 20px;
}
.profile .profile-wrapper .section-content .selected-debentures .debenture-card .content h2 {
  font-size: 26px;
}
.profile .profile-wrapper .section-content .selected-debentures .debenture-card .content h2 span:before {
  top: 42%;
}
.profile .profile-wrapper .section-content .selected-debentures .debenture-card .content .info-group:nth-child(even) {
  padding-left: 0px;
}
.profile .profile-wrapper .section-content .selected-debentures .divider {
  width: 96%;
  height: 1px;
  background: #E0E2E8;
  position: relative;
  margin-top: 24px;
  margin-bottom: 24px;
}
.profile .profile-wrapper .section-content .selected-debentures .divider .divider-title {
  padding: 6px;
  background: #fff;
  color: #1a285b;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.profile .profile-wrapper .section-content .registration {
  padding-top: 70px;
  padding-bottom: 50px;
  background: #fff;
}
.profile .profile-wrapper .section-content .registration .form {
  background: transparent;
  max-width: 836px;
}
.profile .profile-wrapper .section-content .registration .form label {
  color: #526691;
}
.profile .profile-wrapper .section-content .registration .form input[type=text] {
  border: 1px solid #DBDEEA;
}
.profile .profile-wrapper .section-content .registration .form .checkmark {
  border: 1px solid #DBDEEA;
}
.profile .profile-wrapper .section-content .registration .form .check-box a {
  color: #1a285b;
}
.profile .profile-wrapper .section-content .registration .form .mb-btn {
  margin-top: 24px;
}
.profile .profile-wrapper .section-content .no-debentures {
  padding: 130px 30px;
  text-align: center;
}
.profile .profile-wrapper .section-content .no-debentures .center-cards {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  width: 284px;
  height: 446px;
  border-radius: 26px;
}
.profile .profile-wrapper .section-content .no-debentures .center-cards.dashed {
  border: 1px dashed #52C0ED;
}
.profile .profile-wrapper .section-content .no-debentures .center-cards.dashed.first {
  margin-right: 30px;
  position: relative;
}
.profile .profile-wrapper .section-content .no-debentures .center-cards.dashed.first:before {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% + 2px);
  top: -1px;
  left: -1px;
}
.profile .profile-wrapper .section-content .no-debentures .center-cards.dashed.second {
  margin-left: 30px;
  position: relative;
  /*&:before{
    content: "";
    position: absolute;
    width: 100%;
    height: calc(100% + 2px);
    top: -1px;
    right: -1px;
    background: linear-gradient(to left, #fff, transparent);
  }*/
}
.profile .profile-wrapper .section-content .no-debentures .center-cards.main {
  background: #FBFCFF;
  padding-top: 184px;
  -webkit-box-shadow: 0px 0px 39px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 39px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 39px 0px rgba(0, 0, 0, 0.2);
}
.profile .profile-wrapper .section-content .no-debentures .center-cards.main .times {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 58px;
  height: 58px;
}
.profile .profile-wrapper .section-content .no-debentures .center-cards.main .times:before, .profile .profile-wrapper .section-content .no-debentures .center-cards.main .times:after {
  content: "";
  position: absolute;
  width: 56px;
  height: 4px;
  border-radius: 2px;
  background: #52C0ED;
  top: 50%;
  left: 0;
}
.profile .profile-wrapper .section-content .no-debentures .center-cards.main .times:before {
  transform: rotate(45deg);
}
.profile .profile-wrapper .section-content .no-debentures .center-cards.main .times:after {
  transform: rotate(135deg);
}
.profile .profile-wrapper .section-content .no-debentures .center-cards.main .title {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  color: #52C0ED;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 50px;
}
.profile .profile-wrapper .section-content .no-debentures .center-cards.main .form button {
  font-size: 14px;
  display: inline-block;
  width: auto;
  padding: 20px 20px;
}
.profile .profile-wrapper .section-content .payments .payment-list .item {
  display: block;
  width: 100%;
  -webkit-box-shadow: 0px 0px 28px 0px #e8e8e8;
  -moz-box-shadow: 0px 0px 28px 0px #e8e8e8;
  box-shadow: 0px 0px 28px 0px #e8e8e8;
  overflow: hidden;
  position: relative;
  display: flex;
  margin-bottom: 8px;
}
.profile .profile-wrapper .section-content .payments .payment-list .item .info-card {
  display: inline-block;
  padding-top: 16px;
  padding-bottom: 16px;
}
.profile .profile-wrapper .section-content .payments .payment-list .item .info-card p {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  margin-top: 0px;
  margin-bottom: 4px;
  color: #1a285b;
}
.profile .profile-wrapper .section-content .payments .payment-list .item .info-card h3 {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  margin: 0px;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  color: #1a285b;
}
.profile .profile-wrapper .section-content .payments .payment-list .item .info-card.id-card {
  flex: 0 0 172px;
}
.profile .profile-wrapper .section-content .payments .payment-list .item .info-card.emit-card {
  flex: 0 0 556px;
}
.profile .profile-wrapper .section-content .payments .payment-list .item .info-card.emis-card {
  flex: 1 0 0;
}
.profile .profile-wrapper .section-content .payments .payment-list .item .info-card.bs-padding {
  padding-left: 12px;
  padding-right: 12px;
}
.profile .profile-wrapper .section-content .payments .payment-list .item .info-card.p-date {
  padding-left: 32px;
  padding-right: 32px;
  background: #F9FAFC;
  border-left: 1px solid #F5F5F7;
}
.profile .profile-wrapper .section-content .payments .payment-list .item .info-card.p-amount {
  padding-left: 32px;
  padding-right: 32px;
  background-image: linear-gradient(to left, #50B7EB, #51A1ED);
  text-align: right;
}
.profile .profile-wrapper .section-content .payments .payment-list .item .info-card.p-amount p, .profile .profile-wrapper .section-content .payments .payment-list .item .info-card.p-amount h3 {
  color: #fff;
}
@media screen and (max-width: 1700px) {
  .profile .profile-wrapper .section-content .payments .payment-list .item .info-card.emit-card {
    flex: 1 0 0;
    max-width: 404px;
  }
}
@media screen and (max-width: 1500px) {
  .profile .profile-wrapper .section-content .payments .payment-list .item .info-card p {
    font-size: 12px;
  }
  .profile .profile-wrapper .section-content .payments .payment-list .item .info-card h3 {
    font-size: 16px;
  }
  .profile .profile-wrapper .section-content .payments .payment-list .item .info-card.id-card {
    flex: 0 0 134px;
  }
  .profile .profile-wrapper .section-content .payments .payment-list .item .info-card.emit-card {
    flex: 1 0 0;
    max-width: 340px;
  }
}
@media screen and (max-width: 1300px) {
  .profile .profile-wrapper .section-content .payments .payment-list .item {
    display: block;
  }
  .profile .profile-wrapper .section-content .payments .payment-list .item .info-card {
    display: block;
    width: 100%;
    max-width: 100%;
  }
  .profile .profile-wrapper .section-content .payments .payment-list .item .info-card.p-date, .profile .profile-wrapper .section-content .payments .payment-list .item .info-card.p-amount {
    padding-left: 12px;
    padding-right: 12px;
    text-align: left;
  }
  .profile .profile-wrapper .section-content .payments .payment-list .item .info-card.emit-card {
    max-width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .profile .profile-wrapper .section-content .payments .payment-list .item .info-card p {
    display: inline-block;
  }
  .profile .profile-wrapper .section-content .payments .payment-list .item .info-card h3 {
    display: inline-block;
    width: auto;
    float: right;
    font-size: 12px;
    width: calc(100% - 100px);
    text-align: right;
  }
  .profile .profile-wrapper .section-content .payments .payment-list .item .info-card.id-card {
    border-bottom: 1px solid #F5F5F7;
    padding-top: 22px;
    padding-bottom: 22px;
  }
  .profile .profile-wrapper .section-content .payments .payment-list .item .info-card.emit-card {
    padding-top: 22px;
    padding-bottom: 4px;
  }
  .profile .profile-wrapper .section-content .payments .payment-list .item .info-card.emis-card {
    padding-top: 4px;
    padding-bottom: 22px;
  }
}
.profile .profile-wrapper .section-content .debenture-basics {
  border-radius: 10px;
  background: #1A2B60;
  padding: 36px 56px;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  overflow: hidden;
}
.profile .profile-wrapper .section-content .debenture-basics .background {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}
.profile .profile-wrapper .section-content .debenture-basics .background img {
  width: 200px;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  position: absolute;
}
.profile .profile-wrapper .section-content .debenture-basics .foreground {
  position: relative;
  z-index: 2;
  color: #fff;
}
.profile .profile-wrapper .section-content .debenture-basics .foreground .name {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  margin-top: 0px;
  margin-bottom: 0px;
  vertical-align: middle;
  display: inline-block;
  font-weight: 500;
}
.profile .profile-wrapper .section-content .debenture-basics .foreground .info {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  margin-top: 0px;
  margin-bottom: 0px;
  vertical-align: middle;
  display: inline-block;
  margin-left: 12%;
}
.profile .profile-wrapper .section-content .debenture-basics .foreground .contacts {
  display: inline-block;
  vertical-align: middle;
  margin: 0px;
  margin-left: 10%;
}
.profile .profile-wrapper .section-content .debenture-basics .foreground .contacts a {
  display: block;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
}
.profile .profile-wrapper .section-content .debenture-basics .foreground .contacts a:nth-child(1) {
  margin-bottom: 6px;
}
.profile .profile-wrapper .section-content .debenture-basics .foreground .contacts a img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 16px;
}
.profile .profile-wrapper .section-content .debenture-detail.detail {
  overflow: hidden;
}
.profile .profile-wrapper .section-content .debenture-detail.detail .detail-status {
  background: #FF832A;
  padding: 16px 18px;
  text-align: left;
}
.profile .profile-wrapper .section-content .debenture-detail.detail .detail-status .stat {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #fff;
  margin: 0;
  display: inline-block;
}
.profile .profile-wrapper .section-content .debenture-detail.detail .detail-status .help {
  float: right;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  margin: 0px;
}
.profile .profile-wrapper .section-content .debenture-detail.detail .detail-status .help img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.profile .profile-wrapper .section-content .debenture-detail.detail .cta-type1 {
  left: 0px;
  margin-left: 46px;
  top: 24px;
  padding: 12px 20px;
}

@media screen and (max-width: 1600px) {
  .profile .side-menu {
    flex: 0 0 270px;
    max-width: 270px;
  }
  .profile .profile-wrapper .section-head-title {
    padding: 26px 32px;
  }
  .profile .profile-wrapper .section-head-title h2 {
    font-size: 28px;
  }
  .profile .profile-wrapper .section-content .registration .form {
    max-width: 778px;
  }
  .profile .profile-wrapper .section-content .registration .form input[type=text], .profile .profile-wrapper .section-content .registration .form .form input[type=email] {
    font-size: 15px;
  }
}
@media screen and (max-width: 1540px) {
  .profile .profile-wrapper .section-content .selected-debentures .debenture-card .debenture-status {
    padding: 16px 20px;
  }
  .profile .profile-wrapper .section-content .no-debentures .center-cards {
    width: 200px;
    height: 332px;
  }
  .profile .profile-wrapper .section-content .no-debentures .center-cards.main {
    padding-top: 110px;
  }
  .profile .profile-wrapper .section-content .no-debentures .center-cards.main .title {
    font-size: 12px;
  }
  .profile .profile-wrapper .section-content .no-debentures .center-cards.main .form button {
    font-size: 12px;
    padding: 10px 10px;
  }
  .profile .profile-wrapper .section-content .debenture-basics {
    padding: 26px 30px;
  }
  .profile .profile-wrapper .section-content .debenture-basics .foreground .name {
    font-size: 20px;
  }
  .profile .profile-wrapper .section-content .debenture-basics .foreground .info {
    margin-left: 8%;
  }
  .profile .profile-wrapper .section-content .debenture-basics .foreground .contacts {
    margin-left: 6%;
  }
}
@media screen and (max-width: 1360px) {
  .profile .profile-wrapper .section-content .debenture-basics .foreground .name {
    display: block;
  }
  .profile .profile-wrapper .section-content .debenture-basics .foreground .info {
    margin-left: 0px;
    margin-top: 16px;
    display: block;
  }
  .profile .profile-wrapper .section-content .debenture-basics .foreground .contacts {
    margin-left: 0px;
    margin-top: 16px;
    display: block;
  }
}
@media screen and (max-width: 1300px) {
  .profile header .profile-part {
    display: block;
  }
  .profile header .profile-part button {
    padding: 14px 16px 15px 16px;
  }
  .profile header .profile-part button.profile.logged-in {
    display: none;
  }
}
@media screen and (max-width: 1220px) {
  .profile .detail .content-wrapper .detail-content .preview-box {
    max-width: 54vw;
  }
}
@media screen and (max-width: 1100px) {
  .profile .profile-wrapper .section-content .no-debentures .center-cards.dashed {
    display: none;
  }
  .profile .registration .form .input-group.half-width {
    width: 100%;
  }
  .profile .registration .form .input-group.half-width.second {
    margin-left: 0%;
  }
}
@media screen and (max-width: 800px) {
  .no-scroll {
    height: 100%;
    overflow: hidden;
  }

  .profile {
    display: block;
  }
  .profile .nav-btn {
    display: block;
  }
  .profile .side-menu {
    z-index: 5651;
    display: block;
    width: 100%;
    max-width: 100%;
    position: absolute;
    left: -100%;
    top: 0px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    transition-property: left;
  }
  .profile .side-menu.active {
    left: 0px;
  }
  .profile .side-menu .logo {
    max-width: 200px;
  }
  .profile .profile-wrapper {
    display: block;
    width: 100%;
  }
  .profile .detail .content-wrapper .detail-content .preview-box {
    max-width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .profile .side-menu {
    padding-bottom: 0px;
    padding-top: 10px;
    height: 100vh;
    overflow-y: auto;
  }
  .profile .side-menu .logo {
    margin-top: 12px;
    margin-bottom: 24px;
    margin-left: 13px;
    width: 54%;
  }
  .profile .side-menu .profile-btn {
    padding: 16px 18px;
  }
  .profile .side-menu .profile-btn span {
    font-size: 14px;
    font-weight: 500;
  }
  .profile .side-menu .profile-btn img.stamp {
    width: 30px;
    height: 30px;
  }
  .profile .side-menu .profile-btn img.logout {
    top: 6px;
  }
  .profile .side-menu .profile-toggle-list {
    margin-top: 42px;
  }
  .profile .side-menu .profile-toggle-list .ptl-btn .content span {
    font-size: 14px;
  }
  .profile .side-menu .sm-footer {
    padding: 28px 20px;
    position: relative;
  }
  .profile .side-menu .sm-footer a {
    font-size: 14px;
  }
  .profile .profile-wrapper .section-head-title {
    padding: 18px 18px;
  }
  .profile .profile-wrapper .section-head-title h2 {
    font-size: 22px;
  }
  .profile .profile-wrapper .section-content {
    padding: 20px 0;
  }
  .profile .profile-wrapper .section-content .registration {
    padding-top: 28px;
    padding-bottom: 36px;
  }
  .profile .profile-wrapper .section-content .registration .form {
    width: 88%;
  }
  .profile .profile-wrapper .section-content .selected-debentures {
    text-align: center;
  }
  .profile .profile-wrapper .section-content .no-debentures {
    padding: 68px 30px;
  }
}
@media screen and (max-width: 700px) {
  .profile .profile-wrapper .section-content .debenture-detail.detail .cta-type1 {
    left: 0px;
    top: 0px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .profile .detail .content-wrapper .detail-content .preview-box {
    max-width: 70vw;
  }
}
@media screen and (max-width: 1908px) {
  .profile .profile-wrapper .section-content .box.selected-debentures {
    max-width: 1228px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1560px) {
  .profile .profile-wrapper .section-content .box.selected-debentures {
    max-width: 920px;
  }
}
@media screen and (max-width: 1252px) {
  .profile .profile-wrapper .section-content .box.selected-debentures {
    max-width: 614px;
  }
}
.news-page .head {
  text-align: center;
  background: #FBFCFE;
  padding-top: 68px;
  padding-bottom: 100px;
}
.news-page .head .title {
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  color: #1a285b;
  font-weight: normal;
  margin: 0;
}
.news-page .content-wrapper {
  max-width: 1500px;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
  text-align: center;
}
.news-page .content-wrapper .articles {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -50px;
}
.news-page .content-wrapper .articles .article-box {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 4px;
  max-width: 420px;
  -webkit-box-shadow: 0px 0px 20px 0px #cccccc;
  -moz-box-shadow: 0px 0px 20px 0px #cccccc;
  box-shadow: 0px 0px 20px 0px #cccccc;
  margin: 15px;
  text-align: left;
}
.news-page .content-wrapper .articles .article-box .content {
  position: relative;
  padding: 30px;
  background: #fff;
}
.news-page .content-wrapper .articles .article-box .content .date {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #526590;
  font-weight: normal;
  margin-top: 0px;
}
.news-page .content-wrapper .articles .article-box .content .new-label {
  font-size: 12px;
  color: #4fb1ea;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  position: absolute;
  text-transform: uppercase;
  top: 30px;
  right: 30px;
  margin: 0px;
}
.news-page .content-wrapper .articles .article-box .content .text {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  color: #1a285b;
  font-weight: 500;
}
.news-page .content-wrapper .articles .article-box .content .show-more {
  color: #51c0ec;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
}
.news-page .content-wrapper .articles .article-box .content .show-more .arrow {
  margin-bottom: 0px;
  position: relative;
  margin-top: 4px;
  margin-bottom: 14px;
  margin-right: 16px;
  display: block;
  float: right;
}
.news-page .content-wrapper .articles .article-box .content .show-more .arrow:before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border-top: 1px solid #51c0ec;
  border-right: 1px solid #51c0ec;
  transform: rotate(45deg);
}
.news-page .content-wrapper .articles .article-box.new {
  background-color: #4FB8E8;
}
.news-page .content-wrapper .cta-box {
  text-align: center;
  padding-top: 40px;
}
.news-page .content-wrapper .cta-box .cta-type2 {
  display: inline-block;
  width: auto;
}
@media screen and (max-width: 1500px) {
  .news-page .content-wrapper .articles .article-box {
    max-width: 350px;
  }
  .news-page .content-wrapper .articles .article-box .content .text {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .news-page .head {
    padding-top: 28px;
    padding-bottom: 76px;
  }
  .news-page .content-wrapper {
    padding-left: 4px;
    padding-right: 4px;
  }
  .news-page .content-wrapper .articles .article-box {
    max-width: 300px;
  }
}

.page-404 {
  width: 100%;
  position: relative;
  min-height: calc(100vh - 300px);
  overflow: hidden;
}
.page-404 .background {
  background: #FBFCFF;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0px;
  top: 0px;
}
.page-404 .background .fragments {
  position: absolute;
  right: 5%;
  top: 0px;
  z-index: 1;
}
.page-404 .background .main-frag {
  position: absolute;
  right: 10%;
  top: 80px;
  z-index: 3;
}
.page-404 .foreground {
  position: relative;
  z-index: 2;
  left: 0px;
  top: 0px;
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}
.page-404 .foreground .status-number {
  font-family: "Poppins", sans-serif;
  font-size: 180px;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #4FB1EB;
  font-weight: normal;
  line-height: 1em;
}
.page-404 .foreground .status-title {
  font-family: "Poppins", sans-serif;
  font-size: 48px;
  color: #1a285b;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 0px;
}
.page-404 .foreground .status-title span {
  font-weight: 200;
}
.page-404 .foreground .status-text {
  color: #526590;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 2em;
}
.page-404 .foreground .cta-type1 {
  margin-top: 26px;
}
.page-404 .foreground .cta-type1:before {
  background: #f8f4fb;
}
@media screen and (max-width: 1440px) {
  .page-404 .foreground .status-number {
    font-size: 150px;
  }
  .page-404 .foreground .status-title {
    font-size: 40px;
  }
  .page-404 .foreground .status-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .page-404 .foreground .status-number {
    font-size: 110px;
  }
  .page-404 .foreground .status-title {
    font-size: 30px;
  }
  .page-404 .foreground .status-text {
    font-size: 14px;
  }
}
@media screen and (max-width: 420px) {
  .page-404 .foreground .status-number {
    font-size: 110px;
  }
  .page-404 .foreground .status-title {
    font-size: 24px;
  }
  .page-404 .foreground .status-text {
    font-size: 14px;
  }
}

.popup-box {
  position: fixed;
  z-index: 5000;
  width: 100vw;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  left: 0px;
  top: 0px;
  background-color: rgba(82, 101, 144, 0.1);
  display: none;
}
.popup-box.show-popup {
  display: block;
}
.popup-box .article {
  position: relative;
  display: inline-block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.popup-box .article .article-box {
  background: #fff;
  overflow: hidden;
  padding: 26px;
  text-align: left;
  -webkit-box-shadow: 0px 0px 20px 0px #cccccc;
  -moz-box-shadow: 0px 0px 20px 0px #cccccc;
  box-shadow: 0px 0px 20px 0px #cccccc;
  max-width: 1286px;
  display: inline-block;
}
.popup-box .article .article-box .date {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #526590;
  font-weight: normal;
  margin-top: 0px;
}
.popup-box .article .article-box .text {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  color: #1a285b;
  font-weight: 500;
}
@media screen and (max-width: 1440px) {
  .popup-box .article .article-box .text {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .popup-box .article .article-box .text {
    font-size: 14px;
  }
}
.popup-box .article .article-box .show-less {
  color: #51c0ec;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
}
.popup-box .article .article-box .show-less span {
  float: right;
  font-size: 24px;
}
@media screen and (max-width: 1440px) {
  .popup-box .article .article-box {
    max-width: 1234px;
  }
}

.maintenance {
  width: 100%;
  position: relative;
  min-height: calc(100vh - 300px);
  overflow: hidden;
}
.maintenance .background {
  background: #FBFCFF;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0px;
  top: 0px;
}
.maintenance .background .fragments {
  position: absolute;
  right: 5%;
  top: 0px;
  z-index: 1;
}
.maintenance .background .main-frag {
  position: absolute;
  right: 10%;
  top: 80px;
  z-index: 3;
}
.maintenance .foreground {
  position: relative;
  z-index: 2;
  left: 0px;
  top: 0px;
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}
.maintenance .foreground .maint-logo {
  max-width: 120px;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
.maintenance .foreground .status-title {
  font-family: "Poppins", sans-serif;
  font-size: 48px;
  color: #1a285b;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 0px;
}
.maintenance .foreground .status-title span {
  font-weight: 200;
}
.maintenance .foreground .status-text {
  color: #526590;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 1.5em;
  margin-top: 0px;
}
.maintenance .foreground .cta-type1 {
  margin-top: 26px;
}
.maintenance .foreground .cta-type1:before {
  background: #f8f4fb;
}
@media screen and (max-width: 1440px) {
  .maintenance .foreground .status-number {
    font-size: 150px;
  }
  .maintenance .foreground .status-title {
    font-size: 40px;
  }
  .maintenance .foreground .status-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .maintenance .foreground .status-number {
    font-size: 110px;
  }
  .maintenance .foreground .status-title {
    font-size: 30px;
  }
  .maintenance .foreground .status-text {
    font-size: 14px;
  }
}
@media screen and (max-width: 420px) {
  .maintenance .foreground .status-number {
    font-size: 110px;
  }
  .maintenance .foreground .status-title {
    font-size: 24px;
  }
  .maintenance .foreground .status-text {
    font-size: 14px;
  }
}

.doc-text .content {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  width: 90%;
  padding-top: 46px;
  padding-bottom: 106px;
}
.doc-text .content .title {
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  font-weight: 500;
  color: #1a285b;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 40px;
}
.doc-text .content .subtitle {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #1a285b;
  text-align: center;
  margin-top: 26px;
  margin-bottom: 0px;
  text-align: left;
}
.doc-text .content .text {
  font-size: 16px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  margin-top: 10px;
  margin-bottom: 0px;
  line-height: 1.4em;
  color: #1a285b;
}
@media screen and (max-width: 1500px) {
  .doc-text .content {
    max-width: 900px;
  }
}

/*# sourceMappingURL=style.css.map */
