/* Minification failed. Returning unminified contents.
(780,1): run-time error CSS1019: Unexpected token, found '@import'
(780,9): run-time error CSS1019: Unexpected token, found 'url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap')'
 */
.simple-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  z-index: 9999;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-animation: animationSimpleModalOverlay 0.25s 1;
     -moz-animation: animationSimpleModalOverlay 0.25s 1;
          animation: animationSimpleModalOverlay 0.25s 1;
}
.simple-modal::-webkit-scrollbar {
  width: 4px;
}
.simple-modal::-webkit-scrollbar-thumb {
  background-color: rgba(255,255,255,0.66);
}
.simple-modal__container,
.simple-modal__middle {
  height: 100%;
}
.simple-modal__container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}
.simple-modal__middle,
.simple-modal__box {
  width: 100%;
}
.simple-modal__middle {
  display: table;
}
.simple-modal__box {
  padding-top: 16px;
  padding-bottom: 16px;
  display: table-cell;
  vertical-align: middle;
}
.simple-modal-box {
  margin-left: auto;
  margin-right: auto;
  display: block;
  background-color: #fff;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 16px 64px rgba(0,0,0,0.05);
          box-shadow: 0 16px 64px rgba(0,0,0,0.05);
  -webkit-animation: animationSimpleModalBox 0.25s 1;
     -moz-animation: animationSimpleModalBox 0.25s 1;
          animation: animationSimpleModalBox 0.25s 1;
}
.simple-modal-box--small {
  max-width: 280px;
}
.simple-modal-box--middle {
  max-width: 480px;
}
.simple-modal-box--large {
  max-width: 640px;
}
.simple-modal-box__header,
.simple-modal-box__content {
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 16px;
}
.simple-modal-box__header {
  padding-top: 16px;
  position: relative;
}
.simple-modal-box__title {
  padding-right: 40px;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 700;
}
.simple-modal-box__close {
  padding: 0;
  cursor: pointer;
  width: 24px;
  height: 24px;
  outline: none;
  position: absolute;
  top: 16px;
  right: 16px;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M7.773 7L13.84.935a.547.547 0 1 0-.774-.773L7 6.227.933.161A.547.547 0 1 0 .16.934l6.066 6.067L.16 13.067a.547.547 0 1 0 .773.774L7 7.774l6.066 6.067a.545.545 0 0 0 .774 0 .547.547 0 0 0 0-.774L7.773 7.001z' fill='%23000'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Cpath fill='%23fff' d='M0 0H14V14H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  -webkit-background-size: 14px 14px;
          background-size: 14px;
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  -webkit-transition: opacity 0.1s ease-in-out, -webkit-transform 0.25s ease-in-out;
  transition: opacity 0.1s ease-in-out, -webkit-transform 0.25s ease-in-out;
  -moz-transition: transform 0.25s ease-in-out, opacity 0.1s ease-in-out, -moz-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, opacity 0.1s ease-in-out;
  transition: transform 0.25s ease-in-out, opacity 0.1s ease-in-out, -webkit-transform 0.25s ease-in-out, -moz-transform 0.25s ease-in-out;
}
.no-touch .simple-modal-box__close:hover {
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.no-touch .simple-modal-box__close:active {
  opacity: 0.7;
}
@-moz-keyframes animationSimpleModalOverlay {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes animationSimpleModalOverlay {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes animationSimpleModalOverlay {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes animationSimpleModalBox {
  from {
    opacity: 0;
    -moz-transform: scale3d(0.95, 0.95, 0.95);
         transform: scale3d(0.95, 0.95, 0.95);
  }
  to {
    opacity: 1;
    -moz-transform: scale3d(1, 1, 1);
         transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes animationSimpleModalBox {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.95, 0.95, 0.95);
            transform: scale3d(0.95, 0.95, 0.95);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@keyframes animationSimpleModalBox {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.95, 0.95, 0.95);
       -moz-transform: scale3d(0.95, 0.95, 0.95);
            transform: scale3d(0.95, 0.95, 0.95);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
       -moz-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.croppie-container {
    width: 100%;
    height: 100%;
}

.croppie-container .cr-image {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: 0 0;
    max-height: none;
    max-width: none;
}

.croppie-container .cr-boundary {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.croppie-container .cr-viewport,
.croppie-container .cr-resizer {
    position: absolute;
    border: 2px solid #fff;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    box-shadow: 0 0 2000px 2000px rgba(0, 0, 0, 0.5);
    z-index: 0;
}

.croppie-container .cr-resizer {
  z-index: 2;
  box-shadow: none;
  pointer-events: none;
}

.croppie-container .cr-resizer-vertical,
.croppie-container .cr-resizer-horisontal {
  position: absolute;
  pointer-events: all;
}

.croppie-container .cr-resizer-vertical::after,
.croppie-container .cr-resizer-horisontal::after {
    display: block;
    position: absolute;
    box-sizing: border-box;
    border: 1px solid black;
    background: #fff;
    width: 10px;
    height: 10px;
    content: '';
}

.croppie-container .cr-resizer-vertical {
  bottom: -5px;
  cursor: row-resize;
  width: 100%;
  height: 10px;
}

.croppie-container .cr-resizer-vertical::after {
    left: 50%;
    margin-left: -5px;
}

.croppie-container .cr-resizer-horisontal {
  right: -5px;
  cursor: col-resize;
  width: 10px;
  height: 100%;
}

.croppie-container .cr-resizer-horisontal::after {
    top: 50%;
    margin-top: -5px;
}

.croppie-container .cr-original-image {
    display: none;
}

.croppie-container .cr-vp-circle {
    border-radius: 50%;
}

.croppie-container .cr-overlay {
    z-index: 1;
    position: absolute;
    cursor: move;
    touch-action: none;
}

.croppie-container .cr-slider-wrap {
    width: 75%;
    margin: 15px auto;
    text-align: center;
}

.croppie-result {
    position: relative;
    overflow: hidden;
}

.croppie-result img {
    position: absolute;
}

.croppie-container .cr-image,
.croppie-container .cr-overlay,
.croppie-container .cr-viewport {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

/*************************************/
/***** STYLING RANGE INPUT ***********/
/*************************************/
/*http://brennaobrien.com/blog/2014/05/style-input-type-range-in-every-browser.html */
/*************************************/

.cr-slider {
    -webkit-appearance: none;
/*removes default webkit styles*/
	/*border: 1px solid white; *//*fix for FF unable to apply focus style bug */
    width: 300px;
/*required for proper track sizing in FF*/
    max-width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: transparent;
}

.cr-slider::-webkit-slider-runnable-track {
    width: 100%;
    height: 3px;
    background: rgba(0, 0, 0, 0.5);
    border: 0;
    border-radius: 3px;
}

.cr-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #ddd;
    margin-top: -6px;
}

.cr-slider:focus {
    outline: none;
}
/*
.cr-slider:focus::-webkit-slider-runnable-track {
background: #ccc;
}
*/

.cr-slider::-moz-range-track {
    width: 100%;
    height: 3px;
    background: rgba(0, 0, 0, 0.5);
    border: 0;
    border-radius: 3px;
}

.cr-slider::-moz-range-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #ddd;
    margin-top: -6px;
}

/*hide the outline behind the border*/
.cr-slider:-moz-focusring {
    outline: 1px solid white;
    outline-offset: -1px;
}

.cr-slider::-ms-track {
    width: 100%;
    height: 5px;
    background: transparent;
/*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
	border-color: transparent;/*leave room for the larger thumb to overflow with a transparent border */
	border-width: 6px 0;
	color: transparent;/*remove default tick marks*/
}
.cr-slider::-ms-fill-lower {
	background: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
}
.cr-slider::-ms-fill-upper {
	background: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
}
.cr-slider::-ms-thumb {
	border: none;
	height: 16px;
	width: 16px;
	border-radius: 50%;
	background: #ddd;
	margin-top:1px;
}
.cr-slider:focus::-ms-fill-lower {
	background: rgba(0, 0, 0, 0.5);
}
.cr-slider:focus::-ms-fill-upper {
	background: rgba(0, 0, 0, 0.5);
}
/*******************************************/

/***********************************/
/* Rotation Tools */
/***********************************/
.cr-rotate-controls {
	position: absolute;
	bottom: 5px;
	left: 5px;
	z-index: 1;
}
.cr-rotate-controls button {
	border: 0;
	background: none;
}
.cr-rotate-controls i:before {
	display: inline-block;
	font-style: normal;
	font-weight: 900;
	font-size: 22px;
}
.cr-rotate-l i:before {
	content: '↺';
}
.cr-rotate-r i:before {
	content: '↻';
}

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

body, html
{
    font-family: 'Open Sans', sans-serif;
    color: #333;
    min-height: 100vh;
    margin: 0;
    background-color: #E5E5E5;
}

body
{
    min-height: 100vh;
}

.clear
{
    content: '';
    clear: both;
    display: block;
}

a
{
    text-decoration: none;
}

.mobile-only
{
    display: none !important;
}

.relative
{
    position: relative;
}

.absolute {
position: absolute;
}

.overflow-hidden
{
    overflow: hidden;
}

.width100 {
    width: 100%;
}

.bg-gray
{
    background: #EEEEEE;
}

.bg-white
{
    background: #FFFFFF;
}

.bg-blue {
    /*background: #EAF6FC;*/
    background: #0099A7;
}



#top
{
    position: relative;
    z-index: 10;
    height: 100px;
}

    #top .menu-bg {
        height: 100px;
        background: #CE011F;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }

    #top .navbar-brand img {
        max-width: 100%;
        margin-top: 20px;
        max-height: 75px;
    }

.menu .navbar .nav-item
{
    text-align: left;
    line-height: 80px;
    border-top: 3px solid transparent;
}

    .menu .navbar .nav-item.selected {
    border-top: 3px solid #fff;
    }

    .menu .navbar .nav-item a
    {
        font-size: 14px;
        color: #fff;
        padding-left: 1rem;
        padding-right: 1rem;
    }

        .menu .navbar .nav-item a:hover
        {
            text-decoration: none;
            color: #fff;
        }

.menu .buttons {}

    .menu .buttons .button
    {
        border: 1px solid #FFFFFF;
        border-radius: 36px;
        font-weight: normal;
        font-size: 14px;
        padding: 7px 20px;
        color: #fff;
        margin-left: 20px;
    }

        .menu .buttons .button.filled {
            background-color: #fff;
            /*color: #31ACE2;*/
            color: #0099A7;
        }

    .navbar-brand
    {
        height: 100px;
        line-height: 90px;
    }

.navbar
{
    display: inline;
}




#footer
{
    background-color: #EEEEEE;
    padding: 50px 0;
    color: #143F6F;
    font-size: 12px;
    position: relative;
}

    #footer ul.menu
    {
        list-style: none;
        padding-left: 0;
    }

        #footer ul.menu li
        {
            margin-bottom: 7px;
            font-size: 12px;
        }

            #footer ul.menu li a
            {
                color: #143F6F;
                font-weight: 300;
            }

    #footer h4
    {
        font-size: 12px;
        line-height: 16px;
        text-transform: uppercase;
        font-weight: normal;
    }

    #footer .social a
    {
        display: inline-block;
        margin-right: 10px;
        font-size: 20px;
        cursor: pointer;
    }

    #footer .mailing
    {
        position: relative;
    }

        #footer .mailing input[type=email]
        {
            border-radius: 20px;
            width: 100%;
            border: none;
            padding: 7px 15px;
            margin-bottom: 10px;
        }

        #footer .mailing a.submit
        {
            position: absolute;
            top: 22px;
            right: 20px;
            height: 20px;
            width: 24px;
            border: none;
            background-color: transparent;
            font-size: 24px;
            cursor: pointer;
        }

        #footer .mailing a
        {
            color: #143F6F;
            font-weight: 600;
        }

    #footer .copyright
    {
        font-style: normal;
        font-weight: normal;
        font-size: 10px;
        line-height: 13px;
        color: #333;
        margin-top: 40px;
    }


body#index {}
    body#index .intro
    {
        padding: 60px 0;
        background-color: #31ACE2;
        background-image: url('/contentV2/img/home_bg.png');
        background-repeat: no-repeat;
        background-position:center bottom;
        background-size: contain;
    }
        body#index .intro h1
        {
            font-weight: 300;
            font-size: 56px;
            line-height: 76px;
            text-align: center;
            color: #FFFFFF;
        }

        body#index .intro h1 span {
            font-weight: 600;
        }

        body#index .intro h2
        {
            font-style: normal;
            font-weight: normal;
            font-size: 24px;
            line-height: 31px;
            text-align: center;
            color: #FFFFFF;
            margin-top: 20px;
            margin-bottom: 65px;
        }

        body#index .intro a.button
        {
            background: #FFFFFF;
            border-radius: 36px;
            font-weight: 600;
            font-size: 12px;
            line-height: 16px;
            color: #31ACE2;
            display: inline-block;
            padding: 7px 15px;
        }

        body#index .intro img
        {
            max-width: 100%;
        }

    body#index .highlights {
        padding: 90px 0;
    }

        body#index .highlights h3
        {
            font-style: normal;
            font-weight: 300;
            font-size: 30px;
            line-height: 41px;
            text-align: center;
            color: #095589;
            margin-bottom: 60px;
        }

        body#index .highlights .item
        {
            font-weight: 300;
            font-size: 14px;
            line-height: 19px;
            color: #333333;
            position: relative;
        }

            

            body#index .highlights .item .image
            {
                height: 210px;
                background: #095589;
                position: relative;
                text-align: center;
                line-height: 209px;
            }

                body#index .highlights .item .image img {
                max-width: 80%;
                max-height: 80%;
                }



                body#index .highlights .item .image .reflex
                {
                    width: 0;
                    height: 0;
                    border-style: solid;
                    border-width: 0 0 210px 210px;
                    border-color: transparent transparent #ffffff transparent;
                    position: absolute;
                    right: 0;
                    bottom: 0;
                    /*background-color: #fff;*/
                    opacity: 0.1;
                }

    body#index .highlights .row > div:nth-child(2) .item .image
    {
        background: #29A9E1;
    }

        body#index .highlights .row > div:nth-child(3) .item .image
        {
            background: #F37F30;
        }

        body#index .highlights .item span
        {
            display: block;
            font-style: normal;
            font-weight: 600;
            font-size: 16px;
            line-height: 22px;
            text-transform: uppercase;
            margin: 15px 0;
            color: #095589;
        }

        body#index .highlights .row > div:nth-child(2) .item span
        {
            color: #29A9E1;
        }

        body#index .highlights .row > div:nth-child(3) .item span
        {
            color: #F37F30;
        }

        body#index .highlights a.button
        {
            display: inline-block;
            width: 210px;
            border: 1px solid #29A9E1;
            border-radius: 36px;
            text-align: center;
            color: #29A9E1;
            font-weight: 600;
            font-size: 16px;
            line-height: 22px;
            padding: 10px 0;
            cursor: pointer;
        }

        body#index .highlights a.button.filled
        {
            background: #29A9E1;
            color: #fff;
        }

body#index .news
{
    background: #F4F9FD;
    padding: 65px 0;
}

    body#index .news h3
    {
        font-style: normal;
        font-weight: 300;
        font-size: 24px;
        line-height: 33px;

        color: #095589;
    }

    body#index .news ul {
        list-style: none;
        padding-left: 0px;
    }

        body#index .news ul li
        {
            font-style: normal;
            font-weight: normal;
            font-size: 14px;
            line-height: 19px;
            color: #333333;
            padding: 10px;
            padding-left: 50px;
            border-bottom: 1px solid #C6DEEF;
        }

            body#index .news ul li::before
            {
                /*content: url('/Content/img/icon_desktop.png');*/
                background-image: url('/ContentV2/img/icon_desktop.png');
                background-size: 35px 19px;
                display: inline-block;
                content: "";
                display: inline-block;
                margin-left: -50px;
                width: 45px;
                background-repeat: no-repeat;
                height: 20px;
                vertical-align: middle;
            }

            body#index .news ul li span
            {
                display: inline-block;
                margin-right: 20px;
                vertical-align: middle;
            }

body#presentation {}
body#presentation .block
{
    padding: 40px 0;
}
    

    body#presentation h2
    {
        font-weight: 300;
        font-size: 30px;
        line-height: 33px;
        color: #095589;
        margin-bottom: 60px;
        text-align: center;
    }

    body#presentation h3
    {
        font-weight: 300;
        font-size: 24px;
        line-height: 33px;
        color: #000000;
        margin-bottom: 18px;
    }

    body#presentation .image img {
        max-width: 100%;
    }

    body#presentation .content
    {
        font-weight: 300;
        font-size: 14px;
        line-height: 19px;
        color: #000000;
    }

    body#presentation .block .images {
    margin: 30px 0;
    }

    body#presentation .block a.button {
        display: inline-block;
        /*background: #29A9E1;*/
        background: #0099A7;
        border-radius: 36px;
        color: #fff;
        padding: 7px 15px;
        font-weight: 600;
        font-size: 14px;
        line-height: 19px;
    }

    body#presentation .block .images img {
    cursor: pointer;
    }

    body#presentation .block.block1 .images img
    {
        margin-right: 22px;
    }

            body#presentation .block.block1 .images img:nth-child(3) {
            margin-right: 0;
            }

            body#presentation .block.block2 .images img
            {
                margin-right: 7px;
            }

            body#presentation .block.block2 .images img:last-child {
            margin-right: 0;
            }

    body#presentation .block.block3 .images img
    {
        margin-right: 7px;
        
    }

    body#presentation .block.block3 .image img {
    max-height: 320px;
    }

    body#presentation .characteristics .item
    {
        margin-bottom: 45px;
    }
    body#presentation .characteristics .icon
    {
    height: 55px;
    text-align: center;
    line-height: 54px;
    }

    body#presentation .characteristics .icon img
    {

    }

    body#presentation .characteristics .title
    {
        font-weight: normal;
        font-size: 16px;
        line-height: 22px;
        text-align: center;
        color: #095589;
        margin: 20px 0;
    }

    body#presentation .characteristics .text
    {
        font-weight: 300;
        font-size: 12px;
        line-height: 16px;
        text-align: center;
        color: #000000;
    }

    body#plans {}
        body#plans h1
        {
            font-weight: 300;
            font-size: 24px;
            line-height: 33px;
            text-align: center;
            color: #000000;
        }

        body#plans .subtitle
        {
            font-weight: 300;
            font-size: 14px;
            line-height: 19px;
            text-align: center;
            color: #000000;
            margin: 20px 0 60px;
        }


        body#plans table
        {
            width: 100%;
            border-spacing: 0px 0px;
            border-collapse: separate;
        }
        body#plans table.plans
        {
            border-collapse: separate;
            border-spacing: 5px 1px;
        }

            body#plans table td
            {
                position: relative;
            }

            body#plans table thead td:not(:first-child)
            {
                text-align: center;
                background-color: #4DA5DB;
                color: #fff;
                height: 150px;
                width: 210px;
                font-weight: normal;
                font-size: 14px;
                line-height: 19px;
            }

            body#plans table thead td .bg
            {
                display: block;
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
                background: #77D1F6;
                z-index: 1;
            }

            body#plans table thead td:nth-child(3) .bg
            {
                background: #4DA5DB;
            }

            body#plans table thead td:nth-child(4) .bg
            {
                background: #F37F30;
            }

                body#plans table thead td .bg .reflex
                {
                    width: 0;
                    height: 0;
                    border-style: solid;
                    border-width: 0 0 150px 210px;
                    border-color: transparent transparent #ffffff transparent;
                    position: absolute;
                    right: 0;
                    bottom: 0;
                    opacity: 0.1;
                }

            body#plans table thead td .content {
                position: relative;
                z-index: 2;
            }

            body#plans table thead .title
            {
                display: inline-block;
                font-weight: 600;
                font-size: 20px;
                line-height: 27px;
                text-transform: uppercase;
            }
            body#plans table thead .price
            {
                font-weight: bold;
                font-size: 28px;
                line-height: 38px;
            }


            body#plans table tbody tr:not(.prices)
            {
                /*height: 70px;*/
            }

            body#plans table .legend
            {
                background-color: #095589;
                text-align: left;
                color: #fff;
                font-size: 14px;
            }

            body#plans table .option
            {
                background-color: #fff;
                text-align: center;
                color: #29A9E1;
            }

            body#plans table tbody .price
            {
                text-align: center;
                font-weight: normal;
                font-size: 14px;
                color: #29A9E1;
                height: 33px;
                background-color: #fff;
                padding: 0 20px;
            }

            body#plans table .properties
            {
                height: 33px;
                background: #095589;
                color: #fff;
                font-size: 14px;
                padding: 0 0px 0 20px;
            }

                body#plans table .properties.count {
                    padding-right: 20px;
                }

                body#plans table td.border-bottom
                {
                    border-bottom: 1px solid #E5E5E5;
                }

            body#plans .timechange
            {
                float: right;
                width: 645px;
                text-align: center;
                margin-bottom: 25px;
            }

                /*body#plans .timechange ul
                {
                    list-style: none;
                    padding-left: 0;*/
                    /*background-color: #fff;*/
                    /*display: inline-block;
                    overflow: hidden;
                    border-radius: 30px;
                }

                    body#plans .timechange ul li
                    {
                        display: inline-block;
                        line-height: 29px;
                        width: 120px;
                        height: 30px;
                    }

                body#plans .timechange a
                {
                    display: inline-block;
                    width: 100%;
                    height: 100%;
                    text-align: center;
                    color: #29A9E1;
                    font-size: 14px;
                    cursor: pointer;
                    background-color: #fff;
                }

                    body#plans .timechange a.selected
                    {
                        background: #29A9E1;
                        color: #fff;
                        font-weight: bold;
                    }*/

                body#plans .timechange .btn
                {
                    border-radius: 30px;
                    background-color: #fff;
                    width: 120px;
                    color: #29A9E1;
                    font-size: 14px;
                }

                    body#plans .timechange .btn.selected
                    {
                        background: #29A9E1;
                        color: #fff;
                        font-weight: bold;
                    }

                body#plans .timechange .btn-group > .btn:not(:last-child):not(.dropdown-toggle)
                {
                    border-top-right-radius: 0;
                    border-bottom-right-radius: 0;
                }


                body#plans .timechange .btn-group > .btn:not(:first-child):not(.dropdown-toggle)
                {
                    border-top-left-radius: 0;
                    border-bottom-left-radius: 0;
                }

        body#plans table a.button
        {
            color: #fff;
            padding: 8px 25px;
            background: #77D1F6;
            border-radius: 36px;
            text-align: center;
            font-weight: 600;
            font-size: 14px;
            cursor: pointer;
        }

            body#plans table a.button.second
            {
                background: #4DA5DB;
            }

            body#plans table a.button.third
            {
                background: #F37F30;
            }

            body#plans .faq
            {
                margin-top: 60px;
                padding: 80px 0;
            }

            body#plans .faq h1 {
            margin-bottom: 35px;
            }

            body#plans .doubts
            {
                padding: 80px 0;
                background-image: url('/contentV2/img/doubts_bg.png');
                background-position: center center;
                background-repeat: no-repeat;
                background-size: cover;
                text-align: center;
            }

            body#plans .doubts h1
            {
                color: #fff;
                font-weight: 300;
                font-size: 56px;
                line-height: 76px;
                text-align: center;
                margin-bottom: 20px;
            }

            body#plans .doubts .text
            {
                font-weight: normal;
                font-size: 24px;
                line-height: 31px;
                text-align: center;
                color: #FFFFFF;
                margin-bottom: 50px;
            }

            body#plans .doubts a.button
            {
                background: #FFFFFF;
                border-radius: 36px;
                padding: 10px 40px;
                font-weight: 600;
                font-size: 14px;
                line-height: 19px;
                color: #31ACE2;
            }

        body#plans .accordion-item .accordion-button
        {
            font-weight: normal;
            font-size: 14px;
            line-height: 18px;
        }

        body#plans .accordion-button:not(.collapsed)
        {
            font-weight: bold;
            color: #000;
            box-shadow: none;
            background-color: transparent;
        }

        body#testimonials {}
            body#testimonials h1
            {
                font-weight: 300;
                font-size: 24px;
                line-height: 33px;
                color: #000000;
                margin-bottom: 20px;
                text-align: center;
            }
            body#testimonials .subtitle
            {
                font-weight: 300;
                font-size: 14px;
                line-height: 19px;
                text-align: center;
                color: #000000;
                margin-bottom: 60px;
            }

            body#testimonials .content .item
            {
                margin-bottom: 50px;
                border: 3px solid #FFFFFF;
            }

                body#testimonials .content .item .logo {
                    height: 150px;
                    line-height: 149px;
                    text-align: center;
                    margin-bottom: 50px;
                    margin-top: 30px;
                }
                    body#testimonials .content .item .logo img
                    {
                        max-height: 150px;
                    }

                    body#testimonials .content .item .comment
                    {
                        padding: 25px;
                        padding-top: 0px;
                        text-align: center;
                        font-weight: 300;
                        font-size: 14px;
                        line-height: 19px;
                        margin-bottom: 20px;
                        height: 110px;
                    }

            body#testimonials .content .item .person {
                background-color: #fff;
                text-align: center;
                padding: 25px;
            }

            body#testimonials .content .item .photo {
                width: 99px;
                height: 99px;
                border-radius: 50px;
                background-position: center center;
                background-size: cover;
                display: inline-block;
                margin-top: -70px;
            }

                body#testimonials .content .item .name
                {
                    font-weight: 600;
                    font-size: 14px;
                    line-height: 22px;
                    text-align: center;
                    margin-top: 20px;
                }
                body#testimonials .content .item .role
                {
                    font-size: 14px;
                    line-height: 22px;
                    text-align: center;
                }

body#contacts
{
}

    body#contacts .block
    {
        padding: 40px 0;
    }

    body#contacts h3
    {
        font-weight: 300;
        font-size: 24px;
        line-height: 33px;
        color: #000000;
        margin-bottom: 18px;
    }

    body#contacts .image img {
    max-width: 80%;
    }

body#contacts .content
{
    font-weight: 300;
    font-size: 14px;
    line-height: 19px;
    color: #000000;
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

body#contacts form input[type=text],
body#contacts form input[type=email],
body#contacts form textarea
{
    background: #EEEEEE;
    border: none;
    border-radius: 0;
    margin-bottom: 10px;
    box-shadow: none;
    -webkit-box-shadow: none;
}

    body#contacts form input[type=text]::placeholder,
    body#contacts form input[type=email]::placeholder,
    body#contacts form textarea::placeholder
    {
        color: #333;
        font-weight: 300;
        font-size: 14px;
    }

body#contacts form input[type=submit]
{
    background: #29A9E1;
    border-radius: 24px;
    color: #fff;
    padding: 10px 50px;
    border: none;
    font-size: 14px;
}


.text-page
{
    margin-bottom: 100px;
    font-weight: 300;
    font-size: 14px;
    line-height: 19px;
}

    .text-page h1
    {
        font-weight: 300;
        font-size: 24px;
        line-height: 33px;
        margin-bottom: 25px;
    }

    .text-page h2 {
        font-weight: 400;
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 12px;
    }

    .text-page h3
    {
        font-weight: 600;
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 15px;
    }

    .text-page p
    {
        margin: 60px 0 0;
    }

body#privacy table {
    border-width: thin;
    border-style: solid;
    width: 100%;
    border-spacing: 0px 0px;
    border-collapse: separate;
}
    body#privacy table th {
        position: relative;
    }

    body#privacy table thead th {
        background-color: #666666;
    }

    body#privacy table thead th:not(:first-child) {
        text-align: center;
    }



    body#privacy table td {
        border-style: solid;
        border-width: thin;
        border-block-color: #666666;
        padding:5px;
    }

ul.undotted {
    list-style-type: none;
}

ul.spaced li{
    margin-bottom: 15px;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:active
{
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.form-control:disabled, .form-control[readonly]
{
    cursor: not-allowed;
}

.form-control:disabled, .form-control[readonly]
{
    background-color: white !important;
}

.form-floating
{
    margin-bottom: 20px;
}

    .form-floating > .form-control:focus ~ label,
    .form-floating > .form-control:not(:placeholder-shown) ~ label,
    .form-floating > .form-select ~ label {
        transform: scale(.85) translateY(-.9rem) translateX(.15rem);
        color: #B40101;
        font-weight: 500;
    }

    .form-floating > label
    {
        font-size: 14px;
        font-weight: 300;
        padding: 1.5rem .0rem;
    }

    .form-floating > .form-control, .form-floating > .form-select
    {
        padding: 1rem .2rem;
    }

    .form-floating input[type=text], .form-floating input[type=email], .form-floating input[type=password], .form-floating textarea
    {
        border-radius: 0;
        border: 0;
        border-bottom: 1px solid #333;
        font-size: 14px;
    }

        .form-floating input[type=text] > label, .form-floating input[type=email] > label, .form-floating input[type=password] > label, .form-floating textarea > label
        {
            font-size: 14px;
            color: #aaa;
        }

        .form-floating input[type=text].error, .form-floating input[type=email].error, .form-floating input[type=password].error, .form-floating textarea.error
        {
            border-bottom-color: red;
        }

    .form-floating span
    {
        position: absolute;
        left: 0;
        bottom: -15px;
        color: red;
        font-size: 10px;
        z-index: 10;
    }
    .form-floating span.text-danger {
        position: initial;
    }

    .form-floating select
    {
        border-radius: 0;
        border: none;
        border-bottom: 1px solid #333;
        font-size: 14px;
    }

    .form-floating > .form-select ~ label
    {
        transform: scale(.85) translateY(-1.4rem) translateX(.15rem);
    }

    .form-floating > .form-select
    {
        padding: 1rem 0rem;
    }


    .screen-center
    {
        width: 1110px;
        height: 500px;
        margin: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        max-width: 100%;
        max-height: 100%;
        min-height: 675px;
        /*overflow: hidden;*/
        background-color: #fff;
    }

body.user {}

    body.user h1 {
        font-weight: 300;
        font-size: 24px;
        line-height: 33px;
        color: #B40101;
        text-align: center;
        margin-bottom: 40px;
    }

    body.user .logo
    {
        text-align: center;
        margin-bottom: 35px;
    }

    body.user .subtitle {
        font-weight: normal;
        font-size: 14px;
        line-height: 19px;
        text-align: center;
        color: #B40101;
    }

    body.user .alert{
        font-size:14px;
    }

body#login .screen-center
{
    height: 675px;
}

body#login h1
{
    margin-bottom: 70px;
}

body#login .image
{
    height: 675px;
    background-image: url('/contentV2/img/KW-login-img.png');
    background-size: cover;
    background-position: center center;
}

body#login .content
{
    padding: 55px 90px;
}



body#login label.session
{
    font-weight: 300;
    font-size: 12px;
}

body#login .button {
    color: #fff;
    background: #B40101;
    border-radius: 24px;
    border: none;
    font-size: 14px;
    width: 100%;
    padding: 10px 0;
}

body#login .new-password
{
    font-weight: 300;
    font-size: 14px;
    text-align: center;
}

    body#login .new-password a {
        cursor: pointer;
        color: #B40101;
    }

body#login span.error
{
    font-weight: 300;
    font-size: 10px;
    color: #C33A32;
}

body#register .screen-center
{
    height: 675px;
}



body#register .image {
    height: 675px;
    background-image: url('/contentV2/img/KW-login-img.png');
    background-size: cover;
    background-position: center center;
}

body#register .content
{
    padding: 30px 90px;
}

body#register h1
{
    margin-bottom: 15px;
}

body#register .type-select
{
    margin-top: 35px;
    font-weight: 300;
    font-size: 14px;
}
    body#register .type-select > div
    {
        width: 32.5%;
        display: inline-block;
        vertical-align: middle;
        border: 1px solid #DDDDDD;
        text-align: center;
        height: 150px;
        padding: 10px;
        font-weight: 300;
        font-size: 14px;
        border-radius: 2px;
        margin-top: 7px;
        cursor: pointer;
    }

        


    body#register .type-select .label
    {
        height: 35px;
        font-weight: 300;
        font-size: 12px;
        margin: 10px 0;
    }

    body#register .type-select .icon {
    line-height: 40px;
    }

    body#register .type-select .icon img
    {
        width: 42px;
    }

    body#register .type-select > div.selected {
        border-color: #B40101;
        color: #B40101;
    }

body#register .terms
{
    font-weight: 300;
    font-size: 12px;
    color: #333;
    position: relative;
}

    body#register .terms a {
    font-weight: 600;
    color: #333;
    }

body#register .button {
    background: #B40101;
    border-radius: 24px;
    color: #fff;
    width: 100%;
    border: 0;
    padding: 10px 0;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 15px;
}

body#register a.login
{
    font-weight: 300;
    font-size: 14px;
    color: #333;
}

body#register #terms-error
{
    position: absolute;
    top: 20px;
    color: red;
    font-size: 10px;
    z-index: 10;
}

body#register .success {
    text-align: center;
    color: #B40101;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
}

body#register .success img {
margin-top: 125px;
margin-bottom: 35px;
}

body#error .screen-center {
    height: 675px;
}



body#error .image {
    height: 675px;
    background-image: url('/contentV2/img/KW-login-img.png');
    background-size: cover;
    background-position: center center;
}

body#error .content {
    padding: 30px 50px;
}

body#error h1 {
    margin-bottom: 15px;
    font-size: 24px;
}

body#error .success {
    text-align: center;
    color: #B40101;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
}

    body#error .success img {
        margin-top: 125px;
        margin-bottom: 35px;
    }


body#smsvalidation .screen-center
{
    height: 675px;
}



body#smsvalidation .image {
    height: 675px;
    background-image: url('/contentV2/img/KW-login-img.png');
    background-size: cover;
    background-position: center center;
}

body#smsvalidation .content
{
    padding: 30px 75px;
}

body#smsvalidation h1
{
    margin-bottom: 15px;
}

body#smsvalidation .button {
    background: #B40101;
    border-radius: 24px;
    color: #fff;
    width: 100%;
    border: 0;
    padding: 10px 0;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 15px;
}

body#smsvalidation a.cancel
{
    font-weight: 300;
    font-size: 14px;
    color: #333;
}

body#forgotpassword .screen-center {
    height: 675px;
}



body#forgotpassword .image {
    height: 675px;
    background-image: url('/contentV2/img/KW-login-img.png');
    background-size: cover;
    background-position: center center;
}

body#forgotpassword .content {
    padding: 30px 75px;
}

body#forgotpassword h1 {
    margin-bottom: 15px;
}

body#forgotpassword .button {
    background: #B40101;
    border-radius: 24px;
    color: #fff;
    width: 100%;
    border: 0;
    padding: 10px 0;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 15px;
}

body#forgotpassword a.cancel {
    font-weight: 300;
    font-size: 14px;
    color: #333;
}

body#forgotpassword .success {
    text-align: center;
    color: #B40101;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
}

    body#forgotpassword .success img {
        margin-top: 125px;
        margin-bottom: 35px;
    }


body#recoverpassword .screen-center {
    height: 675px;
}

body#recoverpassword h1 {
    margin-bottom: 70px;
}

body#recoverpassword .image {
    height: 675px;
    background-image: url('/contentV2/img/KW-login-img.png');
    background-size: cover;
    background-position: center center;
}

body#recoverpassword .content {
    padding: 55px 90px;
}


body#recoverpassword label.session {
    font-weight: 300;
    font-size: 12px;
}

body#recoverpassword .button {
    color: #fff;
    background: #B40101;
    border-radius: 24px;
    border: none;
    font-size: 14px;
    width: 100%;
    padding: 10px 0;
}

body#recoverpassword .new-password {
    font-weight: 300;
    font-size: 12px;
    text-align: center;
}

    body#recoverpassword .new-password a {
        cursor: pointer;
        color: #B40101;
    }

body#recoverpassword span.error {
    font-weight: 300;
    font-size: 10px;
    color: #C33A32;
}


body#locksession .screen-center {
    width: 555px;
    height: 676px;
}



body#locksession .image {
    height: 675px;
    background-image: url('/contentV2/img/KW-login-img.png');
    background-size: cover;
    background-position: center center;
}



body#locksession .content {
    padding: 30px 75px;
}

body#locksession .userImage {
    width: 160px;
    height: 160px;
    left: 640px;
    top: 346px;
    border: 1px solid #EEEEEE;
    box-sizing: border-box;
    border-radius: 1000px;
}

body#locksession h1 {
    margin-bottom: 15px;
}

body#locksession .button {
    background: #B40101;
    border-radius: 24px;
    color: #fff;
    width: 100%;
    border: 0;
    padding: 10px 0;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 15px;
}

body#locksession a.cancel {
    font-weight: 300;
    font-size: 14px;
    color: #333;
}


body#userdata .screen-center {
    background-color: transparent;
    height: 850px;
}

body#companydata .screen-center
{
    background-color: transparent;
    height: 850px;
}

body#userdata .form,
body#companydata .form
{
    background-color: #fff;
    margin-top: 50px;
    padding: 50px;
}

body#userdata .upload,
body#companydata .upload
{
    height: 140px;
    /*background-color: #29A9E1;*/
    position: relative;
    margin-top: 30px;
}

body#userdata .button,
body#companydata .button {
    background: #B40101;
    border-radius: 24px;
    color: #fff;
    border: 0;
    font-size: 14px;
    line-height: 16px;
    margin-left: 100px;
    display: inline-block;
    padding: 10px 70px;
}

body#userdata a.cancel,
body#companydata a.cancel
{
    font-weight: 300;
    font-size: 14px;
    color: #333;
    display: inline-block;
}

body#userdata .add-photo,
body#companydata .add-photo
{
    display: inline-block;
    height: 100%;
    width: 100%;
    padding: 10px;
    background-image: url('/ContentV2/img/user-img.jpg');
    /*background-size: cover;*/
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}

    body#userdata .add-photo.companyPhoto {
        background-image: url('/ContentV2/img/company-img.jpg');
    }

    body#userdata .add-photo.networkPhoto {
        background-image: url('/ContentV2/img/logoRede.jpg');
    }

body#userdata .upload span.error,
body#companydata .upload span.error
{
    color: red;
    font-size: 10px;
}

body#userdata .upload input[type=file],
body#companydata .upload input[type=file]
{
    visibility: hidden;
}

.simple-modal--adjustphoto .save {
    background: #B40101;
    border-radius: 24px;
    color: #fff;
    border: 0;
    font-size: 14px;
    line-height: 16px;
    display: inline-block;
    padding: 10px 70px;
}

.loginFooter {
    font-weight: 300;
    font-size: 12px;
    text-align: center;
    background: #B40101;
    margin-left: unset;
    margin-right: unset;
}

    .loginFooter a {
        color: #FFFFFF;
    }
.navbar-brand
{
    line-height: 70px;
}

.navbar-toggler
{
    line-height: 65px;
}

.navbar-light .navbar-toggler
{
    border: none;
    float: right;
}

.navbar-light .navbar-toggler-icon
{
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-light button.open .navbar-toggler-icon
{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 24 24' fill='none' stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='18' y1='6' x2='6' y2='18'%3E%3C/line%3E%3Cline x1='6' y1='6' x2='18' y2='18'%3E%3C/line%3E%3C/svg%3E");
}

/*body#index .navbar-light .navbar-toggler-icon
{
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}*/

/*.navbar-light .navbar-toggler-icon
{
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}*/

body.menu-expanded
{
    overflow: hidden;
    max-height: 100vh;
    max-width: 100%;
    /*position: fixed;*/
}

    body.menu-expanded #top {
        height: 100vh;
    }

    .navbar-light .navbar-toggler:focus
    {
        box-shadow: none;
    }
/*// X-Large devices (large desktops, less than 1400px)*/
@media (max-width: 1399.98px)
{
}

/*// Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px)
{
    body#presentation .block.block1 .images img {
    width: 30%;
    margin-right: 15px;
    }
}

@media (max-width: 1079.98px)
{
}

/*// Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px)
{
    .desktop-only
    {
        display: none !important;
    }

    .mobile-only
    {
        display: inline-block !important;
    }

    .collapse:not(.show)
    {
        display: none !important;
    }

    #top .navbar-brand {
    line-height: 90px;
    }

    #top .navbar-brand img
    {
        margin-top: 0;
    }

    .navbar-collapse.collapse,
    .navbar-collapse.collapsing
    {
        background-color: #fff;
        width: 100%;
        height: 100% !important;
        z-index: 100;
        position: fixed;
        left: 0;
        /*top: 80px;*/
        top: 100px;
        overflow: hidden;
        /*padding-left: 25px;*/
    }

        

            #footer h4
            {
                font-weight: 300;
                font-size: 12px;
                line-height: 16px;
                text-align: center;
                text-transform: uppercase;
            }

    .menu .navbar .nav-item a
    {
        color: #29A9E1;
    }

    .menu .navbar-collapse
    {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
        align-content: flex-start;
    }

    .menu .navbar-collapse ul
    {
        order: 2;
    }

    .menu .navbar-collapse .buttons {
        order: 1;
    }

    .menu .buttons {
        width: 100%;
        position: relative;
    }

        .menu .buttons .button
        {
            display: inline-block;
            width: 40%;
            margin: 20px 4.5%;
            border: 1px solid #29A9E1;
            font-size: 12px;
            color: #31ACE2;
            text-align: center;
        }

            .menu .buttons .button.filled
            {
                color: #fff;
                background-color: #31ACE2;
            }

    .menu .navbar .nav-item {
        line-height: 35px;
        padding-left: 10px;
    }

    .menu .user-area-link
    {
        color: #fff;
        /*line-height: 65px;*/
        line-height: 88px;
        padding-top: 5px;
        font-size: 20px;
        float: right;
        transition: opacity linear 0.5s;

        
    }

        .menu .user-area-link span
        {
            background-image: url('/Content/img/user.png');
            display: inline-block;
            width: 24px;
            height: 24px;
            background-repeat: no-repeat;
            background-size: contain;
            vertical-align: middle;
        }

        .menu .navbar-toggler
        {
            line-height: 90px;
        }

    .menu .navbar-collapse ul {
    width: 100%;
    }

    .menu .navbar .nav-item
    {
        padding-left: 0;
    }

        .menu .navbar .nav-item a {
            padding-left: 20px;
        }

        .menu .navbar .nav-item.selected a
        {
            background-color: #31ACE2;
            color: #fff;
        }

    .navbar-collapse.collapse.show .nav-item
    {
        text-align: left;
    }

    .menu .navbar .nav-item.dropdown
    {
        border-bottom: 1px solid #eee;
    }

    .menu .navbar .nav-item:nth-child(5)
    {
        border-top: 1px solid #eee;
    }

    .menu .navbar .nav-item.dropdown a
    {
        color: #515151;
    }

    .menu .navbar .nav-item.dropdown a.nav-link
    {
        font-weight: 600;
    }

    .menu .navbar .nav-item.dropdown .dropdown-menu {
    border: none;
    }

        .menu .navbar .nav-item.dropdown .dropdown-menu li {
        padding-left: 15px;
        }

    .menu .navbar .nav-item.dropdown .dropdown-toggle::after
    {
        float: right;
        border: none;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f107";
    }

    .menu .navbar .nav-item.dropdown .dropdown-toggle.show::after
    {
        content: "\f106";
    }

        body.menu-expanded .menu .user-area-link
        {
            opacity: 0;
        }

    .horizontal-nav-mobile
    {
        word-break: keep-all;
        word-wrap: normal;
        overflow: auto;
        white-space: nowrap;
        width: 100%;
    }

        .horizontal-nav-mobile .row
        {
            flex-wrap: unset;
        }

    .horizontal-nav-mobile .mobile-inline {
        display: inline-block;
    }

    .highlights .horizontal-nav-mobile .mobile-inline {
        width: 60%;
    }

    body#index .intro h2
    {
    margin-bottom: 15px;
    }

    body#index .highlights {
    padding-bottom: 40px;
    }

    

    body#index .highlights .item
    {
        word-break: break-all;
        word-wrap: break-word;
        white-space: normal;
    }

    body#presentation h3 {
        text-align: center;
        margin-top: 45px;
    }

    body#presentation .content {
        text-align: center;
    }

    body#presentation .block .images {
        text-align: left;
    }

    body#presentation .block.block1 .images img {
        width: 60%;
    }

    body#presentation .block.block2 .images img {
        width: 27%;
    }

    body#presentation .block.block3 .images img {
        width: 17%;
    }

    body#presentation .block .image {
    text-align: center !important;
    }

    body#plans .timechange
    {
        float: none;
        width: unset;
    }

    body#plans .doubts .text {
    padding: 0 50px;
    }

    body#plans .table .item {
    margin-bottom: 30px;
    }

    body#plans .table .top
    {
        text-align: center;
        background-color: #4DA5DB;
        color: #fff;
        height: 150px;
        font-weight: normal;
        font-size: 14px;
        line-height: 19px;
        position: relative;
    }

        body#plans .table .top .bg
        {
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: #77D1F6;
            z-index: 1;
        }

    body#plans .table .bg .reflex
    {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 150px 210px;
        border-color: transparent transparent #ffffff transparent;
        position: absolute;
        right: 0;
        bottom: 0;
        opacity: 0.1;
    }

    body#plans .table .content
    {
        position: relative;
        z-index: 2;
        padding: 0;
        display: inline-block;
        margin-top: 25px;
    }

    body#plans .table .price
    {
        font-weight: bold;
        font-size: 28px;
        line-height: 38px;
    }

    body#plans .table .title
    {
        display: inline-block;
        font-weight: 600;
        font-size: 20px;
        line-height: 27px;
        text-transform: uppercase;
    }

    body#plans .table ul.characteristics
    {
        list-style: none;
        padding-left: 45px;
    }

        body#plans .table ul.characteristics li
        {
            font-weight: normal;
            font-size: 14px;
            line-height: 16px;
            margin: 12px 0;
        }

            body#plans .table ul.characteristics li:before
            {
                content: "\f00c";
                color: #29A9E1;
                font-family: FontAwesome;
                display: inline-block;
                margin-left: -2em;
                width: 2em;
            }

    body#plans .table ul.prices
    {
        list-style: none;
        padding: 0 15px;
        font-weight: normal;
        font-size: 12px;
        line-height: 16px;
        color: #29A9E1;
    }

        body#plans .table ul.prices li
        {
            border-bottom: 1px solid #EEEEEE;
            padding: 10px 0;
        }

            body#plans .table ul.prices li span
            {
                float: right;
                font-weight: 600;
                font-size: 14px;
                line-height: 19px;
                text-align: right;
                color: #29A9E1;
            }

    body#plans .table .body {
    padding: 20px 0;
    }
        body#plans .table .body .button
        {
            background: #77D1F6;
            border-radius: 36px;
            padding: 10px 40px;
            font-weight: 600;
            font-size: 14px;
            line-height: 19px;
            color: #fff;
            margin: 10px 0;
            display: inline-block
        }

        body#plans .table .body .small
        {
            font-size: 10px;
            line-height: 14px;
            color: #333;
        }

    body#plans .table .item:nth-child(2) .top .bg
    {
        background: #4DA5DB;
    }

    body#plans .table .item:nth-child(3) .top .bg
    {
        background: #F37F30;
    }

    body#plans .table .item:nth-child(2) .button
    {
        background: #4DA5DB;
    }

    body#plans .table .item:nth-child(3) .button
    {
        background: #F37F30;
    }

    body#plans .faq {
    margin-top: 0;
    }

    body#contacts .block {
    text-align: center;
    }

    body#contacts .block .image {
    margin-top: 35px;
    }

        body#contacts .block .image.text-end {
        text-align: inherit !important;
        }

    body#contacts .block .form textarea {
    height: 100px;
    }

        body#contacts .block .form input[type=submit]
        {
            width: 100%;
        }

    .screen-center
    {
        width: auto;
        height: auto;
        margin: auto;
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        max-width: 100%;
        max-height: 100%;
        overflow: hidden;
    }

    body.user {
    background-color: #fff;
    }

        

    body#login .content
    {
        padding: 50px 150px;
    }

    

    body#login .logo {
        display: block !important;
    }

    body#login h1, body#register h1 {
        font-size: 18px;
    }

    body#register .content,
    body#smsvalidation .content,
    body#userdata .content,
    body#companydata .content
    {
        padding: 30px 150px;
    }

    body#smsvalidation h1 {
    font-size: 19px;
    }

    body#userdata .screen-center, body#companydata .screen-center
    {
        padding: 30px 0;
        height: auto;
    }

    body#userdata .form, body#companydata .form {
        padding: 0;
    }

    body#userdata .upload, body#companydata .upload {
    text-align: center;
    margin-bottom: 30px;
    }

    body#userdata .add-photo, body#companydata .add-photo {
        width: 160px;
    }

    

    body#plans .doubts h1 {
    font-size: 46px;

    }
    body#plans .doubts .text {
    font-size: 20px;
    }

    body#contacts .content {
    position: relative;
    top: unset;
    transform: unset;
    -ms-transform: unset;
    }

    body#userdata .form .buttons > *,
    body#companydata .form .buttons > *
    {
        width: 45%;
        text-align: center;
    }

    body#userdata .button, body#companydata .button {
    margin-left: 5%;
    }

    body#userdata .add-photo, body#companydata .add-photo {
    background-position: center;
    }

    body#userdata .upload span.error,
    body#companydata .upload span.error
    {
        position: relative;
        display: block;
    }
}

/*// Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px)
{
    #top .navbar-brand img {
    max-width: 70%;
    margin-top: 7px;
    margin-left: 5px;
    }

    .highlights .horizontal-nav-mobile .mobile-inline
    {
        width: 80%;
    }

    body#index .highlights .buttons a
    {
        display: block;
        margin: 0 auto 20px;
    }

    body#index .intro h1
    {
        font-size: 24px;
        line-height: 36px;
    }
    body#index .intro h2 {
    font-size: 14px;
    line-height: 20px;
    }
    body#index .highlights h3 {
    font-size: 20px;
    margin-bottom: 30px;
    }

    body#index .highlights {
    padding-top: 40px;
    }

        body#index .highlights a.button {
        font-size: 14px;
        }

    body#index .news h3 {
    text-align: center;
    font-size: 20px;
    }

    body#presentation h2 {
    font-size: 20px;
    }

    body#plans .table ul.characteristics
    {
        padding-left: 40px;
        padding-right: 15px;
    }

    body#plans .table ul.characteristics li
    {
        font-size: 12px;
    }

    body#plans .doubts h1
    {
        font-size: 36px;
    }

    body#plans .doubts .text
    {
        font-size: 18px;
    }


    body#login .content
    {
        padding: 50px 100px;
    }

    body#register .content,
    body#smsvalidation .content,
    body#userdata .content,
    body#companydata .content
    {
        padding: 30px 50px;
    }

    body#userdata .form .buttons,
    body#companydata .form .buttons
    {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
        align-content: flex-start;
    }

        body#userdata .form .buttons > *,
        body#companydata .form .buttons > *
        {
            display: block;
            width: 100%;
            margin-left: 0;
            text-align: center;
        }

        body#userdata .form .buttons a.cancel,
        body#companydata .form .buttons a.cancel
        {
            order: 2;
        }

        body#userdata .form .buttons input,
        body#companydata .form .buttons input
        {
            order: 1;
            margin: 20px 0;
        }

    .text-page
    {
        font-weight: 300;
        font-size: 12px;
        line-height: 16px;
    }

        .text-page h1
        {
            font-weight: 300;
            font-size: 18px;
            line-height: 25px;
            text-align: center;
        }

        .text-page h3
        {
            font-weight: 600;
            font-size: 12px;
            line-height: 16px;
            margin-bottom: 10px;
        }

        .text-page p
        {
            margin: 35px 0 0;
        }
}

/*// X-Small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px)
{
    body#index .intro {
    padding-top: 30px;
    }

    body#presentation h3 {
    font-size: 20px;
    }

    body#presentation .content {
    font-size: 12px;
    }

    body#presentation .characteristics .title {
    font-size: 14px;
    }

    body#plans h1 {
    font-size: 20px;
    }

    body#plans .subtitle {
    font-size: 12px;
    }

    body#plans .accordion-body {
    font-size: 12px;
    }

    body#testimonials h1 {
    font-size: 20px;
    }

    body#testimonials .subtitle {
    font-size: 12px;
    }

    body#testimonials .content .item .comment
    {
        font-size: 12px;
    }

    body#testimonials .content .item .role {
    font-size: 12px;
    }

    body#contacts h3 {
    font-size: 20px;
    }

    body#contacts .content {
    font-size: 12px;
    }
    body#contacts form input[type="text"],
    body#contacts form input[type="text"]::placeholder,
    body#contacts form input[type="email"],
    body#contacts form input[type="email"]::placeholder,
    body#contacts form textarea,
    body#contacts form textarea::placeholder
    {
        font-size: 12px;
    }

    body#login .content
    {
        padding: 50px;
    }

    body#register .content,
    body#smsvalidation .content,
    body#userdata .content,
    body#companydata .content
    {
        padding: 30px;
        overflow: hidden;
    }
}

@media (max-height: 700px) {
    .screen-center {
        margin-top: 0px;
    }
}
.modal-content {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    padding: 1.75rem;
}
.btn {
    font-size: 11px;
    padding: 8px 26px 6px;
    letter-spacing: 1.7px;
    text-transform: uppercase;
    border-radius: 2px;
    outline: none;
    -webkit-transition: 0.15s linear;
    transition: 0.15s linear;
}
.btn-primary {
    color: #fff;
    background-color: #50a1ff;
    border-color: #50a1ff;
}
    .btn-primary:selection {
        background: #74b4ff;
        color: #fff;
    }

.close {
    float: right;
    font-size: 1.40625rem;
    font-weight: 600;
    line-height: 1;
    color: #000;
    text-shadow: none;
    opacity: .5;
}
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.5rem 0.75rem;
    z-index: 1;
}
