*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
  width: 100%;
  *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
  display: table;
  content: "";
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  *margin-left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}

.row-fluid .span12 {
  width: 100%;
}
.row-fluid .span11 {
  width: 91.66%;
}
.row-fluid .span10 {
  width: 83.33%;
}
.row-fluid .span9 {
  width: 75%;
}
.row-fluid .span8 {
  width: 66.66%;
}
.row-fluid .span7 {
  width: 58.33%;
}
.row-fluid .span6 {
  width: 50%;
}
.row-fluid .span5 {
  width: 41.66%;
}
.row-fluid .span4 {
  width: 33.33%;
}
.row-fluid .span3 {
  width: 25%;
}
.row-fluid .span2 {
  width: 16.66%;
}
.row-fluid .span1 {
  width: 8.33%;
}

.container-fluid {
  *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
  display: table;
  content: "";
}

.container-fluid:after {
  clear: both;
}

@media (max-width: 767px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid [class*="span"] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}

.dnd-section > .row-fluid .dnd-column,
.dnd-section > .row-fluid > [class*="span"].dnd-module {
  padding-left: 15px;
  padding-right: 15px;
}
.dnd-section[class*="force-full-width-section"]  > .row-fluid > .dnd-column.span12,
.dnd-section[class*="force-full-width-section"]  > .row-fluid > .span12.dnd-module {
  padding-left: 0px;
  padding-right: 0px;
}


@media (min-width: 768px) {
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 100%;
  }
  .row-fluid .span11 {
    width: 91.66%;
  }
  .row-fluid .span10 {
    width: 83.33%;
  }
  .row-fluid .span9 {
    width: 75%;
  }
  .row-fluid .span8 {
    width: 66.66%;
  }
  .row-fluid .span7 {
    width: 58.33%;
  }
  .row-fluid .span6 {
    width: 50%;
  }
  .row-fluid .span5 {
    width: 41.66%;
  }
  .row-fluid .span4 {
    width: 33.33%;
  }
  .row-fluid .span3 {
    width: 25%;
  }
  .row-fluid .span2 {
    width: 16.66%;
  }
  .row-fluid .span1 {
    width: 8.33%;
  }
}

/* Clearfix */

.clearfix {
  *zoom: 1;
}

.clearfix:before, .clearfix:after {
  display: table;
  content: "";
}

.clearfix:after {
  clear: both;
}

/* Visibilty Classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none;
  visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

@media (max-width: 767px) {

  .hidden-phone {
    display: none !important;
  }
  
    .visible-phone {
    display: inherit !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .visible-tablet {
    display: inherit !important;
  }

  .hidden-tablet {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important ;
  }
}
.content-wrapper,
.dnd-section > .row-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 20px;
}
.banner-section .dnd-section {
  padding: 0;
}
.banner-section .dnd-section>.row-fluid {
  padding: 0;
}
@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
/*!
*  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
*  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
*/

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%
}

.fa-2x {
  font-size: 2em
}

.fa-3x {
  font-size: 3em
}

.fa-4x {
  font-size: 4em
}

.fa-5x {
  font-size: 5em
}

.fa-fw {
  width: 1.28571429em;
  text-align: center
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none
}

.fa-ul>li {
  position: relative
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center
}

.fa-li.fa-lg {
  left: -1.85714286em
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em
}

.fa-pull-left {
  float: left
}

.fa-pull-right {
  float: right
}

.fa.fa-pull-left {
  margin-right: .3em
}

.fa.fa-pull-right {
  margin-left: .3em
}

.pull-right {
  float: right
}

.pull-left {
  float: left
}

.fa.pull-left {
  margin-right: .3em
}

.fa.pull-right {
  margin-left: .3em
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg)
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg)
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1)
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1)
}

:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical {
  filter: none
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle
}

.fa-stack-1x,.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center
}

.fa-stack-1x {
  line-height: inherit
}

.fa-stack-2x {
  font-size: 2em
}

.fa-inverse {
  color: #fff
}

.fa-glass:before {
  content: "\f000"
}

.fa-music:before {
  content: "\f001"
}

.fa-search:before {
  content: "\f002"
}

.fa-envelope-o:before {
  content: "\f003"
}

.fa-heart:before {
  content: "\f004"
}

.fa-star:before {
  content: "\f005"
}

.fa-star-o:before {
  content: "\f006"
}

.fa-user:before {
  content: "\f007"
}

.fa-film:before {
  content: "\f008"
}

.fa-th-large:before {
  content: "\f009"
}

.fa-th:before {
  content: "\f00a"
}

.fa-th-list:before {
  content: "\f00b"
}

.fa-check:before {
  content: "\f00c"
}

.fa-remove:before,.fa-close:before,.fa-times:before {
  content: "\f00d"
}

.fa-search-plus:before {
  content: "\f00e"
}

.fa-search-minus:before {
  content: "\f010"
}

.fa-power-off:before {
  content: "\f011"
}

.fa-signal:before {
  content: "\f012"
}

.fa-gear:before,.fa-cog:before {
  content: "\f013"
}

.fa-trash-o:before {
  content: "\f014"
}

.fa-home:before {
  content: "\f015"
}

.fa-file-o:before {
  content: "\f016"
}

.fa-clock-o:before {
  content: "\f017"
}

.fa-road:before {
  content: "\f018"
}

.fa-download:before {
  content: "\f019"
}

.fa-arrow-circle-o-down:before {
  content: "\f01a"
}

.fa-arrow-circle-o-up:before {
  content: "\f01b"
}

.fa-inbox:before {
  content: "\f01c"
}

.fa-play-circle-o:before {
  content: "\f01d"
}

.fa-rotate-right:before,.fa-repeat:before {
  content: "\f01e"
}

.fa-refresh:before {
  content: "\f021"
}

.fa-list-alt:before {
  content: "\f022"
}

.fa-lock:before {
  content: "\f023"
}

.fa-flag:before {
  content: "\f024"
}

.fa-headphones:before {
  content: "\f025"
}

.fa-volume-off:before {
  content: "\f026"
}

.fa-volume-down:before {
  content: "\f027"
}

.fa-volume-up:before {
  content: "\f028"
}

.fa-qrcode:before {
  content: "\f029"
}

.fa-barcode:before {
  content: "\f02a"
}

.fa-tag:before {
  content: "\f02b"
}

.fa-tags:before {
  content: "\f02c"
}

.fa-book:before {
  content: "\f02d"
}

.fa-bookmark:before {
  content: "\f02e"
}

.fa-print:before {
  content: "\f02f"
}

.fa-camera:before {
  content: "\f030"
}

.fa-font:before {
  content: "\f031"
}

.fa-bold:before {
  content: "\f032"
}

.fa-italic:before {
  content: "\f033"
}

.fa-text-height:before {
  content: "\f034"
}

.fa-text-width:before {
  content: "\f035"
}

.fa-align-left:before {
  content: "\f036"
}

.fa-align-center:before {
  content: "\f037"
}

.fa-align-right:before {
  content: "\f038"
}

.fa-align-justify:before {
  content: "\f039"
}

.fa-list:before {
  content: "\f03a"
}

.fa-dedent:before,.fa-outdent:before {
  content: "\f03b"
}

.fa-indent:before {
  content: "\f03c"
}

.fa-video-camera:before {
  content: "\f03d"
}

.fa-photo:before,.fa-image:before,.fa-picture-o:before {
  content: "\f03e"
}

.fa-pencil:before {
  content: "\f040"
}

.fa-map-marker:before {
  content: "\f041"
}

.fa-adjust:before {
  content: "\f042"
}

.fa-tint:before {
  content: "\f043"
}

.fa-edit:before,.fa-pencil-square-o:before {
  content: "\f044"
}

.fa-share-square-o:before {
  content: "\f045"
}

.fa-check-square-o:before {
  content: "\f046"
}

.fa-arrows:before {
  content: "\f047"
}

.fa-step-backward:before {
  content: "\f048"
}

.fa-fast-backward:before {
  content: "\f049"
}

.fa-backward:before {
  content: "\f04a"
}

.fa-play:before {
  content: "\f04b"
}

.fa-pause:before {
  content: "\f04c"
}

.fa-stop:before {
  content: "\f04d"
}

.fa-forward:before {
  content: "\f04e"
}

.fa-fast-forward:before {
  content: "\f050"
}

.fa-step-forward:before {
  content: "\f051"
}

.fa-eject:before {
  content: "\f052"
}

.fa-chevron-left:before {
  content: "\f053"
}

.fa-chevron-right:before {
  content: "\f054"
}

.fa-plus-circle:before {
  content: "\f055"
}

.fa-minus-circle:before {
  content: "\f056"
}

.fa-times-circle:before {
  content: "\f057"
}

.fa-check-circle:before {
  content: "\f058"
}

.fa-question-circle:before {
  content: "\f059"
}

.fa-info-circle:before {
  content: "\f05a"
}

.fa-crosshairs:before {
  content: "\f05b"
}

.fa-times-circle-o:before {
  content: "\f05c"
}

.fa-check-circle-o:before {
  content: "\f05d"
}

.fa-ban:before {
  content: "\f05e"
}

.fa-arrow-left:before {
  content: "\f060"
}

.fa-arrow-right:before {
  content: "\f061"
}

.fa-arrow-up:before {
  content: "\f062"
}

.fa-arrow-down:before {
  content: "\f063"
}

.fa-mail-forward:before,.fa-share:before {
  content: "\f064"
}

.fa-expand:before {
  content: "\f065"
}

.fa-compress:before {
  content: "\f066"
}

.fa-plus:before {
  content: "\f067"
}

.fa-minus:before {
  content: "\f068"
}

.fa-asterisk:before {
  content: "\f069"
}

.fa-exclamation-circle:before {
  content: "\f06a"
}

.fa-gift:before {
  content: "\f06b"
}

.fa-leaf:before {
  content: "\f06c"
}

.fa-fire:before {
  content: "\f06d"
}

.fa-eye:before {
  content: "\f06e"
}

.fa-eye-slash:before {
  content: "\f070"
}

.fa-warning:before,.fa-exclamation-triangle:before {
  content: "\f071"
}

.fa-plane:before {
  content: "\f072"
}

.fa-calendar:before {
  content: "\f073"
}

.fa-random:before {
  content: "\f074"
}

.fa-comment:before {
  content: "\f075"
}

.fa-magnet:before {
  content: "\f076"
}

.fa-chevron-up:before {
  content: "\f077"
}

.fa-chevron-down:before {
  content: "\f078"
}

.fa-retweet:before {
  content: "\f079"
}

.fa-shopping-cart:before {
  content: "\f07a"
}

.fa-folder:before {
  content: "\f07b"
}

.fa-folder-open:before {
  content: "\f07c"
}

.fa-arrows-v:before {
  content: "\f07d"
}

.fa-arrows-h:before {
  content: "\f07e"
}

.fa-bar-chart-o:before,.fa-bar-chart:before {
  content: "\f080"
}

.fa-twitter-square:before {
  content: "\f081"
}

.fa-facebook-square:before {
  content: "\f082"
}

.fa-camera-retro:before {
  content: "\f083"
}

.fa-key:before {
  content: "\f084"
}

.fa-gears:before,.fa-cogs:before {
  content: "\f085"
}

.fa-comments:before {
  content: "\f086"
}

.fa-thumbs-o-up:before {
  content: "\f087"
}

.fa-thumbs-o-down:before {
  content: "\f088"
}

.fa-star-half:before {
  content: "\f089"
}

.fa-heart-o:before {
  content: "\f08a"
}

.fa-sign-out:before {
  content: "\f08b"
}

.fa-linkedin-square:before {
  content: "\f08c"
}

.fa-thumb-tack:before {
  content: "\f08d"
}

.fa-external-link:before {
  content: "\f08e"
}

.fa-sign-in:before {
  content: "\f090"
}

.fa-trophy:before {
  content: "\f091"
}

.fa-github-square:before {
  content: "\f092"
}

.fa-upload:before {
  content: "\f093"
}

.fa-lemon-o:before {
  content: "\f094"
}

.fa-phone:before {
  content: "\f095"
}

.fa-square-o:before {
  content: "\f096"
}

.fa-bookmark-o:before {
  content: "\f097"
}

.fa-phone-square:before {
  content: "\f098"
}

.fa-twitter:before {
  content: "\f099"
}

.fa-facebook-f:before,.fa-facebook:before {
  content: "\f09a"
}

.fa-github:before {
  content: "\f09b"
}

.fa-unlock:before {
  content: "\f09c"
}

.fa-credit-card:before {
  content: "\f09d"
}

.fa-feed:before,.fa-rss:before {
  content: "\f09e"
}

.fa-hdd-o:before {
  content: "\f0a0"
}

.fa-bullhorn:before {
  content: "\f0a1"
}

.fa-bell:before {
  content: "\f0f3"
}

.fa-certificate:before {
  content: "\f0a3"
}

.fa-hand-o-right:before {
  content: "\f0a4"
}

.fa-hand-o-left:before {
  content: "\f0a5"
}

.fa-hand-o-up:before {
  content: "\f0a6"
}

.fa-hand-o-down:before {
  content: "\f0a7"
}

.fa-arrow-circle-left:before {
  content: "\f0a8"
}

.fa-arrow-circle-right:before {
  content: "\f0a9"
}

.fa-arrow-circle-up:before {
  content: "\f0aa"
}

.fa-arrow-circle-down:before {
  content: "\f0ab"
}

.fa-globe:before {
  content: "\f0ac"
}

.fa-wrench:before {
  content: "\f0ad"
}

.fa-tasks:before {
  content: "\f0ae"
}

.fa-filter:before {
  content: "\f0b0"
}

.fa-briefcase:before {
  content: "\f0b1"
}

.fa-arrows-alt:before {
  content: "\f0b2"
}

.fa-group:before,.fa-users:before {
  content: "\f0c0"
}

.fa-chain:before,.fa-link:before {
  content: "\f0c1"
}

.fa-cloud:before {
  content: "\f0c2"
}

.fa-flask:before {
  content: "\f0c3"
}

.fa-cut:before,.fa-scissors:before {
  content: "\f0c4"
}

.fa-copy:before,.fa-files-o:before {
  content: "\f0c5"
}

.fa-paperclip:before {
  content: "\f0c6"
}

.fa-save:before,.fa-floppy-o:before {
  content: "\f0c7"
}

.fa-square:before {
  content: "\f0c8"
}

.fa-navicon:before,.fa-reorder:before,.fa-bars:before {
  content: "\f0c9"
}

.fa-list-ul:before {
  content: "\f0ca"
}

.fa-list-ol:before {
  content: "\f0cb"
}

.fa-strikethrough:before {
  content: "\f0cc"
}

.fa-underline:before {
  content: "\f0cd"
}

.fa-table:before {
  content: "\f0ce"
}

.fa-magic:before {
  content: "\f0d0"
}

.fa-truck:before {
  content: "\f0d1"
}

.fa-pinterest:before {
  content: "\f0d2"
}

.fa-pinterest-square:before {
  content: "\f0d3"
}

.fa-google-plus-square:before {
  content: "\f0d4"
}

.fa-google-plus:before {
  content: "\f0d5"
}

.fa-money:before {
  content: "\f0d6"
}

.fa-caret-down:before {
  content: "\f0d7"
}

.fa-caret-up:before {
  content: "\f0d8"
}

.fa-caret-left:before {
  content: "\f0d9"
}

.fa-caret-right:before {
  content: "\f0da"
}

.fa-columns:before {
  content: "\f0db"
}

.fa-unsorted:before,.fa-sort:before {
  content: "\f0dc"
}

.fa-sort-down:before,.fa-sort-desc:before {
  content: "\f0dd"
}

.fa-sort-up:before,.fa-sort-asc:before {
  content: "\f0de"
}

.fa-envelope:before {
  /* content:"\f0e0" */
}

.fa-linkedin:before {
  content: "\f0e1"
}

.fa-rotate-left:before,.fa-undo:before {
  content: "\f0e2"
}

.fa-legal:before,.fa-gavel:before {
  content: "\f0e3"
}

.fa-dashboard:before,.fa-tachometer:before {
  content: "\f0e4"
}

.fa-comment-o:before {
  content: "\f0e5"
}

.fa-comments-o:before {
  content: "\f0e6"
}

.fa-flash:before,.fa-bolt:before {
  content: "\f0e7"
}

.fa-sitemap:before {
  content: "\f0e8"
}

.fa-umbrella:before {
  content: "\f0e9"
}

.fa-paste:before,.fa-clipboard:before {
  content: "\f0ea"
}

.fa-lightbulb-o:before {
  content: "\f0eb"
}

.fa-exchange:before {
  content: "\f0ec"
}

.fa-cloud-download:before {
  content: "\f0ed"
}

.fa-cloud-upload:before {
  content: "\f0ee"
}

.fa-user-md:before {
  content: "\f0f0"
}

.fa-stethoscope:before {
  content: "\f0f1"
}

.fa-suitcase:before {
  content: "\f0f2"
}

.fa-bell-o:before {
  content: "\f0a2"
}

.fa-coffee:before {
  content: "\f0f4"
}

.fa-cutlery:before {
  content: "\f0f5"
}

.fa-file-text-o:before {
  content: "\f0f6"
}

.fa-building-o:before {
  content: "\f0f7"
}

.fa-hospital-o:before {
  content: "\f0f8"
}

.fa-ambulance:before {
  content: "\f0f9"
}

.fa-medkit:before {
  content: "\f0fa"
}

.fa-fighter-jet:before {
  content: "\f0fb"
}

.fa-beer:before {
  content: "\f0fc"
}

.fa-h-square:before {
  content: "\f0fd"
}

.fa-plus-square:before {
  content: "\f0fe"
}

.fa-angle-double-left:before {
  content: "\f100"
}

.fa-angle-double-right:before {
  content: "\f101"
}

.fa-angle-double-up:before {
  content: "\f102"
}

.fa-angle-double-down:before {
  content: "\f103"
}

.fa-angle-left:before {
  content: "\f104"
}

.fa-angle-right:before {
  content: "\f105"
}

.fa-angle-up:before {
  content: "\f106"
}

.fa-angle-down:before {
  content: "\f107"
}

.fa-desktop:before {
  content: "\f108"
}

.fa-laptop:before {
  content: "\f109"
}

.fa-tablet:before {
  content: "\f10a"
}

.fa-mobile-phone:before,.fa-mobile:before {
  content: "\f10b"
}

.fa-circle-o:before {
  content: "\f10c"
}

.fa-quote-left:before {
  content: "\f10d"
}

.fa-quote-right:before {
  content: "\f10e"
}

.fa-spinner:before {
  content: "\f110"
}

.fa-circle:before {
  content: "\f111"
}

.fa-mail-reply:before,.fa-reply:before {
  content: "\f112"
}

.fa-github-alt:before {
  content: "\f113"
}

.fa-folder-o:before {
  content: "\f114"
}

.fa-folder-open-o:before {
  content: "\f115"
}

.fa-smile-o:before {
  content: "\f118"
}

.fa-frown-o:before {
  content: "\f119"
}

.fa-meh-o:before {
  content: "\f11a"
}

.fa-gamepad:before {
  content: "\f11b"
}

.fa-keyboard-o:before {
  content: "\f11c"
}

.fa-flag-o:before {
  content: "\f11d"
}

.fa-flag-checkered:before {
  content: "\f11e"
}

.fa-terminal:before {
  content: "\f120"
}

.fa-code:before {
  content: "\f121"
}

.fa-mail-reply-all:before,.fa-reply-all:before {
  content: "\f122"
}

.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before {
  content: "\f123"
}

.fa-location-arrow:before {
  content: "\f124"
}

.fa-crop:before {
  content: "\f125"
}

.fa-code-fork:before {
  content: "\f126"
}

.fa-unlink:before,.fa-chain-broken:before {
  content: "\f127"
}

.fa-question:before {
  content: "\f128"
}

.fa-info:before {
  content: "\f129"
}

.fa-exclamation:before {
  content: "\f12a"
}

.fa-superscript:before {
  content: "\f12b"
}

.fa-subscript:before {
  content: "\f12c"
}

.fa-eraser:before {
  content: "\f12d"
}

.fa-puzzle-piece:before {
  content: "\f12e"
}

.fa-microphone:before {
  content: "\f130"
}

.fa-microphone-slash:before {
  content: "\f131"
}

.fa-shield:before {
  content: "\f132"
}

.fa-calendar-o:before {
  content: "\f133"
}

.fa-fire-extinguisher:before {
  content: "\f134"
}

.fa-rocket:before {
  content: "\f135"
}

.fa-maxcdn:before {
  content: "\f136"
}

.fa-chevron-circle-left:before {
  content: "\f137"
}

.fa-chevron-circle-right:before {
  content: "\f138"
}

.fa-chevron-circle-up:before {
  content: "\f139"
}

.fa-chevron-circle-down:before {
  content: "\f13a"
}

.fa-html5:before {
  content: "\f13b"
}

.fa-css3:before {
  content: "\f13c"
}

.fa-anchor:before {
  content: "\f13d"
}

.fa-unlock-alt:before {
  content: "\f13e"
}

.fa-bullseye:before {
  content: "\f140"
}

.fa-ellipsis-h:before {
  content: "\f141"
}

.fa-ellipsis-v:before {
  content: "\f142"
}

.fa-rss-square:before {
  content: "\f143"
}

.fa-play-circle:before {
  content: "\f144"
}

.fa-ticket:before {
  content: "\f145"
}

.fa-minus-square:before {
  content: "\f146"
}

.fa-minus-square-o:before {
  content: "\f147"
}

.fa-level-up:before {
  content: "\f148"
}

.fa-level-down:before {
  content: "\f149"
}

.fa-check-square:before {
  content: "\f14a"
}

.fa-pencil-square:before {
  content: "\f14b"
}

.fa-external-link-square:before {
  content: "\f14c"
}

.fa-share-square:before {
  content: "\f14d"
}

.fa-compass:before {
  content: "\f14e"
}

.fa-toggle-down:before,.fa-caret-square-o-down:before {
  content: "\f150"
}

.fa-toggle-up:before,.fa-caret-square-o-up:before {
  content: "\f151"
}

.fa-toggle-right:before,.fa-caret-square-o-right:before {
  content: "\f152"
}

.fa-euro:before,.fa-eur:before {
  content: "\f153"
}

.fa-gbp:before {
  content: "\f154"
}

.fa-dollar:before,.fa-usd:before {
  content: "\f155"
}

.fa-rupee:before,.fa-inr:before {
  content: "\f156"
}

.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before {
  content: "\f157"
}

.fa-ruble:before,.fa-rouble:before,.fa-rub:before {
  content: "\f158"
}

.fa-won:before,.fa-krw:before {
  content: "\f159"
}

.fa-bitcoin:before,.fa-btc:before {
  content: "\f15a"
}

.fa-file:before {
  content: "\f15b"
}

.fa-file-text:before {
  content: "\f15c"
}

.fa-sort-alpha-asc:before {
  content: "\f15d"
}

.fa-sort-alpha-desc:before {
  content: "\f15e"
}

.fa-sort-amount-asc:before {
  content: "\f160"
}

.fa-sort-amount-desc:before {
  content: "\f161"
}

.fa-sort-numeric-asc:before {
  content: "\f162"
}

.fa-sort-numeric-desc:before {
  content: "\f163"
}

.fa-thumbs-up:before {
  content: "\f164"
}

.fa-thumbs-down:before {
  content: "\f165"
}

.fa-youtube-square:before {
  content: "\f166"
}

.fa-youtube:before {
  content: "\f167"
}

.fa-xing:before {
  content: "\f168"
}

.fa-xing-square:before {
  content: "\f169"
}

.fa-youtube-play:before {
  content: "\f16a"
}

.fa-dropbox:before {
  content: "\f16b"
}

.fa-stack-overflow:before {
  content: "\f16c"
}

.fa-instagram:before {
  content: "\f16d"
}

.fa-flickr:before {
  content: "\f16e"
}

.fa-adn:before {
  content: "\f170"
}

.fa-bitbucket:before {
  content: "\f171"
}

.fa-bitbucket-square:before {
  content: "\f172"
}

.fa-tumblr:before {
  content: "\f173"
}

.fa-tumblr-square:before {
  content: "\f174"
}

.fa-long-arrow-down:before {
  content: "\f175"
}

.fa-long-arrow-up:before {
  content: "\f176"
}

.fa-long-arrow-left:before {
  content: "\f177"
}

.fa-long-arrow-right:before {
  content: "\f178"
}

.fa-apple:before {
  content: "\f179"
}

.fa-windows:before {
  content: "\f17a"
}

.fa-android:before {
  content: "\f17b"
}

.fa-linux:before {
  content: "\f17c"
}

.fa-dribbble:before {
  content: "\f17d"
}

.fa-skype:before {
  content: "\f17e"
}

.fa-foursquare:before {
  content: "\f180"
}

.fa-trello:before {
  content: "\f181"
}

.fa-female:before {
  content: "\f182"
}

.fa-male:before {
  content: "\f183"
}

.fa-gittip:before,.fa-gratipay:before {
  content: "\f184"
}

.fa-sun-o:before {
  content: "\f185"
}

.fa-moon-o:before {
  content: "\f186"
}

.fa-archive:before {
  content: "\f187"
}

.fa-bug:before {
  content: "\f188"
}

.fa-vk:before {
  content: "\f189"
}

.fa-weibo:before {
  content: "\f18a"
}

.fa-renren:before {
  content: "\f18b"
}

.fa-pagelines:before {
  content: "\f18c"
}

.fa-stack-exchange:before {
  content: "\f18d"
}

.fa-arrow-circle-o-right:before {
  content: "\f18e"
}

.fa-arrow-circle-o-left:before {
  content: "\f190"
}

.fa-toggle-left:before,.fa-caret-square-o-left:before {
  content: "\f191"
}

.fa-dot-circle-o:before {
  content: "\f192"
}

.fa-wheelchair:before {
  content: "\f193"
}

.fa-vimeo-square:before {
  content: "\f194"
}

.fa-turkish-lira:before,.fa-try:before {
  content: "\f195"
}

.fa-plus-square-o:before {
  content: "\f196"
}

.fa-space-shuttle:before {
  content: "\f197"
}

.fa-slack:before {
  content: "\f198"
}

.fa-envelope-square:before {
  content: "\f199"
}

.fa-wordpress:before {
  content: "\f19a"
}

.fa-openid:before {
  content: "\f19b"
}

.fa-institution:before,.fa-bank:before,.fa-university:before {
  content: "\f19c"
}

.fa-mortar-board:before,.fa-graduation-cap:before {
  content: "\f19d"
}

.fa-yahoo:before {
  content: "\f19e"
}

.fa-google:before {
  content: "\f1a0"
}

.fa-reddit:before {
  content: "\f1a1"
}

.fa-reddit-square:before {
  content: "\f1a2"
}

.fa-stumbleupon-circle:before {
  content: "\f1a3"
}

.fa-stumbleupon:before {
  content: "\f1a4"
}

.fa-delicious:before {
  content: "\f1a5"
}

.fa-digg:before {
  content: "\f1a6"
}

.fa-pied-piper:before {
  content: "\f1a7"
}

.fa-pied-piper-alt:before {
  content: "\f1a8"
}

.fa-drupal:before {
  content: "\f1a9"
}

.fa-joomla:before {
  content: "\f1aa"
}

.fa-language:before {
  content: "\f1ab"
}

.fa-fax:before {
  content: "\f1ac"
}

.fa-building:before {
  content: "\f1ad"
}

.fa-child:before {
  content: "\f1ae"
}

.fa-paw:before {
  content: "\f1b0"
}

.fa-spoon:before {
  content: "\f1b1"
}

.fa-cube:before {
  content: "\f1b2"
}

.fa-cubes:before {
  content: "\f1b3"
}

.fa-behance:before {
  content: "\f1b4"
}

.fa-behance-square:before {
  content: "\f1b5"
}

.fa-steam:before {
  content: "\f1b6"
}

.fa-steam-square:before {
  content: "\f1b7"
}

.fa-recycle:before {
  content: "\f1b8"
}

.fa-automobile:before,.fa-car:before {
  content: "\f1b9"
}

.fa-cab:before,.fa-taxi:before {
  content: "\f1ba"
}

.fa-tree:before {
  content: "\f1bb"
}

.fa-spotify:before {
  content: "\f1bc"
}

.fa-deviantart:before {
  content: "\f1bd"
}

.fa-soundcloud:before {
  content: "\f1be"
}

.fa-database:before {
  content: "\f1c0"
}

.fa-file-pdf-o:before {
  content: "\f1c1"
}

.fa-file-word-o:before {
  content: "\f1c2"
}

.fa-file-excel-o:before {
  content: "\f1c3"
}

.fa-file-powerpoint-o:before {
  content: "\f1c4"
}

.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before {
  content: "\f1c5"
}

.fa-file-zip-o:before,.fa-file-archive-o:before {
  content: "\f1c6"
}

.fa-file-sound-o:before,.fa-file-audio-o:before {
  content: "\f1c7"
}

.fa-file-movie-o:before,.fa-file-video-o:before {
  content: "\f1c8"
}

.fa-file-code-o:before {
  content: "\f1c9"
}

.fa-vine:before {
  content: "\f1ca"
}

.fa-codepen:before {
  content: "\f1cb"
}

.fa-jsfiddle:before {
  content: "\f1cc"
}

.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before {
  content: "\f1cd"
}

.fa-circle-o-notch:before {
  content: "\f1ce"
}

.fa-ra:before,.fa-rebel:before {
  content: "\f1d0"
}

.fa-ge:before,.fa-empire:before {
  content: "\f1d1"
}

.fa-git-square:before {
  content: "\f1d2"
}

.fa-git:before {
  content: "\f1d3"
}

.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before {
  content: "\f1d4"
}

.fa-tencent-weibo:before {
  content: "\f1d5"
}

.fa-qq:before {
  content: "\f1d6"
}

.fa-wechat:before,.fa-weixin:before {
  content: "\f1d7"
}

.fa-send:before,.fa-paper-plane:before {
  content: "\f1d8"
}

.fa-send-o:before,.fa-paper-plane-o:before {
  content: "\f1d9"
}

.fa-history:before {
  content: "\f1da"
}

.fa-circle-thin:before {
  content: "\f1db"
}

.fa-header:before {
  content: "\f1dc"
}

.fa-paragraph:before {
  content: "\f1dd"
}

.fa-sliders:before {
  content: "\f1de"
}

.fa-share-alt:before {
  content: "\f1e0"
}

.fa-share-alt-square:before {
  content: "\f1e1"
}

.fa-bomb:before {
  content: "\f1e2"
}

.fa-soccer-ball-o:before,.fa-futbol-o:before {
  content: "\f1e3"
}

.fa-tty:before {
  content: "\f1e4"
}

.fa-binoculars:before {
  content: "\f1e5"
}

.fa-plug:before {
  content: "\f1e6"
}

.fa-slideshare:before {
  content: "\f1e7"
}

.fa-twitch:before {
  content: "\f1e8"
}

.fa-yelp:before {
  content: "\f1e9"
}

.fa-newspaper-o:before {
  content: "\f1ea"
}

.fa-wifi:before {
  content: "\f1eb"
}

.fa-calculator:before {
  content: "\f1ec"
}

.fa-paypal:before {
  content: "\f1ed"
}

.fa-google-wallet:before {
  content: "\f1ee"
}

.fa-cc-visa:before {
  content: "\f1f0"
}

.fa-cc-mastercard:before {
  content: "\f1f1"
}

.fa-cc-discover:before {
  content: "\f1f2"
}

.fa-cc-amex:before {
  content: "\f1f3"
}

.fa-cc-paypal:before {
  content: "\f1f4"
}

.fa-cc-stripe:before {
  content: "\f1f5"
}

.fa-bell-slash:before {
  content: "\f1f6"
}

.fa-bell-slash-o:before {
  content: "\f1f7"
}

.fa-trash:before {
  content: "\f1f8"
}

.fa-copyright:before {
  content: "\f1f9"
}

.fa-at:before {
  content: "\f1fa"
}

.fa-eyedropper:before {
  content: "\f1fb"
}

.fa-paint-brush:before {
  content: "\f1fc"
}

.fa-birthday-cake:before {
  content: "\f1fd"
}

.fa-area-chart:before {
  content: "\f1fe"
}

.fa-pie-chart:before {
  content: "\f200"
}

.fa-line-chart:before {
  content: "\f201"
}

.fa-lastfm:before {
  content: "\f202"
}

.fa-lastfm-square:before {
  content: "\f203"
}

.fa-toggle-off:before {
  content: "\f204"
}

.fa-toggle-on:before {
  content: "\f205"
}

.fa-bicycle:before {
  content: "\f206"
}

.fa-bus:before {
  content: "\f207"
}

.fa-ioxhost:before {
  content: "\f208"
}

.fa-angellist:before {
  content: "\f209"
}

.fa-cc:before {
  content: "\f20a"
}

.fa-shekel:before,.fa-sheqel:before,.fa-ils:before {
  content: "\f20b"
}

.fa-meanpath:before {
  content: "\f20c"
}

.fa-buysellads:before {
  content: "\f20d"
}

.fa-connectdevelop:before {
  content: "\f20e"
}

.fa-dashcube:before {
  content: "\f210"
}

.fa-forumbee:before {
  content: "\f211"
}

.fa-leanpub:before {
  content: "\f212"
}

.fa-sellsy:before {
  content: "\f213"
}

.fa-shirtsinbulk:before {
  content: "\f214"
}

.fa-simplybuilt:before {
  content: "\f215"
}

.fa-skyatlas:before {
  content: "\f216"
}

.fa-cart-plus:before {
  content: "\f217"
}

.fa-cart-arrow-down:before {
  content: "\f218"
}

.fa-diamond:before {
  content: "\f219"
}

.fa-ship:before {
  content: "\f21a"
}

.fa-user-secret:before {
  content: "\f21b"
}

.fa-motorcycle:before {
  content: "\f21c"
}

.fa-street-view:before {
  content: "\f21d"
}

.fa-heartbeat:before {
  content: "\f21e"
}

.fa-venus:before {
  content: "\f221"
}

.fa-mars:before {
  content: "\f222"
}

.fa-mercury:before {
  content: "\f223"
}

.fa-intersex:before,.fa-transgender:before {
  content: "\f224"
}

.fa-transgender-alt:before {
  content: "\f225"
}

.fa-venus-double:before {
  content: "\f226"
}

.fa-mars-double:before {
  content: "\f227"
}

.fa-venus-mars:before {
  content: "\f228"
}

.fa-mars-stroke:before {
  content: "\f229"
}

.fa-mars-stroke-v:before {
  content: "\f22a"
}

.fa-mars-stroke-h:before {
  content: "\f22b"
}

.fa-neuter:before {
  content: "\f22c"
}

.fa-genderless:before {
  content: "\f22d"
}

.fa-facebook-official:before {
  content: "\f230"
}

.fa-pinterest-p:before {
  content: "\f231"
}

.fa-whatsapp:before {
  content: "\f232"
}

.fa-server:before {
  content: "\f233"
}

.fa-user-plus:before {
  content: "\f234"
}

.fa-user-times:before {
  content: "\f235"
}

.fa-hotel:before,.fa-bed:before {
  content: "\f236"
}

.fa-viacoin:before {
  content: "\f237"
}

.fa-train:before {
  content: "\f238"
}

.fa-subway:before {
  content: "\f239"
}

.fa-medium:before {
  content: "\f23a"
}

.fa-yc:before,.fa-y-combinator:before {
  content: "\f23b"
}

.fa-optin-monster:before {
  content: "\f23c"
}

.fa-opencart:before {
  content: "\f23d"
}

.fa-expeditedssl:before {
  content: "\f23e"
}

.fa-battery-4:before,.fa-battery-full:before {
  content: "\f240"
}

.fa-battery-3:before,.fa-battery-three-quarters:before {
  content: "\f241"
}

.fa-battery-2:before,.fa-battery-half:before {
  content: "\f242"
}

.fa-battery-1:before,.fa-battery-quarter:before {
  content: "\f243"
}

.fa-battery-0:before,.fa-battery-empty:before {
  content: "\f244"
}

.fa-mouse-pointer:before {
  content: "\f245"
}

.fa-i-cursor:before {
  content: "\f246"
}

.fa-object-group:before {
  content: "\f247"
}

.fa-object-ungroup:before {
  content: "\f248"
}

.fa-sticky-note:before {
  content: "\f249"
}

.fa-sticky-note-o:before {
  content: "\f24a"
}

.fa-cc-jcb:before {
  content: "\f24b"
}

.fa-cc-diners-club:before {
  content: "\f24c"
}

.fa-clone:before {
  content: "\f24d"
}

.fa-balance-scale:before {
  content: "\f24e"
}

.fa-hourglass-o:before {
  content: "\f250"
}

.fa-hourglass-1:before,.fa-hourglass-start:before {
  content: "\f251"
}

.fa-hourglass-2:before,.fa-hourglass-half:before {
  content: "\f252"
}

.fa-hourglass-3:before,.fa-hourglass-end:before {
  content: "\f253"
}

.fa-hourglass:before {
  content: "\f254"
}

.fa-hand-grab-o:before,.fa-hand-rock-o:before {
  content: "\f255"
}

.fa-hand-stop-o:before,.fa-hand-paper-o:before {
  content: "\f256"
}

.fa-hand-scissors-o:before {
  content: "\f257"
}

.fa-hand-lizard-o:before {
  content: "\f258"
}

.fa-hand-spock-o:before {
  content: "\f259"
}

.fa-hand-pointer-o:before {
  content: "\f25a"
}

.fa-hand-peace-o:before {
  content: "\f25b"
}

.fa-trademark:before {
  content: "\f25c"
}

.fa-registered:before {
  content: "\f25d"
}

.fa-creative-commons:before {
  content: "\f25e"
}

.fa-gg:before {
  content: "\f260"
}

.fa-gg-circle:before {
  content: "\f261"
}

.fa-tripadvisor:before {
  content: "\f262"
}

.fa-odnoklassniki:before {
  content: "\f263"
}

.fa-odnoklassniki-square:before {
  content: "\f264"
}

.fa-get-pocket:before {
  content: "\f265"
}

.fa-wikipedia-w:before {
  content: "\f266"
}

.fa-safari:before {
  content: "\f267"
}

.fa-chrome:before {
  content: "\f268"
}

.fa-firefox:before {
  content: "\f269"
}

.fa-opera:before {
  content: "\f26a"
}

.fa-internet-explorer:before {
  content: "\f26b"
}

.fa-tv:before,.fa-television:before {
  content: "\f26c"
}

.fa-contao:before {
  content: "\f26d"
}

.fa-500px:before {
  content: "\f26e"
}

.fa-amazon:before {
  content: "\f270"
}

.fa-calendar-plus-o:before {
  content: "\f271"
}

.fa-calendar-minus-o:before {
  content: "\f272"
}

.fa-calendar-times-o:before {
  content: "\f273"
}

.fa-calendar-check-o:before {
  content: "\f274"
}

.fa-industry:before {
  content: "\f275"
}

.fa-map-pin:before {
  content: "\f276"
}

.fa-map-signs:before {
  content: "\f277"
}

.fa-map-o:before {
  content: "\f278"
}

.fa-map:before {
  content: "\f279"
}

.fa-commenting:before {
  content: "\f27a"
}

.fa-commenting-o:before {
  content: "\f27b"
}

.fa-houzz:before {
  content: "\f27c"
}

.fa-vimeo:before {
  content: "\f27d"
}

.fa-black-tie:before {
  content: "\f27e"
}

.fa-fonticons:before {
  content: "\f280"
}



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

  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;

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

.icon-key:before {
  content: "\e66e";
}
.icon-envelope:before {
  content: "\e696";
}
.icon-copy:before {
  content: "\e6b8";
}
.icon-register:before {
  content: "\e6d1";
}
.icon-user:before {
  content: "\e71e";
}
.icon-calculator:before {
  content: "\e766";
}
.icon-calculator2:before {
  content: "\e767";
}
.icon-telephone:before {
  content: "\e76a";
}
.icon-bubbles:before {
  content: "\e7d7";
}
.icon-rank:before {
  content: "\e801";
}
.icon-magnifier:before {
  content: "\e922";
}
.icon-menu:before {
  content: "\e92b";
}
.icon-check:before {
  content: "\e900";
}
.icon-cross:before {
  content: "\e935";
}
.icon-plus:before {
  content: "\e901";
}
.icon-minus:before {
  content: "\e937";
}
.icon-chevron-up:before {
  content: "\e939";
}
.icon-chevron-down:before {
  content: "\e93a";
}
.icon-chevron-left:before {
  content: "\e93b";
}
.icon-chevron-right:before {
  content: "\e93c";
}
.icon-arrow-right:before {
  content: "\e944";
}
.icon-expand:before {
  content: "\e94c";
}
.icon-contract:before {
  content: "\e94d";
}
.icon-backward-circle:before {
  content: "\e966";
}
.icon-play-circle:before {
  content: "\e96a";
}
.icon-pause-circle:before {
  content: "\e96b";
}
.icon-forward-circle:before {
  content: "\e96e";
}
.icon-film-play:before {
  content: "\e6f8";
}
.icon-picture:before {
  content: "\e70e";
}
.icon-document:before {
  content: "\e6d9";
}
.icon-papers:before {
  content: "\e6d4";
}
.icon-news:before {
  content: "\e6d5";
}
.icon-reading:before {
  content: "\e6d6";
}
.icon-map:before {
  content: "\e782";
}
.icon-map-marker:before {
  content: "\e77a";
}
.icon-calendar-31:before {
  content: "\e788";
}
.icon-printer:before {
  content: "\e6b1";
}
.icon-download:before {
  content: "\e8f5";
}
.icon-upload:before {
  content: "\e8f6";
}
.icon-home:before {
  content: "\e603";
}
.icon-apartment:before {
  content: "\e60c";
}
.icon-trash:before {
  content: "\e681";
}
.icon-pencil:before {
  content: "\e60d";
}
.icon-pencil5:before {
  content: "\e613";
}
.icon-list:before {
  content: "\e92c";
}
.icon-paper-plane:before {
  content: "\e699";
}
.icon-link:before {
  content: "\e917";
}
.icon-redo:before {
  content: "\e8d9";
}
.icon-lock:before {
  content: "\e66b";
}
.icon-at-sign:before {
  content: "\e695";
}
.icon-star:before {
  content: "\e68d";
}
.icon-notification-circle:before {
  content: "\e956";
}
.icon-question-circle:before {
  content: "\e957";
}
.icon-warning:before {
  content: "\e955";
}
.icon-lamp:before {
  content: "\e7bc";
}
.icon-site-map:before {
  content: "\e883";
}
.icon-users2:before {
  content: "\e723";
}
.icon-share:before {
  content: "\e920";
}
.icon-zoom-in:before {
  content: "\e925";
}
.icon-zoom-out:before {
  content: "\e926";
}
.icon-bug:before {
  content: "\e90a";
}
.icon-power:before {
  content: "\e7b9";
}
.icon-wrench:before {
  content: "\e674";
}
.icon-construction-cone:before {
  content: "\e7f7";
}
.icon-info_icon:before {
  content: "\e902";
}
@font-face {
  font-family: "FontAwesome";
  src: url(//24855079.fs1.hubspotusercontent-eu1.net/hubfs/24855079/raw_assets/public/Checkpoint_Ideal_June2022/fonts/FontAwesome/FontAwesome.eot) format("embedded-opentype"), 
    url(//24855079.fs1.hubspotusercontent-eu1.net/hubfs/24855079/raw_assets/public/Checkpoint_Ideal_June2022/fonts/FontAwesome/FontAwesome.woff2) format("woff2"),
    url(//24855079.fs1.hubspotusercontent-eu1.net/hubfs/24855079/raw_assets/public/Checkpoint_Ideal_June2022/fonts/FontAwesome/FontAwesome.woff) format("woff"),
    url(//24855079.fs1.hubspotusercontent-eu1.net/hubfs/24855079/raw_assets/public/Checkpoint_Ideal_June2022/fonts/FontAwesome/FontAwesome.ttf) format("truetype"),
    url(//24855079.fs1.hubspotusercontent-eu1.net/hubfs/24855079/raw_assets/public/Checkpoint_Ideal_June2022/fonts/FontAwesome/FontAwesome.svg) format("svg");
  font-style: normal;
  font-weight: normal;
}

@font-face {
    font-family: linearicons2;
    src:  url('https://24855079.fs1.hubspotusercontent-eu1.net/hubfs/24855079/Checkpoint_Ideal_June2022/fonts/idealrelaunch.eot?v69n6');
    src:  url('https://24855079.fs1.hubspotusercontent-eu1.net/hubfs/24855079/Checkpoint_Ideal_June2022/fonts/idealrelaunch.eot?v69n6#iefix') format('embedded-opentype'),
    url('https://24855079.fs1.hubspotusercontent-eu1.net/hubfs/24855079/Checkpoint_Ideal_June2022/fonts/Linearicons.ttf?v69n6') format('truetype'),
    url('https://24855079.fs1.hubspotusercontent-eu1.net/hubfs/24855079/Checkpoint_Ideal_June2022/fonts/idealrelaunch.woff?v69n6') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
  font-family: linearicons;
  src: url(//24855079.fs1.hubspotusercontent-eu1.net/hubfs/24855079/raw_assets/public/Checkpoint_Ideal_June2022/fonts/Linearicons/idealrelaunch.eot) format("embedded-opentype"),
    url(//24855079.fs1.hubspotusercontent-eu1.net/hubfs/24855079/raw_assets/public/Checkpoint_Ideal_June2022/fonts/Linearicons/idealrelaunch.svg) format("svg"),
    url(//24855079.fs1.hubspotusercontent-eu1.net/hubfs/24855079/raw_assets/public/Checkpoint_Ideal_June2022/fonts/Linearicons/idealrelaunch.ttf) format("truetype"),
    url(//24855079.fs1.hubspotusercontent-eu1.net/hubfs/24855079/raw_assets/public/Checkpoint_Ideal_June2022/fonts/Linearicons/idealrelaunch.woff) format("woff"),
    url(//24855079.fs1.hubspotusercontent-eu1.net/hubfs/24855079/raw_assets/public/Checkpoint_Ideal_June2022/fonts/Linearicons/idealrelaunch.woff2) format("woff2");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}






@font-face { 
  font-family: "Font Awesome 5 Free";
  src: url(//24855079.fs1.hubspotusercontent-eu1.net/hubfs/24855079/raw_assets/public/Checkpoint_Ideal_June2022/fonts/FontAwesome/fa-regular-400.woff) format("woff"),
    url(//24855079.fs1.hubspotusercontent-eu1.net/hubfs/24855079/raw_assets/public/Checkpoint_Ideal_June2022/fonts/FontAwesome/fa-regular-400.ttf) format("truetype"); 
  font-style: normal;
  font-weight: 400;
  font-display: block;
}


@font-face { 
  font-family: "Glyphicons Halflings";
  src: url(//24855079.fs1.hubspotusercontent-eu1.net/hubfs/24855079/raw_assets/public/Checkpoint_Ideal_June2022/fonts/Glyphicons/glyphicons-halflings-regular.woff) format("embedded-opentype"),
    url(//24855079.fs1.hubspotusercontent-eu1.net/hubfs/24855079/raw_assets/public/Checkpoint_Ideal_June2022/fonts/Glyphicons/glyphicons-halflings-regular.woff2) format("woff2"), 
    url(//24855079.fs1.hubspotusercontent-eu1.net/hubfs/24855079/raw_assets/public/Checkpoint_Ideal_June2022/fonts/Glyphicons/glyphicons-halflings-regular.woff) format("woff"),
    url(//24855079.fs1.hubspotusercontent-eu1.net/hubfs/24855079/raw_assets/public/Checkpoint_Ideal_June2022/fonts/Glyphicons/glyphicons-halflings-regular.ttf) format("truetype"),
    url(//24855079.fs1.hubspotusercontent-eu1.net/hubfs/24855079/raw_assets/public/Checkpoint_Ideal_June2022/fonts/Glyphicons/glyphicons-halflings-regular.svg) format("svg");
}


body {
  line-height: 26px;
  background-color: #fff;
  font-family: Lato;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */

p {
  margin: 0 0 16px;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: underline;
  -webkit-transition: all .3s ease,all .3s ease;
  -moz-transition: all .3s ease,all .3s ease;
  -o-transition: all .3s ease,all .3s ease;
  transition: all .3s ease,all .3s ease;
}

a:visited {
  color: #505050 ;
}

/* Headings */

h1{
  letter-spacing: .03em;
  line-height: 30px;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-bottom: 7px;
  text-transform: uppercase;
}
h2{
  letter-spacing: .03em;
  line-height: 26px;
  margin-top: 20px;
  margin-bottom: 10px;
}
h3{
  letter-spacing: .03em;
  line-height: 22px;
  margin-top: 20px;
  margin-bottom: 10px;
}
h4{
  letter-spacing: .03em;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 18px;
}
h5{
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 20px;

}
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.1;
}

/* Lists */

ul,
ol {
/*   font-size: 16px; */
  line-height: 26px;
  margin-bottom: 16px;
}




ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul.no-list {
  list-style: none;
}

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}


@media (min-width: 1200px){

}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  display: block;
  font-size: 14px;
  margin-bottom: 0;
  line-height: 24px;
}
form a.hs-button {
    text-decoration: none !important;
}
/* Help text - legends */

form legend {
  font-size: 0.875rem;
  color: #505050;
}

.form-title{
  padding: 17px 20px;
}

.form-title h3{
  font-size:18px !imporatnt;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background-color: #FFF;
  display: inline-block;
  border-bottom: 1px solid;
  border-top:none;
  border-left:none;
  border-right:none;
  padding: 6px 12px;
  width: 100%;
  outline:none;
  font-size: 14px;
  font-size: 16px;
  color: #1a1718;
  line-height: 24px;
}

form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

.hs-input.invalid.error {
  border-color: #c00000;
}
.hs_error_rollup label {
  color: #c00000;
}
.hs-error-msg {
  color: #c00000;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  line-height: 17px;
  letter-spacing: .15em;
  font-weight: 900;
  margin-top:10px;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
/* Header container */

header.header.custom-header-group {
  min-height: 77px;
}
.custom-header-wrap {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  margin-bottom: 0;
  border: none;
  transition: height .1s ease;
  box-shadow: 2px 5px 15px rgb(0 0 0 / 10%);
  z-index:999;
}
.header .header__container {
  display:flex;
  align-items: center;
  align-content: center;
  vertical-align: middle;
  min-height: 77px;
  justify-content: space-between;
}

.header .header-logo {
  padding: 13px 0;
}
.header .header-logo img {
  width: 233px;
  border-width: 0px;
  border: 0px;
  display: block;
  transition: .1s ease;
}

.header .header-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.header .header-menu ul.submenu.level-1 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header .header-menu ul.submenu.level-1 > li {
  position: relative;
  display: inline-block;
}

.header-menu ul.submenu.level-1 > li > a {
  padding: 26px 17px 25px;
  font-weight: 900;
  font-size: 14px;
  transition: none;
  text-transform: uppercase;
  color: #356186;
  text-decoration: none;
  position: relative;
  letter-spacing: .05em;
  display:block;
}

.header-menu ul.submenu.level-1>li>a:hover {
  background: transparent;
}
.header-menu ul.submenu.level-1>li:last-child>a, .header-menu ul.submenu.level-1>li:last-child {
    background: transparent !important;
}

.header-menu ul.submenu.level-1 > li > a::after {
  transition: transform .3s ease-out,border-color .3s ease-out;
  position: absolute;
  display: block;
  bottom: 0px;
  left: 0;
  width: 100%;
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  border-top: 2px solid;
  content: '';
}

.header-menu ul.submenu.level-1 > li:hover > a::after{
  transform: scaleX(1);
}

.header-menu ul.submenu.level-1 > li > a.active-branch:after,
.header-menu ul.submenu.level-1 > li > a.active-item:after{
  transform: scaleX(1);
}

ul.submenu.level-1 > li:hover {
  background-color: #f5f5f5
}




.header-menu  ul.submenu.level-1 > li ul.submenu.level-2 {
  display: none;
  padding: 0;
  margin: 0;
  border-width: 0;
  border: none;
  box-shadow: none;
  position: absolute;
  width: 360px;
  top: 100%;
      -webkit-box-shadow: 2px 5px 15px rgb(0 0 0 / 10%);
    box-shadow: 2px 5px 15px rgb(0 0 0 / 10%);
}

.header-menu  ul.submenu.level-1 > li ul.submenu.level-2 li {
  display: block;
  width: 100%;
  position: relative;
}



.header-menu  ul.submenu.level-1 > li ul.submenu.level-2 li a {
  text-transform: uppercase;
  color: #356186;
  text-decoration: none;
  position: relative;
  letter-spacing: .05em;
  font-weight: 700;
  display: block;
  padding: 17px 17px 13px;
  font-size: 13.6px;
  border-bottom: 1px solid #d2d2d2;
  background:#fafafa;
}

.header-menu ul.submenu.level-2>li>a:hover {
  background: transparent;
}



.header-menu ul.submenu.level-2 > li > a::after {
  transition: transform .3s ease-out,border-color .3s ease-out;
  position: absolute;
  display: block;
  bottom: -1px;
  left: 0;
  width: 100%;
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  border-top: 2px solid #8ec4d2;
  content: '';
}

.header-menu ul.submenu.level-2 > li:hover >a::after{
  transform: scaleX(1);
}


span.icon-rank {
  border-left: 1px solid #d2d2d2;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: calc(100% - 12px);
  margin: 6px 0;
  font-family: linearicons2 !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-feature-settings: "liga";
  letter-spacing: 0;
  font-variant-ligatures: discretionary-ligatures;
  -webkit-font-smoothing: antialiased;
}

span.icon-rank:before{
  content: "\e801";
  color: #505050;
  font-family: Linearicons2;
  font-weight: 700;
  font-size: 20px;
  position: absolute;
  top: calc(50% - 6px);
  width: 60px;
  text-align: center;
  -webkit-transform: rotate(
    180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(
    180deg);
}


.header-menu ul.submenu.level-1>li ul.submenu.level-2 li ul.submenu.level-3 {
  display:none;
}

.header-menu ul.submenu.level-1>li ul.submenu.level-2 li ul.submenu.level-3 li a {
  font-weight: 600;
  padding: 15px 30px;
  text-transform: none;
  font-size: 14px;
  background:#ffffff;
}

.header-menu ul.submenu.level-1>li ul.submenu.level-2 li ul.submenu.level-3 li a.active-item:after,
.header-menu ul.submenu.level-1>li ul.submenu.level-2 li a.active-item:after,
.header-menu ul.submenu.level-1>li ul.submenu.level-2 li a.active-branch:after{
   transform: scaleX(1);
}


.header-menu ul.submenu.level-3 > li > a::after {
  transition: transform .3s ease-out,border-color .3s ease-out;
  position: absolute;
  display: block;
  bottom: -1px;
  left: 0;
  width: 100%;
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  border-top: 2px solid #8ec4d2;
  content: '';
}

.header-menu ul.submenu.level-3 > li:hover >a::after{
  transform: scaleX(1);
}
.fixed header.header {
  min-height: 50px;
  width: 100%;
  position: fixed;
}

.fixed .header-logo {
  padding: 7px;
}

.fixed .header-logo img{
  width: 200px !important;
  height: 40px;
}
.fixed .custom-header-wrap {
  height: 50px;
}
.fixed .header__container {
  min-height: auto;
}

.fixed .header-menu ul.submenu.level-1>li>a {
  padding: 13px 17px 11px;
}

.header.fixed .header__container {
  display: flex;
  align-items: inherit;
  align-content: inherit;
}

.header.fixed .header-menu ul.submenu.level-1>li ul.submenu.level-2 li a {
  padding: 13px 17px 11px !important;
}


.header-menu ul.submenu.level-3>li a span.icon-rank {
  width: 55px;
}



@media(min-width:1200px){

  button.navbar-toggle {
    display:none;
  }
  .header-menu ul.submenu.level-1 > li:hover ul.submenu.level-2{
    display:block;
  }
  .custom_menu_mobile {
    display: none;
  }
  .child-open span.icon-rank:before {
    transform: rotate(0);
    top: calc(50% - 10px);
    right: -2px;
  }

  .header-menu ul.submenu.level-1>li ul.submenu.level-2 li ul.submenu.level-3 a span.icon-rank:before {
    transform: rotate(
      90deg);
    top: calc(50% - 10px);
  }

  .header-menu ul.submenu.level-1>li ul.submenu.level-2 li ul.submenu.level-3 li a:hover {
    background-color: #f5f5f5;
  }

  .header-menu ul.submenu.level-1>li ul.submenu.level-2 li ul.submenu.level-3 li a span {
    border: none;
  }
  .header-menu ul.submenu.level-1>li ul.submenu.level-2 li ul.submenu.level-3 li a {
    background-color: #fafafa;
  }
}
@media  (max-width: 1199px){
  header.header {
    min-height: 50px !important;
  }
  .custom_menu_desktop {
    display: none;
  }
  .header .header__container{
    min-height: 50px;
    position: relative;
    padding-right: 15px;
    padding-left: 22PX;
  }
  .header-logo {
    padding: 6px 0 0 !important;
  }
  .header-logo img {
    width: 200px!important;
    margin-top:1px;
  }
  .header-menu {
    position: absolute;
    top: 103%;
    right: 15px;
  }
  .fixed .header-logo img{
    width: 186px!important;
    max-height: none;
    height: auto;
    margin-left: 7px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  button.navbar-toggle {
    border: 0;
    display: block;
    position: relative;
    padding: 17px 15px 17px 10px;
    background-color: transparent;
    background-image: none;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    font-family: Lato,sans-serif;
    background-color:transparent !important;
  }

  .header-menu .custom_menu_mobile ul{
    flex-direction: column;
    width: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header .header-menu .custom_menu_mobile ul > li{
    width:100%;
    background-color: #f5f5f5;
    position: relative;
    display: inline-block;
  }

  .header-menu .custom_menu_mobile ul > li > a {
    padding: 17px 17px 13px;
    font-size: 14px;
    font-weight: 900;
    font-size: 14px;
    transition: none;
    text-transform: uppercase;
    color: #356186;
    text-decoration: none;
    position: relative;
    letter-spacing: .05em;
    display:block;
    background:#ffffff;
    border-bottom: 1px solid #d2d2d2;
  }
  
  .header .header-menu .custom_menu_mobile ul>li.active > a:after {
   transform: scaleX(1);
  }


  .header-menu .custom_menu_mobile ul > li > a:hover,
  .header-menu .custom_menu_mobile ul > li > a.child-open{
    background: transparent;
  }

  .header-menu .custom_menu_mobile ul > li > a::after {
    transition: transform .3s ease-out,border-color .3s ease-out;
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    border-top: 2px solid #8ec4d2;
    content: '';
    bottom:-1px;
  }

  .header-menu .custom_menu_mobile ul > li:hover > a::after{
    transform: scaleX(1);
  }
  
  .header-menu .custom_menu_mobile ul>li>a.child-open:after {
      transform: scaleX(1);
  }
  
  .header-menu .custom_menu_mobile ul > li:hover {
    background-color: #f5f5f5
  }

  .header-menu .custom_menu_mobile ul>li ul.hs-menu-children-wrapper {
    padding: 0;
    margin: 0;
    border-width: 0;
    border: 0;
    box-shadow: none;
    position: static;
    width: 360px;
    top: 100%;
    display: none;
  }
  .header-menu .custom_menu_mobile ul > li ul.hs-menu-children-wrapper li{
    display: block;
    width: 100%;
    position: relative;
  }

  .header-menu .custom_menu_mobile ul > li ul.hs-menu-children-wrapper li a{
    text-transform: uppercase;
    color: #356186;
    text-decoration: none;
    position: relative;
    letter-spacing: .05em;
    font-weight: 700;
    display: block;
    padding: 17px 17px 13px 30px;
    font-size: 13.6px;
    border-bottom: 1px solid #d2d2d2;
    background:#fafafa;
  }



  .header-menu .custom_menu_mobile ul > li ul.hs-menu-children-wrapper li a:hover {
    background: transparent;
  }



  .header-menu .custom_menu_mobile ul > li ul.hs-menu-children-wrapper li a::after {
    transition: transform .3s ease-out,border-color .3s ease-out;
    position: absolute;
    display: block;
    bottom: -1px;
    left: 0;
    width: 100%;
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    border-top: 2px solid #8ec4d2;
    content: '';
  }

  .header-menu .custom_menu_mobile ul > li ul.hs-menu-children-wrapper li:hover > a::after{
    transform: scaleX(1);
  }



  .header-menu .custom_menu_mobile ul>li ul.hs-menu-children-wrapper li ul {
    display: none;
  }
  .header-menu .custom_menu_mobile ul>li ul.hs-menu-children-wrapper li ul li a {
    font-weight: 600;
    padding: 15px 30px;
    text-transform: none;
    font-size: 14px;
    background:#ffffff;
  }




  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
  }

  .icon-bar {
    background-color: #356186;
    color: #356186;
    width: 34px;
    display: block;
    height: 2px;
    border-radius: 1px;
    font-family: linearicons !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    letter-spacing: 0;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    font-feature-settings: "liga";
    -webkit-font-variant-ligatures: discretionary-ligatures;
    font-variant-ligatures: discretionary-ligatures;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .icon-bar+.icon-bar {
    margin-top: 5px;
  }

  .open-menu button.navbar-toggle.toggle-open {
    border-bottom: 2px solid #8ec4d2;
    border-radius: 0;
    margin: 0;
    position: relative;
    top: 2px;
    right: 0px;
    width: 54px;
  }
  
  .open-menu .fixed button.navbar-toggle.toggle-open {
    top:1px;
  }

  .open-menu span.icon-bar:first-child {
    display: none;
  }

  .open-menu span.icon-bar:nth-child(2) {
    -webkit-transform: rotate(
      45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(
      45deg);
    -webkit-transition: all .15s ease,all .15s ease;
    -moz-transition: all .15s ease,all .15s ease;
    -o-transition: all .15s ease,all .15s ease;
    transition: all .15s ease,all .15s ease;
  }

  .open-menu span.icon-bar:nth-child(3) {
    -webkit-transform: rotate(
      -45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(
      -45deg);
    top: -7px;
    position: relative;
    -webkit-transition: all .15s ease,all .15s ease;
    -moz-transition: all .15s ease,all .15s ease;
    -o-transition: all .15s ease,all .15s ease;
    transition: all .15s ease,all .15s ease;
  }

  .open-menu span.icon-bar:last-child {
    display: none;
  }
  .custom_menu_mobile {
    display: none;
  }
  body.open-menu .custom_menu_mobile {
    display: block;
    position: relative;
    top: 5px;
    right: 0px;
  }
  span.icon-rank {
    border-left: 0;
  }
  .header-menu .custom_menu_mobile ul>li ul li ul.hs-menu-children-wrapper li a span.icon-rank:before {
    transform: rotate( 90deg);
    top: calc(50% - 10px);
  }
  .header-menu .custom_menu_mobile ul>li>a.child-open .icon-rank:before {
    transform: rotate(0);
    top: calc(50% - 10px);
  }
  .header-menu .custom_menu_mobile ul>li ul li a span.icon-rank:before {
    transform: rotate(180deg);
    top: 16px;
    left: 0px;
  }
  .header-menu .custom_menu_mobile ul>li ul.hs-menu-children-wrapper li a.child-open span.icon-rank:before {
    transform: rotate(0);
    top: calc(50% - 10px);
  }
  .header-menu .custom_menu_mobile ul>li ul li ul.hs-menu-children-wrapper li a span.icon-rank:before {
    right: -5px;
    left:4px;
  }
  .header-menu .custom_menu_mobile ul>li ul li a span.icon-rank {
    border-left: 1px solid #d2d2d2;
  }
  body.open-menu .header.fixed .header-menu .custom_menu_mobile ul>li>a {
    padding: 13px 17px 11px;
  }

  body.open-menu .header.fixed .header-menu .custom_menu_mobile ul>li ul.hs-menu-children-wrapper {
    position: relative;
    margin-top: -1px;
  }
  body.open-menu .header.fixed .custom_menu_mobile {
    top: 2px;

  }
  .header-menu .custom_menu_mobile ul>li ul li ul.hs-menu-children-wrapper li a span.icon-rank {
    border: 0;
}
  
  
  .custom_menu_mobile {
    overflow: auto;
    max-height: 90vh;
  }
  
  .header .header-menu .custom_menu_mobile ul>li.active-branch>a:after {
    transform: scale(1);
}
}

@media (max-width: 767px) {
  .header .header__container {
    padding-right: 0;
    padding-left: 7PX;
  }
  body.open-menu .custom_menu_mobile {
    right: 0;
  }
  .fixed .header-logo img {
    height: 40px;
  }

  .header-menu {
    right: 0px;
  }

  body.open-menu .custom_menu_mobile {
    display: block;
    position: relative;
    top: 6px;
    right: 0px;
  }

  body.open-menu .header.fixed .custom_menu_mobile {
    top: 4px;
  }

  body.open-menu .header.fixed .header-menu .custom_menu_mobile ul>li>a {
    padding: 13px 17px 11px;
  }

  body.open-menu .header.fixed .header-menu .custom_menu_mobile ul>li ul.hs-menu-children-wrapper {
    position: relative;
    margin-top: -1px;
  }
  body.open-menu .header.fixed .header-menu .custom_menu_mobile ul>li ul li a span.icon-rank:before {
    top: 6px;
  }

  .header-menu .custom_menu_mobile ul>li ul li ul.hs-menu-children-wrapper li a span.icon-rank:before {
    top:12px;
  }
  
}

@media (max-width: 359px) {
  .header-menu {
    width: 100%;
  }
  .header-menu .custom_menu_mobile ul {
    width: 100%;
  }
  .header-menu .custom_menu_mobile ul>li ul.hs-menu-children-wrapper {
    width: 100% !important;
  }
  body.open-menu .header.fixed .custom_menu_mobile {
    top: 3px;
  }

}
footer.footer {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

footer.footer .footer__container{
  padding-top: 15px;
  padding-bottom: 15px;
}
footer.footer .footer-contant {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
footer.footer .footer-left ul li a:hover {
  text-decoration: underline;
}
footer.footer .top-footer,
footer.footer .bottom-footer{
  margin-right: -15px;
  margin-left: -15px;
}

footer.footer .footer-left {
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

footer.footer .footer-right {
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

footer.footer .footer-left h5 {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 10px;
}

footer.footer .footer-left ul {
  list-style: none;
  padding: 0;
  margin: 12px 0;
}

footer.footer .footer-left ul li {
  position: relative;
  display: block;
  line-height:16px;
}

footer.footer .footer-left ul li a {
  height: inherit;
  padding: 0  10px;
  font-weight: 400;
  line-height: 16px;
  border-right: 1px solid;
  text-transform: none;
  text-decoration: none;
  display: inline-block;
}
footer.footer .footer-left ul li:first-child a{
  padding-left:0;
}

footer.footer .footer-left ul li:last-child a{
  border:none;
}


footer.footer .footer-social-icon {
  padding: 10px 0;
  float: right!important;
}

footer.footer .social-icons {
  display: flex;
  justify-content: space-around;
  text-align: center;
}


footer.footer .footer__copyright, 
footer.footer .footer-link {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

footer.footer .footer__copyright span.hs_cos_wrapper_type_text {
  margin: 12px 0;
  font-size: 16px;
  line-height: 16px;
  display:block;
}

footer.footer .footer-link ul {
  margin: 12px 0 !important;
  float: right;
  padding:0;
}

footer.footer .footer-link ul li {
  position: relative;
  display: block;
  float: left;
  line-height:16px;
  font-size:16px;
}
footer.footer .footer-link ul li:last-child a{
  padding-right:0;
  border: none;
}

footer.footer .footer-link ul li:first-child a{
  padding-left:0;
}

footer.footer .footer-link ul li a {
  height: inherit;
  padding: 0 10px;
  font-weight: 400;
  line-height: 16px;
  border-right: 1px solid;
  text-transform: none;
  text-decoration: none;
  display: inline-block;
}

footer.footer .footer-wrap:before,
footer.footer .footer__container:before,
footer.footer .top-footer:before,
footer.footer .bottom-footer:before,
footer.footer .footer-left ul:before ,
footer.footer .footer-link ul:before {
  display: table;
  content: " ";

}
footer.footer .footer-wrap:after,
footer.footer .footer__container:after,
footer.footer .top-footer:afret,
footer.footer .bottom-footer:afret,
footer.footer .footer-left ul:after,
footer.footer .footer-link ul:after{
  display: table;
  content: " ";
  clear:both;

}


a.back-to-top {
  display: none;
  position: fixed;
  bottom: 1em;
  right: 0;
  font-size: 30px;
  color: #fff;
  padding: 10px;
  width: 55px;
  background-color: #0082c8;
  text-decoration: none;
  text-align: center;
  z-index: 1;
  transition: all .3s ease,all .3s ease;
}

a.back-to-top span.icon-chevron-up {
  font-family: linearicons2 !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  -webkit-font-smoothing: antialiased;
}


a.back-to-top span.icon-chevron-up:before {
  content: "\e939";
}

a.back-to-top:hover {
  text-decoration: none;
  color: #fff;
  background-color: #0082c8!important;
}
footer.footer .footer-link ul li a:hover,
footer.footer .footer-left ul li:hover {
  text-decoration: underline;
}
@media (min-width: 768px){
  footer.footer {
    width: 100%;
    float: left;
  }
  footer.footer .footer-contant {
    width: 100%;
    float: left;
  }

  footer.footer .footer-left ul {
    float: left;
    padding:0;
  }

  footer.footer .footer-left ul li {
    float: left;
  }
  footer.footer .footer-left {
    width: 100%;
    float: left;
  }
}



@media (min-width: 992px){
  footer.footer .footer-left {
    width: 66.66666667%;
    float: left;
  }
  footer.footer .footer-right {
    width: 33.33333333%;
    float: right;
  }

}



@media (min-width: 1200px){
  footer.footer .footer__copyright {
    width: 25%;
    float: left;
  }

  footer.footer .footer-link{
    width: 75%;
    float: right;
  }
}

@media (min-width:1500px){
  footer.footer .footer__container{
    padding-bottom:15px;
  }
}
@media  (max-width: 1200px){
  footer.footer .footer-link ul {
    float: none;
    overflow: hidden;
    margin-bottom: 24px !important;
  }
  footer.footer .footer-link ul li{
    margin-top: 12px;
  }
}

@media (max-width: 991px){
  footer.footer .footer-link .hs-menu-wrapper {
    border-bottom: 1px solid #fff;
  }
  footer.footer .footer__copyright {
    float:left;
  }
  footer.footer .footer-link ul {
    margin-bottom: 12px!important;
  }
  footer.footer .footer-social-icon {
    margin-bottom: 15px;
  }
  .social-icons .facebook, .social-icons .insta {
    margin-top: 1px;
  }
}
@media(max-width: 767px){
  footer.footer .footer-social-icon {
    float: none!important;
  }
  
  .social-icons .facebook, .social-icons .insta {
    margin-top: 2px;
}
  
  footer.footer .social-icons {
    padding-bottom: 18px;
    margin-bottom: 0;
    border-bottom: 1px solid #fff;
  }
  footer.footer .footer-left ul li a{
    border-right: 0;
    padding-right: 0;
    margin-bottom: 15px;
    display: block;
    padding: 0;
  }
  .footer-left ul li:last-child a{
    margin-bottom: 0;
  }
   footer.footer .footer-social-icon {
    margin-bottom: 0px;
  }

  footer.footer .footer-left {
    margin-bottom: 13px;
  }
  .footer-left ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  footer.footer {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 18px;
  }
  .footer__copyright span.hs_cos_wrapper_type_text {
    margin: 20px 0 12px !important;
  }
  .footer-link ul {
    display: block !important;
  }
  .footer-link ul li {
    position: relative;
    display: inline-block;
    float: none;
    line-height: 16px;
    font-size: 16px;
    margin-bottom: 5px;
  }
  .footer-left ul {
    margin: 0px 0 20px;
    padding-top: 2px;
  }
  footer.footer .footer-link ul {
    float: none;
    overflow: hidden;
    margin-top: 4px !important;
    margin-bottom: 12px!important;
  }
  .footer__copyright {
    float: none;
  }

}

/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
.full-width-page {
  overflow: hidden;
}

.full-width-page-row1 .dnd-section {
  padding-top: 0;
  padding-bottom: 0;
}

.full-width-page-row1 .dnd-section>.row-fluid {
  max-width: 1480px;
  width: 100vw;
  box-shadow: 0 0 0 0 #fff;
  position: relative;
  z-index: 1;
  padding: 0;
  left: 15px;
}

.full-width-page-row2 .dnd-section {
  padding: 0;
}

.full-width-page-row1 .banner-wrapper {
  padding: 0;
}

.full-width-page-row2 .dnd-section h4 {
  font-size: 20px;
  color: #8ec4d2;
  display: block;
  margin-top: 30px;
  line-height: 26px;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 0.54px;
}
.full-width-page-row2 .dnd-section ul li {
  margin-bottom: 16px;
}
.full-width-page-row2 .dnd-column {
  padding: 0 15px;
}

.full-width-page-row2 .dnd-section h1 {
  border-bottom: 5px solid #8ec4d2;
  padding-bottom: 7px;
  display: inline-block;
  margin-bottom: 16px;
  margin-top: 20px;
  padding-top:16px;
}
.full-width-page-row2 .dnd-section:first-child h4 {
  margin-bottom: 0;
  margin-top: 30px;
}


.full-width-page-row2 .dnd-section h2 {
  margin-bottom: 39px;
  padding-top: 16px;
}

.container-fluid.body-container.full-width-page-row1 {
  position: relative;
  top: 0px;
}

.full-width-page-row2 .dnd-section p {
  margin-bottom: 16px;
}

.full-width-page-row1 .dnd-section>.row-fluid .dnd-column {
  padding: 0;
}

.full-width-page-row1 .dnd-section .dnd-module {
  padding: 0 !important;
}

.full-width-page-row2 a {
  color: #356186;
  text-decoration: underline;
}

@media (max-width:1650px){

  .full-width-page-row1 .dnd-section>.row-fluid {
    left: 0px;
    width:100%;
  } 
}




@media (max-width:767px){


  .container-fluid.full-width-page-row2 {
    margin-bottom: 10px;
  }

  .full-width-page-row2 .dnd-section>.row-fluid {
    max-width: 570px;
  }
}


@media (max-width:575px) {
  .dnd-section>.row-fluid {
    max-width: 100%;
  }

  .full-width-page.kundeninformation .full-width-page-row2 .dnd-section h1 {
    font-size: 19px;
  }
}

@media (max-width:479px){
  .full-width-page-row2 .dnd-section h4 {
    display: none;
  }

  .full-width-page-row1 .dnd-section>.row-fluid {
    padding: 0;
  }

  .full-width-page-row2 .dnd-section h1 {
    margin-bottom: 16px;
    margin-top:21px;
    padding-top:0;
  }
  .full-width-page.kundeninformation .full-width-page-row2 .dnd-section h1 {
    margin-top: 0 !important;
  }

  .full-width-page.kundeninformation .full-width-page-row2 .dnd-section h1 {
    font-size: 13px;
  }
}

.hs-ueber-uns-page .cm-why-checkpoint-ideal .dnd-section {
  padding-top: 30px;
  padding-bottom: 0;
}

.hs-ueber-uns-page .cm-why-checkpoint-ideal h4 {
  font-size: 20px;
  color: #8ec4d2;
  display: block;
  line-height: 26px;
  margin: 0;
  margin-bottom: 16px;
  text-transform: uppercase;
  font-family: Lato,sans-serif;
  letter-spacing: 0.54px;
}

.hs-ueber-uns-page .cm-why-checkpoint-ideal h1 {
  margin-top: 20px;
  padding-bottom: 7px;
  letter-spacing: .03em;
  font-size: 26px;
  line-height: 30px;
  color: #505050;
  display: inline-block;
  margin-bottom: 32px;
}

.hs-ueber-uns-page .cm-why-checkpoint-ideal h2 {
  margin-bottom: 32px;
  padding-bottom: 7px;
  letter-spacing: .03em;
  font-size: 18px;
  line-height: 26px;
  color: #505050;
  display: inline-block;
}

.hs-ueber-uns-page .cm-why-checkpoint-ideal ul {
  color: #505050;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 16px;
  margin-top: 0;
}

.hs-ueber-uns-page .cm-why-checkpoint-ideal ul li {
  margin-bottom: 16px;
}

.hs-ueber-uns-page .cm-our-partners-include .dnd-section {
  padding: 0px 0px;
}

.hs-ueber-uns-page .cm-our-partners-include h2 {
  margin-bottom: 32px;
  padding-bottom: 7px;
  letter-spacing: .03em;
  font-size: 18px;
  line-height: 26px;
}

.hs-ueber-uns-page .cm-our-partners-include img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.hs-ueber-uns-page .cm-would-be-happy .dnd-section {
  padding-top: 30px;
  padding-bottom: 0;
}

.hs-ueber-uns-page .cm-our-services-you .dnd-section {
  padding: 0px 0px;
}

.hs-ueber-uns-page .cm-our-services-you .our-service-wrapper {
  margin-bottom: 20px;
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.hs-hatmichueberzeugt .cm-checkpoint .dnd-section {
  padding-top: 50px;
  padding-bottom: 0;
}

.hs-hatmichueberzeugt .cm-checkpoint .dnd-section>.row-fluid {
  padding: 0px 0px;
}

.hs-hatmichueberzeugt .cm-unsere-kunden .dnd-section {
  padding: 50px 0px;
}

.hs-hatmichueberzeugt .cm-zahlen-die .dnd-section>.row-fluid {
  padding-left: 0px;
  padding-right: 0px;
}

.hs-hatmichueberzeugt .cm-zahlen-die .dnd-section {
  padding-top: 30px;
  padding-bottom: 0;
}

.hs-hatmichueberzeugt .cm-versicherungsbereiche .dnd-section {
  padding: 50px 0px;
}

.hs-hatmichueberzeugt .cm-ideal-portal .dnd-section {
  padding: 0px 0px;
}

.hs-hatmichueberzeugt .cm-ideal-portal .dnd-section>.row-fluid {
  padding-left: 0px;
  padding-right: 0px;
}

.hs-hatmichueberzeugt .cm-ideal-portal .contact-now-wp h1.sppb-addon-title {
  font-size: 18px;
  padding-bottom: 7px;
  border: 0;
  line-height: 26px;
}

.hs-hatmichueberzeugt .cm-ideal-portal .contact-now-wp .sppb-col-md-9 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.hs-hatmichueberzeugt .cm-ideal-portal .contact-now-wp .sppb-col-md-3 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.hs-hatmichueberzeugt .cm-ideal-portal .contact-now-wp .sppb-col-md-9 .sppb-addon-raw {
  margin-bottom: 0px;
  margin-top: 34px;
}

.hs-hatmichueberzeugt .cm-ideal-portal .contact-now-wp .sppb-col-md-3 .sppb-addon-wrapper:first-child {
  margin: 0 0 0px;
}

.hs-hatmichueberzeugt .cm-kontaktieren .dnd-section>.row-fluid .dnd-column {
  padding-left: 0px;
  padding-right: 0px;
}

.hs-hatmichueberzeugt .cm-kontaktieren .dnd-section {
  padding: 0px 0px;
  margin-top: 50px;
}

.hs-hatmichueberzeugt .cm-kontaktieren .cm-form-wrapper {
  padding: 62px;
  background-color: rgba(142,196,210,.3);
  margin-left: -62px;
  margin-right: -62px;
}

.hs-hatmichueberzeugt .cm-kontaktieren .cm-form-wrapper h2.cm-addon-title {
  margin-top: 0px;
  margin-bottom: 0px;
}

.hs-hatmichueberzeugt .cm-kontaktieren .cm-form-wrapper .title-header {
  margin-bottom: 0;
}

.hs-hatmichueberzeugt .cm-kontaktieren .cm-form-wrapper .cm-addon-wrapper {
  padding-left: 15px;
  padding-right: 15px;
}

.hs-hatmichueberzeugt .cm-services-fils .dnd-section {
  padding: 0px 0px;
}

.hs-hatmichueberzeugt .cm-services-fils .our-service-wrapper .cm-icon-container>i {
  margin-right: 10px;
}

.hs-hatmichueberzeugt .cm-unsere-mitarbeiter .dnd-section {
  padding-top: 30px;
  padding-bottom: 50px;
}

.hs-hatmichueberzeugt .cm-unsere-mitarbeiter h2 {
  margin: 0px 0px 62px 0px;
  text-transform: none;
  padding: 0px 0px 0px 0px;
  padding-bottom: 7px;
  font-size: 18px;
  line-height: 26px;
  color: #505050;
  display: inline-block;
}

.hs-hatmichueberzeugt .cm-unsere-mitarbeiter picture img {
  max-width: 100%;
  vertical-align: middle;
}

.hs-hatmichueberzeugt .cm-unsere-mitarbeiter picture {
  margin: 0px 0px 30px 0px;
  display: block;
}

.hs-hatmichueberzeugt .cm-unsere-mitarbeiter p {
  color: #505050;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 16px;
}

.hs-hatmichueberzeugt .cm-unsere-mitarbeiter h3 {
  margin-top: 30px;
  padding-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  color: #505050;
  margin-bottom: 12px;
}

.hs-hatmichueberzeugt .cm-unsere-mitarbeiter .hs-button {
  background-color: #f59b69;
  color: #fff;
  border: 0;
  border-radius: 0;
  padding: 8px 16px;
  font-size: 20px;
  line-height: 1.5;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .15em;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  font-weight: 900;
  margin-top: 14px;
  margin-bottom: 30px;
}

.hs-vorsorge-page .ad-table-wrapper .table .pp {
    margin-right: -4px;
}

.hs-hatmichueberzeugt .cm-unsere-mitarbeiter .hs-button:hover {
  background-color: #f5be82;
}

.hs-hatmichueberzeugt {
  overflow: hidden;
}

/* .privacy-row1 .row-number-7 .our-service-wrapper {
margin-bottom: 40px;
}

.privacy-row1 .row-number-6 .our-service-wrapper {
margin-bottom: 40px;
} */

.hs-checken-und-sparen-page .hs-certainly-there .dnd-section {
  padding-top: 30px;
  padding-bottom: 16px;
}

.hs-checken-und-sparen-page .hs-certainly-there h4 {
  margin: 0px;
  font-size: 20px;
  color: #8ec4d2;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.54px;
  line-height: 26px;
}

.hs-checken-und-sparen-page .cm-update .dnd-section {
  padding-top: 58px;
  padding-bottom: 50px;
}

.hs-checken-und-sparen-page .hs-check-insurance .dnd-section {
  padding: 0px 0px;
}

.hs-checken-und-sparen-page .hs-check-insurance .sppb-container-inner {
  max-width: 1140px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.hs-checken-und-sparen-page .hs-check-insurance .sppb-container-inner>.sppb-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.hs-checken-und-sparen-page .hs-check-insurance .sppb-colm-md-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.hs-checken-und-sparen-page .hs-check-insurance .sppb-colm-md-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}

.hs-checken-und-sparen-page .hs-check-insurance .sppb-colm-md-4 i {
  font-family: linearicons !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 140px;
  color: #356186;
}

.hs-checken-und-sparen-page .hs-check-insurance .sppb-colm-md-4 i[dataid="icon-clipboard-text"]:before {
  content: "\e6cb";
}

.hs-checken-und-sparen-page .hs-check-insurance .dnd-section>.row-fluid {
  padding: 0px 0px;
}

.hs-checken-und-sparen-page .hs-check-insurance .dnd-section>.row-fluid .dnd-column {
  padding-left: 0px;
  padding-right: 0px;
}

.hs-checken-und-sparen-page .hs-check-insurance .sppb-colm-md-8 p {
  color: #505050;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 16px;
}

.hs-checken-und-sparen-page .cm-update .product-wrapper .product-tile .product-image img {
  height: auto;
  vertical-align: middle;
  border: 0;
}

.hs-checken-und-sparen-page .hs-contact-details .dnd-section {
  padding: 0px 0px;
}

.hs-checken-und-sparen-page .hs-our-services .dnd-section {
  padding: 0px;
}

.hs-vorsorge-page .hs-certainly-there h4 {
  font-size: 20px;
  color: #8ec4d2;
  display: block;
  margin-top: 30px;
  line-height: 26px;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 0.54px;
}

.hs-vorsorge-page .hs-death-benefit h1 {
  padding-bottom: 7px;
  font-weight: 700;
  letter-spacing: .03em;
  font-size: 26px;
  line-height: 30px;
  color: #505050;
  border-bottom: 5px solid #8ec4d2;
  display: inline-block;
  margin-top: 0;
  margin-bottom: 32px;
}

.hs-vorsorge-page .hs-mortality-wp .sppb-colm-md-6 .hs-button:before {
  content: "\f061";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.hs-vorsorge-page .hs-germany-wp .sppb-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.hs-vorsorge-page .hs-germany-wp {
  padding-top: 20px;
}

.hs-vorsorge-page .hs-germany-wp .sppb-row-container {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.hs-vorsorge-page .hs-germany-wp .sppb-colm-md-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.hs-vorsorge-page .hs-germany-wp .dnd-section>.row-fluid {
  padding: 0px 0px;
}

.hs-vorsorge-page .hs-germany-wp .dnd-section>.row-fluid .dnd-column {
  padding: 0px 0px;
}

.hs-vorsorge-page .hs-germany-wp p {
  color: #505050;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 16px;
}

.hs-vorsorge-page .hs-germany-wp img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.hs-vorsorge-page .hs-mortality-wp .sppb-row-container {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.hs-vorsorge-page .hs-mortality-wp .sppb-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.hs-vorsorge-page .hs-mortality-wp .sppb-colm-md-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.hs-vorsorge-page .hs-mortality-wp .dnd-section>.row-fluid {
  padding: 0px 0px;
}

.hs-vorsorge-page .hs-mortality-wp .dnd-section .dnd-column {
  padding: 0px 0px;
}

.hs-vorsorge-page .hs-mortality-wp {
  padding-top: 20px;
  margin-top: 40px;
}

.hs-vorsorge-page .hs-mortality-wp .widget_1654671743680-flexbox-positioning {
  display: block !important;
}

.hs-vorsorge-page .hs-mortality-wp .sppb-colm-md-6 img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.hs-vorsorge-page .hs-mortality-wp .sppb-colm-sm-10 {
  text-align: center;
}

.hs-vorsorge-page .hs-mortality-wp .sppb-colm-sm-10 .sppb-column-addons {
  margin: 10px;
  width: 90%;
}

.hs-vorsorge-page .hs-mortality-wp .sppb-colm-md-6 h2 {
  margin-bottom: 32px;
  margin-top: 0;
  font-size: 18px;
  line-height: 26px;
  color: #505050;
  display: inline-block;
  padding-bottom: 7px;
}

.hs-vorsorge-page .hs-mortality-wp .sppb-colm-md-6 p {
  color: #505050;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 16px;
}

.hs-vorsorge-page .hs-mortality-wp .sppb-colm-md-6 .hs-button {
  background-color: #f59b69;
  color: #fff;
  border: 0;
  border-radius: 4px;
  padding: 20px 50px;
  font-size: 22px;
  line-height: 1.6;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .15em;
  font-weight: 900;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  margin-top: 8px;
  margin-bottom:24.5px;
}

.hs-vorsorge-page .hs-mortality-wp .sppb-colm-md-6 .widget_1654671930141-flexbox-positioning {
  display: block !important;
}

.hs-vorsorge-page .hs-mortality-wp .sppb-colm-md-6 .hs-button:hover {
  background-color: #f5be82;
}


.hs-vorsorge-page .hs-mortality-wp .sppb-colm-sm-10 .sppb-column-addons {
  margin: 10px;
  width: 90%;
}

.hs-vorsorge-page .cm-variants h2 {
  margin: 0px 0px 0px 0px;
  text-transform: none;
  padding: 0px 0px 0px 0px;
  padding-bottom: 7px;
  font-weight: 700;
  letter-spacing: .03em;
  font-size: 18px;
  line-height: 26px;
  color: #505050;
  display: inline-block;
  margin-bottom: 32px;
}

.hs-vorsorge-page .cm-variants p {
  color: #505050;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 16px;
}

.hs-vorsorge-page .cm-variants ul {
  color: #505050;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 16px;
  margin-top: 0;
}

.hs-vorsorge-page .cm-variants ul li {
  margin-bottom: 16px;
}

.hs-vorsorge-page .cm-variants h3 {
  position: relative;
  padding: 17px 20px;
  background-color: #356186;
  margin-bottom: 25px;
  margin-top: 16px;
  padding-bottom: 24px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .03em;
  font-size: 18px;
  line-height: 26px;
}

.hs-vorsorge-page .hs-faq-details {
  padding-top: 40px;
}

.hs-vorsorge-page .hs-faq-details .cm-accordion-wrapper h2.cm-top-addon-title {
  text-transform: uppercase;
}

.hs-vorsorge-page .hs-faq-details .cm-accordion-wrapper .cm-addon-accordion {
  padding-left: 50px;
  padding-right: 30px;
}

.hs-vorsorge-page .hs-our-cta .widget_1654673588905-flexbox-positioning {
  display: block !important;
  text-align: right;
}

.hs-vorsorge-page .hs-our-cta .hs-button {
  background-color: #f59b69;
  color: #fff;
  border: 0;
  border-radius: 4px;
  padding: 20px 50px;
  font-size: 22px;
  line-height: 1.6;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .15em;
  font-weight: 900;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
}

.hs-vorsorge-page .hs-our-cta {
  padding-top: 54px;
  padding-bottom: 24px;
}

.hs-vorsorge-page .hs-our-services .our-service-wrapper {
  margin-bottom: 20px;
}

.hs-vorsorge-page .cm-variants .table-striped>tbody>tr {
  display: table-row !important;
}

.hs-vorsorge-page .cm-variants .table-striped tfoot.is-desktop-el {
  display: none;
}


.cm-form-wrapper .servicecenter_wrapper.form#kontaktyou form .hs_ich_bin_damit_einverstanden__dass_sie_mich_telefonisch_und_elektronisch__z_b__per_sms_oder_e_mail__ ul.inputs-list label > span {
  background-image: url('//24855079.fs1.hubspotusercontent-eu1.net/hubfs/24855079/raw_assets/public/Checkpoint_Ideal_June2022/images/checkbox_empty.svg');
    }

.ad-table-wrapper table .ps {
  margin-right: -4px;
}

.hs-vorsorge-page .our-service-wrapper {
    margin-bottom: 19px;
}

@media(max-width:1199px){
  .hs-hatmichueberzeugt .cm-ideal-portal .contact-now-wp .sppb-col-md-9 .sppb-addon-content p {
    margin: 0 0 30px;
  }

  .hs-checken-und-sparen-page .hs-check-insurance .sppb-container-inner {
    max-width: 960px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .hs-vorsorge-page .hs-germany-wp .sppb-row-container{
    max-width: 960px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .hs-vorsorge-page .hs-mortality-wp .sppb-row-container{
    max-width: 960px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .hs-checken-und-sparen-page .cm-update .dnd-section {
    padding-top: 50px;
  }

}

@media(max-width:991px){
  .hs-ueber-uns-page .cm-would-be-happy .dnd-section {
    padding-top: 20px;
  }

  .hs-hatmichueberzeugt .cm-zahlen-die .dnd-section {
    padding-top: 20px;
  }

  .hs-hatmichueberzeugt .cm-ideal-portal .insurance-wp .sppb-column-addons .sppb-colm-md-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .hs-hatmichueberzeugt .cm-ideal-portal .contact-now-wp .sppb-col-md-3, .hs-hatmichueberzeugt .cm-ideal-portal .contact-now-wp .sppb-col-md-9 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .hs-hatmichueberzeugt .cm-ideal-portal .contact-now-wp .sppb-col-md-9 .sppb-addon-raw {
    margin-top: 4px;
  }

  .hs-hatmichueberzeugt .cm-ideal-portal .contact-now-wp .sppb-col-md-9 .sppb-addon-content p {
    margin: 0 0 20px;
  }

  .hs-hatmichueberzeugt .cm-ideal-portal .contact-now-wp .sppb-col-md-3 .sppb-addon-wrapper:first-child {
    margin-bottom: 20px;
  }

  .hs-hatmichueberzeugt .cm-unsere-mitarbeiter picture {
    margin-bottom: 20px;
  }

  .hs-hatmichueberzeugt .cm-unsere-mitarbeiter h3 {
    margin-top: 20px;
  }

  .hs-hatmichueberzeugt .cm-unsere-mitarbeiter .hs-button {
    margin-top: 4px;
    margin-bottom: 20px;
  }

  .privacy-row1 p[dataid="pp1"] {
    margin-top: 20px !important;
  }

  .hs-checken-und-sparen-page .hs-check-insurance .sppb-container-inner {
    max-width: 720px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .hs-vorsorge-page .hs-germany-wp .sppb-row-container{
    max-width: 720px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .hs-vorsorge-page .hs-mortality-wp .sppb-row-container{
    max-width: 720px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .hs-checken-und-sparen-page .hs-check-insurance .sppb-colm-md-8 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .hs-checken-und-sparen-page .hs-check-insurance .sppb-colm-md-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .hs-checken-und-sparen-page .hs-check-insurance .sppb-colm-md-4 .sppb-column {
    margin-bottom: 30px;
  }

  .hs-vorsorge-page .hs-germany-wp .sppb-colm-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .hs-vorsorge-page .hs-germany-wp .sppb-colm-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .hs-vorsorge-page .hs-mortality-wp .sppb-colm-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }


  .hs-vorsorge-page .hs-mortality-wp .sppb-colm-md-6.sppb-colm-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .hs-vorsorge-page .hs-mortality-wp .sppb-colm-md-6 .hs-button {
    margin-bottom: 48px;
  }

}

@media(max-width:767px){
  .remove-blk-space .dnd-section>.row-fluid {
    max-width: 540px;
    padding: 0;
  }

  .hs-ueber-uns-page .cm-would-be-happy .dnd-section {
    padding-top: 10px;
  }

  .hs-hatmichueberzeugt .cm-checkpoint .dnd-section>.row-fluid {
    max-width: 100%;
  }

  .hs-hatmichueberzeugt .cm-checkpoint .dnd-section {
    padding-top: 70px;
  }

  .hs-hatmichueberzeugt .cm-zahlen-die .dnd-section>.row-fluid {
    max-width: 100%;
  }

  .hs-hatmichueberzeugt .cm-zahlen-die .dnd-section {
    padding-top: 10px;
  }

  .hs-hatmichueberzeugt .cm-ideal-portal .dnd-section>.row-fluid {
    max-width: 100%;
  }

  .hs-hatmichueberzeugt .cm-ideal-portal .contact-now-wp .sppb-col-md-9 .sppb-addon-raw {
    margin-top: 0;
  }

  .hs-hatmichueberzeugt .cm-ideal-portal .contact-now-wp .sppb-col-md-9 .sppb-addon-content p {
    margin-bottom: 10px;
  }

  .hs-hatmichueberzeugt .cm-ideal-portal .contact-now-wp .sppb-col-md-3 .sppb-addon-wrapper:first-child {
    margin-bottom: 10px;
  }

  .hs-hatmichueberzeugt .cm-kontaktieren .dnd-section>.row-fluid {
    max-width: 100%;
  }

  .hs-hatmichueberzeugt .cm-kontaktieren .cm-form-wrapper>div {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
  }

  .hs-vorsorge-page .hs-germany-wp .sppb-row-container{
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
  }

  .hs-vorsorge-page .hs-mortality-wp .sppb-row-container{
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
  }

  .hs-hatmichueberzeugt .cm-unsere-mitarbeiter picture {
    margin-bottom: 9px;
  }

  .hs-hatmichueberzeugt .cm-unsere-mitarbeiter h3 {
    margin-top: 17px;
  }

  .hs-hatmichueberzeugt .cm-unsere-mitarbeiter .hs-button {
    margin-top: 0;
  }

  .hs-checken-und-sparen-page .hs-check-insurance .sppb-container-inner {
    max-width: 540px;
  }

  .hs-vorsorge-page .hs-germany-wp .sppb-colm-sm-10 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .hs-vorsorge-page .hs-germany-wp .sppb-colm-sm-9 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .hs-vorsorge-page .hs-mortality-wp .sppb-colm-md-6.sppb-colm-sm-9 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .hs-vorsorge-page .hs-mortality-wp .sppb-colm-sm-10 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .hs-vorsorge-page .hs-faq-details .cm-accordion-wrapper .cm-addon-accordion {
    padding-right: 15px;
    padding-left: 15px;
  }


  .hs-vorsorge-page .cm-variants h3 {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
    word-break: break-all;
  }


  .banner-section.vorsorge-banner .banner-slider .banner-conntant {
    display: none;
  }
  
  .hs-vorsorge-page .hs-germany-wp .sppb-row {
    margin:0;
  }

}

@media (max-width: 590px){

  .remove-blk-space .dnd-section>.row-fluid{
    padding: 0 15px;
  }

  .hs-hatmichueberzeugt .cm-unsere-mitarbeiter .hs-button {
    white-space: normal;
  }

}

@media(max-width:575px){
  .hs-checken-und-sparen-page .hs-check-insurance .sppb-container-inner {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .hs-vorsorge-page .hs-mortality-wp .sppb-colm-md-6 .hs-button {
    white-space: normal;
  }

  .hs-vorsorge-page .hs-mortality-wp .sppb-colm-md-6 .hs-button {
    white-space: normal;
  }

  .hs-vorsorge-page .hs-our-cta .hs-button {
    white-space: normal;
  }

}

@media screen and (max-width: 480px){
  .hs-ueber-uns-page .cm-why-checkpoint-ideal h4:first-child {
    display: none;
  }

  .hs-ueber-uns-page .cm-why-checkpoint-ideal .dnd-section {
    padding-top: 1px;
  }

  .hs-checken-und-sparen-page .hs-certainly-there {
    display: none;
  }

  .hs-checken-und-sparen-page .cm-update .product-wrapper .product-tile .product-content .btn.bottom {
    white-space: normal;
  }

  .hs-vorsorge-page .hs-mortality-wp .sppb-colm-sm-10 .sppb-column-addons {
    margin-left: 0;
    margin-right: 0;
  }

  .hs-vorsorge-page .hs-faq-details .cm-accordion-wrapper h2.cm-top-addon-title {
    font-size: 14px;
  }

  .hs-vorsorge-page .hs-certainly-there h4 {
    display: none;
  }

}

@media(max-width:350px){
  .hs-checken-und-sparen-page .hs-contact-details .cm-form-wrapper h2.cm-addon-title {
    font-size: 16px;
  }

  .hs-vorsorge-page .hs-death-benefit h1 {
    font-size: 22px;
  }

}




.banner-wrapper .page-center {
  max-width: 1480px;
  margin: 0 auto;
}

.privacy-row1 .dnd-section {
  padding: 0;
}

.privacy-row1 .widget-type-header h2 {
  font-size: 20px;
  color: #8ec4d2;
  display: block;
  margin-top: 30px;
  text-transform: uppercase;
  line-height: 26px;
  margin-bottom: 16px;
  letter-spacing: .54px;
}

.privacy-row1 .widget-type-header h1 {
  
  display: inline-block;
  padding-bottom: 7px!important;
  margin-bottom: 32px;
}

.privacy-row1 .widget-type-header h3 {
  position: relative;
  padding: 17px 20px 24px;
  background-color: #356186;
  margin-bottom: 25px;
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  margin-top: 20px;
}

.checkpoint-row1.privacy-row1 .widget-type-rich_text h2 {
  margin-bottom: 39px;
  margin-top: 0;
  padding-top: 20px;
}

.privacy-row1 .widget-type-rich_text h2 {
  margin-bottom: 39px;
  margin-top: 0;
  padding-top: 20px;
}



.checkpoint-row1.privacy-row1 .widget-type-header h1 {
  margin-top: 0;
}

.checkpoint-row1.privacy-row1 .widget-type-rich_text p:not(:last-child) {
  margin-bottom: 36px;
}

.checkpoint-row2 .dnd-section {
  padding: 20px 0 0;
}

.checkpoint-row2 .widget-type-header h2 {
  margin-top: 0;
  margin-bottom: 39px;
}

.checkpoint-row2 .widget-type-header {
  padding: 0 15px;
}

.checkpoint-row2 .dnd-section > .row-fluid {
  padding: 0;
}

.checkpoint-row2 ul {
  margin-top: 0;
}

.checkpoint-row2 ul li {
  margin-bottom: 16px;
}

.checkpoint-row2 img {
  vertical-align: middle;
}

.checkpoint-row3 .dnd-section {
  padding: 0;
}

.privacy-row1 .our-service-wrapper {
  margin-bottom: 20px;
}

.privacy-row1 .widget-type-rich_text ul {
  margin-top: 0;
}

.privacy-row1 .widget-type-rich_text ul li{
  margin-bottom: 16px;
}

.home-page .privacy-row1 .widget-type-header h1 {
  margin-top: 0;
}


.cm-form-wrapper .cm-addon-wrapper form .hs-form-field.hs-our_agreement ul.inputs-list label>span,
.cm-form-wrapper .cm-addon-wrapper form .hs-form-field.hs-fieldtype-radio ul.inputs-list label > span{
  background-image: url(//24855079.fs1.hubspotusercontent-eu1.net/hubfs/24855079/raw_assets/public/Checkpoint_Ideal_June2022/images/checkbox_empty.svg);
}
.cm-form-wrapper .cm-addon-wrapper form .hs-form-field.hs-fieldtype-radio ul.inputs-list label > span{
  background-image: url(//24855079.fs1.hubspotusercontent-eu1.net/hubfs/24855079/raw_assets/public/Checkpoint_Ideal_June2022/images/radio_empty.svg);
}
.cm-form-wrapper .cm-addon-wrapper form .hs_salutations > .input ul li label > span{
  background-image: url(//24855079.fs1.hubspotusercontent-eu1.net/hubfs/24855079/raw_assets/public/Checkpoint_Ideal_June2022/images/radio_empty.svg);
}
.cm-form-wrapper .cm-addon-wrapper form select.hs-input {
  background-image: url(//24855079.fs1.hubspotusercontent-eu1.net/hubfs/24855079/raw_assets/public/Checkpoint_Ideal_June2022/images/form_dropdown.svg);
}


.cm-contact-wrapper .cm-addon-wrapper .custom-form .hs-form-field.hs-our_agreement ul.inputs-list label > span,
.cm-form-wrapper .cm-addon-wrapper .custom-form .hs-form-field.hs-fieldtype-radio ul.inputs-list label > span{
  background-image: url(//24855079.fs1.hubspotusercontent-eu1.net/hubfs/24855079/raw_assets/public/Checkpoint_Ideal_June2022/images/checkbox_empty.svg);
}
.cm-contact-wrapper .cm-addon-wrapper .custom-form .hs-form-field.hs-fieldtype-radio ul.inputs-list label > span{
  background-image: url(//24855079.fs1.hubspotusercontent-eu1.net/hubfs/24855079/raw_assets/public/Checkpoint_Ideal_June2022/images/radio_empty.svg);
}
.cm-contact-wrapper .cm-addon-wrapper .custom-form .hs_salutations > .input ul li label > span{
  background-image: url(//24855079.fs1.hubspotusercontent-eu1.net/hubfs/24855079/raw_assets/public/Checkpoint_Ideal_June2022/images/radio_empty.svg);
}
.cm-contact-wrapper .cm-addon-wrapper .custom-form select.hs-input {
  background-image: url(//24855079.fs1.hubspotusercontent-eu1.net/hubfs/24855079/raw_assets/public/Checkpoint_Ideal_June2022/images/form_dropdown.svg);
}


.privacy-row1 .button {
  letter-spacing: .15em;
  padding: 8px 16px;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  font-weight: 900;
  border-radius: 4px;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  text-transform: none;
  background-color: #f59b69 !important;
}

.privacy-row1 .button .visible-xs {
  display: none;
}

.privacy-row1 img {
  vertical-align: middle;
}

.privacy-row1 a.hs-button {
  -webkit-transition: all .3s ease,all .3s ease;
  -moz-transition: all .3s ease,all .3s ease;
  -o-transition: all .3s ease,all .3s ease;
  transition: all .3s ease,all .3s ease;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  display: inline-block;
  font-weight: 900;
  letter-spacing: .15em;
  text-decoration: none;
  text-transform: uppercase;
  padding: 20px 50px;
  font-size: 22px;
  line-height: 1.6;
  background-color: #f59b69;
  color: #fff;
  border-radius: 4px;
}

.privacy-row1 a.hs-button:hover {
  background-color: #f5be82;
}



.universal-life-page .banner-wrapper .banner-conten ul {
  margin-bottom: 31px;
}

.universal-life-page .cm-accordion-wrapper .cm-addon-wrapper {
  padding: 0 30px 30px 30px;
}


.bsw-page .our-service-wrapper .service-main .col-3 {
  margin-left: 25%;
}

.bsw-page .privacy-row1 a.hs-button {
  border-radius: 0;
}

.bsw-page .cm-accordion-wrapper .cm-addon-wrapper {
  padding: 0 30px 30px 30px;
}

.bsw-page .banner-wrapper .banner-conten a.custom-banner-btn {
  margin-bottom: 19px;
}

.versicherungen-page .banner-wrapper .banner-conten a.custom-banner-btn {
  font-size: 16px;
  line-height: 20px;
  padding: 12px 20px;
  margin-bottom: 6px;
  padding-right: 25.5px;
}

.versicherungen-page .widget-type-rich_text h2 {
  margin-bottom: 10px;
  text-transform: uppercase;
  padding-bottom: 10px;
}

.versicherungen-page .privacy-row1 .widget-type-header h4 {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .03em;
  font-size: 18px;
  line-height: 24px;
  color: #505050;
  margin-top: 20px;
  margin-bottom: 30px;
}

.versicherungen-page .privacy-row1 a.hs-button {
  font-size: 16px;
  line-height: 20px;
  padding: 12px 20px;
}

.versicherungen-page .cm-accordion-wrapper h2.cm-top-addon-title {
  margin-top: 30px;
}

.versicherungen-page .cm-accordion-wrapper .cm-addon-content {
  padding: 0 30px 30px 30px;
}

.versicherungen-page .cm-contact-wrapper h2.cm-addon-title {
  margin-top: 0;
}


.versicherungen-page .cm-contact-wrapper .cm-addon-wrapper .custom-form .hs-form-field.hs_your_request {
  width: 100%;
  margin-bottom: -2px;
}

.versicherungen-page .cm-contact-wrapper .cm-addon-wrapper .custom-form label {
  margin: 0;
}

.versicherungen-page .cm-contact-wrapper .cm-addon-wrapper .custom-form .hs-form-field.hs_your_request > label {
  font-size: 14px;
  line-height: 24px;
  color: #b9b9b9;
  font-family: Lato,sans-serif;
  margin-bottom: 7px;
  letter-spacing: 0;
  font-weight: normal;
  margin-top: 5px;
}

.versicherungen-page .cm-contact-wrapper .hs-form-checkbox > label{
  position:relative;
}


.cm-contact-wrapper .hs-form-radio > label > span{
  background-image: url(//24855079.fs1.hubspotusercontent-eu1.net/hubfs/24855079/raw_assets/public/Checkpoint_Ideal_June2022/images/radio_empty.svg);
}

.cm-contact-wrapper .hs-form-checkbox > label > span{
  background-image: url(//24855079.fs1.hubspotusercontent-eu1.net/hubfs/24855079/raw_assets/public/Checkpoint_Ideal_June2022/images/radio_empty.svg);
}

.versicherungen-page .cm-contact-wrapper .hs-form-checkbox > label > .hs-input {
  position: absolute;
  position: absolute;
  left: 0;
  width: 24px;
  height: 24px;
  opacity: 0;
}

.versicherungen-page .cm-contact-wrapper .hs-form-checkbox {
  margin: 0;
}

.versicherungen-page .cm-contact-wrapper .cm-addon-wrapper .custom-form .hs-richtext h3 {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .03em;
  font-size: 18px;
  line-height: 24px;
  margin-bottom:-6px;
}

.versicherungen-page .cm-contact-wrapper .cm-addon-wrapper .custom-form .hs-form-field.hs_pension_amount,
.versicherungen-page .cm-contact-wrapper .cm-addon-wrapper .custom-form .hs-form-field.hs_pension_amount_care_level3,
.versicherungen-page .cm-contact-wrapper .cm-addon-wrapper .custom-form .hs-form-field.hs_pension_amount_care_level2 {
  width: 33.33333%;
}

.versicherungen-page .cm-contact-wrapper .cm-addon-wrapper .custom-form form > div:not(.hs-form-field) {
  width: 100%;
  margin: 0;
}


.versicherungen-page .cm-contact-wrapper .cm-addon-wrapper .custom-form .hs-form-field.hs_pension_amount .hs-input,
.versicherungen-page .cm-contact-wrapper .cm-addon-wrapper .custom-form .hs-form-field.hs_pension_amount_care_level3 .hs-input,
.versicherungen-page .cm-contact-wrapper .cm-addon-wrapper .custom-form .hs-form-field.hs_pension_amount_care_level2 .hs-input {
  width: 85%;
}

.versicherungen-page .cm-contact-wrapper .cm-addon-wrapper .custom-form .hs-form-field.hs-fieldtype-select.hs_death_benefits .hs-input {
  width: 85%;
  height:35.84px;
}

.versicherungen-page .cm-contact-wrapper .cm-addon-wrapper .custom-form .hs-form-field.hs-fieldtype-select.hs_death_benefits {
  margin-right: 66.6666667%;
}


.versicherungen-page .cm-contact-wrapper .cm-addon-wrapper .custom-form .hs-form-field.hs_dynamik1, 
.versicherungen-page .cm-contact-wrapper .cm-addon-wrapper .custom-form .hs-form-field.hs_karenzzeit2, 
.versicherungen-page .cm-contact-wrapper .cm-addon-wrapper .custom-form .hs-form-field.hs_sofortleistung1, 
.versicherungen-page .cm-contact-wrapper .cm-addon-wrapper .custom-form .hs-form-field.hs_pflegerentengarantiezeit1 {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 5px;
  margin-bottom: 0;
}

.versicherungen-page .cm-contact-wrapper .cm-addon-wrapper .custom-form .hs-form-field.hs_dynamik1 > .input ul,
.versicherungen-page .cm-contact-wrapper .cm-addon-wrapper .custom-form .hs-form-field.hs_karenzzeit2 > .input ul, 
.versicherungen-page .cm-contact-wrapper .cm-addon-wrapper .custom-form .hs-form-field.hs_sofortleistung1 > .input ul,
.versicherungen-page .cm-contact-wrapper .cm-addon-wrapper .custom-form .hs-form-field.hs_pflegerentengarantiezeit1 > .input ul {
  display: flex;
  margin-left: 3px;
  align-items: center;
  top: 2px;
  position:relative;
}

.versicherungen-page .cm-contact-wrapper .cm-addon-wrapper .custom-form .hs-form-field.hs_dynamik1 .hs-form-checkbox > label,
.versicherungen-page .cm-contact-wrapper .cm-addon-wrapper .custom-form .hs-form-field.hs_karenzzeit2 .hs-form-checkbox > label, 
.versicherungen-page .cm-contact-wrapper .cm-addon-wrapper .custom-form .hs-form-field.hs_sofortleistung1 .hs-form-checkbox > label, 
.versicherungen-page .cm-contact-wrapper .cm-addon-wrapper .custom-form .hs-form-field.hs_pflegerentengarantiezeit1 .hs-form-checkbox > label {
  margin-right: 10px;
}


.versicherungen-page .cm-contact-wrapper .cm-addon-wrapper .custom-form .hs_salutations>label{
  display:none;
}



.cm-form-wrapper .hs-form-checkbox>label>.hs-input[checked] + span,
.cm-form-wrapper .hs-form-radio>label>.hs-input:checked + span{
  background-image: url(//24855079.fs1.hubspotusercontent-eu1.net/hubfs/24855079/raw_assets/public/Checkpoint_Ideal_June2022/images/radio.svg) !important; 
}


.cm-contact-wrapper .hs-form-checkbox>label>.hs-input[checked] + span,
.cm-contact-wrapper .hs-form-radio>label>.hs-input:checked + span,
.cm-contact-wrapper .hs-form-radio>label>.hs-input.active-boolean + span{
  background-image: url(//24855079.fs1.hubspotusercontent-eu1.net/hubfs/24855079/raw_assets/public/Checkpoint_Ideal_June2022/images/radio.svg) !important; 
}



.cm-form-wrapper .hs-form-booleancheckbox>label>.hs-input:checked + span{
  background-image: url(//24855079.fs1.hubspotusercontent-eu1.net/hubfs/24855079/raw_assets/public/Checkpoint_Ideal_June2022/images/checkbox.svg) !important; 
}

.cm-contact-wrapper .hs-form-booleancheckbox>label>.hs-input:checked + span{
  background-image: url(//24855079.fs1.hubspotusercontent-eu1.net/hubfs/24855079/raw_assets/public/Checkpoint_Ideal_June2022/images/checkbox.svg) !important; 
}

.hs-vorsorge-page .hs-our-cta .hs-button:hover {
    background-color: #f5be82;
}

@media (max-width:991px) {
  .checkpoint-row2 .span2 {
    width: 100%;
  }

  .checkpoint-row2 .span2 + span10 {
    width: 100%;
  }

  .checkpoint-row2 .dnd-section .dnd-row > .row-fluid {
    display: block !important;
  }

  .checkpoint-row2 .span10 {
    width: 100%;
  }

  .universal-life-page .banner-conten {
    display: none;
  }

  .bsw-page .our-service-wrapper .service-main .col-3 {
    margin-left: 0%;
    display: block;
  }

}

@media (max-width:767px) {
  .privacy-row1 .dnd-section>.row-fluid,
  .checkpoint-row2 .dnd-section>.row-fluid,
.checkpoint-row3 .dnd-section>.row-fluid{
    max-width: 570px;
  }

  .privacy-row1 .button .visible-xs {
    display: block;
  }

  .universal-life-page .banner-wrapper .banner-conntant {
    padding-bottom: 36px;
  }

  .universal-life-page .cm-accordion-wrapper .cm-addon-wrapper {
    padding-top: 0px;
    padding-right: 15px;
    padding-bottom: 30px;
    padding-left: 15px;
  }

  .bsw-page .banner-conten {
    display: none;
  }

  .bsw-page .banner-wrapper .banner-conntant {
    padding-bottom: 36px;
  }

  .bsw-page .cm-accordion-wrapper .cm-addon-wrapper {
    padding-right: 15px;
    padding-bottom: 30px;
    padding-left: 15px;
  }

  .bsw-page .cm-tipps {
    margin-top: 30px;
  }

  .versicherungen-page .banner-wrapper .banner-conntant {
    display: none;
  }

  .versicherungen-row1 .widget-type-rich_text {
    max-width: 91.666667%;
  }

  .versicherungen-page .privacy-row1 .widget-type-header h4 {
    margin-bottom: 10px;
  }

  .versicherungen-page .cm-accordion-wrapper h2.cm-top-addon-title {
    margin-top: 15px;
    height: auto;
  }

  .versicherungen-page .cm-accordion-wrapper .cm-addon-content {
    padding-right: 15px;
    padding-bottom: 30px;
    padding-left: 15px;
  }
}


@media (max-width:480px) {
  .privacy-row1 .widget-type-header h2 {
    display: none;
  }

  .dnd-section>.row-fluid {
    max-width: 100%;
  }

  .privacy-row1 .widget-type-header h3 {
    margin-left: -15px;
    margin-right:-15px;
    height: 100px;
    padding: 15px;
    display: flex;
    width: calc(100% + 30px);
    align-items: center;
    padding-bottom: 22px;
  }

  .home-page .banner-wrapper .banner-conntant h1 {
    font-size:18px;
  }

  .universal-life-page .cm-tipps {
    margin-top: 50px;
  }

  .banner-section.ueber-uns-banner .banner-wrapper .banner-conntant h1 {
    font-size: 19px;
  }
  
  .hs-hatmichueberzeugt .cm-kontaktieren .cm-form-wrapper .cm-addon-wrapper {
    background: #fff;
}
}

@media (max-width:374px) {
  .privacy-row1 .button {
    font-size: 14px;
    line-height: 18px;
    white-space: normal;
  }
}


.safari .cm-form-wrapper .servicecenter_wrapper.form textarea::placeholder{
    position: relative !important;
    top: 29px !important;
}



@media (max-width: 767px) {
.header .header__container {
      padding: 4vw 0 2vw 3vw;
}
  .fixed .custom-header-wrap {
    height: 130px;
}
}