@font-face {
  font-family: 'Delta-BQ';
  src: url("fonts/Delta_BQ_Regular.ttf");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Delta-Jaeger';
  src: url("fonts/Delta_Jaeger_Light.ttf");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'PFRegalDisplay';
  src: url("fonts/PFRegalDisplayPro-Regular.ttf");
  font-weight: normal;
  font-style: normal; }
/*------------------------------------*\
RESET
\*------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strike, strong, sub, sup, tt, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
section, article, aside, footer, header, hgroup, nav, .h6, .h5, .h4, .h3, .h2, .h1 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

body {
  line-height: 1; }
  body ol, body ul {
    list-style: none; }
  body blockquote, body q {
    quotes: none; }
  body blockquote:before, body blockquote:after,
  body q:before, body q:after {
    content: '';
    content: none; }
  body ins {
    text-decoration: none; }
  body del {
    text-decoration: line-through; }
  body table {
    border-collapse: collapse;
    border-spacing: 0; }
  body a {
    transition: .2s ease-in-out;
    color: inherit;
    text-decoration: none; }
  body a:hover {
    text-decoration: none;
    color: inherit;
    opacity: 0.8; }
  body ul {
    margin: 0; }
  body strong {
    font-weight: bold; }
  body b {
    font-weight: 400; }
  body i {
    font-style: italic; }
  body button {
    border: none;
    background: none; }
  body textarea {
    resize: none; }
  body input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 0; }
  body div::-webkit-scrollbar {
    width: 0 !important; }
  body div {
    overflow: -moz-scrollbars-none; }
  body div {
    -ms-overflow-style: none; }
  body button:focus {
    outline: none; }
  body input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  body input:focus, body input[type="checkbox"]:focus {
    outline: none; }
  body textarea:focus {
    outline: none; }
  body select:focus {
    outline: none; }
  body select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  body iframe {
    display: block;
    width: 100%;
    border: 0; }
  body div.iframe iframe {
    position: absolute;
    top: -15px;
    left: 0;
    height: calc(100vw * 1.405); }
  body a {
    color: inherit;
    text-decoration: none; }
  body button {
    -webkit-appearance: none; }
  body .img-fluid {
    max-width: 100%; }

/* defaults end */
body {
  font-family: 'Delta-Jaeger';
  font-size: 26px;
  color: #000;
  line-height: 1.4;
  margin: 0; }
  body.no-scroll {
    overflow: hidden !important; }

.hamburger {
  padding: 5px; }
  .hamburger .hamburger-inner,
  .hamburger .hamburger-inner:after,
  .hamburger .hamburger-inner:before {
    background-color: #707070;
    height: 2px;
    border-radius: 0px;
    width: 100%; }
  .hamburger .hamburger-inner:before {
    top: -6px; }
  .hamburger .hamburger-inner:after {
    bottom: -6px; }
  .hamburger .hamburger-box {
    width: 24px;
    height: 18px;
    margin-top: 5px; }
  .hamburger.is-active:hover, .hamburger:hover {
    opacity: 1; }
  .hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before {
    background-color: #707070; }

/* PAGE STYLES */
h1, h2 {
  font-family: 'PFRegalDisplay';
  line-height: 1.1;
  color: #000;
  text-transform: none;
  margin: 0; }

h1 {
  font-size: 72px; }

h2 {
  font-size: 68px; }

h3 {
  font-family: 'PFRegalDisplay';
  font-size: 26px; }

h4 {
  font-family: 'PFRegalDisplay';
  font-size: 36px; }

h5 {
  font-family: 'Delta-BQ';
  font-size: 20px;
  text-transform: uppercase; }

p {
  font-size: 20px; }

.policy_popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 60px 20px;
  background: #000;
  color: #fff;
  z-index: 11;
  display: none; }
  .policy_popup h3 {
    margin-bottom: 20px; }
  .policy_popup h2, .policy_popup h4, .policy_popup p {
    text-align: left; }
  .policy_popup p {
    font-size: 16px;
    margin-bottom: 30px; }
  .policy_popup .main_logo {
    width: 500px;
    max-width: 70%;
    margin-bottom: 40px; }
  .policy_popup .inner_content {
    max-height: calc(100vh - 200px);
    overflow-y: scroll;
    max-width: 1350px;
    padding: 10px 20px;
    margin: 0 auto; }
  .policy_popup .inner_content::-webkit-scrollbar {
    width: 0;
    height: 8px; }
  .policy_popup .inner_content::-webkit-scrollbar-thumb {
    background: #000;
    border-radius: 9px; }
  .policy_popup .inner_content::-webkit-scrollbar-thumb:hover {
    background: #fff; }
  .policy_popup .inner_content::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 9px;
    box-shadow: inset 0px 0px 0px 0px #F0F0F0; }
  .policy_popup .small_logo {
    margin-top: 30px; }
  .policy_popup .copyright {
    padding-top: 30px; }
    .policy_popup .copyright p {
      text-align: center; }
  .policy_popup .close_icon {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 35px;
    cursor: pointer; }

.show_message {
  cursor: pointer; }

.cookies_message {
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  align-items: center; }
  .cookies_message .small_logo {
    text-align: left;
    width: 10%;
    padding: 0 40px; }
    .cookies_message .small_logo img {
      height: 60px;
      vertical-align: middle; }
  .cookies_message .text {
    width: 80%; }
    .cookies_message .text p {
      font-size: 14px;
      max-width: 1300px;
      text-align: left; }
  .cookies_message .got_it {
    width: 10%;
    padding: 0 40px; }
    .cookies_message .got_it h3 {
      text-align: right; }
  .cookies_message.accepted {
    display: none; }

.video_mobile {
  display: none; }

.center-absolute {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.mute_container {
  position: absolute;
  width: 45px;
  top: 45px;
  right: 2%;
  cursor: pointer;
  z-index: 5; }
  .mute_container img {
    width: 100%; }
  .mute_container .mute {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
    transition: all 0.3s;
    z-index: 2; }
  .mute_container.unmuted .unmute {
    opacity: 0; }
  .mute_container.unmuted .mute {
    opacity: 1;
    z-index: 1; }

.my_btn {
  font-family: 'Delta-BQ';
  font-size: 26px;
  text-transform: uppercase;
  cursor: pointer; }
  .my_btn:hover {
    opacity: 0.8; }

.menu_btn {
  font-family: 'Delta-BQ';
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  line-height: 30px;
  border: 2px solid #fff;
  transition: 0.4s all;
  padding: 0 20px;
  line-height: 46px; }
  .menu_btn:hover {
    color: #000;
    background: #fff; }
  .menu_btn.dark {
    background: #000;
    border-color: #000; }
    .menu_btn.dark:hover {
      color: #fff; }

/* --- header ---- */
.header {
  background: #000;
  padding: 40px 0; }
  .header .logo {
    max-width: 300px; }
  .header h1, .header h2 {
    color: #fff; }

.black_bg {
  padding-top: 45px;
  padding-bottom: 60px;
  background: #000;
  color: #fff; }
  .black_bg h1, .black_bg h2 {
    color: #fff; }
  .black_bg button {
    color: #fff; }

.controls {
  display: flex;
  align-items: center; }
  .controls .dots {
    margin: 0 30px; }
    .controls .dots .dot {
      display: inline-block;
      width: 13px;
      height: 13px;
      background: #fff;
      cursor: pointer;
      margin-right: 15px;
      opacity: 0.7;
      transition: all 0.4s; }
      .controls .dots .dot.active {
        opacity: 1; }
      .controls .dots .dot:last-of-type {
        margin-right: 0; }

.points {
  padding-top: 100px;
  padding-bottom: 60px; }
  .points .item {
    width: 480px;
    max-width: 100%;
    margin-bottom: 40px; }
    .points .item img {
      margin-bottom: 50px; }
    .points .item h4 {
      margin-bottom: 40px; }
    .points .item p {
      padding-right: 10%; }

.register_form {
  position: relative; }
  .register_form form .field {
    width: 100%;
    margin-bottom: 40px;
    position: relative; }
    .register_form form .field input,
    .register_form form .field textarea,
    .register_form form .field input:-webkit-autofill,
    .register_form form .field input:-webkit-autofill:hover,
    .register_form form .field input:-webkit-autofill:focus,
    .register_form form .field textarea:-webkit-autofill,
    .register_form form .field textarea:-webkit-autofill:hover,
    .register_form form .field textarea:-webkit-autofill:focus,
    .register_form form .field select:-webkit-autofill,
    .register_form form .field select:-webkit-autofill:hover,
    .register_form form .field select:-webkit-autofill:focus {
      width: 100%;
      font-size: 20px;
      color: #fff;
      line-height: 70px;
      background: transparent;
      border: none;
      -webkit-text-fill-color: #fff;
      -webkit-box-shadow: 0 0 0px 0 #000 inset;
      transition: background-color 5000s ease-in-out 0s;
      border-bottom: 1px solid #fff; }
      .register_form form .field input::placeholder,
      .register_form form .field textarea::placeholder,
      .register_form form .field input:-webkit-autofill::placeholder,
      .register_form form .field input:-webkit-autofill:hover::placeholder,
      .register_form form .field input:-webkit-autofill:focus::placeholder,
      .register_form form .field textarea:-webkit-autofill::placeholder,
      .register_form form .field textarea:-webkit-autofill:hover::placeholder,
      .register_form form .field textarea:-webkit-autofill:focus::placeholder,
      .register_form form .field select:-webkit-autofill::placeholder,
      .register_form form .field select:-webkit-autofill:hover::placeholder,
      .register_form form .field select:-webkit-autofill:focus::placeholder {
        color: #fff;
        letter-spacing: 5px;
        opacity: 1;
        /* Firefox */
        text-transform: uppercase; }
      .register_form form .field input::-ms-input-placeholder,
      .register_form form .field textarea::-ms-input-placeholder,
      .register_form form .field input:-webkit-autofill::-ms-input-placeholder,
      .register_form form .field input:-webkit-autofill:hover::-ms-input-placeholder,
      .register_form form .field input:-webkit-autofill:focus::-ms-input-placeholder,
      .register_form form .field textarea:-webkit-autofill::-ms-input-placeholder,
      .register_form form .field textarea:-webkit-autofill:hover::-ms-input-placeholder,
      .register_form form .field textarea:-webkit-autofill:focus::-ms-input-placeholder,
      .register_form form .field select:-webkit-autofill::-ms-input-placeholder,
      .register_form form .field select:-webkit-autofill:hover::-ms-input-placeholder,
      .register_form form .field select:-webkit-autofill:focus::-ms-input-placeholder {
        /* Edge 12 -18 */
        color: #fff; }
    .register_form form .field textarea {
      width: 100%;
      height: 110px;
      line-height: 1.1;
      padding-top: 20px;
      text-align: left;
      height: 70px;
      line-height: 1.1; }
    .register_form form .field:not(.checkbox)::after {
      content: '';
      width: 15px;
      height: 15px;
      background: url("../img/small_arrow.svg") no-repeat;
      background-size: contain;
      position: absolute;
      top: 50%;
      right: 0;
      transform: translate(0, -50%); }
    .register_form form .field.missing input,
    .register_form form .field.missing textarea {
      border-bottom: 1px solid red; }
  .register_form form .checkbox {
    display: inline-block;
    position: relative;
    font-size: 15px;
    padding-top: 10px;
    padding-bottom: 20px;
    text-align: left;
    margin-right: 0px; }
    .register_form form .checkbox input {
      position: absolute;
      opacity: 0;
      width: 10px;
      height: 10px;
      left: 30px; }
    .register_form form .checkbox label {
      padding-top: 5px;
      padding-left: 35px;
      position: relative;
      cursor: pointer;
      line-height: 1.6;
      text-transform: none; }
    .register_form form .checkbox label:before {
      content: "";
      position: absolute;
      top: 10px;
      display: block;
      left: -5px;
      width: 25px;
      height: 25px;
      margin-left: 5px;
      border-width: 1px;
      border-style: solid;
      border-color: #454343;
      border-image: initial;
      background: transparent;
      text-align: center;
      line-height: 23px;
      font-size: 20px; }
    .register_form form .checkbox input[type="radio"]:checked + label:before,
    .register_form form .checkbox input[type="checkbox"]:checked + label:before {
      content: "\2713";
      background: transparent;
      color: #fff; }
    .register_form form .checkbox.missing label:before {
      border-color: red; }
  .register_form form .submit_btn {
    position: relative;
    font-size: 28px;
    text-transform: uppercase;
    color: #fff;
    padding-right: 45px; }
    .register_form form .submit_btn::after {
      content: '';
      width: 25px;
      height: 25px;
      background: url("../img/small_arrow.svg") no-repeat;
      background-size: contain;
      position: absolute;
      top: 50%;
      right: 0;
      transform: translate(0, -50%); }
  .register_form form .thank_you_message {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    display: none; }
    .register_form form .thank_you_message h3 {
      position: absolute;
      top: 50%;
      width: 100%;
      text-align: center;
      transform: translate(0, -50%);
      padding: 0 20px; }
    .register_form form .thank_you_message .close_icon {
      position: absolute;
      top: 15px;
      right: 15px;
      width: 25px;
      cursor: pointer; }
  .register_form form.form-done .thank_you_message {
    display: block; }
  .register_form .required {
    font-size: 14px;
    margin-top: 10px; }

#home .header {
  background: transparent; }
  #home .header h1, #home .header h2 {
    color: #000; }
  #home .header h2 {
    letter-spacing: 0px; }
#home .header_container {
  position: relative;
  overflow: hidden; }
  #home .header_container .header {
    position: absolute; }
  #home .header_container .private_equity {
    position: absolute;
    bottom: 0;
    background: transparent; }

#contact {
  background: url("../img/contact_bg.jpg") center #000;
  background-size: cover;
  color: #fff; }
  #contact h2 {
    color: #fff;
    margin-bottom: 60px; }
  #contact .header {
    background: transparent; }

/* --- footer --- */
.footer {
  padding-top: 90px;
  background: #000;
  color: #fff; }
  .footer .menu {
    opacity: 0; }
    .footer .menu h5 {
      color: #fff;
      margin-bottom: 30px; }
    .footer .menu ul li {
      font-size: 22px;
      color: #fff;
      margin-bottom: 25px; }
  .footer h1 {
    color: #fff; }
  .footer .under_footer {
    margin-top: 130px;
    padding-top: 20px;
    padding-bottom: 40px;
    font-size: 16px; }
    .footer .under_footer p {
      font-size: 16px; }
    .footer .under_footer .border_bottom {
      border-bottom: 2px solid #fff;
      padding-bottom: 35px;
      margin-bottom: 20px; }
      .footer .under_footer .border_bottom p {
        line-height: 1.8; }
    .footer .under_footer .lower_menu ul {
      display: flex;
      justify-content: flex-end; }
      .footer .under_footer .lower_menu ul li {
        font-size: 16px;
        color: #fff;
        margin-right: 60px; }
        .footer .under_footer .lower_menu ul li:last-of-type {
          margin-right: 0; }

.article-home .footer .menu {
  opacity: 1; }

.header_container .login_btn {
  position: absolute;
  right: 0;
  top: calc(50% - 40px);
  background: #000;
  padding: 10px 0 10px 15px;
  transform: translate(74%, 0);
  transition: transform 0.4s ease-in-out; }
  .header_container .login_btn .menu_btn {
    padding: 0 15px; }
  .header_container .login_btn:hover {
    transform: translate(0, 0); }

.home.portal .login_form {
  opacity: 0;
  position: absolute;
  width: 565px;
  max-width: 90%;
  padding: 40px 50px 25px 50px;
  border: 2px solid #707070;
  background: #fff;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%); }
  .home.portal .login_form form {
    width: 100%; }
    .home.portal .login_form form input {
      font-family: 'Delta-BQ';
      line-height: 50px;
      padding: 0 20px;
      font-size: 20px;
      background: #EDEDED;
      margin-bottom: 25px;
      width: 100%; }
      .home.portal .login_form form input:last-of-type {
        margin-bottom: 40px; }
      .home.portal .login_form form input::placeholder {
        color: #707070;
        opacity: 1;
        /* Firefox */ }
      .home.portal .login_form form input::-ms-input-placeholder {
        /* Edge 12 -18 */
        color: #707070; }
    .home.portal .login_form form .menu_btn {
      width: 100%; }
  .home.portal .login_form .close_icon {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 40px;
    cursor: pointer; }

/* RESPONSIVE */
@media (max-width: 1700px) {
  body {
    font-size: 22px; }

  h2 {
    font-size: 55px; }

  h4 {
    font-size: 32px; }

  .points .item {
    width: 410px; }
    .points .item img {
      margin-bottom: 40px; }
    .points .item h4 {
      margin-bottom: 30px; }

  .portal .login_form {
    width: 485px; }

  .footer .menu h5 {
    margin-bottom: 25px; }
  .footer .menu ul li {
    margin-bottom: 20px; } }
@media (max-width: 1400px) {
  body {
    font-size: 20px; }

  h1 {
    font-size: 75px; }

  h2 {
    font-size: 50px; }

  h4 {
    font-size: 30px; }

  .my_btn {
    font-size: 24px; }

  .portal#home .header_container .private_equity {
    position: relative;
    bottom: auto;
    background: #000; } }
@media (max-width: 1100px) {
  h1 {
    font-size: 60px; }

  h4 {
    font-size: 24px;
    line-height: 1.2; }

  .points .item {
    width: 350px; }

  #home .header_container .private_equity {
    position: relative;
    bottom: auto;
    background: #000; }

  .footer .under_footer .lower_menu {
    margin-top: 20px; }
    .footer .under_footer .lower_menu ul {
      justify-content: flex-start; } }
@media (max-width: 991px) {
  h1 {
    font-size: 60px; }

  h2 {
    font-size: 42px; }

  p {
    font-size: 16px; }

  .menu_btn {
    font-size: 18px;
    padding: 0 15px;
    line-height: 44px; }

  .header .logo {
    max-width: 100%; }
  .header .container {
    max-width: 90%; }

  .points .item {
    margin: 0 auto 50px; }

  #contact h2 {
    margin-bottom: 40px; }

  #home .header_container {
    position: relative; }
    #home .header_container .header {
      position: relative;
      background: #000; }
      #home .header_container .header h1, #home .header_container .header h2 {
        color: #fff; }

  .header_container .login_btn {
    transform: none; }
    .header_container .login_btn .icon {
      width: 40px; }

  .portal .inner_header_container {
    position: relative;
    background: url("../img/main_mob.jpg") center top;
    background-size: cover;
    padding: 100px 0; }
    .portal .inner_header_container img:not(.close) {
      display: none !important; }
    .portal .inner_header_container .login_form {
      position: relative;
      top: auto;
      left: auto;
      transform: translate(0%, 0%);
      margin: 0 auto; }
    .portal .inner_header_container .login_form {
      top: 50%;
      width: 430px;
      padding: 30px 40px 25px 40px; }
      .portal .inner_header_container .login_form .close_icon {
        position: absolute;
        top: -15px;
        right: -15px;
        width: 30px; }

  .footer {
    padding-top: 80px; }
    .footer .under_footer {
      margin-top: 30px; } }
@media (max-width: 600px) {
  body {
    font-size: 18px; }

  h1 {
    font-size: 36px; }

  h2 {
    font-size: 36px; }

  h5 {
    font-size: 18px;
    margin-bottom: 20px; }

  .arrow {
    width: 45px; }

  .my_btn {
    font-size: 20px; }

  .container {
    max-width: 100%; }

  .header {
    text-align: center;
    padding: 40px 0; }
    .header .logo_text {
      font-size: 42px; }

  .portal .inner_header_container .login_form {
    padding: 30px 25px 25px 25px; }

  .points {
    padding-top: 70px;
    padding-bottom: 40px; }

  .contact_form_container {
    padding-bottom: 50px; }

  .register_form form .field {
    margin-bottom: 30px; }
    .register_form form .field input,
    .register_form form .field textarea {
      font-size: 16px;
      line-height: 50px; }
      .register_form form .field input::placeholder,
      .register_form form .field textarea::placeholder {
        letter-spacing: 4px; }
    .register_form form .field::after {
      content: '';
      width: 12px;
      height: 12px; }
  .register_form form .submit_btn {
    font-size: 24px;
    padding-right: 40px; }
    .register_form form .submit_btn::after {
      width: 20px;
      height: 20px; }

  #contact h2 {
    margin-bottom: 20px; }

  .footer .menu ul li {
    margin-bottom: 15px;
    font-size: 18px; }
  .footer .under_footer .lower_menu ul {
    justify-content: space-between; }
    .footer .under_footer .lower_menu ul li {
      margin: 0; } }

/*# sourceMappingURL=my_style.css.map */
