﻿/*! 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 */
  -webkit-text-decoration: underline dotted;
          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; }

html,
body {
  height: 100%; }

body {
  font-family: Lato, sans-serif;
  color: #333f48;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  flex-direction: column; }

.content {
  max-width: 1366px;
  position: relative; }
  @media only screen and (min-width: 1200px) {
    .content {
      margin: 0 auto; } }

.header {
  display: flex;
  height: 763px;
  position: relative;
  flex: 1 0 auto; }

.header-logo {
  background-color: #070E25;
  padding: 18px 40px 15px;
}

@media only screen and (min-width: 1800px) {
  .header-logo {
    padding: 18px 140px 15px;
  }
}

@media only screen and (min-width: 1800px) {
  .header-logo {
    padding: 18px 280px 15px;
  }
}

.headline {
  background: rgb(77,85,169);
  background: linear-gradient(0deg, rgba(77,85,169,1) 0%, rgba(54,56,95,1) 100%);
  align-self: center;
  margin: 0;
  max-width: 50%;
  padding: 80px 70px 100px 40px;
  width: auto;
}

@media only screen and (min-width: 1200px) {
  .headline {
    padding: 80px 70px 100px 140px;;
  }
}

@media only screen and (min-width: 1800px) {
  .headline {
    padding: 80px 70px 100px 280px;
  }
}

.headline__title {
  display: flex; 
  flex-direction: column; 
  width: auto;
}

.headline__subheader {
  font-size: 21px;
  font-weight: bold;
  color: #fff;
  margin: 0;
  display: inline;
}

.headline__header {
  color: #fff;
  font-size: 50px;
  line-height: 53px;
  letter-spacing: -0.75px;
  font-weight: 300;
  margin-top: 5px; 
  display: inline;
}

  .headline h1 {
    color: #fff;
    font-size: 50px;
    line-height: 53px;
    letter-spacing: -0.75px;
    font-weight: 400; }
  .headline__logo {
    margin-bottom: 20px;
    width: 210px; }

.formWrapper {
  background: #fff;
  max-width: 400px;
  position: absolute;
  right: 40px;
  top: 400px;
  padding: 60px 100px;
  box-shadow: 2px 2px 19px #00000029;
  display: flex;
  flex-direction: column; }
  @media only screen and (max-width: 1200px) {
    .formWrapper {
      position: relative;
      right: 0;
      top: 40px;
      margin: 0 auto; } }
  .formWrapper h2 {
    font-size: 26px;
    font-weight: bold;
    margin: 0;
    width: 100%;
    color: #070E25; }
  .formWrapper label {
    color: #343D48DE;
    font-size: 18px;
    line-height: 23px;
    font-weight: 300; }
  .formWrapper p {
    margin: 0 0 2px;
    width: 100%; }
  .formWrapper input,
  .formWrapper select {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #DEDEDF;
    padding: 10px 18px;
    color: #343D48A5;
    font-size: 13px;
    line-height: 16px;
    width: calc(100% - 36px);
    display: block; }
  .formWrapper select {
    width: 100%; }
  .formWrapper .submit {
    margin: 15px 0 0; }

    @media only screen and (min-width: 1200px) {
      .formWrapper {
        right: 140px;
      }
    }

    @media only screen and (min-width: 1800px) {
      .formWrapper {
        right: 280px;
      }
    }


.header-background {
  position: absolute;
  height: 763px;
  width: 100%;
  max-height: 763px;
  object-fit: cover;
}

.main {
  padding: 70px 40px 40px;
  flex: 1 0 auto; }

  @media only screen and (min-width: 1200px) {
    .main {
      padding: 70px 140px 40px;
    }
  }

  @media only screen and (min-width: 1800px) {
    .main {
      padding: 70px 280px 40px;
    }
  }

.webinar-speakers,
.download-content {
  display: flex;
}

.webinar-speakers {
  margin-bottom: 80px;
}

.webinar-subtitle {
  font-size: 24px;
  color: #424886;
}

.product-content img,
.product-item img,
.webinar-speakers img,
.download-content img {
  align-self: start;
  max-width: 100%;
}

.download-content__text {
  margin-left: 50px;
}

.webinar-speakers__text {
  margin-left: 50px;
}

.download-content__text h3 {
  font-size: 26px;
  color: #070E25;
  font-weight: normal;
  margin-top: 0;
}

.webinar-speakers__text h3 {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 5px;
  color: #070E25;
}

.webinar-speakers__text h4 {
  font-size: 24px;
  color: #070E25;
  margin: 0 0 5px;
}

.webinar-speakers__text p {
  font-weight: 18px;
  width: 75%;
}

.text-content p,
.webinar-content p,
.webinar-speakers p,
.download-content__text p {
  font-size: 21px;
  line-height: 28px;
  font-weight: 300;
}

.text-content {
  width: 75%;
}

.webinar-content ul {
  padding-left: 0;
  list-style: none;
  margin: 0 0 80px;
}

.webinar-content li {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
}

.webinar-content li::before {
  content: "•";
  margin-right: 10px;
  color: #424886;
}

.webinar-columns {
  display: flex;
}

.webinar-columns .webinar-speakers {
  flex-direction: column;
  margin-right: 60px;
}

.webinar-columns .webinar-speakers:last-of-type {
  margin-right: 0;
}

.webinar-columns .webinar-speakers__text {
  margin-left: 0;
  margin-top: 15px;
}

.product-details {
  margin-top: 100px
}

.product-details h3 {
  color: #070E25; 
  margin: 0 0 45px; 
  font-size: 34px;
}

.product-item h4 {
  font-size: 24px; 
  color: #424886; 
  margin: 0 0 10px;
}

.product-item p {
  font-size: 18px; 
  font-weight: 300;
}

.product-row {
  display: flex;
  margin-bottom: 50px;
}

.product-item {
  display: flex; 
  border-bottom: 1px solid #CCCCCC; 
  padding-bottom: 60px;
  margin-right: 170px;
}

.product-item:last-of-type {
  margin-right: 0;
}

.product-item div {
  margin-left: 20px;
}

.cta {
  text-align: center;
  box-shadow: 0px 0px 30px 0px rgba(112, 112, 112, 0.10);
  padding: 40px;
  margin: 170px 0;
}

@media only screen and (min-width: 1200px) {
  .cta {
    padding: 40px 100px;
  }
}

@media only screen and (min-width: 1800px) {
  .cta {
    padding: 40px 200px;
  }
}

.cta h3 {
  color: #000000;
  font-size: 34px; 
  margin: 0 0 5px;
}

.cta p {
  font-size: 18px; 
  margin-bottom: 5px;
}

h2 {
  color: #070E25;
  font-size: 33px;
  line-height: 45px;
  font-weight: 300;
  width: 50%;
  margin-bottom: 100px; }

p {
  color: #333f48;
  margin: 25px 0;
  font-size: 21px;
  line-height: 28px;
  font-weight: 400;
  width: 100%; }

.button,
input[type=submit] {
  background: #424886;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  padding: 15px 40px;
  font-size: 16px;
  font-weight: bold;
  line-height: 23px;
  letter-spacing: 0.35px;
  border: 0;
  margin: 20px 0;
  width: auto; }
  .button.download,
  input[type=submit].download {
    display: inline-block;
    margin-top: 15px; }

.footer {
  overflow: hidden;
  padding: 50px 40px 90px;
  background-color: #2c2c2c;
  background-image: url(../image/footer_background.png);
  background-position: 50% 46%;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-shrink: 0;
  width: calc(100% - 80px); }
  .footer__text {
    align-items: center;
    display: flex;
  width: 100%; }
  .footer__link {
    text-decoration: none;
    font-weight: 300;
    color: #fff;
    display: block;
    margin-bottom: 5px; }
  .footer__logo {
    flex: 1;
    padding-left: 60px;
    border-left: 1px solid #fff;
    align-self: flex-end; }

    @media only screen and (min-width: 1200px) {
      .footer {
        padding: 50px 140px 90px;
        width: calc(100% - 280px);
      }
    }

    @media only screen and (min-width: 1800px) {
      .footer {
        padding: 50px 280px 90px;
        width: calc(100% - 560px);
      }
    }

.footer__section {
  margin-right: 100px;
}

.footer__section p {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 10px;
  color: #fff;
}

.footer__logo p {
  margin: 0; 
  color: #fff; 
  font-weight: 300;
  font-size: 16px;
}

.footer__mail {
  display: block;
  color: #fff;
  font-weight: 300;
  font-size: 16px;
  text-decoration: none;
}

.copyright {
  background-color: #070E25;
  padding: 10px 40px;
  text-align: right;
  font-size: 14px;
  color: #fff;
}

@media only screen and (min-width: 1200px) {
  .copyright {
    padding: 10px 140px;
  }
}

@media only screen and (min-width: 1800px) {
  .copyright {
    padding: 10px 280px;
  }
}

@media only screen and (max-width: 1024px) {
    .headline__subheader {
     font-size: 18px;
    }
    
    .headline__header {
     font-size: 48px;
     line-height: 50px;    
     letter-spacing: 0px;
    }
    
    h2 {
        width: 100%;
      }
    
    .text-content {
        width: 100%;
    }
    
    .footer__logo {
     width: 100%;
     margin-right: 0px;
    }
    
    .copyright {
        font-size: 12px;
        text-align: left;
    }
}

@media only screen and (max-width: 768px) {
  h2 {
    width: 100%;
  }

  .download-content,
  .footer,
  .footer__text {
    flex-direction: column;
  }

  .download-content__text {
    margin-left: 0;
    margin-top: 20px;
  }
    
  .text-content {
    width: 100%;
  }

  .product-item {
    flex-direction: column;
    padding-bottom: 20px;
  }

  .product-item div {
    margin-left: 0;
    margin-top: 20px;
  }

  .footer__logo {
    align-self: left;
    width: 100%;
    margin-top: 40px;
    margin-right: 0;
    border: 0;
    padding: 0;
  }
}

@media only screen and (max-width: 568px) {
    .headline {
     max-width: 100%; 
     padding: 80px 40px 80px 40px;    
    }
    
    .headline__subheader {
     font-size: 18px;
    }
    
    .headline__header {
     font-size: 36px;
     line-height: 40px;    
     letter-spacing: 0px;
    }
    
    .text-content {
        width: 100%;
    }
    
    .footer__logo {
     width: 100%;
     margin-right: 0px;
    }
    
    .copyright {
        font-size: 12px;
        text-align: left;
    }
}

@media only screen and (max-width: 480px) {
    .headline {
     max-width: 100%; 
     padding: 80px 40px 80px 40px;    
    }
    
    .headline__subheader {
     font-size: 18px;
    }
    
    .headline__header {
     font-size: 36px;
     line-height: 40px;    
     letter-spacing: 0px;
    }
    
    .text-content {
        width: 100%;
    }
    
    .footer__logo {
     width: 100%;
     margin-right: 0px;
    }
    
    .copyright {
        font-size: 12px;
        text-align: left;
    }
}


@media only screen and (max-width: 320px) {
    h2 {
        font-size: 20px !important;
        line-height: 28px !important;
    }    
    
    .headline {
     max-width: 100% !important; 
     padding: 80px 40px 80px 40px;    
    }
    
    .headline__subheader {
     font-size: 18px !important;
    }
    
    .headline__header {
     font-size: 36px !important;
     line-height: 40px !important;    
     letter-spacing: 0px !important;
    }
    
    .text-content {
        width: 100%;
    }
    
    .footer__logo {
     width: 100%;
     margin-right: 0px;
    }
    
    .copyright {
        font-size: 12px;
        text-align: left;
    }
}
