







/* 1a. Containers */





/* 1b. Breakpoints */







/* 1c. Colors */











/* 1d. Typography */











/* 1e. Border */



/* 1f. Corner Radius */



/* 1g. Lists */






/* 1h. Horizontal Rule */



/* 1i. Blockquote */




/* 1j. Buttons */








































/* 1k. Forms */















































/* 1l. Tables */











/* 1m. Site Header */












/* 1n. Site Footer */












/* 1o. Blog */








.content-wrapper {
  max-width: 1300px;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

@media screen and (max-width: 980px) {
  .content-wrapper {
    padding: 0;
  }
}

@media screen and (max-width: 800px) {
  .content-wrapper--wwrg {
    flex-direction: column !important;
  }
}

.content-wrapper--narrow {
  max-width: 760px;
}

@media screen and (min-width: 800px) {
  .content-wrapper--narrow {
    padding: 0;
  }
}

.dnd-section,
.content-wrapper--blog-index,
.content-wrapper--blog-post {
  padding: 80px 20px;
}

.dnd-section > .row-fluid {
  max-width: 1300px;
}





html {
  font-size: 16px;
}

body {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 300; text-decoration: none;
  background-color: #ffffff;
  color: #000000;
  font-size: 16px;
}

/* Paragraphs */

p {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 300; text-decoration: none;
}

p.lead,
p.intro {
  font-size: 1.25rem;
}

/* Anchors */

a {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 300; text-decoration: none;
  color: #000000;
}

a:hover, a:focus {
  font-weight: 300; text-decoration: underline; font-family: Roboto, sans-serif; font-style: normal;
  color: #009E83;
}

a:active {
  font-weight: 300; text-decoration: underline; font-family: Roboto, sans-serif; font-style: normal;
  color: #50eed3;
}

a.button:disabled {
  background-color: #f1f1f1;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Butler Stencil', sans-serif; font-style: normal; font-weight: 800; text-decoration: none;
  color: #000000;
  text-transform: none;
}



  h1 {
    font-family: 'Butler Stencil', sans-serif; font-style: normal; font-weight: 800; text-decoration: none;
    color: #000000;
    font-size: 62px;
    letter-spacing: 0px;
    text-transform: none;
  }

  h2 {
    font-family: 'Butler Stencil', sans-serif; font-style: normal; font-weight: 800; text-decoration: none;
    color: #000000;
    font-size: 42px;
    letter-spacing: 0px;
    text-transform: none;
  }

  h3 {
    font-family: 'Butler Stencil', sans-serif; font-style: normal; font-weight: 800; text-decoration: none;
    color: #000000;
    font-size: 32px;
    letter-spacing: 0px;
    text-transform: none;
  }

  h4 {
    font-family: 'Butler Stencil', sans-serif; font-style: normal; font-weight: 300; text-decoration: none;
    color: #000000;
    font-size: 20px;
    letter-spacing: 1.18px;
    text-transform: none;
  }

  h5 {
    font-family: 'Butler Stencil', sans-serif; font-style: normal; font-weight: 800; text-decoration: none;
    color: #000000;
    font-size: 20px;
    letter-spacing: 1.18px;
    text-transform: none;
  }

  h6 {
    font-family: 'Butler Stencil', sans-serif; font-style: normal; font-weight: 800; text-decoration: none;
    color: #000000;
    font-size: 18px;
    letter-spacing: 1.06px;
    text-transform: none;
  }



/* Lists */

ul,
ol {
  margin: 1.5rem 0;
  padding-left: 1.5rem;
}

ul li,
ol li {
  margin: 0.7rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 1.5rem;
}

/* Blockquote */

blockquote {
  border-left: 10px solid #ffffff;
  padding-left: 1.5rem;
}

/* Horizontal Rules */

hr {
  border-bottom-color: #d0d0d0;
}





/* Primary Button */

button,
.button {
  font-family: 'Butler Stencil', sans-serif; font-style: normal; font-weight: 800; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  border: 1px solid #000000;
  border-radius: 50px;
  color: #FFFFFF;
  fill: #FFFFFF;
  font-size: 16px;
  padding: 12px 44px;
  text-transform: none;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
button:active,
.button:active {
  font-family: 'Butler Stencil', sans-serif; font-style: normal; font-weight: 800; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(0, 158, 131, 1.0)

;
  border: 1px solid #009E83;
  color: #FFFFFF;
}

button:active,
.button:active {
  font-family: 'Butler Stencil', sans-serif; font-style: normal; font-weight: 800; text-decoration: none;
  background-color: rgba(80, 238, 211, 100);
  border: 1px solid #009E83;
  border-color: #50eed3;
  color: #FFFFFF;
}

/* Disabled Button */

button:disabled,
.button:disabled,
.button.button--secondary:disabled,
.button.button--simple:disabled {
  color: #f1f1f1;
}

button:disabled,
.button:disabled {
  background-color: #d0d0d0;
}

/* Secondary Button */

.button.button--secondary {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  border: 1px solid #000000;
  border-radius: 50px;
  color: #000000;
  fill: #000000;
  padding: 12px 44px;
  text-transform: none;
}

.button.button--secondary:hover,
.button.button--secondary:focus,
.button.button--secondary:active {
  font-family: 'Butler Stencil', sans-serif; font-style: normal; font-weight: 800; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  border: 1px solid #009E83;
  color: #009E83;
  fill: #009E83;
}

.button.button--secondary:active {
  font-family: 'Butler Stencil', sans-serif; font-style: normal; font-weight: 800; text-decoration: none;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #009E83;
  border-color: #50eed3;
  color: #50eed3;
  fill: #50eed3;
}

/* Simple Button */

.button.button--simple {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
  fill: #000000;
  text-transform: uppercase;
}



  .button.button--simple:after {
    content: none;
  }



.button.button--simple:hover,
.button.button--simple:focus {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #009E83;
  fill: #009E83;
}



  .button.button--simple:hover:after,
  .button.button--simple:focus:after,
  .button.button--simple:active:after {
    content: none;
  }



.button.button--simple:active {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #50eed3;
  fill: #50eed3;
}

/* Button Sizing */

.button.button--small {
  font-size: 14px;
  padding: 12px 44px;
}

.button.button--large {
  font-size: 18px;
  padding: 12px 44px;
}





form {
  background-color: 

  
  
    
  


  rgba(0, 50, 109, 1.0)

;
  border: 1px none #D0D0D0;
  border-radius: 18px;
  padding: 45px 45px;
}

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

/* Form Title */

.form-title {
  font-family: 'Butler Stencil', sans-serif; font-style: normal; font-weight: 800; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(0, 50, 109, 1.0)

;
  border: 1px none #D0D0D0;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  color: #FFFFFF;
  font-size: 32px;
  padding: 25px 25px;
  text-transform: none;
}

/* Labels */

.hs-form-field > label,
.hs-form-field > label span {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
  font-size: 16px;
  padding: 6px 0px;
}

/* Help Text - Legends */

.hs-form-field legend {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 300; text-decoration: none;
  color: #FFFFFF;
  font-size: 14px;
}

/* Inputs */

input[type='text'],
input[type='email'],
input[type='password'],
input[type='tel'],
input[type='number'],
select,
textarea {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 300; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border: 1px solid #D2E9FC;
  border-radius: 4px;
  color: #000000;
  font-size: 16px;
  padding: 12px 12px;
}

input[type='text']:focus,
input[type='email']:focus,
input[type='password']:focus,
input[type='tel']:focus,
input[type='number']:focus,
input[type='file']:focus,
select:focus,
textarea:focus {
  outline-color: #000000;
}

::-webkit-input-placeholder {
  color: #D0D0D0;
}

::-moz-placeholder {
  color: #D0D0D0;
}

:-ms-input-placeholder {
  color: #D0D0D0;
}

:-moz-placeholder {
  color: #D0D0D0;
}

::placeholder {
  color: #D0D0D0;
}

/* Inputs - Checkbox/Radio */

form .inputs-list:not(.no-list) label,
form .inputs-list:not(.no-list) label > span,
form .inputs-list:not(.no-list) label > span p {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 300; text-decoration: none;
  color: #FFFFFF;
  font-size: 16px;
}

/* Inputs - Datepicker */

.fn-date-picker .pika-table thead th {
  background-color: 

  
  
    
  


  rgba(0, 50, 109, 1.0)

;
  color: #FFFFFF;
}

.fn-date-picker td.is-today .pika-button {
  color: #000000;
}

.hs-datepicker .is-selected button.pika-button {
  background-color: #ffffff;
  color: #000000;
}

.hs-datepicker button.pika-button:hover {
  background-color: #000000 !important;
}

/* Form Rich Text */

form .hs-richtext,
form .hs-richtext *,
form .hs-richtext p,
form .hs-richtext h1,
form .hs-richtext h2,
form .hs-richtext h3,
form .hs-richtext h4,
form .hs-richtext h5,
form .hs-richtext h6 {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 300; text-decoration: none;
  color: #FFFFFF;
}

/* GDPR Text */

form .legal-consent-container,
form .legal-consent-container .hs-richtext,
form .legal-consent-container .hs-richtext p {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 300; text-decoration: none;
  color: #FFFFFF;
  font-size: 14px;
}

/* Validation */

.hs-input.invalid.error {
  border-color: #ef6b51;
}

.hs-error-msg,
.hs-error-msgs {
  color: #ef6b51;
}

/* Submit */



  form input[type='submit'],
  form .hs-button {
    font-family: 'Butler Stencil', sans-serif; font-style: normal; font-weight: 800; text-decoration: none;
    background-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
    border: 1px solid #000000;
    border-radius: 50px;
    color: #FFFFFF;
    fill: #FFFFFF;
    padding: 12px 44px;
    text-transform: none;
  }

  form input[type='submit']:hover,
  form input[type='submit']:focus,
  form .hs-button:hover,
  form .hs-button:focus {
    font-family: 'Butler Stencil', sans-serif; font-style: normal; font-weight: 800; text-decoration: none;
    background-color: 

  
  
    
  


  rgba(0, 158, 131, 1.0)

;
    border: 1px solid #009E83;
    color: #FFFFFF;
  }

  form input[type='submit']:active,
  form .hs-button:active {
    font-family: 'Butler Stencil', sans-serif; font-style: normal; font-weight: 800; text-decoration: none;
    background-color: rgba(80, 238, 211, 100);
    border: 1px solid #009E83;
    border-color: #50eed3;
}





  form input[type='submit'],
  form .hs-button {
    font-size: 16px;
    padding: 12px 44px;
  }



/* Inline Thank You Message */

.submitted-message {
  background-color: 

  
  
    
  


  rgba(0, 50, 109, 1.0)

;
  border: 1px none #D0D0D0;
  border-radius: 18px;
  padding: 45px 45px;
}





table {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border: 1px solid #D2E9FC;
}

th,
td {
  border: 1px solid #D2E9FC;
  color: #000000;
  padding: 15px 15px;
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(0, 50, 109, 1.0)

;
  border-bottom: 2px none #D2E9FC;
  color: #FFFFFF;
}

tbody + tbody {
  border-top: 2px none #D2E9FC;
}






.header {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-bottom: 1px none #ffffff;
}

.header__container {
/*   max-width: 1300px; */
  padding: 1.3rem 5%;
}

/* Header Content */

.header p,
.header h1,
.header h2,
.header h3,
.header h4,
.header h5,
.header h6,
.header span,
.header div,
.header li,
.header blockquote,
.header .related-post__title a {
  color: 

  
  
    
  


  rgba(0, 0, 0, 1)

;
}

/* Logo */

.header__logo .logo-company-name {
  color: 

  
  
    
  


  rgba(0, 0, 0, 1)

;
}

.header__logo {  
  margin: 0;
  align-items: center;
}

.header__logo .blog-post__tags {
  margin: 0;
}

.header__logo .blog-post__tags .blog-post__tag-link {
  font-size: 1rem;
  line-height: 1.625rem;
  font-weight: 900;
}

.header__logo img {
  display: block;
  /*width: 3rem;
  height: 3rem;*/
}

.header__menu {
  position: absolute;
  right: 0;
}

/* Navigation Menu */

.navigation-primary .menu-item a {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 900; text-decoration: none;
  color: #000000;
  font-size: 16px;
  text-transform: none;
}

.navigation-primary .menu-item a:hover,
.navigation-primary .menu-item a:focus {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 900; text-decoration: none;
  color: #000000;
}

.navigation-primary .menu-item a:active {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 900; text-decoration: none;
  color: #000000;
}

.navigation-primary .submenu:not(.level-1) {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.navigation-primary .submenu:not(.level-1) .menu-item .menu-link:hover,
.navigation-primary .submenu:not(.level-1) .menu-item .menu-link:focus {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 900; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(239, 247, 255, 1.0)

;
  color: #000000;
}

.navigation-primary .submenu:not(.level-1) .menu-item .menu-link:active {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 900; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  color: #000000;
}


@media (min-width: 768px) {
  .navigation-primary .submenu:not(.level-1) {
    border: 2px solid #EFF7FE;
  }
}

@media (max-width: 768px) {
  .header__navigation {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

  .header__menu .header__mobile-menu-icon,
  .header__menu .header__mobile-menu-icon:after,
  .header__menu .header__mobile-menu-icon:before,
  .header__menu .menu-arrow-icon,
  .header__menu .menu-arrow-icon:after {
    background-color: #000000;
  }

  .navigation-primary .submenu.level-1 .menu-item .menu-link:hover,
  .navigation-primary .submenu.level-1 .menu-item .menu-link:focus {
    font-family: Roboto, sans-serif; font-style: normal; font-weight: 900; text-decoration: none;
    background-color: 

  
  
    
  


  rgba(239, 247, 255, 1.0)

;
    color: #000000;
  }

  .navigation-primary .submenu.level-1 .menu-item .menu-link:active {
    font-family: Roboto, sans-serif; font-style: normal; font-weight: 900; text-decoration: none;
    background-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
    color: #000000;
  }
}

/* Menu Toggle */

@media screen and (max-width: 767px) {
  body .header__navigation-toggle svg,
  body .menu-arrow svg {
    fill: #000000;
  }
}

/* Language Switcher */

.header__language-switcher .lang_list_class {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border: 2px solid #EFF7FE;
}

.header__language-switcher-label-current:after {
  border-top-color: #000000;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 900; text-decoration: none;
  color: #000000;
  font-size: 16px;
  text-transform: none;
}

.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li:focus a,
.header__language-switcher .lang_list_class li a:active {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 900; text-decoration: none;
  color: #000000;
}

.header__language-switcher .lang_list_class li:hover,
.header__language-switcher .lang_list_class li:focus {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 900; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(239, 247, 255, 1.0)

;
  color: #000000;
}

/* Blog Post Listing Module */

.header .blog-post-listing h1,
.header .blog-post-listing h2,
.header .blog-post-listing h3,
.header .blog-post-listing h4,
.header .blog-post-listing h5,
.header .blog-post-listing h6,
.header .blog-post-listing p,
.header .blog-post-listing div,
.header .blog-post-listing span {
  color: #000000;
}

/* Related Posts Module */

.header .related-post__title a:hover,
.header .related-post__title a:focus {
  color: color_variant(#000000, -80);
}

.header .related-post__title a:active {
  color: color_variant(#000000, 80)
}

/* Social Follow Module */

.header .social-links__icon svg {
  fill: 

  
  
    
  


  rgba(0, 0, 0, 1)

;
}

.header .social-links__icon:hover svg {
  fill: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header .social-links__icon:hover {
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 1)

;
}





footer {
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

.footer--site-page {
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  border-top: 1px none #00C6AB;
}

.footer--landing-page {
  background-color: #ffffff;
}

.footer__container {
  max-width: 1300px;
}

.footer__bottom-section {
  border-color: #FFFFFF;
  border-top: 2px solid #EFF7FE;
}

/* Footer Content */

.footer--site-page h1,
.footer--site-page h2,
.footer--site-page h3,
.footer--site-page h4,
.footer--site-page h5,
.footer--site-page h6,
.footer--site-page p,
.footer--site-page a:not(.button),
.footer--site-page div,
.footer--site-page span,
.footer--site-page blockquote,
.footer--site-page .related-post__title a {
  color: #FFFFFF;
}



  .footer--site-page h4 {
      font-family: 'Butler Stencil', sans-serif; font-style: normal; font-weight: 800; text-decoration: none;
      font-size: 18px;
      letter-spacing: 1.06px;
      text-transform: none;
  }



/* Footer Menu */
/*
.footer .hs-menu-item a {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
  font-size: 16px;
  text-transform: none;
}

.footer .hs-menu-item a:hover,
.footer .hs-menu-item a:focus {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
}

.footer .hs-menu-item a:active {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
}

/* Form Module */
/*
.footer--site-page .form-title,
.footer--site-page form .hs-richtext,
.footer--site-page form .hs-richtext *,
.footer--site-page form .hs-richtext p,
.footer--site-page form .hs-richtext h1,
.footer--site-page form .hs-richtext h2,
.footer--site-page form .hs-richtext h3,
.footer--site-page form .hs-richtext h4,
.footer--site-page form .hs-richtext h5,
.footer--site-page form .hs-richtext h6,
.footer--site-page .hs-form-field > label,
.footer--site-page .hs-form-field > label span,
.footer--site-page .hs-form-field legend,
.footer--site-page form .inputs-list:not(.no-list) label,
.footer--site-page form .inputs-list:not(.no-list) label > span,
.footer--site-page form .inputs-list:not(.no-list) label > span p {
  color: #FFFFFF;
}

/* Blog Post Listing Module */
/*
.footer .blog-post-listing h1,
.footer .blog-post-listing h2,
.footer .blog-post-listing h3,
.footer .blog-post-listing h4,
.footer .blog-post-listing h5,
.footer .blog-post-listing h6,
.footer .blog-post-listing p,
.footer .blog-post-listing div,
.footer .blog-post-listing span {
  color: #000000;
}

/* Related Posts Module */
/*
.footer--site-page .related-post__title a:hover,
.footer--site-page .related-post__title a:focus {
  color: #afafaf;
}

.footer--site-page .related-post__title a:active {
  color: #ffffff;
}

/* Social Follow Module */
/*
.footer--site-page .social-links__icon svg {
  fill: #FFFFFF;
}

.footer--site-page .social-links__icon:hover svg {
  fill: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

.footer--site-page .social-links__icon:hover {
  background-color: #FFFFFF;
}
*/




/* Blog Title */

.blog-index__post-title a,
.blog-index__post-author-name {
  color: #000000;
}

.blog-index__post-title a:hover,
.blog-index__post-title a:focus {
  color: #000000;
}

.blog-index__post-title a:active {
  color: #505050;
}

/* Blog Meta - Author */

.blog-index__post-author-name,
.blog-post__author-name,
a.blog-post__author-name,
a:hover.blog-post__author-name {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 300; text-decoration: none;
  color: #ffffff;
}

.blog-post__author-links svg {
  fill: #000000;
}

.blog-post__author-links a:hover svg {
  fill: #000000;
}

/* Tags */

.blog-index__post-tag-link,
.blog-post__tag-link {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  color: #00C6AB;
}

.blog-index__post-tags svg,
.blog-post__tags svg {
  fill: #ffffff;
}

/* Blog Listing */

.blog-subheader__author-links a {
  background-color: #000000;
}

.blog-subheader__author-links a:hover {
  background-color: #009E83;
}

/* Blog Pagination */

.blog-pagination__link {
  color: #000000;
}

.blog-pagination__link:hover,
.blog-pagination__link:focus {
  color: #009E83;
}

.blog-pagination__link:hover svg,
.blog-pagination__link:focus svg {
  fill: #009E83;
}

.blog-pagination__link:active {
  color: #50eed3;
}

.blog-pagination__link:active svg {
  fill: #50eed3;
}

.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #d0d0d0;
}

.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #d0d0d0;
}

.blog-pagination__link--active {
  background-color: #000000;
  color: #fff;
}

.blog-pagination__link--active:hover,
.blog-pagination__link--active:focus {
  color: #fff;
}

/* Blog Post */


/* Blog Search */

.blog-search form button {
  border-radius: 4px;
}





/* Error Pages - Global */

.error-page:before {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 300; text-decoration: none;
}

/* System Pages - Global */

.hs-search-results__title {
  font-family: 'Butler Stencil', sans-serif; font-style: normal; font-weight: 800; text-decoration: none;
  color: #000000;
}

.hs-search-results__title:hover {
  font-family: 'Butler Stencil', sans-serif; font-style: normal; font-weight: 800; text-decoration: none;
}

/* Forms in System Pages */

#email-prefs-form h3 {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
  font-size: 16px;
  padding: 6px 0px;
}

#email-prefs-form,
#email-prefs-form h1,
#email-prefs-form h2 {
  color: #FFFFFF;
}

/* Password Prompt */

.password-prompt input[type='password'] {
  margin-bottom: 1.5rem;
}

/* Backup Unsubscribe */

.backup-unsubscribe input[type='email'] {
  margin-bottom: 1.5rem;
  padding: 12px 12px !important;
}





/* Icon */

body .icon svg {
  fill: #ffffff;
}

/* Pricing Table */

body .price-block__header {
  background-color: #ffffff;
}

body .billing-selectors__pricing-option input[type='radio']:checked + label:before {
  border-color: #ffffff;
}

/* Image Module */

img {
  max-width: 100%;
}

/* Social Follow */

body .social-links__icon svg {
  fill: #000000;
}

body .social-links__icon:hover svg {
  fill: #000000;
}

body .social-links__icon:hover {
  background-color: transparent;
}

/* Statististic */

body .statistic__circle {
  background-color: #d0d0d0;
}

body .statistic__info {
  color: #000000;
}

body .statistic__bar,
body .statistic__fill,
body .statistic__fill {
  border-color: #ffffff;
}

body .statistic__circle:after {
  background-color: #ffffff
}

/* Testimonial Slider */

body .tns-nav button {
  background-color: #d0d0d0;
}

body .tns-nav .tns-nav-active {
  background-color: #ffffff;
}

.blog-post {
  background-color: white;
}

.header {
  background-color: #000000;
}

.header__logo {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.header__logo > .blog-post__tags > .blog-post__tag-link {
  color: #ffffff;
}

.blog-post__image-wrapper,
.blog-post__image {
  height: unset;
  margin: unset;
}

.content-wrapper--wwrg {
  max-width: unset;
  width: 100%;
  display: flex;
  flex-direction: row;
}

@media (min-width: 1024px) {
  .content-wrapper--wwrg {
    padding: 0;
  }
}

article.blog-post {
  padding: 0 5%;
  margin-top: unset;
}

/*.footer__row--one {
  border-bottom: 1px solid #ffffff;
}

.footer__navigation {
  width: 48%;
}

.footer__navigation {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.footer__navigation.group-logo {
  justify-content: space-between;
}

ul.footer__menu {
  list-style-type: none;
  padding-left: 0;
  width: 80%;
  text-align: right;
}

ul.footer__menu li {
  display: inline-block;
  position: relative;
  padding-left: 1.1875rem;
  margin: unset;
}

ul.footer__menu li:after {
  content: "|";
  position: absolute;
  color: #ffffff;
  left: .5625rem;
}

ul.footer__menu li:first-child:after {
    content: "";
}*/

div.header-txt {
  margin: 100px auto 0 0;
  width: 50%;
}

div.header-txt h1 {
  font-size: 80px;
  font-family: 'Butler Stencil', sans-serif;
}

div.header-txt .tag, div.header-txt .subtitle {
  text-transform: capitalize;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
}

.blog-index {
  margin-top: 30px;
  color:#ffffff;
}

article.blog-index__post {
  width: 30%;
  border: none;
}

article.blog-index__post a, article.blog-index__post a:hover, 
article.blog-index__post.blog-index__post-author-name a, article.blog-index__post.blog-index__post-author-name a:hover,
article.blog-index__post.blog-pagination a.blog-pagination__link, article.blog-index__post.blog-pagination a.blog-pagination__link:hover {
    color:#ffffff;
}

h3.blog-index__post-title a, h3.blog-index__post-title a:hover {
  font-family: 'Butler Stencil', sans-serif;
  font-size: 25px;
}

@media (max-width: 768px) {
  div.header-txt {
    width: 80%;
    margin-top: 30px;
  }
  div.header-txt h1 {
    font-size: 50px;
  }
    article.blog-index__post {
    width: 90%;
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  article.blog-index__post {
    width: 45%;
  }
}

@media (min-width: 1024px) {
  article.blog-index__post {
    width: 30%;
  }
}

.blog-post__title {
   margin-bottom:  20px !important;
}

.blog-post__image {
  display: block;
}
@media (max-width: 800px) {
section p {
   margin-bottom:  20px !important;
}
}

  article.blog-post h1 {
    font-size: 3.7rem;
    line-height: 4.2rem;
    font-weight: 900 !important;
    font-family: 'Butler ExtraBold', 'Butler Stencil', sans serif;
  }

@media (min-width: 1024px) {
  article.blog-post {
    padding: 3.375rem 5% 5rem 8%;
  }
}

@media (min-width: 1380px) {
  article.blog-post {
    padding: 3.375rem 4.063rem 5rem 8.688rem;
  }
  article.blog-post h1 {
    font-size: 5.625rem;
    line-height: 5.8rem;
  }
}

.sidebar {
  background-color: #000000;
  color: #ffffff;
  min-width: 400px;
  max-width: 400px;
  padding-top: 40px;
}

@media screen and (max-width: 800px) {
  .sidebar {
    max-width: 100%;
  }
  .blog-post__title {
    font-size: 2rem;
}
  .blog-post__image {
    padding-top:89px; 
  }
.sidebar .blog-post__meta {
  margin: 40px auto !important;
  color: #ffffff !important;
  width: 60% !important;
  font-size: 14px !important;
}

.blog-post__meta__date {
  margin: 20px auto;
  color: white;
}

.sidebar .blog-post__meta a {
  text-decoration: none !important;
  color: #ffffff !important;
  font-weight: bold !important;
}

.sidebar h2 {
  font-family: 'Butler Stencil', sans-serif;
  color: #ffffff;
}

.sidebar .blog-post__social-sharing {
  position: relative;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 3.75rem;
  left: 0;
  top: 0;
}

.sidebar .social-links__icon svg {
  fill: white;
  height: 1.4rem;
  width: auto;
}

.sidebar .social-links__icon {
  margin-right: 1rem;
  margin-left: -0.7rem;
  margin-bottom: 0;
}

.sidebar .social-links__icon svg,
.sidebar .social-links__icon:hover svg {
  fill: white !important;
  opacity: 0.7;
}

.sidebar .blog-post__social-sharing .social-links {
  flex-direction: row;
}

.sidebar .blog-post__meta {
  margin-top: 4.375rem;
  margin-bottom: 0.7rem;
}

.blog-post__date {
  border-right: 2px solid;
  display: inline-block;
  margin: 0 10px 10px 0;
  padding-right: 10px;
}

.sidebar .blog-post__author-image-wrapper {
  margin-right: 1.4rem;
  width: 2.813rem;
  height: 2.813rem;
}

.sidebar .blog-post__author-position {
  margin-bottom: 0;
  font-size: 0.875rem;
}

.sidebar .blog-post__author-name {
  margin-bottom: 0;
  font-size: 0.875rem;
}

.blog-post__author-wrg {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.sidebar .related-post__title {
  font-size: 1.5625rem;
  line-height: 1.75rem;
  margin-bottom: 3.125rem;
}

.sidebar h3.related-post__title {
  font-weight: 900 !important;
}

.sidebar .related-post__button {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 300;
}

.sidebar .related-post__button:hover {
  font-weight: 300;
  font-style: normal;
}

.sidebar .related-post__button:focus {
  color: white;
  border: none;
  outline: none;
}

.sidebar .related-post__button:after {
  content: '';
  display: inline-block;
  width: 0.7rem;
  height: 0.7rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(https://wrgblog.tceg.com/hubfs/raw_assets/public/WRG%20Theme/images/read-more-arrow.svg);
  margin-left: 0.5rem;
}

.sidebar .blog-related-posts__list .related-post {
  margin-bottom: 3.125rem;
}

.sidebar .blog-related-posts h2 {
  font-size: 1.2rem;
  font-weight: 600;
  font-family: Roboto, sans-serif;
  margin-bottom: 2rem;
  color: #ffffff;
}

.sidebar .blog-related-posts {
  background: linear-gradient(#0F0F0F, #000000);
  padding: 1.8125rem 9% 1.8125rem;
  width: 78%
}
  
.sidebar .blog-post__author-wrg .blog-post__author-info .blog-post__author-name a {
  color: #ffffff !important;
}
  
body {
  background-color: blue !important;
}
  

/*
	Theme Name: WRG
	Description: Core Blue Theme
	Version: 1
	Author: Core Blue Ltd
	Author URI: https://www.coreblue.co.uk
  Text Domain:  core-blue
*/

/*
	! tailwindcss v2.2.15 | MIT License | https://tailwindcss.com
*/

/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

*,
::before,
::after {
	box-sizing: border-box;
}

/**
Use a more readable tab size (opinionated).
*/

html {
	-moz-tab-size: 4;
	-o-tab-size: 4;
	   tab-size: 4;
}

/**
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;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
	font-family:
		system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, 
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

/*
Grouping content
================
*/

/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/

hr {
	height: 0; /* 1 */
	color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/

/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr[title] {
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted;
}

/**
Add the correct font weight in Edge and Safari.
*/

/*b,
strong {
	font-weight: bolder;
}*/

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
	font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		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;
}

/*
Tabular data
============
*/

/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/

table {
	text-indent: 0; /* 1 */
	border-color: inherit; /* 2 */
}

/*
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 */
}

/**
Remove the inheritance of text transform in Edge and Firefox.
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.
*/

::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/

:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/

:-moz-ui-invalid {
	box-shadow: none;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
	padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
	vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-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.
*/

::-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 Chrome and Safari.
*/

summary {
	display: list-item;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
}

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #a1a1aa;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  color: #a1a1aa;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #a1a1aa;
}

button,
[role="button"] {
  cursor: pointer;
}

/**
 * Override legacy focus reset from Normalize with modern Firefox focus styles.
 *
 * This is actually an improvement over the new defaults in Firefox in our testing,
 * as it triggers the better focus styles even for links, which still use a dotted
 * outline in Firefox by default.
 */

:-moz-focusring {
	outline: auto;
}

table {
  border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */

a {
  color: inherit;
  text-decoration: inherit;
}

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/**
 * Constrain images and videos to the parent width and preserve
 * their intrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

footer img,
footer video {
  max-width: 50%;
  height: auto;
}

/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */

[hidden] {
  display: none;
}

*, ::before, ::after {
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
	border-color: currentColor;
	--tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
	--tw-ring-shadow: 0 0 rgba(0,0,0,0);
	--tw-shadow: 0 0 rgba(0,0,0,0);
}

h2 {
	font-family: Butler Stencil;
	font-size: 1.563rem;
}

.container {
	width: 100%;
}

@media (min-width: 640px) {

	.container {
		max-width: 640px;
	}
}

@media (min-width: 768px) {

	.container {
		max-width: 768px;
	}
}

@media (min-width: 1024px) {

	.container {
		max-width: 1024px;
	}
}

@media (min-width: 1280px) {

	.container {
		max-width: 1280px;
	}
}

@media (min-width: 1536px) {

	.container {
		max-width: 1536px;
	}
}

.visible {
	visibility: visible;
}

.invisible {
	visibility: hidden;
}

.static {
	position: static;
}

.fixed {
	position: fixed;
}

.absolute {
	position: absolute;
}

.relative {
	position: relative;
}

.inset-0 {
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}

.inset-x-0 {
	left: 0px;
	right: 0px;
}

.top-0 {
	top: 0px;
}

.left-0 {
	left: 0px;
}

.bottom-0 {
	bottom: 0px;
}

.right-0 {
	right: 0px;
}

.top-\[25px\] {
	top: 25px;
}

.right-\[16px\] {
	right: 16px;
}

.bottom-\[-36px\] {
	bottom: -36px;
}

.left-\[-25px\] {
	left: -25px;
}

.bottom-\[-5px\] {
	bottom: -5px;
}

.left-\[-30px\] {
	left: -30px;
}

.right-\[-10px\] {
	right: -10px;
}

.bottom-10 {
	bottom: 2.5rem;
}

.bottom-9 {
	bottom: 2.25rem;
}

.right-\[-15px\] {
	right: -15px;
}

.right-\[47px\] {
	right: 47px;
}

.bottom-\[119px\] {
	bottom: 119px;
}

.bottom-\[-10px\] {
	bottom: -10px;
}

.bottom-\[160px\] {
	bottom: 160px;
}

.right-\[160px\] {
	right: 160px;
}

.z-50 {
	z-index: 50;
}

.z-30 {
	z-index: 30;
}

.z-0 {
	z-index: 0;
}

.z-10 {
	z-index: 10;
}

.z-\[-2\] {
	z-index: -2;
}

.z-\[-1\] {
	z-index: -1;
}

.z-20 {
	z-index: 20;
}

.order-2 {
	order: 2;
}

.order-1 {
	order: 1;
}

.order-3 {
	order: 3;
}

.order-4 {
	order: 4;
}

.col-span-3 {
	grid-column: span 3 / span 3;
}

.\!m-0 {
	margin: 0px !important;
}

.mx-auto {
	margin-left: auto;
	margin-right: auto;
}

.my-\[25px\] {
	margin-top: 25px;
	margin-bottom: 25px;
}

.mx-7 {
	margin-left: 1.75rem;
	margin-right: 1.75rem;
}

.my-\[40px\] {
	margin-top: 40px;
	margin-bottom: 40px;
}

.my-2 {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}

.my-\[56px\] {
	margin-top: 56px;
	margin-bottom: 56px;
}

.mt-\[30px\] {
	margin-top: 30px;
}

.mt-\[19px\] {
	margin-top: 19px;
}

.mt-5 {
	margin-top: 1.25rem;
}

.mt-8 {
	margin-top: 2rem;
}

.mt-\[25px\] {
	margin-top: 25px;
}

.mb-\[22px\] {
	margin-bottom: 22px;
}

.mb-\[25px\] {
	margin-bottom: 25px;
}

.mb-\[60px\] {
	margin-bottom: 60px;
}

.ml-auto {
	margin-left: auto;
}

.mr-\[-40px\] {
	margin-right: -40px;
}

.mt-\[-25px\] {
	margin-top: -25px;
}

.mb-\[5px\] {
	margin-bottom: 5px;
}

.mb-3 {
	margin-bottom: 0.75rem;
}

.mb-\[40px\] {
	margin-bottom: 40px;
}

.mb-\[20px\] {
	margin-bottom: 20px;
}

.mb-\[15px\] {
	margin-bottom: 15px;
}

.mb-2 {
	margin-bottom: 0.5rem;
}

.mb-5 {
	margin-bottom: 1.25rem;
}

.mb-0 {
	margin-bottom: 0px;
}

.mb-8 {
	margin-bottom: 2rem;
}

.mb-\[10px\] {
	margin-bottom: 10px;
}

.mb-6 {
	margin-bottom: 1.5rem;
}

.mb-10 {
	margin-bottom: 2.5rem;
}

.mt-auto {
	margin-top: auto;
}

.mb-\[98px\] {
	margin-bottom: 98px;
}

.mt-\[15px\] {
	margin-top: 15px;
}

.mt-\[14px\] {
	margin-top: 14px;
}

.mt-\[18px\] {
	margin-top: 18px;
}

.mt-\[32px\] {
	margin-top: 32px;
}

.mt-\[8px\] {
	margin-top: 8px;
}

.mb-4 {
	margin-bottom: 1rem;
}

.mb-16 {
	margin-bottom: 4rem;
}

.mb-7 {
	margin-bottom: 1.75rem;
}

.mb-\[30px\] {
	margin-bottom: 30px;
}

.mb-\[110px\] {
	margin-bottom: 110px;
}

.mb-14 {
	margin-bottom: 3.5rem;
}

.mt-\[13px\] {
	margin-top: 13px;
}

.mb-\[76px\] {
	margin-bottom: 76px;
}

.mt-4 {
	margin-top: 1rem;
}

.mt-2 {
	margin-top: 0.5rem;
}

.mb-\[26px\] {
	margin-bottom: 26px;
}

.mt-\[53px\] {
	margin-top: 53px;
}

.mb-11 {
	margin-bottom: 2.75rem;
}

.mt-10 {
	margin-top: 2.5rem;
}

.ml-\[40px\] {
	margin-left: 40px;
}

.mb-\[38px\] {
	margin-bottom: 38px;
}

.mt-\[11px\] {
	margin-top: 11px;
}

.mr-\[8px\] {
	margin-right: 8px;
}

.mt-\[27px\] {
	margin-top: 27px;
}

.mt-12 {
	margin-top: 3rem;
}

.mb-\[120px\] {
	margin-bottom: 120px;
}

.mt-\[52px\] {
	margin-top: 52px;
}

.mt-3 {
	margin-top: 0.75rem;
}

.mt-1 {
	margin-top: 0.25rem;
}

.block {
	display: block;
}

.flex {
	display: flex;
}

.grid {
	display: grid;
}

.hidden {
	display: none;
}

.h-\[9px\] {
	height: 9px;
}

.h-\[41px\] {
	height: 41px;
}

.h-\[1px\] {
	height: 1px;
}

.h-\[620px\] {
	height: 620px;
}

.h-0 {
	height: 0px;
}

.h-\[40px\] {
	height: 40px;
}

.h-screen {
	height: 100vh;
}

.h-full {
	height: 100%;
}

.h-\[6px\] {
	height: 6px;
}

.h-\[230px\] {
	height: 230px;
}

.h-\[84px\] {
	height: 84px;
}

.h-6 {
	height: 1.5rem;
}

.h-\[572px\] {
	height: 572px;
}

.h-\[607px\] {
	height: 607px;
}

.h-\[494px\] {
	height: 494px;
}

.h-\[734px\] {
	height: 734px;
}

.h-\[290px\] {
	height: 290px;
}

.h-\[255px\] {
	height: 255px;
}

.h-\[46px\] {
	height: 46px;
}

.h-\[125px\] {
	height: 125px;
}

.h-11 {
	height: 2.75rem;
}

.h-\[43px\] {
	height: 43px;
}

.h-\[117\.252\] {
	height: 117.252;
}

.h-\[4\.876rem\] {
	height: 4.876rem;
}

.h-\[10px\] {
	height: 10px;
}

.h-\[730px\] {
	height: 730px;
}

.h-\[25px\] {
	height: 25px;
}

.h-\[105px\] {
	height: 105px;
}

.h-\[13px\] {
	height: 13px;
}

.h-\[390px\] {
	height: 390px;
}

.h-\[306px\] {
	height: 306px;
}

.h-\[85px\] {
	height: 85px;
}

.h-\[12px\] {
	height: 12px;
}

.h-\[570px\] {
	height: 570px;
}

.h-\[481px\] {
	height: 481px;
}

.h-\[480px\] {
	height: 480px;
}

.h-\[417px\] {
	height: 417px;
}

.h-\[415px\] {
	height: 415px;
}

.h-8 {
	height: 2rem;
}

.h-\[145px\] {
	height: 145px;
}

.max-h-\[20px\] {
	max-height: 20px;
}

.max-h-\[120px\] {
	max-height: 120px;
}

.max-h-\[25px\] {
	max-height: 25px;
}

.max-h-\[60px\] {
	max-height: 60px;
}

.max-h-\[312px\] {
	max-height: 312px;
}

.max-h-\[270px\] {
	max-height: 270px;
}

.max-h-\[280px\] {
	max-height: 280px;
}

.max-h-\[1100px\] {
	max-height: 1100px;
}

.max-h-\[250px\] {
	max-height: 250px;
}

.max-h-\[341px\] {
	max-height: 341px;
}

.max-h-\[30px\] {
	max-height: 30px;
}

.min-h-\[125px\] {
	min-height: 125px;
}

.min-h-screen {
	min-height: 100vh;
}

.w-\[1px\] {
	width: 1px;
}

.w-\[41px\] {
	width: 41px;
}

.w-full {
	width: 100%;
}

.w-\[40px\] {
	width: 40px;
}

.w-screen {
	width: 100vw;
}

.w-\[75px\] {
	width: 75px;
}

.w-max {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}

.w-\[10px\] {
	width: 10px;
}

.w-\[237px\] {
	width: 237px;
}

.w-\[230px\] {
	width: 230px;
}

.w-\[84px\] {
	width: 84px;
}

.w-\[14px\] {
	width: 14px;
}

.w-8 {
	width: 2rem;
}

.w-\[235px\] {
	width: 235px;
}

.w-\[255px\] {
	width: 255px;
}

.w-16 {
	width: 4rem;
}

.w-\[46px\] {
	width: 46px;
}

.w-\[58px\] {
	width: 58px;
}

.w-11 {
	width: 2.75rem;
}

.w-\[43px\] {
	width: 43px;
}

.w-auto {
	width: auto;
}

.w-\[41\.977px\] {
	width: 41.977px;
}

.w-\[6px\] {
	width: 6px;
}

.w-\[71px\] {
	width: 71px;
}

.w-\[9px\] {
	width: 9px;
}

.w-\[47px\] {
	width: 47px;
}

.w-14 {
	width: 3.5rem;
}

.w-\[39px\] {
	width: 39px;
}

.w-\[242px\] {
	width: 242px;
}

.w-\[55px\] {
	width: 55px;
}

.min-w-\[344px\] {
	min-width: 344px;
}

.min-w-\[285px\] {
	min-width: 285px;
}

.max-w-\[314px\] {
	max-width: 314px;
}

.max-w-\[290px\] {
	max-width: 290px;
}

.max-w-\[1600px\] {
	max-width: 1600px;
}

.max-w-\[635px\] {
	max-width: 635px;
}

.max-w-\[270px\] {
	max-width: 270px;
}

.max-w-\[153px\] {
	max-width: 153px;
}

.max-w-\[250px\] {
	max-width: 250px;
}

.max-w-\[240px\] {
	max-width: 240px;
}

.max-w-\[70px\] {
	max-width: 70px;
}

.max-w-\[46px\] {
	max-width: 46px;
}

.max-w-\[55px\] {
	max-width: 55px;
}

.max-w-full {
	max-width: 100%;
}

.max-w-\[310px\] {
	max-width: 310px;
}

.max-w-\[267px\] {
	max-width: 267px;
}

.max-w-\[336px\] {
	max-width: 336px;
}

.max-w-\[302px\] {
	max-width: 302px;
}

.max-w-\[1366px\] {
	max-width: 1366px;
}

.max-w-\[243px\] {
	max-width: 243px;
}

.max-w-\[313px\] {
	max-width: 313px;
}

.max-w-\[275px\] {
	max-width: 275px;
}

.max-w-\[335px\] {
	max-width: 335px;
}

.max-w-\[288px\] {
	max-width: 288px;
}

.max-w-\[269px\] {
	max-width: 269px;
}

.max-w-\[300px\] {
	max-width: 300px;
}

.max-w-\[728px\] {
	max-width: 728px;
}

.max-w-\[315px\] {
	max-width: 315px;
}

.max-w-\[345px\] {
	max-width: 345px;
}

.max-w-\[620px\] {
	max-width: 620px;
}

.max-w-\[305px\] {
	max-width: 305px;
}

.max-w-\[324px\] {
	max-width: 324px;
}

.max-w-\[428px\] {
	max-width: 428px;
}

.max-w-\[342px\] {
	max-width: 342px;
}

.max-w-\[200px\] {
	max-width: 200px;
}

.max-w-\[257px\] {
	max-width: 257px;
}

.max-w-\[320px\] {
	max-width: 320px;
}

.max-w-\[236px\] {
	max-width: 236px;
}

.max-w-\[180px\] {
	max-width: 180px;
}

.max-w-\[209px\] {
	max-width: 209px;
}

.max-w-\[231px\] {
	max-width: 231px;
}

.max-w-\[260px\] {
	max-width: 260px;
}

.max-w-\[85px\] {
	max-width: 85px;
}

.max-w-\[242px\] {
	max-width: 242px;
}

.max-w-\[199px\] {
	max-width: 199px;
}

.max-w-\[187px\] {
	max-width: 187px;
}

.max-w-\[322px\] {
	max-width: 322px;
}

.max-w-\[280px\] {
	max-width: 280px;
}

.max-w-\[264px\] {
	max-width: 264px;
}

.max-w-\[610px\] {
	max-width: 610px;
}

.max-w-\[268px\] {
	max-width: 268px;
}

.max-w-\[580px\] {
	max-width: 580px;
}

.max-w-\[125px\] {
	max-width: 125px;
}

.max-w-\[204px\] {
	max-width: 204px;
}

.max-w-\[166px\] {
	max-width: 166px;
}

.max-w-\[136px\] {
	max-width: 136px;
}

.max-w-\[350px\] {
	max-width: 350px;
}

.max-w-\[238px\] {
	max-width: 238px;
}

.max-w-\[195px\] {
	max-width: 195px;
}

.max-w-\[217px\] {
	max-width: 217px;
}

.max-w-\[110px\] {
	max-width: 110px;
}

.max-w-\[340px\] {
	max-width: 340px;
}

.max-w-\[732px\] {
	max-width: 732px;
}

.max-w-\[225px\] {
	max-width: 225px;
}

.flex-grow {
	flex-grow: 1;
}

.translate-x-full {
	--tw-translate-x: 100%;
	transform: var(--tw-transform);
}

.translate-y-\[-59px\] {
	--tw-translate-y: -59px;
	transform: var(--tw-transform);
}

.translate-x-\[-59px\] {
	--tw-translate-x: -59px;
	transform: var(--tw-transform);
}

.translate-x-\[59px\] {
	--tw-translate-x: 59px;
	transform: var(--tw-transform);
}

.translate-y-\[59px\] {
	--tw-translate-y: 59px;
	transform: var(--tw-transform);
}

.rotate-180 {
	--tw-rotate: 180deg;
	transform: var(--tw-transform);
}

.rotate-45 {
	--tw-rotate: 45deg;
	transform: var(--tw-transform);
}

.rotate-\[135deg\] {
	--tw-rotate: 135deg;
	transform: var(--tw-transform);
}

.rotate-\[225deg\] {
	--tw-rotate: 225deg;
	transform: var(--tw-transform);
}

.rotate-\[315deg\] {
	--tw-rotate: 315deg;
	transform: var(--tw-transform);
}

.transform {
	transform: var(--tw-transform);
}

.cursor-default {
	cursor: default;
}

.cursor-pointer {
	cursor: pointer;
}

.select-none {
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.resize {
	resize: both;
}

.grid-cols-5 {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid-cols-1 {
	grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.flex-col {
	flex-direction: column;
}

.flex-wrap {
	flex-wrap: wrap;
}

.items-start {
	align-items: flex-start;
}

.items-end {
	align-items: flex-end;
}

.items-center {
	align-items: center;
}

.justify-start {
	justify-content: flex-start;
}

.justify-end {
	justify-content: flex-end;
}

.justify-center {
	justify-content: center;
}

.justify-between {
	justify-content: space-between;
}

.justify-around {
	justify-content: space-around;
}

.gap-\[18px\] {
	grid-gap: 18px;
	gap: 18px;
}

.gap-\[9px\] {
	grid-gap: 9px;
	gap: 9px;
}

.gap-\[20px\] {
	grid-gap: 20px;
	gap: 20px;
}

.gap-\[17px\] {
	grid-gap: 17px;
	gap: 17px;
}

.gap-\[3px\] {
	grid-gap: 3px;
	gap: 3px;
}

.gap-\[35px\] {
	grid-gap: 35px;
	gap: 35px;
}

.gap-\[27px\] {
	grid-gap: 27px;
	gap: 27px;
}

.gap-6 {
	grid-gap: 1.5rem;
	gap: 1.5rem;
}

.gap-\[7px\] {
	grid-gap: 7px;
	gap: 7px;
}

.gap-7 {
	grid-gap: 1.75rem;
	gap: 1.75rem;
}

.gap-3 {
	grid-gap: 0.75rem;
	gap: 0.75rem;
}

.gap-10 {
	grid-gap: 2.5rem;
	gap: 2.5rem;
}

.gap-9 {
	grid-gap: 2.25rem;
	gap: 2.25rem;
}

.gap-4 {
	grid-gap: 1rem;
	gap: 1rem;
}

.gap-\[5px\] {
	grid-gap: 5px;
	gap: 5px;
}

.gap-5 {
	grid-gap: 1.25rem;
	gap: 1.25rem;
}

.gap-\[30px\] {
	grid-gap: 30px;
	gap: 30px;
}

.gap-2 {
	grid-gap: 0.5rem;
	gap: 0.5rem;
}

.gap-\[36px\] {
	grid-gap: 36px;
	gap: 36px;
}

.gap-\[10px\] {
	grid-gap: 10px;
	gap: 10px;
}

.gap-12 {
	grid-gap: 3rem;
	gap: 3rem;
}

.gap-\[42px\] {
	grid-gap: 42px;
	gap: 42px;
}

.gap-8 {
	grid-gap: 2rem;
	gap: 2rem;
}

.gap-1 {
	grid-gap: 0.25rem;
	gap: 0.25rem;
}

.gap-y-2 {
	grid-row-gap: 0.5rem;
	row-gap: 0.5rem;
}

.gap-y-\[30px\] {
	grid-row-gap: 30px;
	row-gap: 30px;
}

.gap-x-\[25px\] {
	grid-column-gap: 25px;
	-moz-column-gap: 25px;
	     column-gap: 25px;
}

.gap-y-6 {
	grid-row-gap: 1.5rem;
	row-gap: 1.5rem;
}

.gap-x-\[20px\] {
	grid-column-gap: 20px;
	-moz-column-gap: 20px;
	     column-gap: 20px;
}

.gap-x-\[60px\] {
	grid-column-gap: 60px;
	-moz-column-gap: 60px;
	     column-gap: 60px;
}

.gap-y-16 {
	grid-row-gap: 4rem;
	row-gap: 4rem;
}

.gap-y-3 {
	grid-row-gap: 0.75rem;
	row-gap: 0.75rem;
}

.gap-x-9 {
	grid-column-gap: 2.25rem;
	-moz-column-gap: 2.25rem;
	     column-gap: 2.25rem;
}

.gap-y-5 {
	grid-row-gap: 1.25rem;
	row-gap: 1.25rem;
}

.gap-y-9 {
	grid-row-gap: 2.25rem;
	row-gap: 2.25rem;
}

.gap-x-7 {
	grid-column-gap: 1.75rem;
	-moz-column-gap: 1.75rem;
	     column-gap: 1.75rem;
}

.space-x-4 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(1rem * var(--tw-space-x-reverse));
	margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.divide-x > :not([hidden]) ~ :not([hidden]) {
	--tw-divide-x-reverse: 0;
	border-right-width: calc(1px * var(--tw-divide-x-reverse));
	border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}

.self-start {
	align-self: flex-start;
}

.self-end {
	align-self: flex-end;
}

.self-center {
	align-self: center;
}

.justify-self-start {
	justify-self: start;
}

.justify-self-end {
	justify-self: end;
}

.overflow-auto {
	overflow: auto;
}

.overflow-hidden {
	overflow: hidden;
}

.overflow-x-hidden {
	overflow-x: hidden;
}

.overflow-ellipsis {
	text-overflow: ellipsis;
}

.break-words {
	word-wrap: break-word;
}

.rounded-full {
	border-radius: 9999px;
}

.border {
	border-width: 1px;
}

.border-none {
	border-style: none;
}

.border-white {
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.border-black {
	--tw-border-opacity: 1;
	border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.bg-pink {
	--tw-bg-opacity: 1;
	background-color: rgba(242, 99, 233, var(--tw-bg-opacity));
}

.bg-blue {
	--tw-bg-opacity: 1;
	background-color: rgba(40, 235, 227, var(--tw-bg-opacity));
}

.bg-black {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.bg-white {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.bg-lightGray {
	--tw-bg-opacity: 1;
	background-color: rgba(15, 15, 15, var(--tw-bg-opacity));
}

.bg-green {
	--tw-bg-opacity: 1;
	background-color: rgba(86, 221, 103, var(--tw-bg-opacity));
}

.bg-orange {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 125, 59, var(--tw-bg-opacity));
}

.bg-darkerGray {
	--tw-bg-opacity: 1;
	background-color: rgba(252, 252, 252, var(--tw-bg-opacity));
}

.bg-gray {
	--tw-bg-opacity: 1;
	background-color: rgba(46, 46, 46, var(--tw-bg-opacity));
}

.bg-opacity-60 {
	--tw-bg-opacity: 0.6;
}

.bg-opacity-40 {
	--tw-bg-opacity: 0.4;
}

.bg-opacity-90 {
	--tw-bg-opacity: 0.9;
}

.bg-gradient-to-b {
	background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.bg-gradient-to-r {
	background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.bg-gradient-to-t {
	background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.from-white {
	--tw-gradient-from: #FFFFFF;
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-black {
	--tw-gradient-from: #000000;
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.from-transparent {
	--tw-gradient-from: transparent;
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.to-black {
	--tw-gradient-to: #000000;
}

.to-transparent {
	--tw-gradient-to: transparent;
}

.object-cover {
	-o-object-fit: cover;
	   object-fit: cover;
}

.object-center {
	-o-object-position: center;
	   object-position: center;
}

.object-right {
	-o-object-position: right;
	   object-position: right;
}

.p-\[25px\] {
	padding: 25px;
}

.p-0 {
	padding: 0px;
}

.p-10 {
	padding: 2.5rem;
}

.p-3 {
	padding: 0.75rem;
}

.p-8 {
	padding: 2rem;
}

.px-3 {
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}

.py-6 {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

.px-9 {
	padding-left: 2.25rem;
	padding-right: 2.25rem;
}

.py-\[50px\] {
	padding-top: 50px;
	padding-bottom: 50px;
}

.px-5 {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.py-1 {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}

.px-\[6px\] {
	padding-left: 6px;
	padding-right: 6px;
}

.py-\[2px\] {
	padding-top: 2px;
	padding-bottom: 2px;
}

.py-14 {
	padding-top: 3.5rem;
	padding-bottom: 3.5rem;
}

.py-24 {
	padding-top: 6rem;
	padding-bottom: 6rem;
}

.px-10 {
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}

.py-5 {
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}

.px-24 {
	padding-left: 6rem;
	padding-right: 6rem;
}

.py-\[90px\] {
	padding-top: 90px;
	padding-bottom: 90px;
}

.py-11 {
	padding-top: 2.75rem;
	padding-bottom: 2.75rem;
}

.py-\[72px\] {
	padding-top: 72px;
	padding-bottom: 72px;
}

.py-12 {
	padding-top: 3rem;
	padding-bottom: 3rem;
}

.px-\[7px\] {
	padding-left: 7px;
	padding-right: 7px;
}

.py-\[3px\] {
	padding-top: 3px;
	padding-bottom: 3px;
}

.px-6 {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.py-2 {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.py-3 {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}

.\!px-0 {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.px-\[50px\] {
	padding-left: 50px;
	padding-right: 50px;
}

.py-\[45px\] {
	padding-top: 45px;
	padding-bottom: 45px;
}

.px-\[47px\] {
	padding-left: 47px;
	padding-right: 47px;
}

.py-\[164px\] {
	padding-top: 164px;
	padding-bottom: 164px;
}

.py-16 {
	padding-top: 4rem;
	padding-bottom: 4rem;
}

.py-\[70px\] {
	padding-top: 70px;
	padding-bottom: 70px;
}

.pr-3 {
	padding-right: 0.75rem;
}

.pl-3 {
	padding-left: 0.75rem;
}

.pt-\[100px\] {
	padding-top: 100px;
}

.pb-\[281px\] {
	padding-bottom: 281px;
}

.pt-\[73px\] {
	padding-top: 73px;
}

.pb-\[104px\] {
	padding-bottom: 104px;
}

.pt-\[65px\] {
	padding-top: 65px;
}

.pt-8 {
	padding-top: 2rem;
}

.pb-28 {
	padding-bottom: 7rem;
}

.pt-\[75px\] {
	padding-top: 75px;
}

.pb-12 {
	padding-bottom: 3rem;
}

.pt-14 {
	padding-top: 3.5rem;
}

.pb-16 {
	padding-bottom: 4rem;
}

.pt-\[72px\] {
	padding-top: 72px;
}

.pb-8 {
	padding-bottom: 2rem;
}

.pt-\[30px\] {
	padding-top: 30px;
}

.pl-9 {
	padding-left: 2.25rem;
}

.pb-\[90px\] {
	padding-bottom: 90px;
}

.pt-16 {
	padding-top: 4rem;
}

.pb-\[88px\] {
	padding-bottom: 88px;
}

.pt-\[42px\] {
	padding-top: 42px;
}

.pb-\[224px\] {
	padding-bottom: 224px;
}

.pb-\[91px\] {
	padding-bottom: 91px;
}

.pt-\[147px\] {
	padding-top: 147px;
}

.pb-\[50px\] {
	padding-bottom: 50px;
}

.pb-\[20px\] {
	padding-bottom: 20px;
}

.pb-11 {
	padding-bottom: 2.75rem;
}

.pb-\[70px\] {
	padding-bottom: 70px;
}

.pt-\[60px\] {
	padding-top: 60px;
}

.pb-7 {
	padding-bottom: 1.75rem;
}

.pt-7 {
	padding-top: 1.75rem;
}

.pb-\[80px\] {
	padding-bottom: 80px;
}

.pb-\[67px\] {
	padding-bottom: 67px;
}

.pt-\[37px\] {
	padding-top: 37px;
}

.pt-10 {
	padding-top: 2.5rem;
}

.pb-5 {
	padding-bottom: 1.25rem;
}

.pt-\[70px\] {
	padding-top: 70px;
}

.pr-2 {
	padding-right: 0.5rem;
}

.pt-9 {
	padding-top: 2.25rem;
}

.pb-14 {
	padding-bottom: 3.5rem;
}

.pt-\[39px\] {
	padding-top: 39px;
}

.pb-\[35px\] {
	padding-bottom: 35px;
}

.pl-8 {
	padding-left: 2rem;
}

.pl-2 {
	padding-left: 0.5rem;
}

.pl-7 {
	padding-left: 1.75rem;
}

.pr-\[78px\] {
	padding-right: 78px;
}

.pt-\[43px\] {
	padding-top: 43px;
}

.pb-\[108px\] {
	padding-bottom: 108px;
}

.pb-\[247px\] {
	padding-bottom: 247px;
}

.pr-11 {
	padding-right: 2.75rem;
}

.pr-5 {
	padding-right: 1.25rem;
}

.pb-10 {
	padding-bottom: 2.5rem;
}

.pt-\[57px\] {
	padding-top: 57px;
}

.pb-\[31px\] {
	padding-bottom: 31px;
}

.pt-\[47px\] {
	padding-top: 47px;
}

.pb-\[59px\] {
	padding-bottom: 59px;
}

.text-left {
	text-align: left;
}

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

.font-roboto {
	font-family: Roboto;
}

.font-butler {
	font-family: Butler Stencil;
}

.font-butlerBold {
	font-family: Butler Bold;
}

.text-\[1\.5rem\] {
	font-size: 1.5rem;
}

.text-\[0\.875rem\] {
	font-size: 0.875rem;
}

.text-\[1\.375rem\] {
	font-size: 1.375rem;
}

.text-\[40px\] {
	font-size: 40px;
}

.text-sm {
	font-size: .875rem;
}

.text-xs {
	font-size: 0.75rem;
	line-height: 1rem;
}

.text-\[25px\] {
	font-size: 25px;
}

.text-\[18px\] {
	font-size: 18px;
}

.text-lg {
	font-size: 1.25rem;
}

.text-3xl {
	font-size: 2.813rem;
}

.text-base {
	font-size: 1rem;
}

.text-\[0\.625rem\] {
	font-size: 0.625rem;
}

.text-xl {
	font-size: 1.563rem;
}

.text-\[12px\] {
	font-size: 12px;
}

.text-\[35px\] {
	font-size: 35px;
}

.text-\[2\.1875rem\] {
	font-size: 2.1875rem;
}

.text-\[10px\] {
	font-size: 10px;
}

.text-\[30px\] {
	font-size: 30px;
}

.text-\[14px\] {
	font-size: 14px;
}

.text-2xl {
	font-size: 2.375rem;
}

.text-\[50px\] {
	font-size: 50px;
}

.text-\[2\.5rem\] {
	font-size: 2.5rem;
}

.text-\[1\.875rem\] {
	font-size: 1.875rem;
}

.font-light {
	font-weight: 300;
}

.font-medium {
	font-weight: 500;
}

.font-black {
	font-weight: 900;
}

.font-extrabold {
	font-weight: 800;
}

.font-normal {
	font-weight: 400;
}

.font-bold {
	font-weight: 700;
}

.leading-\[22px\] {
	line-height: 22px;
}

.leading-\[16px\] {
	line-height: 16px;
}

.leading-\[28px\] {
	line-height: 28px;
}

.leading-\[40px\] {
	line-height: 40px;
}

.leading-\[20px\] {
	line-height: 20px;
}

.leading-\[25px\] {
	line-height: 25px;
}

.leading-11 {
	line-height: 2.813rem;
}

.leading-\[26px\] {
	line-height: 26px;
}

.leading-10 {
	line-height: 2.5rem;
}

.leading-\[18px\] {
	line-height: 18px;
}

.leading-5 {
	line-height: 1.25rem;
}

.leading-\[35px\] {
	line-height: 35px;
}

.leading-6 {
	line-height: 1.5rem;
}

.leading-\[30px\] {
	line-height: 30px;
}

.leading-9 {
	line-height: 2.25rem;
}

.leading-\[50px\] {
	line-height: 50px;
}

.leading-\[17px\] {
	line-height: 17px;
}

.leading-7 {
	line-height: 1.75rem;
}

.leading-\[2\.5rem\] {
	line-height: 2.5rem;
}

.leading-4 {
	line-height: 1rem;
}

.leading-\[1\.125rem\] {
	line-height: 1.125rem;
}

.leading-\[60px\] {
	line-height: 60px;
}

.leading-\[65px\] {
	line-height: 65px;
}

.text-pink {
	--tw-text-opacity: 1;
	color: rgba(242, 99, 233, var(--tw-text-opacity));
}

.text-blue {
	--tw-text-opacity: 1;
	color: rgba(40, 235, 227, var(--tw-text-opacity));
}

.text-green {
	--tw-text-opacity: 1;
	color: rgba(86, 221, 103, var(--tw-text-opacity));
}

.text-orange {
	--tw-text-opacity: 1;
	color: rgba(255, 125, 59, var(--tw-text-opacity));
}

.text-black {
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.text-transparent {
	color: transparent;
}

.text-darkerGray {
	--tw-text-opacity: 1;
	color: rgba(252, 252, 252, var(--tw-text-opacity));
}

.text-white {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.text-blue-alt {
	--tw-text-opacity: 1;
	color: rgba(17, 58, 152, var(--tw-text-opacity));
}

.text-gray {
	--tw-text-opacity: 1;
	color: rgba(46, 46, 46, var(--tw-text-opacity));
}

.underline {
	text-decoration: underline;
}

.antialiased {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.opacity-40 {
	opacity: 0.4;
}

.opacity-60 {
	opacity: 0.6;
}

.opacity-20 {
	opacity: 0.2;
}

.opacity-0 {
	opacity: 0;
}

.opacity-90 {
	opacity: 0.9;
}

.opacity-70 {
	opacity: 0.7;
}

.opacity-30 {
	opacity: 0.3;
}

.opacity-100 {
	opacity: 1;
}

.shadow-carousel {
	--tw-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
	box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.transition-all {
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}

.transition-transform {
	transition-property: transform;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}

.transition-opacity {
	transition-property: opacity;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}

.transition-width {
	transition-property: width;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}

.transition {
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}

.duration-200 {
	transition-duration: 200ms;
}

.duration-300 {
	transition-duration: 300ms;
}

.duration-150 {
	transition-duration: 150ms;
}

.ease-in-out {
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-out {
	transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.text-transition {
  -webkit-text-decoration: underline solid transparent;
          text-decoration: underline solid transparent;
  transition: -webkit-text-decoration 300ms ease;
  transition: text-decoration 300ms ease;
  transition: text-decoration 300ms ease, -webkit-text-decoration 300ms ease;
}

.group:hover .text-transition {
  -webkit-text-decoration: underline solid Currentcolor;
          text-decoration: underline solid Currentcolor;
}

.wrapper {
  max-width: 1366px;
  margin: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.wp-block-group {
  max-width: 1366px;
  margin: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.feature-description ul {
  list-style-type: '-  ';
  padding-left: 15px;
}

[x-cloak] { display: none !important; }

.hover\:cursor-default:hover {
	cursor: default;
}

.hover\:gap-\[5px\]:hover {
	grid-gap: 5px;
	gap: 5px;
}

.hover\:border-blue:hover {
	--tw-border-opacity: 1;
	border-color: rgba(40, 235, 227, var(--tw-border-opacity));
}

.hover\:bg-blue:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(40, 235, 227, var(--tw-bg-opacity));
}

.hover\:bg-white:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.hover\:bg-black:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.hover\:text-black:hover {
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.hover\:text-white:hover {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.group:hover .group-hover\:scale-110 {
	--tw-scale-x: 1.1;
	--tw-scale-y: 1.1;
	transform: var(--tw-transform);
}

.group:hover .group-hover\:underline {
	text-decoration: underline;
}

.group:hover .group-hover\:opacity-100 {
	opacity: 1;
}

@media (min-width: 640px) {

	.sm\:mr-0 {
		margin-right: 0px;
	}

	.sm\:mb-\[30px\] {
		margin-bottom: 30px;
	}

	.sm\:mb-\[25px\] {
		margin-bottom: 25px;
	}

	.sm\:mt-6 {
		margin-top: 1.5rem;
	}

	.sm\:mt-3 {
		margin-top: 0.75rem;
	}

	.sm\:block {
		display: block;
	}

	.sm\:flex {
		display: flex;
	}

	.sm\:h-\[592px\] {
		height: 592px;
	}

	.sm\:max-h-\[333px\] {
		max-height: 333px;
	}

	.sm\:w-\[75px\] {
		width: 75px;
	}

	.sm\:max-w-full {
		max-width: 100%;
	}

	.sm\:max-w-\[628px\] {
		max-width: 628px;
	}

	.sm\:max-w-\[55px\] {
		max-width: 55px;
	}

	.sm\:max-w-\[325px\] {
		max-width: 325px;
	}

	.sm\:max-w-\[494px\] {
		max-width: 494px;
	}

	.sm\:max-w-\[612px\] {
		max-width: 612px;
	}

	.sm\:max-w-\[583px\] {
		max-width: 583px;
	}

	.sm\:max-w-\[473px\] {
		max-width: 473px;
	}

	.sm\:max-w-none {
		max-width: none;
	}

	.sm\:max-w-\[670px\] {
		max-width: 670px;
	}

	.sm\:max-w-\[600px\] {
		max-width: 600px;
	}

	.sm\:max-w-\[630px\] {
		max-width: 630px;
	}

	.sm\:max-w-\[546px\] {
		max-width: 546px;
	}

	.sm\:max-w-\[624px\] {
		max-width: 624px;
	}

	.sm\:max-w-\[330px\] {
		max-width: 330px;
	}

	.sm\:max-w-\[300px\] {
		max-width: 300px;
	}

	.sm\:max-w-\[200px\] {
		max-width: 200px;
	}

	.sm\:max-w-\[260px\] {
		max-width: 260px;
	}

	.sm\:max-w-\[275px\] {
		max-width: 275px;
	}

	.sm\:grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.sm\:grid-cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.sm\:flex-row {
		flex-direction: row;
	}

	.sm\:flex-col {
		flex-direction: column;
	}

	.sm\:items-start {
		align-items: flex-start;
	}

	.sm\:justify-start {
		justify-content: flex-start;
	}

	.sm\:justify-center {
		justify-content: center;
	}

	.sm\:justify-between {
		justify-content: space-between;
	}

	.sm\:gap-\[55px\] {
		grid-gap: 55px;
		gap: 55px;
	}

	.sm\:gap-0 {
		grid-gap: 0px;
		gap: 0px;
	}

	.sm\:gap-\[6px\] {
		grid-gap: 6px;
		gap: 6px;
	}

	.sm\:gap-\[87px\] {
		grid-gap: 87px;
		gap: 87px;
	}

	.sm\:gap-3 {
		grid-gap: 0.75rem;
		gap: 0.75rem;
	}

	.sm\:gap-y-\[50px\] {
		grid-row-gap: 50px;
		row-gap: 50px;
	}

	.sm\:gap-x-0 {
		grid-column-gap: 0px;
		-moz-column-gap: 0px;
		     column-gap: 0px;
	}

	.sm\:p-\[30px\] {
		padding: 30px;
	}

	.sm\:p-0 {
		padding: 0px;
	}

	.sm\:px-\[82px\] {
		padding-left: 82px;
		padding-right: 82px;
	}

	.sm\:py-\[70px\] {
		padding-top: 70px;
		padding-bottom: 70px;
	}

	.sm\:py-\[120px\] {
		padding-top: 120px;
		padding-bottom: 120px;
	}

	.sm\:\!px-10 {
		padding-left: 2.5rem !important;
		padding-right: 2.5rem !important;
	}

	.sm\:px-\[60px\] {
		padding-left: 60px;
		padding-right: 60px;
	}

	.sm\:text-\[50px\] {
		font-size: 50px;
	}

	.sm\:text-base {
		font-size: 1rem;
	}

	.sm\:text-\[35px\] {
		font-size: 35px;
	}

	.sm\:text-\[80px\] {
		font-size: 80px;
	}

	.sm\:text-\[16px\] {
		font-size: 16px;
	}

	.sm\:text-\[30px\] {
		font-size: 30px;
	}

	.sm\:text-\[2\.1875rem\] {
		font-size: 2.1875rem;
	}

	.sm\:text-2xl {
		font-size: 2.375rem;
	}

	.sm\:leading-\[50px\] {
		line-height: 50px;
	}

	.sm\:leading-\[35px\] {
		line-height: 35px;
	}

	.sm\:leading-\[80px\] {
		line-height: 80px;
	}

	.sm\:leading-\[30px\] {
		line-height: 30px;
	}
}

@media (min-width: 768px) {

	.md\:order-1 {
		order: 1;
	}

	.md\:order-2 {
		order: 2;
	}

	.md\:mx-24 {
		margin-left: 6rem;
		margin-right: 6rem;
	}

	.md\:mt-0 {
		margin-top: 0px;
	}

	.md\:mb-\[6px\] {
		margin-bottom: 6px;
	}

	.md\:mb-4 {
		margin-bottom: 1rem;
	}

	.md\:mt-\[10px\] {
		margin-top: 10px;
	}

	.md\:mb-10 {
		margin-bottom: 2.5rem;
	}

	.md\:mb-\[50px\] {
		margin-bottom: 50px;
	}

	.md\:mb-8 {
		margin-bottom: 2rem;
	}

	.md\:mb-\[93px\] {
		margin-bottom: 93px;
	}

	.md\:mt-\[49px\] {
		margin-top: 49px;
	}

	.md\:mt-\[9px\] {
		margin-top: 9px;
	}

	.md\:mb-28 {
		margin-bottom: 7rem;
	}

	.md\:mb-\[120px\] {
		margin-bottom: 120px;
	}

	.md\:mt-8 {
		margin-top: 2rem;
	}

	.md\:mr-\[31px\] {
		margin-right: 31px;
	}

	.md\:mb-12 {
		margin-bottom: 3rem;
	}

	.md\:mt-\[59px\] {
		margin-top: 59px;
	}

	.md\:mt-7 {
		margin-top: 1.75rem;
	}

	.md\:block {
		display: block;
	}

	.md\:flex {
		display: flex;
	}

	.md\:grid {
		display: grid;
	}

	.md\:hidden {
		display: none;
	}

	.md\:h-\[510px\] {
		height: 510px;
	}

	.md\:h-\[773px\] {
		height: 773px;
	}

	.md\:h-20 {
		height: 5rem;
	}

	.md\:h-\[505px\] {
		height: 505px;
	}

	.md\:h-\[105px\] {
		height: 105px;
	}

	.md\:h-\[13px\] {
		height: 13px;
	}

	.md\:w-10 {
		width: 2.5rem;
	}

	.md\:w-20 {
		width: 5rem;
	}

	.md\:w-\[71px\] {
		width: 71px;
	}

	.md\:w-\[47px\] {
		width: 47px;
	}

	.md\:w-\[340px\] {
		width: 340px;
	}

	.md\:max-w-\[619px\] {
		max-width: 619px;
	}

	.md\:max-w-\[481px\] {
		max-width: 481px;
	}

	.md\:max-w-\[400px\] {
		max-width: 400px;
	}

	.md\:max-w-\[432px\] {
		max-width: 432px;
	}

	.md\:max-w-\[488px\] {
		max-width: 488px;
	}

	.md\:max-w-\[519px\] {
		max-width: 519px;
	}

	.md\:max-w-\[536px\] {
		max-width: 536px;
	}

	.md\:max-w-\[589px\] {
		max-width: 589px;
	}

	.md\:max-w-\[284px\] {
		max-width: 284px;
	}

	.md\:max-w-\[600px\] {
		max-width: 600px;
	}

	.md\:max-w-\[570px\] {
		max-width: 570px;
	}

	.md\:max-w-\[520px\] {
		max-width: 520px;
	}

	.md\:max-w-\[512px\] {
		max-width: 512px;
	}

	.md\:max-w-\[300px\] {
		max-width: 300px;
	}

	.md\:max-w-\[265px\] {
		max-width: 265px;
	}

	.md\:max-w-\[335px\] {
		max-width: 335px;
	}

	.md\:max-w-\[210px\] {
		max-width: 210px;
	}

	.md\:max-w-\[181px\] {
		max-width: 181px;
	}

	.md\:max-w-\[202px\] {
		max-width: 202px;
	}

	.md\:max-w-\[330px\] {
		max-width: 330px;
	}

	.md\:max-w-\[180px\] {
		max-width: 180px;
	}

	.md\:max-w-\[230px\] {
		max-width: 230px;
	}

	.md\:max-w-\[197px\] {
		max-width: 197px;
	}

	.md\:grid-cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.md\:flex-row {
		flex-direction: row;
	}

	.md\:flex-col {
		flex-direction: column;
	}

	.md\:items-center {
		align-items: center;
	}

	.md\:justify-start {
		justify-content: flex-start;
	}

	.md\:justify-end {
		justify-content: flex-end;
	}

	.md\:justify-between {
		justify-content: space-between;
	}

	.md\:gap-\[29px\] {
		grid-gap: 29px;
		gap: 29px;
	}

	.md\:gap-14 {
		grid-gap: 3.5rem;
		gap: 3.5rem;
	}

	.md\:gap-7 {
		grid-gap: 1.75rem;
		gap: 1.75rem;
	}

	.md\:gap-3 {
		grid-gap: 0.75rem;
		gap: 0.75rem;
	}

	.md\:gap-\[61px\] {
		grid-gap: 61px;
		gap: 61px;
	}

	.md\:gap-10 {
		grid-gap: 2.5rem;
		gap: 2.5rem;
	}

	.md\:gap-\[87px\] {
		grid-gap: 87px;
		gap: 87px;
	}

	.md\:gap-28 {
		grid-gap: 7rem;
		gap: 7rem;
	}

	.md\:gap-y-7 {
		grid-row-gap: 1.75rem;
		row-gap: 1.75rem;
	}

	.md\:gap-y-\[40px\] {
		grid-row-gap: 40px;
		row-gap: 40px;
	}

	.md\:gap-x-\[88px\] {
		grid-column-gap: 88px;
		-moz-column-gap: 88px;
		     column-gap: 88px;
	}

	.md\:gap-x-\[80px\] {
		grid-column-gap: 80px;
		-moz-column-gap: 80px;
		     column-gap: 80px;
	}

	.md\:break-words {
		word-wrap: break-word;
	}

	.md\:py-8 {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}

	.md\:py-0 {
		padding-top: 0px;
		padding-bottom: 0px;
	}

	.md\:py-\[70px\] {
		padding-top: 70px;
		padding-bottom: 70px;
	}

	.md\:py-12 {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}

	.md\:px-\[82px\] {
		padding-left: 82px;
		padding-right: 82px;
	}

	.md\:py-16 {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}

	.md\:py-14 {
		padding-top: 3.5rem;
		padding-bottom: 3.5rem;
	}

	.md\:py-\[90px\] {
		padding-top: 90px;
		padding-bottom: 90px;
	}

	.md\:py-20 {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}

	.md\:py-7 {
		padding-top: 1.75rem;
		padding-bottom: 1.75rem;
	}

	.md\:pt-\[155px\] {
		padding-top: 155px;
	}

	.md\:pb-\[256px\] {
		padding-bottom: 256px;
	}

	.md\:pt-16 {
		padding-top: 4rem;
	}

	.md\:pb-11 {
		padding-bottom: 2.75rem;
	}

	.md\:pt-\[75px\] {
		padding-top: 75px;
	}

	.md\:pt-11 {
		padding-top: 2.75rem;
	}

	.md\:pt-10 {
		padding-top: 2.5rem;
	}

	.md\:pt-\[76px\] {
		padding-top: 76px;
	}

	.md\:pb-24 {
		padding-bottom: 6rem;
	}

	.md\:pt-\[92px\] {
		padding-top: 92px;
	}

	.md\:pl-\[83px\] {
		padding-left: 83px;
	}

	.md\:pb-\[120px\] {
		padding-bottom: 120px;
	}

	.md\:pt-\[68px\] {
		padding-top: 68px;
	}

	.md\:pb-\[77px\] {
		padding-bottom: 77px;
	}

	.md\:pb-\[50px\] {
		padding-bottom: 50px;
	}

	.md\:pb-12 {
		padding-bottom: 3rem;
	}

	.md\:pt-\[59px\] {
		padding-top: 59px;
	}

	.md\:pb-10 {
		padding-bottom: 2.5rem;
	}

	.md\:pb-14 {
		padding-bottom: 3.5rem;
	}

	.md\:pt-\[40px\] {
		padding-top: 40px;
	}

	.md\:pb-\[58px\] {
		padding-bottom: 58px;
	}

	.md\:text-\[65px\] {
		font-size: 65px;
	}

	.md\:text-lg {
		font-size: 1.25rem;
	}

	.md\:text-2xl {
		font-size: 2.375rem;
	}

	.md\:text-sm {
		font-size: .875rem;
	}

	.md\:text-\[18px\] {
		font-size: 18px;
	}

	.md\:text-4xl {
		font-size: 3.75rem;
	}

	.md\:text-base {
		font-size: 1rem;
	}

	.md\:text-\[60px\] {
		font-size: 60px;
	}

	.md\:text-\[30px\] {
		font-size: 30px;
	}

	.md\:text-\[24px\] {
		font-size: 24px;
	}

	.md\:text-\[40px\] {
		font-size: 40px;
	}

	.md\:text-\[50px\] {
		font-size: 50px;
	}

	.md\:text-\[32px\] {
		font-size: 32px;
	}

	.md\:text-\[35px\] {
		font-size: 35px;
	}

	.md\:text-xl {
		font-size: 1.563rem;
	}

	.md\:leading-\[65px\] {
		line-height: 65px;
	}

	.md\:leading-\[30px\] {
		line-height: 30px;
	}

	.md\:leading-5 {
		line-height: 1.25rem;
	}

	.md\:leading-3 {
		line-height: .75rem;
	}

	.md\:leading-\[60px\] {
		line-height: 60px;
	}

	.md\:leading-\[22px\] {
		line-height: 22px;
	}

	.md\:leading-8 {
		line-height: 2rem;
	}

	.md\:leading-7 {
		line-height: 1.75rem;
	}

	.md\:leading-\[28px\] {
		line-height: 28px;
	}

	.md\:leading-\[55px\] {
		line-height: 55px;
	}

	.md\:leading-10 {
		line-height: 2.5rem;
	}

	.md\:leading-\[35px\] {
		line-height: 35px;
	}

	.md\:leading-\[70px\] {
		line-height: 70px;
	}

	.md\:leading-\[40px\] {
		line-height: 40px;
	}

	.md\:leading-9 {
		line-height: 2.25rem;
	}
}

@media (min-width: 1024px) {

	.lg\:visible {
		visibility: visible;
	}

	.lg\:invisible {
		visibility: hidden;
	}

	.lg\:sticky {
		position: sticky;
	}

	.lg\:bottom-14 {
		bottom: 3.5rem;
	}

	.lg\:order-3 {
		order: 3;
	}

	.lg\:order-2 {
		order: 2;
	}

	.lg\:col-span-2 {
		grid-column: span 2 / span 2;
	}

	.lg\:my-9 {
		margin-top: 2.25rem;
		margin-bottom: 2.25rem;
	}

	.lg\:mt-\[40px\] {
		margin-top: 40px;
	}

	.lg\:mt-\[10px\] {
		margin-top: 10px;
	}

	.lg\:mb-\[104px\] {
		margin-bottom: 104px;
	}

	.lg\:mb-6 {
		margin-bottom: 1.5rem;
	}

	.lg\:mb-\[6px\] {
		margin-bottom: 6px;
	}

	.lg\:mb-\[50px\] {
		margin-bottom: 50px;
	}

	.lg\:mb-5 {
		margin-bottom: 1.25rem;
	}

	.lg\:mb-\[68px\] {
		margin-bottom: 68px;
	}

	.lg\:mb-\[54px\] {
		margin-bottom: 54px;
	}

	.lg\:mb-14 {
		margin-bottom: 3.5rem;
	}

	.lg\:mb-\[10px\] {
		margin-bottom: 10px;
	}

	.lg\:mb-\[160px\] {
		margin-bottom: 160px;
	}

	.lg\:mt-\[25px\] {
		margin-top: 25px;
	}

	.lg\:mt-0 {
		margin-top: 0px;
	}

	.lg\:mb-7 {
		margin-bottom: 1.75rem;
	}

	.lg\:mb-\[74px\] {
		margin-bottom: 74px;
	}

	.lg\:mb-\[106px\] {
		margin-bottom: 106px;
	}

	.lg\:mr-\[90px\] {
		margin-right: 90px;
	}

	.lg\:mt-\[77px\] {
		margin-top: 77px;
	}

	.lg\:mb-\[61px\] {
		margin-bottom: 61px;
	}

	.lg\:mb-\[25px\] {
		margin-bottom: 25px;
	}

	.lg\:mt-\[17px\] {
		margin-top: 17px;
	}

	.lg\:mb-\[80px\] {
		margin-bottom: 80px;
	}

	.lg\:mb-\[30px\] {
		margin-bottom: 30px;
	}

	.lg\:mb-\[70px\] {
		margin-bottom: 70px;
	}

	.lg\:mt-\[132px\] {
		margin-top: 132px;
	}

	.lg\:mt-10 {
		margin-top: 2.5rem;
	}

	.lg\:block {
		display: block;
	}

	.lg\:flex {
		display: flex;
	}

	.lg\:hidden {
		display: none;
	}

	.lg\:h-\[450px\] {
		height: 450px;
	}

	.lg\:h-\[10px\] {
		height: 10px;
	}

	.lg\:h-\[135px\] {
		height: 135px;
	}

	.lg\:h-\[541px\] {
		height: 541px;
	}

	.lg\:h-screen {
		height: 100vh;
	}

	.lg\:h-\[145px\] {
		height: 145px;
	}

	.lg\:h-\[422px\] {
		height: 422px;
	}

	.lg\:h-\[35px\] {
		height: 35px;
	}

	.lg\:h-20 {
		height: 5rem;
	}

	.lg\:h-\[50vh\] {
		height: 50vh;
	}

	.lg\:max-h-\[410px\] {
		max-height: 410px;
	}

	.lg\:max-h-\[505px\] {
		max-height: 505px;
	}

	.lg\:w-\[17px\] {
		width: 17px;
	}

	.lg\:w-\[135px\] {
		width: 135px;
	}

	.lg\:w-16 {
		width: 4rem;
	}

	.lg\:w-1\/2 {
		width: 50%;
	}

	.lg\:w-20 {
		width: 5rem;
	}

	.lg\:min-w-\[200px\] {
		min-width: 200px;
	}

	.lg\:max-w-\[350px\] {
		max-width: 350px;
	}

	.lg\:max-w-\[581px\] {
		max-width: 581px;
	}

	.lg\:max-w-full {
		max-width: 100%;
	}

	.lg\:max-w-\[610px\] {
		max-width: 610px;
	}

	.lg\:max-w-\[535px\] {
		max-width: 535px;
	}

	.lg\:max-w-\[628px\] {
		max-width: 628px;
	}

	.lg\:max-w-\[897px\] {
		max-width: 897px;
	}

	.lg\:max-w-\[825px\] {
		max-width: 825px;
	}

	.lg\:max-w-\[531px\] {
		max-width: 531px;
	}

	.lg\:max-w-\[510px\] {
		max-width: 510px;
	}

	.lg\:max-w-\[570px\] {
		max-width: 570px;
	}

	.lg\:max-w-\[800px\] {
		max-width: 800px;
	}

	.lg\:max-w-\[1002px\] {
		max-width: 1002px;
	}

	.lg\:max-w-\[536px\] {
		max-width: 536px;
	}

	.lg\:max-w-\[450px\] {
		max-width: 450px;
	}

	.lg\:max-w-\[960px\] {
		max-width: 960px;
	}

	.lg\:max-w-\[1064px\] {
		max-width: 1064px;
	}

	.lg\:max-w-\[710px\] {
		max-width: 710px;
	}

	.lg\:max-w-\[630px\] {
		max-width: 630px;
	}

	.lg\:max-w-\[613px\] {
		max-width: 613px;
	}

	.lg\:max-w-\[812px\] {
		max-width: 812px;
	}

	.lg\:max-w-\[544px\] {
		max-width: 544px;
	}

	.lg\:max-w-\[440px\] {
		max-width: 440px;
	}

	.lg\:max-w-\[500px\] {
		max-width: 500px;
	}

	.lg\:max-w-\[367px\] {
		max-width: 367px;
	}

	.lg\:max-w-\[270px\] {
		max-width: 270px;
	}

	.lg\:max-w-\[242px\] {
		max-width: 242px;
	}

	.lg\:max-w-\[236px\] {
		max-width: 236px;
	}

	.lg\:max-w-\[286px\] {
		max-width: 286px;
	}

	.lg\:max-w-\[400px\] {
		max-width: 400px;
	}

	.lg\:max-w-\[550px\] {
		max-width: 550px;
	}

	.lg\:max-w-\[165px\] {
		max-width: 165px;
	}

	.lg\:max-w-\[475px\] {
		max-width: 475px;
	}

	.lg\:max-w-\[277px\] {
		max-width: 277px;
	}

	.lg\:max-w-\[335px\] {
		max-width: 335px;
	}

	.lg\:max-w-\[325px\] {
		max-width: 325px;
	}

	.lg\:max-w-\[210px\] {
		max-width: 210px;
	}

	.lg\:max-w-\[175px\] {
		max-width: 175px;
	}

	.lg\:max-w-\[230px\] {
		max-width: 230px;
	}

	.lg\:max-w-\[220px\] {
		max-width: 220px;
	}

	.lg\:max-w-\[365px\] {
		max-width: 365px;
	}

	.lg\:max-w-\[295px\] {
		max-width: 295px;
	}

	.lg\:translate-y-\[-95px\] {
		--tw-translate-y: -95px;
		transform: var(--tw-transform);
	}

	.lg\:translate-x-\[-95px\] {
		--tw-translate-x: -95px;
		transform: var(--tw-transform);
	}

	.lg\:translate-x-\[95px\] {
		--tw-translate-x: 95px;
		transform: var(--tw-transform);
	}

	.lg\:translate-y-\[95px\] {
		--tw-translate-y: 95px;
		transform: var(--tw-transform);
	}

	.lg\:grid-cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.lg\:grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.lg\:grid-cols-4 {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.lg\:flex-row {
		flex-direction: row;
	}

	.lg\:flex-col {
		flex-direction: column;
	}

	.lg\:items-start {
		align-items: flex-start;
	}

	.lg\:items-end {
		align-items: flex-end;
	}

	.lg\:items-center {
		align-items: center;
	}

	.lg\:items-baseline {
		align-items: baseline;
	}

	.lg\:justify-center {
		justify-content: center;
	}

	.lg\:justify-between {
		justify-content: space-between;
	}

	.lg\:gap-\[40px\] {
		grid-gap: 40px;
		gap: 40px;
	}

	.lg\:gap-\[21px\] {
		grid-gap: 21px;
		gap: 21px;
	}

	.lg\:gap-\[18px\] {
		grid-gap: 18px;
		gap: 18px;
	}

	.lg\:gap-4 {
		grid-gap: 1rem;
		gap: 1rem;
	}

	.lg\:gap-\[30px\] {
		grid-gap: 30px;
		gap: 30px;
	}

	.lg\:gap-7 {
		grid-gap: 1.75rem;
		gap: 1.75rem;
	}

	.lg\:gap-\[72px\] {
		grid-gap: 72px;
		gap: 72px;
	}

	.lg\:gap-11 {
		grid-gap: 2.75rem;
		gap: 2.75rem;
	}

	.lg\:gap-8 {
		grid-gap: 2rem;
		gap: 2rem;
	}

	.lg\:gap-28 {
		grid-gap: 7rem;
		gap: 7rem;
	}

	.lg\:gap-10 {
		grid-gap: 2.5rem;
		gap: 2.5rem;
	}

	.lg\:gap-16 {
		grid-gap: 4rem;
		gap: 4rem;
	}

	.lg\:gap-\[140px\] {
		grid-gap: 140px;
		gap: 140px;
	}

	.lg\:gap-\[50px\] {
		grid-gap: 50px;
		gap: 50px;
	}

	.lg\:gap-9 {
		grid-gap: 2.25rem;
		gap: 2.25rem;
	}

	.lg\:gap-\[22px\] {
		grid-gap: 22px;
		gap: 22px;
	}

	.lg\:gap-\[17px\] {
		grid-gap: 17px;
		gap: 17px;
	}

	.lg\:gap-x-\[212px\] {
		grid-column-gap: 212px;
		-moz-column-gap: 212px;
		     column-gap: 212px;
	}

	.lg\:gap-y-\[30px\] {
		grid-row-gap: 30px;
		row-gap: 30px;
	}

	.lg\:gap-y-4 {
		grid-row-gap: 1rem;
		row-gap: 1rem;
	}

	.lg\:gap-x-\[47px\] {
		grid-column-gap: 47px;
		-moz-column-gap: 47px;
		     column-gap: 47px;
	}

	.lg\:gap-x-\[53px\] {
		grid-column-gap: 53px;
		-moz-column-gap: 53px;
		     column-gap: 53px;
	}

	.lg\:gap-y-\[32px\] {
		grid-row-gap: 32px;
		row-gap: 32px;
	}

	.lg\:gap-y-11 {
		grid-row-gap: 2.75rem;
		row-gap: 2.75rem;
	}

	.lg\:justify-self-end {
		justify-self: end;
	}

	.lg\:p-\[50px\] {
		padding: 50px;
	}

	.lg\:px-\[139px\] {
		padding-left: 139px;
		padding-right: 139px;
	}

	.lg\:py-\[90px\] {
		padding-top: 90px;
		padding-bottom: 90px;
	}

	.lg\:px-\[70px\] {
		padding-left: 70px;
		padding-right: 70px;
	}

	.lg\:py-5 {
		padding-top: 1.25rem;
		padding-bottom: 1.25rem;
	}

	.lg\:py-\[84px\] {
		padding-top: 84px;
		padding-bottom: 84px;
	}

	.lg\:py-16 {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}

	.lg\:py-28 {
		padding-top: 7rem;
		padding-bottom: 7rem;
	}

	.lg\:py-\[72px\] {
		padding-top: 72px;
		padding-bottom: 72px;
	}

	.lg\:py-\[117px\] {
		padding-top: 117px;
		padding-bottom: 117px;
	}

	.lg\:px-\[120px\] {
		padding-left: 120px;
		padding-right: 120px;
	}

	.lg\:py-20 {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}

	.lg\:py-40 {
		padding-top: 10rem;
		padding-bottom: 10rem;
	}

	.lg\:px-6 {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}

	.lg\:py-7 {
		padding-top: 1.75rem;
		padding-bottom: 1.75rem;
	}

	.lg\:px-\[75px\] {
		padding-left: 75px;
		padding-right: 75px;
	}

	.lg\:py-\[60px\] {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.lg\:px-12 {
		padding-left: 3rem;
		padding-right: 3rem;
	}

	.lg\:py-11 {
		padding-top: 2.75rem;
		padding-bottom: 2.75rem;
	}

	.lg\:pt-\[109px\] {
		padding-top: 109px;
	}

	.lg\:pt-0 {
		padding-top: 0px;
	}

	.lg\:pt-16 {
		padding-top: 4rem;
	}

	.lg\:pb-\[85px\] {
		padding-bottom: 85px;
	}

	.lg\:pb-\[84px\] {
		padding-bottom: 84px;
	}

	.lg\:pt-32 {
		padding-top: 8rem;
	}

	.lg\:pb-14 {
		padding-bottom: 3.5rem;
	}

	.lg\:pt-14 {
		padding-top: 3.5rem;
	}

	.lg\:pb-40 {
		padding-bottom: 10rem;
	}

	.lg\:pt-6 {
		padding-top: 1.5rem;
	}

	.lg\:pt-11 {
		padding-top: 2.75rem;
	}

	.lg\:pb-16 {
		padding-bottom: 4rem;
	}

	.lg\:pb-11 {
		padding-bottom: 2.75rem;
	}

	.lg\:pt-\[44px\] {
		padding-top: 44px;
	}

	.lg\:pb-\[76px\] {
		padding-bottom: 76px;
	}

	.lg\:pt-\[85px\] {
		padding-top: 85px;
	}

	.lg\:pb-\[77px\] {
		padding-bottom: 77px;
	}

	.lg\:pl-\[140px\] {
		padding-left: 140px;
	}

	.lg\:pr-0 {
		padding-right: 0px;
	}

	.lg\:pt-\[72px\] {
		padding-top: 72px;
	}

	.lg\:pt-28 {
		padding-top: 7rem;
	}

	.lg\:pt-\[75px\] {
		padding-top: 75px;
	}

	.lg\:pb-\[74px\] {
		padding-bottom: 74px;
	}

	.lg\:pt-\[47px\] {
		padding-top: 47px;
	}

	.lg\:pb-\[89px\] {
		padding-bottom: 89px;
	}

	.lg\:pb-\[60px\] {
		padding-bottom: 60px;
	}

	.lg\:pb-\[70px\] {
		padding-bottom: 70px;
	}

	.lg\:pt-\[70px\] {
		padding-top: 70px;
	}

	.lg\:pb-36 {
		padding-bottom: 9rem;
	}

	.lg\:pt-\[34px\] {
		padding-top: 34px;
	}

	.lg\:pb-\[22px\] {
		padding-bottom: 22px;
	}

	.lg\:pl-\[97px\] {
		padding-left: 97px;
	}

	.lg\:pb-\[32px\] {
		padding-bottom: 32px;
	}

	.lg\:pt-\[31px\] {
		padding-top: 31px;
	}

	.lg\:pt-24 {
		padding-top: 6rem;
	}

	.lg\:pb-\[30px\] {
		padding-bottom: 30px;
	}

	.lg\:text-center {
		text-align: center;
	}

	.lg\:text-\[2\.5rem\] {
		font-size: 2.5rem;
	}

	.lg\:text-\[1\.25rem\] {
		font-size: 1.25rem;
	}

	.lg\:text-\[70px\] {
		font-size: 70px;
	}

	.lg\:text-sm {
		font-size: .875rem;
	}

	.lg\:text-base {
		font-size: 1rem;
	}

	.lg\:text-\[25px\] {
		font-size: 25px;
	}

	.lg\:text-\[35px\] {
		font-size: 35px;
	}

	.lg\:text-\[18px\] {
		font-size: 18px;
	}

	.lg\:text-\[80px\] {
		font-size: 80px;
	}

	.lg\:text-\[50px\] {
		font-size: 50px;
	}

	.lg\:text-xl {
		font-size: 1.563rem;
	}

	.lg\:text-3xl {
		font-size: 2.813rem;
	}

	.lg\:text-\[4\.0625rem\] {
		font-size: 4.0625rem;
	}

	.lg\:text-lg {
		font-size: 1.25rem;
	}

	.lg\:text-\[14px\] {
		font-size: 14px;
	}

	.lg\:text-\[40px\] {
		font-size: 40px;
	}

	.lg\:text-\[17px\] {
		font-size: 17px;
	}

	.lg\:leading-\[70px\] {
		line-height: 70px;
	}

	.lg\:leading-\[60px\] {
		line-height: 60px;
	}

	.lg\:leading-\[28px\] {
		line-height: 28px;
	}

	.lg\:leading-\[35px\] {
		line-height: 35px;
	}

	.lg\:leading-\[80px\] {
		line-height: 80px;
	}

	.lg\:leading-\[36px\] {
		line-height: 36px;
	}

	.lg\:leading-8 {
		line-height: 2rem;
	}

	.lg\:leading-\[50px\] {
		line-height: 50px;
	}

	.lg\:leading-\[55px\] {
		line-height: 55px;
	}

	.lg\:leading-\[45px\] {
		line-height: 45px;
	}

	.lg\:leading-7 {
		line-height: 1.75rem;
	}

	.lg\:leading-\[48px\] {
		line-height: 48px;
	}

	.lg\:leading-9 {
		line-height: 2.25rem;
	}

	.lg\:leading-\[22px\] {
		line-height: 22px;
	}

	.lg\:leading-6 {
		line-height: 1.5rem;
	}

	.lg\:leading-\[23px\] {
		line-height: 23px;
	}
}

@media (min-width: 1280px) {

	.xl\:order-2 {
		order: 2;
	}

	.xl\:order-3 {
		order: 3;
	}

	.xl\:mt-\[25px\] {
		margin-top: 25px;
	}

	.xl\:mb-\[35px\] {
		margin-bottom: 35px;
	}

	.xl\:mb-0 {
		margin-bottom: 0px;
	}

	.xl\:block {
		display: block;
	}

	.xl\:flex {
		display: flex;
	}

	.xl\:hidden {
		display: none;
	}

	.xl\:w-full {
		width: 100%;
	}

	.xl\:w-\[650px\] {
		width: 650px;
	}

	.xl\:max-w-\[1088px\] {
		max-width: 1088px;
	}

	.xl\:max-w-\[260px\] {
		max-width: 260px;
	}

	.xl\:max-w-\[571px\] {
		max-width: 571px;
	}

	.xl\:flex-row {
		flex-direction: row;
	}

	.xl\:items-center {
		align-items: center;
	}

	.xl\:justify-center {
		justify-content: center;
	}

	.xl\:p-0 {
		padding: 0px;
	}

	.xl\:pb-\[106px\] {
		padding-bottom: 106px;
	}

	.xl\:text-\[80px\] {
		font-size: 80px;
	}

	.xl\:text-\[30px\] {
		font-size: 30px;
	}

	.xl\:text-3xl {
		font-size: 2.813rem;
	}

	.xl\:leading-\[80px\] {
		line-height: 80px;
	}

	.xl\:leading-10 {
		line-height: 2.5rem;
	}

	.xl\:leading-11 {
		line-height: 2.813rem;
	}
}

@media (min-width: 1536px) {

	.\32xl\:w-\[40\%\] {
		width: 40%;
	}

	.\32xl\:max-w-\[40\%\] {
		max-width: 40%;
	}
}

.footer__get-in-touch {
  margin-left: auto;
}

footer a:active,
footer a:hover {
  color: #FFFFFF;
  text-decoration: none
}

div#menu,
div#menu a:active,
div#menu a:hover {
  color: #FFFFFF;
  text-decoration: inherit;
  font-weight: 900;
}