.shg-box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.shg-box-vertical-align-top {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.shg-box-vertical-align-center, .shg-box-vertical-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.shg-box-video-wrapper {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

    https://developer.mozilla.org/en-US/docs/Web/CSS/position

    position: fixed
    The element is removed from the normal document flow, and no space is created for the element in the page layout. 
    It is positioned relative to the initial containing block established by the viewport, 

    *
      except when one of its ancestors has a transform, perspective, or filter property set to something other than none 
      (see the CSS Transforms Spec), or the will-change property is set to transform, 
      in which case that ancestor behaves as the containing block. 
    *
  */

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#s-a7fe5d14-4fc0-4eed-81d0-9914ee8aaed7 {
  margin-left: 0%;
margin-right: 0%;
min-height: 50px;
}








#s-a7fe5d14-4fc0-4eed-81d0-9914ee8aaed7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a7fe5d14-4fc0-4eed-81d0-9914ee8aaed7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-4f57b943-9122-4786-b339-c462700ccb79 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4f57b943-9122-4786-b339-c462700ccb79 .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  text-align: left;
}



.shg-rich-text {
  overflow-wrap: break-word;
}

.shg-rich-text img {
  margin: 0 20px;
}

@media (max-width: 768px) {
  .shg-rich-text img {
    display: block;
    float: none !important;
    margin: 0 auto;
  }
}

.shg-default-text-content *:first-child {
  margin-top: 0;
}

.shg-default-text-content {
  text-align: left;
}

.shg-default-text-content p,
.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6,
.shg-default-text-content address,
.shg-default-text-content pre,
.shg-default-text-content div,
.shg-default-text-content ol,
.shg-default-text-content ul {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #000000;
  font-family: inherit;
  font-style: normal;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-transform: none;
}

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-default-text-content a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

.shg-default-text-content strong,
.shg-default-text-content em {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
}

.shg-default-text-content em {
  font-weight: inherit;
}

.shg-default-text-content strong {
  font-style: inherit;
  font-weight: 700;
}

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

.shg-default-text-content p {
  font-size: 1em;
  font-weight: ;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: ;
  font-family: ;
}

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em;
}

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em;
}

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em;
}

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em;
}

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em;
}

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-text-content ul {
  list-style: disc;
}

.shg-default-text-content ol {
  list-style: decimal;
}

.shg-default-text-content ul,
.shg-default-text-content ol {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  padding-inline-start: 40px;
}

.shg-default-text-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-text-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal;
}

.shg-default-text-content address {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0;
}

.shg-default-text-content div {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-bottom: 0;
  margin-top: 0.67em;
}

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

#s-9d9fb8af-12e5-4f61-85db-519824ed6538 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9d9fb8af-12e5-4f61-85db-519824ed6538 .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  text-align: left;
}



.shogun-table-wrapper {
  overflow: auto;
}

table.shogun-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-style: hidden;
}

thead.shogun-table-column-container {
  font-weight: bold;
}

td.shogun-table-column {
  padding: 10px;
}

td.shogun-table-row {
  padding: 10px;
  min-height: 45px;
}

td.shogun-table-column:only-child, td.shogun-table-row:only-child {
  width: 100%;
}

#s-d970f8b9-cf49-42d7-b551-f9f895c98aa7 {
  margin-top: 15px;
margin-left: 0%;
margin-bottom: 15px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}

#s-d970f8b9-cf49-42d7-b551-f9f895c98aa7 .shogun-table-wrapper {
  overflow: auto;
  border: 2px solid #D5D6D7;
  border-radius: 0px;
}

#s-d970f8b9-cf49-42d7-b551-f9f895c98aa7 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-d970f8b9-cf49-42d7-b551-f9f895c98aa7 td.shogun-table-column {
  background-color: rgba(207, 220, 255, 1);
  padding: 1px;
  text-align: left;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-d970f8b9-cf49-42d7-b551-f9f895c98aa7 td.shogun-table-row {
  background-color: #fff;
  padding: 1px;
}

#s-d970f8b9-cf49-42d7-b551-f9f895c98aa7 td.shogun-table-column, #s-d970f8b9-cf49-42d7-b551-f9f895c98aa7 td.shogun-table-row {
  border: 2px solid #D5D6D7;
}

#s-f9676a57-ddd2-483a-a398-7d8336ce75b7 {
  margin-top: 1px;
margin-left: 1%;
margin-bottom: 1px;
margin-right: 1%;
}

#s-d9c8f90c-8def-424e-8343-f5dcd7a48b4e {
  margin-top: 1px;
margin-left: 1%;
margin-bottom: 1px;
margin-right: 1%;
}

#s-815d40aa-4bf9-4f02-8536-6e2f16d1d23f {
  margin-top: 1px;
margin-left: 1%;
margin-bottom: 1px;
margin-right: 1%;
}

#s-004a2ef1-7f21-4f7c-a5ae-b85aaae8f0b8 {
  margin-top: 1px;
margin-left: 1%;
margin-bottom: 1px;
margin-right: 1%;
}

#s-3bb9d986-0089-4fc7-a8ef-e4b48081a519 {
  margin-top: 1px;
margin-left: 1%;
margin-bottom: 1px;
margin-right: 1%;
}

#s-29150af0-8b56-4540-89bc-8372ba81ca8b {
  margin-top: 1px;
margin-left: 1%;
margin-bottom: 1px;
margin-right: 1%;
}

#s-fc0f8dd5-5106-4db0-8ef2-2aa360e9c6d9 {
  margin-top: 1px;
margin-left: 1%;
margin-bottom: 1px;
margin-right: 1%;
}

#s-760f4b61-ba8c-40d3-a1f0-cb01231be341 {
  margin-top: 1px;
margin-left: 1%;
margin-bottom: 1px;
margin-right: 1%;
}

#s-de5ecc7c-6cd0-4247-85d0-3ae42c64f9ca {
  margin-top: 1px;
margin-left: 1%;
margin-bottom: 1px;
margin-right: 1%;
}

#s-3f82d99a-0aeb-4cda-88bf-e81cbadb965f {
  margin-top: 1px;
margin-left: 1%;
margin-bottom: 1px;
margin-right: 1%;
}

#s-e18d1aec-751d-45ee-b981-88fd8b4c9e56 {
  margin-top: 1px;
margin-left: 1%;
margin-bottom: 1px;
margin-right: 1%;
}

#s-6da6407f-e443-476b-85f9-86358d2a450f {
  margin-top: 1px;
margin-left: 1%;
margin-bottom: 1px;
margin-right: 1%;
}

#s-0b556a8a-b7a3-4235-96e9-c7b92e501355 {
  margin-top: 1px;
margin-left: 1%;
margin-bottom: 1px;
margin-right: 1%;
}

#s-349d2842-0147-4c0d-ae63-6a13fe155161 {
  margin-top: 1px;
margin-left: 1%;
margin-bottom: 1px;
margin-right: 1%;
}

#s-15fcc3b6-b740-4f5d-85f9-8dc0a78d1ec9 {
  margin-top: 1px;
margin-left: 1%;
margin-bottom: 1px;
margin-right: 1%;
}

#s-65fecee3-a3a8-4c04-b5b6-307625da173d {
  margin-top: 1px;
margin-left: 1%;
margin-bottom: 1px;
margin-right: 1%;
}

#s-2da2020e-4102-4561-b96c-6365048c9125 {
  margin-top: 1px;
margin-left: 1%;
margin-bottom: 1px;
margin-right: 1%;
}

#s-fc290f42-0d6a-4be6-92f7-e03b8c03bb7e {
  margin-top: 1px;
margin-left: 1%;
margin-bottom: 1px;
margin-right: 1%;
}

#s-87332210-6c6e-48d9-98eb-ec0520142d71 {
  margin-top: 1px;
margin-left: 1%;
margin-bottom: 1px;
margin-right: 1%;
}

#s-0cf735e3-d839-4009-92d1-ff7c8d4d532c {
  margin-top: 1px;
margin-left: 1%;
margin-bottom: 1px;
margin-right: 1%;
}

#s-9127c231-0961-45e5-a3ff-75ecb1e62cd3 {
  margin-top: 1px;
margin-left: 1%;
margin-bottom: 1px;
margin-right: 1%;
}

#s-8ab39f78-4b76-4222-95b5-cbfe224161f8 {
  margin-top: 1px;
margin-left: 1%;
margin-bottom: 1px;
margin-right: 1%;
}

#s-13b8ac2e-9898-44b4-9150-184c15cb591a {
  margin-top: 1px;
margin-left: 1%;
margin-bottom: 1px;
margin-right: 1%;
}

#s-d895f78e-536f-48b2-b524-3631c4609240 {
  margin-top: 1px;
margin-left: 1%;
margin-bottom: 1px;
margin-right: 1%;
}

#s-4af81735-3fcc-465d-8d1b-ad8b30db21cb {
  margin-top: 1px;
margin-left: 1%;
margin-bottom: 1px;
margin-right: 1%;
}

#s-15495039-ad07-432f-9eed-71045a7090f6 {
  margin-top: 1px;
margin-left: 1%;
margin-bottom: 1px;
margin-right: 1%;
}

#s-276b60f2-6e4d-4357-a929-c3ca15cffaed {
  margin-top: 1px;
margin-left: 1%;
margin-bottom: 1px;
margin-right: 1%;
}

#s-f2899e0a-9d89-4b65-8616-368d0bcb1dc5 {
  margin-top: 1px;
margin-left: 1%;
margin-bottom: 1px;
margin-right: 1%;
}

#s-e0542c43-c1fc-436f-9777-1f8559016ef0 {
  margin-top: 1px;
margin-left: 1%;
margin-bottom: 1px;
margin-right: 1%;
}

#s-5bb87f2e-ee0d-47cb-a150-86abd8ea482f {
  margin-top: 1px;
margin-left: 1%;
margin-bottom: 1px;
margin-right: 1%;
}

#s-e93a21d9-1918-431b-ae8c-aa951bb8b1e2 {
  margin-top: 1px;
margin-left: 1%;
margin-bottom: 1px;
margin-right: 1%;
}

#s-a57489c0-ac16-4dce-9ed4-5894111c8c7f {
  margin-top: 1px;
margin-left: 1%;
margin-bottom: 1px;
margin-right: 1%;
}

#s-aeba3e20-39fc-4f37-b5d1-a152a57e9640 {
  margin-top: 1px;
margin-left: 1%;
margin-bottom: 1px;
margin-right: 1%;
}

#s-4eda0a66-e15d-4f12-9905-65351b0f10cb {
  margin-top: 1px;
margin-left: 1%;
margin-bottom: 1px;
margin-right: 1%;
}

#s-d92427c1-40d7-4028-b416-2774cf830169 {
  margin-top: 1px;
margin-left: 1%;
margin-bottom: 1px;
margin-right: 1%;
}

#s-5cdb2a3d-989e-4df1-8c87-bb60d8b30584 {
  margin-top: 1px;
margin-left: 1%;
margin-bottom: 1px;
margin-right: 1%;
}

#s-ae23f4e8-20ff-45fa-99ec-dd8a22ada7da {
  margin-top: 1px;
margin-left: 1%;
margin-bottom: 1px;
margin-right: 1%;
}

#s-6b140805-fd89-46f6-8a79-9bcff1d48534 {
  margin-top: 1px;
margin-left: 1%;
margin-bottom: 1px;
margin-right: 1%;
}

#s-c2c92097-d165-4391-b0d9-91cb2a937b02 {
  margin-top: 1px;
margin-left: 1%;
margin-bottom: 1px;
margin-right: 1%;
}

#s-fb748298-685e-40d1-90d0-12df325f5725 {
  margin-top: 1px;
margin-left: 1%;
margin-bottom: 1px;
margin-right: 1%;
}

#s-aab9d522-96d2-495d-9b87-2879575d5a7e {
  margin-top: 1px;
margin-left: 1%;
margin-bottom: 1px;
margin-right: 1%;
}

#s-319e72f8-4da5-4ffb-a8f7-35d97b0b6b49 {
  margin-top: 1px;
margin-left: 1%;
margin-bottom: 1px;
margin-right: 1%;
}

#s-0f699f84-cfe4-4fd7-ad6a-72ed995ff01a {
  margin-top: 1px;
margin-left: 1%;
margin-bottom: 1px;
margin-right: 1%;
}

#s-53af098b-73b7-448a-b421-234466334821 {
  margin-top: 1px;
margin-left: 1%;
margin-bottom: 1px;
margin-right: 1%;
}

#s-c6ce900d-843b-4da2-863b-e7efe12ca07f {
  margin-top: 1px;
margin-left: 1%;
margin-bottom: 1px;
margin-right: 1%;
}

#s-ea9c1814-0cbc-4f9a-a629-110c7be7767c {
  margin-top: 1px;
margin-left: 1%;
margin-bottom: 1px;
margin-right: 1%;
}

#s-8198ddd0-fd47-4a3e-920d-ac4c7e894d75 {
  margin-top: 1px;
margin-left: 1%;
margin-bottom: 1px;
margin-right: 1%;
}

#s-4161a481-d24e-4758-ad83-7df8bc3f3a1f {
  margin-top: 1px;
margin-left: 1%;
margin-bottom: 1px;
margin-right: 1%;
}

#s-705fb2f5-57e8-424b-9519-5f4e4dc721d8 {
  margin-top: 1px;
margin-left: 1%;
margin-bottom: 1px;
margin-right: 1%;
}

#s-4920bb83-4d92-4679-a204-6c32fde804d5 {
  margin-top: 1px;
margin-left: 1%;
margin-bottom: 1px;
margin-right: 1%;
}

#s-fe9085fb-436a-4bfc-8eef-17e3206e5dce {
  margin-top: 1px;
margin-left: 1%;
margin-bottom: 1px;
margin-right: 1%;
}

#s-71b0b8a5-0377-4aa0-8904-c46ab39232b7 {
  margin-top: 1px;
margin-left: 1%;
margin-bottom: 1px;
margin-right: 1%;
}

#s-cd97c766-aa92-431f-82c0-f9be80f669ad {
  margin-top: 1px;
margin-left: 1%;
margin-bottom: 1px;
margin-right: 1%;
}

#s-c68880d6-f7d9-4614-96a0-9065ce7df511 {
  margin-top: 1px;
margin-left: 1%;
margin-bottom: 1px;
margin-right: 1%;
}

#s-f5a33e01-09a8-430e-9b83-ef3fdd24a1c6 {
  margin-top: 1px;
margin-left: 1%;
margin-bottom: 1px;
margin-right: 1%;
}

#s-bcd79d39-440a-4464-9eb1-2a4299abd990 {
  margin-top: 1px;
margin-left: 1%;
margin-bottom: 1px;
margin-right: 1%;
}

#s-4d578d8a-b134-4627-9fcf-30428b2b85fb {
  margin-top: 1px;
margin-left: 1%;
margin-bottom: 1px;
margin-right: 1%;
}

#s-2ee8f9e8-ff66-470c-863e-d34f902268df {
  margin-top: 1px;
margin-left: 1%;
margin-bottom: 1px;
margin-right: 1%;
}

#s-86b3cc74-1a9f-4ffd-97bb-2d54b601cb4d {
  margin-top: 1px;
margin-left: 1%;
margin-bottom: 1px;
margin-right: 1%;
}

#s-b5d7543f-3f57-4849-ae05-164aef79dd36 {
  margin-top: 1px;
margin-left: 1%;
margin-bottom: 1px;
margin-right: 1%;
}

#s-c1bf83dc-d813-4169-9a1a-ecff159325c1 {
  margin-top: 1px;
margin-left: 1%;
margin-bottom: 1px;
margin-right: 1%;
}

#s-f299a4d9-488a-49ba-9f0a-adaac9d70627 {
  margin-top: 1px;
margin-left: 1%;
margin-bottom: 1px;
margin-right: 1%;
}

#s-902fbe7f-f7a3-4ccd-8a5c-48909b5b8000 {
  margin-top: 1px;
margin-left: 1%;
margin-bottom: 1px;
margin-right: 1%;
}

#s-24ecc07a-c9c0-4a30-8b83-030e9eb4c5cd {
  margin-top: 1px;
margin-left: 1%;
margin-bottom: 1px;
margin-right: 1%;
}

#s-aa1b2c47-d7d4-4631-8de3-bceec0291ce5 {
  margin-top: 1px;
margin-left: 1%;
margin-bottom: 1px;
margin-right: 1%;
}

#s-e646b5cf-b0c1-4da8-b425-b3cbda788bca {
  margin-top: 1px;
margin-left: 1%;
margin-bottom: 1px;
margin-right: 1%;
}

#s-5cf755f8-b5c8-4957-85fe-eb3ac9c70de0 {
  margin-top: 1px;
margin-left: 1%;
margin-bottom: 1px;
margin-right: 1%;
}

#s-93076f33-ee3b-4863-b049-73edd484615f {
  margin-top: 1px;
margin-left: 1%;
margin-bottom: 1px;
margin-right: 1%;
}

#s-fe67b678-ac1f-4932-97ed-64f11953ece4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fe67b678-ac1f-4932-97ed-64f11953ece4 .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  text-align: left;
}



#s-ba6293a7-d227-4426-bcb9-805db10be4c4 {
  margin-left: 0%;
margin-right: 0%;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}
.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-lazyload-bg-image {
  display: none;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c:before,.shg-c:after{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width: 1024px){.shg-c,.shg-box{background-attachment:scroll !important}}@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape){.shg-box{background-attachment:scroll !important}}#mc_embed_signup .clear{width:auto !important;height:auto !important;visibility:visible !important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline !important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,0.85)}.shg-lightbox.hidden{display:none !important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:hover,.shg-lightbox .shg-lightbox-close:focus{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0%, -50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none !important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width: 769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity 300ms}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}
