@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");
a,
input,
select,
textarea,
button {
  border: 1px dashed transparent;
}
a:focus,
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
  border: 1px dashed #b0bec5;
}

#zuka-accessibility {
  position: fixed;
  right: 0;
  bottom: 0;
  padding: 0 15px;
  background: #cfd8dc;
  border-radius: 20px 0 0 0;
  z-index: 26081986;
}
#zuka-accessibility .accessibility-menu-btn {
  padding: 10px;
  display: flex;
  align-items: center;
  font-size: 25px;
}
#zuka-accessibility .accessibility-menu-btn i {
  width: 50px;
  height: 50px;
  font-size: 50px;
  margin-left: 10px;
}
#zuka-accessibility menu {
  display: none;
}
#zuka-accessibility menu menuitem p {
  margin: 2px;
  padding-top: 5px;
  font-size: 20px;
  font-weight: 700;
  border-top: 1px solid;
}
#zuka-accessibility menu menuitem figure {
  display: flex;
  margin-bottom: 15px;
}
#zuka-accessibility menu menuitem figure label {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 90px;
  height: 90px;
  margin: 2px;
  color: #37474f;
  background: #eceff1;
  cursor: pointer;
}
#zuka-accessibility menu menuitem figure label:hover, #zuka-accessibility menu menuitem figure label:focus {
  background: white;
}
#zuka-accessibility menu menuitem figure label i {
  font-size: 25px;
  margin-bottom: 5px;
}
#zuka-accessibility menu menuitem figure label input {
  background: transparent;
  white-space: normal;
  line-height: 1;
}
#zuka-accessibility menu menuitem figure label input:hover, #zuka-accessibility menu menuitem figure label input:focus {
  outline: none;
  text-decoration: underline;
  border: 1px dashed #b0bec5;
}

.accessibility-open {
  display: block !important;
}
.accessibility-open menu {
  display: block !important;
}

.font-content #zuka-accessibility menu menuitem figure label[for=font-content] {
  background: #607d8b;
  color: white;
}
.font-content #zuka-accessibility menu menuitem figure label[for=font-content] input {
  color: white;
}
.font-content body {
  font-family: "arial", "sans-serif" !important;
}

.links-content #zuka-accessibility menu menuitem figure label[for=links-content] {
  background: #607d8b;
  color: white;
}
.links-content #zuka-accessibility menu menuitem figure label[for=links-content] input {
  color: white;
}
.links-content a {
  color: red !important;
  text-decoration: underline !important;
}

.light-contrast #zuka-accessibility menu menuitem figure label[for=light-contrast] {
  background: #607d8b;
  color: white;
}
.light-contrast #zuka-accessibility menu menuitem figure label[for=light-contrast] input {
  color: white;
}
.light-contrast body,
.light-contrast h1,
.light-contrast h2,
.light-contrast h3 {
  color: gray !important;
}
.light-contrast img {
  -webkit-filter: grayscale(100%) !important;
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%) !important;
}
.light-contrast a {
  color: black !important;
}

.hard-contrast #zuka-accessibility menu menuitem figure label[for=hard-contrast] {
  background: #607d8b;
  color: white;
}
.hard-contrast #zuka-accessibility menu menuitem figure label[for=hard-contrast] input {
  color: white;
}
.hard-contrast body,
.hard-contrast footer,
.hard-contrast h2 {
  background: black !important;
  color: yellow !important;
}
.hard-contrast h1,
.hard-contrast button {
  color: yellow !important;
}
.hard-contrast img,
.hard-contrast .contact-page {
  -webkit-filter: invert(100%) !important;
  /* Safari 6.0 - 9.0 */
  filter: invert(100%) !important;
}

.large-view #zuka-accessibility menu menuitem figure label[for=large-view] {
  background: #607d8b;
  color: white;
}
.large-view #zuka-accessibility menu menuitem figure label[for=large-view] input {
  color: white;
}
.large-view body {
  zoom: 1.2;
}

.xlarge-view #zuka-accessibility menu menuitem figure label[for=xlarge-view] {
  background: #607d8b;
  color: white;
}
.xlarge-view #zuka-accessibility menu menuitem figure label[for=xlarge-view] input {
  color: white;
}
.xlarge-view body {
  zoom: 1.5;
}
.xlarge-view body #zuka-accessibility {
  zoom: 0.8;
}

/*


 ************************
 *                      *
 *       zukalize       *      **********  **********  **********
 *   Created By #zuka   *      *           *           *
 *                      *      *           **********  **********
 *       Version:       *      *                    *           *
 *         26.8         *      **********  **********  **********
 *                      *
 ************************

 *                                                                                  *
 *  Based on normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css  *
 *                                                                                  *


*/
* {
  transition: all 0.5s ease;
  box-sizing: border-box;
}

html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  line-height: 1.3;
  min-height: 100vh;
  overflow-x: hidden;
}

footer {
  margin-top: auto;
}

a {
  background-color: transparent;
  text-decoration: none;
  cursor: pointer;
  color: inherit;
}
a:active, a:hover {
  outline-width: 0;
}
a:hover, a:focus, a:active, a:visited {
  color: inherit;
}

b,
strong {
  font-weight: bolder;
}

ul, ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}

input,
select,
textarea {
  width: 100%;
  font-size: inherit;
  font-family: inherit;
}

fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

menu {
  padding: 0;
  margin: 0;
}

figure {
  margin: 0;
}

img {
  height: auto;
  max-width: 100%;
}

i {
  text-align: center;
}

sub,
sup {
  font-size: 75%;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

small {
  font-size: 80%;
}

kbd,
pre,
code,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

mark {
  background-color: #ff0;
  color: black;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  box-sizing: content-box;
  overflow: visible;
  height: 0;
}

/*

  Created By
                                                                     ***
                                                                     ***
                 ***       ***       ************    ***      ***    ***      ***    **********     ***
                ***       ***        **      ***     ***      ***    ***     ***    ***      ***     ***
           ********************             ***      ***      ***    ***    ***              ***      ***
              ***       ***                ***       ***      ***    ***   ***               ***       ***
             ***       ***                ***        ***      ***    ***  ***        ***********        ***
            ***       ***                ***         ***      ***    ***   ***      ***      ***       ***
        *******************             ***          ***      ***    ***    ***     ***      ***      ***
          ***       ***                ***     **    ***     ****    ***     ***    ***      ***     ***
         ***       ***                ***********    ******** ***    ***      ***    ********  **   ***


*/
h1, h2, h3, h4, h5 {
  color: #051D7C;
}

h1 {
  font-weight: 700;
  font-size: 50px;
  margin: 0;
  padding: 20px 0;
  line-height: 1;
}
h1 span {
  display: block;
  font-weight: 300;
  font-size: 60%;
}

h2 {
  font-weight: 700;
  font-size: 40px;
  padding: 0;
  margin: 30px 0 0;
  line-height: 1.2;
  text-align: center;
}
h2 span {
  font-weight: 300;
  display: block;
  margin: 10px 0;
  font-size: 50%;
}

h3 {
  font-weight: 600;
  font-size: 25px;
  margin: 0;
  line-height: 1;
}
h3 span {
  font-weight: 400;
  font-size: 60%;
  display: block;
}

h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  margin: 0;
}
h4 span {
  display: block;
  font-weight: 400;
  font-size: 60%;
  margin-top: 5px;
}

h5 {
  font-weight: 500;
  font-size: 17px;
  margin: 15px 0 0;
  line-height: 1;
}

h6 {
  font-weight: 300;
  font-size: 13px;
  margin: 10px 0;
}

b {
  font-weight: 600;
}

strong {
  font-weight: 700;
}

blockquote {
  display: inline-table;
  font-weight: 600;
  margin: 20px 0;
}

body {
  direction: ltr;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #051D7C;
}

footer {
  background: #051D7C;
  color: #fff;
}
footer .wrapper {
  padding: 0 60px;
}

section {
  padding: 50px 0;
  outline: none;
}

figure {
  display: flex;
}

address {
  font-style: normal;
}

a[data-target=link] {
  text-decoration: underline;
  color: #FECC00;
}
a[data-target=link]:hover {
  opacity: 0.3;
}

svg {
  height: 100px;
}

input[type=button],
button {
  cursor: pointer;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  direction: inherit;
  white-space: nowrap;
  padding: 5px;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

::-moz-selection {
  background: rgba(254, 204, 1, 0.4);
}

::selection {
  background: rgba(254, 204, 1, 0.4);
}

.logo-safet svg {
  height: 30px;
}
.logo-safet svg .safe-text {
  fill: #000000;
}
.logo-safet svg .plus-t {
  fill: #FECC00;
}

.site > header {
  position: sticky;
  z-index: 3;
  top: 0;
  background: white;
  color: #000000;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

header .site-header {
  position: relative;
  align-items: center;
  justify-content: space-between;
  height: 60px;
}
header .site-header a[rel=home] {
  margin-right: 25px;
}
header .site-header .menu-toggle {
  display: none;
  font-size: 20px;
  width: 42px;
  height: 42px;
}
header .site-header .menu-toggle .fa-times {
  display: none;
}
header .site-header .main-navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
header .site-header .main-navigation .menu {
  display: flex;
  height: 100%;
}
header .site-header .main-navigation .menu li {
  padding: 0 10px;
}
header .site-header .main-navigation .menu li a:hover {
  color: #FECC00;
}
header .site-header .main-navigation .menu .menu-item {
  padding: 20px 10px;
  position: relative;
}
header .site-header .main-navigation .menu .menu-item .sub-menu {
  display: none;
  position: absolute;
  top: 55px;
  left: 0;
  background: white;
  padding: 8px 10px;
  border-top: 5px solid #FECC00;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
  border-radius: 0 0 15px 15px;
}
header .site-header .main-navigation .menu .menu-item .sub-menu .menu-item {
  padding: 15px 15px;
  border-bottom: 1px solid #E0E0E0;
}
header .site-header .main-navigation .menu .menu-item .sub-menu .menu-item:last-child {
  border: none;
}
header .site-header .main-navigation .menu .menu-item .sub-menu .menu-item a {
  white-space: nowrap;
}
header .site-header .main-navigation .menu .menu-item:hover > a {
  color: #FECC00;
  transition: color 0.1s;
}
header .site-header .main-navigation .menu .menu-item:hover .sub-menu {
  display: block;
}

.box-a-book {
  position: fixed;
  background: rgba(5, 29, 124, 0.9);
  z-index: 26082000;
  width: 100vw;
  top: 0;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 50px;
  overflow: hidden;
  transform: scale(0);
  opacity: 0;
}
.box-a-book .x-btn-close {
  position: absolute;
  top: 30px;
  left: 30px;
  color: white;
}
.box-a-book .logo-safet {
  justify-content: center;
  padding: 0 50px;
}
.box-a-book .logo-safet svg {
  height: 80px;
}
.box-a-book .logo-safet svg .safe-text {
  fill: #fff;
}
.box-a-book h4 {
  color: white;
  margin: 30px 0 50px;
  text-align: center;
}

.box-a-book-open {
  overflow: auto;
  transform: scale(1);
  opacity: 1;
}

footer {
  padding: 40px 0 20px;
}
footer .site-footer {
  justify-content: space-between;
  flex-wrap: wrap;
}
footer .site-footer .logo-safet svg {
  height: 60px;
}
footer .site-footer .logo-safet svg .safe-text {
  fill: white;
}
footer .site-footer .main-navigation {
  padding-bottom: 20px;
}
footer .site-footer .menu {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(6, 3fr);
  grid-gap: 0;
}
footer .site-footer .menu li {
  padding: 5px 40px 10px 2px;
}
footer .site-footer .menu li a:hover {
  border-bottom: 1px solid #FECC00;
}
footer .site-footer .social-area {
  flex-direction: column;
  padding-bottom: 20px;
}
footer .site-footer .social-area .logo-safet {
  padding-bottom: 20px;
}
footer .site-footer .social-area .contact-links {
  margin-top: auto;
  justify-content: space-between;
}
footer .site-footer .social-area .contact-links a {
  background: white;
  color: #051D7C;
  opacity: 0.4;
  height: 35px;
  width: 35px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin: 2px;
}
footer .site-footer .social-area .contact-links a:hover {
  opacity: 1;
}
footer .copyright {
  padding-top: 15px;
  border-top: 1px solid;
  margin-top: 15px;
}

#primary {
  padding-top: 40px;
}

.video-modal-area {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 3;
  padding: 5vw;
  background: rgba(0, 0, 0, 0.75);
}
.video-modal-area .x-btn {
  position: absolute;
  top: 10px;
  left: 10px;
  color: white;
  font-size: 30px;
  line-height: 1;
  height: 40px;
  width: 40px;
}

.svg-yellow {
  fill: #FECC00;
}

.svg-blue {
  fill: #154AFF;
}

.get-started-section .wrapper {
  text-align: center;
  width: 75%;
}
.get-started-section h2 {
  position: relative;
  margin-bottom: 30px;
}
.get-started-section h2 .plus {
  position: absolute;
}
.get-started-section h2 .svg-yellow {
  top: -65px;
  right: -20px;
  height: 170px;
  z-index: -1;
}
.get-started-section h2 .svg-blue {
  top: 70%;
  left: -20px;
  height: 40px;
}
.get-started-section .middle-line .a-btn {
  width: 220px;
  margin: 10px;
}

.zz-circle {
  align-items: center;
}
.zz-circle svg {
  height: 420px;
}
.zz-circle svg .g-box {
  transform: scale(0.9) translate(5%, 5%);
}
.zz-circle svg .g-box .text {
  fill: #fff;
}
.zz-circle svg .g-box g {
  cursor: pointer;
}
.zz-circle svg .g-box .r-a .bg {
  fill: #051D7C;
}
.zz-circle svg .g-box .r-a:hover {
  transform: translate(-2%, 2%);
}
.zz-circle svg .g-box .mfa .bg {
  fill: #154AFF;
}
.zz-circle svg .g-box .mfa:hover {
  transform: translate(2%, 2%);
}
.zz-circle svg .g-box .vpn .bg {
  fill: #FECC00;
}
.zz-circle svg .g-box .vpn:hover {
  transform: translate(2%, -2%);
}
.zz-circle svg .g-box .sdp .bg {
  fill: #000000;
}
.zz-circle svg .g-box .sdp:hover {
  transform: translate(-2%, -2%);
}
.zz-circle svg .g-box .zz .bg {
  fill: #fff;
}
.zz-circle svg .g-box .zz .stroke {
  fill: none;
  stroke: #011f87;
  stroke-miterlimit: 10;
  stroke-dasharray: 4;
}
.zz-circle svg .g-box .zz .text {
  fill: #011f87;
}
.zz-circle svg .g-box .zz:hover {
  transform: scale(0.95) translate(2.5%, 2.5%);
}
.zz-circle svg .g-box .zz:hover .stroke {
  stroke-dasharray: 0;
}
.zz-circle .box-content {
  width: calc(100% - 450px);
}
.zz-circle .box-content figure > div {
  padding: 30px 0 30px 50px;
  border-left: 2px solid;
  margin-left: 50px;
  display: none;
}
.zz-circle .box-content figure > div h3 {
  margin-bottom: 20px;
}
.zz-circle .box-content figure > div .a-btn {
  margin-top: 30px;
}
.zz-circle .box-content figure > div .a-btn p {
  position: relative;
  padding: 0 25px 0 30px;
  margin-left: 15px;
  transition: none;
}
.zz-circle .box-content figure > div .a-btn p:before {
  content: "";
  background: #FECC00;
  clip-path: polygon(0 30%, 30% 30%, 30% 0, 70% 0, 70% 30%, 100% 30%, 100% 70%, 70% 70%, 70% 100%, 30% 100%, 30% 70%, 0 70%);
  position: absolute;
  height: 20px;
  width: 20px;
  left: 0;
}
.zz-circle .box-content .r-a {
  border-color: #051D7C;
}
.zz-circle .box-content .r-a h3 {
  color: #051D7C;
}
.zz-circle .box-content .r-a .a-btn p:before {
  background: #051D7C;
}
.zz-circle .box-content .mfa {
  border-color: #154AFF;
}
.zz-circle .box-content .mfa h3 {
  color: #154AFF;
}
.zz-circle .box-content .mfa .a-btn p:before {
  background: #154AFF;
}
.zz-circle .box-content .vpn {
  border-color: #FECC00;
}
.zz-circle .box-content .vpn h3 {
  color: #FECC00;
}
.zz-circle .box-content .vpn .a-btn p:before {
  background: #FECC00;
}
.zz-circle .box-content .sdp {
  border-color: #000000;
}
.zz-circle .box-content .sdp h3 {
  color: #000000;
}
.zz-circle .box-content .sdp .a-btn p:before {
  background: #000000;
}
.zz-circle .box-content .active-r-a .r-a {
  display: block;
}
.zz-circle .box-content .active-mfa .mfa {
  display: block;
}
.zz-circle .box-content .active-vpn .vpn {
  display: block;
}
.zz-circle .box-content .active-sdp .sdp {
  display: block;
}
.zz-circle .box-content .active-zz .zz {
  display: block;
}

.plus {
  position: relative;
}
.plus:before {
  content: "";
  clip-path: polygon(0 30%, 30% 30%, 30% 0, 70% 0, 70% 30%, 100% 30%, 100% 70%, 70% 70%, 70% 100%, 30% 100%, 30% 70%, 0 70%);
}

.plus-before-text {
  position: relative;
  padding: 10px 10px 10px 35px;
}
.plus-before-text:before {
  content: "";
  background: #051D7C;
  clip-path: polygon(0 30%, 30% 30%, 30% 0, 70% 0, 70% 30%, 100% 30%, 100% 70%, 70% 70%, 70% 100%, 30% 100%, 30% 70%, 0 70%);
  position: absolute;
  height: 20px;
  width: 20px;
  left: 0;
}

.hidden-plus-divider {
  position: relative;
}
.hidden-plus-divider:before {
  content: "";
  clip-path: polygon(65% 30%, 65% 0, 100% 0, 100% 100%, 65% 100%, 65% 70%, 30% 70%, 30% 30%);
  background: #FECC00;
  position: absolute;
  height: 16vw;
  width: 16vw;
  top: -8vw;
  right: 0;
}

.bg-gray:before {
  background: #E0E0E0;
}

.bg-white:before {
  background: white;
}

.p-left:before {
  transform: scale(-1.5) translate(-5%, -30%);
  z-index: -1;
  right: unset;
  left: 0;
}

.wave-white {
  width: 100%;
  align-items: center;
  justify-content: center;
}
.wave-white svg {
  width: 100%;
  height: auto;
  fill: white;
}

article .article-header .post-thumbnail img {
  width: 100%;
}
article .wp-block-image {
  margin: 30px 0;
  align-items: center;
  justify-content: center;
}
article .tags-links {
  display: block;
  font-size: 13px;
  padding-top: 5px;
  border-top: 1px solid #051D7C;
  margin-top: 5px;
}
article h2 {
  font-size: 35px;
  text-align: left;
}
article h3 {
  margin: 25px 0 0;
}
article h4 {
  margin: 15px 0 0;
}
article ul {
  list-style-type: disc;
  margin: 0 0 5px 30px;
  padding: 0 10px;
}
article ol {
  list-style-type: decimal;
  margin: 0 0 5px 30px;
  padding: 0 10px;
}
article p {
  margin: 10px 0;
}
article p a[target=_blank] {
  text-decoration: underline;
  color: #154AFF;
}
article p a[target=_blank]:hover {
  color: #FECC00;
}
article blockquote {
  color: #051D7C;
  background: #f4fbfa;
  border-left: 2px solid #FECC00;
  margin-left: 45px;
  padding: 0 30px;
  position: relative;
}
article blockquote:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-size: 24px;
  color: white;
  background: #FECC00;
  position: absolute;
  top: calc(50% - 25px);
  left: -46px;
  width: 40px;
  height: 50px;
  padding-left: 6px;
  border-radius: 50px 0 0 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
article blockquote p {
  padding: 10px 0;
}
article blockquote cite {
  font-size: small;
  margin-bottom: 20px;
  display: block;
}
article .the-content a {
  text-decoration: underline;
  color: #154AFF;
}
article .the-content a:hover {
  color: #FECC00;
}

.slick-track {
  transition: none;
}

.circle-products > figure {
  align-items: center;
}
.circle-products .the-circle {
  height: 400px;
}
.circle-products .the-circle .white {
  fill: white;
}
.circle-products .the-circle .darkBlue {
  fill: #051D7C;
}
.circle-products .the-circle .lightBlue {
  fill: #154AFF;
}
.circle-products .the-circle .yellow {
  fill: #FECC00;
}
.circle-products .slick-slider {
  width: calc(100% - 400px);
}
.circle-products .slick-dots {
  text-align: center;
}
.circle-products .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 10px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.circle-products .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  padding: 5px;
  margin: auto;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #E0E0E0;
  border-radius: 50px;
}
.circle-products .slick-dots .slick-active button {
  background: #051D7C;
}
.circle-products .box-content .box-div {
  padding: 30px 0 30px 50px;
  border-left: 2px solid;
  margin-left: 50px;
  width: 100%;
}
.circle-products .box-content .box-div > p {
  margin: 15px 0;
}
.circle-products .box-content .box-div .a-secondary {
  transition: none;
}
.circle-products .box-content .zz {
  border-color: #051D7C;
}
.circle-products .box-content .zz h3 {
  color: #051D7C;
}
.circle-products .box-content .zz .a-btn p:before {
  background: #051D7C;
}
.circle-products .box-content .ru {
  border-color: #154AFF;
}
.circle-products .box-content .ru h3 {
  color: #154AFF;
}
.circle-products .box-content .ru .a-btn p:before {
  background: #154AFF;
}
.circle-products .box-content .vu {
  border-color: #FECC00;
}
.circle-products .box-content .vu h3 {
  color: #FECC00;
}
.circle-products .box-content .vu .a-btn p:before {
  background: #FECC00;
}
.circle-products .box-content .iu {
  border-color: #000000;
}
.circle-products .box-content .iu h3 {
  color: #000000;
}
.circle-products .box-content .iu .a-btn p:before {
  background: #000000;
}
.circle-products .active-zz .zz {
  display: block;
}
.circle-products .active-zz .the-circle .zz circle:first-child {
  opacity: 0.5;
}
.circle-products .active-vu .vu {
  display: block;
}
.circle-products .active-vu .the-circle .vu path:first-child {
  opacity: 0.5;
}
.circle-products .active-ru .ru {
  display: block;
}
.circle-products .active-ru .the-circle .ru path:first-child {
  opacity: 0.5;
}
.circle-products .active-iu .iu {
  display: block;
}
.circle-products .active-iu .the-circle .iu path:first-child {
  opacity: 0.5;
}

.wpcf7 .wpcf7-form .fieldset {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
}
.wpcf7 .wpcf7-form .span-2 {
  grid-column-end: span 2;
}
.wpcf7 .wpcf7-form .textarea-field {
  grid-column-end: span 3;
}
.wpcf7 .wpcf7-form .form-field {
  background: white;
  box-shadow: 0 0 5px;
  padding: 10px 15px;
  border-radius: 10px;
}
.wpcf7 .wpcf7-form .form-field label {
  white-space: nowrap;
  margin: 5px 0 0 5px;
  display: inline-block;
  font-weight: 600;
}
.wpcf7 .wpcf7-form .form-field input, .wpcf7 .wpcf7-form .form-field textarea {
  background: transparent;
  color: inherit;
  direction: ltr;
  text-indent: 5px;
}
.wpcf7 .wpcf7-form .textarea-field {
  width: 100%;
}
.wpcf7 .wpcf7-form .textarea-field .wpcf7-form-control-wrap {
  width: 100%;
}
.wpcf7 .wpcf7-form .checkbox-field .wpcf7-list-item {
  margin: 0;
}
.wpcf7 .wpcf7-form .checkbox-field .wpcf7-list-item label {
  display: flex;
  margin: 15px 0;
}
.wpcf7 .wpcf7-form .checkbox-field .wpcf7-list-item label input {
  width: 50px;
}
.wpcf7 .wpcf7-form .submit-field {
  padding: 10px 0;
  direction: rtl;
}
.wpcf7 .wpcf7-form .submit-field .wpcf7-submit {
  color: white;
  background: #154AFF;
  font-weight: 600;
  width: auto;
  padding: 15px 50px;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.wpcf7 .wpcf7-form .submit-field .wpcf7-submit:hover {
  background: #051D7C;
  color: white;
}
.wpcf7 .wpcf7-form .submit-field .ajax-loader {
  position: absolute;
}
.wpcf7 form .wpcf7-response-output {
  margin: 1em 0.5em 1em;
}
.wpcf7 .wpcf7-not-valid-tip {
  font-size: 13px;
  padding: 0 5px;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #FCB316;
  background: #FFECB3;
  color: #FCB316;
  font-weight: 500;
}

#book-demo .wpcf7 .wpcf7-form .checkbox-field .wpcf7-list-item label {
  color: white;
}

.gridLayout {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 70px;
  margin: 70px;
}

.gridIconText li {
  text-align: center;
}
.gridIconText li img {
  width: 50%;
  min-width: 95px;
}

.intro {
  padding: 0;
}
.intro p {
  margin: 30px 0;
}

.intro-plus-image {
  position: relative;
}
.intro-plus-image .plus-fill-image {
  position: absolute;
  right: 0;
  top: 0;
  width: 30%;
}
.intro-plus-image .wrapper > div {
  width: 75%;
}

.yellow-box {
  padding: 0;
}
.yellow-box .the-box {
  background: #FECC00;
  padding: 50px;
}
.yellow-box .the-box h3 {
  margin-block: 0 30px;
}

.bg-fill-section {
  position: relative;
  background: #051D7C;
  margin-bottom: 100px;
  padding: 0;
}
.bg-fill-section .wave-white {
  transform: scale(-1) translateY(10px);
}
.bg-fill-section .plus-fill-image {
  position: absolute;
  top: 0;
  right: 10%;
  width: 30%;
}
.bg-fill-section h2 {
  color: white;
  text-align: left;
  font-size: 55px;
  width: 55%;
  margin: 0 auto 0 0;
  line-height: 1.3;
  position: relative;
  top: -35px;
}
.bg-fill-section .pluses {
  transform: scaleX(-1) translate(40px, 35px);
}
.bg-fill-section .pluses svg {
  height: 320px;
  fill: rgba(255, 255, 255, 0.3);
}
.bg-fill-section .yellow-box {
  width: 45%;
  position: absolute;
  right: 10%;
}

.title {
  color: #154AFF;
  text-align: left;
  margin-top: 60px;
}

.get-newsletter-section .wrapper {
  align-items: center;
  justify-content: center;
}
.get-newsletter-section h2 {
  margin: 20px 0;
}
.get-newsletter-section .wpcf7 .wpcf7-form .fieldset {
  grid-template-columns: repeat(2, 1fr);
}
.get-newsletter-section .wpcf7 .wpcf7-form .submit-field {
  text-align: center;
}
.get-newsletter-section .bg-newsletter {
  width: 300px;
  margin-left: 50px;
}

.nav-links {
  display: flex;
  justify-content: space-between;
}
.nav-links a {
  padding: 10px;
  border: 1px solid;
  display: block;
}
.nav-links a:hover {
  background: #FECC00;
}

.front-page .hero {
  background: url("../images/bg-hero.jpg");
  background-size: cover;
  color: white;
  position: relative;
  padding: 50px 0 60px;
}
.front-page .hero .pluses-colors {
  position: absolute;
  top: 0;
  right: 0;
  width: 25vw;
}
.front-page .hero .hero-content {
  width: 85%;
  margin: 0 auto 0 0;
}
.front-page .hero .hero-content h1 {
  color: white;
  font-size: 60px;
  padding: 20px 20px 20px 0;
}
.front-page .hero .hero-content h1 small {
  display: block;
  margin-top: 15px;
}
.front-page .hero .hero-content h4 {
  color: white;
  font-weight: 400;
}
.front-page .hero .cta-buttons {
  align-items: center;
  margin-top: 20px;
}
.front-page .hero .cta-buttons .a-cta {
  height: 70px;
  width: 275px;
  margin: 5px 0;
}
.front-page .hero .cta-buttons .a-accent {
  margin-right: 20px;
}
.front-page .hero .cta-buttons .btn-video {
  background: rgba(255, 255, 255, 0.3);
  color: white;
}
.front-page .hero .wave-divider {
  position: relative;
  bottom: -80px;
}
.front-page .hero .wave-divider .illu {
  position: absolute;
  top: -55px;
  display: none;
}
.front-page .hero .wave-divider .sitting {
  position: absolute;
  right: 3%;
  bottom: -50px;
  transform: scalex(-1);
  pointer-events: none;
}
.front-page .intro-content {
  background: url("../images/bg-intro.png");
  background-size: cover;
  color: white;
}
.front-page .intro-content .pluses {
  position: absolute;
  top: -80px;
  right: 0;
  pointer-events: none;
}
.front-page .intro-content .pluses svg {
  height: 270px;
  fill: rgba(255, 255, 255, 0.3);
}
.front-page .intro-content:before {
  transform: scale(-1.5) translate(-5%, -5%);
  z-index: 0;
}
.front-page .intro-content h2 {
  color: white;
  margin-bottom: 50px;
}
.front-page .intro-content p {
  columns: 2;
  text-align: justify;
  gap: 50px;
}

.circle-area {
  opacity: 0;
}
.circle-area .zz-circle svg {
  max-height: 420px;
  height: 30vw;
}
.circle-area .zz-circle .box-content {
  flex-grow: 1;
}

.benefits h2 {
  margin-bottom: 50px;
}
.benefits ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 25px;
  text-align: center;
}
.benefits ul li img {
  width: 140px;
  margin-bottom: 20px;
}
.benefits ul li p {
  margin-top: 10px;
  font-size: 15px;
}

.why-zone-zero .wrapper {
  max-width: 1200px;
}
.why-zone-zero h2 {
  margin-bottom: 60px;
}
.why-zone-zero .benefits-list figure {
  align-items: center;
}
.why-zone-zero .benefits-list figure:nth-child(even) {
  flex-direction: row-reverse;
}
.why-zone-zero .benefits-list figure img {
  width: 35%;
}
.why-zone-zero .benefits-list figure div {
  width: 65%;
  padding: 0 40px;
}
.why-zone-zero .benefits-list figure div h3 {
  margin-bottom: 20px;
}
.why-zone-zero .benefits-list figure div p {
  position: relative;
  padding: 10px 30px;
  margin-left: 15px;
}
.why-zone-zero .benefits-list figure div p:before {
  content: "";
  background: #FECC00;
  clip-path: polygon(0 30%, 30% 30%, 30% 0, 70% 0, 70% 30%, 100% 30%, 100% 70%, 70% 70%, 70% 100%, 30% 100%, 30% 70%, 0 70%);
  position: absolute;
  height: 20px;
  width: 20px;
  left: 0;
}

.technology-partners h2 {
  text-align: left;
}
.technology-partners ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  grid-auto-flow: dense;
  padding: 40px 0;
}
.technology-partners ul li img {
  width: 100%;
}

.use-case {
  padding: 60px 0 0;
  background: #051D7C url("../images/bg-usecaes.png");
  background-size: cover;
}
.use-case h2 {
  text-align: left;
  margin-bottom: 40px;
  color: white;
}
.use-case .uc-slider .slick-arrow {
  color: white;
  position: absolute;
  top: calc(50% - 29px);
  right: -40px;
  font-size: 30px;
}
.use-case .uc-slider .slick-arrow:hover {
  color: #FECC00;
}
.use-case .uc-slider .slick-prev {
  left: -40px;
}
.use-case .uc-slider .slick-disabled {
  opacity: 0.3;
  cursor: not-allowed;
  color: white;
}
.use-case .a-primary {
  float: right;
  position: relative;
  top: 0;
  margin-top: 50px;
}
.use-case ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
}
.use-case .case-card {
  background: white;
  box-shadow: 0 0 10px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 0 5px;
}
.use-case .case-card > a:hover {
  text-decoration: underline;
}
.use-case .case-card h3 {
  margin: 15px 0;
}
.use-case .case-card p {
  font-size: 16px;
  padding-bottom: 20px;
}
.use-case .case-card .a-btn {
  width: 170px;
  text-align: center;
  margin: auto auto 0;
}
.use-case .pdf-link h3 {
  text-align: center;
  margin-bottom: 30px;
}

.our-clients {
  padding: 0;
  position: relative;
  top: -70px;
}
.our-clients h2 {
  text-align: left;
}
.our-clients ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 20px 0;
}

.awards-section .wrapper {
  position: relative;
}
.awards-section .wrapper h2 {
  text-align: left;
  position: absolute;
}
.awards-section ul {
  display: grid;
  grid-template-columns: 57% 43%;
  grid-gap: 5px;
  line-height: 0;
  margin: auto;
}
.awards-section ul li:nth-child(1) {
  margin-top: auto;
}
.awards-section ul li:nth-child(2) {
  width: 75%;
}
.awards-section ul li:nth-child(3) {
  margin-left: auto;
  transform: translateX(-60px);
}
.awards-section ul li:nth-child(4) {
  transform: translateX(-60px);
}

.blog .articles-list .post .post-thumbnail,
.archive .articles-list .post .post-thumbnail {
  line-height: 0;
  display: block;
  position: relative;
  cursor: pointer;
}
.blog .articles-list .post .post-thumbnail:hover,
.archive .articles-list .post .post-thumbnail:hover {
  background: #FECC00;
}
.blog .articles-list .post .post-thumbnail:hover img,
.archive .articles-list .post .post-thumbnail:hover img {
  opacity: 0.4;
}
.blog .articles-list .post .post-content,
.archive .articles-list .post .post-content {
  width: 85%;
}
.blog .articles-list .post .post-content h3,
.archive .articles-list .post .post-content h3 {
  margin: 10px 0;
  color: #051D7C;
  line-height: 1.2;
}
.blog .articles-list .post .post-content a:hover,
.archive .articles-list .post .post-content a:hover {
  text-decoration: underline;
}
.blog .articles-list .post .post-content .post-footer,
.archive .articles-list .post .post-content .post-footer {
  padding-top: 15px;
  border-top: 1px solid #E0E0E0;
  margin-top: 15px;
}
.blog .articles-list .post .post-content .post-footer .posted-on .updated,
.archive .articles-list .post .post-content .post-footer .posted-on .updated {
  display: none;
}
.blog .articles-list .post .post-content .post-footer .a-btn,
.archive .articles-list .post .post-content .post-footer .a-btn {
  white-space: nowrap;
}

.blog .hero-blog .wrapper > article {
  width: calc(100% - 400px);
}
.blog .hero-blog .sticky .post-content {
  width: 100%;
}
.blog .hero-blog aside {
  width: 350px;
  padding-left: 50px;
  border-left: 1px solid #E0E0E0;
  margin-left: 50px;
}
.blog .hero-blog aside article {
  padding-bottom: 10px;
  border-bottom: 1px solid #E0E0E0;
  margin-bottom: 20px;
}
.blog .hero-blog aside article:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}
.blog .hero-blog aside article .post-thumbnail {
  width: 70%;
  margin-bottom: 15px;
}
.blog .hero-blog aside article h3 {
  font-size: 17px;
  margin: 10px 0 0;
}
.blog .blog-awards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 450px;
}
.blog .blog-awards article {
  padding: 0;
  margin: 0;
  border: none;
}
.blog .blog-awards article a {
  display: block;
}
.blog .blog-awards article a small {
  display: block;
}
.blog .two-side-image .sticky {
  display: none;
}
.blog .two-side-image article {
  display: flex;
  align-items: center;
  gap: 35px;
  padding: 50px 0;
  border-top: 2px solid #FECC00;
  position: relative;
}
.blog .two-side-image article:before {
  content: "";
  background: #FECC00;
  clip-path: polygon(0 30%, 30% 30%, 30% 0, 70% 0, 70% 30%, 100% 30%, 100% 70%, 70% 70%, 70% 100%, 30% 100%, 30% 70%, 0 70%);
  position: absolute;
  height: 26px;
  width: 26px;
  left: calc(50% - 10px);
  top: -14px;
}
.blog .two-side-image article:nth-child(even) {
  flex-direction: row-reverse;
}
.blog .two-side-image article .post-thumbnail {
  width: 50%;
}

.single-case section:not(.wrapper),
.single-post section:not(.wrapper) {
  padding: 0;
}
.single-case .the-article,
.single-post .the-article {
  max-width: 1000px;
}
.single-case .the-article .the-content,
.single-post .the-article .the-content {
  line-height: 1.5;
}
.single-case .case .article-header,
.single-case .post .article-header,
.single-post .case .article-header,
.single-post .post .article-header {
  margin-bottom: 20px;
}
.single-case .case .article-header .title-inside,
.single-case .post .article-header .title-inside,
.single-post .case .article-header .title-inside,
.single-post .post .article-header .title-inside {
  position: relative;
}
.single-case .case .article-header h1,
.single-case .post .article-header h1,
.single-post .case .article-header h1,
.single-post .post .article-header h1 {
  font-size: 30px;
  line-height: 1.3;
  background: linear-gradient(0deg, white, transparent);
  position: absolute;
  width: 100%;
  bottom: 0;
  margin: 0;
  padding: 40% 20px 10px;
  border-bottom: 1px solid;
}
.single-case .case .article-header p,
.single-case .post .article-header p,
.single-post .case .article-header p,
.single-post .post .article-header p {
  font-weight: 500;
}
.single-case .case .article-header .post-thumbnail,
.single-case .post .article-header .post-thumbnail,
.single-post .case .article-header .post-thumbnail,
.single-post .post .article-header .post-thumbnail {
  line-height: 0;
}
.single-case .case .article-header .post-footer,
.single-case .post .article-header .post-footer,
.single-post .case .article-header .post-footer,
.single-post .post .article-header .post-footer {
  margin-top: 20px;
}
.single-case .case .article-header .posted-on .updated,
.single-case .post .article-header .posted-on .updated,
.single-post .case .article-header .posted-on .updated,
.single-post .post .article-header .posted-on .updated {
  display: none;
}
.single-case .post-navigation-area .a-btn,
.single-post .post-navigation-area .a-btn {
  width: fit-content;
  margin: 30px 0;
}
.single-case .post-navigation-area .nav-links,
.single-post .post-navigation-area .nav-links {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding: 100px 0 50px;
  color: #051D7C;
}
.single-case .post-navigation-area .nav-links > div,
.single-post .post-navigation-area .nav-links > div {
  width: 35%;
  border: 1px solid;
  padding: 10px 30px;
  position: relative;
}
.single-case .post-navigation-area .nav-links > div .nav-subtitle,
.single-post .post-navigation-area .nav-links > div .nav-subtitle {
  position: absolute;
  top: calc(50% - 15px);
  left: -15px;
  background: #051D7C;
  color: white;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-case .post-navigation-area .nav-links > div a:hover,
.single-post .post-navigation-area .nav-links > div a:hover {
  text-decoration: underline;
}
.single-case .post-navigation-area .nav-links .nav-next,
.single-post .post-navigation-area .nav-links .nav-next {
  margin-left: auto;
}
.single-case .post-navigation-area .nav-links .nav-next .nav-subtitle,
.single-post .post-navigation-area .nav-links .nav-next .nav-subtitle {
  left: unset;
  right: -15px;
}

.about-page .intro {
  padding: 0;
  position: relative;
  z-index: 1;
}
.about-page .intro p {
  margin: 30px auto 0 0;
  max-width: 50%;
}
.about-page .about-safet {
  background: url("../images/bg-about.png") no-repeat right;
  background-size: cover;
  color: white;
  padding: 0;
  position: relative;
}
.about-page .about-safet .pluses-colors {
  position: absolute;
  width: 30%;
  top: -15%;
  right: 1%;
}
.about-page .about-safet .wave-white {
  transform: scaleY(-1) translateY(35%);
}
.about-page .about-safet .wrapper {
  padding-bottom: 200px;
}
.about-page .about-safet p {
  margin: 30px auto 0 0;
  max-width: 50%;
}
.about-page .yellow-box .the-box {
  width: 40%;
  position: relative;
  top: -100px;
  left: 20%;
}
.about-page .main-link-section {
  padding: 20px 0;
  background: #051D7C;
}
.about-page .main-link-section ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about-page .main-link-section ul li {
  margin: 0 10px;
}
.about-page .main-link-section ul li a {
  display: block;
  line-height: 0;
  border: 1px solid transparent;
}
.about-page .main-link-section ul li a img {
  background: white;
  width: 500px;
}
.about-page .main-link-section ul li a:hover {
  border: 1px solid white;
}
.about-page .main-link-section ul li a:hover img {
  opacity: 0.2;
}

.zonezero-page .intro .zz-circle {
  margin-left: 50px;
}
.zonezero-page .intro .zz-circle svg {
  height: 350px;
}
.zonezero-page .video-embed {
  width: 50%;
  aspect-ratio: 16/9;
  margin-bottom: 40px;
}
.zonezero-page .yellow-box .plus-before-text a:hover {
  text-decoration: underline;
}

.contact-us-page .branches {
  margin-left: 120px;
}
.contact-us-page .branches .pluses-colors {
  max-width: 280px;
}
.contact-us-page .branches h2 {
  padding: 0;
  text-align: left;
  margin-top: 55px;
}
.contact-us-page .branches .plus-before-text:before {
  background: #FECC00;
  height: 80px;
  width: 80px;
  left: -60px;
  top: -40px;
  z-index: -1;
}
.contact-us-page .world-location {
  padding: 100px;
}
.contact-us-page .world-location .dots-area {
  position: relative;
  align-items: center;
  justify-content: center;
}
.contact-us-page .world-location .dots-area .dot-tooltip {
  position: absolute;
  width: 320px;
  background: #FECC00;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  border-radius: 10px;
  border: 2px solid white;
  box-shadow: 0 0 5px;
  top: calc(100% + 20px);
  left: -140px;
  display: none;
  opacity: 0;
}
.contact-us-page .world-location .dots-area .dot-tooltip:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: calc(50% - 30px);
  bottom: 97%;
  border: 20px solid transparent;
  border-bottom-color: #FECC00;
}
.contact-us-page .world-location .dots-area .dot-tooltip > span {
  text-align: left;
  font-style: normal;
}
.contact-us-page .world-location .dots-area .dot-tooltip > span strong {
  display: block;
}
.contact-us-page .world-location .dots-area .dot-tooltip > figure {
  font-size: 20px;
  gap: 5px;
}
.contact-us-page .world-location .dots-area > i {
  position: absolute;
  width: 20px;
  height: 20px;
  background: #FECC00;
  border-radius: 50px;
}
.contact-us-page .world-location .dots-area > i:hover {
  border: 1px solid #051D7C;
}
.contact-us-page .world-location .dots-area > i:hover .dot-tooltip {
  display: flex;
  opacity: 1;
}

.career-page .intro {
  position: relative;
}
.career-page .intro .plus-fill-image {
  position: absolute;
  right: 0;
  top: 0;
  width: 35%;
}
.career-page .intro .wrapper > div {
  width: 60%;
}
.career-page .position-list {
  position: relative;
  min-height: 600px;
}
.career-page .position-list .wrapper {
  padding: 0 45% 0 100px;
}
.career-page .position-list h2 {
  text-align: left;
}
.career-page .position-list ul li {
  margin: 50px 0;
  padding: 50px 0 0;
  border-top: 2px solid #FECC00;
  position: relative;
}
.career-page .position-list ul li:before {
  content: "";
  background: #FECC00;
  clip-path: polygon(0 30%, 30% 30%, 30% 0, 70% 0, 70% 30%, 100% 30%, 100% 70%, 70% 70%, 70% 100%, 30% 100%, 30% 70%, 0 70%);
  position: absolute;
  height: 26px;
  width: 26px;
  left: calc(50% - 10px);
  top: -14px;
}
.career-page .position-list ul li p {
  margin: 10px 0 25px;
}
.career-page .position-list .if-dont-find {
  background: white;
  box-shadow: 0 0 20px rgba(5, 30, 124, 0.6);
  padding: 40px 40px 270px;
  border-radius: 20px 0 0 20px;
  position: absolute;
  width: 40%;
  right: 0;
  bottom: 0;
}
.career-page .position-list .if-dont-find h2 {
  text-align: left;
  font-size: 30px;
  line-height: 1.2;
  margin: 25px 0;
}
.career-page .position-list .if-dont-find .image-btn {
  position: absolute;
  bottom: -85px;
  left: -15px;
  width: 390px;
}
.career-page .position-list .if-dont-find .image-btn .a-btn {
  position: absolute;
  top: 0;
  right: 0;
}
.career-page .what-we-say {
  padding: 0 100px;
  margin-top: 150px;
  background: #051D7C;
  border-bottom: 10px solid;
  color: white;
  position: relative;
}
.career-page .what-we-say:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 20%;
  background: #FECC00;
  border-right: 10px solid;
  left: 0;
  top: 0;
}
.career-page .what-we-say .slider-box {
  position: relative;
  bottom: 40px;
  width: 50%;
}
.career-page .what-we-say .content {
  width: 50%;
  padding: 0 0 40px 40px;
  min-height: 340px;
}
.career-page .what-we-say .content h2 {
  color: white;
  text-align: left;
  margin: 50px 0 10px;
}
.career-page .what-we-say .content p {
  font-size: 20px;
  margin-bottom: 15px;
}
.career-page .what-we-say .content ul li {
  display: none;
}
.career-page .what-we-say .content ul li:first-child {
  display: block;
}
.career-page .what-we-say #slider {
  position: relative;
}
.career-page .what-we-say #slider button {
  position: absolute;
  top: calc(50% - 20px);
  width: 40px;
  left: 0;
  border-radius: 50px;
  background: transparent;
}
.career-page .what-we-say #slider button:hover {
  background: rgba(255, 255, 255, 0.5);
}
.career-page .what-we-say #slider button i {
  color: white;
}
.career-page .what-we-say #slider .control_next {
  left: unset;
  right: 0;
}
.career-page .what-we-say #slider ul {
  padding: 0 50px;
}
.career-page .what-we-say #slider ul li {
  all: revert;
  display: none;
  min-height: 120px;
  flex-direction: column;
  padding: 5px;
  background: white;
  box-shadow: 0 0 8px #051e7c;
}
.career-page .what-we-say #slider ul li:first-child {
  display: flex;
}
.career-page .what-we-say #slider .circles {
  justify-content: center;
  align-items: center;
  transform: translateY(20px);
}
.career-page .what-we-say #slider .circles i {
  width: 15px;
  height: 15px;
  margin: 10px;
  background: white;
  border-radius: 50px;
}

.position-page .hidden-plus-divider .wrapper {
  padding: 0 30% 0 100px;
}
.position-page .apply-position {
  padding: 50px 0 30px;
  background: #FECC00;
  position: relative;
  border-bottom: 10px solid white;
}
.position-page .apply-position img {
  position: absolute;
  bottom: 100%;
  right: 0;
  z-index: 0;
  width: 28%;
}
.position-page .apply-position .wrapper {
  position: relative;
  z-index: 1;
}
.position-page .apply-position h2 {
  white-space: nowrap;
  text-align: left;
  padding: 15px 50px 0 0;
}
.position-page .apply-position .pluses {
  transform: scaleX(-1);
  position: absolute;
  bottom: 0;
}
.position-page .apply-position .pluses svg {
  height: 300px;
  fill: rgba(255, 255, 255, 0.3);
}

.management-page .team-list {
  padding: 0;
}
.management-page .team-list .gridLayout {
  padding: 50px 100px;
  grid-gap: 20px;
}
.management-page .team-list .gridLayout li {
  box-shadow: 0 0 10px #9E9E9E;
  padding: 20px;
}
.management-page .team-list .gridLayout li img {
  width: 100%;
  filter: grayscale(1);
}
.management-page .team-list .gridLayout li img:hover {
  filter: none;
}
.management-page .team-list .gridLayout li p {
  min-height: 40px;
}
.management-page .team-list .gridLayout li strong {
  margin-top: 10px;
  display: block;
  font-size: 20px;
}
.management-page .team-list .gridLayout li > div > figure {
  color: #FECC00;
  font-size: 25px;
  margin-top: 20px;
}
.management-page .team-list .gridLayout li > div > figure a {
  margin-right: 10px;
}
.management-page .team-list .hidden-plus-divider {
  padding: 50px 0;
}

.partners-page .wpcf7 .form-field:nth-child(4),
.partners-page .wpcf7 .span-2,
.partners-page .wpcf7 .textarea-field {
  display: none;
}
.partners-page .content {
  padding: 50px 0;
}
.partners-page .content .wrapper {
  padding: 0 20% 0 100px;
}
.partners-page .join-us {
  position: relative;
}
.partners-page .join-us figure {
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.partners-page .join-us .title {
  font-size: 35px;
  text-align: center;
  margin-bottom: 40px;
}
.partners-page .join-us .get-started-section {
  margin-top: 50px;
}
.partners-page .join-us .get-started-section .middle-line {
  display: none;
}

.use-case-index .use-case {
  position: relative;
  margin-top: 80px;
}
.use-case-index .use-case ul {
  margin-bottom: 60px;
}
.use-case-index .use-case ul .case-card {
  margin: 0;
}
.use-case-index .use-case > .wrapper {
  position: relative;
}
.use-case-index .use-case .box-filters {
  background: linear-gradient(0deg, rgba(5, 29, 124, 0) 0%, #051d7c 10%);
  position: absolute;
  top: 0;
  z-index: 0;
  width: 100%;
  padding-bottom: 800px;
}
.use-case-index .use-case .box-filters .case-filter {
  gap: 5px;
  font-size: 20px;
  position: relative;
  top: -47px;
}
.use-case-index .use-case .box-filters .case-filter:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background: #051D7C;
  z-index: 1;
}
.use-case-index .use-case .box-filters .case-filter button {
  background: #154AFF;
  padding: 10px 20px 25px;
  border-radius: 10px 10px 0 0;
}
.use-case-index .use-case .box-filters .case-filter button:hover {
  color: white;
}
.use-case-index .use-case .box-filters .case-filter .active-category {
  background: #051D7C;
  color: white;
  transform: translateY(-10px);
}
.use-case-index .clear-all li {
  display: none;
}
.use-case-index .category-SDP li {
  display: none;
}
.use-case-index .category-SDP .category-SDP {
  display: block;
}
.use-case-index .category-VPN li {
  display: none;
}
.use-case-index .category-VPN .category-VPN {
  display: block;
}
.use-case-index .category-MFA li {
  display: none;
}
.use-case-index .category-MFA .category-MFA {
  display: block;
}
.use-case-index .category-SDA li {
  display: none;
}
.use-case-index .category-SDA .category-SDA {
  display: block;
}

.zz-product-page .intro .wrapper > figure {
  align-items: center;
  gap: 50px;
}
.zz-product-page .intro .wrapper > figure .product-image {
  width: 30%;
}
.zz-product-page .about-product {
  background: #051D7C;
  color: white;
  padding: 50px 0;
  margin: 100px 0;
  position: relative;
}
.zz-product-page .about-product:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20%;
  height: 100%;
  background: #FECC00;
  border-right: 10px solid white;
}
.zz-product-page .about-product > .wrapper {
  position: relative;
}
.zz-product-page .about-product .content {
  align-items: center;
  justify-content: center;
}
.zz-product-page .about-product .wtv-box {
  background: white;
  box-shadow: 0 0 10px black;
  margin: 0 100px 0 0;
}
.zz-product-page .about-product .wtv-box .image-btn {
  padding: 30px;
}
.zz-product-page .about-product h2 {
  color: white;
  text-align: left;
  margin: 0 0 20px;
}
.zz-product-page .feature-intro {
  text-align: center;
  margin-top: 20px;
}
.zz-product-page .architecture {
  background: #f7f7f7;
  z-index: 0;
}
.zz-product-page .architecture:before {
  transform: scale(-1.5) translate(-6%, 0%);
}
.zz-product-page .architecture .architecture-image {
  width: 75%;
  margin: 50px auto;
  display: block;
  mix-blend-mode: multiply;
}

.news-events-page .title-line {
  position: relative;
}
.news-events-page .title-line:before {
  border-top: 2px solid #FECC00;
  content: "";
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.news-events-page .title-line:after {
  content: "";
  background: #FECC00;
  clip-path: polygon(0 30%, 30% 30%, 30% 0, 70% 0, 70% 30%, 100% 30%, 100% 70%, 70% 70%, 70% 100%, 30% 100%, 30% 70%, 0 70%);
  position: absolute;
  height: 26px;
  width: 26px;
  left: calc(50% - 10px);
  top: 12px;
}
.news-events-page .title-line h2 {
  margin: 0;
  text-align: left;
  width: fit-content;
  background: white;
  padding-right: 20px;
  position: relative;
}
.news-events-page .articles-list article {
  display: flex;
  align-items: center;
  padding: 60px 0 0;
}
.news-events-page .articles-list article h3 {
  margin: 0;
  line-height: 1.3;
}
.news-events-page .articles-list article .post-thumbnail {
  width: 250px;
  margin-right: 40px;
}
.news-events-page .articles-list article .post-footer {
  align-items: center;
  justify-content: space-between;
  padding-top: 15px;
  border-top: 1px solid #E0E0E0;
  margin-top: 25px;
}
.news-events-page .articles-list article .post-footer .entry-date {
  display: none;
}
.news-events-page .awards .grid-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-flow: dense;
  grid-gap: 5px;
  margin: 150px 0 0;
}
.news-events-page .awards .grid-list li a {
  display: block;
  overflow: hidden;
  position: relative;
  height: 100%;
  width: 100%;
}
.news-events-page .awards .grid-list li a img {
  transform: scale(1.2);
}
.news-events-page .awards .grid-list .span-1-2 {
  grid-column-end: span 1;
  grid-row-end: span 2;
}
.news-events-page .awards .grid-list .span-2-1 {
  grid-column-end: span 2;
}
.news-events-page .awards .grid-list .span-2-2 {
  grid-column-end: span 2;
  grid-row-end: span 2;
}

.resources-page section ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-flow: dense;
}
.resources-page section ul li {
  border: 1px solid #E0E0E0;
  text-align: center;
  position: relative;
}
.resources-page section ul li:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #FECC00;
  position: absolute;
  right: 0;
  bottom: -9px;
  font-size: 50px;
  opacity: 0.3;
}
.resources-page section ul li:first-child {
  grid-column-end: span 3;
  border-radius: 20px 20px 0 0;
}
.resources-page section ul li:first-child:before {
  display: none;
}
.resources-page section ul li:first-child img {
  width: 150px;
  background: white;
  position: relative;
  top: -70px;
}
.resources-page section ul li:first-child h2 {
  margin: 0;
  transform: translateY(-40px);
}
.resources-page section ul li a {
  display: block;
  padding: 20px;
}
.resources-page #testimonials ul li:before,
.resources-page #brochures ul li:before {
  content: "";
}

.error-404 {
  text-align: center;
}
.error-404 h1 {
  font-size: 100px;
}
.error-404 h1 i {
  font-size: 80px;
  transform: translateY(-10px);
}

.bg-fill-section .yellow-box {
  bottom: -15%;
}

.test-circle {
  flex-direction: column;
}
.test-circle img {
  max-width: 400px;
}
.test-circle .box-content {
  width: 100%;
}
.test-circle .box-content > figure {
  flex-direction: column;
}
.test-circle .box-content > figure > div {
  display: block;
}

.wrapper {
  max-width: 1400px;
  padding: 0 100px;
  margin: auto;
}

.screen-reader-text {
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  word-wrap: normal !important;
}

.flex-center-align {
  display: flex;
  align-items: center;
  justify-content: center;
}

.site .a-btn {
  display: inline-block;
  font-weight: 600;
  padding: 10px 30px;
  border-radius: 10px;
  text-align: center;
  background: #154AFF;
  color: white;
}
.site .a-btn:hover {
  background: #051D7C;
  color: white;
}
.site .a-btn i {
  margin-right: 10px;
}
.site .a-cta {
  color: #051D7C;
  background: #FECC00;
  font-weight: 700;
  font-size: 25px;
  border-radius: 10px;
  padding: 15px 50px;
  margin: 20px 0;
  text-align: center;
  display: inline-block;
}
.site .a-cta:hover {
  background: #051D7C;
  color: white;
}
.site .a-secondary {
  background: white;
  color: #051D7C;
  border: 2px solid;
}
.site .a-secondary:hover {
  background: #154AFF;
  color: white;
}
.site .a-light {
  color: #154AFF;
}
.site .a-primary {
  color: #051D7C;
  background: #FECC00;
  border: 2px solid #FECC00;
}
.site .a-primary:hover {
  background: #dcb209;
  color: #051D7C;
  border: 2px solid #FECC00;
  text-shadow: 2px 2px 2px #a0830b;
}
.site .a-accent {
  color: white;
  background: #F5483D;
  border: 2px solid #F5483D;
}
.site .a-accent:hover {
  background: #c3372e;
  color: white;
  border: 2px solid #F5483D;
  text-shadow: 2px 2px 2px #861212;
}
.site .btn-clean {
  color: white;
  font-size: 25px;
  background: rgba(255, 255, 255, 0);
  border-radius: 10px;
  padding: 12px 15px;
}
.site .btn-clean:hover {
  background: rgba(255, 255, 255, 0.25);
}
.site .image-btn {
  position: relative;
  width: 270px;
  align-items: center;
  justify-content: center;
}
.site .image-btn b {
  position: absolute;
  top: 15%;
  right: 6%;
  color: white;
  font-size: 100%;
}

.middle-line {
  position: relative;
  justify-content: center;
  align-items: center;
}
.middle-line:before {
  border-top: 2px dashed #051D7C;
  content: "";
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

@media screen and (min-width: 1400px) {
  .front-page .hero .wave-divider .sitting {
    right: 8%;
    bottom: -10px;
  }
}
@media screen and (max-width: 1023px) {
  .only-desktop {
    display: none;
  }

  .box-a-book .box {
    height: 100%;
    width: 100%;
  }
  .box-a-book .box .form-box {
    padding-bottom: 100px;
  }

  .wrapper {
    padding: 0 25px;
  }

  .wpcf7 .wpcf7-form .fieldset {
    grid-template-columns: repeat(2, 1fr);
  }
  .wpcf7 .wpcf7-form .form-field {
    grid-column-end: span 2;
  }

  .circle-area .zz-circle {
    min-height: 50vw;
  }

  .single-case .case .article-header h1,
.single-case .post .article-header h1,
.single-post .case .article-header h1,
.single-post .post .article-header h1 {
    padding: 15px 0;
    position: static;
    background: transparent;
  }

  .awards-section .wrapper h2 {
    top: -200px;
  }

  .zonezero-page .intro .wrapper > figure {
    flex-direction: column;
  }
  .zonezero-page .intro .zz-circle {
    margin: 50px auto;
  }

  .zz-product-page .architecture .architecture-image {
    width: 96%;
  }

  .bg-fill-section {
    margin: 0;
  }
  .bg-fill-section h2 {
    padding: 100px 20px 0;
    width: 100%;
    top: 0;
  }
  .bg-fill-section .wrapper > figure {
    flex-direction: column;
  }
  .bg-fill-section .pluses {
    transform: scaleX(-1);
  }
  .bg-fill-section .yellow-box {
    position: static;
    width: 100%;
  }

  .career-page .position-list {
    padding-top: 20px;
  }
  .career-page .position-list .wrapper {
    padding: 0 45% 0 25px;
  }
  .career-page .position-list .if-dont-find {
    padding: 40px 30px 240px;
  }
  .career-page .position-list .if-dont-find .image-btn {
    transform: scale(0.9) translate(-70px, 10px);
  }
  .career-page .what-we-say {
    padding: 0 25px;
  }
  .career-page .what-we-say > figure {
    flex-direction: column;
  }
  .career-page .what-we-say .slider-box {
    width: 100%;
  }
  .career-page .what-we-say .content {
    width: 75%;
    padding: 5px 0 50px;
    margin-left: auto;
  }
  .career-page .what-we-say .content h2 {
    margin: 15px 0 10px;
  }

  .management-page .team-list .gridLayout {
    padding: 25px;
    grid-template-columns: repeat(2, 1fr);
  }

  .contact-us-page .world-location {
    padding: 100px 25px;
  }

  .use-case-index .use-case .box-filters .case-filter button {
    padding: 10px 15px 25px;
    font-size: 16px;
  }

  .use-case ul {
    grid-template-columns: repeat(2, 1fr);
  }

  .partners-page .contact-partners {
    width: 120%;
  }
  .partners-page .join-us {
    padding-bottom: 0;
  }
  .partners-page .join-us .get-started-section {
    padding-bottom: 0;
  }
  .partners-page .join-us .get-started-section .wrapper {
    width: 100%;
  }
  .partners-page .join-us img {
    position: relative;
    width: 70%;
  }
}
@media screen and (max-width: 900px) {
  header .site-header .menu-toggle {
    display: block;
  }
  header .site-header .main-navigation {
    position: fixed;
    top: 60px;
    left: 0;
    background: white;
    flex-direction: column;
    width: 100vw;
    height: 0;
    overflow: hidden;
  }
  header .site-header .main-navigation .menu-header-container {
    width: 100%;
    text-align: center;
    overflow-y: auto;
  }
  header .site-header .main-navigation .menu {
    flex-direction: column;
    padding: 0 50px;
  }
  header .site-header .main-navigation .menu .menu-item {
    border-bottom: 1px solid;
    font-size: 25px;
    padding: 30px 0;
  }
  header .site-header .main-navigation .menu .menu-item .sub-menu {
    position: static;
    display: none;
    border: none;
    box-shadow: none;
    padding: 20px 0 0;
  }
  header .site-header .main-navigation .menu .menu-item .sub-menu .menu-item {
    padding: 20px 15px;
    border-top: 1px solid #E0E0E0;
    border-bottom: none;
  }
  header .site-header .main-navigation .menu .menu-item .sub-menu .menu-item:last-child {
    border: none;
    border-top: 1px solid #E0E0E0;
  }
  header .site-header .main-navigation .a-accent {
    margin: 40px 0;
  }

  .main-navigation-open {
    overflow: hidden;
  }
  .main-navigation-open header .site-header .menu-toggle .fa-bars {
    display: none;
  }
  .main-navigation-open header .site-header .menu-toggle .fa-times {
    display: block;
  }
  .main-navigation-open header .site-header .main-navigation {
    height: calc(100vh - 60px);
    padding-bottom: 100px;
  }

  .circle-products > figure {
    flex-direction: column;
  }
  .circle-products > figure .box-content {
    width: 100%;
  }
  .circle-products > figure .box-content .box-div {
    padding: 50px 30px 30px;
    margin: 0;
    text-align: center;
    border: none;
  }

  .front-page .hero .wave-divider .sitting {
    transform: scalex(-0.8) scaley(0.8) translate(-50px, 30px);
  }

  .zonezero-page .video-embed {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .hide-mobile {
    display: none;
  }

  h1 {
    font-size: 35px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 20px;
  }

  .circle-products .the-circle {
    height: 300px;
  }

  footer .wrapper {
    padding: 0 30px;
  }
  footer .site-footer .menu {
    grid-template-rows: repeat(12, 3fr);
  }

  .get-started-section .wrapper {
    width: 100%;
  }
  .get-started-section .wrapper .middle-line {
    flex-direction: column-reverse;
  }
  .get-started-section .wrapper .middle-line:before {
    border-color: transparent;
  }

  .gridLayout {
    grid-template-columns: repeat(2, 1fr);
    margin: 50px 0;
    grid-gap: 30px;
  }

  .front-page .hero {
    padding-top: 13vw;
  }
  .front-page .hero .hero-content h1 {
    font-size: 35px;
    padding: 30px 0;
  }
  .front-page .hero .hero-content .cta-buttons {
    flex-direction: column;
    align-items: start;
  }
  .front-page .hero .get-started-email > figure {
    flex-direction: column;
  }
  .front-page .hero .get-started-email input {
    min-height: 40px;
  }
  .front-page .hero .pluses-colors {
    width: 40vw;
  }
  .front-page .hero .wave-divider .img-hand-button {
    transform: scale(0.6) translate(35%, 40%);
  }
  .front-page .hero .wave-divider .img-hand-button img {
    max-width: revert;
  }
  .front-page .intro-content p {
    columns: 1;
  }

  .circle-area .zz-circle {
    flex-direction: column;
  }
  .circle-area .zz-circle svg {
    height: 300px;
  }
  .circle-area .zz-circle .box-content {
    width: 100%;
  }
  .circle-area .zz-circle .box-content figure > div {
    border: none;
    margin: 0;
    padding: 30px 0;
    text-align: center;
  }
  .circle-area .zz-circle .box-content figure > div .a-btn p {
    padding: 0 0 0 30px;
    margin: 0;
  }

  .benefits ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .benefits ul li h3 {
    font-size: 20px;
  }

  .why-zone-zero .benefits-list figure {
    flex-direction: column;
  }
  .why-zone-zero .benefits-list figure:nth-child(even) {
    flex-direction: column;
  }
  .why-zone-zero .benefits-list figure img {
    width: 70%;
    margin: 50px 0 30px;
  }
  .why-zone-zero .benefits-list figure div {
    width: 100%;
    padding: 0;
  }

  .technology-partners ul {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }

  .use-case ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .use-case .case-card h3 {
    min-height: unset;
  }
  .use-case .case-card .a-btn {
    width: 100%;
    padding: 10px;
  }

  .our-clients {
    top: 0;
  }
  .our-clients ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    margin-bottom: 130px;
  }

  .awards-section ul li {
    grid-column-end: span 2;
  }
  .awards-section ul li img {
    width: 100%;
  }
  .awards-section ul li:nth-child(2), .awards-section ul li:nth-child(3), .awards-section ul li:nth-child(4) {
    width: 100%;
    margin: 0;
    transform: translateX(0);
  }
  .awards-section .wrapper h2 {
    font-size: 26px;
  }
  .awards-section .wrapper h2:first-line {
    font-size: 30px;
  }

  .bg-fill-section .plus-fill-image {
    width: 50%;
    right: 0;
    top: -40px;
  }
  .bg-fill-section h2 {
    font-size: 30px;
  }

  .yellow-box .the-box {
    padding: 40px 15px 30px 30px;
  }

  .single-case .post-navigation-area .nav-links,
.single-post .post-navigation-area .nav-links {
    display: none;
  }

  .blog .articles-list .post,
.archive .articles-list .post {
    flex-direction: column;
    gap: 15px;
  }
  .blog .articles-list .post .post-thumbnail,
.archive .articles-list .post .post-thumbnail {
    width: 100%;
    margin-bottom: 20px;
  }
  .blog .two-side-image article,
.archive .two-side-image article {
    flex-direction: column;
  }
  .blog .two-side-image article:nth-child(even),
.archive .two-side-image article:nth-child(even) {
    flex-direction: column;
  }

  .blog .hero-blog .wrapper {
    flex-direction: column;
  }
  .blog .hero-blog .wrapper > article {
    width: 100%;
    padding-bottom: 40px;
    border-bottom: 2px solid #FECC00;
    margin-bottom: 40px;
  }
  .blog .hero-blog aside {
    margin: 0;
    padding: 25px;
  }

  .zonezero-page .intro .zz-circle svg {
    height: 280px;
  }

  .zz-product-page .intro .wrapper > figure {
    flex-direction: column;
  }
  .zz-product-page .intro .wrapper > figure .product-image {
    width: 80%;
  }
  .zz-product-page .about-product:before {
    width: 100%;
    height: 20%;
    border-right: none;
    border-bottom: 10px solid white;
  }
  .zz-product-page .about-product .content {
    flex-direction: column;
  }
  .zz-product-page .about-product .wtv-box {
    margin: 0 0 100px;
  }

  .management-page .team-list .gridLayout {
    grid-template-columns: repeat(1, 1fr);
  }

  .resources-page section ul li {
    grid-column-end: span 3;
  }

  .use-case-index .use-case .box-filters {
    position: static;
    padding: 0;
  }
  .use-case-index .use-case .box-filters .case-filter {
    flex-direction: column;
    padding: 25px;
    top: 0;
  }
  .use-case-index .use-case .box-filters .case-filter button {
    border-radius: 0;
    padding: 2px 20px;
    margin: 5px 0;
  }
  .use-case-index .use-case .box-filters .case-filter .active-category {
    background: #FECC00;
    transform: none;
    margin: 20px 0;
  }

  .about-page .intro p {
    margin: 30px 0;
    max-width: revert;
  }
  .about-page .about-safet .wrapper {
    padding-bottom: 200px;
    background: linear-gradient(0, #071340 0%, transparent 200%);
  }
  .about-page .about-safet p {
    margin: 30px 0;
    max-width: revert;
  }
  .about-page .about-safet .pluses-colors {
    top: -30px;
  }
  .about-page .yellow-box .the-box {
    position: static;
    width: 100%;
    left: 0;
  }
  .about-page .main-link-section ul {
    flex-direction: column;
  }

  .news-events-page .title-line:after {
    display: none;
  }
  .news-events-page .articles-list article {
    align-items: flex-start;
  }
  .news-events-page .articles-list article .post-footer {
    flex-direction: column;
    align-items: flex-start;
  }
  .news-events-page .articles-list article .post-footer .a-btn {
    margin-top: 20px;
  }
  .news-events-page .awards .grid-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .career-page .intro-plus-image .plus-fill-image {
    display: none;
  }
  .career-page .intro-plus-image .wrapper > div {
    width: 100%;
  }
  .career-page .position-list .wrapper {
    padding: 0 25px;
  }
  .career-page .position-list .if-dont-find {
    position: static;
    width: 90%;
    margin-left: auto;
  }
  .career-page .position-list .if-dont-find .image-btn {
    transform: scale(0.9) translate(50px, -47px);
  }
  .career-page .what-we-say {
    margin-top: 150px;
  }

  .contact-us-page .intro .wrapper > figure {
    flex-direction: column;
  }
  .contact-us-page .branches {
    margin: 0 40px;
  }
  .contact-us-page .branches .pluses-colors {
    display: none;
  }
  .contact-us-page .world-location .dots-area {
    flex-direction: column;
  }
  .contact-us-page .world-location .dots-area .bg-map {
    display: none;
  }
  .contact-us-page .world-location .dots-area > i {
    position: static;
    width: 100%;
    height: auto;
    background: transparent;
    margin-bottom: 20px;
  }
  .contact-us-page .world-location .dots-area > i:hover {
    border: none;
  }
  .contact-us-page .world-location .dots-area .dot-tooltip {
    margin: auto;
    width: 90%;
    position: static;
    display: flex;
    opacity: 1;
  }
  .contact-us-page .world-location .dots-area .dot-tooltip:before {
    display: none;
  }

  .partners-page .intro-plus-image .plus-fill-image {
    display: none;
  }
  .partners-page .intro-plus-image .wrapper > div {
    width: 100%;
  }
  .partners-page .contact-partners {
    width: 100%;
  }
  .partners-page .content .wrapper {
    padding: 0 25px;
  }

  .get-newsletter-section .wrapper {
    flex-direction: column-reverse;
  }
  .get-newsletter-section .bg-newsletter {
    margin: 20px;
  }
}
@media screen and (max-width: 400px) {
  footer .site-footer .menu {
    grid-auto-flow: revert;
    grid-template-rows: repeat(1, 3fr);
  }

  .bg-fill-section h2 {
    padding: 30px 0;
  }

  .gridLayout {
    grid-template-columns: repeat(1, 1fr);
  }

  .news-events-page .articles-list article {
    flex-direction: column;
  }

  .career-page .position-list .if-dont-find .image-btn .a-btn {
    top: -15px;
    right: 130px;
  }
  .career-page .what-we-say #slider ul {
    padding: 0;
  }

  .zz-product-page .about-product .wtv-box {
    margin: 0 0 100px;
    transform: scale(0.7);
  }
}

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