svg {
  max-width: 100%;
  height: auto;
}
body {
  margin: 0;
  font-family: "Chivo", "Segoe UI", Helvetica, Arial, sans-serif;
  line-height: 1.55;
  color: #444;
  font-size: 18px;
  font-weight: 300;
}
@media (prefers-color-scheme: dark) {
  body {
    color: #fff;
  }
}
a,
a:visited,
a:focus {
  color: #007cc2;
  transition: 0.3s;
}
@media (prefers-color-scheme: dark) {
  a,
  a:visited,
  a:focus {
    color: #3396ce;
  }
}
a:hover {
  color: #00639b;
}
i,
em {
  display: inline-block;
  background: #f6f6f6;
  padding: 1px 4px;
  border-radius: 2px;
  text-shadow: 1px 1px 0 #fff;
  color: #007cc2;
  font-size: 84%;
}
@media screen and (max-width: 460px) {
  i,
  em {
    display: inline;
    background: transparent;
    padding: 0;
    border-radius: 0;
    text-shadow: none;
    font-size: inherit;
    word-break: break-word;
  }
}
.btn,
a.btn {
  background: transparent;
  color: #444;
  text-decoration: none;
  padding: 13.333333333333px 32px;
  display: inline-block;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 20px;
  border-radius: 16px;
  position: relative;
}
@media (prefers-color-scheme: dark) {
  .btn,
  a.btn {
    color: #fff;
  }
}
.btn[data-mce-href],
a.btn[data-mce-href] {
  border: 2px dashed #007cc2;
  background: #4da3d4;
  color: #fff;
}
.btn:after,
a.btn:after {
  content: " ";
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  border-radius: 16px;
  border: 2px solid #007cc2;
  display: block;
  position: absolute;
  z-index: 0;
  transition: 0.2s;
}
@media screen and (max-width: 767px) {
  .btn,
  a.btn {
    font-size: 18px;
  }
}
.btn:hover,
a.btn:hover {
  color: #fff;
  background: #4da3d4;
}
@media (prefers-color-scheme: dark) {
  .btn:hover,
  a.btn:hover {
    background: #2e739b;
  }
}
.btn:hover:after,
a.btn:hover:after {
  left: -15px;
  top: -15px;
  bottom: -15px;
  right: -15px;
  border-width: 10px;
  opacity: 0.25;
  border-radius: 30px;
}
.btn:hover:before,
a.btn:hover:before {
  left: 0px;
  top: 0px;
  opacity: 0;
}
h1,
h2 {
  -webkit-text-fill-color: transparent;
  background: -webkit-gradient(linear,left top,right top,from(#007cc2),to(#409dd1));
  background: -o-linear-gradient(left,#007cc2,#409dd1,#007cc2);
  background: linear-gradient(to right,#007cc2,#409dd1,#007cc2);
  background-clip: border-box;
  background-clip: text;
  -webkit-background-clip: text;
  display: inline-block;
}
@media (prefers-color-scheme: dark) {
  h1,
  h2 {
    background: -webkit-gradient(linear,left top,right top,from(#3396ce),to(#66b0da));
    background: -o-linear-gradient(left,#3396ce,#66b0da,#3396ce);
    background: linear-gradient(to right,#3396ce,#66b0da,#3396ce);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
  }
}
h2,
h3,
h4 {
  color: #007cc2;
  margin: 0 0 12px;
  line-height: 1.35;
}
@media (prefers-color-scheme: dark) {
  h2,
  h3,
  h4 {
    color: #3396ce;
  }
}
h1 {
  font-size: 60px;
  margin: 0;
}
blockquote {
  background: #eee;
  margin: 32px 0 8px;
  padding: 24px 8px;
  background: #dfedf5;
  position: relative;
  min-height: 60px;
  border-radius: 3px;
}
blockquote:before {
  content: "!";
  position: absolute;
  display: block;
  left: 50%;
  top: 0;
  bottom: 0;
  background: #bfdef0;
  width: 40px;
  border-radius: 50%;
  height: 40px;
  transform: translate(-50%,-50%);
  text-align: center;
  font-size: 22px;
  font-weight: 900;
  line-height: 40px;
  color: #fff;
  box-shadow: 0 1px 1px rgba(0,0,0,0.2);
}
@media (prefers-color-scheme: dark) {
  blockquote {
    color: #fff;
    background: #444;
  }
  blockquote:before {
    background: #3396ce;
    color: #fff;
  }
}
article h1 {
  font-size: 35px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  article h1 {
    font-size: 22px;
  }
}
article > p:first-of-type {
  font-weight: normal;
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  article > p:first-of-type {
    font-size: inherit;
  }
}
article > h2 + p:first-of-type,
article > h3 + p:first-of-type,
article > h4 + p:first-of-type {
  font-weight: inherit;
  font-size: inherit;
}
h2 {
  font-size: 40px;
}
@media screen and (max-width: 1024px) {
  h2 {
    font-size: 34px;
  }
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 30px;
  }
}
h3 {
  font-size: 30px;
}
@media screen and (max-width: 1024px) {
  h3 {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 22px;
  }
}
p {
  margin-top: 0;
  margin-bottom: 16px;
}
p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 36px;
  }
  h3 {
    font-size: 26px;
  }
  h1,
  h2,
  h3 {
    line-height: 1.4;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 24px;
  }
  h1,
  h2,
  h3 {
    line-height: 1.45;
  }
}
@media screen and (max-width: 414px) {
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 20px;
  }
  h1,
  h2,
  h3 {
    line-height: 1.5;
  }
}
img {
  max-width: 100%;
}
a img {
  border-width: 0;
}
strong {
  color: #007cc2;
  font-weight: bold;
}
@media (prefers-color-scheme: dark) {
  strong {
    color: #3396ce;
  }
}
ol,
ul {
  margin: 16px 0;
}
ul {
  padding: 0;
}
ul li {
  list-style: none;
  position: relative;
  padding-left: 40px;
  margin-bottom: 10px;
}
ul li:after {
  content: " ";
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 5px;
  left: 4px;
  top: 4px;
  border: 2px solid #007cc2;
  opacity: 0.25;
}
@media (prefers-color-scheme: dark) {
  ul li:after {
    border-color: #3396ce;
    opacity: 0.5;
  }
}
ul li:before {
  background: #eee;
  content: " ";
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 5px;
  left: 10px;
  top: 10px;
}
@media (prefers-color-scheme: dark) {
  ul li:before {
    background: #222;
  }
}
ol {
  counter-reset: olcounter;
  padding-left: 0;
}
ol li {
  list-style: none;
  position: relative;
  padding: 0 0 0 50px;
  margin-bottom: 16px;
}
ol li:before {
  counter-increment: olcounter;
  content: counter(olcounter,decimal);
  color: #444;
  font-weight: 400;
  margin-left: 0;
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  margin-top: -1px;
  transition: 0.2s;
  left: 9px;
  top: -1px;
  background: #eee;
  border-radius: 0 50% 50% 50%;
  z-index: 1;
}
.sizing {
  display: block;
  float: left;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
  scrollbar-width: thin;
}
html::-webkit-scrollbar {
  width: 6px;
  background: rgba(0,0,0,0.2);
}
html::-webkit-scrollbar-track {
  border-radius: 10px;
}
html::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #aaa;
}
@media (prefers-color-scheme: dark) {
  html {
    background: #111;
  }
}
body {
  overflow-x: hidden;
  background: #f6f6f6;
}
@media (prefers-color-scheme: dark) {
  body {
    background: #111;
  }
}
@media screen and (min-width: 1600px) {
  body.subpage {
    background: url(../img/subpage_background2.svg) no-repeat right -100px bottom 300px;
  }
  body.subpage:before {
    content: " ";
    width: 385px;
    height: 435px;
    position: absolute;
    left: -100px;
    top: 15%;
    display: block;
    z-index: -1;
    background: url(../img/subpage_background.svg) no-repeat right center;
    opacity: 0.5;
  }
}
.container {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}
.container.subpage {
  width: 1000px;
}
.row {
  margin: 0 -16px;
}
.row:before {
  content: " ";
  width: 100%;
}
.full-hd-res {
  display: block;
  max-width: 1920px;
  margin: 0 auto;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#page-wrapper {
  float: left;
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
#page-wrapper > .container {
  flex-grow: 1;
}
main,
section {
  display: block;
  float: left;
  width: 100%;
}
main {
  padding-bottom: 32px;
}
.with-menu {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.with-menu > nav {
  width: 280px;
  padding-right: 32px;
}
.with-menu > nav > ul:first-child {
  margin-top: 10px;
}
.with-menu > nav > ul > li {
  padding: 0 0 0 0;
}
.with-menu > nav > ul > li:before,
.with-menu > nav > ul > li:after {
  display: none;
}
.with-menu > nav > ul > li a {
  text-decoration: none;
  font-size: 18px;
  color: #666;
}
@media screen and (prefers-color-scheme: dark) {
  .with-menu > nav > ul > li a {
    color: #fff;
  }
}
.with-menu > nav > ul > li > a {
  font-weight: normal;
}
.with-menu > nav > ul > li ul {
  margin: 6px 0;
}
.with-menu > nav > ul > li ul li {
  padding: 0 0 0 14px;
}
.with-menu > nav > ul > li ul li a {
  font-size: 16px;
}
.with-menu > nav > ul > li ul li:before,
.with-menu > nav > ul > li ul li:after {
  display: none;
}
.with-menu > nav .current > .menu-item > a {
  font-weight: bold;
  color: #007cc2;
}
.with-menu > * {
  vertical-align: top;
  float: none;
  display: table-cell;
}
@media screen and (max-width: 960px) {
  .with-menu > nav {
    display: none;
  }
  .with-menu main {
    width: 100%;
  }
}
.with-menu .submenu-wrapper h3 {
  display: none;
}
header.header {
  display: block;
  float: left;
  width: 100%;
  padding: 32px 0 16px;
}
header.header .logo {
  float: left;
}
header.header .logo img,
header.header .logo svg {
  float: left;
}
@media screen and (max-width: 1024px) {
  header.header {
    padding: 16px 0 16px;
  }
  header.header .logo img {
    height: 30px;
  }
}
header.header nav {
  display: block;
  float: right;
  margin-top: 16px;
}
@media screen and (max-width: 1199px) {
  header.header nav {
    display: none;
  }
}
header.header nav > ul {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
}
header.header nav > ul > li {
  display: block;
  float: left;
  margin-right: 32px;
  position: relative;
  padding: 0;
}
header.header nav > ul > li:before,
header.header nav > ul > li:after {
  display: none;
}
header.header nav > ul > li > .menu-item {
  position: relative;
  display: block;
  float: left;
  width: 100%;
}
header.header nav > ul > li > .menu-item > a,
header.header nav > ul > li > .menu-item > .nav-header {
  color: #666;
  display: block;
  float: left;
  padding: 6px 0;
  text-decoration: none;
  transition: 0.2s;
  font-weight: normal;
}
header.header nav > ul > li > .menu-item > a:before,
header.header nav > ul > li > .menu-item > .nav-header:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 24px;
  left: 7px;
  top: 17px;
  transition: 0.2s;
  background: #efefef;
  border-radius: 5px;
  z-index: -1;
}
@media (prefers-color-scheme: dark) {
  header.header nav > ul > li > .menu-item > a:before,
  header.header nav > ul > li > .menu-item > .nav-header:before {
    background: #333;
  }
}
@media (prefers-color-scheme: dark) {
  header.header nav > ul > li > .menu-item > a,
  header.header nav > ul > li > .menu-item > .nav-header {
    color: #fff;
  }
}
header.header nav > ul > li.current > .menu-item > a,
header.header nav > ul > li.current > .menu-item > .nav-header {
  color: #007cc2;
}
header.header nav > ul > li:hover > .menu-item > a {
  color: #007cc2;
}
header.header nav > ul > li:hover > .menu-item > a:before {
  width: calc(105%);
  height: 29px;
}
header.header nav > ul > li:hover ul {
  display: block;
  max-height: 999px;
  opacity: 1;
  box-shadow: 0 12px 24px rgba(0,0,0,0.1);
}
header.header nav > ul > li ul {
  display: block;
  overflow: hidden;
  max-height: 0px;
  padding: 5px 16px;
  box-sizing: border-box;
  opacity: 0;
  transition: max-height 0.3s, opacity 0.3s, box-shadow 0.3s;
  margin: 0;
  position: absolute;
  z-index: 3;
  top: 100%;
  background: #fff;
  border-radius: 4px;
  box-shadow: none;
}
header.header nav > ul > li ul li {
  float: left;
  clear: both;
  width: 100%;
  padding-left: 0;
  margin: 0;
}
header.header nav > ul > li ul li:before,
header.header nav > ul > li ul li:after {
  display: none;
}
header.header nav > ul > li ul li > .menu-item {
  position: relative;
  display: block;
  float: left;
  width: 100%;
}
header.header nav > ul > li ul li > .menu-item > a {
  color: #666;
  display: block;
  float: left;
  padding: 12px 0;
  text-decoration: none;
  transition: 0.2s;
  font-weight: normal;
  white-space: nowrap;
  width: 100%;
  font-size: 16px;
}
header.header nav > ul > li ul li:hover > .menu-item > a {
  color: #007cc2;
}
@media screen and (min-width: 1200px) {
  .mobile-only {
    display: none !important;
  }
}
.mobile-icon {
  position: fixed;
  right: 16px;
  top: 10px;
  display: block;
  padding: 0;
  background: rgba(255,255,255,0.5);
  border-radius: 50%;
  border-width: 0;
  width: 46px;
  height: 46px;
  z-index: 99999;
  cursor: pointer;
}
@media screen and (min-width: 1200px) {
  .mobile-icon {
    display: none;
  }
}
@media (prefers-color-scheme: dark) {
  .mobile-icon {
    background: #3396ce;
  }
}
.mobile-icon .navbar-toggle {
  display: block;
  position: absolute;
  z-index: 2;
  margin: 0;
  padding: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 21px;
  height: 21px;
  border-width: 0;
  border-radius: 4px;
  background: transparent;
  outline: 0;
  outline-color: transparent;
  outline-style: none;
  box-shadow: none !important;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  background: transparent !important;
}
.mobile-icon .navbar-toggle:focus {
  outline: 0;
  outline-color: transparent;
  outline-style: none;
  box-shadow: none !important;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-tap-highlight-color: transparent;
}
.mobile-icon .navbar-toggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 21px;
  background: #007cc2;
  border-radius: 6px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
@media (prefers-color-scheme: dark) {
  .mobile-icon .navbar-toggle span {
    background: #fff;
  }
}
.mobile-icon .navbar-toggle span:nth-child(1) {
  top: 1px;
}
.mobile-icon .navbar-toggle span:nth-child(2),
.mobile-icon .navbar-toggle span:nth-child(3) {
  top: 9px;
}
.mobile-icon .navbar-toggle span:nth-child(4) {
  top: 17px;
}
.mobile-icon .navbar-toggle.open span:nth-child(1) {
  top: 9px;
  width: 0%;
  left: 50%;
}
.mobile-icon .navbar-toggle.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mobile-icon .navbar-toggle.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mobile-icon .navbar-toggle.open span:nth-child(4) {
  top: 9px;
  width: 0%;
  left: 50%;
}
.navigation-mobile-overlay {
  display: block;
  opacity: 0;
  position: fixed;
  left: 0;
  right: 0;
  top: -100px;
  bottom: -100px;
  background: rgba(255,255,255,0.75);
  z-index: 10;
  pointer-events: none;
  transition: 0.3s;
}
.navigation-mobile-closer {
  display: none;
  opacity: 0;
  position: fixed;
  left: 0;
  right: 0;
  top: -100px;
  bottom: -100px;
  z-index: 10;
}
.mobile-menu-visible {
  overflow-y: hidden;
  display: block;
  width: 100%;
}
.mobile-menu-visible body {
  display: block;
  width: 100%;
  overflow-y: hidden;
}
.mobile-menu-visible .navigation-mobile-overlay {
  opacity: 1;
}
.mobile-menu-visible .navigation-mobile-closer {
  display: block;
}
.mobile-menu-visible .progress {
  opacity: 0;
}
.navigation-mobile {
  display: none;
}
.navigation-mobile.visible .navigation-mobile-overlay {
  opacity: 1;
}
.navigation-mobile .menu-wrapper {
  position: absolute;
  z-index: 11;
  float: left;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 100px;
  top: 0;
  height: 100vh;
  overflow-y: scroll;
  overflow-x: hidden;
}
.navigation-mobile * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.navigation-mobile .dropdown-menu {
  position: static;
}
.navigation-mobile h3 {
  color: #eee;
  font-size: 18px;
  font-weight: 600;
  margin: 16px 0 0;
  float: left;
  width: 100%;
  padding-left: 16px;
}
@media screen and (max-width: 1199px) {
  .navigation-mobile {
    background: #007cc2;
    display: block;
    position: fixed;
    z-index: 10;
    width: 100%;
    max-width: 425px;
    top: 0;
    bottom: -100px;
    right: -100%;
    margin: 0;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding: 0 0 100px;
    overflow-y: hidden;
    overflow-x: hidden;
  }
  .navigation-mobile.visible {
    right: 0;
  }
  .navigation-mobile .navigation {
    float: left;
    display: block;
    width: 100%;
    overflow-x: hidden;
    position: absolute;
    z-index: 11;
    left: 0;
    right: 0;
    bottom: 0;
    top: 60px;
    height: calc(100vh - 60px);
    overflow-y: scroll;
  }
  .navigation-mobile .navigation ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
  }
  .navigation-mobile .navigation ul li {
    display: block;
    width: 100%;
    overflow-x: hidden;
    float: left;
    margin: 0;
    padding: 0;
    position: static;
  }
  .navigation-mobile .navigation ul li .menu-expander {
    display: block;
    position: absolute;
    right: 16px;
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,0.25);
    border-radius: 3px;
    top: 3px;
  }
  .navigation-mobile .navigation ul li .menu-expander:before {
    content: " ";
    width: 22px;
    height: 14px;
    display: block;
    position: absolute;
    transform: translate(-50%,-50%) rotate(-90deg);
    left: 50%;
    top: 50%;
    transition: 0.3s;
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='14' version='1.1' viewBox='0 0 22 14' xml:space='preserve' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23fff' d='m9.888 13.546c0.63624 0.6363 1.6666 0.6363 2.2885 0l9.2097-9.2076c0.6363-0.63013 0.6363-1.6584 0-2.2947l-1.5312-1.5312c-0.6301-0.63628-1.6584-0.63628-2.2947 0l-6.527 6.527-6.527-6.527c-0.63012-0.63628-1.6605-0.63628-2.2968 0l-1.5291 1.5312c-0.63628 0.62807-0.63628 1.6584 0 2.2947z'/%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
  }
  .navigation-mobile .navigation ul li.expanded > .menu-expander:before {
    transform: translate(-50%,-50%) rotate(0deg);
  }
  .navigation-mobile .navigation ul li.current > .menu-item > a,
  .navigation-mobile .navigation ul li.current > .menu-item > .nav-header,
  .navigation-mobile .navigation ul li.active > .menu-item > a,
  .navigation-mobile .navigation ul li.active > .menu-item > .nav-header {
    color: #bbb;
    font-weight: 500;
  }
  .navigation-mobile .navigation ul li:after {
    content: " ";
    display: block;
    display: none;
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 5px;
    left: 4px;
    top: 6px;
    border: 2px solid #fff;
    opacity: 0.4;
  }
  .navigation-mobile .navigation ul li:before {
    content: " ";
    display: block;
    display: none;
    background: #eee;
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 5px;
    left: 10px;
    top: 14px;
  }
  .navigation-mobile .navigation ul li > .menu-item {
    position: relative;
    display: block;
    float: left;
    width: 100%;
  }
  .navigation-mobile .navigation ul li > .menu-item > a,
  .navigation-mobile .navigation ul li > .menu-item > .nav-header {
    display: block;
    float: left;
    width: 100%;
    border-radius: 0;
    padding: 10.666666666667px 16px;
    line-height: 1.3;
    text-decoration: none;
    color: #fff;
    position: relative;
    padding-right: 54px;
  }
  .navigation-mobile .navigation ul li > .menu-item > a .fa,
  .navigation-mobile .navigation ul li > .menu-item > a .fas,
  .navigation-mobile .navigation ul li > .menu-item > a .far,
  .navigation-mobile .navigation ul li > .menu-item > .nav-header .fa,
  .navigation-mobile .navigation ul li > .menu-item > .nav-header .fas,
  .navigation-mobile .navigation ul li > .menu-item > .nav-header .far {
    transform: rotate(-90deg);
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .navigation-mobile .navigation ul .submenu-wrapper {
    position: fixed;
    left: auto;
    top: 0;
    bottom: 0;
    right: -150%;
    background: #007cc2;
    max-width: 425px;
    width: 100%;
    z-index: 3;
    box-shadow: 0 0 12px rgba(0,0,0,0.2);
    transition: 0.3s;
    filter: blur(22px);
  }
  .navigation-mobile .navigation ul .submenu-wrapper ul {
    display: block;
    float: left;
    list-style: none;
    box-shadow: none;
    position: absolute;
    padding: 0;
    margin: 0;
    border-radius: 2px;
    left: 0;
    transition: 0.3s;
    width: auto;
    top: 60px;
    right: 9px;
    bottom: 0;
    z-index: 2;
    overflow-y: scroll;
  }
  .navigation-mobile .navigation ul .submenu-wrapper ul ul {
    right: 18px;
  }
  .navigation-mobile .navigation ul .submenu-wrapper ul li {
    margin: 0;
    padding-left: 0;
    clear: both;
    width: 100%;
  }
  .navigation-mobile .navigation ul .submenu-wrapper ul li:before,
  .navigation-mobile .navigation ul .submenu-wrapper ul li:after {
    display: none;
  }
  .navigation-mobile .navigation ul .submenu-wrapper ul li .menu-expander {
    top: 6px;
  }
  .navigation-mobile .navigation ul .submenu-wrapper ul li.current > .menu-item > a {
    font-weight: bold;
  }
  .navigation-mobile .navigation ul .submenu-wrapper ul li .menu-item {
    position: relative;
    display: block;
    float: left;
    width: 100%;
  }
  .navigation-mobile .navigation ul .submenu-wrapper ul li .menu-item > a {
    width: 100%;
    font-size: 14px;
    line-height: 32px;
    font-weight: normal;
    text-decoration: none;
    white-space: nowrap;
    border-radius: 0;
    padding-right: 0;
  }
  .navigation-mobile .navigation ul .submenu-wrapper ul li .menu-item > a:hover {
    background: #3396ce;
    color: #444;
  }
  .navigation-mobile .navigation ul .submenu-wrapper ul li .menu-item.back-item {
    border-top: 1px solid #fff;
  }
  .navigation-mobile .navigation ul .submenu-wrapper ul li:last-child a {
    border-bottom-width: 0;
  }
  .navigation-mobile .navigation ul li.expanded > .submenu-wrapper {
    right: -9px;
    padding-right: 9px;
    filter: blur(0);
  }
  .navigation-mobile .navigation ul li.expanded > .submenu-wrapper li.expanded > .submenu-wrapper {
    right: -9px;
    padding-right: 18px;
    filter: blur(0);
  }
}
@media screen and (max-width: 1199px) and (prefers-color-scheme: dark) {
  .navigation-mobile {
    background: #222;
  }
}
.jumbotron {
  padding: 50px;
  color: #fff;
  text-align: center;
  background: #3396ce;
  float: left;
  width: 100%;
  box-sizing: border-box;
  display: block;
  position: relative;
  z-index: 3;
}
.jumbotron h2,
.jumbotron h3 {
  color: #fff;
  margin: 0;
}
.jumbotron.no-margin {
  position: relative;
}
@media screen and (max-width: 900px) {
  .jumbotron {
    padding: 20px;
  }
  .jumbotron.how-secure-are-computers {
    margin-bottom: -60px;
    position: relative;
    z-index: 3;
    background: transparent;
    padding: 16px;
    text-align: left;
  }
  .jumbotron.how-secure-are-computers h2,
  .jumbotron.how-secure-are-computers h3 {
    color: #007cc2;
  }
}
.jumbotron h1,
.jumbotron h2,
.jumbotron h3 {
  font-size: 60px;
  font-weight: 600;
}
@media screen and (max-width: 1200px) {
  .jumbotron h1,
  .jumbotron h2,
  .jumbotron h3 {
    font-size: 46px;
  }
}
@media screen and (max-width: 1024px) {
  .jumbotron h1,
  .jumbotron h2,
  .jumbotron h3 {
    font-size: 36px;
  }
}
@media screen and (max-width: 900px) {
  .jumbotron h1,
  .jumbotron h2,
  .jumbotron h3 {
    font-size: 26px;
  }
}
@media screen and (max-width: 480px) {
  .jumbotron h1,
  .jumbotron h2,
  .jumbotron h3 {
    font-size: 20px;
  }
}
.cross-jumbotron {
  position: relative;
  z-index: 1;
  margin: 64px 0;
}
.cross-jumbotron .jumbotron-content {
  position: relative;
  z-index: 2;
  text-align: center;
}
.cross-jumbotron .cross {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.cross-jumbotron .cross:before {
  content: " ";
  display: block;
  background: linear-gradient(90deg,#73b7dd,#ffffff);
  transform: rotate(-3deg);
  position: absolute;
  left: -20%;
  right: -20%;
  bottom: 0;
  top: 0;
}
@media (prefers-color-scheme: dark) {
  .cross-jumbotron .cross:before {
    background: linear-gradient(90deg,#1c5371,#444444);
  }
}
.cross-jumbotron .cross:after {
  content: " ";
  display: block;
  background: linear-gradient(90deg,#e6f2f9,#ffffff);
  transform: rotate(3deg);
  position: absolute;
  left: -20%;
  right: -20%;
  bottom: 0;
  top: 0;
}
@media (prefers-color-scheme: dark) {
  .cross-jumbotron .cross:after {
    background: linear-gradient(90deg,#050f15,#444444);
  }
}
@media screen and (max-width: 768px) {
  .cross-jumbotron {
    margin: 32px 0;
  }
}
.homepage-header {
  position: relative;
  padding-bottom: 0;
}
.homepage-header .split-info .left-side {
  width: 60%;
}
.homepage-header .split-info small {
  font-size: 18px;
  color: #808080;
  font-weight: normal;
}
.homepage-header .split-info h1 {
  font-size: 45px;
  margin-bottom: 48px;
  line-height: 1.4;
}
@media screen and (max-width: 1200px) {
  .homepage-header .split-info h1 {
    font-size: 35px;
    line-height: 1.55;
  }
}
@media screen and (max-width: 1024px) {
  .homepage-header .split-info h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .homepage-header .split-info h1 {
    font-size: 25px;
  }
}
.homepage-header .split-info .btn {
  margin-top: 32px;
}
.homepage-header .right-side {
  content: " ";
  display: block;
  position: absolute;
  width: 40%;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .homepage-header .split-info .left-side {
    width: 50%;
  }
}
@media screen and (max-width: 1024px) {
  .homepage-header .split-info .left-side {
    width: 60%;
  }
  .homepage-header .split-info h1 {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 768px) {
  .homepage-header .left-side {
    position: static;
  }
  .homepage-header .right-side {
    position: static;
    width: 100%;
    transform: none;
    margin-top: 32px;
  }
  .homepage-header .split-info .left-side {
    width: 100%;
  }
}
section {
  display: block;
  float: left;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 64px 0;
}
@media screen and (max-width: 1024px) {
  section {
    padding: 32px 0;
  }
}
@media screen and (max-width: 768px) {
  section {
    padding: 24px 0;
  }
}
@media screen and (max-width: 414px) {
  section {
    padding: 16px 0;
  }
}
.triangle-background {
  background: url(../img/icon_rectangled_background.svg) no-repeat center center;
}
.iconed-svg-modules-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin: 0 -32px;
}
.iconed-svg-modules-wrapper .row {
  margin: -32px;
}
.iconed-svg-modules-wrapper .module.svg-icon-module {
  width: 33.3333%;
  float: left;
  padding: 32px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .iconed-svg-modules-wrapper .module.svg-icon-module {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .iconed-svg-modules-wrapper .module.svg-icon-module {
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.iconed-svg-modules-wrapper .module.svg-icon-module .svg {
  text-align: center;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 16px 0;
}
.iconed-svg-modules-wrapper .module.svg-icon-module h2,
.iconed-svg-modules-wrapper .module.svg-icon-module h3 {
  font-weight: normal;
  font-size: 25px;
}
.btn-condensed {
  background: transparent;
  text-transform: uppercase;
  color: #444;
  transition: 0.3s;
  font-weight: 300;
  text-decoration: none;
  padding: 6px 0;
  display: inline-block;
}
.btn-condensed .icon {
  width: 22px;
  height: 22px;
  margin: 2px 12px 0 0;
  background: #007cc2;
  border-radius: 3px;
  position: relative;
  display: block;
  float: left;
}
.btn-condensed .icon:before {
  content: " ";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #007cc2;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.btn-condensed .icon span {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
}
.btn-condensed .icon span:before,
.btn-condensed .icon span:after {
  content: " ";
  transition: 0.2s;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #007cc2;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  opacity: 0;
}
@media (prefers-color-scheme: dark) {
  .btn-condensed .icon {
    background: #444;
  }
  .btn-condensed .icon:before {
    background: #3396ce;
  }
  .btn-condensed .icon:before,
  .btn-condensed .icon:after {
    background: #3396ce;
  }
}
.btn-condensed:hover {
  color: #007cc2;
  letter-spacing: 3px;
}
.btn-condensed:hover .icon span:before {
  left: 5px;
  opacity: 1;
}
.btn-condensed:hover .icon span:after {
  left: calc(18px);
  opacity: 1;
}
.text-with-2-columns-ul ul {
  float: left;
  width: 100%;
}
.text-with-2-columns-ul ul li {
  width: 50%;
  float: left;
  padding-right: 32px;
}
.text-with-2-columns-ul ul li:nth-child(2n + 1) {
  clear: both;
}
@media screen and (max-width: 768px) {
  .text-with-2-columns-ul ul li {
    width: 100%;
    padding-right: 0;
  }
}
.email-scan-section .scan-table-layout {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.email-scan-section .scan-table-layout .left-side {
  width: 35%;
  padding-right: 32px;
}
.email-scan-section .scan-table-layout .right-side {
  width: 65%;
}
@media screen and (max-width: 768px) {
  .email-scan-section .scan-table-layout .left-side,
  .email-scan-section .scan-table-layout .right-side {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .email-scan-section .scan-table-layout .left-side {
    text-align: center;
  }
  .email-scan-section .scan-table-layout .left-side img,
  .email-scan-section .scan-table-layout .left-side svg {
    width: 200px;
  }
}
.progress {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: none;
  border: 0;
  height: auto;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: rgba(200,200,200,0.5);
  border-bottom: 1px solid #fff;
  transition: 0.3s;
}
.progress progress::-moz-progress-bar {
  background-color: #007cc2;
}
.progress progress::-webkit-progress-bar {
  background-color: transparent;
}
.progress progress::-webkit-progress-value {
  background-color: #007cc2;
}
.progress progress {
  position: relative;
  display: block;
  height: 8px;
  border-radius: 0;
  width: 100%;
  border: 0;
  background-color: transparent;
}
.price h2 {
  text-align: center;
}
.price .price-table {
  width: 500px;
  max-width: 100%;
  margin: 0 auto;
}
.price .price-table thead td,
.price .price-table thead th,
.price .price-table tbody td,
.price .price-table tbody th {
  font-size: 18px;
  padding: 8px;
}
@media screen and (max-width: 767px) {
  .price .price-table thead td,
  .price .price-table thead th,
  .price .price-table tbody td,
  .price .price-table tbody th {
    font-size: 16px;
  }
}
.price .price-table thead tr th {
  color: #fff;
  text-align: left;
}
.price .price-table thead tr th:nth-child(1) {
  color: #666;
  text-align: right;
  font-weight: normal;
}
.price .price-table thead tr th:nth-child(1) span {
  float: left;
  width: 100%;
}
.price .price-table thead tr th:nth-child(1) span:nth-child(1) {
  width: 100%;
  line-height: 1;
  font-size: 14px;
}
.price .price-table thead tr th:nth-child(1) span:nth-child(2) {
  font-size: 26px;
  width: 100%;
  line-height: 1;
  font-weight: bold;
}
.price .price-table thead tr th:nth-child(1) span:nth-child(3) {
  font-weight: normal;
  font-size: 17px;
  line-height: 1;
}
.price .price-table thead tr th.price-td {
  text-align: right;
  width: 180px;
  text-align: center;
  font-weight: normal;
  font-size: 22px;
  padding: 0;
}
.price .price-table thead tr th.price-td div {
  background: #007cc2;
  float: left;
  width: 100%;
  padding: 16px 8px;
}
.price .price-table thead tr th.price-td svg {
  display: none;
  width: 100%;
  height: 15px;
  float: left;
}
.price .price-table thead tr th.price-td small {
  font-size: 14px;
  line-height: 1;
  float: right;
  text-align: center;
  width: 100%;
}
.price .price-table tbody tr td:first-child {
  border-left: 2px solid #eee;
}
.price .price-table tbody tr td.price-td {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  border-left: 2px solid #007cc2;
  border-right: 2px solid #007cc2;
}
.price .price-table tbody tr td .btn {
  margin: 6px 0;
}
.price .price-table tbody tr:nth-child(2n) {
  background: #f6f6f6;
}
.price .price-table tbody tr:first-child td:first-child {
  border-top: 2px solid #eee;
}
.price .price-table tbody tr:last-child td {
  border-bottom: 2px solid #eee;
}
.price .price-table tbody tr:last-child td.price-td {
  border-bottom: 2px solid #007cc2;
}
.warning {
  background: #f6f6f6;
  padding: 24px 16px 24px 96px;
  position: relative;
  min-height: 96px;
}
.warning:before {
  content: " ";
  background: #fff url('../img/warning.svg') no-repeat right top;
  background-size: 90% auto;
  border-right: 6px solid #bd4141;
  left: 0;
  top: 0;
  width: 70px;
  bottom: 0;
  position: absolute;
}
.warning strong {
  color: #bd4141;
}
@media screen and (max-width: 768px) {
  .warning {
    padding-left: 70px;
  }
  .warning:before {
    width: 44px;
  }
}
footer.footer {
  display: block;
  float: left;
  width: 100%;
  padding: 32px 0;
  border-top: 2px solid #efefef;
}
footer.footer .wrapper {
  display: block;
}
footer.footer .wrapper address {
  float: left;
  font-style: normal;
  padding-right: 48px;
}
footer.footer .wrapper .basic-secure-info {
  float: left;
  padding-right: 48px;
  max-width: 50%;
}
footer.footer .wrapper > .menu {
  float: right;
}
footer.footer .wrapper > .menu ul li {
  margin: 0;
  float: left;
  padding: 5px 0;
  padding-left: 32px;
}
footer.footer .wrapper > .menu ul li:after,
footer.footer .wrapper > .menu ul li:before {
  display: none;
}
footer.footer .wrapper > .menu ul li a {
  text-decoration: none;
}
@media (prefers-color-scheme: dark) {
  footer.footer .wrapper > .menu ul li a:hover {
    color: #fff;
  }
}
footer.footer .wrapper > .menu ul:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1200px) {
  footer.footer .wrapper address,
  footer.footer .wrapper .basic-secure-info {
    width: 50%;
  }
  footer.footer .wrapper .menu {
    float: left;
    width: 100%;
    clear: both;
    margin-top: 32px;
  }
  footer.footer .wrapper .menu ul {
    margin-top: 0;
  }
  footer.footer .wrapper .menu ul li {
    padding-right: 32px;
    width: auto;
    float: left;
  }
  footer.footer .wrapper .menu ul li:first-child {
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  footer.footer .wrapper address,
  footer.footer .wrapper .basic-secure-info {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
    margin-bottom: 32px;
  }
  footer.footer .wrapper .menu {
    margin-top: 0;
  }
}
@media screen and (max-width: 600px) {
  footer.footer .wrapper .menu {
    float: left;
    clear: both;
  }
  footer.footer .wrapper .menu ul li {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}
.svg-icon-module #confirm_recipients_checked {
  animation-play-state: paused;
  animation-duration: 600ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  transform-origin: 16px 52px;
  animation-name: checked_anim;
  transform-origin: 13px 55px;
}
.svg-icon-module:hover #confirm_recipients_checked {
  animation-play-state: running;
}
@keyframes checked_anim {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.0);
  }
  100% {
    transform: scale(1);
  }
}
.svg-icon-module #magnifyscansvg {
  animation-play-state: paused;
  animation-duration: 600ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.svg-icon-module #magnifyscansvg {
  transform-origin: 18px 15px;
  animation-name: magnifyscansvg_anim;
}
.svg-icon-module:hover #magnifyscansvg {
  animation-play-state: running;
}
@keyframes magnifyscansvg_anim {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.85);
  }
  100% {
    transform: scale(1);
  }
}
.svg-icon-module #farby path {
  animation-play-state: paused;
  animation-duration: 1200ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: corporatebranding;
}
.svg-icon-module #farby path:nth-child(1) {
  animation-delay: 0s;
  transform-origin: 30px 21px;
}
.svg-icon-module #farby path:nth-child(2) {
  animation-delay: 0.2s;
  transform-origin: 55px 15px;
}
.svg-icon-module #farby path:nth-child(3) {
  animation-delay: 0.4s;
  transform-origin: 89px 26px;
}
.svg-icon-module #farby path:nth-child(4) {
  animation-delay: 0.6s;
  transform-origin: 74px 50px;
}
.svg-icon-module #farby path:nth-child(5) {
  animation-delay: 0.7s;
  transform-origin: 44px 50px;
}
.svg-icon-module #farby path:nth-child(6) {
  animation-delay: 1s;
  transform-origin: 17px 50px;
}
.svg-icon-module:hover #farby path {
  animation-play-state: running;
}
@keyframes corporatebranding {
  0% {
    transform: scale(1);
  }
  16% {
    transform: scale(1.2);
  }
  32% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.svg-icon-module {
  transition: 0.3s;
}
.svg-icon-module:hover {
  box-shadow: 0 0 12px rgba(0,0,0,0.05);
  background: #f9f9f9;
  border-radius: 12px;
}
@media (prefers-color-scheme: dark) {
  .svg-icon-module:hover {
    background: #111;
  }
}
.svg-icon-module .balls path {
  animation-play-state: paused;
  animation-duration: 1000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.svg-icon-module .balls path:nth-child(1) {
  animation-name: settingsanim1;
}
.svg-icon-module .balls path:nth-child(2) {
  animation-name: settingsanim2;
}
.svg-icon-module .balls path:nth-child(3) {
  animation-name: settingsanim3;
}
.svg-icon-module:hover .balls path {
  animation-play-state: running;
}
@keyframes settingsanim1 {
  0% {
    transform: translateY(0px);
  }
  25% {
    transform: translateY(5px);
  }
  50% {
    transform: translateY(-50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes settingsanim2 {
  0% {
    transform: translateY(0px);
  }
  25% {
    transform: translateY(45px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes settingsanim3 {
  0% {
    transform: translateY(0px);
  }
  25% {
    transform: translateY(25px);
  }
  50% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0px);
  }
}
.svg-icon-module #log-svg-all {
  animation-play-state: paused;
  animation-duration: 400ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  transform-origin: 16px 52px;
  animation-name: audittrail_anim;
}
.svg-icon-module:hover #log-svg-all {
  animation-play-state: running;
}
@keyframes audittrail_anim {
  0% {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
.svg-icon-module #scal_arrow_top_right,
.svg-icon-module #scal_arrow_bottom_left {
  animation-play-state: paused;
  animation-duration: 600ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.svg-icon-module #scal_arrow_top_right {
  animation-name: arrow_top_right_anim;
}
.svg-icon-module #scal_arrow_bottom_left {
  animation-name: arrow_bottom_left_anim;
}
.svg-icon-module:hover #scal_arrow_top_right,
.svg-icon-module:hover #scal_arrow_bottom_left {
  animation-play-state: running;
}
@keyframes arrow_top_right_anim {
  0% {
    transform: translate(0px,0px);
  }
  50% {
    transform: translate(-6px,6px);
  }
  100% {
    transform: translate(0px,0px);
  }
}
@keyframes arrow_bottom_left_anim {
  0% {
    transform: translate(0px,0px);
  }
  50% {
    transform: translate(6px,-6px);
  }
  100% {
    transform: translate(0px,0px);
  }
}
.svg-icon-module #delay_sending_anim {
  animation-play-state: paused;
  animation-duration: 600ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: delaysending_anim;
  transform-origin: 33.5px 34.5px !important;
}
.svg-icon-module:hover #delay_sending_anim {
  animation-play-state: running;
}
@keyframes delaysending_anim {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
