.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#s-9c15d95f-1bc3-4e62-8e03-071d2696d5c5 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

.shogun-image-container {
  position: relative;
}

.shogun-image-container.shg-align-left {
  text-align: left;
}

.shogun-image-container.shg-align-center {
  text-align: center;
}

.shogun-image-container.shg-align-right {
  text-align: right;
}

.shogun-image-linked {
  cursor: pointer;
}

.shogun-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.shogun-image-overlay.shg-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-top-center {
  align-items: flex-start;
  justify-content: center;
}

.shogun-image-overlay.shg-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-middle-left {
  align-items: center;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-middle-center {
  align-items: center;
  justify-content: center;
}

.shogun-image-overlay.shg-middle-right {
  align-items: center;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-bottom-center {
  align-items: flex-end;
  justify-content: center;
}

.shogun-image-overlay.shg-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.shogun-image-overlay p {
  margin: 0;
  padding: 0;
  line-height: normal;
}

.shogun-image-cover {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
}

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

.shogun-image-content {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.shogun-image-content-linked, .shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked > div {
  pointer-events: auto;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

.shogun-image-content > div {
  width: 100%;
}

.shogun-image-content-top {
  align-items: flex-start;
}

.shogun-image-content-center {
  align-items: center;
}

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-b08c4f85-0d1e-43cd-942b-63c0e253fd9c {
  text-align: center;
}




  #s-b08c4f85-0d1e-43cd-942b-63c0e253fd9c img.shogun-image {
    
    width: px;
  }


#s-b08c4f85-0d1e-43cd-942b-63c0e253fd9c .shogun-image-content {
  
    align-items: center;
  
}

.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 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 ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

.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 {
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  margin-bottom: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  margin-top: 0;
  -webkit-padding-start: 40px;
          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;
}

.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: #000;
  text-transform: none;
  font-weight: normal;
  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-1c504b66-f40c-4913-9fb7-bdd197a93d94 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  
}



#s-22e8a248-4089-4bbd-a403-af3567abaa8f {
  text-align: center;
}




  #s-22e8a248-4089-4bbd-a403-af3567abaa8f img.shogun-image {
    
    width: px;
  }


#s-22e8a248-4089-4bbd-a403-af3567abaa8f .shogun-image-content {
  
    align-items: center;
  
}

#s-cd3fcb24-11e2-4e4a-863d-1330376d4668 {
  text-align: center;
}




  #s-cd3fcb24-11e2-4e4a-863d-1330376d4668 img.shogun-image {
    
    width: px;
  }


#s-cd3fcb24-11e2-4e4a-863d-1330376d4668 .shogun-image-content {
  
    align-items: center;
  
}

#s-7990e375-b86a-408f-bfcf-77d47f2a2e35 {
  text-align: center;
}




  #s-7990e375-b86a-408f-bfcf-77d47f2a2e35 img.shogun-image {
    
    width: px;
  }


#s-7990e375-b86a-408f-bfcf-77d47f2a2e35 .shogun-image-content {
  
    align-items: center;
  
}

#s-e97aa256-07d2-4bb3-8c6d-b952afe32ee7 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  
}






  #s-ba75872e-7e80-4786-97a7-39982ea72787 img.shogun-image {
    
    width: px;
  }


#s-ba75872e-7e80-4786-97a7-39982ea72787 .shogun-image-content {
  
    align-items: center;
  
}

#s-3ef7dee0-82c2-4aa7-8199-e50d4a50fc1b hr {
  border: 0;
  width: 100%;
  border-top: 1px solid #ddd;
}

#s-764057f1-97ed-4463-a773-0c6e6f11bbd2 {
  text-align: center;
}




  #s-764057f1-97ed-4463-a773-0c6e6f11bbd2 img.shogun-image {
    
    width: px;
  }


#s-764057f1-97ed-4463-a773-0c6e6f11bbd2 .shogun-image-content {
  
    align-items: center;
  
}

#s-09e27cc0-c12d-4d72-9d95-2f56ccf7899d {
  text-align: center;
}




  #s-09e27cc0-c12d-4d72-9d95-2f56ccf7899d img.shogun-image {
    
    width: px;
  }


#s-09e27cc0-c12d-4d72-9d95-2f56ccf7899d .shogun-image-content {
  
    align-items: center;
  
}

#s-ccf72a5a-1ed9-4a63-a32b-efb25027136c {
  text-align: center;
}




  #s-ccf72a5a-1ed9-4a63-a32b-efb25027136c img.shogun-image {
    
    width: px;
  }


#s-ccf72a5a-1ed9-4a63-a32b-efb25027136c .shogun-image-content {
  
    align-items: center;
  
}

#s-a6a97c5f-4a26-411a-92be-7a55998da9b9 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid #ddd;
}

#s-2177a243-ddc2-4e62-a6ab-944bb7c2e0ca {
  text-align: center;
}




  #s-2177a243-ddc2-4e62-a6ab-944bb7c2e0ca img.shogun-image {
    
    width: px;
  }


#s-2177a243-ddc2-4e62-a6ab-944bb7c2e0ca .shogun-image-content {
  
    align-items: center;
  
}

#s-49f04844-ed2a-4ca6-aedf-2b90a3e4fe6a hr {
  border: 0;
  width: 100%;
  border-top: 1px solid #ddd;
}

#s-cfbcaac9-cda9-4db1-b09f-b1ece9a25c7d {
  text-align: center;
}




  #s-cfbcaac9-cda9-4db1-b09f-b1ece9a25c7d img.shogun-image {
    
    width: px;
  }


#s-cfbcaac9-cda9-4db1-b09f-b1ece9a25c7d .shogun-image-content {
  
    align-items: center;
  
}

#s-9edb676a-69ef-42b7-a488-343a8206f3ee {
  text-align: center;
}




  #s-9edb676a-69ef-42b7-a488-343a8206f3ee img.shogun-image {
    
    width: px;
  }


#s-9edb676a-69ef-42b7-a488-343a8206f3ee .shogun-image-content {
  
    align-items: center;
  
}

#s-bfe31b68-f2ea-430f-96f6-18b07502a59b {
  text-align: center;
}




  #s-bfe31b68-f2ea-430f-96f6-18b07502a59b img.shogun-image {
    
    width: px;
  }


#s-bfe31b68-f2ea-430f-96f6-18b07502a59b .shogun-image-content {
  
    align-items: center;
  
}

#s-dd6126c6-170c-4d6c-83b3-ecb2ff6b931b {
  text-align: center;
}




  #s-dd6126c6-170c-4d6c-83b3-ecb2ff6b931b img.shogun-image {
    
    width: px;
  }


#s-dd6126c6-170c-4d6c-83b3-ecb2ff6b931b .shogun-image-content {
  
    align-items: center;
  
}

#s-191aff42-8bae-4ae6-b31f-ce730a91c801 {
  text-align: center;
}




  #s-191aff42-8bae-4ae6-b31f-ce730a91c801 img.shogun-image {
    
    width: px;
  }


#s-191aff42-8bae-4ae6-b31f-ce730a91c801 .shogun-image-content {
  
    align-items: center;
  
}

#s-abe0181c-7b1b-42d9-9313-29abd7afdcd2 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-84b38101-8c51-4185-9920-ed17427dc7bd {
  text-align: center;
}




  #s-84b38101-8c51-4185-9920-ed17427dc7bd img.shogun-image {
    
    width: px;
  }


#s-84b38101-8c51-4185-9920-ed17427dc7bd .shogun-image-content {
  
    align-items: center;
  
}




  #s-5d1375d1-fc32-44d8-83ed-7542eab39165 img.shogun-image {
    
    width: px;
  }


#s-5d1375d1-fc32-44d8-83ed-7542eab39165 .shogun-image-content {
  
    align-items: center;
  
}

#s-6a666132-3e04-47d0-aa75-7e53b978659a {
  text-align: center;
}




  #s-6a666132-3e04-47d0-aa75-7e53b978659a img.shogun-image {
    
    width: px;
  }


#s-6a666132-3e04-47d0-aa75-7e53b978659a .shogun-image-content {
  
    align-items: center;
  
}

#s-d8305465-7c7f-4e85-9ad3-0c9758c78967 {
  text-align: center;
}




  #s-d8305465-7c7f-4e85-9ad3-0c9758c78967 img.shogun-image {
    
    width: px;
  }


#s-d8305465-7c7f-4e85-9ad3-0c9758c78967 .shogun-image-content {
  
    align-items: center;
  
}

#s-e82bf1a5-81df-4b9f-b0e4-fa31c8493006 {
  text-align: center;
}




  #s-e82bf1a5-81df-4b9f-b0e4-fa31c8493006 img.shogun-image {
    
    width: px;
  }


#s-e82bf1a5-81df-4b9f-b0e4-fa31c8493006 .shogun-image-content {
  
    align-items: center;
  
}

#s-d07aa33b-99e9-42d4-bf35-a15ddab123cc hr {
  border: 0;
  width: 100%;
  border-top: 1px solid #ddd;
}

#s-c7d72448-7c8d-40c8-80b9-81dfc5cb35a5 {
  text-align: center;
}




  #s-c7d72448-7c8d-40c8-80b9-81dfc5cb35a5 img.shogun-image {
    
    width: px;
  }


#s-c7d72448-7c8d-40c8-80b9-81dfc5cb35a5 .shogun-image-content {
  
    align-items: center;
  
}

#s-ddf9a21f-85bd-4ed2-ad3b-f71024c565bc {
  text-align: center;
}




  #s-ddf9a21f-85bd-4ed2-ad3b-f71024c565bc img.shogun-image {
    
    width: px;
  }


#s-ddf9a21f-85bd-4ed2-ad3b-f71024c565bc .shogun-image-content {
  
    align-items: center;
  
}

#s-184549b3-86cb-4105-a1ca-702dabc4376c {
  text-align: center;
}




  #s-184549b3-86cb-4105-a1ca-702dabc4376c img.shogun-image {
    
    width: px;
  }


#s-184549b3-86cb-4105-a1ca-702dabc4376c .shogun-image-content {
  
    align-items: center;
  
}

#s-d7e0a7d7-0523-4800-820a-b1c7185c527a {
  text-align: center;
}




  #s-d7e0a7d7-0523-4800-820a-b1c7185c527a img.shogun-image {
    
    width: px;
  }


#s-d7e0a7d7-0523-4800-820a-b1c7185c527a .shogun-image-content {
  
    align-items: center;
  
}

#s-6da9e203-287b-4709-a3c2-c6dad04b5f0f {
  text-align: center;
}




  #s-6da9e203-287b-4709-a3c2-c6dad04b5f0f img.shogun-image {
    
    width: px;
  }


#s-6da9e203-287b-4709-a3c2-c6dad04b5f0f .shogun-image-content {
  
    align-items: center;
  
}

#s-26f8879f-d6cc-4a51-959e-287280296cb4 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid #ddd;
}

#s-54113977-5f0d-4c8c-8093-f13efdc01a4a {
  text-align: center;
}




  #s-54113977-5f0d-4c8c-8093-f13efdc01a4a img.shogun-image {
    
    width: px;
  }


#s-54113977-5f0d-4c8c-8093-f13efdc01a4a .shogun-image-content {
  
    align-items: center;
  
}

#s-e35b6ef0-fb9e-4362-afd4-10aadbb87005 {
  text-align: center;
}




  #s-e35b6ef0-fb9e-4362-afd4-10aadbb87005 img.shogun-image {
    
    width: px;
  }


#s-e35b6ef0-fb9e-4362-afd4-10aadbb87005 .shogun-image-content {
  
    align-items: center;
  
}

#s-bd2dce3f-ea24-4473-abec-74b3311fa7af {
  text-align: center;
}

#s-bd2dce3f-ea24-4473-abec-74b3311fa7af .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-852f2d08-6d10-420a-af84-eb7e7f2e50ed hr {
  border: 0;
  width: 100%;
  border-top: 1px solid #ddd;
}

#s-27bb5527-edf6-4936-9693-dd87a48c6513 {
  text-align: center;
}




  #s-27bb5527-edf6-4936-9693-dd87a48c6513 img.shogun-image {
    
    width: px;
  }


#s-27bb5527-edf6-4936-9693-dd87a48c6513 .shogun-image-content {
  
    align-items: center;
  
}

#s-ce4821eb-ebf3-4007-b28d-922e00d3f8a4 {
  text-align: center;
}




  #s-ce4821eb-ebf3-4007-b28d-922e00d3f8a4 img.shogun-image {
    
    width: px;
  }


#s-ce4821eb-ebf3-4007-b28d-922e00d3f8a4 .shogun-image-content {
  
    align-items: center;
  
}

#s-ea6b377b-285d-4f6a-8f43-6ed93f66de70 {
  text-align: center;
}




  #s-ea6b377b-285d-4f6a-8f43-6ed93f66de70 img.shogun-image {
    
    width: px;
  }


#s-ea6b377b-285d-4f6a-8f43-6ed93f66de70 .shogun-image-content {
  
    align-items: center;
  
}

#s-e9d218d1-a658-425d-b771-fe7c11f171ce .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}



#s-118ee5f9-abf6-4a2c-a43b-6d73f47d659d .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}



#s-531b5e81-fc5d-4091-85a3-562917defd87 {
  text-align: none;
}




  #s-531b5e81-fc5d-4091-85a3-562917defd87 img.shogun-image {
    
    width: px;
  }


#s-531b5e81-fc5d-4091-85a3-562917defd87 .shogun-image-content {
  
    align-items: center;
  
}

#s-514c71e2-c234-47fb-8cfc-8f9d7b6ad82d {
  text-align: center;
}

#s-514c71e2-c234-47fb-8cfc-8f9d7b6ad82d .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-1bd9c2f6-1e4c-4a6d-af29-c708989cc56a {
  text-align: center;
}




  #s-1bd9c2f6-1e4c-4a6d-af29-c708989cc56a img.shogun-image {
    
    width: px;
  }


#s-1bd9c2f6-1e4c-4a6d-af29-c708989cc56a .shogun-image-content {
  
    align-items: center;
  
}

#s-2235175a-a988-48b2-951f-02895b10d399 {
  text-align: center;
}




  #s-2235175a-a988-48b2-951f-02895b10d399 img.shogun-image {
    
    width: px;
  }


#s-2235175a-a988-48b2-951f-02895b10d399 .shogun-image-content {
  
    align-items: center;
  
}

#s-d6823d16-a49a-4de4-b954-da5df7c81693 {
  text-align: center;
}




  #s-d6823d16-a49a-4de4-b954-da5df7c81693 img.shogun-image {
    
    width: px;
  }


#s-d6823d16-a49a-4de4-b954-da5df7c81693 .shogun-image-content {
  
    align-items: center;
  
}

#s-5e2a8d41-2344-4792-876b-ef527be089e0 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid #ddd;
}

#s-f6787bfa-4d1e-4a0f-aa07-09a52506983a {
  text-align: center;
}




  #s-f6787bfa-4d1e-4a0f-aa07-09a52506983a img.shogun-image {
    
    width: px;
  }


#s-f6787bfa-4d1e-4a0f-aa07-09a52506983a .shogun-image-content {
  
    align-items: center;
  
}

#s-b249d4b3-8489-4cf6-a4d9-98bc58cc42ac {
  text-align: center;
}




  #s-b249d4b3-8489-4cf6-a4d9-98bc58cc42ac img.shogun-image {
    
    width: px;
  }


#s-b249d4b3-8489-4cf6-a4d9-98bc58cc42ac .shogun-image-content {
  
    align-items: center;
  
}

#s-cdaed817-6f56-4163-9de9-4c8f5386ed60 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid #ddd;
}

#s-27758f09-708c-45c9-b21b-ef3f37f916a8 {
  text-align: center;
}




  #s-27758f09-708c-45c9-b21b-ef3f37f916a8 img.shogun-image {
    
    width: px;
  }


#s-27758f09-708c-45c9-b21b-ef3f37f916a8 .shogun-image-content {
  
    align-items: center;
  
}

#s-6c1ab136-c942-414b-81e4-2c10538f7f33 {
  text-align: center;
}




  #s-6c1ab136-c942-414b-81e4-2c10538f7f33 img.shogun-image {
    
    width: px;
  }


#s-6c1ab136-c942-414b-81e4-2c10538f7f33 .shogun-image-content {
  
    align-items: center;
  
}

#s-f0fb1002-3fa7-4099-a8b0-ca822f469b5c .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  
}



#s-10080dcd-a3e3-4a85-b38f-3236afa25035 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  
}



#s-49984743-8119-42f8-a632-7b46936783b6 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid #ddd;
}

#s-4541c567-1f19-41f5-85b3-cb63af50ed7b {
  text-align: center;
}




  #s-4541c567-1f19-41f5-85b3-cb63af50ed7b img.shogun-image {
    
    width: px;
  }


#s-4541c567-1f19-41f5-85b3-cb63af50ed7b .shogun-image-content {
  
    align-items: center;
  
}

#s-9180549b-51ea-4313-b088-c2a4b99619f3 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-c4f298a4-e63b-467a-843e-80dbd7ef3947 {
  text-align: center;
}




  #s-c4f298a4-e63b-467a-843e-80dbd7ef3947 img.shogun-image {
    
    width: px;
  }


#s-c4f298a4-e63b-467a-843e-80dbd7ef3947 .shogun-image-content {
  
    align-items: center;
  
}

#s-c0474e59-0613-4515-9436-1f2468ee83b3 {
  text-align: center;
}




  #s-c0474e59-0613-4515-9436-1f2468ee83b3 img.shogun-image {
    
    width: px;
  }


#s-c0474e59-0613-4515-9436-1f2468ee83b3 .shogun-image-content {
  
    align-items: center;
  
}

#s-4a3537bb-e2c2-46d4-813e-b8c97f2bd5f0 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid #ddd;
}

#s-e5c2b411-cae8-4f4c-a0f7-c717a6fdb24a {
  text-align: center;
}




  #s-e5c2b411-cae8-4f4c-a0f7-c717a6fdb24a img.shogun-image {
    
    width: px;
  }


#s-e5c2b411-cae8-4f4c-a0f7-c717a6fdb24a .shogun-image-content {
  
    align-items: center;
  
}

#s-bca5fc18-2d6c-45ae-bcee-d7986ee5ef32 {
  text-align: center;
}




  #s-bca5fc18-2d6c-45ae-bcee-d7986ee5ef32 img.shogun-image {
    
    width: px;
  }


#s-bca5fc18-2d6c-45ae-bcee-d7986ee5ef32 .shogun-image-content {
  
    align-items: center;
  
}

#s-a3fcfb36-0463-48a8-a144-675bb980866d hr {
  border: 0;
  width: 100%;
  border-top: 1px solid #ddd;
}

#s-e3c4a1db-413c-407c-8db2-eca2bb6efcc6 {
  text-align: center;
}




  #s-e3c4a1db-413c-407c-8db2-eca2bb6efcc6 img.shogun-image {
    
    width: px;
  }


#s-e3c4a1db-413c-407c-8db2-eca2bb6efcc6 .shogun-image-content {
  
    align-items: center;
  
}




  #s-192a6999-9ea6-4251-adaa-aaeae4908472 img.shogun-image {
    
    width: px;
  }


#s-192a6999-9ea6-4251-adaa-aaeae4908472 .shogun-image-content {
  
    align-items: center;
  
}

#s-fd917cb3-c8f4-4cf3-862a-a8a61f8ef773 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid #ddd;
}

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

#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;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          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;
}
