body {
	font-family: "Montserrat", sans-serif;
	margin: 0px;
	padding: 0px;
	background: #A5A5A5;
}

a {
	color: #12CB68;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	color: #00AB4F;
}

.nobr {
	white-space: nowrap;
	hyphens: none;
}

.button-skew {
  border: 0px;
  background-color: #2DB572;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  transition: .3s;
  z-index: 1; }
  .button-skew:after {
    position: absolute;
    transition: .3s;
    content: '';
    width: 0;
    bottom: 0;
    background: #3cc481;
    height: 120%;
    left: -10%;
    transform: skewX(15deg);
    z-index: -1; }
  .button-skew:hover {
    cursor: pointer; }
    .button-skew:hover:after {
      width: 100%;
      left: 0; }
    .button-skew:hover:nth-of-type(1) {
      color: #f7f7f7; }
    .button-skew:hover:nth-of-type(1):after {
      left: -10%;
      width: 120%; }

a.empty:hover {
	text-decoration: none !important;
}

.top_menu_main {
	height: 74px;
	width: 100%;
	z-index: 1000;
	position: fixed;
}

img.lazy {
    display: inline-block;
}

.top_menu_main.active {
	background-color: #ffffff;
}

#top_menu_inside {
	width: 90%;
	margin: 0px auto;
	height: 74px;
	max-width: 1920px;
}

#top_menu_area_logo {
	float: left;
	margin-left: 18px;
	width: 160px;
	padding-top: 22px;
}

#top_menu_buttons_area {
	float: right;
	margin-right: 14px;
	width: 300px;
	height: 66px;
	text-align: right;
	white-space: nowrap;
}

#top_menu_area_navigation {
	float: left;
	margin-left: 0px;
	width: 650px;
	height: 66px;
	padding-top: 7px;
	text-align: center;
}

#top_menu_hamburger_area {
	height: 66px;
	margin-right: 23px;
	float: right;
	width: 32px;
	display: none;
	cursor: pointer;
}

.image {
	background-color: transparent;
	background-repeat: no-repeat;
	border: 0 none;
	display: inline-block;
}

.image.logo_main {
	background-image: url("/website/img/logo_main_inactive.svg");
	width: 142px;
	height: 30px;
	background-size: 142px 30px;
}

.image.logo_main.active {
	background-image: url("/website/img/logo_active.svg");
	width: 142px;
	height: 30px;
	background-size: 142px 30px;
}

.image.arrow_down, .image.arrow_down_normal {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='5' viewBox='0 0 9 5'%3E%3Cpath fill='%23FFF' fill-rule='nonzero' d='M7.197.678a.75.75 0 1 1 .897 1.202L4.95 4.228a.75.75 0 0 1-.898 0L.906 1.88A.75.75 0 0 1 1.803.678L4.5 2.691 7.197.678z'/%3E%3C/svg%3E");
	width: 10px;
	height: 6px;
	margin-left: 2px;
	margin-bottom: 2px;
	position: relative;
}

.image.plus {
	background-image: url("/website/img/plus.svg");
	background-position: center;
	width: 17px;
	height: 17px;
	margin-left: 5px;
	margin-bottom: 5px;
	position: relative;
	background-color: #2db572;
	border-radius: 10px;
}

.image.minus {
	background-image: url("/website/img/minus.svg");
	background-position: center;
	width: 17px;
	height: 17px;
	margin-left: 5px;
	margin-bottom: 5px;
	position: relative;
	background-color: #2db572;
	border-radius: 10px;
}

.signin-icon {
	color: #FFFFFF;
	width: 11px;
	height: 11px;
	margin-top: 2px;
	margin-right: 2px;
	object-fit: contain;
	display: inline-block;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 16 16'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M7.76 0a4.514 4.514 0 1 1 0 9.028A4.514 4.514 0 0 1 7.76 0zm4.132 8.65c1.597.641 2.626 1.645 2.626 2.775 0 1.937-3.026 4.775-6.759 4.775C4.026 16.2 1 13.362 1 11.425c0-1.13 1.029-2.134 2.626-2.776a5.692 5.692 0 0 0 4.133 1.775 5.692 5.692 0 0 0 4.133-1.775z'/%3E%3C/svg%3E");
}

.signin-icon.active {
	color: #FFFFFF;
 	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 16 16'%3E%3Cpath fill='%233D4E57' fill-rule='evenodd' d='M7.76 0a4.514 4.514 0 1 1 0 9.028A4.514 4.514 0 0 1 7.76 0zm4.132 8.65c1.597.641 2.626 1.645 2.626 2.775 0 1.937-3.026 4.775-6.759 4.775C4.026 16.2 1 13.362 1 11.425c0-1.13 1.029-2.134 2.626-2.776a5.692 5.692 0 0 0 4.133 1.775 5.692 5.692 0 0 0 4.133-1.775z'/%3E%3C/svg%3E");
}

.image.arrow_down.active {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='5' viewBox='0 0 9 5'%3E%3Cpath fill='%233D4E57' fill-rule='nonzero' d='M7.197.678a.75.75 0 1 1 .897 1.202L4.95 4.228a.75.75 0 0 1-.898 0L.906 1.88A.75.75 0 0 1 1.803.678L4.5 2.691 7.197.678z'/%3E%3C/svg%3E");
	background-size: 10px 6px;
}

.image.top_menu_icons {
	width: 40px;
	height: 40px;
	margin-top: 9px;
	margin-left: 22px;
}

.image.top_menu_icons.uptime_monitoring {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='31' viewBox='0 0 40 31'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23FFF' d='M34.15 23.86h2.31c1.15 0 2.08-.86 2.08-1.92V2.42c0-1.06-.93-1.92-2.08-1.92H2.58C1.43.5.5 1.36.5 2.42v19.52c0 1.06.93 1.92 2.08 1.92h17.17'/%3E%3Cpath fill='%232BB371' fill-rule='nonzero' d='M34.15 24.36c-.276 0-.5-.224-.5-.5s.224-.5.5-.5h2.31c.882 0 1.58-.645 1.58-1.42V2.42c0-.775-.698-1.42-1.58-1.42H2.58C1.698 1 1 1.645 1 2.42v19.52c0 .775.698 1.42 1.58 1.42h17.17c.276 0 .5.224.5.5s-.224.5-.5.5H2.58C1.163 24.36 0 23.286 0 21.94V2.42C0 1.074 1.163 0 2.58 0h33.88c1.417 0 2.58 1.074 2.58 2.42v19.52c0 1.346-1.163 2.42-2.58 2.42h-2.31z'/%3E%3Cpath fill='%232BB371' d='M4.952 3.951c0 .481-.39.871-.87.871-.482 0-.873-.39-.873-.87 0-.482.39-.872.873-.872.48 0 .87.39.87.871M7.806 3.951c0 .481-.39.871-.87.871-.482 0-.872-.39-.872-.87 0-.482.39-.872.872-.872.48 0 .87.39.87.871M10.66 3.951c0 .481-.39.871-.87.871-.483 0-.873-.39-.873-.87 0-.482.39-.872.872-.872.481 0 .871.39.871.871'/%3E%3Cpath fill='%232BB371' fill-rule='nonzero' d='M24.11 13.358c-.076.266-.353.419-.618.342-.266-.076-.419-.353-.342-.618l1.27-4.41c.136-.474.803-.485.956-.016l1.21 3.73c.085.262-.059.544-.322.63-.262.085-.544-.059-.63-.322l-.706-2.176-.818 2.84zM12.034 14.95c-.082.177-.26.29-.454.29H7.77c-.276 0-.5-.224-.5-.5s.224-.5.5-.5h3.49l1.496-3.23c.182-.392.742-.385.913.012l1.881 4.364L18.43 5.135c.14-.501.858-.48.97.028l2.16 9.83c.059.27-.112.536-.382.595-.27.06-.536-.111-.595-.38L18.85 7.33l-2.72 9.685c-.127.454-.754.496-.94.063l-1.997-4.633-1.16 2.505z'/%3E%3Cpath fill='%232DB572' d='M34.913 20.456c0 4.396-3.563 7.959-7.96 7.959-4.394 0-7.958-3.563-7.958-7.959 0-4.396 3.564-7.959 7.959-7.959 4.396 0 7.959 3.563 7.959 7.959' opacity='.2'/%3E%3Cpath fill='%232BB371' fill-rule='nonzero' d='M34.413 20.456c0-4.12-3.34-7.459-7.46-7.459-4.119 0-7.458 3.34-7.458 7.459 0 4.12 3.34 7.459 7.459 7.459 4.12 0 7.459-3.34 7.459-7.459zm1 0c0 4.672-3.787 8.459-8.46 8.459-4.67 0-8.458-3.787-8.458-8.459s3.787-8.459 8.459-8.459 8.459 3.787 8.459 8.459z'/%3E%3Cpath fill='%232BB371' fill-rule='nonzero' d='M32.458 26.184c-.195-.195-.195-.512 0-.707.195-.195.512-.195.707 0l4.667 4.667c.196.195.196.512 0 .707-.195.195-.512.195-.707 0l-4.667-4.667z'/%3E%3C/g%3E%3C/svg%3E");
}

.image.top_menu_icons.speed_monitoring {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='29' viewBox='0 0 40 29'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23FFF' d='M34.15 23.86h2.31c1.15 0 2.08-.86 2.08-1.92V2.42c0-1.06-.93-1.92-2.08-1.92H2.58C1.43.5.5 1.36.5 2.42v19.52c0 1.06.93 1.92 2.08 1.92h17.17'/%3E%3Cpath fill='%232BB371' fill-rule='nonzero' d='M9.77 23.36c.276 0 .5.224.5.5s-.224.5-.5.5H2.58C1.163 24.36 0 23.286 0 21.94V2.42C0 1.074 1.163 0 2.58 0h33.88c1.417 0 2.58 1.074 2.58 2.42v19.52c0 1.346-1.163 2.42-2.58 2.42h-5.19c-.276 0-.5-.224-.5-.5s.224-.5.5-.5h5.19c.882 0 1.58-.645 1.58-1.42V2.42c0-.775-.698-1.42-1.58-1.42H2.58C1.698 1 1 1.645 1 2.42v19.52c0 .775.698 1.42 1.58 1.42h7.19z'/%3E%3Cpath fill='%232BB371' d='M4.95 3.951c0 .481-.39.871-.87.871-.482 0-.872-.39-.872-.87 0-.482.39-.872.872-.872.48 0 .87.39.87.871M7.805 3.951c0 .481-.39.871-.871.871-.482 0-.872-.39-.872-.87 0-.482.39-.872.872-.872.48 0 .87.39.87.871M10.659 3.951c0 .481-.39.871-.871.871-.482 0-.872-.39-.872-.87 0-.482.39-.872.872-.872.48 0 .87.39.87.871'/%3E%3Cpath fill='%232BB371' fill-rule='nonzero' d='M30.715 11.945c-.207-.184-.225-.5-.042-.706.183-.207.5-.225.706-.042 1.402 1.246 2.468 2.832 3.086 4.607.09.261-.047.546-.308.637-.26.09-.546-.047-.636-.308-.562-1.613-1.531-3.056-2.806-4.188zM7.953 15.12c-.11.254-.406.37-.658.258-.253-.11-.369-.405-.258-.658 1.085-2.479 2.975-4.534 5.351-5.825.243-.132.547-.042.678.2.132.243.042.547-.2.679-2.182 1.185-3.917 3.072-4.913 5.347zM27.65 28.39l-14.264.004c-1.544 0-2.949-.91-3.506-2.314-.526-1.33-.8-2.755-.8-4.218 0-6.835 5.948-12.166 12.816-11.36 5.199.612 9.405 4.834 9.99 10.032.207 1.857-.023 3.679-.658 5.357-.568 1.501-1.986 2.499-3.579 2.499zm2.643-2.853c.579-1.53.789-3.193.598-4.892-.531-4.735-4.375-8.593-9.112-9.15-6.271-.736-11.699 4.129-11.699 10.367 0 1.336.25 2.637.73 3.85.402 1.014 1.434 1.683 2.575 1.682l14.264-.004c1.173 0 2.222-.737 2.644-1.853z'/%3E%3Cpath fill='%232DB572' d='M30.76 25.714c.593-1.566.832-3.306.628-5.124-.558-4.97-4.585-9.007-9.55-9.591-6.63-.778-12.258 4.388-12.258 10.863 0 1.427.272 2.788.765 4.034.487 1.228 1.72 1.999 3.04 1.998l14.264-.004c1.391 0 2.62-.875 3.111-2.176z' opacity='.2'/%3E%3Cpath fill='%232BB371' fill-rule='nonzero' d='M20.017 10.92c0-.277.224-.5.5-.5.277 0 .5.223.5.5v2.937c0 .276-.223.5-.5.5-.276 0-.5-.224-.5-.5V10.92zM12.758 14.83c-.195-.194-.195-.511 0-.706.196-.196.512-.196.707 0l1.9 1.899c.195.195.195.512 0 .707-.196.195-.512.195-.708 0l-1.899-1.9zM9.623 22.313c-.277 0-.5-.224-.5-.5 0-.277.223-.5.5-.5h2.938c.276 0 .5.223.5.5 0 .276-.224.5-.5.5H9.622zM31.25 21.313c.276 0 .5.223.5.5 0 .276-.224.5-.5.5h-2.938c-.276 0-.5-.224-.5-.5 0-.277.224-.5.5-.5h2.938zM21.842 21.936c0-.807-.654-1.461-1.46-1.461-.808 0-1.463.654-1.463 1.46 0 .808.655 1.462 1.462 1.462.807 0 1.461-.654 1.461-1.461zm1 0c0 1.359-1.102 2.46-2.46 2.46-1.36 0-2.463-1.1-2.463-2.46 0-1.36 1.102-2.461 2.462-2.461s2.461 1.102 2.461 2.46z'/%3E%3Cpath fill='%232BB371' fill-rule='nonzero' d='M20.568 20.388c-.226.16-.538.106-.697-.12-.16-.225-.106-.537.12-.697l4.254-3.006c.995-.712 2.218.51 1.507 1.505l-3.008 4.239c-.16.225-.472.278-.697.118-.225-.16-.278-.472-.118-.697l3.008-4.24c.055-.077-.035-.166-.113-.11l-4.256 3.008z'/%3E%3C/g%3E%3C/svg%3E");
}

.image.top_menu_icons.transaction_monitoring {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='29' viewBox='0 0 40 29'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23FFF' d='M34.15 23.86h2.31c1.15 0 2.08-.86 2.08-1.92V2.42c0-1.06-.93-1.92-2.08-1.92H2.58C1.43.5.5 1.36.5 2.42v19.52c0 1.06.93 1.92 2.08 1.92h17.17'/%3E%3Cpath fill='%232BB371' fill-rule='nonzero' d='M16.88 23.36c.276 0 .5.224.5.5s-.224.5-.5.5H2.58C1.163 24.36 0 23.286 0 21.94V2.42C0 1.074 1.163 0 2.58 0h33.88c1.417 0 2.58 1.074 2.58 2.42v19.52c0 1.346-1.163 2.42-2.58 2.42h-3.58c-.276 0-.5-.224-.5-.5s.224-.5.5-.5h3.58c.882 0 1.58-.645 1.58-1.42V2.42c0-.775-.698-1.42-1.58-1.42H2.58C1.698 1 1 1.645 1 2.42v19.52c0 .775.698 1.42 1.58 1.42h14.3z'/%3E%3Cpath fill='%232BB371' d='M4.952 3.956c0 .48-.39.87-.87.87-.483 0-.873-.39-.873-.87 0-.481.39-.871.872-.871.481 0 .871.39.871.87M7.806 3.956c0 .48-.39.87-.87.87-.483 0-.873-.39-.873-.87 0-.481.39-.871.872-.871.481 0 .871.39.871.87M10.66 3.956c0 .48-.39.87-.87.87-.483 0-.873-.39-.873-.87 0-.481.39-.871.872-.871.481 0 .871.39.871.87'/%3E%3Cpath fill='%232BB371' fill-rule='nonzero' d='M22.093 24.781c-1.15 0-2.084-.933-2.084-2.084 0-1.15.933-2.084 2.084-2.084h5.573c1.152 0 2.084.933 2.084 2.084s-.932 2.084-2.084 2.084h-5.573zm0-1h5.573c.6 0 1.084-.485 1.084-1.084 0-.599-.485-1.084-1.084-1.084h-5.573c-.598 0-1.084.485-1.084 1.084 0 .6.486 1.084 1.084 1.084z'/%3E%3Cpath fill='%232BB371' fill-rule='nonzero' d='M31.53 9.18H18.24c-.48 0-.86.358-.86.782v16.286c0 .424.38.782.86.782h13.29c.477 0 .85-.355.85-.782V9.962c0-.427-.373-.782-.85-.782zm0-1c1.019 0 1.85.791 1.85 1.782v16.286c0 .99-.831 1.782-1.85 1.782H18.24c-1.02 0-1.86-.792-1.86-1.782V9.962c0-.99.84-1.782 1.86-1.782h13.29z'/%3E%3Cpath fill='%232DB572' d='M31.53 8.68c.75 0 1.35.575 1.35 1.282v16.286c0 .707-.6 1.282-1.35 1.282H18.24c-.75 0-1.36-.575-1.36-1.282V9.962c0-.707.61-1.282 1.36-1.282h13.29z' opacity='.2'/%3E%3Cpath fill='%232BB371' fill-rule='nonzero' d='M20.592 13.643c-.276 0-.5-.224-.5-.5 0-.277.224-.5.5-.5h8.586c.276 0 .5.223.5.5 0 .276-.224.5-.5.5h-8.586zM20.592 17.555c-.276 0-.5-.224-.5-.5s.224-.5.5-.5h8.586c.276 0 .5.224.5.5s-.224.5-.5.5h-8.586z'/%3E%3C/g%3E%3C/svg%3E");
}

.image.top_menu_icons.rum_monitoring {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='29' viewBox='0 0 40 29'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23FFF' d='M34.15 23.86h2.31c1.15 0 2.08-.86 2.08-1.92V2.42c0-1.06-.93-1.92-2.08-1.92H2.58C1.43.5.5 1.36.5 2.42v19.52c0 1.06.93 1.92 2.08 1.92h17.17'/%3E%3Cpath fill='%232BB371' fill-rule='nonzero' d='M31.71 24.36c-.276 0-.5-.224-.5-.5s.224-.5.5-.5h4.75c.882 0 1.58-.645 1.58-1.42V2.42c0-.775-.698-1.42-1.58-1.42H2.58C1.698 1 1 1.645 1 2.42v19.52c0 .775.698 1.42 1.58 1.42h5.21c.276 0 .5.224.5.5s-.224.5-.5.5H2.58C1.163 24.36 0 23.286 0 21.94V2.42C0 1.074 1.163 0 2.58 0h33.88c1.417 0 2.58 1.074 2.58 2.42v19.52c0 1.346-1.163 2.42-2.58 2.42h-4.75z'/%3E%3Cpath fill='%232BB371' d='M4.949 3.958c0 .481-.39.871-.871.871-.482 0-.872-.39-.872-.87 0-.482.39-.872.872-.872.48 0 .87.39.87.871M7.803 3.958c0 .481-.39.871-.871.871-.482 0-.872-.39-.872-.87 0-.482.39-.872.872-.872.48 0 .87.39.87.871M10.657 3.958c0 .481-.39.871-.871.871-.482 0-.872-.39-.872-.87 0-.482.39-.872.872-.872.48 0 .87.39.87.871'/%3E%3Cpath fill='%232BB371' fill-rule='nonzero' d='M29.435 27.535c.978 0 1.77-.794 1.77-1.771V12.223c0-.979-.792-1.771-1.77-1.771H10.06c-.978 0-1.771.792-1.771 1.77v13.542c0 .977.793 1.77 1.77 1.77h19.376zm0 1H10.06c-1.53 0-2.771-1.241-2.771-2.771V12.223c0-1.531 1.24-2.771 2.77-2.771h19.376c1.53 0 2.77 1.24 2.77 2.77v13.542c0 1.53-1.24 2.77-2.77 2.77z'/%3E%3Cpath fill='%232DB572' d='M29.435 28.035H10.06c-1.254 0-2.271-1.017-2.271-2.271V12.223c0-1.255 1.017-2.271 2.27-2.271h19.376c1.254 0 2.27 1.016 2.27 2.27v13.542c0 1.254-1.016 2.27-2.27 2.27z' opacity='.2'/%3E%3Cpath fill='%232BB371' fill-rule='nonzero' d='M26.455 22.811c0-1.134-.456-2.21-1.237-2.99-.342-.341-.715-.604-1.117-.78-.253-.112-.368-.407-.257-.66.11-.252.406-.367.659-.256.52.228.995.562 1.421.988.968.967 1.53 2.296 1.53 3.698v.442c0 .138-.056.27-.156.364-.178.168-.545.38-1.149.578-.946.31-2.236.491-3.923.491-1.682 0-2.965-.158-3.906-.427-.6-.172-.964-.357-1.142-.505-.115-.095-.181-.236-.181-.385v-.558c0-1.964 1.097-3.735 2.804-4.633.244-.129.547-.035.675.21.129.244.035.546-.21.675-1.381.727-2.27 2.16-2.27 3.748v.275c.13.06.326.133.6.211.845.242 2.036.39 3.63.39 1.587 0 2.773-.168 3.613-.442.288-.094.488-.183.616-.252v-.182z'/%3E%3Cpath fill='%232BB371' fill-rule='nonzero' d='M24.474 16.783c0-1.283-1.04-2.323-2.323-2.323-1.284 0-2.324 1.04-2.324 2.323s1.04 2.323 2.324 2.323c1.283 0 2.323-1.04 2.323-2.323zm1 0c0 1.835-1.488 3.323-3.323 3.323-1.836 0-3.324-1.488-3.324-3.323 0-1.836 1.488-3.323 3.324-3.323 1.835 0 3.323 1.487 3.323 3.323zM16.779 18.536c-.246-.126-.342-.428-.215-.673.126-.246.428-.342.673-.215.8.413 1.402 1.133 1.67 2.002l.023.148v.011c0 .276-.224.5-.5.5-.244 0-.447-.174-.491-.405-.196-.594-.612-1.085-1.16-1.368zM13.584 20.673c.484.157 1.177.254 2.112.254.778 0 1.371-.053 1.803-.151.27-.061.537.108.598.377.061.27-.108.537-.377.598-.512.116-1.177.176-2.024.176-1.035 0-1.831-.111-2.421-.303-.39-.127-.637-.269-.766-.391-.1-.095-.157-.226-.157-.364v-.262c0-.895.363-1.75.978-2.365.269-.269.57-.485.899-.637l.21-.046h.01c.277 0 .5.224.5.5 0 .224-.146.413-.349.477-.2.1-.389.239-.563.413-.425.425-.68 1.019-.685 1.639.06.025.136.054.232.085z'/%3E%3Cpath fill='%232BB371' fill-rule='nonzero' d='M13.544 16.983c0-1.213.983-2.196 2.197-2.196 1.212 0 2.195.984 2.195 2.196 0 1.213-.983 2.196-2.195 2.196-1.214 0-2.197-.982-2.197-2.196zm1 0c0 .661.536 1.196 1.197 1.196.66 0 1.195-.535 1.195-1.196 0-.66-.535-1.196-1.195-1.196-.661 0-1.197.536-1.197 1.196z'/%3E%3C/g%3E%3C/svg%3E");
}

.image.top_menu_icons.speed_test {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='29' viewBox='0 0 40 29'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23FFF' d='M34.15 23.86h2.31c1.15 0 2.08-.86 2.08-1.92V2.42c0-1.06-.93-1.92-2.08-1.92H2.58C1.43.5.5 1.36.5 2.42v19.52c0 1.06.93 1.92 2.08 1.92h17.17'/%3E%3Cpath fill='%232BB371' fill-rule='nonzero' d='M32.83 24.36c-.276 0-.5-.224-.5-.5s.224-.5.5-.5h3.63c.882 0 1.58-.645 1.58-1.42V2.42c0-.775-.698-1.42-1.58-1.42H2.58C1.698 1 1 1.645 1 2.42v19.52c0 .775.698 1.42 1.58 1.42h16.95c.276 0 .5.224.5.5s-.224.5-.5.5H2.58C1.163 24.36 0 23.286 0 21.94V2.42C0 1.074 1.163 0 2.58 0h33.88c1.417 0 2.58 1.074 2.58 2.42v19.52c0 1.346-1.163 2.42-2.58 2.42h-3.63z'/%3E%3Cpath fill='%232BB371' d='M4.95 3.954c0 .48-.39.87-.871.87-.482 0-.872-.39-.872-.87 0-.481.39-.871.872-.871.48 0 .87.39.87.87M7.804 3.954c0 .48-.39.87-.871.87-.482 0-.872-.39-.872-.87 0-.481.39-.871.872-.871.48 0 .87.39.87.87M10.658 3.954c0 .48-.39.87-.871.87-.482 0-.872-.39-.872-.87 0-.481.39-.871.872-.871.48 0 .87.39.87.87'/%3E%3Cpath fill='%232BB371' fill-rule='nonzero' d='M33.174 20.416c0-3.861-3.13-6.992-6.992-6.992s-6.993 3.13-6.993 6.992 3.13 6.992 6.993 6.992c3.862 0 6.992-3.13 6.992-6.992zm1 0c0 4.415-3.578 7.992-7.992 7.992s-7.993-3.578-7.993-7.992 3.579-7.992 7.993-7.992 7.992 3.578 7.992 7.992z'/%3E%3Cpath fill='%232DB572' d='M33.674 20.416c0 4.138-3.354 7.492-7.492 7.492s-7.493-3.354-7.493-7.492 3.355-7.492 7.493-7.492 7.492 3.354 7.492 7.492z' opacity='.2'/%3E%3Cpath fill='%232BB371' fill-rule='nonzero' d='M26.682 11.134c0 .277-.224.5-.5.5s-.5-.223-.5-.5V9.237c0-.276.224-.5.5-.5s.5.224.5.5v1.897zM25.868 21.006c-.215-.174-.249-.488-.076-.703.174-.215.488-.25.703-.076l3.21 2.587c.215.173.25.488.076.703-.173.215-.488.249-.703.076l-3.21-2.587z'/%3E%3Cpath fill='%232BB371' fill-rule='nonzero' d='M24.138 9.737c-.276 0-.5-.223-.5-.5 0-.276.224-.5.5-.5h4.087c.277 0 .5.224.5.5 0 .277-.223.5-.5.5h-4.087zM16.183 19.573c-.023.275-.264.48-.54.457-.275-.023-.48-.264-.457-.54.191-2.298 1.093-4.448 2.562-6.188.178-.21.493-.237.704-.06.211.179.238.494.06.705-1.336 1.583-2.156 3.537-2.329 5.626z'/%3E%3C/g%3E%3C/svg%3E");
}

.image.top_menu_icons.availability_test {
	  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='39' height='40' viewBox='0 0 39 40'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Ccircle cx='19' cy='18' r='15' fill='%23FFF'/%3E%3Cpath fill='%232BB371' fill-rule='nonzero' d='M5.763 10.74c.136-.24.44-.325.681-.189.24.136.325.441.19.682-1.203 2.125-1.84 4.516-1.84 7.013 0 2.523.655 4.952 1.882 7.097.823 1.439 1.892 2.727 3.154 3.804 2.575 2.198 5.839 3.425 9.29 3.425.505 0 .991-.023 1.46-.071.275-.028.52.172.548.447.028.274-.172.52-.446.548-.504.051-1.024.076-1.562.076-3.692 0-7.185-1.314-9.94-3.664-1.349-1.153-2.491-2.53-3.372-4.068-1.313-2.295-2.014-4.895-2.014-7.594 0-2.67.682-5.23 1.969-7.506zM32.596 24.95c-.276 0-.5-.224-.5-.5v-.013l.046-.21c.644-1.397 1.06-2.876 1.23-4.402.058-.524.087-1.051.087-1.58 0-1.46-.219-2.893-.644-4.263C30.965 8.04 25.44 3.908 19.12 3.908c-1.321 0-2.603.176-3.818.52-.266.076-.542-.078-.618-.343-.075-.266.079-.543.344-.618 1.305-.37 2.679-.56 4.092-.56 6.762 0 12.671 4.42 14.65 10.779.455 1.465.69 2.998.69 4.56 0 .565-.032 1.128-.094 1.69-.18 1.613-.616 3.175-1.29 4.652-.06.21-.252.362-.48.362z'/%3E%3Cpath fill='%232BB371' fill-rule='nonzero' d='M15.111 6.12c0-2.828-2.292-5.12-5.12-5.12-2.828 0-5.12 2.293-5.12 5.12 0 2.575 3.938 8.437 5.12 8.437 1.181 0 5.12-5.862 5.12-8.436zm1 0c0 3.063-4.283 9.437-6.12 9.437-1.838 0-6.12-6.375-6.12-9.436C3.87 2.74 6.61 0 9.99 0s6.12 2.74 6.12 6.12z'/%3E%3Cpath fill='%232BB371' fill-rule='nonzero' d='M11.708 6.051c0-.948-.769-1.716-1.717-1.716-.95 0-1.718.768-1.718 1.716 0 .95.769 1.718 1.718 1.718.948 0 1.717-.769 1.717-1.718zm1 0c0 1.501-1.217 2.717-2.717 2.717-1.501 0-2.718-1.215-2.718-2.717 0-1.5 1.217-2.717 2.718-2.717 1.5 0 2.717 1.217 2.717 2.717zM30.512 9.187c-.275.029-.521-.17-.55-.444-.03-.275.169-.521.443-.55 4.343-.466 7.283.2 8.069 2.097.789 1.888-.83 4.457-4.198 7.18l-.053.049c-1.438 1.15-3.168 2.306-5.137 3.433-.24.138-.545.054-.683-.185-.137-.24-.054-.545.186-.683 1.926-1.102 3.614-2.23 4.968-3.31l.05-.046c3.088-2.498 4.495-4.734 3.943-6.054-.55-1.33-3.105-1.909-7.038-1.487zM18.693 24.618c.26-.094.546.04.64.3.093.26-.041.547-.301.64-4.104 1.478-8.027 2.415-11.228 2.694-4.104.373-6.861-.307-7.607-2.136-.762-1.818.692-4.228 3.805-6.823l.012-.012c.195-.196.512-.196.707 0 .195.195.195.511 0 .707l-.045.042C1.84 22.396.59 24.468 1.122 25.734c.518 1.273 2.892 1.858 6.593 1.522 3.11-.271 6.95-1.188 10.978-2.638z'/%3E%3Cpath fill='%232BB371' fill-rule='nonzero' d='M32.652 27.17c0-3.75-3.04-6.79-6.79-6.79s-6.788 3.04-6.788 6.79c0 3.41 5.158 11.087 6.789 11.087 1.63 0 6.789-7.677 6.789-11.088zm1 0c0 3.898-5.504 12.087-7.79 12.087-2.285 0-7.788-8.189-7.788-12.088 0-4.302 3.486-7.789 7.789-7.789 4.301 0 7.789 3.487 7.789 7.79z'/%3E%3Cpath fill='%232DB572' d='M33.152 27.17c0 4.025-5.581 11.587-7.29 11.587-1.708 0-7.288-7.562-7.288-11.588 0-4.026 3.263-7.289 7.289-7.289 4.025 0 7.289 3.263 7.289 7.29z' opacity='.2'/%3E%3Cpath fill='%232BB371' fill-rule='nonzero' d='M28.36 27.08c0-1.38-1.119-2.497-2.498-2.497-1.379 0-2.497 1.118-2.497 2.497 0 1.378 1.118 2.497 2.497 2.497 1.38 0 2.497-1.119 2.497-2.498zm1 0c0 1.93-1.567 3.497-3.498 3.497-1.93 0-3.497-1.566-3.497-3.498 0-1.93 1.566-3.497 3.497-3.497 1.931 0 3.497 1.566 3.497 3.497z'/%3E%3C/g%3E%3C/svg%3E");
}

.image.top_menu_icons.knowledge_center {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='34' viewBox='0 0 36 34'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23FFF' d='M14.5 30.482V6.816s1.833-3.25 6.483-3.25h6.634v23.617h-6.634c-4.108 0-6.483 3.3-6.483 3.3z'/%3E%3Cpath fill='%23FFF' d='M14.617 30.482V6.816s-1.833-3.25-6.483-3.25H.5v23.617h7.634c4.108 0 6.483 3.3 6.483 3.3z'/%3E%3Cpath fill='%232BB371' fill-rule='nonzero' d='M15.117 30.482c0 .486-.622.686-.906.292-.063-.087-.196-.251-.396-.467-.339-.366-.74-.732-1.198-1.073-1.303-.971-2.803-1.55-4.483-1.55H.5c-.276 0-.5-.225-.5-.5V3.565c0-.276.224-.5.5-.5h7.634c2.15 0 3.908.65 5.293 1.731.837.654 1.366 1.314 1.625 1.774.042.075.065.16.065.245v23.666zm-1-1.291V6.958c-.056-.085-.14-.2-.25-.337-.282-.352-.633-.705-1.056-1.036-1.214-.949-2.759-1.519-4.677-1.519H1v22.617h7.134c1.914 0 3.616.658 5.08 1.749.328.244.63.5.903.759zM23.43 4.07c-.277 0-.5-.224-.5-.5s.223-.5.5-.5h4.1c.276 0 .5.224.5.5v7.1c0 .276-.224.5-.5.5-.277 0-.5-.224-.5-.5v-6.6h-3.6z'/%3E%3Cpath fill='%232BB371' fill-rule='nonzero' d='M15.12 29.187c.272-.26.572-.514.9-.758 1.463-1.091 3.164-1.749 5.08-1.749h2.54c.276 0 .5.224.5.5s-.224.5-.5.5H21.1c-1.681 0-3.18.58-4.483 1.55-.458.342-.858.709-1.196 1.074-.2.216-.333.38-.395.468-.284.394-.907.194-.907-.292V6.82c0-.276.224-.5.5-.5.277 0 .5.224.5.5v22.367zM4 9.766c-.276 0-.5-.223-.5-.5 0-.276.224-.5.5-.5h3.958c.92 0 1.824.237 2.676.63.509.234.892.471 1.114.636.222.165.268.478.103.7-.164.221-.477.267-.7.103-.037-.028-.119-.084-.24-.158-.204-.127-.438-.254-.696-.373-.73-.337-1.497-.538-2.257-.538H4zM4 13.693c-.276 0-.5-.224-.5-.5s.224-.5.5-.5h3.958c.92 0 1.824.237 2.676.63.509.234.892.47 1.114.636.222.165.268.478.103.7-.164.221-.477.267-.7.103-.037-.029-.119-.084-.24-.159-.204-.126-.438-.253-.696-.372-.73-.337-1.497-.538-2.257-.538H4zM4 17.62c-.276 0-.5-.224-.5-.5s.224-.5.5-.5h3.958c.92 0 1.824.237 2.676.63.509.234.892.47 1.114.636.222.164.268.478.103.7-.164.22-.477.267-.7.102-.037-.028-.119-.084-.24-.158-.204-.126-.438-.254-.696-.372-.73-.337-1.497-.538-2.257-.538H4zM4 21.547c-.276 0-.5-.224-.5-.5s.224-.5.5-.5h3.958c.92 0 1.824.237 2.676.63.509.234.892.47 1.114.636.222.164.268.477.103.7-.164.22-.477.267-.7.102-.037-.028-.119-.084-.24-.158-.204-.126-.438-.254-.696-.372-.73-.337-1.497-.538-2.257-.538H4z'/%3E%3Cpath fill='%232BB371' fill-rule='nonzero' d='M20.959 22.568c.272-.05.532.13.582.402.05.271-.13.532-.401.582-3.65.671-6.02 2.762-6.02 6.928 0 .667-1 .667-1 0V6.82c0-.938.307-2.236 1.216-3.514C16.812 1.231 19.438 0 23.429 0c.277 0 .5.224.5.5v11.2c0 .276-.223.5-.5.5-.276 0-.5-.224-.5-.5V1.007c-3.391.095-5.557 1.162-6.778 2.88-.448.628-.737 1.306-.899 1.99-.058.242-.095.468-.115.673-.013.126-.018.218-.018.27v19.43c1.152-2.026 3.226-3.201 5.84-3.682z'/%3E%3Cpath fill='%232BB371' fill-rule='nonzero' d='M24.075 25.29v.007l-.004.24v1.095c0 .92.746 1.666 1.666 1.666h2.989c.92 0 1.666-.746 1.666-1.666v-1.09l-.001-.17c-.001-.189.103-.361.27-.448 2.4-1.244 3.944-3.729 3.944-6.48 0-4.025-3.266-7.287-7.287-7.287-4.03 0-7.287 3.257-7.287 7.287 0 2.69 1.471 5.124 3.785 6.394.16.088.259.256.259.438v.013zm-5.044-6.846c0-4.582 3.705-8.287 8.287-8.287 4.574 0 8.287 3.71 8.287 8.287 0 3.024-1.64 5.764-4.213 7.221v.967c0 1.472-1.194 2.666-2.666 2.666h-2.989c-1.472 0-2.666-1.194-2.666-2.666v-1.068c-2.478-1.481-4.04-4.165-4.04-7.12z'/%3E%3Cpath fill='%232DB572' d='M23.575 25.29v-.014c-2.408-1.322-4.044-3.887-4.044-6.832 0-4.306 3.481-7.787 7.787-7.787 4.293 0 7.787 3.481 7.787 7.787 0 3.01-1.714 5.628-4.214 6.924l.001.171v1.093c0 1.196-.97 2.166-2.166 2.166h-2.989c-1.196 0-2.166-.97-2.166-2.166v-1.095l.004-.248z' opacity='.2'/%3E%3Cpath fill='%232BB371' fill-rule='nonzero' d='M25.084 31.541c-.276 0-.5-.224-.5-.5s.224-.5.5-.5h4.168c.276 0 .5.224.5.5s-.224.5-.5.5h-4.168zM26.02 33.543c-.275 0-.5-.224-.5-.5 0-.277.225-.5.5-.5h2.295c.276 0 .5.223.5.5 0 .276-.224.5-.5.5H26.02zM30.474 16.235c.455.247.727.638.829 1.108.074.34.055.687-.018 1.018-.025.111-.05.197-.082.283l-1.206 2.771c-.11.253-.405.37-.658.26-.254-.111-.37-.406-.26-.659l1.194-2.74c.007-.018.02-.065.036-.131.044-.202.056-.411.017-.59-.043-.198-.142-.34-.328-.44-.28-.152-.533-.091-.803.136-.111.095-.192.189-.227.24-.26.38-.852.235-.908-.222-.014-.111-.067-.308-.175-.496-.16-.281-.378-.43-.717-.43-.339 0-.557.149-.718.43-.107.189-.161.385-.175.496-.056.457-.648.601-.908.221-.035-.05-.115-.144-.227-.239-.27-.227-.523-.288-.802-.137-.186.101-.285.243-.328.441-.039.179-.027.388.018.59.014.066.028.113.023.1l1.206 2.771c.11.253-.006.548-.26.658-.253.11-.547-.006-.657-.259l-1.219-2.801c-.02-.056-.045-.142-.07-.253-.073-.331-.092-.678-.018-1.018.102-.47.374-.861.828-1.108.605-.328 1.191-.249 1.698.083l.023-.04c.326-.573.857-.935 1.586-.935.729 0 1.26.362 1.586.935l.023.04c.506-.332 1.093-.41 1.697-.083z'/%3E%3C/g%3E%3C/svg%3E");
}

.image.top_menu_icons.contact_us {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='28' viewBox='0 0 23 28'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23FFF' d='M14.9 23.44v.83c0 1.5-1.21 2.71-2.71 2.71H3.21c-1.5 0-2.71-1.21-2.71-2.71V3.2C.5 1.71 1.71.5 3.21.5h8.98c1.5 0 2.71 1.21 2.71 2.7v5.17'/%3E%3Cpath fill='%232BB371' fill-rule='nonzero' d='M14.4 23.44c0-.276.224-.5.5-.5s.5.224.5.5v.83c0 1.776-1.434 3.21-3.21 3.21H3.21C1.434 27.48 0 26.046 0 24.27V3.2C0 1.432 1.436 0 3.21 0h8.98c1.774 0 3.21 1.432 3.21 3.2v5.17c0 .276-.224.5-.5.5s-.5-.224-.5-.5V3.2c0-1.215-.987-2.2-2.21-2.2H3.21C1.987 1 1 1.985 1 3.2v21.07c0 1.224.986 2.21 2.21 2.21h8.98c1.224 0 2.21-.986 2.21-2.21v-.83z'/%3E%3Cpath fill='%232BB371' fill-rule='nonzero' d='M6.325 3.73c-.276 0-.5-.224-.5-.5s.224-.5.5-.5h2.75c.276 0 .5.224.5.5s-.224.5-.5.5h-2.75zM22.615 22.657c.13.351.043.746-.224 1.015-.182.18-.426.28-.679.28-.112 0-.223-.02-.335-.06l-2.735-1.013c-1.219.703-2.596 1.072-4.012 1.072-4.436 0-8.044-3.608-8.044-8.045 0-4.435 3.608-8.044 8.044-8.044s8.044 3.609 8.044 8.044c0 1.416-.369 2.794-1.072 4.013l1.013 2.738zm-2.034-2.615c-.053-.145-.037-.306.044-.437.687-1.112 1.049-2.386 1.049-3.699 0-3.883-3.16-7.044-7.044-7.044-3.884 0-7.044 3.161-7.044 7.044 0 3.884 3.16 7.045 7.044 7.045 1.313 0 2.586-.361 3.698-1.049.131-.081.292-.097.437-.044l2.884 1.068-1.068-2.884z'/%3E%3Cpath fill='%232DB572' d='M21.05 19.868c.736-1.19 1.124-2.555 1.124-3.962 0-4.159-3.384-7.544-7.544-7.544s-7.544 3.385-7.544 7.544c0 4.16 3.384 7.545 7.544 7.545 1.407 0 2.771-.388 3.961-1.124l2.96 1.096c.053.02.107.028.161.028.12 0 .238-.047.327-.135.127-.128.169-.318.107-.487l-1.096-2.96z' opacity='.2'/%3E%3Cpath fill='%232BB371' fill-rule='nonzero' d='M11.568 14.838c-.277 0-.5-.224-.5-.5s.223-.5.5-.5h4.125c.276 0 .5.224.5.5s-.224.5-.5.5h-4.125zM11.568 17.955c-.277 0-.5-.224-.5-.5s.223-.5.5-.5h6.437c.276 0 .5.224.5.5s-.224.5-.5.5h-6.437z'/%3E%3C/g%3E%3C/svg%3E");
}

.animated-hamburger {
  width: 30px;
  height: 45px;
  position: relative;
  margin: 25px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.animated-hamburger span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #ffffff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.animated-hamburger.active span {
	background: #54656F;
}

.animated-hamburger span:nth-child(1) {
  top: 0px;
}

.animated-hamburger span:nth-child(2),
.animated-hamburger span:nth-child(3) {
  top: 10px;
}

.animated-hamburger span:nth-child(4) {
  top: 20px;
}

.animated-hamburger.open span:nth-child(1) {
  top: 10px;
  width: 0%;
  left: 50%;
}

.animated-hamburger.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.animated-hamburger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.animated-hamburger.open span:nth-child(4) {
  top: 12px;
  width: 0%;
  left: 50%;
}

.image.hamburger_menu {
	width: 32px;
	height: 32px;
	background: url('https://cdn.uptimia.com/website/img/hamburger_menu.png');
	margin-top: 22px;
}

.image.hamburger_menu.active {
	background: url('https://cdn.uptimia.com/website/img/hamburger_menu_active.png');
}

.top_menu_btn {
	color: #FFFFFF;
	font-size: 12px;
	display: inline-block;
	margin-top: 20px;
	padding: 9px 15px;
	text-align: center;
	letter-spacing: 0.8px;
	cursor: pointer;
	font-weight: 300;
	font-family: 'Montserrat';
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
}

.top_menu_btn.signup {
	border: #2db572 1px solid;
	background: #2db572;
	margin-left: 10px;
}

.top_menu_btn.signup-footer {
	border: #2db572 1px solid;
	background: #2db572;
	margin-left: 0px;
	margin-top: 0px;
	padding: 14px 25px;
	font-size: 13px;
	letter-spacing: 1.86px;
}

.top_menu_btn.website-go-down {
	border: #2db572 1px solid;
	background: #2db572;
	font-family: 'Montserrat';
	font-size: 13px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
}

.signup_trial_credit_card {
	font-family: Montserrat;
	font-size: 14px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.57;
	letter-spacing: normal;
	color: #ffffff;
	text-align: left;
	margin-top: 25px;
}

.top_menu_btn.signup:hover {
	background: #0CAB5F;
	text-decoration: none;
}

.top_menu_btn.signup:active, .btn:active {
	background: #04a557;
	border: #028747 1px solid;
}

.signin_button {
	display: inline-block;
	font-family: 'Montserrat';
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: 1.71px;
	text-align: center;
	color: #ffffff;
	margin-top: 19px;
	padding: 9px 15px;
	text-align: center;
	position: relative;
	bottom: 12px;
}

.signin_button.active {
	color: #3d4e57;
}

.navi_top_btn {
	list-style-type: none;
    margin: 0;
    padding: 0;
    margin: 21px 0px 0px 0px;
}

.navi_mobile {
	list-style-type: none;
    margin: 0;
    padding: 0;
    margin: 0px 0px 0px 0px;
}

.navi_mobile li {
	padding: 15px;
	width: calc(100% - 20px);
}

.navi_mobile li a {
	font-size: 16px;
	display: inline-block;
	line-height: 22px;
	text-align: center;
	letter-spacing: 0px;
	text-decoration: none;
	color: #42535E;
	font-weight: 500;
}

.navi_mobile.active li a {
	color: #35454D;
}

.navi_mobile li a:hover {
	text-decoration: underline;
}

.navi_mobile li a:active {
	color: #29AB67;
}

.navi_top_btn li {
	display: inline;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	cursor: pointer;
}

.navi_top_btn li a {
	font-size: 12px;
	line-height: normal;
	text-align: center;
	letter-spacing: 1.71px;
	text-decoration: none;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	font-family: 'Montserrat';
}

.navi_top_btn li.selected a, .navi_top_btn li:hover a {
	opacity: 0.8;
}

.navi_top_btn.sub a {
	font-weight: 300;
}

.navi_top_btn a.selected, .navi_top_btn.sub a.selected, .navi_top_btn a:hover, .navi_top_btn.sub a:hover {
	padding-bottom: 1px;
	color: #FFFFFF;
	text-decoration: none !important;
}

.navi_top_btn a:active, .navi_top_btn.sub a:active {
	color: #FFFFFF;
	border-bottom: #FFFFFF 1px solid;
}

.navi_top_btn li.selected.active, .navi_top_btn li.selected.active a {
	color: #3d4e57;
}

.navi_top_btn li.active, .navi_top_btn li.active a {
	color: #3d4e57;
}

.menu_header_box {
	position: absolute;
	background-color: #FFFFFF;
	width: 400px;
	display: none;
	border: 1px solid #cad3d8;
}

.menu_header_box:after, .menu_header_box:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.menu_header_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-width: 8px;
	margin-left: -8px;
}
.menu_header_box:before {
	border-color: rgba(202, 211, 216, 0);
	border-bottom-color: #cad3d8;
	border-width: 9px;
	margin-left: -9px;
}

.menu_header_box.products {
	top: 38px;
	left: -240px;
}

.menu_header_box.support {
	top: 38px;
	left: -230px;
}

.menu_header_box.tools {
	top: 38px;
	left: -243px;
}

.submenu_top_div {
	width: 400px;
	min-height: 100px;
	padding: 10px 0px;
	color: #3d4e57;
}

.submenu_top_div:hover {
	background-color: #f3f7f9;
}

.submenu_top_div:active {
	background-color: #e7f3f9;
}

.submenu_top_left {
	float: left;
	width: 100px;
	padding-top: 5px;
}

.submenu_top_right {
	float: right;
	width: calc(100% - 100px);
}

.submenu_top_title {
	text-align: left;
	padding: 5px;
	margin-top: 5px;
	text-transform: none;
	font-family: 'Montserrat';
	font-size: 15px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #3d4e57;
}

.submenu_top_desc {
	text-transform: none;
	text-align: left;
	padding: 5px;
	padding-right: 30px;
	font-family: 'Montserrat';
	font-size: 13px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.62;
	letter-spacing: normal;
	color: #3d4e57;
}

.submenu_link_top, .submenu_link_top:hover, .submenu_link_top:active {
	border: 0px !important;
	padding: 0px !important;
}

.menu_mobile {
	background: #ffffff; /* should be #42535E, but it straight up doesn't match the design color */
	padding: 20px;
	text-align: center;
	display: none;
	height: 800px;
}

.signin_button_mobile {
	display: inline-block;
	font-family: 'Montserrat';
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: 1.71px;
	text-align: center;
	color: #ffffff;
	margin-top: 19px;
	padding: 9px 15px;
	text-align: center;
	position: relative;
	bottom: 12px;
	color: #3d4e57;
}

.signin-icon_mobile {
	color: #FFFFFF;
	width: 11px;
	height: 11px;
	margin-top: 2px;
	margin-right: 2px;
	object-fit: contain;
	display: inline-block;
	color: #FFFFFF;
 	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 16 16'%3E%3Cpath fill='%233D4E57' fill-rule='evenodd' d='M7.76 0a4.514 4.514 0 1 1 0 9.028A4.514 4.514 0 0 1 7.76 0zm4.132 8.65c1.597.641 2.626 1.645 2.626 2.775 0 1.937-3.026 4.775-6.759 4.775C4.026 16.2 1 13.362 1 11.425c0-1.13 1.029-2.134 2.626-2.776a5.692 5.692 0 0 0 4.133 1.775 5.692 5.692 0 0 0 4.133-1.775z'/%3E%3C/svg%3E");
}

.menu_mobile.active {
	background: #FFFFFF;
}

.top_menu_btn.signup.button-skew.mobile {
	padding: 10px 30px 10px 30px;
}

.mob_menu_buttons {
	display: flex;
	flex-direction: column-reverse;
	padding-top: 40px;
}

.clear {
	clear: both;
}

.cta_btn {
	color: #FFFFFF;
	font-size: 13px;
	display: inline-block;
	line-height: 22px;
	padding: 9px 20px;
	text-align: center;
	letter-spacing: 1px;
	cursor: pointer;
	font-weight: 500;
	border: #2EB472 1px solid;
	background: #2EB472;
}

.cta_btn:hover {
	background: #0CAB5F;
}

.cta_btn:active {
	background: #04a557;
	border: #028747 1px solid;
}

.footer_top_holder {
	width: 100%;
	background: #ffffff;
}

.footer_inside {
	width: 1160px;
	margin: 0px auto;
	padding: 50px 20px 10px 20px;
}

.footer_inside_copyright {
	width: 1160px;
	margin: 0px auto;
	padding: 10px 20px 30px 20px;
}

.foot_products {
	float: left;
	width: 33%;
}

.foot_tools {
	float: left;
	width: 33%;
}

.foot_legal {
	float: left;
	width: 33%;
}

.foot_top_header {
	text-align: left;
	text-transform: uppercase;
	font-family: Montserrat;
	font-size: 15px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #39454c;
}

.footer_bot_holder {
	width: 100%;
	background: #ffffff;
}

ul.footer_list {
	list-style-type: none;
    padding-left:0;
	margin-top: 0px;
}

ul.footer_list li {
	padding-top: 15px;
	text-align: left;
	margin-left: 0px;
}

ul.footer_list li a {
	text-decoration: none;
	font-family: 'Montserrat';
	font-size: 13px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #636363;
}

ul.footer_list li a:hover {
	text-decoration: underline;
}

ul.footer_list li a:active {
	color: #31AA69;
}

.footer_bot_left {
	float: left;
	width: 70%;
	text-align: right;
}

.footer_bot_right {
	float: right;
	width: 30%;
	text-align: right;
}

.footer_copyright {
	text-align: left;
	font-family: 'Montserrat';
	font-size: 12px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #747474;
}

.footer_cookies {
	margin: 20px 0px;
	color: #747474;
	font-size: 14px;
	font-weight: 300;
	text-align: left;
}

.footer_img {
	margin: 0px 10px;
}

.footer_splitter {
	display: none;
}

.presentation-white {
	color: #ffffff !important;
}

.presentation_emphasis {
	font-weight: bold;
}

h3.presentation {
	color: #54656f;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.54;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 20px;
	line-height: 30px;
}

h4.presentation {
	color: #3d4e57;
	font-size: 16px;
	font-weight: 300;
	text-align: center;
	margin-top: 0px;
}

h4.presentation.padded {
	padding-bottom: 40px;
}

.main_header_medium {
	width: 100%;
	background: #273740;
	padding-top: 80px;
	padding-bottom: 40px;
}

.main_header_medium.pricing {
	padding-bottom: 0px;
}

.main_header_medium_wide {
	width: 100%;
	background-size: cover;
	background-color: #202c32;
	background-image: url('https://cdn.uptimia.com/website/img/svg/bg.svg');
	padding-top: 80px;
	padding-bottom: 40px;
}

.main_header_medium_wide {
	width: 100%;
	background-color: #202c32;
	background-image: url('https://cdn.uptimia.com/website/img/svg/bg.svg');
	padding-top: 80px;
	text-align: center;
	padding-bottom: 40px;
	height: auto;
	max-height: 740px;
	background-repeat: repeat-x;
	background-position: center;
 	background-position-y: 78px;
	min-height: 400px;
}

.signup_trial_footer {
	width: 100%;
	background-size: 100% auto;
	background-image: url('https://cdn.uptimia.com/website/img/svg/footer-graph.svg');
	text-align: center;
	height: 544px;
	background-repeat: repeat-x;
	background-position: center;
}

.signup_trial_footer_dots {
	width: 100%;
	background-size: 100% auto;
	background-image: url('https://cdn.uptimia.com/website/img/svg/footer-dots.svg');
	text-align: center;
	height: 544px;
	background-repeat: repeat-x;
	background-position: center;
}

@media screen and (max-width: 500px) {
	.signup_trial_footer {
		width: 100%;
		background-size: 100% auto;
		background-image: url('https://cdn.uptimia.com/website/img/svg/footer-graph.svg');
		background-color: #273740;
		background-position-y: 350px;
		text-align: center;
		height: 850px !important;
		background-repeat: repeat-x;
		/*background-position: center;*/
	}

	.signup_trial_footer_dots {
		width: 100%;
		background-size: 100% auto;
		background-image: url('https://cdn.uptimia.com/website/img/svg/footer-dots.svg');
		text-align: center;
		height: 850px !important;
		background-position-y: 350px;
		background-repeat: repeat-x;
		/*background-position: center;*/
	}

	.signup_trial_content {
		padding-top: 40px !important;
	}

	.signup_trial_desc {
		padding-top: 30px;
	}
}

.signup_trial_content {
	width: 1200px;
	margin: 0px auto;
	padding-top: 60px;
}

.signup_trial_header {
	text-transform: uppercase;
	text-align: left;
	font-family: 'Montserrat';
	font-size: 30px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.67;
	letter-spacing: normal;
	color: #ffffff;
	margin-bottom: 20px;
	margin-top: 35px;
}

.signup_trial_desc {
	font-family: Montserrat;
	font-size: 16px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.88;
	letter-spacing: normal;
	color: #ffffff;
	text-align: left;
	width: 630px;
	margin-bottom: 30px;
}

.signup_trial_button {
	margin-top: 50px;
	text-align: left;
}

.main_header_center {
	width: 1400px;
	margin: 0px auto;
	padding-top: 40px;
}

.main_header_center.centered {
	padding-top: 75px;
}

.main_header_center.centered_further {
	margin-bottom: -100px;
	padding-top: 75px;
}

.main_header_center.lowered {
	position: relative;
	top: 180px;
	z-index: 5;
}

.main_header_center_wide {
	width: 1360px;
	margin: 0px auto;
	padding-top: 40px;
}


h1.head {
	color: #FFFFFF;
	font-size: 35px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.67;
	letter-spacing: normal;
	text-align: center;
	text-transform: uppercase;
	max-width: 1360px;
}

h2.head {
	color: #FFFFFF;
	font-size: 16px;
	max-width: 1360px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.88;
	letter-spacing: normal;
	text-align: center;
	margin-bottom: 40px;
}

h2.head.pricing {
	margin-bottom: 0px;
}

.subheader_holder {
	width: calc(100% - 20px);
	background: #fafafa;
	text-align: center;
	padding: 10px;
}


.submenu {
	list-style-type: none;
    margin: 0;
    padding: 0;
    margin: 21px 0px 0px 0px;
	margin-top: 0px;
	line-height: 60px;
}

.break_submenu {
	display: none;
}

.submenu li {
	display: inline;
	margin: 0px 15px 0px 10px;
}

.submenu a {
	font-size: 13px;
	display: inline-block;
	line-height: 18px;
	text-align: center;
	letter-spacing: 2px;
	text-decoration: none;
	text-transform: uppercase;
	color: #3d4e57;
	font-weight: bold;
}

.submenu a.selected, .submenu.sub a.selected, .submenu a:hover, .submenu.sub a:hover {
	border-bottom: #FFFFFF 1px solid; padding-bottom: 1px;
}

.submenu a:active, .submenu.sub a:active {
	color: #2FB572;
	border-bottom: #2FB572 1px solid;
}

.breadcrumbs_holder {
	width: 100%;
	background: #2e404a;
	z-index: 3;
	position: relative;
}

.breadcrumbs_inside {
	width: 1130px;
	text-align: left;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 24px;
	margin: 0px auto;
	padding: 100px 0px 20px 0px;
	font-weight: 300;
}

.breadcrumbs_inside.short {
	padding: 20px 0px;
}

.breadcrumbs_inside a {
	text-decoration: none;
	font-weight: 400;
	color: #FFFFFF;
}

.common_holder {
	background: #FFFFFF;
	width: 100%;
	padding: 20px 0px;
}

.common_inside {
	width: 1360px;
	margin: 0px auto;
	text-align: center;
}

.tos {
	padding: 20px;
	text-align: justify;
	margin-right: auto;
	margin-left: auto;
	font-weight: 300;
	max-width: 800px;
	width: calc(100% - 40px);
	font-size: 15px;
	line-height: 28px;
}

.tooltip {
	border-bottom: 1px dotted #C5C5C5;
}

.skeleton-box {
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: placeHolderShimmer;
  -webkit-animation-timing-function: linear;
  background: #f5f5f5;
  background-image: linear-gradient(to right, #f5f5f5 0%, #e6e6e6 20%, #f5f5f5 40%, #f5f5f5 100%);
  background-repeat: no-repeat;
  background-size: 800px 204px;
  position: relative;
}

@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0
  }
  100% {
    background-position: 468px 0
  }
}

@-webkit-keyframes prideShimmer {
  from {
    background-position: top left
  }
  to {
    background-position: top right
  }
}

.loader-spinner-green {
  border: 3px solid #d9e2e8;
  border-top: 3px solid #2db572;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  animation: spin 1s linear infinite;
  margin: 4px auto 0px auto;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


@media screen and (max-width: 1438px) {

	.signup_trial_footer {
		background-size: auto;
	}

	.signup_trial_footer_dots {
		background-size: auto;
	}
}


@media screen and (max-width: 1400px) {

	#top_menu_area_logo {
		float: left;
		margin-left: 30px;
		width: 50px;
		padding-top: 22px;
	}

	.common_inside {
		width: 100%;
	}

	.main_header_center {
		width: calc(100% - 40px);
		margin: 0px auto;
		padding: 40px 20px;
	}

	.main_header_center.pricing {
		padding: 40px 20px 0px 20px;
	}

	.main_header_center_wide {
		width: calc(100% - 40px);
		margin: 0px auto;
	}

	/*#top_menu_area_navigation {
		width: 713px;
	}*/

	.image.logo_main, .image.logo_main.active {
		width: 37px;
		height: 30px;
	}

	#top_menu_inside {
		width: 100%;
	}

	.footer_inside, .footer_inside_copyright {
		width: calc(100% - 40px);
	}

	.submenu a {
		font-size: 12px;
	}


}

@media screen and (max-width: 1360px) {
	.signup_trial_content {
		width: calc(100% - 100px);
		margin: 0px 50px;
	}
}

@media screen and (max-width: 1130px) {

	.breadcrumbs_inside {
		width: calc(100% - 40px);
		padding: 100px 20px 20px 20px;
	}

}

/*@media screen and (max-width: 1115px) {
	.navi_top_btn li a {
		font-size: 10px;
	}

	#top_menu_area_navigation {
		width: 657px;
	}

	.main_header_medium_wide {
		padding-top: 50px;
		padding-bottom: 30px;
		min-height: 380px;
	}
}*/

@media screen and (max-width: 1060px) {
	#top_menu_area_navigation, #top_menu_buttons_area {
		display: none;
	}

	#top_menu_area_logo {
		width: 170px;
	}

	.image.logo_main, .image.logo_main.active {
		width: 140px;
		height: 30px;
	}

	#top_menu_hamburger_area {
		display: block;
	}

	.main_header_medium_wide {
		padding-top: 20px;
		padding-bottom: 20px;
		min-height: 380px;
	}

}

@media screen and (max-width: 950px) {
	.footer_splitter {
		display: block;
		clear: both;
	}

	.foot_blog, .foot_legal, .foot_tools, .foot_products {
		width: 50%;
		text-align: center;
	}

	.foot_top_header, ul.footer_list li {
		text-align: center;
	}

	.foot_top_header {
		margin-top: 30px;
	}

	.footer_bot_left, .footer_bot_right {
		width: 100%;
		text-align: center;
	}

	.footer_bot_right {
		padding-bottom: 35px;
	}

	.footer_copyright {
		text-align: center;
		padding-bottom: 20px;
	}

	.footer_inside {
		padding: 20px;
	}

	.footer_cookies {
		text-align: center;
		margin-bottom: 40px;
	}

}

@media screen and (max-width: 815px) {

	.main_header_medium_wide {
		padding-top: 20px;
		padding-bottom: 60px;
		min-height: 200px;
	}

	h1.head {
		font-size: 20px;
		line-height: 30px;
	}

	h2.head {
		font-size: 14px;
		line-height: 26px;
	}
}

@media screen and (max-width: 760px) {
	.signup_trial_content {
		padding-top: 20px;
	}

	.signup_trial_header {
		font-size: 25px;
	}

	.signup_trial_desc {
		font-size: 14px;
		width: 100%;
	}

	.signup_trial_footer, .signup_trial_footer_dots {
		height: 400px;
	}


}

@media screen and (max-width: 700px) {

	.foot_blog, .foot_legal, .foot_tools, .foot_products {
		width: 100%;
	}


}

@media screen and (max-width: 1200px) {
    .ui.small.modal.integration-guide {
        width: 1000px !important;
    }
}

@media screen and (max-width: 650px) {
	.break_submenu {
		display: none;
	}

	.submenu li {
		display: block;
		margin: 15px;
	}


	h3.presentation {
		font-size: 20px;
		line-height: 30px;
		margin-left: 20px;
		margin-right: 20px;
	}

	h4.presentation {
		font-size: 16px;
		line-height: 24px;
		margin-left: 20px;
		margin-right: 20px;
	}

}

@media screen and (max-width: 500px) {
	.signup_trial_header, .signup_trial_desc, .signup_trial_button, .signup_trial_credit_card {
		text-align: center !important;
	}

	.signup_trial_footer_dots {
		height: 450px;
	}

	.signup_trial_footer {
		height: auto;
		padding-bottom: 30px;
	}

	.image.logo_main {
		width: 120px;
		height: 25px;
		background-size: 120px 25px;
	}

	.image.logo_main.active {
		width: 120px;
		height: 25px;
		background-size: 120px 25px;
	}

	#top_menu_area_logo {
		margin-left: 18px;
	}

	.top_menu_btn.signup-footer {
		padding: 11px 19px;
	}
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {

	.retina_img {
		display: block;
	}

	.normal_img {
		display: none;
	}

	/*.image.logo_main {
		background-image: url("https://cdn.uptimia.com/website/img/logo_white@2.png");
		background-size: 142px 30px;
	}

	.image.logo_main.active {
		background-image: url("https://cdn.uptimia.com/website/img/logo_active@2.png");
		background-size: 142px 30px;
	}*/

	.image.arrow_up_normal {
		background: url('https://cdn.uptimia.com/website/img/arrow_up@2.png');
		background-size: 10px 6px;
	}

	.image.hamburger_menu {
		background: url('https://cdn.uptimia.com/website/img/hamburger_menu@2.png');
		background-size: 32px 32px;
	}

	.image.hamburger_menu.active {
		background: url('https://cdn.uptimia.com/website/img/hamburger_menu_active@2.png');
		background-size: 32px 32px;
	}

}

/*# sourceMappingURL=core-homepage.css.map */
