.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-5f4d6bbb-7c6d-42af-895a-cb62180f2cd3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5f4d6bbb-7c6d-42af-895a-cb62180f2cd3 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 48px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



.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-94b7d0bf-5487-4c68-9f59-d978901576a5 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}

#s-94b7d0bf-5487-4c68-9f59-d978901576a5 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-94b7d0bf-5487-4c68-9f59-d978901576a5 td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
}

#s-94b7d0bf-5487-4c68-9f59-d978901576a5 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-94b7d0bf-5487-4c68-9f59-d978901576a5 td.shogun-table-column, #s-94b7d0bf-5487-4c68-9f59-d978901576a5 td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

.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: -webkit-box;
  display: flex;
  padding: 20px;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  pointer-events: none;
}

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

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

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

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

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

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

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

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

.shogun-image-overlay.shg-bottom-right {
  -webkit-box-align: end;
          align-items: flex-end;
  -webkit-box-pack: 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: -webkit-box;
  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 {
  -webkit-box-align: start;
          align-items: flex-start;
}

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

.shogun-image-content-bottom {
  -webkit-box-align: end;
          align-items: flex-end;
}
#s-2563f83b-6ebc-4714-9f5c-2092778d92c6 {
  text-align: center;
}




  #s-2563f83b-6ebc-4714-9f5c-2092778d92c6 img.shogun-image {
    
    width: px;
  }


#s-2563f83b-6ebc-4714-9f5c-2092778d92c6 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-3e3bb8f8-f78e-49e0-b966-5d75529e3861 {
  text-align: center;
}




  #s-3e3bb8f8-f78e-49e0-b966-5d75529e3861 img.shogun-image {
    
    width: px;
  }


#s-3e3bb8f8-f78e-49e0-b966-5d75529e3861 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-ac20f975-39e6-4ab2-bb22-cd0e5e7c5cd8 {
  text-align: center;
}




  #s-ac20f975-39e6-4ab2-bb22-cd0e5e7c5cd8 img.shogun-image {
    
    width: px;
  }


#s-ac20f975-39e6-4ab2-bb22-cd0e5e7c5cd8 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-b45befbc-158b-4e18-98d0-0ca95aa256cc {
  text-align: center;
}




  #s-b45befbc-158b-4e18-98d0-0ca95aa256cc img.shogun-image {
    
    width: px;
  }


#s-b45befbc-158b-4e18-98d0-0ca95aa256cc .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-3f398244-7eab-47f6-b582-b54910d6a2b3 {
  text-align: center;
}




  #s-3f398244-7eab-47f6-b582-b54910d6a2b3 img.shogun-image {
    
    width: px;
  }


#s-3f398244-7eab-47f6-b582-b54910d6a2b3 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-6c813579-5dd6-4028-a370-74b8e91915f5 {
  text-align: center;
}




  #s-6c813579-5dd6-4028-a370-74b8e91915f5 img.shogun-image {
    
    width: px;
  }


#s-6c813579-5dd6-4028-a370-74b8e91915f5 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-ec182555-fd6f-4e5c-849a-902de381fe07 {
  text-align: center;
}




  #s-ec182555-fd6f-4e5c-849a-902de381fe07 img.shogun-image {
    
    width: px;
  }


#s-ec182555-fd6f-4e5c-849a-902de381fe07 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-c585c2e8-a862-44b0-b935-3fb6e07e40d8 {
  text-align: center;
}




  #s-c585c2e8-a862-44b0-b935-3fb6e07e40d8 img.shogun-image {
    
    width: px;
  }


#s-c585c2e8-a862-44b0-b935-3fb6e07e40d8 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-a8f3fd2b-0375-40a4-8f3e-ef235c0deff5 {
  text-align: center;
}




  #s-a8f3fd2b-0375-40a4-8f3e-ef235c0deff5 img.shogun-image {
    
    width: px;
  }


#s-a8f3fd2b-0375-40a4-8f3e-ef235c0deff5 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-7af361f8-59ea-4019-aece-1b68879b6e01 {
  text-align: center;
}




  #s-7af361f8-59ea-4019-aece-1b68879b6e01 img.shogun-image {
    
    width: px;
  }


#s-7af361f8-59ea-4019-aece-1b68879b6e01 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-7a6254a8-baf7-4382-97ec-04b0249f8dec {
  text-align: center;
}




  #s-7a6254a8-baf7-4382-97ec-04b0249f8dec img.shogun-image {
    
    width: px;
  }


#s-7a6254a8-baf7-4382-97ec-04b0249f8dec .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-d55750b8-d3d5-42c2-b183-e85a5c46069c {
  text-align: center;
}




  #s-d55750b8-d3d5-42c2-b183-e85a5c46069c img.shogun-image {
    
    width: px;
  }


#s-d55750b8-d3d5-42c2-b183-e85a5c46069c .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-598115f0-6da2-435a-8be0-c759cc83a7e3 {
  text-align: center;
}




  #s-598115f0-6da2-435a-8be0-c759cc83a7e3 img.shogun-image {
    
    width: px;
  }


#s-598115f0-6da2-435a-8be0-c759cc83a7e3 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-235a9241-7036-425b-9f3e-478395ccdfbf {
  text-align: center;
}




  #s-235a9241-7036-425b-9f3e-478395ccdfbf img.shogun-image {
    
    width: px;
  }


#s-235a9241-7036-425b-9f3e-478395ccdfbf .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-6ca95f7d-2b0a-4de7-b960-e2a77f892638 {
  text-align: center;
}




  #s-6ca95f7d-2b0a-4de7-b960-e2a77f892638 img.shogun-image {
    
    width: px;
  }


#s-6ca95f7d-2b0a-4de7-b960-e2a77f892638 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-317d13af-a02b-4abd-8df4-df66271decb0 {
  text-align: center;
}




  #s-317d13af-a02b-4abd-8df4-df66271decb0 img.shogun-image {
    
    width: px;
  }


#s-317d13af-a02b-4abd-8df4-df66271decb0 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-df351383-12e9-43a0-b332-e62f71311f29 {
  text-align: center;
}




  #s-df351383-12e9-43a0-b332-e62f71311f29 img.shogun-image {
    
    width: px;
  }


#s-df351383-12e9-43a0-b332-e62f71311f29 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-4f4c0bd5-c540-4a19-9b87-801b66e862cf {
  text-align: center;
}




  #s-4f4c0bd5-c540-4a19-9b87-801b66e862cf img.shogun-image {
    
    width: px;
  }


#s-4f4c0bd5-c540-4a19-9b87-801b66e862cf .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-15ecbacb-3860-4f1a-936a-cfb175063063 {
  text-align: center;
}




  #s-15ecbacb-3860-4f1a-936a-cfb175063063 img.shogun-image {
    
    width: px;
  }


#s-15ecbacb-3860-4f1a-936a-cfb175063063 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-f1af427f-7b56-4de2-8756-f9cf81964eec {
  text-align: center;
}




  #s-f1af427f-7b56-4de2-8756-f9cf81964eec img.shogun-image {
    
    width: px;
  }


#s-f1af427f-7b56-4de2-8756-f9cf81964eec .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-8d962ac9-b0a8-4775-9761-16ef1b14026a {
  text-align: center;
}




  #s-8d962ac9-b0a8-4775-9761-16ef1b14026a img.shogun-image {
    
    width: px;
  }


#s-8d962ac9-b0a8-4775-9761-16ef1b14026a .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-0e7bd3cb-f3bd-417f-b91d-957df9059fd1 {
  text-align: center;
}




  #s-0e7bd3cb-f3bd-417f-b91d-957df9059fd1 img.shogun-image {
    
    width: px;
  }


#s-0e7bd3cb-f3bd-417f-b91d-957df9059fd1 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-f6492aea-8f2e-49c3-9d89-8450f1c7dde1 {
  text-align: center;
}




  #s-f6492aea-8f2e-49c3-9d89-8450f1c7dde1 img.shogun-image {
    
    width: px;
  }


#s-f6492aea-8f2e-49c3-9d89-8450f1c7dde1 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-ca37fbb9-ff31-47b2-91a6-d73e3b7fb84d {
  text-align: center;
}




  #s-ca37fbb9-ff31-47b2-91a6-d73e3b7fb84d img.shogun-image {
    
    width: px;
  }


#s-ca37fbb9-ff31-47b2-91a6-d73e3b7fb84d .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-571fc24c-4257-4916-a40b-b4ea9c808a48 {
  text-align: center;
}




  #s-571fc24c-4257-4916-a40b-b4ea9c808a48 img.shogun-image {
    
    width: px;
  }


#s-571fc24c-4257-4916-a40b-b4ea9c808a48 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-036e5c14-fbcb-48ed-98ee-c77b90460b8d {
  text-align: center;
}




  #s-036e5c14-fbcb-48ed-98ee-c77b90460b8d img.shogun-image {
    
    width: px;
  }


#s-036e5c14-fbcb-48ed-98ee-c77b90460b8d .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-27c1ff87-42ba-471f-8a56-557c055b1ccc {
  text-align: center;
}




  #s-27c1ff87-42ba-471f-8a56-557c055b1ccc img.shogun-image {
    
    width: px;
  }


#s-27c1ff87-42ba-471f-8a56-557c055b1ccc .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-c2830c3a-366d-436b-85df-30ef76d90fcd {
  text-align: center;
}




  #s-c2830c3a-366d-436b-85df-30ef76d90fcd img.shogun-image {
    
    width: px;
  }


#s-c2830c3a-366d-436b-85df-30ef76d90fcd .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-96aa11d6-00ac-4519-b4b1-7dee0d6d7485 {
  text-align: center;
}




  #s-96aa11d6-00ac-4519-b4b1-7dee0d6d7485 img.shogun-image {
    
    width: px;
  }


#s-96aa11d6-00ac-4519-b4b1-7dee0d6d7485 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-0ada2eed-b638-4493-b98c-e51642ab380c {
  text-align: center;
}




  #s-0ada2eed-b638-4493-b98c-e51642ab380c img.shogun-image {
    
    width: px;
  }


#s-0ada2eed-b638-4493-b98c-e51642ab380c .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-21fca9b6-6a71-43cd-83f5-59016fc1b134 {
  text-align: center;
}




  #s-21fca9b6-6a71-43cd-83f5-59016fc1b134 img.shogun-image {
    
    width: px;
  }


#s-21fca9b6-6a71-43cd-83f5-59016fc1b134 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-c0b53cd2-ff00-4bf1-84a5-c7aa33bdf921 {
  text-align: center;
}




  #s-c0b53cd2-ff00-4bf1-84a5-c7aa33bdf921 img.shogun-image {
    
    width: px;
  }


#s-c0b53cd2-ff00-4bf1-84a5-c7aa33bdf921 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-e94d4809-6c7d-400b-96b9-263966c3d1b4 {
  text-align: center;
}




  #s-e94d4809-6c7d-400b-96b9-263966c3d1b4 img.shogun-image {
    
    width: px;
  }


#s-e94d4809-6c7d-400b-96b9-263966c3d1b4 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-09542136-f5b7-47df-8f05-fd23b7e974ce {
  text-align: center;
}




  #s-09542136-f5b7-47df-8f05-fd23b7e974ce img.shogun-image {
    
    width: px;
  }


#s-09542136-f5b7-47df-8f05-fd23b7e974ce .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-5c253d9d-c098-4998-84ff-5821a66302de {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5c253d9d-c098-4998-84ff-5821a66302de .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-b4725403-6a04-444b-b02d-34ae8ef52a9d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b4725403-6a04-444b-b02d-34ae8ef52a9d .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-0d668468-d79d-4e3e-b2ca-bdaee9946ca9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0d668468-d79d-4e3e-b2ca-bdaee9946ca9 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-b749975d-796e-41e1-b41d-2738ba996d4f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b749975d-796e-41e1-b41d-2738ba996d4f .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-733b8978-49d1-49fa-a06b-75335f2229c8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-733b8978-49d1-49fa-a06b-75335f2229c8 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-903d3fb3-1570-4490-a7d2-06a894891d9e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-903d3fb3-1570-4490-a7d2-06a894891d9e .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-0c21735c-75d3-4a3d-8361-fe0689717699 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0c21735c-75d3-4a3d-8361-fe0689717699 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-eeb9229c-a675-4698-a0b2-2704978189d4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-eeb9229c-a675-4698-a0b2-2704978189d4 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-5337ce0b-75fe-40b0-97b6-680772e04d94 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5337ce0b-75fe-40b0-97b6-680772e04d94 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-7c787701-a208-40bd-aab5-8ef332c64e97 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7c787701-a208-40bd-aab5-8ef332c64e97 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-b33c0d34-f19b-4a6a-b509-9b5f04d01e7f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b33c0d34-f19b-4a6a-b509-9b5f04d01e7f .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-6286532c-9ae2-4269-bba9-a5396f952fc3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6286532c-9ae2-4269-bba9-a5396f952fc3 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-6a5fcd9c-cbaa-4642-a3bd-3181ec48b4cf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6a5fcd9c-cbaa-4642-a3bd-3181ec48b4cf .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c17be451-3b93-4bce-989a-6371163ab7b7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c17be451-3b93-4bce-989a-6371163ab7b7 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c47ec16b-2b9a-4661-b367-b7e881ca842b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c47ec16b-2b9a-4661-b367-b7e881ca842b .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-5cda667d-44ed-4544-bc25-06bd57cbbdc7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5cda667d-44ed-4544-bc25-06bd57cbbdc7 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-4f59561d-1fe1-467f-9e41-49593c7fc825 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4f59561d-1fe1-467f-9e41-49593c7fc825 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-92a9810b-5853-46f7-bb2b-f4f32a60b89e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-92a9810b-5853-46f7-bb2b-f4f32a60b89e .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-e3bec51d-cfea-4287-897e-c01c6bff3c7d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e3bec51d-cfea-4287-897e-c01c6bff3c7d .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-0f3c53df-7b9d-4b90-90f7-8627e890b935 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0f3c53df-7b9d-4b90-90f7-8627e890b935 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-467b8ad3-e497-4cb2-af67-8c61acab4c40 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-467b8ad3-e497-4cb2-af67-8c61acab4c40 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f7cba13c-dcc3-4612-b0ff-f3f18425e2f0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f7cba13c-dcc3-4612-b0ff-f3f18425e2f0 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-baad0d6c-10f0-40a4-93c9-1656673aba25 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-baad0d6c-10f0-40a4-93c9-1656673aba25 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-16e5956e-80ce-4c1a-9895-ec76265ac8c1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-16e5956e-80ce-4c1a-9895-ec76265ac8c1 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-fe1e6ec0-a67a-4445-922c-a9f1dae84ec1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fe1e6ec0-a67a-4445-922c-a9f1dae84ec1 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-ac40fbf7-fc9d-4977-b25b-cf3709f0af70 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ac40fbf7-fc9d-4977-b25b-cf3709f0af70 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-82f16edf-a2b1-40bc-ab62-84fd84ed562f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-82f16edf-a2b1-40bc-ab62-84fd84ed562f .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-2a571ff2-726f-4644-a2a5-91e56d75e88e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2a571ff2-726f-4644-a2a5-91e56d75e88e .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-4d6b3947-ec49-400c-9127-233d09206f64 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4d6b3947-ec49-400c-9127-233d09206f64 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-cf4620cc-5db2-4e31-b63c-72560ac30a0a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cf4620cc-5db2-4e31-b63c-72560ac30a0a .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-aaef77fb-811d-453c-bbbb-0ba12ab1be4c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-aaef77fb-811d-453c-bbbb-0ba12ab1be4c .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-0d801c24-e058-4f11-9862-f9e73feacad6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0d801c24-e058-4f11-9862-f9e73feacad6 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-9182283d-b973-4ec2-94a7-b37680bc4ad3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9182283d-b973-4ec2-94a7-b37680bc4ad3 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-b06b5da3-5ce5-49c6-a982-ebb1c975ee4b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b06b5da3-5ce5-49c6-a982-ebb1c975ee4b .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



.shg-box {
  position: relative;
  display: -webkit-box;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-flex: 1;
  flex: 1;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
}

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

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

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

.shg-box-vertical-align-bottom {
  -webkit-box-pack: 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 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}

#s-07f82dd3-e718-418e-adb1-5fa4f8fb4688 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-07f82dd3-e718-418e-adb1-5fa4f8fb4688 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-07f82dd3-e718-418e-adb1-5fa4f8fb4688 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-07f82dd3-e718-418e-adb1-5fa4f8fb4688 {
  
}
}@media (max-width: 767px){#s-07f82dd3-e718-418e-adb1-5fa4f8fb4688 {
  
}
}







#s-07f82dd3-e718-418e-adb1-5fa4f8fb4688 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-07f82dd3-e718-418e-adb1-5fa4f8fb4688.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-2e411e41-a359-4adf-8a66-557adf0a7ffd {
  padding-left: 50px;
padding-right: 50px;
}

#s-2e411e41-a359-4adf-8a66-557adf0a7ffd hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-4e1056d3-7e78-473f-90be-83ba8bf75d52 {
  padding-left: 50px;
padding-right: 50px;
}

#s-4e1056d3-7e78-473f-90be-83ba8bf75d52 hr {
  border: 0;
  width: 100%;
  border-top: 2px 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%;
  -webkit-transform: translate(-50%,-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;
  -webkit-transform: translate(0%, -50%);
          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;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}
