.center {
    position: absolute;
    display: inline-block;
    transform: translate(-50%, -50%);
}

.custom-select-wrapper {
    position: relative;
    user-select: none;
}

.custom-select-wrapper select {
    display: none;
}

.custom-select {
    position: relative;
}

.custom-select-trigger {
    border: 2px solid #fff;
    position: relative;
    display: block;
    width: 100%;
    padding: 0 84px 0 22px;
    font-size: 22px;
    font-weight: 300;
    color: #fff;
    line-height: 60px;
    background: var(--color-just-black);
    border-radius: 50em;
    cursor: pointer;
}

.custom-select-trigger:after {
    position: absolute;
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    top: 50%;
    right: 25px;
    margin-top: -3px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    transition: all .4s ease-in-out;
    transform-origin: 50% 0;
}

.custom-select.opened .custom-select-trigger:after {
    margin-top: 3px;
    transform: rotate(-135deg) translateY(-50%);
}

.custom-options {
    position: absolute;
    display: block;
    top: 100%;
    left: 0;
    right: 0;
    min-width: 100%;
    margin: 15px 0;
    border: 1px solid #fff;
    border-radius: 4px;
    box-sizing: border-box;
    box-shadow: 0 2px 1px rgba(0, 0, 0, .07);
    background: var(--color-just-black);
    transition: all .4s ease-in-out;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-15px);
}

.custom-select.opened .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateY(0);
}

.option-hover:before {
    background: var(--color-just-black);
}

.custom-option {
    position: relative;
    display: block;
    padding: 0 22px;
    border-bottom: 1px solid #fff;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    line-height: 47px;
    cursor: pointer;
    transition: all .4s ease-in-out;
}

.custom-option:first-of-type {
    border-radius: 4px 4px 0 0;
}

.custom-option:last-of-type {
    border-bottom: 0;
    border-radius: 0 0 4px 4px;
}

.custom-option:hover,
.custom-option.selection {
    background: #131195;
}
.h1blgl {
    font-size: 57px;
}
.h3blgl {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-top:14px;
}

.h4blgl {
    font-size: 19px;
    font-weight: 400;
    letter-spacing: 1px;
}

.h3mail {
    font-size: 18px;
    font-weight: 400;

}
.ipsPad {
    background-color: var(--color-surface-white) !important;
    padding: 24px;
    padding-bottom: 180px;
  }
  
  .ipsPadding {
    padding: 30px;
    margin-top: 100px;
  }
.form-control {
    color: #1618ad !important;
  }
  
  .form-control:focus {
    outline: 0 !important;
    color: #1618ad !important;
    box-shadow: 0 0 0 0 !important;
  }
  
  .form-check-input:focus {
    box-shadow: none !important;
    border-color: green !important;
  }
  
  .gcgmd6 {
    background: transparent !important;
    margin-top: 140px !important;
    color: #1618ad !important;
    text-align: start !important;
  }
  
  .contact_input {
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid #1618ad !important;
    border-radius: 0px !important;
    padding: 0 !important;
    padding-bottom: 11px !important;
  }
  
  .contact_input::placeholder {
    color: #1618ad !important;
  }
  
  .form-submit {
    float: right;
    font-size: 20px;
    color: #1618ad;
    font-weight: 500;
    text-decoration: underline !important;
    margin-top: 30px;
  }
  .selected42kraft {
    width: 100% !important;
    font-size: 15px !important;
   background: transparent !important;
    font-weight: 500 !important;
    color: #1618ad !important;
    padding-right: 1.5rem !important;
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
    height: 50px;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-color: #1618ad;
  }
  
  .option42kraft {
    color: black;
  }
  .selected42kraft:focus {
    outline: none;
  }