/*  ---------------------------------------------------
	LESS FONTS
	---------------------------------------------------  */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

/*  ---------------------------------------------------
	LESS VARIABLES
	---------------------------------------------------  */
/*  ---------------------------------------------------
	LESS BREAKPOINTS
	---------------------------------------------------  */
/*  ---------------------------------------------------
	DEFAULTS
	---------------------------------------------------  */
*,
*:before,
*:after {
 margin:0;
 padding:0;
 border:0;
 -webkit-box-sizing:border-box;
 box-sizing:border-box 
}
header,
main,
nav {
 display:block 
}
*,
*:before,
*:after {
 -webkit-box-sizing:border-box;
 box-sizing:border-box 
}
header {
 *zoom:1 
}
header:before,
header:after {
 content:" ";
 display:table 
}
header:after {
 clear:both 
}
html,
body {
 min-height:100%;
 height:100%;
 width:100%;
 background-color:#f3f3f3 
}
html {
 color:#2a2a2a;
 font-family:"Open Sans",sans-serif;
 font-weight:400;
 font-size:18px 
}
@media(max-width:640px) {
 html {
  font-size:16px 
 }
}
@media(max-width:480px) {
 html {
  font-size:14px 
 }
}
@media(max-width:320px) {
 html {
  font-size:12px 
 }
}
header {
 width:100%;
 position:absolute;
 z-index:2;
 padding-top:1.5rem;
 padding-bottom:2.5rem 
}
@media(max-width:1500px) {
 header {
  padding-top:1rem !important 
 }
}
.about {
 width:100%;
 text-align:center;
 margin:0 auto 
}

.gateBG {
 width:100%;
 margin:0 auto;
 background: #fff;
}

hr.style-one {
 border: 0;
 height: 0;
 border-top: 1px solid rgba(0, 0, 0, 0.1);
 border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
	
#header nav {
  display: block;
}
#header a {
  background-color: transparent;
}
#header a:active,
#header a:hover {
  outline: 0;
}
#header img {
  border: 0;
}
#header * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#header *:before,
#header *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#header a {
  color: #337ab7;
  text-decoration: none;
}
#header a:hover,
#header a:focus {
  color: #23527c;
  text-decoration: underline;
}
#header a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#header img {
  vertical-align: middle;
}
#header .container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
#header .row {
  margin-left: -15px;
  margin-right: -15px;
}
#header .col-md-6,
#header .col-md-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  #header .col-md-6,
  #header .col-md-12 {
    float: left;
  }
  #header .col-md-12 {
    width: 100%;
  }
  #header .col-md-6 {
    width: 50%;
  }
}
#header .media {
  margin-top: 15px;
}
#header .media:first-child {
  margin-top: 0;
}
#header .media,
#header .media-body {
  zoom: 1;
  overflow: hidden;
}
#header .media-body {
  width: 10000px;
}
#header .media-left {
  padding-right: 10px;
}
#header .media-left,
#header .media-body {
  display: table-cell;
  vertical-align: top;
}
#header .media-middle {
  vertical-align: middle;
}
#header .tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
#header .container-fluid:before,
#header .container-fluid:after,
#header .row:before,
#header .row:after {
  content: " ";
  display: table;
}
#header .container-fluid:after,
#header .row:after {
  clear: both;
}

 
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  height: 60px;
  z-index: 10000;
  box-shadow: none;
  padding: 0!important;
  font-family: 'Inter', sans-serif;
  line-height: 28px;
  font-size: 16px;
  -webkit-transition: 0.6s ease box-shadow;
  transition: 0.6s ease box-shadow;
  box-shadow: 0 8px 6px -6px lightgrey;  /* Menu Shadow */
}
#header a {
  text-decoration: none!important;
  outline: 0!important;
  -webkit-transition: 0.3s ease color, 0.6s ease opacity, 0.6s ease border;
  transition: 0.3s ease color, 0.6s ease opacity, 0.6s ease border;
  display: inline;
  border-bottom: none;
  font-weight: normal;
}
#header ul {
  font-family: 'Inter', sans-serif;
}
#header ul:before,
#header ul:after {
  content: none;
}
#header li {
  padding-bottom: 0;
  line-height: 28px;
  font-size: 16px;
}
@media only screen and (max-width: 480px) {
  #header li {
    font-size: 15px;
    line-height: 24px;
  }
}
#header p {
  padding: 0;
  font-family: 'Inter', sans-serif;
}
#header img {
  display: inline;
  max-width: none;
}
@media only screen and (max-width: 480px) {
  #header {
    font-size: 15px;
    line-height: 24px;
  }
}
#header #menu-toggle {
  cursor: pointer;
  display: table;
  height: 15px;
  margin: 0 auto;
  padding: 0;
  width: 20px;
  position: absolute;
  right: 15px;
  top: 50%;
  display: none;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#header #menu-toggle #hamburger {
  position: absolute;
  height: 15px;
  width: 20px;
  top: 0;
  text-align: right;
}
#header #menu-toggle #hamburger span {
  width: 100%;
  height: 2px;
  position: relative;
  top: 0;
  right: 0;
  margin: 4px 0;
  background: #111;
  display: block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#header #menu-toggle #hamburger span:nth-child(1) {
  margin-top: 0;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
#header #menu-toggle #hamburger span:nth-child(2) {
  width: calc(100% + 2px);
  -webkit-transform: translateX(-2px);
  -moz-transform: translateX(-2px);
  -ms-transform: translateX(-2px);
  transform: translateX(-2px);
  -webkit-transition-delay: 0.625s;
  transition-delay: 0.625s;
}
#header #menu-toggle #hamburger span:nth-child(3) {
  margin-bottom: 0;
  width: calc(100% + 4px);
  -webkit-transform: translateX(-4px);
  -moz-transform: translateX(-4px);
  -ms-transform: translateX(-4px);
  transform: translateX(-4px);
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s;
}
#header #menu-toggle #cross {
  position: absolute;
  height: 20px;
  width: 20px;
  top: -3px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#header #menu-toggle #cross span {
  display: block;
  background: #111;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#header #menu-toggle #cross span:nth-child(1) {
  left: 50%;
  position: absolute;
  top: 0;
  margin: 0 0 0 -1px;
  width: 2px;
  height: 0;
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
#header #menu-toggle #cross span:nth-child(2) {
  height: 2px;
  left: 0;
  margin: -1px 0 0;
  position: absolute;
  top: 50%;
  width: 0;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
#header .megamenu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 10;
  background: #fff;
  box-shadow: none;
  display: none;
  -webkit-transition: 1.2s ease box-shadow;
  transition: 1.2s ease box-shadow;
}
#header .megamenu .mobile-title,
#header .megamenu .goBack {
  display: none;
}
#header .megamenu .wrapper {
  display: table;
  width: 100%;
  table-layout: fixed;
}
#header .megamenu .wrapper .part {
  display: table-cell;
  vertical-align: top;
  position: relative;
}
#header .megamenu .wrapper .part .wrap {
  padding: 40px 45px 25px;
}
#header .megamenu .wrapper .part:first-child .wrap {
  padding-left: 165px;
}
#header .megamenu .wrapper .part:last-child {
  background: #f4f4f7;
}
#header .megamenu .wrapper .part:last-child .wrap {
  background: #f4f4f7;
  position: relative;
  width: 100%;
  height: auto;
  min-height: 100%;
}
#header .megamenu .widget .widget__title {
  font-size: 13px;
  line-height: 13px;
  text-transform: uppercase;
  color: #111;
  opacity: 0.9;
  font-weight: 500;
  padding: 0 0 10px;
  border-bottom: 1px solid #bcbcbc;
  margin: 0 0 25px;
}
#header .megamenu .widget .widget__block {
  margin: 0 0 25px;
}
#header .megamenu .widget .widget__block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#header .megamenu .widget .widget__block ul li {
  margin: 0 0 24px;
}
#header .megamenu .widget .widget__block ul li:last-child {
  margin: 0;
}
#header .megamenu .widget .widget__block ul li a {
  font-size: 13px;
  display: block;
  color: #111 !important;
}
#header .megamenu .widget .widget__block ul li a:hover {
  color: #467CFC !important;
}
#header .megamenu .widget .widget__block ul li a img {
  display: table;
  width: 50px;
  height: 50px;
  margin: 0 0 20px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
#header .megamenu .widget .widget__block ul li a .widget__block--title {
  font-size: 13px;
  line-height: 21px;
  margin: 0 0 8px;
  font-weight: 500;
}
#header .megamenu .widget .widget__block ul li a p {
  color: #888888 !important;
  font-size: 12px;
  margin: 0;
  line-height: 18px;
}
#header .megamenu .widget .widget__links {
  margin: 0 0 25px;
}
#header .megamenu .widget .widget__links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#header .megamenu .widget .widget__links ul.docs {
  display: table;
  width: auto;
}
#header .megamenu .widget .widget__links ul.docs li {
  display: table-cell;
  vertical-align: middle;
  padding: 0 24px 0 0;
}
#header .megamenu .widget .widget__links ul.docs li:last-child {
  padding: 0;
}
#header .megamenu .widget .widget__links ul.docs li a {
  display: block;
  position: relative;
}
#header .megamenu .widget .widget__links ul.docs li a .tooltip {
  position: absolute;
  color: #fff;
  font-size: 11px;
  line-height: 13px;
  white-space: nowrap;
  font-weight: 500;
  left: 50%;
  top: -35px;
  opacity: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #467CFC;
  line-height: 20px;
  padding: 0 8px;
  z-index: 2;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.3s ease opacity, 0.3s ease top;
  transition: 0.3s ease opacity, 0.3s ease top;
}
#header .megamenu .widget .widget__links ul.docs li a .tooltip:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(70, 124, 252, 0);
  border-top-color: #467CFC;
  border-width: 4px;
  margin-left: -4px;
}
#header .megamenu .widget .widget__links ul.docs li a .icon {
  font-size: 36px;
  color: #467CFC;
}
#header .megamenu .widget .widget__links ul.docs li a:hover .tooltip {
  top: -27px;
  opacity: 1;
}
#header .megamenu .widget .widget__links ul.withMedia {
  font-size: 0;
}
#header .megamenu .widget .widget__links ul.withMedia li {
  display: inline-block;
  width: 50%;
  margin: 0 0 25px;
  vertical-align: top;
}
#header .megamenu .widget .widget__links ul.withMedia li:last-child {
  margin: 0;
}
#header .megamenu .widget .widget__links ul.withMedia li a {
  color: #bcbcbc;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  display: table;
}
#header .megamenu .widget .widget__links ul.withMedia li a:hover {
  color: #467CFC;
}
#header .megamenu .widget .widget__links ul.withMedia li a.media .media-left {
  padding-right: 14px;
}
#header .megamenu .widget .widget__links ul.withMedia li a.media .media-left img {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#header .megamenu .widget .widget__links ul li {
  margin: 0 0 14px;
}
#header .megamenu .widget .widget__links ul li:last-child {
  margin: 0;
}
#header .megamenu .widget .widget__links ul li a {
  font-size: 13px !important;
  display: table;
  color: #111 !important;
  font-weight: 500;
}
#header .megamenu .widget .widget__links ul li a:hover {
  color: #467CFC !important;
}
#header .container-fluid {
  padding-right: 15px;
}
#header .header__wrapper {
  display: table;
  width: 100%;
  height: 60px;
  padding: 0 0 0 30px;
}
#header .header__wrapper .part {
  display: table-cell;
  vertical-align: middle;
}
#header #site-logo a img {
  width: 66px;
}
#header #site-nav {
  width: 100%;
}
#header #site-nav nav {
  padding: 0 0 0 68px;   /** Modified was : 0 68px **/
  position: static;
}
#header #site-nav nav a {
  color: #888888;
  font-size: 14px;
  line-height: 21px;
}
#header #site-nav nav a.pricing {
  background: #467CFC;
  color: #fff;
  padding: 4px 17px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
#header #site-nav nav a.pricing:hover {
  background: #111;
  color: #fff;
}
#header #site-nav nav a:hover {
  color: #111;
}
#header #site-nav nav a:hover:after {
  color: #111 !important;
}
#header #site-nav nav > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: table;
  width: auto;
}
#header #site-nav nav > ul > li {
  display: table-cell;
  vertical-align: middle;
  padding: 0 18px;
}
#header #site-nav nav > ul > li.has-sub {
  padding-right: 18px;
}
#header #site-nav nav > ul > li.has-sub > a {
  position: relative;
  padding-right: 12px;
}
#header #site-nav nav > ul > li.has-sub > a:after {
  content: "\e902";
  color: #888888;
  font-size: 12px;
  font-family: foundation-icons;
  line-height: 6px;
  height: 6px;
  margin: 0;
  width: 12px;
  border: none;
  right: -2px;
  position: absolute;
  transform-origin: center center;
  top: 6px;
  -webkit-transition: 0.3s ease color, 0.6s ease transform;
  transition: 0.3s ease color, 0.6s ease transform;
}
#header #site-nav nav > ul > li:first-child {
  padding-left: 0;
}
#header #site-nav nav > ul > li:last-child {
  padding-right: 0;
}
#header #site-langs {
  position: relative;
  z-index: 10;
}
#header #site-langs .langs {
  width: 198px; /** Modified **/
  position: relative;
  display: table;
  z-index: 2;
  -webkit-transition: 0.6s ease box-shadow;
  transition: 0.6s ease box-shadow;
}
#header #site-langs .langs .langs__current {
  line-height: 60px;
  padding: 0 20px 0 70px;
  cursor: pointer;
  font-size: 14px;
  color: #111;
  position: relative;
  width: 138px;
  float: right;
  -webkit-transition: 0.6s ease width;
  transition: 0.6s ease width;
}
#header #site-langs .langs .langs__current .langs__current__code {
  position: absolute;
  -webkit-transition: 0.6s ease opacity;
  transition: 0.6s ease opacity;
}
#header #site-langs .langs .langs__current .langs__current__country {
  opacity: 0;
  -webkit-transition: 0.6s ease opacity;
  transition: 0.6s ease opacity;
}
#header #site-langs .langs .langs__current:after {
  content: "\e902";
  color: #467cfc;
  font-size: 12px;
  font-family: foundation-icons;
  line-height: 12px;
  height: 12px;
  margin: 0;
  width: 12px;
  border: none;
  right: 30px;
  transform-origin: center center;
  color: #111;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(0);
  -moz-transform: translateY(-50%) rotate(0);
  -ms-transform: translateY(-50%) rotate(0);
  transform: translateY(-50%) rotate(0);
  -webkit-transition: 0.3s ease transform;
  transition: 0.3s ease transform;
}
#header #site-langs .langs .langs__current img {
  position: absolute;
  top: 50%;
  width: 18px;
  height: 16px;
  left: 45px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#header #site-langs .langs .langs__select {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #F6F6F6;
  display: none;
  box-shadow: 0 30px 30px 0 rgba(17, 17, 17, 0.1);
}
#header #site-langs .langs .langs__select ul {
  margin: 0;
  padding: 12px 0;
  list-style: none;
}
#header #site-langs .langs .langs__select ul li {
  display: block;
  padding-left: 70px;
  margin: 0 0 6px;
  line-height: 21px;
  position: relative;
}
#header #site-langs .langs .langs__select ul li:last-child {
  margin: 0;
}
#header #site-langs .langs .langs__select ul li a {
  color: #888888;
  font-family: 'Inter', sans-serif;
  
}
#header #site-langs .langs .langs__select ul li a:hover {
  color: #467CFC;
}
#header #site-langs .langs .langs__select ul li a img {
  position: absolute;
  top: 50%;
  width: 18px;
  height: 16px;
  left: 45px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 1199px) {
  #header .megamenu .wrapper .part .wrap {
    padding: 30px !important;
  }
}
@media only screen and (min-width: 992px) {
  #header #site-nav {
    display: table-cell !important;
    opacity: 1 !important;
  }
}
@media only screen and (max-width: 991px) {
  #header #menu-toggle {
    display: block;
  }
  #header .container-fluid {
    padding: 0 15px;
  }
  #header .header__wrapper {
    padding: 0;
  }
  #header #site-langs {
    position: absolute;
    right: 50px;
  }
  #header #site-nav {
    position: absolute;
    top: 100%;
    width: 100%;
    display: none;
    left: 0;
    background: #fff;
    height: calc(100vh - 50px);
  }
  #header #site-nav nav {
    padding: 0;
  }
  #header #site-nav nav > ul {
    display: table;
    width: 100%;
    height: 100%;
    padding: 0 15px;
  }
  #header #site-nav nav > ul > li {
    display: block;
    border-bottom: 1px solid #e7e7e7;
    padding: 0;
  }
  #header #site-nav nav > ul > li.has-sub > a:after {
    font-size: 15px;
    color: #111;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-90deg) !important;
    -moz-transform: translateY(-50%) rotate(-90deg) !important;
    -ms-transform: translateY(-50%) rotate(-90deg) !important;
    transform: translateY(-50%) rotate(-90deg) !important;
  }
  #header #site-nav nav > ul > li:last-child {
    border: none;
    position: absolute;
    bottom: 60px;
    left: 0;
    width: 100%;
  }
  #header #site-nav nav > ul > li:last-child > a {
    border: none;
  }
  #header #site-nav nav > ul > li > a {
    font-weight: 500;
    font-size: 16px;
    display: block;
    vertical-align: middle;
    color: #111;
    padding: 10px 30px 10px 0;
  }
  #header #site-nav nav > ul > li > a.pricing {
    background: none !important;
    color: #111 !important;
    padding: 0;
    display: table;
    margin: 30px auto;
  }
  #header #site-nav nav > ul > li > a.pricing span {
    background: #467CFC;
    color: #fff;
    padding: 4px 17px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
  }
  #header .megamenu {
    left: 0;
    top: 0;
    z-index: 10;
    height: calc(100vh - 185px);
    overflow: hidden;
    overflow-Y: scroll;
    display: block !important;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 4px;
    position: absolute;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  #header .megamenu .goBack {
    display: block;
    padding: 15px 15px 15px 40px;
    font-weight: 500;
    color: #111;
    position: relative;
    background: #f6f6f6;
    cursor: pointer;
    font-size: 15px;
  }
  #header .megamenu .goBack:after {
    content: "\e93b";
    color: #467cfc;
    font-size: 15px;
    font-family: foundation-icons;
    line-height: 12px;
    height: 12px;
    margin: 0;
    width: 14px;
    border: none;
    left: 15px;
    transform-origin: center center;
    color: #111;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(90deg);
    -moz-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
  }
  #header .megamenu .mobile-title {
    display: block;
    color: #111;
    font-size: 22px;
    font-weight: 500;
    padding: 30px 15px 30px;
  }
  #header .megamenu .wrapper .part {
    display: block;
  }
  #header .megamenu .wrapper .part:first-child .wrap {
    padding-top: 0 !important;
  }
  #header .megamenu .wrapper .part .wrap {
    padding: 40px 0 0 !important;
    position: relative !important;
    right: auto !important;
    top: auto !important;
  }
  #header .megamenu .widget.withOffset {
    padding-left: 60px;
  }
  #header .megamenu .widget.withOffset .widget__block ul li a img {
    position: absolute;
    left: 15px;
    width: 40px;
    height: 40px;
    top: -7px;
    margin: 0;
  }
  #header .megamenu .widget .widget__title {
    display: table;
    font-size: 14px;
    line-height: 14px;
  }
  #header .megamenu .widget .widget__links {
    margin: 0 0 35px;
  }
  #header .megamenu .widget .widget__links ul.docs {
    display: block;
  }
  #header .megamenu .widget .widget__links ul.docs li {
    display: block;
    padding: 0;
    margin: 0 0 18px;
  }
  #header .megamenu .widget .widget__links ul.docs li:last-child {
    margin: 0;
  }
  #header .megamenu .widget .widget__links ul.docs li a {
    display: table;
    width: auto;
  }
  #header .megamenu .widget .widget__links ul.docs li a .icon {
    display: table-cell;
    vertical-align: middle;
  }
  #header .megamenu .widget .widget__links ul.docs li a .tooltip {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    opacity: 1;
    left: auto !important;
    top: auto !important;
    background: none;
    padding: 0;
    font-size: 16px;
    line-height: 22px;
    color: #111;
    padding-left: 20px;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }
  #header .megamenu .widget .widget__links ul.docs li a .tooltip:after {
    display: none;
  }
  #header .megamenu .widget .widget__links ul li a {
    font-size: 16px !important;
    font-weight: 400;
  }
  #header .megamenu .widget .widget__block ul li a .widget__block--title {
    font-size: 16px;
    line-height: 26px;
  }
  #header .megamenu .widget .widget__block ul li a p {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  #header #site-langs .langs {
    width: 111px;
  }
  #header #site-langs .langs .langs__select {
    left: auto;
    right: 0;
    width: 160px;
  }
  #header #site-langs .langs .langs__select ul li {
    padding-left: 40px;
  }
  #header #site-langs .langs .langs__select ul li a img {
    left: 13px;
  }
  #header #site-langs .langs .langs__current {
    width: 111px;
    padding: 0 10px 0 40px;
  }
  #header #site-langs .langs .langs__current img {
    left: 13px;
  }
  #header #site-langs .langs .langs__current .langs__current__code {
    position: relative;
    opacity: 1 !important;
  }
  #header #site-langs .langs .langs__current .langs__current__country {
    display: none !important;
  }
  #header .megamenu .mobile-title {
    font-size: 18px;
    padding: 20px 15px 30px;
  }
  #header .megamenu .widget .widget__links ul.withMedia li {
    display: block;
    width: 100%;
    font-size: 13px !important;
  }
  #header .megamenu .widget .widget__links ul.docs li a .tooltip {
    font-size: 14px;
    line-height: 20px;
    padding-left: 15px;
  }
  #header .megamenu .widget .widget__links ul li {
    margin: 0 0 10px;
  }
  #header .megamenu .widget .widget__links ul li a {
    font-size: 14px !important;
  }
  #header .megamenu .widget .widget__block ul li {
    margin: 0 0 15px;
  }
  #header .megamenu .widget .widget__block ul li a .widget__block--title {
    font-size: 14px;
    line-height: 24px;
  }
}
#header a {
  text-decoration: none !important;
  outline: none !important;
  -webkit-transition: 0.3s ease color, 0.6s ease opacity, 0.6s ease border;
  transition: 0.3s ease color, 0.6s ease opacity, 0.6s ease border;
}
#header a:focus {
  color: #467CFC;
}

@font-face {
  font-family: 'foundation-icons';
  src: url('foundation-icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'foundation-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  margin-right: 3px;
  position: relative;
  top: 1px;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-access:before {
  content: "\e900";
}
.icon-airplane:before {
  content: "\e901";
}
.icon-arrow-down:before {
  content: "\e902";
}
.icon-book:before {
  content: "\e903";
}
.icon-bookmark-large-flat:before {
  content: "\e904";
}
.icon-bookmark-small:before {
  content: "\e905";
}
.icon-bookmark:before {
  content: "\e906";
}
.icon-brain:before {
  content: "\e907";
}
.icon-calendar:before {
  content: "\e908";
}
.icon-certificate:before {
  content: "\e909";
}
.icon-checkmark-circle:before {
  content: "\e90a";
}
.icon-checkmark:before {
  content: "\e90b";
}
.icon-circle-clubs:before {
  content: "\e90c";
}
.icon-circle-tools:before {
  content: "\e90d";
}
.icon-clock:before {
  content: "\e90e";
}
.icon-SG_web_ikony_50x50_js:before {
  content: "\e90f";
}

.icon-SG_web_ikony_50x50_wheels:before {
  content: "\e910";
}

.icon-community:before {
  content: "\e911";
}
.icon-connected-people:before {
  content: "\e912";
}
.icon-creative-commons-solid:before {
  content: "\e913";
}

.icon-SG_web_ikony_50x50_lock:before {
  content: "\e914";
}

.icon-document-page:before {
  content: "\e915";
}
.icon-download-cloud:before {
  content: "\e916";
}
.icon-email:before {
  content: "\e917";
}
.icon-envelope-letter:before {
  content: "\e918";
}
.icon-envelope-outline:before {
  content: "\e919";
}
.icon-facebook:before {
  content: "\e91a";
}
.icon-flag-bent:before {
  content: "\e91b";
}
.icon-flag:before {
  content: "\e91c";
}
.icon-flowerhands:before {
  content: "\e91d";
}
.icon-github:before {
  content: "\e91e";
}
.icon-globe:before {
  content: "\e91f";
}
.icon-hamburger-menu-close:before {
  content: "\e920";
}
.icon-hamburger-menu:before {
  content: "\e921";
}
.icon-heart:before {
  content: "\e922";
}
.icon-holding-doc:before {
  content: "\e923";
}
.icon-icon-community:before {
  content: "\e924";
}
.icon-info-i:before {
  content: "\e925";
}
.icon-inspector-arrow:before {
  content: "\e926";
}
.icon-institution:before {
  content: "\e927";
}
.icon-learning-about-us:before {
  content: "\e928";
}
.icon-list-items:before {
  content: "\e929";
}
.icon-lock:before {
  content: "\e92a";
}
.icon-lunchbox:before {
  content: "\e92b";
}
.icon-map-marker:before {
  content: "\e92c";
}
.icon-minus:before {
  content: "\e92d";
}
.icon-mobile-phone:before {
  content: "\e92e";
}
.icon-monitor:before {
  content: "\e92f";
}
.icon-moon:before {
  content: "\e930";
}
.icon-mozfest-logo:before {
  content: "\e931";
}
.icon-mozilla-logo:before {
  content: "\e932";
}
.icon-open-book:before {
  content: "\e933";
}
.icon-page-with-bookmark:before {
  content: "\e934";
}
.icon-pencil-hand:before {
  content: "\e935";
}
.icon-pencil:before {
  content: "\e936";
}
.icon-plus:before {
  content: "\e937";
}
.icon-quesion-mark-outline:before {
  content: "\e938";
}
.icon-question-mark:before {
  content: "\e939";
}
.icon-redo:before {
  content: "\e93a";
}
.icon-refresh:before {
  content: "\e93b";
}
.icon-ribbon:before {
  content: "\e93c";
}
.icon-science-drop-double:before {
  content: "\e93d";
}
.icon-science-drop:before {
  content: "\e93e";
}
.icon-share:before {
  content: "\e93f";
}
.icon-sign-out:before {
  content: "\e940";
}

.icon-SG_web_ikony_50x50_safety:before {
  content: "\e94e";
}

.icon-skill-collaboration:before {
  content: "\e941";
}
.icon-skill-communication:before {
  content: "\e942";
}
.icon-skill-creativity:before {
  content: "\e943";
}
.icon-skill-participate:before {
  content: "\e944";
}
.icon-skill-problem-solving:before {
  content: "\e945";
}
.icon-skill-read:before {
  content: "\e946";
}
.icon-skill-write:before {
  content: "\e947";
}
.icon-speech-bubble:before {
  content: "\e948";
}
.icon-speech-bubbles:before {
  content: "\e949";
}
.icon-sun:before {
  content: "\e94a";
}
.icon-three-persons:before {
  content: "\e94b";
}
.icon-trash-can:before {
  content: "\e94c";
}
.icon-triangle-left:before {
  content: "\e94d";
}
.icon-triangle-right:before {
  content: "\e94e";
}
.icon-twitter-outline:before {
  content: "\e94f";
}
.icon-twitter:before {
  content: "\e950";
}
.icon-undo:before {
  content: "\e951";
}
.icon-weblit-map:before {
  content: "\e952";
}

.icon-SG_web_ikony_50x50_infos:before {
  content: "\e956";
}

.icon-SG_web_ikony_50x50_mobile-pc:before {
  content: "\e924";
}

#overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: -60px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #E7E7E7;
  z-index: 9999;
  display: none;
  opacity: 0.9;
}
#cookie {
  background: #467CFC;
  position: fixed;
  z-index: 100;
  bottom: 0;
  left: 0;
  width: 100%;
  display: none;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-family: 'Inter', sans-serif;
}
#cookie .inner {
  padding: 10px;
  display: table-cell;
  vertical-align: middle;
}
#cookie p {
  margin: 5px 0;
  color: #fff;
  line-height: 28px;
  padding: 0;
}
@media only screen and (max-width: 480px) {
  #cookie p {
    line-height: 24px;
  }
}
#cookie .bttn {
  border: 2px solid;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 42px;
  text-align: center;
  height: 46px;
  padding: 0 30px;
  font-weight: 700;
  display: table;
  box-shadow: 0 10px 20px 0 rgba(70, 124, 252, 0.3);
  z-index: 1;
  white-space: nowrap;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -webkit-transition: 0.3s ease color, 0.6s ease border, 0.6s ease background, 0.6s ease box-shadow;
  transition: 0.3s ease color, 0.6s ease border, 0.6s ease background, 0.6s ease box-shadow;
}
#cookie .bttn.bttn__blue {
  border-color: #467cfc;
  background: #467cfc;
  color: #fff;
}
#cookie .bttn.bttn__blue.bttn__blue--stroke {
  background: #fff;
  color: #467cfc;
}
#cookie .bttn.bttn__blue.bttn__blue--stroke:hover {
  background: #467cfc;
  color: #fff;
}
#cookie .link {
  color: #fff;
  opacity: 0.7;
  font-size: 14px;
  line-height: 16px;
  position: relative;
  display: table;
}
#cookie .link:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  background: #fff;
  width: 0;
  -webkit-transition: 0.6s ease width;
  transition: 0.6s ease width;
}
#cookie .link:hover:after {
  width: 100%;
}
#cookie .link {
  color: #fff;
  opacity: 1;
}
#cookie p,
#cookie .bttn,
#cookie .link {
  display: inline-block;
}
#cookie .bttn {
  margin: 0 15px;
}
#cookie .bttn:hover {
  border-color: #fff;
}

/********************* Blink CSS *******************************/

.blink_text {
	animation: 1s blinker linear infinite;
	-webkit-animation: 1s blinker linear infinite;
	-moz-animation: 1s blinker linear infinite;
	color: green;
	background-color: #F0FF050;
}
                
.blink_text2 {
	animation: 1s blinker linear infinite;
	-webkit-animation: 1s blinker linear infinite;
	-moz-animation: 1s blinker linear infinite;
	color: white;
	background-color: #F0FF050;
}
                
@-moz-keyframes blinker {
	0% {
		opacity: 1.0;
	}
	50% {
		opacity: 0.0;
	}
	100% {
		opacity: 1.0;
	}
}
                
@-webkit-keyframes blinker {
	0% {
		opacity: 1.0;
						}
	50% {
		opacity: 0.0;
	}
	100% {
		opacity: 1.0;
	}
}
                
@keyframes blinker {
	0% {
		opacity: 1.0;
	}
	50% {
		opacity: 0.0;
	}
	100% {
		opacity: 1.0;
	}
}

/*------------------------- ACTION Zoom Animation -----------------*/
.imgs:hover {
  /* Webkit for Chrome and Safari */
  -webkit-transform: scale(1.4, 1.4); // This is the enlarged size scale of the image.
  -webkit-transition-duration: 300ms;
  -webkit-transition-timing-function: ease-out;
 
  /* Webkit for Mozila Firefox */
  -moz-transform: scale(1.4, 1.4);
  -moz-transition-duration: 300ms;
  -moz-transition-timing-function: ease-out;
 
  /* Webkit for IE( Version: 11, 10 ) */
  -ms-transform: scale(1.4, 1.4);
  -ms-transition-duration: 300ms;
  -ms-transition-timing-function: ease-out;
}

.imgs {
  /* Webkit for Chrome and Safari */
  -webkit-transform: scale(1, 1); // This is the scale for the normal size of the image.
  -webkit-transition-duration: 500ms;
  -webkit-transition-timing-function: ease-out;
 
  /* Webkit for Mozila Firefox */
  -moz-transform: scale(1, 1);
  -moz-transition-duration: 500ms;
  -moz-transition-timing-function: ease-out;
 
  /* Webkit for IE( Version: 11, 10 ) */
  -ms-transform: scale(1, 1);
  -ms-transition-duration: 500ms;
  -ms-transition-timing-function: ease-out;
   max-width:100%;

}

.imgs2:hover {
  /* Webkit for Chrome and Safari */
  -webkit-transform: scale(0.95, 0.95); // This is the enlarged size scale of the image.
  -webkit-transition-duration: 300ms;
  -webkit-transition-timing-function: ease-out;
 
  /* Webkit for Mozila Firefox */
  -moz-transform: scale(0.95, 0.95);
  -moz-transition-duration: 300ms;
  -moz-transition-timing-function: ease-out;
 
  /* Webkit for IE( Version: 11, 10 ) */
  -ms-transform: scale(0.95, 0.95);
  -ms-transition-duration: 300ms;
  -ms-transition-timing-function: ease-out;
}

.imgs2 {
  /* Webkit for Chrome and Safari */
  -webkit-transform: scale(1, 1); // This is the scale for the normal size of the image.
  -webkit-transition-duration: 500ms;
  -webkit-transition-timing-function: ease-out;
 
  /* Webkit for Mozila Firefox */
  -moz-transform: scale(1, 1);
  -moz-transition-duration: 500ms;
  -moz-transition-timing-function: ease-out;
 
  /* Webkit for IE( Version: 11, 10 ) */
  -ms-transform: scale(1, 1);
  -ms-transition-duration: 500ms;
  -ms-transition-timing-function: ease-out;
   max-width:100%;

}

.bgcolor{
background-color: #f0f0f1 !important;
}

#pos{
position: absolute;
bottom: 0;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
z-index:9999;
max-with=100%;
}