* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Open Sans", sans-serif;
}

html {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

body {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    flex: 1 0 100%;
}

a {
    text-decoration: none;
}

/* INDEX ----------------------------------------------------------------------> */

/* MENU */
nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
    padding: 0 2.5%;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 9;
    background-color: #0055a5;
}

.kz-nav {
    display: flex;
    width: 100%;
}

.kz-nav-left {
    display: flex;
    align-items: center;
}

.kz-nav-box {
    display: flex;
    align-items: center;
    width: 100%;
}

nav a {
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    transition: 0.5s ease-out;
}

.kz-logo {
    display: flex;
    height: 50px;
    width: 170px;
}

nav img {
    width: 100%;
    height: 100%;
}

.kz-cross {
    display: none;
}

.kz-menu-sm {
    display: none;
}

.kz-menu {
    display: flex;
    margin-right: auto;
}

.kz-menu a {
    margin: 0 10px;
    padding: 10px 10px 5px;
}

.kz-menu a:hover {
    color: #00ffa5;
    transition: 0.5s ease-out;
}

.kz-active {
    color: #00ffa5 !important;
    font-weight: 700 !important;
}

.kz-register {
    display: flex;
    align-items: center;
}

.kz-register a {
    display: flex;
    align-items: center;
    padding: 5px 15px;
    margin-right: 10px;
}

.kz-register a:hover {
    color: #00ffa5;
    transition: 0.5s ease-out;
}

.kz-register-register {
    background-color: #00c8ff;
    font-weight: bold;
}

.kz-register-register:hover {
    background-color: #ffffff;
    color: #00c8ff !important;
    transition: 0.5s ease-out;
}

.kz-language {
    display: none;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.kz-language:hover .kz-language-us a {
    color: #00ffa5;
    transition: 0.5s ease-out;
}

.kz-language-us {
    display: flex;
    align-items: center;
}

.kz-language-us > * {
    margin-right: 5px;
}

.kz-language-us-image {
    width: 26px;
    height: 16px;
}

.kz-language-arrow {
    width: 13px;
    height: 16px;
}

.kz-language:hover .kz-language-esp, .kz-language:visited .kz-language-esp {
    display: flex;
}

.kz-language-esp {
    display: none;
    align-items: center;
    position: absolute;
    background: #0055a5;
    padding: 5px 5px 5px 10px;
    top: 30px;
    right: 10px;
}

.kz-language-esp > * {
    margin-right: 5px;
}

.kz-language-esp:hover a {
    color: #00ffa5;
    transition: 0.5s ease-out;
}

.kz-language-esp-image {
    width: 26px;
    height: 16px;
}


/* HEADER-------------------------------- */
.kz-home-header-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 0 0 680px;
    position: relative;
    z-index: 2;
}

.kz-home {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.kz-home-header {
    display: flex;
    justify-content: flex-start;
    width: 100% !important;
    padding: 0 50px;
}

.kz-home-header::before {
    content: "";
    position: absolute;
    left: -50vw;
    right: 0;
    top: 0;
    width: 200vw;
    height: 100%;
    background-color: #0055a5;
    z-index: -1;
}

.kz-home h1 {
    color: #00ffa5;
    font-size: 70px;
    line-height: 80px;
    font-weight: bold;
}

.kz-home h3 {
    color: #fff;
    font-size: 24px;
    margin: 10px 0 70px;
    font-weight: normal;
}

.kz-home button {
    background-color: #ff931e;
    color: #fff;
    font-weight: bold;
    border: none;
    padding: 10px 70px;
    text-transform: uppercase;
    font-size: 26px;
    transition: 0.5s ease-in;
    cursor: pointer;
}

.kz-home button:hover {
    color: #ff931e;
    background-color: #fff;
    transition: 0.5s ease-out;
}

.kz-home button:focus {
    outline: unset;
}

.kz-home-header-image {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 50%;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.kz-home-header-image img {
    width: 100%;
    height: auto;
    margin-bottom: -5px;
    margin-left: -50px;
}

/* Container--------------------------------  */
#container {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
    overflow-x: hidden;
}

#container img {
    width: 100%;
    height: 100%;
}

#container h2 {
    font-size: 48px;
    font-weight: bold;
    color: #0055a5;
}

#container p {
    font-weight: 600;
    font-size: 18px;
}

.responsiveContent {
    position: relative;
}



/* SECTION 1-------------------------------- */
.kz-section-1 {
    display: flex;
    align-items: center;
    padding: 100px 0;
}

.kz-section-1 >:first-child {
    padding-right: 50px;
}

.kz-section-1-image {
    display: flex;
    flex: 0 0 50%;
}

.kz-section-1-content {
    display: flex;
    flex-direction: column;
    flex: 0 0 50%;
    color: #0055a5;
}

.kz-section-1-content >:not(:last-child) {
    margin-bottom: 10px;
}

.kz-section-1 button {
    text-transform: uppercase;
    color: #fff;
    border: none;
    padding: 5px 30px;
    background-color: #00c8ff;
    font-size: 16px;
    font-weight: bold;
    margin-top: 30px;
    transition: 0.5s ease-in;
    cursor: pointer;
}

.kz-section-1 button:hover {
    transition: 0.5s ease-out;
    background-color: #0055a5;
}

.kz-section-1 button:focus {
    outline: unset;
}

/* TOOLS -------------------------------- */
.kz-tools {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 100px 0;
    text-align: center;
    width: 100%;
    color: #0055a5;
    position: relative;
    margin-bottom: 10px !important;
}

.kz-tools::before {
    content: "";
    position: absolute;
    left: -50vw;
    right: 0;
    top: 0;
    width: 200vw;
    height: 100%;
    background-color: #00c8ff;
    z-index: -1;
}

.kz-tools-box {
    display: flex;
    margin-top: 70px;
    flex-wrap: wrap;
}

.kz-tools-article {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 0 0 25%;
    padding: 0 15px;
}

.kz-tools-article-img {
    width: 85px;
    height: 85px;
    margin-bottom: 30px;
}

/* SECTION 3 -------------------------------- */
.kz-section-3 {
    display: flex;
    align-items: center;
    padding: 100px 0;
    width: 100%;
    color: #0055a5;
    margin-bottom: 10px !important;
}

.kz-section-3::before {
    content: "";
    position: absolute;
    left: -50vw;
    right: 0;
    top: 0;
    width: 200vw;
    height: 100%;
    background-color: #f0f0f0;
    z-index: -1;
}

.kz-section-3 >:first-child {
    padding-right: 50px;
}

.kz-section-3-image {
    display: flex;
    flex: 0 0 50%;
}

.kz-section-3-content {
    display: flex;
    flex-direction: column;
    flex: 0 0 50%;
    color: #0055a5;
    margin-bottom: 10px;
}

.kz-section-3-content >:not(:last-child) {
    margin-bottom: 10px;
}

.kz-section-3 button {
    text-transform: uppercase;
    color: #fff;
    border: none;
    padding: 5px 30px;
    background-color: #00c8ff;
    font-size: 16px;
    font-weight: bold;
    margin-top: 30px;
    transition: 0.5s ease-in;
    cursor: pointer;
}

.kz-section-3 button:hover {
    transition: 0.5s ease-out;
    background-color: #0055a5;
}

.kz-section-3 button:focus {
    outline: unset;
}

/* CALL TO ACTION -------------------------------- */
.kz-callAction {
    display: flex;
    justify-content: center;
    padding: 100px 0;
    width: 100%;
}

.kz-callAction::before {
    content: "";
    position: absolute;
    left: -50vw;
    right: 0;
    top: 0;
    width: 200vw;
    height: 100%;
    background-color: #ff931e;
    z-index: -1;
}

.kz-callAction button {
    text-transform: uppercase;
    color: #fff;
    border: none;
    padding: 10px 70px;
    background-color: #0055a5;
    font-size: 30px;
    font-weight: bold;
    transition: 0.5s ease-in;
    cursor: pointer;
}

.kz-callAction button:hover {
    transition: 0.5s ease-out;
    color: #0055a5;
    background-color: #fff;
}

.kz-callAction button:focus {
    outline: unset;
}

/* FOOTER -------------------------------- */
footer {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
    overflow-x: hidden;
}

footer img {
    width: 100%;
    height: 100%;
}

footer p {
    font-weight: 600;
    font-size: 18px;
    color: #ffffff;
}

.kz-chat-box {
    height: 0;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    position: relative;
}

.kz-chat {
    z-index: 8;
    width: 100px;
    position: absolute;
    top: -50px;
    right: 12%;
    cursor: pointer;
}

.kz-chat img {
    width: 100%;
    height: 100%;
}

.kz-footer-box {
    display: flex;
    padding: 50px 0;
    color: #ffffff;
}

.kz-footer-box::before {
    content: "";
    position: absolute;
    left: -50vw;
    top: 0;
    width: 200vw;
    height: 100%;
    background-color: #0055a5;
    z-index: -1;
}

.kz-footer-section {
    display: flex;
    flex-direction: column;
    flex: 0 0 25%;
    padding-right: 20px;
}

.kz-footer-section >:not(:last-child) {
    margin-bottom: 10px;
}

.kz-footer-section a p {
    font-weight: 500;
    font-size: 16px;
    color: #ffffff;
}

.kz-footer-section a {
    transition: 0.5s ease-in;
    cursor: pointer;
}

.kz-footer-section a:hover p {
    transition: 0.5s ease-out;
    color: #00ffa5;
}

.section-downloads a {
    height: 35px;
    width: 105px;
}

.kz-footer-section-title {
    font-weight: bold;
    text-transform: uppercase;
}

/* FOOTER foot -------------------------------- */
.kz-footer-foot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    color: #ffffff;
    font-size: 13px;
}

.kz-footer-foot::before {
    content: "";
    position: absolute;
    left: -50vw;
    right: 0;
    top: 0;
    width: 200vw;
    height: 100%;
    background-color: #001e64;
    z-index: -1;
}

.kz-footer-poweredBy {
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

.kz-footer-poweredBy >:first-child {
    margin-right: 10px;
}

.kz-footer-poweredBy-img {
    height: 35px;
    width: 105px;
}

/* SOLUTIONS ------------------------------------------------------------------------------ */

/* SECTION 2 -------------------------------- */
.kz-page {
    width: 100%;
    min-height: 440px;
    height: 50vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    text-align: center;
}

.kz-page-header-title {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    align-items: center;
    color: #ffd159;
    background-color: #0055a5;
    padding-top: 80px;
}

.kz-page-header-title h1 {
    font-size: 70px;
    line-height: 80px;
    font-weight: bold;
    width: 810px;
    padding: 0 20px;
}

.kz-page-header-content {
    display: flex;
    justify-content: center;
    flex: 0 0 25%;
    width: 100%;
    align-items: center;
    color: #0055a5;
    background-color: #73e1ff;
}

.kz-page-header-content h3 {
    font-size: 24px;
    width: 700px;
    font-weight: bold;
}

.kz-section-2 {
    display: flex;
    align-items: center;
    padding: 100px 0;
    width: 100%;
    color: #0055a5;
    margin-bottom: 10px !important;
}

.kz-section-2 >:first-child {
    padding-right: 50px;
}

.kz-section-2::before {
    content: "";
    position: absolute;
    left: -50vw;
    right: 0;
    top: 0;
    width: 200vw;
    height: 100%;
    background-color: #80e3ff;
    z-index: -1;
}

.kz-section-2-image {
    display: flex;
    flex: 0 0 50%;
}

.kz-section-2-content {
    display: flex;
    flex-direction: column;
    flex: 0 0 50%;
    color: #0055a5;
}

.kz-section-2-content >:not(:last-child) {
    margin-bottom: 10px;
}

.kz-section-2 button {
    text-transform: uppercase;
    color: #fff;
    border: none;
    padding: 5px 30px;
    background-color: #00c8ff;
    font-size: 16px;
    font-weight: bold;
    margin-top: 30px;
    transition: 0.5s ease-in;
    cursor: pointer;
}

.kz-section-2 button:hover {
    transition: 0.5s ease-out;
    background-color: #0055a5;
}

.kz-section-2 button:focus {
    outline: unset;
}


/* PRICING ------------------------------------------------------------------------------ */
.page {
    min-height: 280px;
    height: 45vh;
}

.color-pricing .kz-page-header-title {
    flex: 0 0 100%;
    color: #ffffff;
    background-color: #00ffa5;
}

.kz-pricing-title h1 {
    color: #0055a5;
}

.kz-pricing-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 100px 0 0;
}

.kz-pricing-section-buttons {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 90%;
}

.kz-pricing-section-buttons button {
    width: 100%;
    border: none;
    padding: 15px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    color: #0055a5;
    background-color: #ffffff;
    position: relative;
    height: 57px;
}

.kz-pricing-section-buttons button::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    background-color: #0055a5;
    transition: height 0.2s linear;
}

.kz-pricing-section-buttons button:hover::after {
    height: 5px;
}

.kz-pricing-section-buttons button:hover {
    transition: 0.5s ease-out;
    color: #00c8ff;
}

button.kz-active-pricing {
    background-color: #0055a5;
    color: #fff;
}

.kz-pricing-section-buttons button:focus {
    outline: unset;
}

.kz-pricing-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 50px 0 100px;
    width: 90%;
    color: #0055a5;
    margin-bottom: 10px !important;
    position: relative;
}

.kz-pricing-card::before {
    content: "";
    position: absolute;
    left: -50vw;
    right: 0;
    top: 0;
    width: 200vw;
    height: 100%;
    background-color: #f0f0f0;
    z-index: -1;
}

.kz-pricing-card  >:not(:last-child) {
    margin-bottom: 30px;
}

.kz-pricing-card p {
    font-weight: normal !important;
}

.kz-cards {
    display: flex;
    margin: 30px 0;
}

.kz-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 30px 50px;
    flex: 0 0 50%;
}

.kz-card >:not(:last-child) {
    margin-bottom: 10px;
}

.kz-card-features {
    text-align: left;
}

.kz-card-feature {
    display: flex;
    align-items: center;
}

.kz-card-feature img {
    width: 13px !important;
    margin-right: 10px;
}

.kz-card-features >:not(:last-child) {
    margin-bottom: 10px;
}

.kz-card h3 {
    font-size: 24px;
}

.kz-price-number-box {
    height: 140px;
}

.kz-price-number {
    font-size: 30px !important;
    display: flex;
    align-items: center;
    height: 100px;
}

.kz-price-number span {
    font-weight: bold;
    font-size: 100px !important;
    padding-left: 10px;
}

.kz-price-number sup {
    font-size: 40px !important;
    font-weight: 400 !important;
    align-self: flex-start;
}

.kz-business {
    background-color: #ffffff;
}

.kz-business h3 {
    color: #00c8ff;
}

.kz-enterprise {
    background-color: #ffffff;
}

.kz-enterprise h3:first-of-type {
    color: #ff931e;
}

.kz-card button {
    text-transform: uppercase;
    color: #fff;
    border: none;
    padding: 5px 30px;
    background-color: #00c8ff;
    font-size: 16px;
    font-weight: bold;
    margin: 30px 0 !important;
    transition: 0.5s ease-in;
    cursor: pointer;
}

.kz-card button:hover {
    transition: 0.5s ease-out;
    background-color: #0055a5;
}

.kz-card button:focus {
    outline: unset;
}

.kz-pricing-aux {
    display: flex;
    flex-direction: column;
    text-align: left;
    margin-top: 30px;
}

.kz-pricing-aux p {
    font-size: 14px !important;
    display: flex;
}

.kz-pricing-aux p b {
    text-align: right;
    flex: 0 0 30px;
    padding-right: 10px;
}

/* Premises */
.kz-premises-img {
    height: 120px !important;
    flex-shrink: 0;
    margin: 20px 0 30px !important;
}

.kz-premises-aux {
    width: 300px;
}

.kz-premises-tools-box >* {
    margin-top: 40px;
}

.kz-premises-tools-box a {
    display: block;
    color: #0055a5;
    font-weight: bold;
}

.kz-premises-tools {
    width: 200px !important;
    height: 60px !important;
    flex-shrink: 0;
    flex-grow: 0;
}

.kz-enterprise .kz-premises-tools-box >* {
    margin-top: 10px;
}

.kz-enterprise .kz-premises-tools-box p:first-child {
    margin-top: 40px;
}

.kz-section-1-downloads {
    display: flex;
    height: 60px;
}

.kz-section-1-downloads a {
    display: flex;
    height: 100%;
}

.kz-section-1-downloads a:first-child {
    margin-right: 20px;
}

#container .kz-section-1-downloads img {
    width: auto;
    height: 100%;
}

.kz-pricing-section-2.kz-section-2::before {
    content: "";
    position: absolute;
    left: -50vw;
    right: 0;
    top: 0;
    width: 200vw;
    height: 100%;
    background-color: #80e3ff;
    z-index: -1;
    display: none;
}

.kz-pricing-section-1::before {
    content: "";
    position: absolute;
    left: -50vw;
    right: 0;
    top: 0;
    width: 200vw;
    height: 100%;
    background-color: #80e3ff;
    z-index: -1;
}

/* PRODUCT ------------------------------------------------------------------------------ */
/* HEADER -------------------- */
.page {
    min-height: 280px;
    height: 45vh;
}

.color-product .kz-page-header-title {
    flex: 0 0 100%;
    color: #ffffff;
    background-color: #00c8ff;
}

/* COLLAPSE ------------------ */
.kz-collapse-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 100px 0;
    width: 100%;
    margin-bottom: 10px !important;
}

.collapse-1-before::before {
    content: "";
    position: absolute;
    left: -50vw;
    right: 0;
    top: 0;
    width: 200vw;
    height: 100%;
    background-color: #d0f5ff;
    z-index: -1;
}

.collapse-2-before::before {
    content: "";
    position: absolute;
    left: -50vw;
    right: 0;
    top: 0;
    width: 200vw;
    height: 100%;
    background-color: #f0f0f0;
    z-index: -1;
}

.collapse-3-before::before {
    content: "";
    position: absolute;
    left: -50vw;
    right: 0;
    top: 0;
    width: 200vw;
    height: 100%;
    background-color: #d0f5ff;
    z-index: -1;
}

.kz-collapse-content {
    display: flex;
    justify-content: center;
    width: 100%;
    color: #0055a5;
    align-items: flex-start;
    padding-top: 50px;
}

.kz-collapse-content >:first-child {
    padding-right: 50px;
}

.kz-collapse-image {
    display: flex;
    flex: 0 0 70%;
}

.kz-collapse-box {
    display: flex;
    flex-direction: column;
    flex: 0 0 30%;
    color: #0055a5;
}

.kz-collapse {
    display: flex;
    flex-direction: column;
    width: 100%;
    border-bottom: 1px solid #001e64;
    transition: 0.5s ease-out;
}

.kz-collapse:hover {
    background-color: #ffffff;
    transition: 0.5s ease-out;
}

.kz-collapse-title {
    display: flex;
    align-items: center;
    padding: 10px;
    cursor: pointer;
}

.kz-collapse-title h3 {
    font-size: 24px;
}

.kz-collapse-title img {
    width: 15px !important;
    height: 15px !important;
}

.kz-collapse-description {
    display: none;
    padding: 10px 10px 10px 45px;
}

.kz-open .kz-collapse-title {
    background-color: #00c8ff;
}

.kz-open .kz-collapse-description {
    display: flex;
}

.kz-open .close {
    display: flex;
}

.kz-open .open {
    display: none;
}

.open {
    margin-right: 20px;
}

.kz-open h3 {
    color: #ffffff;
}

.close {
    display: none;
    margin-right: 20px;
}

/* TOOLS ------------------ */
.kz-tools-product {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 100px 0;
    text-align: center;
    width: 100%;
    color: #0055a5;
    position: relative;
    margin-bottom: 10px !important;
}

.kz-tools-product::before {
    content: "";
    position: absolute;
    left: -50vw;
    right: 0;
    top: 0;
    width: 200vw;
    height: 100%;
    background-color: #f0f0f0;
    z-index: -1;
}

.wrap {
    flex: 0 0 33.33%;
    padding: 15px;
}

.wrap h3 {
    margin-bottom: 10px;
    font-size: 24px;
}

.kz-width-text {
    width: 160px;
}

.kz-width-text-two {
    width: 100px;
}

.kz-width-text-three {
    width: 140px;
}

/* HEALTHCARE ------------------------------------------------------------------------------ */
.kz-header-page {
    height: 55vh;
}

.kz-header-page-content {
    display: flex;
    justify-content: center;
    flex: 0 0 50%;
    color: #ffff00;
}

.kz-header-page-content h1 {
    width: 500px;
}

.kz-header-page-image {
    display: flex;
    flex: 0 0 50%;
    align-self: flex-end;
    align-items: flex-end;
}

.kz-header-page-image img {
    height: auto;
    width: 65%;
}

.content-healthcare {
    background-color: #00c8ff;
    color: #ffffff;
    flex: 0 0 30%;
}

.kz-healthcare-section-2 {
    padding: 20px 0 0;
    margin-bottom: 0 !important;
}

.kz-healthcare-section-2 p {
    font-weight: normal !important;
}

.kz-healthcare-section-2.kz-section-2::before {
    content: "";
    position: absolute;
    left: -50vw;
    right: 0;
    top: 0;
    width: 200vw;
    height: 100%;
    background-color: #f0f0f0;
    z-index: -1;
}

.kz-healthcare-tools::before {
    content: "";
    position: absolute;
    left: -50vw;
    right: 0;
    top: 0;
    width: 200vw;
    height: 100%;
    background-color: #a8e0f9;
    z-index: -1;
}


/* EDUCATION ------------------------------------------------------------------------------ */
.page-education {
    min-height: 440px;
    height: 55vh;
}

.page-education .kz-header-page-content {
    color: #ff931e;
}

.page-education img {
    width: 75%;
}

.kz-education-section-2 {
    padding: 50px 0 40px;
}

.kz-education-section-2::before {
    display: none;
}

.kz-education-section-2 p {
    font-weight: normal !important;
}


/* HELP DESK  ------------------------------------------------------------------------------ */
.page-helpdesk {
    min-height: 440px;
    height: 55vh;
}

.page-helpdesk .kz-header-page-content {
    color: #ffd159;
}

.kz-helpdesk-section-2 {
    padding: 20px 0 0;
    margin-bottom: 0 !important;
}

.kz-helpdesk-section-2 p {
    font-weight: normal !important;
}

.kz-helpdesk-section-2.kz-section-2::before {
    content: "";
    position: absolute;
    left: -50vw;
    right: 0;
    top: 0;
    width: 200vw;
    height: 100%;
    background-color: transparent;
    z-index: -1;
}


/* CONTACT  ------------------------------------------------------------------------------ */
.kz-contact {
    background-color: #73e1ff !important;
}

.kz-contact h1 {
    color: #0055a5;
}

.kz-contact-form-container {
    display: flex;
    align-items: center;
    padding: 100px 0;
}

.kz-contact-form-container >:first-child {
    padding-right: 50px;
}

.kz-contact-form-image {
    display: flex;
    flex: 0 0 50%;
}

.kz-contact-form {
    display: flex;
    flex-direction: column;
    flex: 0 0 50%;
    color: #0055a5;
}

.kz-contact-form >:not(:last-child) {
    margin-bottom: 10px;
}

form {
    display: flex;
    flex-direction: column;
}

form >:not(:last-child) {
    margin-bottom: 20px;
}

.kz-contact-form  input {
    color: #0055a5;
    font-weight: 400;
    font-size: 18px;
    border: 1px solid #0055a5;
    width: 100%;
    padding: 10px 15px;
    background-color: transparent;
}

.kz-contact-form  textarea {
    color: #0055a5;
    font-weight: 400;
    font-size: 18px;
    border: 1px solid #0055a5;
    width: 100%;
    padding: 10px 15px;
    background-color: transparent;
}

.kz-contact-form input::placeholder, .kz-contact-form textarea::placeholder {
    color: #0055a5;
}

.kz-contact-form input:focus {
    outline: unset;
    border-color: #ff931e;
}

.kz-contact-form textarea:focus {
    outline: unset;
    border-color: #ff931e;
}

.kz-contact-form button {
    align-self: flex-end;
    text-transform: uppercase;
    color: #fff;
    border: none;
    padding: 5px 30px;
    background-color: #00c8ff;
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
    transition: 0.5s ease-in;
    cursor: pointer;
}

.kz-contact-form button:hover {
    transition: 0.5s ease-out;
    background-color: #0055a5;
}

.kz-contact-form button:focus {
    outline: unset;
}

.kz-contact-form-container::after {
     content: "";
     position: absolute;
     left: -50vw;
     right: 0;
     bottom: 0;
     width: 200vw;
     height: 20px;
     background-color: #ff931e;
     z-index: 1;
 }


/* TERMS OF USE  ------------------------------------------------------------------------------ */
.kz-terms-of-use {
    display: flex;
    flex-direction: column;
    padding: 200px 0 100px;
    color: #0055a5;
}

.kz-terms-of-use h2 {
    margin-bottom: 30px;
}

.kz-terms-of-use-span {
    font-weight: bold;
    font-size: 20px;
}

.kz-terms-of-use p {
    margin-bottom: 20px;
}

.kz-terms-of-use h3 {
    font-size: 24px;
    font-weight: bold;
    margin-top: 30px;
}

.kz-terms-of-use-ul {
    padding-left: 50px;
    margin-bottom: 20px;
}

.kz-terms-of-use-ul li {
    font-weight: 600;
    font-size: 18px;
}

.kz-terms-of-use::after {
    content: "";
    position: absolute;
    left: -50vw;
    right: 0;
    bottom: 0;
    width: 200vw;
    height: 20px;
    background-color: #ff931e;
    z-index: 1;
}


/* THANK YOU  ------------------------------------------------------------------------------ */
.thankyou h3 {
    font-size: 24px;
    font-weight: 500;
    padding: 20px 0;
}