html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ul, ol {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* END reset css */
body {
  font-family: 'Poppins', sans-serif; }

a {
  transition: 0.3s; }

#menu-toggle-wrapper {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 44px;
  right: 20px;
  z-index: 116;
  display: none; }

#menu-toggle {
  display: block;
  position: relative;
  width: 50px;
  height: 26px;
  cursor: pointer; }
  #menu-toggle .bar {
    position: absolute;
    width: 32px;
    height: 3px;
    background: #000000;
    transition: all 300ms ease; }
    #menu-toggle .bar:nth-child(1) {
      left: 5px;
      top: 0px; }
    #menu-toggle .bar:nth-child(2) {
      left: 5px;
      top: 8px; }
      #menu-toggle .bar:nth-child(2):after {
        content: "";
        position: absolute;
        left: 0px;
        top: 0px;
        width: 32px;
        height: 3px;
        background: #000000;
        transition: all 300ms ease; }
    #menu-toggle .bar:nth-child(3) {
      height: 3px;
      width: 16px;
      left: 5px;
      top: 16px; }
  #menu-toggle span {
    font-family: "Arial";
    margin-left: 50px;
    position: absolute;
    top: 0px;
    display: block;
    line-height: 100%;
    font-size: 18px;
    display: none; }

#menu-toggle:hover .bar {
  background: #E11D74; }
  #menu-toggle:hover .bar:after {
    background: #E11D74; }
#menu-toggle:hover span {
  color: #E11D74; }

#menu-toggle.active .bar {
  background: #E11D74; }
  #menu-toggle.active .bar:nth-child(1), #menu-toggle.active .bar:nth-child(3) {
    width: 0; }
  #menu-toggle.active .bar:nth-child(2) {
    transform: rotate(-45deg); }
    #menu-toggle.active .bar:nth-child(2):after {
      transform: rotate(-90deg);
      background: #E11D74; }

@media (max-width: 991px) {
  #menu-layer {
    position: fixed;
    width: 0%;
    height: 0%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 10;
    opacity: 0;
    transition: opacity 0.2s ease-in; }

  #menu-layer.active {
    width: 100%;
    height: 100%;
    opacity: 1; } }
header {
  height: 80px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  z-index: 999; }

header .container {
  display: inline-block;
  width: calc(100% - 20px);
  max-width: 1200px;
  padding: 16px 10px 0;
  margin: 0 auto;
  height: auto;
  min-height: 80px; }

header #logo {
  display: inline-block;
  float: left;
  width: 121px;
  font-size: 0; }

header #logo svg {
  display: block;
  width: auto; }

header #headerMenu {
  display: inline-block;
  float: left;
  width: auto;
  margin-left: 92px; }

header #headerMenu li {
  display: inline-block;
  float: left;
  margin-right: 35px;
  padding-top: 16px; }

header #headerMenu li a {
  font-size: 16px;
  font-weight: 400;
  color: #222831; }

header #headerMenu li a:hover {
  color: #E11D74; }

header #headerMenu li#loginCta {
  margin-left: 100px; }

header #headerMenu li#loginCta,
header #headerMenu li#demoCta {
  padding-top: 0; }

header #headerMenu li#loginCta a,
header #headerMenu li#demoCta a {
  height: 44px;
  line-height: 44px;
  border: 2px solid #E11D74;
  padding: 0;
  border-radius: 24px;
  padding: 0 30px;
  display: inline-block;
  text-transform: uppercase; }

header #headerMenu li#loginCta a, header #headerMenu li#demoCta a {
  color: #E11D74; }

header #headerMenu li#loginCta a:hover,
header #headerMenu li#demoCta header #headerMenu li#loginCta a,
header #headerMenu li#demoCta a:hover {
  background-color: #E11D74; }

header #headerMenu li#loginCta a:hover,
header #headerMenu li#demoCta a:hover {
  color: white; }

#section1 {
  background-color: #feffdd;
  position: relative;
  height: auto;
  padding-top: 180px;
  padding-bottom: 100px;
  overflow: hidden; }

#section1 .container {
  display: block;
  width: 100%;
  max-width: 1200px;
  padding: 16px 10px 0;
  margin: 0 auto;
  height: auto;
  min-height: 80px; }

#section1 .text {
  display: inline-block;
  width: 100%;
  max-width: 550px;
  z-index: 2;
  position: relative; }

#section1 .text h1 {
  font-size: 45px;
  line-height: 55px;
  font-weight: 700;
  color: #222831;
  margin-bottom: 45px;
  font-family: 'Montserrat', sans-serif; }

#section1 .text h4 {
  font-size: 21px;
  line-height: 28px;
  font-weight: 400;
  color: #222831;
  margin-bottom: 37px;
  font-family: 'Montserrat', sans-serif; }

#section1 h4 i {
  text-decoration: underline; }

#section1 a {
  height: 44px;
  line-height: 44px;
  border: 2px solid #E11D74;
  background-color: #E11D74;
  padding: 0;
  border-radius: 24px;
  padding: 0 30px;
  text-transform: uppercase;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: white; }

#section1 a:hover {
  background-color: transparent;
  color: #E11D74; }

#section1 .img {
  position: absolute;
  width: 750px;
  height: auto;
  bottom: 0;
  right: 0;
  left: 580px;
  margin: auto;
  display: block;
  z-index: 1; }

#section1 .img #arrow1 {
  position: absolute;
  top: 30px;
  left: 450px; }

#section1 .img #arrow2 {
  position: absolute;
  bottom: 80px;
  left: -40px; }

#section1 .img #arrow3 {
  position: absolute;
  top: 100px;
  left: 100px; }

#section1 .img #arrow4 {
  position: absolute;
  bottom: 40px;
  left: 650px; }

#section1 .img #arrow5 {
  position: absolute;
  top: 300px;
  left: 680px; }

a {
  text-decoration: none; }

/*  
*
*		
	
*
*	
*/
body.cx_index {
  background-color: #fcfaf3; }

#section7 {
  position: relative;
  height: auto;
  padding-top: 150px;
  overflow: hidden; }

#section7 .container {
  display: block;
  width: 100%;
  max-width: 1200px;
  padding: 16px 10px 0;
  margin: 0 auto;
  height: auto;
  min-height: 80px;
  position: relative; }

#section7 .text {
  text-align: center; }

#section7 .text h1 {
  font-size: 45px;
  line-height: 55px;
  font-weight: 700;
  color: #222831;
  margin-bottom: 35px;
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  max-width: 707px;
  width: 100%; }

#section7 h1 i {
  text-decoration: underline; }

#section7 .text h4 {
  font-size: 21px;
  line-height: 28px;
  font-weight: 400;
  color: #222831;
  margin-bottom: 40px;
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  max-width: 860px;
  width: 100%; }

#section7 .widget_1 {
  width: auto;
  max-width: 100%;
  margin: auto;
  display: block;
  z-index: 1; }

#section7 #arrow1, #section7 #arrow2, #section7 #arrow3, #section7 #arrow4, #section7 #arrow5 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }

#section7 #arrow1 {
  top: -760px;
  left: 510px; }

#section7 #arrow2 {
  top: 60px;
  left: -760px; }

#section7 #arrow3 {
  top: -780px;
  left: -810px; }

#section7 #arrow4 {
  top: 60px;
  left: 820px; }

#section7 #arrow5 {
  top: -350px;
  left: 950px; }

/*  
*
*		
	
*
*	
*/
#section11 {
  background-color: #feffdd;
  position: relative;
  height: auto;
  padding-top: 90px;
  padding-bottom: 70px;
  min-height: 608px;
  overflow: hidden; }

#section11 .container {
  display: block;
  width: 100%;
  max-width: 1200px;
  padding: 16px 10px 0;
  margin: 0 auto;
  height: auto;
  min-height: 80px;
  position: relative; }

#section11 .text {
  text-align: center;
  position: relative; }

#section11 .text p {
  width: 100%;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  color: #E11D74;
  font-family: 'Montserrat', sans-serif;
  padding-top: 160px; }

#section11 .text h1 {
  font-size: 45px;
  line-height: 60px;
  font-weight: 700;
  color: #222831;
  margin-bottom: 60px;
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  max-width: 750px;
  width: 100%;
  text-align: center; }

#section11 a {
  height: 44px;
  line-height: 44px;
  border: 2px solid #E11D74;
  background-color: #E11D74;
  padding: 0;
  border-radius: 24px;
  padding: 0 30px;
  text-transform: uppercase;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: white; }

#section11 a:hover {
  background-color: transparent;
  color: #E11D74; }

#section11 .bgDots {
  position: absolute;
  top: -110px;
  left: -113px;
  z-index: 0; }

#section11 #arrow1, #section11 #arrow2, #section11 #arrow3, #section11 #arrow4, #section11 #arrow5 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }

#section11 #arrow1 {
  top: -330px;
  left: 440px; }

#section11 #arrow2 {
  top: 520px;
  left: -600px; }

#section11 #arrow3 {
  top: -300px;
  left: -750px; }

#section11 #arrow4 {
  top: 530px;
  left: 620px; }

#section11 #arrow5 {
  top: 280px;
  left: 730px; }

/*  
*
*		
	
*
*	
*/
#section14 {
  background-color: #f8eeee;
  position: relative;
  height: auto;
  padding-top: 90px;
  padding-bottom: 30px;
  min-height: 608px;
  overflow: hidden; }

#section14 .container {
  display: block;
  width: 100%;
  max-width: 1200px;
  padding: 16px 10px 0;
  margin: 0 auto;
  height: auto;
  min-height: 80px;
  position: relative; }

#section14 .text {
  text-align: center;
  position: relative; }

#section14 .text h1 {
  font-size: 45px;
  line-height: 60px;
  font-weight: 700;
  color: #222831;
  margin-bottom: 10px;
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  max-width: 750px;
  width: 100%;
  text-align: center;
  margin-top: 80px; }

#section14 .text span {
  width: 100%;
  max-width: 640px;
  display: inline-block;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #000000;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 40px; }

#section14 .text .tax_info {
  font-size: 13px;
  color: #41444B;
  margin-bottom: 50px; }

#section14 a {
  height: 44px;
  line-height: 44px;
  border: 2px solid #E11D74;
  background-color: #E11D74;
  padding: 0;
  border-radius: 24px;
  padding: 0 30px;
  text-transform: uppercase;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: white; }

#section14 a:hover {
  background-color: transparent;
  color: #E11D74; }

#section14 .price_box {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 10px; }

#section14 .price_box a {
  height: inherit;
  line-height: normal;
  border: none;
  background-color: transparent;
  padding: 0;
  border-radius: 0;
  margin: 0 20px 20px; }

#section14 .price_box a img {
  width: auto;
  max-width: 100%;
  display: block; }

#section14 .bgDots {
  position: absolute;
  top: 50px;
  left: -113px;
  z-index: 0; }

/*  
*
*		
	
*
*	
*/
#section15 {
  background-color: #defced;
  position: relative;
  height: auto;
  padding-top: 90px;
  padding-bottom: 30px;
  min-height: 608px;
  overflow: hidden; }

#section15 .container {
  display: block;
  width: 100%;
  max-width: 1200px;
  padding: 16px 10px 0;
  margin: 0 auto;
  height: auto;
  min-height: 80px;
  position: relative; }

#section15 .text {
  text-align: center;
  position: relative; }

#section15 .text h1 {
  font-size: 45px;
  line-height: 60px;
  font-weight: 700;
  color: #222831;
  margin-bottom: 10px;
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  max-width: 750px;
  width: 100%;
  text-align: center;
  margin-bottom: 80px; }

#section15 .text p {
  width: 100%;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  color: #E11D74;
  font-family: 'Montserrat', sans-serif;
  padding-top: 160px;
  margin-bottom: 30px; }

#section15 .text span {
  width: 100%;
  max-width: 677px;
  text-align: justify;
  display: inline-block;
  font-weight: 400;
  font-size: 19px;
  line-height: 28px;
  color: #000000;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 60px; }

#section15 .text .tax_info {
  font-size: 13px;
  color: #41444B;
  margin-bottom: 50px; }

#section15 a {
  height: 44px;
  line-height: 44px;
  border: 2px solid #E11D74;
  background-color: #E11D74;
  padding: 0;
  border-radius: 24px;
  padding: 0 30px;
  text-transform: uppercase;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: white; }

#section15 a:hover {
  background-color: transparent;
  color: #E11D74; }

#section15 .price_box {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 10px; }

#section15 .price_box a {
  height: inherit;
  line-height: normal;
  border: none;
  background-color: transparent;
  padding: 0;
  border-radius: 0;
  margin: 0 20px 20px; }

#section15 .price_box a img {
  width: auto;
  max-width: 100%;
  display: block; }

#section15 .bgDots {
  position: absolute;
  top: -35px;
  left: -64px;
  z-index: 0; }

/*  
*
*		
	
*
*	
*/
@media (max-width: 1300px) {
  #section1 .container,
  #section7 .container,
  #section11 .container,
  #section14 .container,
  #section15 .container {
    width: calc(100% - 60px);
    padding-left: 30px;
    padding-right: 30px; }

  #section1 {
    padding-bottom: 0; }

  #section1 .img {
    position: relative;
    margin: 0px auto;
    right: 0;
    left: 0; }

  #section1 .img img {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    display: block; }

  #section1 .text {
    max-width: 100%; }

  #section1 a {
    margin: 0 auto;
    display: block;
    width: 190px;
    text-align: center; }

  header #logo {
    float: none;
    margin: 0 auto 30px; }

  header #headerMenu {
    float: none;
    margin: 0 auto;
    width: 100%; }

  header #headerMenu li#loginCta {
    margin-left: 0; }

  header #headerMenu li#demoCta {
    margin-right: 0; }

  #section7 #arrow1 {
    top: -680px; }

  #section7 #arrow3 {
    top: -680px; } }
@media (max-width: 1300px) and (min-width: 991px) {
  header #headerMenu {
    position: relative; }

  header #headerMenu li#loginCta a {
    position: absolute;
    right: 280px;
    top: 0; }

  header #headerMenu li#demoCta a {
    position: absolute;
    right: 0;
    top: 0; } }
header #headerMenu li.mobileMenuBlock {
  display: none; }

@media (max-width: 991px) {
  header #headerMenu li.desktopMenuBlock {
    display: none; }

  header #headerMenu li.mobileMenuBlock {
    display: block; }

  #section1 {
    padding-top: 80px; }

  #section1 .text h1,
  #section7 .text h1,
  #section11 .text h1,
  #section14 .text h1,
  #section15 .text h1 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 35px; }

  #section1 .text h4,
  #section7 .text h4 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px; }

  #menu-toggle-wrapper {
    display: block; }

  #menu-layer {
    padding-top: 100px;
    background-color: #ffffdd; }

  header #logo {
    z-index: 1000;
    position: relative;
    left: 20px; }

  header #headerMenu {
    width: calc(100% - 60px);
    padding: 30px 30px 15px;
    /*
    		-webkit-box-shadow: 0px 0px 18px -3px #000000; 
    		box-shadow: 0px 0px 18px -3px #000000;
    */ }

  header #headerMenu li {
    width: 100%;
    margin: 0 0 30px 0 !important;
    padding: 0px;
    text-align: center;
    font-size: 20px;
    font-weight: 400; }

  header #headerMenu li a {
    font-size: 25px; }

  header #headerMenu li#loginCta a,
  header #headerMenu li#demoCta a {
    font-size: 20px;
    height: 64px;
    line-height: 64px;
    border-radius: 50px; }

  header #headerMenu li#demoCta a {
    background-color: #E11D74;
    color: white;
    max-width: 480px;
    width: calc(100% - 64px); }

  header #headerMenu li#demoCta a:hover {
    background-color: transparent;
    color: #E11D74; } }
@media (max-width: 750px) {
  #section1 .img {
    width: auto;
    max-width: 100%; }

  #section1 .img svg {
    display: none; }

  #section1 .text h1,
  #section7 .text h1,
  #section11 .text h1,
  #section14 .text h1,
  #section15 .text h1 {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 25px; }

  #section1 .text h4,
  #section7 .text h4 {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 20px; }

  #section1 a {
    width: calc(100% - 60px); } }
@media (max-width: 550px) {
  header .container {
    text-align: left; } }
/*
@media(min-height:580px) and (max-width:991px){
	header #headerMenu li#loginCta a{
		position: absolute;
		bottom: 130px;
		right: 50%;
		margin-right: 25px;
		width: 100%;
		max-width: 220px;
	}
	
	header #headerMenu li#demoCta a{
		position: absolute;
		bottom: 130px;
		margin-left: 25px;
		width: 100%;
		max-width: 220px;
	}
}

@media(min-height:580px) and (max-width:620px){
	header #headerMenu li#loginCta a{
		position: absolute;
		bottom: 200px;
		right: 0;
		left: 0;
		margin-right: auto;
		margin-left: auto;
		width: 100%;
		max-width: 220px;
		
	}
	
	header #headerMenu li#demoCta a{
		position: absolute;
		bottom: 130px;
		right: 0;
		left: 0;
		margin-right: auto;
		margin-left: auto;
		width: 100%;
		max-width: 220px;
	}
}
*/

/*# sourceMappingURL=header.css.map */
