.main-content * {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
.main-content .main-container {
    max-width: 1250px;
    width: 100%;
    padding: 0 25px;
    margin: auto
}
.main-content .lr-container {
    display: table
}
.main-content .lr-container .lhs {
    display: table-cell;
    width: calc(100% - 360px);
    vertical-align: top;
    padding-right: 34px
}
.main-content .lr-container .rhs {
    display: table-cell;
    width: 360px;
    vertical-align: top
}
.main-content .lhs-content img {
    width: 100%;
    height: auto;
    margin: 0 0 30px
}
.main-content .lhs-content a {
    text-decoration: none
}
.main-content .lhs-content ul {
    list-style: disc
}
.main-content .lhs-content li {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.7
}
.main-content .lhs-content ol,
.main-content .lhs-content ul {
    margin-left: 15px;
    margin-bottom: 24px
}
.main-content .lhs-content li:not(:last-child) {
    margin-bottom: 10px
}
.main-content .lhs-content ol {
    list-style: decimal
}
.main-content h1 {
    font-size: 45px;
    font-weight: 600;
    text-align: center;
    line-height: 1.3;
    color: #010101;
    margin: 80px 0
}
.main-content .lhs-content h2 {
    font-size: 22px;
    font-weight: 600;
    color: #000;
    line-height: 1.5;
    margin-top: 40px;
    margin-bottom: 16px
}
.main-content .lhs-content h2:first-child {
    margin-top: 0
}
.main-content .lhs-content h4 {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
    color: #000;
    margin-bottom: 10px
}
.main-content .lhs-content p {
    font-size: 15px;
    font-weight: 300;
    color: #000;
    line-height: 1.6;
    margin-bottom: 16px
}
.lhs-content .sm-cta {
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    background: #e51931;
    color: #fff;
    padding: 8px 30px;
    border-radius: 4px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}
.lhs-content .sm-cta:hover {
    background: #ff0522;
    -webkit-box-shadow: 4px 8px 15px rgba(229, 25, 49, 0.4);
    box-shadow: 4px 8px 15px rgba(229, 25, 49, 0.4);
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px)
}
.lhs-content .double-cta a {
    display: inline-block;
    width: 310px;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    padding: 14px 40px;
    border-radius: 4px;
    margin-top: 24px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}
.lhs-content .lg-cta {
    color: #fff;
    background: #dd192d;
    border: 2px solid #dd192d;
    margin-right: 20px
}
.lhs-content .lg-cta:hover {
    background: #ff0522;
    -webkit-box-shadow: 4px 8px 15px rgba(229, 25, 49, 0.4);
    box-shadow: 4px 8px 15px rgba(229, 25, 49, 0.4);
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px)
}
.lhs-content .border-lg-cta {
    color: #1759aa;
    background: #fff;
    border: 2px solid #1759aa
}
.lhs-content .border-lg-cta:hover {
    -webkit-box-shadow: 4px 8px 15px rgba(23, 89, 170, 0.2);
    box-shadow: 4px 8px 15px rgba(23, 89, 170, 0.2);
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px)
}
.lhs-content .table-list {
    margin: 30px 0;
    overflow-x: auto
}
.lhs-content .table-list table {
    border-collapse: collapse;
    width: 100%
}
.lhs-content .table-list table th {
    background: #0c59c8;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    padding: 16px 10px
}
.lhs-content .table-list table th:first-child {
    border-right: 1px solid #e6e6e6
}
.lhs-content .table-list table td {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.6;
    color: #000;
    border: 1px solid #e6e6e6;
    padding: 16px 24px;
    vertical-align: middle
}
.lhs-content .table-list table tbody tr:nth-child(even) {
    background: #fafcff
}
.main-content .lhs-content .cta-banner {
    background: #d5ebff;
    padding: 30px 40px;
    text-align: center;
    margin: 50px 50px 50px 0
}
.main-content .lhs-content h3 {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 20px;
    color: #000
}
.main-content .lhs-content h3 strong {
    display: block;
    font-weight: 600
}
.main-content .lhs-content .box {
    background: #fff;
    border: 1px solid #d5ebff;
    -webkit-box-shadow: 0 0 15px rgba(239, 239, 239, 0.9);
    box-shadow: 0 0 15px rgba(239, 239, 239, 0.9);
    padding: 40px;
    margin: 50px 0
}
.main-content .lhs-content .box h2 {
    margin-top: 0
}
.main-content .lhs-content .award {
    background: #fffbee;
    border: 1px solid #fffbee;
    border-radius: 6px;
    padding: 60px 40px;
    margin: 50px 50px 50px 0;
    position: relative;
    cursor: pointer;
    transition: .3s
}
.main-content .lhs-content .award:hover {
    border: 1px solid #f4e1a3;
    background: #fff8e0;
    transform: translateY(-4px)
}
.main-content .lhs-content .award span {
    display: inline-block;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.6;
    padding-left: 200px;
    position: relative
}
.main-content .lhs-content .award span strong {
    color: #000;
    font-weight: 600
}
.main-content .lhs-content .award a {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}
.main-content .lhs-content .award span::before {
    content: '';
    background: url(../what-is/images/kerberos-authentication-award-logo.png) no-repeat;
    background-size: 157px;
    width: 157px;
    height: 125px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto
}
.rhs-content {
    position: sticky;
    top: 120px;
    margin-bottom: 50px;
}
.rhs-content ul {
    list-style: none !important;
    padding: 0 !important
}
.rhs-form {
    font-family: "ZohoPuvi";
    width: 100%;
    padding: 35px 30px;
    position: relative;
    background: #fff;
    border: 1px solid #1d62b8;
    border-radius: 6px;
    padding-top: 30px;
    display: block;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.13);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.13);
    margin-bottom: 40px;
    overflow: hidden
}
.rhs-form-head {
    margin-bottom: 25px
}
.rhs-form-head h2 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.5;
    color: #0c59c8;
    margin: 0;
    margin-bottom: 20px
}
.rhs-form-head ul {
    padding: 0;
    margin: 0
}
.rhs-form-head ul li {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.6;
    color: #000;
    padding-left: 24px;
    margin-bottom: 10px;
    position: relative
}
.rhs-form-head ul li::before {
    content: '';
    background: url(../what-is/images/rhs-form-icons-22.png) no-repeat -1px -3px;
    background-size: 43px;
    width: 13px;
    height: 13px;
    position: absolute;
    left: 0;
    top: 6px
}
.ffw-form .form-head {
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    padding-bottom: 24px;
    position: relative
}
.ffw-form .form-head::before {
    content: '';
    background: url(../what-is/images/rhs-form-icons-22.png) no-repeat -18px -20px;
    background-size: 43px;
    width: 23px;
    height: 21px;
    position: absolute;
    right: -28px;
    bottom: 12px
}
.ffw-form-container .ffw-form form ul li {
    margin-bottom: 14px;
    position: relative
}
.ffw-form-container .ffw-form form ul li input,
.ffw-form-container .ffw-form form ul li select {
    height: 44px;
    line-height: 27px;
    background-color: #fafafa;
    border: #e0e0e0 solid 1px;
    padding: 8px 10px 5px 40px;
    display: block;
    width: 100%;
    font-size: 14px;
    color: #000;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in
}
.ffw-form-container .ffw-form form ul li.ffw-ic-count select,
.ffw-form-container .ffw-form.form-us form ul li.ffw-ic-count select {
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}
.ffw-form-container.ffw-white-field .ffw-form form ul li input,
.ffw-form-container.ffw-white-field .ffw-form form ul li select {
    background: #fff
}
.ffw-form-container.ffw-white-field .ffw-ms,
.ffw-form-container.ffw-white-field .ffw-ms .ffw-display-text {
    background: #fff
}
.ffw-form-container .ffw-field input:focus,
.ffw-form-container .ffw-field input:focus-visible {
    outline: 0;
    border-color: #1965f7;
    -webkit-box-shadow: 0 8px 10px rgba(103, 136, 194, 0.06);
    box-shadow: 0 8px 10px rgba(103, 136, 194, 0.06)
}
.ffw-form-container .ffw-form form ul li select:focus-visible {
    outline: 0
}
.ffw-form-container .ffw-form form ul li input[type=submit],
.ffw-form-container .ffw-form form ul li select[type=submit] {
    cursor: pointer;
    background-color: #ca263b;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    border-width: 0;
    border-radius: 6px;
    padding: 12px;
    width: 200px;
    -o-transition: all .7s ease;
    transition: all .7s ease;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    height: auto;
    margin-bottom: 10px
}
.ffw-form-type-2 .ffw-form form ul li input[type=submit],
.ffw-form-type-2 .ffw-form form ul li select[type=submit] {
    padding: 10px
}
.ffw-field .ffw-submit {
    position: relative
}
.ffw-field .submit-icon {
    background: url(../what-is/images/rhs-form.png) no-repeat -1px -18px;
    background-size: 65px;
    width: 13px;
    height: 2px;
    position: absolute;
    top: 28px;
    left: calc(50% - 70px);
    pointer-events: none
}
select#country_state,
select#ukcountry_region {
    margin-top: 0px !important;
}
@-webkit-keyframes jump {
    from,
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px)
    }
}
@keyframes jump {
    from,
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px)
    }
}
.ffw-field .submit-icon::before {
    content: '';
    background: url(../what-is/images/rhs-form.png) no-repeat -1px -4px;
    background-size: 65px;
    width: 13px;
    height: 13px;
    position: absolute;
    bottom: 4px;
    left: 0;
    -webkit-animation: jump 1s linear both infinite;
    animation: jump 1s linear both infinite
}
.ffw-form-container .ffw-form form ul li input[type=submit]:hover,
.ffw-form-container .ffw-form form ul li select[type=submit]:hover {
    background: #f83333;
    -webkit-box-shadow: 4px 10px 15px rgba(248, 51, 51, 0.4);
    box-shadow: 4px 10px 15px rgba(248, 51, 51, 0.4)
}
.ffw-form-container .ffw-form form ul li input::-webkit-input-placeholder {
    color: #757575
}
.ffw-form-container .ffw-form form ul li input:-ms-input-placeholder {
    color: #757575
}
.ffw-form-container .ffw-form form ul li input::-moz-placeholder {
    color: #757575
}
.ffw-form-container .ffw-form form ul li input::-ms-input-placeholder {
    color: #757575
}
.ffw-form-container .ffw-form form ul li input::placeholder {
    color: #757575
}
.ffw-form-container .ffw-form form ul li input.ffw-datepicker::-webkit-input-placeholder {
    font-size: 13px;
    font-weight: 300;
    color: #8994A7
}
.ffw-form-container .ffw-form form ul li input.ffw-datepicker::-ms-input-placeholder {
    font-size: 13px;
    font-weight: 300;
    color: #8994A7
}
.ffw-form-container .ffw-form form ul li input.ffw-datepicker::-moz-placeholder {
    font-size: 13px;
    font-weight: 300;
    color: #8994A7
}
.ffw-form-container .ffw-form form ul li input.ffw-datepicker:-ms-input-placeholder {
    font-size: 13px;
    font-weight: 300;
    color: #8994A7
}
.ffw-form-container .ffw-form form ul li input.ffw-datepicker::placeholder {
    font-size: 13px;
    font-weight: 300;
    color: #8994A7
}
.ffw-form-container .ffw-form form ul li .ffw-errmsg {
    display: none;
    position: relative;
    color: red;
    font-weight: 400;
    padding: 5px 0 0;
    font-size: 11px;
    line-height: 10px;
    text-align: left;
    margin: 0
}
.ffw-form-container .ffw-form form ul li #meGDPRMessage,
.ffw-form-container .ffw-form form ul li #meGDPRMessage label,
.ffw-form-container .ffw-form form ul li .ffw-privacy {
    font-size: 12px;
    color: #231f20;
    line-height: 18px;
    margin-top: 14px;
    font-weight: 200
}
.ffw-form-container .ffw-form form ul li #meGDPRMessage label>b,
.ffw-form-container .ffw-form form ul li #meGDPRMessage>b,
.ffw-form-container .ffw-form form ul li .ffw-privacy>b {
    font-weight: 300;
    font-size: 10px
}
.ffw-form-container .ffw-form form ul li #meGDPRMessage label>a,
.ffw-form-container .ffw-form form ul li #meGDPRMessage>a,
.ffw-form-container .ffw-form form ul li .ffw-privacy a {
    color: #0195fb
}
.ffw-form-container .ffw-form form ul li .ffw-privacy a:hover {
    text-decoration: underline
}
.ffw-form-container .ffw-form form ul li #meGDPRMessage {
    margin: 10px 0;
    width: 100%
}
.ffw-form-container .ffw-form form ul li:last-child {
    margin-top: 24px;
    margin-bottom: 0
}
.ffw-form-container .ffw-form form ul li:last-child::before {
    display: none
}
.ffw-form-container .ffw-form form ul li.ffw-ic::before {
    content: "";
    background: url(../what-is/images/rhs-form-icons-22.png) no-repeat 0 0;
    background-size: 43px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 14px
}
.ffw-form-container .ffw-form form ul li.ffw-ic-mail::before {
    background-position: -18px -3px;
    width: 17px;
    height: 12px;
    top: 19px
}
.ffw-form-container .ffw-form form ul li.ffw-ic-count::before {
    background-position: -2px -20px;
    width: 13px;
    height: 13px;
    top: 18px
}
.ffw-form-container .ffw-form.form-us form ul li.ffw-ic-count select {
    width: calc(50% - 5px);
    display: inline-block;
    border: none
}
.ffw-form-container .ffw-form.form-us form ul li select.commonselect {
    margin-left: 10px;
    padding-left: 10px
}
.ffw-form-container .ffw-form-fields {
    padding-left: 0;
    margin: 0
}
.ffw-form-container .ffw-form strong {
    font-weight: 500
}
.ffw-form-container .ffw-hide {
    display: none
}
.ffw-form-container .ffw-form form ul li.ffw-ic-count select,
.ffw-form-container .ffw-form.form-us form ul li.ffw-ic-count select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: -o-linear-gradient(45deg, transparent 50%, #5a5a5a 50%), -o-linear-gradient(315deg, #5a5a5a 50%, transparent 50%), -o-linear-gradient(left, #fff0, #fff0);
    background-image: linear-gradient(45deg, transparent 50%, #5a5a5a 50%), linear-gradient(135deg, #5a5a5a 50%, transparent 50%), linear-gradient(to right, #fff0, #fff0);
    background-position: calc(100% - 20px) calc(1em + 7px), calc(100% - 15px) calc(1em + 7px), calc(100% - 2.5em) .5em;
    background-size: 6px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat
}
.ffw-form-container .ffw-form.form-us form ul li.ffw-ic-count select {
    background-image: -o-linear-gradient(45deg, transparent 50%, #5a5a5a 50%), -o-linear-gradient(315deg, #5a5a5a 50%, transparent 50%), -o-linear-gradient(left, #fff0, #fff0);
    background-image: linear-gradient(45deg, transparent 50%, #5a5a5a 50%), linear-gradient(135deg, #5a5a5a 50%, transparent 50%), linear-gradient(to right, #fff0, #fff0);
    background-position: calc(100% - 9.9px) calc(1em + 7px), calc(100% - 5px) calc(1em + 7px), calc(100% - 2.5em) .5em;
    background-size: 6px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat
}
.ffw-form-container .ffw-form p {
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px
}
.ffw-form-container .ffw-form.form-us form ul li.ffw-ic-count {
    border: #e0e0e0 solid 1px;
    background: #fff;
    border-radius: 3px;
    position: relative
}
.ffw-form-container .ffw-form.form-us form ul li.ffw-ic-count:after {
    content: '';
    width: 1px;
    height: 60%;
    background: #e0e0e0;
    position: absolute;
    left: 49.8%;
    right: auto;
    top: 20%
}
.ffw-form-container .ffw-field .palceholder {
    position: absolute;
    top: 10px;
    left: 42px;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in
}
.ffw-form-container .ffw-field .star {
    color: #646464;
    font-size: 12px;
    position: relative
}
.ffw-form-container .ffw-field .palceholder.focused {
    top: -2px;
    padding: 0 5px;
    left: 37px
}
.ffw-form-container .ffw-field .focused label {
    font-size: 10px
}
.ffw-form-container .ffw-field .palceholder .star {
    color: red
}
.ffw-form-container .ffw-form form ul li .demo-check {
    display: inline-block !important;
    width: 14px !important;
    float: left;
    margin-right: 6px;
    width: 12px;
    height: 14px;
    margin-left: 0;
    padding-left: 0;
    appearance: auto;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    margin-top: 5px
}
.ffw-form-container .ffw-form form ul .demo-checkbox:before {
    display: none
}
.ffw-form-container label {
    cursor: pointer
}
.ffw-form-container .demo-checkbox label {
    font-size: 14px;
    padding-left: 5px;
    margin-top: 1px;
    display: inline-block
}
.ffw-form-thanks-msg h3 {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    color: #3662E3;
    margin-top: 0;
    margin-bottom: 10px
}
.ffw-form-thanks-msg p {
    text-align: center;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 0;
    color: #000
}
.ffw-form-container .ffw-form-thanks-msg {
    display: none
}
.ffw-form-container.ffw-form-success .ffw-form {
    display: none
}
.ffw-form-container.ffw-form-success .ffw-form-thanks-msg {
    display: block
}
.ffw-form-container .ffw-checkbox label {
    opacity: 1
}
.ffw-form-container .ffw-ms {
    height: 40px;
    width: 100%;
    padding: 5px 0;
    font-size: 12px;
    outline: none;
    color: #000;
    background: #fafafa;
    border: 1px solid #e0e0e0;
    height: auto;
    position: relative
}
.ffw-form-container .ffw-ms .ffw-display-text {
    cursor: pointer;
    width: 100%;
    background: #fafafa;
    border: 0;
    line-height: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #999;
    outline: 0;
    padding-left: 0;
    padding-right: 20px;
    min-height: 30px;
    position: relative;
    background-size: 8px;
    background-position: 96%;
    text-align: left;
    padding-left: 20px;
    height: 30px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    background-image: -o-linear-gradient(45deg, transparent 50%, #5a5a5a 50%), -o-linear-gradient(315deg, #5a5a5a 50%, transparent 50%), -o-linear-gradient(left, #fff0, #fff0);
    background-image: linear-gradient(45deg, transparent 50%, #5a5a5a 50%), linear-gradient(135deg, #5a5a5a 50%, transparent 50%), linear-gradient(to right, #fff0, #fff0);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) .5em;
    background-size: 6px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat
}
.ffw-form-container .ffw-ms .ffw-display-text.active::after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}
.ffw-form-container .ffw-ms .ffw-display-text.has-options {
    color: #000
}
.ffw-form-container .ffw-ms .ffw-others-errmsg {
    display: none;
    color: red;
    font-size: 12px;
    margin-top: 5px
}
.ffw-form-container .ffw-ms .ffw-dd {
    background: #fff;
    border: 1px solid #b7b7b7;
    border-top: 0;
    -webkit-box-shadow: 0 -10px 20px #e4e4e4b8;
    box-shadow: 0 -10px 20px #e4e4e4b8;
    display: none;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 100%;
    left: -1px;
    right: -1px
}
.ffw-form-container .ffw-ms .ffw-dd .ffw-dd-lists {
    overflow-y: auto;
    max-height: 126px
}
.ffw-form-container .ffw-ms .ffw-dd .ffw-dd-lists .ffw-ms-fld {
    display: block;
    position: relative;
    padding: 10px 15px;
    padding-left: 43px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
    text-align: left
}
.ffw-form-container .ffw-ms .ffw-dd .ffw-dd-lists .ffw-ms-fld input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}
.ffw-form-container .ffw-ms .ffw-dd .ffw-dd-lists .ffw-ms-fld .ffw-ms-checkmark {
    position: absolute;
    top: 9px;
    left: 15px;
    height: 18px;
    width: 18px;
    border-radius: 2px;
    border: 1px solid #b7b7b7;
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all
}
.ffw-form-container .ffw-ms .ffw-dd .ffw-dd-lists .ffw-ms-fld .ffw-ms-checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all
}
.ffw-form-container .ffw-ms .ffw-dd .ffw-dd-lists .ffw-ms-fld input:checked~.ffw-ms-checkmark {
    background-color: #0275ff;
    border-color: #0275ff
}
.ffw-form-container .ffw-ms .ffw-dd .ffw-dd-lists .ffw-ms-fld input:checked~.ffw-ms-checkmark:after {
    display: block
}
.ffw-form-container .ffw-ms .ffw-dd .ffw-dd-lists .ffw-ms-fld:hover {
    background-color: #f3f3f3
}
.ffw-form-container .ffw-ms .ffw-dd .ffw-dd-lists .ffw-ms-fld:hover input~.ffw-ms-checkmark {
    border-color: #0275ff
}
.ffw-form-container .ffw-ms .ffw-dd .ffw-dd-lists .ffw-others-fld {
    padding: 10px 15px;
    display: none
}
.ffw-form-container .ffw-ms .ffw-dd .ffw-ms-done {
    cursor: pointer;
    padding: 8px 20px;
    border-radius: 3px;
    background: #293380;
    color: #fff;
    margin: 10px auto;
    text-align: center;
    width: 50%
}
.ffw-form-container .ffw-additional-data,
.ffw-form-container .ffw-hidden-data {
    display: none
}
.ffw-form-type-1 .ffw-form form ul li input,
.ffw-form-type-1 .ffw-form form ul li select {
    height: 48px;
    line-height: 27px;
    background-color: #fff;
    border: 1px solid #9fb4d5;
    padding: 8px 20px 8px 40px;
    border-radius: 6px;
    display: block;
    width: 100%;
    font-size: 14px;
    color: #1e242e;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in
}
.ffw-form-type-1 .ffw-field .palceholder {
    position: absolute;
    top: 12px;
    left: 42px;
    z-index: 1;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in
}
.ffw-form-type-1 .ffw-field label {
    font-size: 13px;
    font-weight: 300;
    color: #8994A7
}
.ffw-form-type-1 .ffw-field .star {
    color: #646464;
    font-size: 12px;
    position: relative
}
.ffw-form-type-1 .ffw-field .palceholder.focused {
    top: -9px;
    padding: 0 5px;
    left: 8px;
    background: #fff;
    line-height: 1
}
.ffw-form-type-1 .ffw-field .focused label {
    font-size: 11px;
    color: #1965f7
}
div#meGDPRMessage .checkmarkgdpr {
    width: 12px;
    height: 12px;
    top: 2px
}
div#meGDPRMessage .checkmarkgdpr.enableCheckgdpr:before {
    width: 2px;
    height: 5px
}
@media (max-width: 991px) {
    .rhs-form {
        max-width: 400px;
        margin: 60px auto
    }
}
@media (max-width: 600px) {
    .rhs-form-head h2 {
        font-size: 18px;
        line-height: 1.4
    }
}
@media (max-width: 425px) {
    .rhs-form {
        padding: 24px
    }
}
@media (max-width: 1100px) {
    .main-content .lhs-content .award {
        margin-right: 0
    }
}
@media (max-width: 991px) {
    .main-content h1 {
        margin: 60px 0
    }
    .main-content .lr-container,
    .main-content .lr-container .lhs,
    .main-content .lr-container .rhs {
        width: 100%;
        display: block;
        padding-right: 0
    }
}
@media (max-width: 767px) {
    .main-content h1 {
        font-size: 30px;
        margin: 80px 0 60px
    }
    .main-content .lhs-content .cta-banner {
        margin: 50px 0
    }
    .main-content .lhs-content .award {
        margin: 50px 0
    }
}
@media (max-width: 600px) {
    .main-content .lhs-content h2 {
        font-size: 18px;
        line-height: 1.4;
        margin-top: 30px;
        margin-bottom: 12px
    }
    .lhs-content .double-cta a {
        font-size: 16px;
        width: 224px;
        margin-top: 18px
    }
    .lhs-content .lg-cta {
        margin-right: 0
    }
    .main-content .lhs-content .box {
        padding: 24px
    }
    .main-content .lhs-content .box h2 {
        font-size: 18px
    }
    .main-content .lhs-content .award {
        padding: 24px
    }
    .main-content .lhs-content .award span {
        font-size: 16px;
        text-align: center;
        padding-left: 0;
        padding-top: 150px
    }
    .main-content .lhs-content .award span::before {
        right: 0;
        bottom: unset
    }
}