/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

button,
input {
  /* 1 */
  overflow: visible;
}

button,
select {
  /* 1 */
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

body {
  font-family: "Poppins", sans-serif;
  color: #000;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  background-color: #004071;
}

b, strong {
  font-weight: 600;
}

a {
  color: #000;
}

a:hover {
  color: #333;
  text-decoration: underline !important;
}

@media screen and (min-width: 1200px) {
  .col-xl-25 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
}

button:focus {
  outline: none;
}

.navbar {
  padding: .25rem .5rem;
}

.navbar-nav {
  margin-left: auto;
}

a.navbar-brand {
  padding: 0;
}

a.navbar-brand svg {
  width: 100px;
  height: 30px;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5rem 0;
}

@media screen and (max-width: 1200px) {
  .hero {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.hero .img-container {
  width: 60%;
  padding: 0 3rem;
}

@media screen and (max-width: 1200px) {
  .hero .img-container {
    width: 100%;
  }
}

@media screen and (max-width: 992px) {
  .hero .img-container {
    padding: 0;
  }
}

@media screen and (max-width: 576px) {
  .hero .img-container {
    padding: 0 1rem;
  }
}

.hero .text {
  width: 40%;
  padding: 0 2rem;
  color: white;
  font-size: .9rem;
}

@media screen and (max-width: 1200px) {
  .hero .text {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 5rem;
  }
}

@media screen and (max-width: 992px) {
  .hero .text {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 5rem 1rem;
  }
}

@media screen and (max-width: 576px) {
  .hero .text {
    padding: 3rem 1rem;
  }
}

.hero .text h1 {
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: 600;
  max-width: 90%;
}

@media screen and (max-width: 1200px) {
  .hero .text h1 {
    width: 40%;
    margin-top: 0;
  }
}

@media screen and (max-width: 992px) {
  .hero .text h1 {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 1200px) {
  .hero .text .text-content {
    width: 60%;
    padding: 0 0 0 4rem;
  }
}

@media screen and (max-width: 992px) {
  .hero .text .text-content {
    width: 100%;
    padding: 0;
  }
}

.card-wrapper .video-card {
  margin-bottom: 2rem;
}

.card-wrapper .video-card h1 {
  font-size: 1.1rem;
  color: white;
  font-weight: 600;
  margin-bottom: 0.25rem;
}

.card-wrapper .video-card h2 {
  font-size: 0.8rem;
  color: cornflowerblue;
}

.wrapper {
  margin-bottom: 4rem;
}
/*# sourceMappingURL=style.css.map */