div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
a,
ol,
ul,
li,
figcaption {
  font: inherit;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  position: relative;
  font-style: normal;
  line-height: 1.5;
}

section {
  background-color: #eeeeee;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

h1,
h2,
h3 {
  margin: auto;
}

h1,
h3,
p {
  padding: 10px 0;
  margin-bottom: 15px;
}

p,
li,
blockquote {
  color: #15181b;
  letter-spacing: 0.5px;
  line-height: 1.7;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 0;
  margin-top: 0;
}

pre {
  background: #f4f4f4;
  padding: 10px 24px;
  white-space: pre-wrap;
}

p {
  margin-top: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}

a,
a:hover {
  text-decoration: none;
}

figure {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4 {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
}

b,
strong {
  font-weight: bold;
}

blockquote {
  padding: 10px 0 10px 20px;
  position: relative;
  border-left: 3px solid;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition-delay: 9999s;
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  -o-transition-property: background-color, color;
  transition-property: background-color, color;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

/* Custom Stuff-------------------------------------------------------*/
.header-logo {
	margin-top: 1rem;
	position: absolute;
	left: 30px;
	top: 10px;
}

.alaotsikko {
  display: inline-block;
  width: 80%;
  text-align:  left;
  padding-top: 10px;
  margin-left: 2.5%;
  letter-spacing: 0.5px;
  font-weight: 450;
}

.banner1 {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.crop {
        display: inline-block;
  		width: 75px;
		height: 75px;
		margin-bottom: 1.6rem;
		overflow: hidden;
		border-radius: 50%;
}

.crop img {
    width: 100%;
    min-width: 100%;
  	min-height: 100%;
	margin: -40px 0 0 0;
}

.c-row {
  display: block;
}

.imgbox {
  position: relative;
  width: 95%;
  height: auto;
	border: 2px solid #F1F1F1;
	margin-top: 0px;
  overflow: hidden;
}

.cimg {
	width: 100%;
	height: auto;
	margin-top: 0px;
  transform: scale(1,1);
  transition: transform 200ms;
}

.cimg:hover {
  transform: scale(1.05, 1.05);
}

/* Custom styling for pages in the iframe */
.cimga {
  border: solid #f1f1f1;
  border-width: 7px 7px 7px;
}

.cimgselected {
  border: solid #00c0dd;
  border-width: 8px;
}

/* Editor button(s) */
.editbtn {
  position: relative;;
  cursor: pointer;
  display: inline-block;
  background-color: #F1F1F1;
  width: 50px;
  height: 30px;
  border: 2px solid #AAAAAA;
  border-radius: 5px;
  margin: 0 5px;
}

.editbtn p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* */

input {
  cursor: pointer;
}

.c-row:after {
	content: "";
    display: table;
    clear: both;
}

.c-column {
	float: left;
  width: 100%;
	text-align: center;
	padding-bottom: 15px;
}

.procol {
  width: 100%;
}

.procol img {
  width: 95%;
  border: 2px solid #F1F1F1;
  transform: scale(1,1);
  transition: transform 250ms;
}

.procol img:hover {
  /*border: 5px solid #212529;*/
  transform: scale(1.03, 1.03);
}

.procol .editbtn {
  width: 150px;
}

.procol .editbtn p {
  width: fit-content;
}

.shrink-desktop {
	width: 80%;
}

.builder-sidebar .nav-dropdown .nav-item .show {
	display: block;
}

.ifcon {
  display: block;
  width: 75%;
  text-align: center;
  margin: auto;
}

.ad-if {
  display: block;
  width: 100%;
  height: 600px;
  text-align: center;
  margin: 0px auto 100px auto;
}

.upl {
  text-align: center;
  margin: 0 auto 10px auto;
}

.pagecontent {
  width: 80%;
  min-height: 20vh;
  margin-left: auto;
  margin-right: auto;
}

.linkbutton {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 10%;
  height: 15%;
  margin: 2.5%;
}

.linkbutton div {
  position: relative;
  width: 100%;
  height: 100%;
}

.linkbutton img {
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%);
  opacity: 90%;
}

@media (max-width: 910px) {
	.cimg {
		margin-top: 0px !important;
	}
}

@media (min-width: 910px) {
	.c-column {
		width: 33.33%;
	}
	
	.dsright-1 {
		margin-right: -90px;
	}
	
	.dsleft-1 {
		margin-left: -90px;
	}
	
	.shrink-desktop {
		width: 50%;
	}
}

@media (min-width: 710px) {
	.hide-on-desktop {
		display: none;
	}
	
	.gap-desktop {
		padding-top: 75px;
	}

  .c-row {
    display: flex;
  }

  .procol {
    width: 50%;
  }

  .button-grid {
		display: inline !important;
		padding-left: 14px;
		padding-right: 14px;
	}

  .header-logo {
		position: static;
		margin-top: 0px;
	}

  .pagecontent {
    min-height: 10vh;
  }
}

@media (min-width: 500px) {
	/* .banner1 {
		height: 600px;
	} */
}

.button-grid {
	padding-bottom: 1.1rem;
	display: block;
}
/* End Of Custom Stuff-------------------------------------------------------*/

.mbr-section-title {
  font-style: normal;
  line-height: 1.2;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.6;
}

.btn {
  font-weight: 400;
  border-width: 1px;
  border-style: solid;
  font-style: normal;
  letter-spacing: 2px;
  margin: .4rem .5rem;
  white-space: normal;
  -webkit-transition: all .3s ease-in-out, -webkit-box-shadow 2s ease-in-out;
  transition: all .3s ease-in-out, -webkit-box-shadow 2s ease-in-out;
  -o-transition: all .3s ease-in-out, box-shadow 2s ease-in-out;
  transition: all .3s ease-in-out, box-shadow 2s ease-in-out;
  transition: all .3s ease-in-out, box-shadow 2s ease-in-out, -webkit-box-shadow 2s ease-in-out;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  display: -webkit-inline-flex;
}

.btn-form {
  border-radius: 0;
}

.btn-form:hover {
  cursor: pointer;
}

form .btn {
  margin: 0;
}

input,
textarea,
select {
  padding: 15px 0.5rem;
}

.mbr-figure img,
.mbr-figure iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
}

.card-img {
  text-align: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}

.media-container>div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100%;
  }
}

section.slider .amp-carousel-button {
  cursor: pointer;
}

amp-image-lightbox a.control {
  position: absolute;
  width: 32px;
  height: 32px;
  right: 16px;
  top: 16px;
  z-index: 1000;
}

amp-image-lightbox a.control .close {
  position: relative;
}

amp-image-lightbox a.control .close:before,
amp-image-lightbox a.control .close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: #fff;
}

amp-image-lightbox a.control .close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

amp-image-lightbox a.control .close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.hidden {
  visibility: hidden;
}

.super-hide {
  display: none;
}

.inactive {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
}

textarea[type="hidden"] {
  display: none;
}

#scrollToTop {
  display: none;
}

.popover-content ul.show {
  min-height: 155px;
}

.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #000000;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}

.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}

.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}

@media (max-width: 767px) {
  .align-left,
  .align-center,
  .align-right,
  .mbr-section-btn,
  .mbr-section-title {
    text-align: center;
  }
}

.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

.mbr-section-btn {
  margin-left: -.25rem;
  margin-right: -.25rem;
  font-size: 0;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-right: 0.5rem;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-right: 0.8rem;
}

[type="submit"] {
  -webkit-appearance: none;
}

.google-map {
  height: 400px;
  position: relative;
  width: 100%;
}

.google-map iframe {
  height: 100%;
  width: 100%;
}

.google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}

.google-map[data-state] {
  background: #e9e5dc;
}

.google-map[data-state="loading"] [data-state-details] {
  display: none;
}

.map-placeholder {
  display: none;
}

.mbr-fullscreen .mbr-overlay {
  height: 100vh;
}

.mbr-fullscreen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  height: 100vh;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

section.sidebar-open:before {
  content: '';
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1040;
}

amp-img img {
  max-height: 100%;
  max-width: 100%;
}

img.mbr-temp {
  width: 100%;
}

.is-builder .nodisplay+img[async],
.is-builder .nodisplay+img[decoding="async"],
.is-builder amp-img>a+img[async],
.is-builder amp-img>a+img[decoding="async"] {
  display: none;
}

html:not(.is-builder) amp-img>a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.is-builder .temp-amp-sizer {
  position: absolute;
}

.is-builder section.slider .icon-wrap,
.is-builder section[class*="gallery"] .icon-wrap {
  pointer-events: all;
}

.is-builder amp-youtube .temp-amp-sizer,
.is-builder amp-vimeo .temp-amp-sizer {
  position: static;
}

.is-builder section.horizontal-menu .ampstart-btn {
  display: none;
}

@media (max-width: 991px) {
  .is-builder section.horizontal-menu .navbar-toggler {
    display: block;
  }
}

.is-builder section.horizontal-menu .dropdown-menu {
  z-index: auto;
  opacity: 1;
  pointer-events: auto;
}

.is-builder section.horizontal-menu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1em;
}

.mobirise-spinner {
  position: absolute;
  top: 50%;
  left: 40%;
  margin-left: 10%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  z-index: 4;
}

.mobirise-spinner em {
  width: 24px;
  height: 24px;
  background: #3ac;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: slide 1s infinite;
}

.mobirise-spinner em:nth-child(1) {
  -webkit-animation-delay: 0.1s;
}

.mobirise-spinner em:nth-child(2) {
  -webkit-animation-delay: 0.2s;
}

.mobirise-spinner em:nth-child(3) {
  -webkit-animation-delay: 0.3s;
}

@-moz-keyframes slide {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    opacity: 0.3;
    -webkit-transform: scale(2);
  }
  100% {
    -webkit-transform: scale(1);
  }
}

@-webkit-keyframes slide {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    opacity: 0.3;
    -webkit-transform: scale(2);
  }
  100% {
    -webkit-transform: scale(1);
  }
}

@-o-keyframes slide {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    opacity: 0.3;
    -webkit-transform: scale(2);
  }
  100% {
    -webkit-transform: scale(1);
  }
}

@keyframes slide {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    opacity: 0.3;
    -webkit-transform: scale(2);
  }
  100% {
    -webkit-transform: scale(1);
  }
}

.mobirise-loader .amp-active>div {
  display: none;
}

.mbr-container {
  max-width: 1200px;
  padding: 0 10px;
  margin: 0 auto;
  position: relative;
}
	 
.container-backtotop { 
  padding-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  display: inline-block;
}
	 
.container-nice {
  padding-right: 0px;
  padding-left: 0px;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
  margin-top: -16px;
  display: inline-block;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 767px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.mbr-row,
.mbr-form-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}

.mbr-form-row {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.mbr-form-row>[class*="mbr-col"] {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.mbr-justify-content-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
}

@media (max-width: 767px) {
  .mbr-col-sm-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex: 0 0 100%;
  }
  .mbr-row {
    margin: 0;
  }
}

@media (min-width: 768px) {
  .mbr-col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex: 0 0 25%;
  }
  .mbr-col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex: 0 0 33.333333%;
  }
  .mbr-col-md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex: 0 0 41.666667%;
  }
  .mbr-col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex: 0 0 50%;
  }
  .mbr-col-md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex: 0 0 58.333333%;
  }
  .mbr-col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-flex: 0 0 66.666667%;
  }
  .mbr-col-md-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-flex: 0 0 83.333333%;
  }
  .mbr-col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex: 0 0 100%;
  }
}

@media (min-width: 992px) {
  .mbr-col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex: 0 0 16.666667%;
  }
  .mbr-col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex: 0 0 25%;
  }
  .mbr-col-lg-4 {
    -ms-flex: 0 0 33.33%;
    -webkit-box-flex: 0;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex: 0 0 33.33%;
  }
  .mbr-col-lg-5 {
    -ms-flex: 0 0 41.666%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666%;
    max-width: 41.666%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex: 0 0 41.666%;
  }
  .mbr-col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex: 0 0 50%;
  }
  .mbr-col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-flex: 0 0 66.666667%;
  }
  .mbr-col-lg-10 {
    -ms-flex: 0 0 83.3333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.3333%;
    max-width: 83.3333%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex: 0 0 83.3333%;
  }
  .mbr-col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex: 0 0 100%;
  }
}

@media (min-width: 1200px) {
  .mbr-col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex: 0 0 58.333333%;
  }
  .mbr-col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-flex: 0 0 66.666667%;
  }
}

amp-sidebar {
  background: transparent;
}

#scrollToTopMarker {
  position: absolute;
  width: 0px;
  height: 0px;
  top: 300px;
}

#scrollToTopButton {
  position: fixed;
  bottom: 25px;
  right: 25px;
  opacity: .4;
  z-index: 5000;
  font-size: 32px;
  height: 60px;
  width: 60px;
  border: none;
  border-radius: 3px;
  cursor: pointer;
}

#scrollToTopButton:focus {
  outline: none;
}

#scrollToTopButton a:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 36%;
  width: 2px;
  left: calc(50% - 1px);
}

#scrollToTopButton a:after {
  content: '';
  position: absolute;
  border-top: 2px solid;
  border-right: 2px solid;
  width: 40%;
  height: 40%;
  left: calc(30% - 1px);
  bottom: 30%;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.is-builder #scrollToTopButton a:after {
  left: 30%;
}

.field {
  margin-bottom: 1rem;
}

.field-input {
  margin: 0;
  width: 100%;
}

form a.btn {
  margin: 0;
}

.mbr-col,
.mbr-col-auto {
  padding-left: 1rem;
  padding-right: 1rem;
}

.mbr-col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.mbr-col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.dots-wrapper .dots {
  margin: 4px 8px;
}

.dots-wrapper .dots span {
  cursor: pointer;
  border-radius: 12px;
  display: block;
  height: 24px;
  width: 24px;
  transition: 0.4s;
  border: 10px solid #cccccc;
}

.dots-wrapper .dots span:hover {
  opacity: 1;
}

.dots-wrapper .dots span.current {
  outline: none;
  width: 40px;
  opacity: 1;
}

.amp-carousel-button {
  outline: none;
}

.hidden-slide {
  display: none;
}

.visible-slide {
  display: flex;
}

body {
  font-family: Roboto;
}

blockquote {
  border-color: #4ea2e3;
}

.display-1 {
  font-family: 'Source Sans Pro','Roboto', sans-serif;
  font-size: 4.5rem;
}

.display-2 {
  font-family: 'Source Sans Pro','Roboto', sans-serif;
  font-size: 2.2rem;
}

.display-4 {
  font-family: 'Source Sans Pro','Roboto', sans-serif;
  font-size: 0.9rem;
}

.display-5 {
  font-family: 'Source Sans Pro','Roboto', sans-serif;
  font-size: 1.8rem;
}

.display-7 {
  font-family: 'Source Sans Pro','Roboto', sans-serif;
  font-size: 1.1rem;
}
	 
.display-8 {
  font-family: 'Source Sans Pro','Roboto', sans-serif;
  font-size: 0.7rem;
}

.display-9 {
  font-family: 'Source Sans Pro','Roboto', sans-serif;
  font-size: 0.8rem;
}

input,
textarea {
  font-family: 'Source Sans Pro','Roboto', sans-serif;
  font-size: 0.9rem;
}

.display-1 .mbr-iconfont-btn {
  font-size: 4.5rem;
  width: 4.5rem;
}

.display-2 .mbr-iconfont-btn {
  font-size: 2.2rem;
  width: 2.2rem;
}

.display-4 .mbr-iconfont-btn {
  font-size: 0.9rem;
  width: 0.9rem;
}

.display-5 .mbr-iconfont-btn {
  font-size: 1.8rem;
  width: 1.8rem;
}

.display-7 .mbr-iconfont-btn {
  font-size: 1.1rem;
  width: 1.1rem;
}

@media (max-width: 768px) {
  .display-1 {
    font-size: 3.6rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
}

.btn {
  padding: 1rem 2rem;
  border-radius: 0px;
}

.btn-sm {
  border-width: 1px;
  padding: 0.6rem 0.8rem;
  border-radius: 0px;
}

.btn-md {
  /*font-weight: 600;*/
  padding: 0.65rem 2rem;
  border-radius: 0px;
}

.bg-primary {
  background-color: #4ea2e3;
}

.bg-success {
  background-color: #0dcd7b;
}

.bg-info {
  background-color: #8282e7;
}

.bg-warning {
  background-color: #767676;
}

.bg-danger {
  background-color: #a0a0a0;
}

.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #4ea2e3;
  border-color: #4ea2e3;
  color: #ffffff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #1f7dc5;
  border-color: #1f7dc5;
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff;
  background-color: #1f7dc5;
  border-color: #1f7dc5;
}

.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #4addff;
  border-color: #4addff;
  color: #003c4a;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #003c4a;
  background-color: #00cdfd;
  border-color: #00cdfd;
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #003c4a;
  background-color: #00cdfd;
  border-color: #00cdfd;
}

.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #8282e7;
  border-color: #8282e7;
  color: #ffffff;
}

.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #4242db;
  border-color: #4242db;
}

.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff;
  background-color: #4242db;
  border-color: #4242db;
}

.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #0dcd7b;
  border-color: #0dcd7b;
  color: #ffffff;
}

.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #088550;
  border-color: #088550;
}

.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff;
  background-color: #088550;
  border-color: #088550;
}

.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #767676;
  border-color: #767676;
  color: #ffffff;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #505050;
  border-color: #505050;
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff;
  background-color: #505050;
  border-color: #505050;
}

.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #a0a0a0;
  border-color: #a0a0a0;
  color: #ffffff;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #7a7a7a;
  border-color: #7a7a7a;
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff;
  background-color: #7a7a7a;
  border-color: #7a7a7a;
}

.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333;
  border-color: #333333;
  color: #ffffff;
}

.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff;
  background-color: #0d0d0d;
  border-color: #0d0d0d;
}

.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff;
  background-color: #0d0d0d;
  border-color: #0d0d0d;
}

.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #808080;
}

.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080;
  background-color: #d9d9d9;
  border-color: #d9d9d9;
}

.btn-white.disabled,
.btn-white:disabled {
  color: #808080;
  background-color: #d9d9d9;
  border-color: #d9d9d9;
}

.btn-white,
.btn-white:active,
.btn-white.active {
  color: #333333;
}

.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #333333;
}

.btn-white.disabled,
.btn-white:disabled {
  color: #333333;
}

.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #1c6faf;
  color: #1c6faf;
}

.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #4ea2e3;
  border-color: #4ea2e3;
}

.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff;
  background-color: #4ea2e3;
  border-color: #4ea2e3;
}

.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #00b8e3;
  color: #00b8e3;
}

.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #003c4a;
  background-color: #4addff;
  border-color: #4addff;
}

.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #003c4a;
  background-color: #4addff;
  border-color: #4addff;
}

.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #2c2cd7;
  color: #2c2cd7;
}

.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  background-color: #8282e7;
  border-color: #8282e7;
}

.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff;
  background-color: #8282e7;
  border-color: #8282e7;
}

.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #076d41;
  color: #076d41;
}

.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff;
  background-color: #0dcd7b;
  border-color: #0dcd7b;
}

.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff;
  background-color: #0dcd7b;
  border-color: #0dcd7b;
}

.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #434343;
  color: #434343;
}

.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff;
  background-color: #767676;
  border-color: #767676;
}

.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff;
  background-color: #767676;
  border-color: #767676;
}

.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #6d6d6d;
  color: #6d6d6d;
}

.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff;
  background-color: #a0a0a0;
  border-color: #a0a0a0;
}

.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff;
  background-color: #a0a0a0;
  border-color: #a0a0a0;
}

.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}

.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}

.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}

.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}

.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}

.text-black {
	color: #000000;
}

.text-primary {
  color: #4ea2e3;
}

.text-secondary {
  color: #4addff;
}

.text-success {
  color: #0dcd7b;
}

.text-info {
  color: #8282e7;
}

.text-warning {
  color: #767676;
}

.text-danger {
  color: #a0a0a0;
}

.text-white {
  color: #ffffff;
}

.text-black {
  color: #000000;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #1c6faf;
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: #00b8e3;
}

a.text-success:hover,
a.text-success:focus {
  color: #076d41;
}

a.text-info:hover,
a.text-info:focus {
  color: #2c2cd7;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #434343;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #6d6d6d;
}

a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3;
}

a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d;
}

.alert-success {
  background-color: #0dcd7b;
}

.alert-info {
  background-color: #8282e7;
}

.alert-warning {
  background-color: #767676;
}

.alert-danger {
  background-color: #a0a0a0;
}

a,
a:hover {
  color: #4ea2e3;
}

.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #feffff;
}

.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #acfad9;
}

.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}

.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #b6b6b6;
}

.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e0e0e0;
}

.mobirise-spinner em:nth-child(1) {
  background: #4ea2e3;
}

.mobirise-spinner em:nth-child(2) {
  background: #4addff;
}

.mobirise-spinner em:nth-child(3) {
  background: #0dcd7b;
}

#scrollToTopMarker {
  display: none;
}

#scrollToTopButton {
  background-color: #4ea2e3;
}

#scrollToTopButton a:before {
  background: #ffffff;
}

#scrollToTopButton a:after {
  border-top-color: #ffffff;
  border-right-color: #ffffff;
}

.field-input {
  font-family: 'Roboto', sans-serif;
  font-size: 0.9rem;
}

.cid-rSJddcqTHw {
  min-height: 80px;
}

.cid-rSJddcqTHw .brand-name {
  color: #4ea2e3;
  margin: 0;
}

.cid-rSJddcqTHw .nav-item:focus,
.cid-rSJddcqTHw .nav-link:focus {
  outline: none;
}

.cid-rSJddcqTHw .navbar-nav {
  list-style-type: none;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
}

.cid-rSJddcqTHw .navbar-nav .nav-link {
  margin: .667em 1em;
  font-weight: normal;
}

@media (min-width: 992px) {
  .cid-rSJddcqTHw .dropdown-menu .dropdown-toggle:after {
    content: '';
    border-bottom: 0.35em solid transparent;
    border-left: 0.35em solid;
    border-right: 0;
    border-top: 0.35em solid transparent;
    margin-left: 0.3rem;
    margin-top: -0.3077em;
    position: absolute;
    right: 1.1538em;
    top: 50%;
  }
}

@media (max-width: 991px) {
  .cid-rSJddcqTHw ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-rSJddcqTHw ul.navbar-nav li {
    margin: auto;
  }
  .cid-rSJddcqTHw .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    content: '';
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rSJddcqTHw .nav-dropdown .dropdown-menu .dropdown-item {
    -webkit-justify-content: center;
    justify-content: center;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
}

.cid-rSJddcqTHw .nav-dropdown .dropdown-menu {
  border-radius: 0;
  border: 0;
  left: 0;
  margin: 0;
  min-width: 10rem;
  padding-bottom: 0rem;
  padding-top: 1.25rem;
  position: relative;
	display: none;
}

.cid-rSJddcqTHw .nav-dropdown .dropdown-menu .dropdown-item {
  font-weight: 400;
  line-height: 2;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  padding: 1rem 4rem;
  clear: both;
  text-align: inherit;
  white-space: nowrap;
  background: 0 0;
  border: 0;
}

.cid-rSJddcqTHw .nav-dropdown .dropdown-menu .dropdown {
  position: relative;
}

.cid-rSJddcqTHw .nav-item.dropdown {
  position: relative;
}

.cid-rSJddcqTHw .nav-item.dropdown .dropdown-menu {
  z-index: -1;
  opacity: 0;
  pointer-events: none;
}

.cid-rSJddcqTHw .nav-item.dropdown:hover>.dropdown-menu {
  z-index: 1;
  opacity: 1;
  pointer-events: all;
}

.cid-rSJddcqTHw .dropdown-menu .dropdown:hover>.dropdown-menu {
  z-index: 1;
  opacity: 1;
  pointer-events: all;
}

.link.dropdown-toggle:after {
	content: "";
	margin-left: 0.25rem;
	border-top: 0.35em solid;
	border-right: 0.35em solid transparent;
	border-left: 0.35em solid transparent;
	border-bottom: 0;
}

.cid-rSJddcqTHw .link.dropdown-toggle:after {
  content: '';
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
}

.cid-rSJddcqTHw .nav-dropdown .dropdown-submenu {
  top: 0;
}

.cid-rSJddcqTHw .navbar {
  z-index: 100;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  width: 100%;
  min-height: 80px;
  transition: all .3s;
  background: #ffffff;
}

.cid-rSJddcqTHw .navbar .navbar-logo {
  margin-right: .8rem;
}

.cid-rSJddcqTHw .navbar .navbar-logo img {
  height: auto;
}

.cid-rSJddcqTHw .navbar.navbar-short {
  background: #ffffff;
}

.cid-rSJddcqTHw .navbar.navbar-short .brand {
  padding: 0;
}

.cid-rSJddcqTHw .navbar.opened {
  transition: all .3s;
  background: #ffffff;
}

.cid-rSJddcqTHw .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}

.cid-rSJddcqTHw .navbar .navbar-collapse {
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -webkit-align-items: center;
  align-items: center;
}

@media (max-width: 991px) {
  .cid-rSJddcqTHw .navbar .navbar-collapse {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    min-height: 100vh;
    background: #ffffff;
    padding: 1rem 2rem 1rem 2rem;
  }
  .cid-rSJddcqTHw .navbar.opened .navbar-collapse.show,
  .cid-rSJddcqTHw .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-rSJddcqTHw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rSJddcqTHw .navbar .dropdown-menu {
    position: relative;
    background: transparent;
  }
  .cid-rSJddcqTHw .navbar .dropdown-menu .dropdown-submenu {
    left: 0;
  }
  .cid-rSJddcqTHw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rSJddcqTHw .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    margin: 0;
  }
  .cid-rSJddcqTHw .navbar .brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}

.cid-rSJddcqTHw .brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  margin-left: auto;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}

.cid-rSJddcqTHw .brand .navbar-caption {
  line-height: inherit;
  font-weight: normal;
}

.cid-rSJddcqTHw .brand .navbar-logo a {
  outline: none;
}

.cid-rSJddcqTHw .brand .navbar-caption-wrap {
  display: flex;
}

.cid-rSJddcqTHw .dropdown-item.active,
.cid-rSJddcqTHw .dropdown-item:active {
  background-color: transparent;
}

.cid-rSJddcqTHw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}

.cid-rSJddcqTHw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}

.cid-rSJddcqTHw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}

.cid-rSJddcqTHw .navbar .dropdown.open>.dropdown-menu {
  display: block;
}

.cid-rSJddcqTHw ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cid-rSJddcqTHw .navbar-buttons {
  text-align: center;
}

.cid-rSJddcqTHw button.navbar-toggler {
  display: none;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}

.cid-rSJddcqTHw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4ea2e3;
}

.cid-rSJddcqTHw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}

.cid-rSJddcqTHw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}

.cid-rSJddcqTHw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}

.cid-rSJddcqTHw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}

.cid-rSJddcqTHw nav.opened .navbar-toggler:not(.hide) .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}

.cid-rSJddcqTHw nav.opened .navbar-toggler:not(.hide) .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}

.cid-rSJddcqTHw nav.opened .navbar-toggler:not(.hide) .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}

.cid-rSJddcqTHw nav.opened .navbar-toggler:not(.hide) .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}

.cid-rSJddcqTHw .navbar-dropdown {
  padding: .5rem 1rem;
}

.cid-rSJddcqTHw a.nav-link {
  display: flex;
  -webkit-align-items: left;
  align-items: left;
  -webkit-justify-content: left;
  justify-content: left;
}

.cid-rSJddcqTHw .nav-link .mbr-iconfont,
.cid-rSJddcqTHw .dropdown-item .mbr-iconfont {
  margin-right: .2rem;
}

.cid-rSJddcqTHw .ampstart-btn {
  display: flex;
  -webkit-align-self: center;
  align-self: center;
}

@media (min-width: 2001px) {
  .cid-rSJddcqTHw .ampstart-btn {
    display: none;
  }
}

.cid-rSJddcqTHw .ampstart-btn.hamburger {
  position: relative;
  right: 20px;
  margin-left: auto;

  width: 30px;
  height: 20px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1000;
}

.cid-rSJddcqTHw .ampstart-btn.hamburger:focus {
  outline: none;
}

.cid-rSJddcqTHw .ampstart-btn.hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}

.cid-rSJddcqTHw .ampstart-btn.hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}

.cid-rSJddcqTHw .ampstart-btn.hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}

.cid-rSJddcqTHw .ampstart-btn.hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}

.cid-rSJddcqTHw .ampstart-btn.hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}

.cid-rSJddcqTHw amp-sidebar {
  min-width: 260px;
  z-index: 1050;
  background-color: #ffffff;
}

.cid-rSJddcqTHw amp-sidebar.open:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: red;
}

.cid-rSJddcqTHw .open {
  transform: translateX(0%);
  display: block;
  -webkit-transform: translateX(0%);
}

.cid-rSJddcqTHw .builder-sidebar {
  background-color: #ffffff;
  position: relative;
  min-height: 100vh;
  z-index: 1030;
  /*padding: 1rem 2rem;
  max-width: 20rem;*/
  width: 20rem;
}

.cid-rSJddcqTHw .builder-sidebar .dropdown {
  position: relative;
}

.cid-rSJddcqTHw .builder-sidebar .dropdown:hover>.dropdown-menu {
  position: relative;
  text-align: center;
}

.cid-rSJddcqTHw .sidebar {
  padding: 1rem 0;
  margin: 0;
}

.cid-rSJddcqTHw .sidebar>li {
  list-style: none;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.cid-rSJddcqTHw .sidebar a {
  display: block;
  text-decoration: none;
  margin-bottom: 10px;
}

.cid-rSJddcqTHw .close-sidebar {
  width: 30px;
  height: 30px;
  position: relative;
  cursor: pointer;
  background-color: transparent;
  border: none;
  top: 10px;
  left: 10px;
}

.cid-rSJddcqTHw .close-sidebar:focus {
  outline: 2px auto #4ea2e3;
}

.cid-rSJddcqTHw .close-sidebar span {
  position: absolute;
  left: 0;
  top: 14px;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}

.cid-rSJddcqTHw .close-sidebar span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cid-rSJddcqTHw .close-sidebar span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.cid-rSJddcqTHw amp-img {
  margin-right: 1rem;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 45px;
  width: 45px;
}

@media (max-width: 767px) {
  .cid-rSJddcqTHw amp-img {
    max-height: 35px;
    max-width: 35px;
  }
}

.cid-rSJdIMoUbE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  width: 100%;
}

.cid-rSJdIMoUbE .amp-carousel-button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.cid-rSJdIMoUbE amp-img,
.cid-rSJdIMoUbE img {
  width: 100%;
  height: 100%;
}

.cid-rSJdIMoUbE .carousel-img {
  width: 100%;
}

@media (max-width: 767px) {
  .cid-rSJdIMoUbE .carousel-img {
    margin: 0;
  }
  .cid-rSJdIMoUbE .amp-carousel-button {
    display: none;
  }
}

.cid-rSJdOSv722 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}

@media (min-width: 992px) {
  .cid-rSJdOSv722 .container-fluid {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-rSJdOSv722 .item {
    padding: 1rem;
  }
  .cid-rSJdOSv722 .item-img {
    padding-bottom: 0;
  }
}

.cid-rSJdOSv722 .title {
  padding-bottom: 1rem;
}

@media (max-width: 991px) {
  .cid-rSJdOSv722 .item {
    margin-bottom: 2rem;
  }
}

.cid-rSJdOSv722 .item-sign {
  margin: 0;
}

.cid-rSJdOSv722 .item-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.cid-rSJdOSv722 amp-img:after {
  content: "";
  display: block;
  background-color: rgba(78, 162, 227, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 100%;
  transition: 0.2s ease-in;
  z-index: 1;
  pointer-events: none;
}

.cid-rSJdOSv722 amp-img .item-sign {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px;
  z-index: 2;
  transition: 0.2s ease-in;
  background-color: rgba(78, 162, 227, 0.5);
  color: #ffffff;
}

.cid-rSJdOSv722 amp-img:hover:after {
  top: 0%;
}

.cid-rSJdOSv722 amp-img:hover .item-sign {
  background-color: rgba(78, 162, 227, 0);
}

.cid-rSJdOSv722 .item-btn,
.cid-rSJdOSv722 .item-box-btn {
  margin: 0;
}

.cid-rSJdOSv722 .item-box {
  justify-content: center;
  position: relative;
  width: 100%;
  background: #efefef;
  overflow: auto;
}

@media (min-width: 992px) {
  .cid-rSJdOSv722 .item-box {
    max-width: 1000px;
  }
}

@media (max-width: 991px) {
  .cid-rSJdOSv722 .item-box {
    width: 90%;
    margin: 1rem;
  }
}

@media (min-width: 992px) {
  .cid-rSJdOSv722 .item-box-img {
    padding: 2rem;
  }
}

@media (max-width: 991px) {
  .cid-rSJdOSv722 .item-box-img {
    padding: 1rem;
  }
}

.cid-rSJdOSv722 .item-box-img amp-img {
  height: auto;
}

.cid-rSJdOSv722 .item-box-wrapper {
  background-color: #efefef;
}

@media (min-width: 992px) {
  .cid-rSJdOSv722 .item-box-wrapper {
    padding: 2rem;
  }
}

@media (max-width: 991px) {
  .cid-rSJdOSv722 .item-box-wrapper {
    padding: 1rem;
  }
}

.cid-rSJdOSv722 .item-wrapper {
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.4);
}

.cid-rSJdOSv722 .item-wrapper {
  z-index: 12;
  border-radius: 14px;
  overflow: hidden;
}

.cid-rSJdOSv722 .item {
  cursor: pointer;
}

.cid-rSJdOSv722 .mbr-section-title,
.cid-rSJdOSv722 .mbr-section-subtitle {
  text-align: center;
}

.cid-rSOwfBdK4z {
  background-color: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}

.cid-rSOwfBdK4z .image-block {
  margin: auto;
  width: 66%;
}

.cid-rSOwfBdK4z amp-img {
  text-align: center;
}

.cid-rSOwfBdK4z .mbr-text {
  margin: 0;
  padding: .5rem 0;
}

@media (max-width: 767px) {
  .cid-rSOwfBdK4z .image-block {
    width: 100%;
  }
}

.cid-rSJdYWwxHE {
  padding-top: 40px;
  padding-bottom: 0px;
  background-color: #fafafa;
}

.cid-rSJdYWwxHE amp-img {
  text-align: center;
}

.cid-rSJdYWwxHE .items-col .item {
  margin: 0;
}

.cid-rSJdYWwxHE .item,
.cid-rSJdYWwxHE .group-title {
  color: #efefef;
  padding-top: 0;
}

@media (max-width: 767px) {
  .cid-rSJdYWwxHE .items-col {
    text-align: center;
    margin: 2rem 0;
  }
}
.engine{position: absolute;text-indent: -2400px;text-align: center;padding: 0;top: 0;left: -2400px;}[class*="-iconfont"]{display: inline-flex;}