.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-2e7108c8-7380-43cb-bc1e-7e2a1ccaa74d > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-2e7108c8-7380-43cb-bc1e-7e2a1ccaa74d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-2e7108c8-7380-43cb-bc1e-7e2a1ccaa74d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: #8fcee7;
}

#s-2e7108c8-7380-43cb-bc1e-7e2a1ccaa74d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-2e7108c8-7380-43cb-bc1e-7e2a1ccaa74d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: #8fcee7;
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-2e7108c8-7380-43cb-bc1e-7e2a1ccaa74d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-bd577470-a778-4ee8-af99-3ca1d63b23c5 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-bd577470-a778-4ee8-af99-3ca1d63b23c5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-bd577470-a778-4ee8-af99-3ca1d63b23c5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: #8fcee7;
}

#s-bd577470-a778-4ee8-af99-3ca1d63b23c5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-bd577470-a778-4ee8-af99-3ca1d63b23c5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: #8fcee7;
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-bd577470-a778-4ee8-af99-3ca1d63b23c5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
justify-content: space-between;
}

.shg-row > * {
  min-height: inherit;
  max-height: inherit;
}

.shg-c-xs-1,
.shg-c-xs-2,
.shg-c-xs-3,
.shg-c-xs-4,
.shg-c-xs-5,
.shg-c-xs-6,
.shg-c-xs-7,
.shg-c-xs-8,
.shg-c-xs-9,
.shg-c-xs-10,
.shg-c-xs-11,
.shg-c-xs-12,
.shg-c-sm-1,
.shg-c-sm-2,
.shg-c-sm-3,
.shg-c-sm-4,
.shg-c-sm-5,
.shg-c-sm-6,
.shg-c-sm-7,
.shg-c-sm-8,
.shg-c-sm-9,
.shg-c-sm-10,
.shg-c-sm-11,
.shg-c-sm-12,
.shg-c-md-1,
.shg-c-md-2,
.shg-c-md-3,
.shg-c-md-4,
.shg-c-md-5,
.shg-c-md-6,
.shg-c-md-7,
.shg-c-md-8,
.shg-c-md-9,
.shg-c-md-10,
.shg-c-md-11,
.shg-c-md-12,
.shg-c-lg-1,
.shg-c-lg-2,
.shg-c-lg-3,
.shg-c-lg-4,
.shg-c-lg-5,
.shg-c-lg-6,
.shg-c-lg-7,
.shg-c-lg-8,
.shg-c-lg-9,
.shg-c-lg-10,
.shg-c-lg-11,
.shg-c-lg-12 {
  position: relative;
}

@media (min-width: 0px) {
[id="s-a960b7a4-230e-48d9-9f9f-aae09f981b71"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-a960b7a4-230e-48d9-9f9f-aae09f981b71"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a960b7a4-230e-48d9-9f9f-aae09f981b71"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-a960b7a4-230e-48d9-9f9f-aae09f981b71"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-a960b7a4-230e-48d9-9f9f-aae09f981b71"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-a960b7a4-230e-48d9-9f9f-aae09f981b71"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-a960b7a4-230e-48d9-9f9f-aae09f981b71"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-a960b7a4-230e-48d9-9f9f-aae09f981b71"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-a960b7a4-230e-48d9-9f9f-aae09f981b71"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-a960b7a4-230e-48d9-9f9f-aae09f981b71"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-a960b7a4-230e-48d9-9f9f-aae09f981b71"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-a960b7a4-230e-48d9-9f9f-aae09f981b71"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-a960b7a4-230e-48d9-9f9f-aae09f981b71"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-a960b7a4-230e-48d9-9f9f-aae09f981b71"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-a960b7a4-230e-48d9-9f9f-aae09f981b71"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-a960b7a4-230e-48d9-9f9f-aae09f981b71"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-a960b7a4-230e-48d9-9f9f-aae09f981b71"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-a960b7a4-230e-48d9-9f9f-aae09f981b71"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-a960b7a4-230e-48d9-9f9f-aae09f981b71"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-a960b7a4-230e-48d9-9f9f-aae09f981b71"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-a960b7a4-230e-48d9-9f9f-aae09f981b71"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-a960b7a4-230e-48d9-9f9f-aae09f981b71"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-a960b7a4-230e-48d9-9f9f-aae09f981b71"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-a960b7a4-230e-48d9-9f9f-aae09f981b71"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-a960b7a4-230e-48d9-9f9f-aae09f981b71"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-a960b7a4-230e-48d9-9f9f-aae09f981b71"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-a960b7a4-230e-48d9-9f9f-aae09f981b71"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-a960b7a4-230e-48d9-9f9f-aae09f981b71"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-a960b7a4-230e-48d9-9f9f-aae09f981b71"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-a960b7a4-230e-48d9-9f9f-aae09f981b71"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-a960b7a4-230e-48d9-9f9f-aae09f981b71"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-a960b7a4-230e-48d9-9f9f-aae09f981b71"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-a960b7a4-230e-48d9-9f9f-aae09f981b71"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-a960b7a4-230e-48d9-9f9f-aae09f981b71"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-a960b7a4-230e-48d9-9f9f-aae09f981b71"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-a960b7a4-230e-48d9-9f9f-aae09f981b71"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-a960b7a4-230e-48d9-9f9f-aae09f981b71"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-a960b7a4-230e-48d9-9f9f-aae09f981b71"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

.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-29213856-043e-4398-a7b8-b29ee275fb16 {
  text-align: center;
}




  #s-29213856-043e-4398-a7b8-b29ee275fb16 img.shogun-image {
    
    width: px;
  }


#s-29213856-043e-4398-a7b8-b29ee275fb16 .shogun-image-content {
  
    align-items: center;
  
}

#s-873e9495-f2a6-481c-a6f8-024b0098e6dc {
  text-align: center;
}




  #s-873e9495-f2a6-481c-a6f8-024b0098e6dc img.shogun-image {
    
    width: px;
  }


#s-873e9495-f2a6-481c-a6f8-024b0098e6dc .shogun-image-content {
  
    align-items: center;
  
}

#s-c5527ca3-9134-47c3-acc5-38a63eeb3ef5 {
  text-align: center;
}




  #s-c5527ca3-9134-47c3-acc5-38a63eeb3ef5 img.shogun-image {
    
    width: px;
  }


#s-c5527ca3-9134-47c3-acc5-38a63eeb3ef5 .shogun-image-content {
  
    align-items: center;
  
}

#s-f00ded7a-997d-46e1-92e1-a4fb0647a199 {
  text-align: center;
}




  #s-f00ded7a-997d-46e1-92e1-a4fb0647a199 img.shogun-image {
    
    width: px;
  }


#s-f00ded7a-997d-46e1-92e1-a4fb0647a199 .shogun-image-content {
  
    align-items: center;
  
}

#s-9607f646-ca93-46d8-a5c8-f3db618a68e3 {
  text-align: center;
}




  #s-9607f646-ca93-46d8-a5c8-f3db618a68e3 img.shogun-image {
    
    width: px;
  }


#s-9607f646-ca93-46d8-a5c8-f3db618a68e3 .shogun-image-content {
  
    align-items: center;
  
}

#s-d5ebc35c-acd6-497a-8023-d28145cc0ae1 {
  text-align: center;
}




  #s-d5ebc35c-acd6-497a-8023-d28145cc0ae1 img.shogun-image {
    
    width: px;
  }


#s-d5ebc35c-acd6-497a-8023-d28145cc0ae1 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-60d4f65b-fa4a-424d-b91d-c9bb17ad649b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-60d4f65b-fa4a-424d-b91d-c9bb17ad649b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-60d4f65b-fa4a-424d-b91d-c9bb17ad649b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-60d4f65b-fa4a-424d-b91d-c9bb17ad649b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-60d4f65b-fa4a-424d-b91d-c9bb17ad649b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-60d4f65b-fa4a-424d-b91d-c9bb17ad649b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-60d4f65b-fa4a-424d-b91d-c9bb17ad649b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-60d4f65b-fa4a-424d-b91d-c9bb17ad649b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-60d4f65b-fa4a-424d-b91d-c9bb17ad649b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-60d4f65b-fa4a-424d-b91d-c9bb17ad649b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-60d4f65b-fa4a-424d-b91d-c9bb17ad649b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-60d4f65b-fa4a-424d-b91d-c9bb17ad649b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-60d4f65b-fa4a-424d-b91d-c9bb17ad649b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-60d4f65b-fa4a-424d-b91d-c9bb17ad649b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-60d4f65b-fa4a-424d-b91d-c9bb17ad649b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-60d4f65b-fa4a-424d-b91d-c9bb17ad649b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-60d4f65b-fa4a-424d-b91d-c9bb17ad649b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-60d4f65b-fa4a-424d-b91d-c9bb17ad649b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-60d4f65b-fa4a-424d-b91d-c9bb17ad649b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-60d4f65b-fa4a-424d-b91d-c9bb17ad649b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-60d4f65b-fa4a-424d-b91d-c9bb17ad649b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-60d4f65b-fa4a-424d-b91d-c9bb17ad649b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-60d4f65b-fa4a-424d-b91d-c9bb17ad649b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-60d4f65b-fa4a-424d-b91d-c9bb17ad649b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-60d4f65b-fa4a-424d-b91d-c9bb17ad649b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-60d4f65b-fa4a-424d-b91d-c9bb17ad649b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-60d4f65b-fa4a-424d-b91d-c9bb17ad649b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-60d4f65b-fa4a-424d-b91d-c9bb17ad649b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-60d4f65b-fa4a-424d-b91d-c9bb17ad649b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-60d4f65b-fa4a-424d-b91d-c9bb17ad649b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-60d4f65b-fa4a-424d-b91d-c9bb17ad649b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-60d4f65b-fa4a-424d-b91d-c9bb17ad649b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-60d4f65b-fa4a-424d-b91d-c9bb17ad649b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-60d4f65b-fa4a-424d-b91d-c9bb17ad649b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-60d4f65b-fa4a-424d-b91d-c9bb17ad649b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-60d4f65b-fa4a-424d-b91d-c9bb17ad649b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-60d4f65b-fa4a-424d-b91d-c9bb17ad649b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-60d4f65b-fa4a-424d-b91d-c9bb17ad649b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-7fa7a299-ba0b-4f7b-87a5-c14e3e26bfa5 {
  text-align: center;
}




  #s-7fa7a299-ba0b-4f7b-87a5-c14e3e26bfa5 img.shogun-image {
    
    width: px;
  }


#s-7fa7a299-ba0b-4f7b-87a5-c14e3e26bfa5 .shogun-image-content {
  
    align-items: center;
  
}

#s-0e73164f-5142-4c33-8108-8a998063a09d {
  text-align: center;
}




  #s-0e73164f-5142-4c33-8108-8a998063a09d img.shogun-image {
    
    width: px;
  }


#s-0e73164f-5142-4c33-8108-8a998063a09d .shogun-image-content {
  
    align-items: center;
  
}

#s-003b1b0d-eac5-42e4-920a-149af3f530b6 {
  text-align: center;
}




  #s-003b1b0d-eac5-42e4-920a-149af3f530b6 img.shogun-image {
    
    width: px;
  }


#s-003b1b0d-eac5-42e4-920a-149af3f530b6 .shogun-image-content {
  
    align-items: center;
  
}

#s-c3cad6b0-aa88-405a-973e-1a90f0a224b5 {
  text-align: center;
}




  #s-c3cad6b0-aa88-405a-973e-1a90f0a224b5 img.shogun-image {
    
    width: px;
  }


#s-c3cad6b0-aa88-405a-973e-1a90f0a224b5 .shogun-image-content {
  
    align-items: center;
  
}

#s-acc91981-ba31-4330-bffa-bd7c41033531 {
  text-align: center;
}




  #s-acc91981-ba31-4330-bffa-bd7c41033531 img.shogun-image {
    
    width: px;
  }


#s-acc91981-ba31-4330-bffa-bd7c41033531 .shogun-image-content {
  
    align-items: center;
  
}

#s-82b8e4e0-ff47-4e4d-a61b-ed5e38d5e6aa {
  text-align: center;
}




  #s-82b8e4e0-ff47-4e4d-a61b-ed5e38d5e6aa img.shogun-image {
    
    width: px;
  }


#s-82b8e4e0-ff47-4e4d-a61b-ed5e38d5e6aa .shogun-image-content {
  
    align-items: center;
  
}

#s-d1ae9134-e933-447e-961c-32319ef8b6b6 {
  text-align: center;
}




  #s-d1ae9134-e933-447e-961c-32319ef8b6b6 img.shogun-image {
    
    width: px;
  }


#s-d1ae9134-e933-447e-961c-32319ef8b6b6 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-d5e01823-c4a1-49cb-9d02-6f969523a870"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d5e01823-c4a1-49cb-9d02-6f969523a870"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d5e01823-c4a1-49cb-9d02-6f969523a870"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d5e01823-c4a1-49cb-9d02-6f969523a870"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d5e01823-c4a1-49cb-9d02-6f969523a870"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d5e01823-c4a1-49cb-9d02-6f969523a870"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d5e01823-c4a1-49cb-9d02-6f969523a870"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d5e01823-c4a1-49cb-9d02-6f969523a870"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d5e01823-c4a1-49cb-9d02-6f969523a870"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d5e01823-c4a1-49cb-9d02-6f969523a870"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d5e01823-c4a1-49cb-9d02-6f969523a870"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d5e01823-c4a1-49cb-9d02-6f969523a870"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d5e01823-c4a1-49cb-9d02-6f969523a870"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d5e01823-c4a1-49cb-9d02-6f969523a870"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d5e01823-c4a1-49cb-9d02-6f969523a870"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d5e01823-c4a1-49cb-9d02-6f969523a870"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d5e01823-c4a1-49cb-9d02-6f969523a870"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d5e01823-c4a1-49cb-9d02-6f969523a870"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d5e01823-c4a1-49cb-9d02-6f969523a870"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d5e01823-c4a1-49cb-9d02-6f969523a870"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d5e01823-c4a1-49cb-9d02-6f969523a870"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d5e01823-c4a1-49cb-9d02-6f969523a870"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d5e01823-c4a1-49cb-9d02-6f969523a870"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d5e01823-c4a1-49cb-9d02-6f969523a870"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d5e01823-c4a1-49cb-9d02-6f969523a870"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d5e01823-c4a1-49cb-9d02-6f969523a870"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d5e01823-c4a1-49cb-9d02-6f969523a870"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d5e01823-c4a1-49cb-9d02-6f969523a870"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d5e01823-c4a1-49cb-9d02-6f969523a870"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d5e01823-c4a1-49cb-9d02-6f969523a870"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d5e01823-c4a1-49cb-9d02-6f969523a870"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d5e01823-c4a1-49cb-9d02-6f969523a870"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d5e01823-c4a1-49cb-9d02-6f969523a870"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d5e01823-c4a1-49cb-9d02-6f969523a870"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d5e01823-c4a1-49cb-9d02-6f969523a870"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d5e01823-c4a1-49cb-9d02-6f969523a870"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d5e01823-c4a1-49cb-9d02-6f969523a870"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-c789e116-ccaf-4379-bb72-63a0089ee014 {
  text-align: center;
}




  #s-c789e116-ccaf-4379-bb72-63a0089ee014 img.shogun-image {
    
    width: px;
  }


#s-c789e116-ccaf-4379-bb72-63a0089ee014 .shogun-image-content {
  
    align-items: center;
  
}

#s-24d8c50e-0bc7-4217-b5b9-a78ea54373a6 {
  text-align: center;
}




  #s-24d8c50e-0bc7-4217-b5b9-a78ea54373a6 img.shogun-image {
    
    width: px;
  }


#s-24d8c50e-0bc7-4217-b5b9-a78ea54373a6 .shogun-image-content {
  
    align-items: center;
  
}

#s-a8305ee6-80e1-42b7-8301-a1300700abed {
  text-align: center;
}




  #s-a8305ee6-80e1-42b7-8301-a1300700abed img.shogun-image {
    
    width: px;
  }


#s-a8305ee6-80e1-42b7-8301-a1300700abed .shogun-image-content {
  
    align-items: center;
  
}

#s-9dbbd4cd-0c6c-4139-a3fe-35a94399c734 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-9dbbd4cd-0c6c-4139-a3fe-35a94399c734 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-9dbbd4cd-0c6c-4139-a3fe-35a94399c734 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: #8fcee7;
}

#s-9dbbd4cd-0c6c-4139-a3fe-35a94399c734 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-9dbbd4cd-0c6c-4139-a3fe-35a94399c734 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: #8fcee7;
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-9dbbd4cd-0c6c-4139-a3fe-35a94399c734 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
@media (min-width: 0px) {
[id="s-982d5a7e-7abc-4bed-978c-41e4533303ed"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-982d5a7e-7abc-4bed-978c-41e4533303ed"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-982d5a7e-7abc-4bed-978c-41e4533303ed"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-982d5a7e-7abc-4bed-978c-41e4533303ed"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-982d5a7e-7abc-4bed-978c-41e4533303ed"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-982d5a7e-7abc-4bed-978c-41e4533303ed"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-982d5a7e-7abc-4bed-978c-41e4533303ed"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-982d5a7e-7abc-4bed-978c-41e4533303ed"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-982d5a7e-7abc-4bed-978c-41e4533303ed"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-982d5a7e-7abc-4bed-978c-41e4533303ed"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-982d5a7e-7abc-4bed-978c-41e4533303ed"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-982d5a7e-7abc-4bed-978c-41e4533303ed"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-982d5a7e-7abc-4bed-978c-41e4533303ed"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-982d5a7e-7abc-4bed-978c-41e4533303ed"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-982d5a7e-7abc-4bed-978c-41e4533303ed"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-982d5a7e-7abc-4bed-978c-41e4533303ed"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-982d5a7e-7abc-4bed-978c-41e4533303ed"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-982d5a7e-7abc-4bed-978c-41e4533303ed"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-982d5a7e-7abc-4bed-978c-41e4533303ed"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-982d5a7e-7abc-4bed-978c-41e4533303ed"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-982d5a7e-7abc-4bed-978c-41e4533303ed"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-982d5a7e-7abc-4bed-978c-41e4533303ed"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-982d5a7e-7abc-4bed-978c-41e4533303ed"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-982d5a7e-7abc-4bed-978c-41e4533303ed"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-982d5a7e-7abc-4bed-978c-41e4533303ed"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-982d5a7e-7abc-4bed-978c-41e4533303ed"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-982d5a7e-7abc-4bed-978c-41e4533303ed"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-982d5a7e-7abc-4bed-978c-41e4533303ed"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-982d5a7e-7abc-4bed-978c-41e4533303ed"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-982d5a7e-7abc-4bed-978c-41e4533303ed"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-982d5a7e-7abc-4bed-978c-41e4533303ed"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-982d5a7e-7abc-4bed-978c-41e4533303ed"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-982d5a7e-7abc-4bed-978c-41e4533303ed"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-982d5a7e-7abc-4bed-978c-41e4533303ed"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-982d5a7e-7abc-4bed-978c-41e4533303ed"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-982d5a7e-7abc-4bed-978c-41e4533303ed"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-982d5a7e-7abc-4bed-978c-41e4533303ed"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-982d5a7e-7abc-4bed-978c-41e4533303ed"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-3c634016-80ba-478e-b01d-07d6f5ca2d7b {
  text-align: center;
}




  #s-3c634016-80ba-478e-b01d-07d6f5ca2d7b img.shogun-image {
    
    width: px;
  }


#s-3c634016-80ba-478e-b01d-07d6f5ca2d7b .shogun-image-content {
  
    align-items: center;
  
}

#s-13a2c8d2-bca9-43cd-800a-fd61626df5f5 {
  text-align: center;
}




  #s-13a2c8d2-bca9-43cd-800a-fd61626df5f5 img.shogun-image {
    
    width: px;
  }


#s-13a2c8d2-bca9-43cd-800a-fd61626df5f5 .shogun-image-content {
  
    align-items: center;
  
}

#s-a4ca2164-4ef1-4805-a3e4-50c004a64217 {
  text-align: center;
}




  #s-a4ca2164-4ef1-4805-a3e4-50c004a64217 img.shogun-image {
    
    width: px;
  }


#s-a4ca2164-4ef1-4805-a3e4-50c004a64217 .shogun-image-content {
  
    align-items: center;
  
}

#s-e6fd9008-e115-4c91-a7b9-e1176171894d {
  text-align: center;
}




  #s-e6fd9008-e115-4c91-a7b9-e1176171894d img.shogun-image {
    
    width: px;
  }


#s-e6fd9008-e115-4c91-a7b9-e1176171894d .shogun-image-content {
  
    align-items: center;
  
}

#s-8bddef58-5510-4dca-b30b-30171db91fd4 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-8bddef58-5510-4dca-b30b-30171db91fd4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-8bddef58-5510-4dca-b30b-30171db91fd4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: #8fcee7;
}

#s-8bddef58-5510-4dca-b30b-30171db91fd4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-8bddef58-5510-4dca-b30b-30171db91fd4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: #8fcee7;
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-8bddef58-5510-4dca-b30b-30171db91fd4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
@media (min-width: 0px) {
[id="s-e507f4bd-88a4-488f-a89b-c0532d9d5755"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-e507f4bd-88a4-488f-a89b-c0532d9d5755"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e507f4bd-88a4-488f-a89b-c0532d9d5755"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 24.0px);
}

[id="s-e507f4bd-88a4-488f-a89b-c0532d9d5755"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 24.0px);
}

[id="s-e507f4bd-88a4-488f-a89b-c0532d9d5755"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 24.0px);
}

[id="s-e507f4bd-88a4-488f-a89b-c0532d9d5755"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 24.0px);
}

[id="s-e507f4bd-88a4-488f-a89b-c0532d9d5755"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 24.0px);
}

[id="s-e507f4bd-88a4-488f-a89b-c0532d9d5755"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 24.0px);
}

[id="s-e507f4bd-88a4-488f-a89b-c0532d9d5755"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 24.0px);
}

[id="s-e507f4bd-88a4-488f-a89b-c0532d9d5755"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 24.0px);
}

[id="s-e507f4bd-88a4-488f-a89b-c0532d9d5755"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 24.0px);
}

[id="s-e507f4bd-88a4-488f-a89b-c0532d9d5755"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 24.0px);
}

[id="s-e507f4bd-88a4-488f-a89b-c0532d9d5755"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 24.0px);
}

[id="s-e507f4bd-88a4-488f-a89b-c0532d9d5755"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-e507f4bd-88a4-488f-a89b-c0532d9d5755"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 24.0px);
}

[id="s-e507f4bd-88a4-488f-a89b-c0532d9d5755"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 24.0px);
}

[id="s-e507f4bd-88a4-488f-a89b-c0532d9d5755"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 24.0px);
}

[id="s-e507f4bd-88a4-488f-a89b-c0532d9d5755"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 24.0px);
}

[id="s-e507f4bd-88a4-488f-a89b-c0532d9d5755"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 24.0px);
}

[id="s-e507f4bd-88a4-488f-a89b-c0532d9d5755"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 24.0px);
}

[id="s-e507f4bd-88a4-488f-a89b-c0532d9d5755"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 24.0px);
}

[id="s-e507f4bd-88a4-488f-a89b-c0532d9d5755"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 24.0px);
}

[id="s-e507f4bd-88a4-488f-a89b-c0532d9d5755"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 24.0px);
}

[id="s-e507f4bd-88a4-488f-a89b-c0532d9d5755"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 24.0px);
}

[id="s-e507f4bd-88a4-488f-a89b-c0532d9d5755"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 24.0px);
}

[id="s-e507f4bd-88a4-488f-a89b-c0532d9d5755"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-e507f4bd-88a4-488f-a89b-c0532d9d5755"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 24.0px);
}

[id="s-e507f4bd-88a4-488f-a89b-c0532d9d5755"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 24.0px);
}

[id="s-e507f4bd-88a4-488f-a89b-c0532d9d5755"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 24.0px);
}

[id="s-e507f4bd-88a4-488f-a89b-c0532d9d5755"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 24.0px);
}

[id="s-e507f4bd-88a4-488f-a89b-c0532d9d5755"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 24.0px);
}

[id="s-e507f4bd-88a4-488f-a89b-c0532d9d5755"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 24.0px);
}

[id="s-e507f4bd-88a4-488f-a89b-c0532d9d5755"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 24.0px);
}

[id="s-e507f4bd-88a4-488f-a89b-c0532d9d5755"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 24.0px);
}

[id="s-e507f4bd-88a4-488f-a89b-c0532d9d5755"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 24.0px);
}

[id="s-e507f4bd-88a4-488f-a89b-c0532d9d5755"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 24.0px);
}

[id="s-e507f4bd-88a4-488f-a89b-c0532d9d5755"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 24.0px);
}

[id="s-e507f4bd-88a4-488f-a89b-c0532d9d5755"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 24.0px);
}

}

#s-0e453e5d-2093-41b5-acb0-5093da48e9c1 {
  text-align: center;
}




  #s-0e453e5d-2093-41b5-acb0-5093da48e9c1 img.shogun-image {
    
    width: px;
  }


#s-0e453e5d-2093-41b5-acb0-5093da48e9c1 .shogun-image-content {
  
    align-items: center;
  
}

#s-9c91f7ee-03d5-4101-add7-20ff37654d23 {
  text-align: center;
}




  #s-9c91f7ee-03d5-4101-add7-20ff37654d23 img.shogun-image {
    
    width: px;
  }


#s-9c91f7ee-03d5-4101-add7-20ff37654d23 .shogun-image-content {
  
    align-items: center;
  
}

#s-975a2127-769f-4c35-b659-cacdfddcd634 {
  text-align: center;
}




  #s-975a2127-769f-4c35-b659-cacdfddcd634 img.shogun-image {
    
    width: px;
  }


#s-975a2127-769f-4c35-b659-cacdfddcd634 .shogun-image-content {
  
    align-items: center;
  
}

#s-02659fd2-37c2-4a4f-b068-003057492c0a {
  text-align: center;
}




  #s-02659fd2-37c2-4a4f-b068-003057492c0a img.shogun-image {
    
    width: px;
  }


#s-02659fd2-37c2-4a4f-b068-003057492c0a .shogun-image-content {
  
    align-items: center;
  
}

#s-04240d89-175d-4aa5-8ce7-3d92c2bbe177 {
  text-align: center;
}




  #s-04240d89-175d-4aa5-8ce7-3d92c2bbe177 img.shogun-image {
    
    width: px;
  }


#s-04240d89-175d-4aa5-8ce7-3d92c2bbe177 .shogun-image-content {
  
    align-items: center;
  
}

#s-609391e2-144d-4962-aa36-ce64f9b70bab {
  text-align: center;
}




  #s-609391e2-144d-4962-aa36-ce64f9b70bab img.shogun-image {
    
    width: px;
  }


#s-609391e2-144d-4962-aa36-ce64f9b70bab .shogun-image-content {
  
    align-items: center;
  
}

#s-f9449eba-c186-4f48-9108-0295c01722d8 {
  text-align: center;
}




  #s-f9449eba-c186-4f48-9108-0295c01722d8 img.shogun-image {
    
    width: px;
  }


#s-f9449eba-c186-4f48-9108-0295c01722d8 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-9eb360db-43bb-4531-8476-9aebe5dd7228"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 2.5px);
}

[id="s-9eb360db-43bb-4531-8476-9aebe5dd7228"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9eb360db-43bb-4531-8476-9aebe5dd7228"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 4.166666666666667px);
}

[id="s-9eb360db-43bb-4531-8476-9aebe5dd7228"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 4.166666666666667px);
}

[id="s-9eb360db-43bb-4531-8476-9aebe5dd7228"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 4.166666666666667px);
}

[id="s-9eb360db-43bb-4531-8476-9aebe5dd7228"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 4.166666666666667px);
}

[id="s-9eb360db-43bb-4531-8476-9aebe5dd7228"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 4.166666666666667px);
}

[id="s-9eb360db-43bb-4531-8476-9aebe5dd7228"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 4.166666666666667px);
}

[id="s-9eb360db-43bb-4531-8476-9aebe5dd7228"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 4.166666666666667px);
}

[id="s-9eb360db-43bb-4531-8476-9aebe5dd7228"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 4.166666666666667px);
}

[id="s-9eb360db-43bb-4531-8476-9aebe5dd7228"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 4.166666666666667px);
}

[id="s-9eb360db-43bb-4531-8476-9aebe5dd7228"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 4.166666666666667px);
}

[id="s-9eb360db-43bb-4531-8476-9aebe5dd7228"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 4.166666666666667px);
}

[id="s-9eb360db-43bb-4531-8476-9aebe5dd7228"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 4.166666666666667px);
}

}

@media (min-width: 992px) {
[id="s-9eb360db-43bb-4531-8476-9aebe5dd7228"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 4.166666666666667px);
}

[id="s-9eb360db-43bb-4531-8476-9aebe5dd7228"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 4.166666666666667px);
}

[id="s-9eb360db-43bb-4531-8476-9aebe5dd7228"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 4.166666666666667px);
}

[id="s-9eb360db-43bb-4531-8476-9aebe5dd7228"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 4.166666666666667px);
}

[id="s-9eb360db-43bb-4531-8476-9aebe5dd7228"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 4.166666666666667px);
}

[id="s-9eb360db-43bb-4531-8476-9aebe5dd7228"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 4.166666666666667px);
}

[id="s-9eb360db-43bb-4531-8476-9aebe5dd7228"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 4.166666666666667px);
}

[id="s-9eb360db-43bb-4531-8476-9aebe5dd7228"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 4.166666666666667px);
}

[id="s-9eb360db-43bb-4531-8476-9aebe5dd7228"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 4.166666666666667px);
}

[id="s-9eb360db-43bb-4531-8476-9aebe5dd7228"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 4.166666666666667px);
}

[id="s-9eb360db-43bb-4531-8476-9aebe5dd7228"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 4.166666666666667px);
}

[id="s-9eb360db-43bb-4531-8476-9aebe5dd7228"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 4.166666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-9eb360db-43bb-4531-8476-9aebe5dd7228"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 4.166666666666667px);
}

[id="s-9eb360db-43bb-4531-8476-9aebe5dd7228"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 4.166666666666667px);
}

[id="s-9eb360db-43bb-4531-8476-9aebe5dd7228"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 4.166666666666667px);
}

[id="s-9eb360db-43bb-4531-8476-9aebe5dd7228"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 4.166666666666667px);
}

[id="s-9eb360db-43bb-4531-8476-9aebe5dd7228"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 4.166666666666667px);
}

[id="s-9eb360db-43bb-4531-8476-9aebe5dd7228"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 4.166666666666667px);
}

[id="s-9eb360db-43bb-4531-8476-9aebe5dd7228"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 4.166666666666667px);
}

[id="s-9eb360db-43bb-4531-8476-9aebe5dd7228"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 4.166666666666667px);
}

[id="s-9eb360db-43bb-4531-8476-9aebe5dd7228"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 4.166666666666667px);
}

[id="s-9eb360db-43bb-4531-8476-9aebe5dd7228"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 4.166666666666667px);
}

[id="s-9eb360db-43bb-4531-8476-9aebe5dd7228"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 4.166666666666667px);
}

[id="s-9eb360db-43bb-4531-8476-9aebe5dd7228"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 4.166666666666667px);
}

}

#s-35c42184-b982-425d-9d8a-17768db4b5b8 {
  text-align: center;
}




  #s-35c42184-b982-425d-9d8a-17768db4b5b8 img.shogun-image {
    
    width: px;
  }


#s-35c42184-b982-425d-9d8a-17768db4b5b8 .shogun-image-content {
  
    align-items: center;
  
}

#s-404f05c6-573e-4224-a10a-cf8ff2a46a65 {
  text-align: center;
}




  #s-404f05c6-573e-4224-a10a-cf8ff2a46a65 img.shogun-image {
    
    width: px;
  }


#s-404f05c6-573e-4224-a10a-cf8ff2a46a65 .shogun-image-content {
  
    align-items: center;
  
}

#s-b3ac4114-93b8-496a-8ee7-fda8b4138ded {
  text-align: center;
}




  #s-b3ac4114-93b8-496a-8ee7-fda8b4138ded img.shogun-image {
    
    width: px;
  }


#s-b3ac4114-93b8-496a-8ee7-fda8b4138ded .shogun-image-content {
  
    align-items: center;
  
}

#s-ad434bd6-b78f-4fd1-8eb1-1993ea31ea4e {
  text-align: center;
}




  #s-ad434bd6-b78f-4fd1-8eb1-1993ea31ea4e img.shogun-image {
    
    width: px;
  }


#s-ad434bd6-b78f-4fd1-8eb1-1993ea31ea4e .shogun-image-content {
  
    align-items: center;
  
}

#s-eab246ff-0cc8-4694-946f-4633ecee55f3 {
  text-align: center;
}




  #s-eab246ff-0cc8-4694-946f-4633ecee55f3 img.shogun-image {
    
    width: px;
  }


#s-eab246ff-0cc8-4694-946f-4633ecee55f3 .shogun-image-content {
  
    align-items: center;
  
}

#s-77f156e4-1ae0-4db0-854a-2e3dc66d06e6 {
  text-align: center;
}




  #s-77f156e4-1ae0-4db0-854a-2e3dc66d06e6 img.shogun-image {
    
    width: px;
  }


#s-77f156e4-1ae0-4db0-854a-2e3dc66d06e6 .shogun-image-content {
  
    align-items: 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: #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-7c13cc2e-a163-4df7-80e2-bdc9ab611a5b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7c13cc2e-a163-4df7-80e2-bdc9ab611a5b .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-08ad09fc-8689-4e25-8cc6-d88db604aaec {
  text-align: center;
}




  #s-08ad09fc-8689-4e25-8cc6-d88db604aaec img.shogun-image {
    
    width: px;
  }


#s-08ad09fc-8689-4e25-8cc6-d88db604aaec .shogun-image-content {
  
    align-items: center;
  
}

#s-135e5e83-d01d-4050-b62f-c027be0d19e7 {
  text-align: center;
}




  #s-135e5e83-d01d-4050-b62f-c027be0d19e7 img.shogun-image {
    
    width: px;
  }


#s-135e5e83-d01d-4050-b62f-c027be0d19e7 .shogun-image-content {
  
    align-items: center;
  
}

#s-7ee009f4-b091-4edd-af89-e70167fd8de0 {
  text-align: center;
}




  #s-7ee009f4-b091-4edd-af89-e70167fd8de0 img.shogun-image {
    
    width: px;
  }


#s-7ee009f4-b091-4edd-af89-e70167fd8de0 .shogun-image-content {
  
    align-items: center;
  
}

#s-3889ff86-96ec-42a9-b575-03ecee67a4fa {
  text-align: center;
}




  #s-3889ff86-96ec-42a9-b575-03ecee67a4fa img.shogun-image {
    
    width: px;
  }


#s-3889ff86-96ec-42a9-b575-03ecee67a4fa .shogun-image-content {
  
    align-items: center;
  
}

#s-44599f53-4a33-48d3-8c07-d0bf3a3dfd5f {
  text-align: center;
}




  #s-44599f53-4a33-48d3-8c07-d0bf3a3dfd5f img.shogun-image {
    
    width: px;
  }


#s-44599f53-4a33-48d3-8c07-d0bf3a3dfd5f .shogun-image-content {
  
    align-items: center;
  
}

#s-270fbd5b-cdc6-4afa-9cde-2ecc43dfdacd {
  text-align: center;
}




  #s-270fbd5b-cdc6-4afa-9cde-2ecc43dfdacd img.shogun-image {
    
    width: px;
  }


#s-270fbd5b-cdc6-4afa-9cde-2ecc43dfdacd .shogun-image-content {
  
    align-items: center;
  
}

#s-55cd13df-5c4a-4ce0-a5a3-42f18b6f1b0b {
  text-align: center;
}




  #s-55cd13df-5c4a-4ce0-a5a3-42f18b6f1b0b img.shogun-image {
    
    width: px;
  }


#s-55cd13df-5c4a-4ce0-a5a3-42f18b6f1b0b .shogun-image-content {
  
    align-items: center;
  
}

#s-9215932a-b417-44bd-8402-1b75df04f2b0 {
  text-align: center;
}




  #s-9215932a-b417-44bd-8402-1b75df04f2b0 img.shogun-image {
    
    width: px;
  }


#s-9215932a-b417-44bd-8402-1b75df04f2b0 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-28740aca-1c3e-4136-86e4-ed64b65306ec"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-28740aca-1c3e-4136-86e4-ed64b65306ec"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-28740aca-1c3e-4136-86e4-ed64b65306ec"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-28740aca-1c3e-4136-86e4-ed64b65306ec"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-28740aca-1c3e-4136-86e4-ed64b65306ec"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-28740aca-1c3e-4136-86e4-ed64b65306ec"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-28740aca-1c3e-4136-86e4-ed64b65306ec"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-28740aca-1c3e-4136-86e4-ed64b65306ec"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-28740aca-1c3e-4136-86e4-ed64b65306ec"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-28740aca-1c3e-4136-86e4-ed64b65306ec"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-28740aca-1c3e-4136-86e4-ed64b65306ec"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-28740aca-1c3e-4136-86e4-ed64b65306ec"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-28740aca-1c3e-4136-86e4-ed64b65306ec"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-28740aca-1c3e-4136-86e4-ed64b65306ec"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-28740aca-1c3e-4136-86e4-ed64b65306ec"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-28740aca-1c3e-4136-86e4-ed64b65306ec"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-28740aca-1c3e-4136-86e4-ed64b65306ec"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-28740aca-1c3e-4136-86e4-ed64b65306ec"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-28740aca-1c3e-4136-86e4-ed64b65306ec"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-28740aca-1c3e-4136-86e4-ed64b65306ec"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-28740aca-1c3e-4136-86e4-ed64b65306ec"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-28740aca-1c3e-4136-86e4-ed64b65306ec"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-28740aca-1c3e-4136-86e4-ed64b65306ec"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-28740aca-1c3e-4136-86e4-ed64b65306ec"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-28740aca-1c3e-4136-86e4-ed64b65306ec"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-28740aca-1c3e-4136-86e4-ed64b65306ec"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-28740aca-1c3e-4136-86e4-ed64b65306ec"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-28740aca-1c3e-4136-86e4-ed64b65306ec"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-28740aca-1c3e-4136-86e4-ed64b65306ec"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-28740aca-1c3e-4136-86e4-ed64b65306ec"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-28740aca-1c3e-4136-86e4-ed64b65306ec"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-28740aca-1c3e-4136-86e4-ed64b65306ec"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-28740aca-1c3e-4136-86e4-ed64b65306ec"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-28740aca-1c3e-4136-86e4-ed64b65306ec"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-28740aca-1c3e-4136-86e4-ed64b65306ec"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-28740aca-1c3e-4136-86e4-ed64b65306ec"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-28740aca-1c3e-4136-86e4-ed64b65306ec"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-28740aca-1c3e-4136-86e4-ed64b65306ec"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-23500f01-e629-4719-bc0a-4e3438900192 {
  text-align: center;
}




  #s-23500f01-e629-4719-bc0a-4e3438900192 img.shogun-image {
    
    width: px;
  }


#s-23500f01-e629-4719-bc0a-4e3438900192 .shogun-image-content {
  
    align-items: center;
  
}

#s-d1f78056-d3ea-45ca-8778-1b38dba9c595 {
  text-align: center;
}




  #s-d1f78056-d3ea-45ca-8778-1b38dba9c595 img.shogun-image {
    
    width: px;
  }


#s-d1f78056-d3ea-45ca-8778-1b38dba9c595 .shogun-image-content {
  
    align-items: center;
  
}

#s-40aa4c11-d57f-445c-82fb-2700d3467b16 {
  text-align: center;
}




  #s-40aa4c11-d57f-445c-82fb-2700d3467b16 img.shogun-image {
    
    width: px;
  }


#s-40aa4c11-d57f-445c-82fb-2700d3467b16 .shogun-image-content {
  
    align-items: center;
  
}

#s-35c2e79e-f9bb-422e-83cc-01ceca21b4f1 {
  text-align: center;
}




  #s-35c2e79e-f9bb-422e-83cc-01ceca21b4f1 img.shogun-image {
    
    width: px;
  }


#s-35c2e79e-f9bb-422e-83cc-01ceca21b4f1 .shogun-image-content {
  
    align-items: center;
  
}

#s-c10718f5-8180-41ba-b694-83459ea32e53 {
  text-align: center;
}




  #s-c10718f5-8180-41ba-b694-83459ea32e53 img.shogun-image {
    
    width: px;
  }


#s-c10718f5-8180-41ba-b694-83459ea32e53 .shogun-image-content {
  
    align-items: center;
  
}

#s-193a5d28-bb5e-469a-87b8-7e553891bc86 {
  text-align: center;
}




  #s-193a5d28-bb5e-469a-87b8-7e553891bc86 img.shogun-image {
    
    width: px;
  }


#s-193a5d28-bb5e-469a-87b8-7e553891bc86 .shogun-image-content {
  
    align-items: center;
  
}

#s-32ef716c-077e-49de-a13a-ac2c9125b0ce {
  text-align: center;
}




  #s-32ef716c-077e-49de-a13a-ac2c9125b0ce img.shogun-image {
    
    width: px;
  }


#s-32ef716c-077e-49de-a13a-ac2c9125b0ce .shogun-image-content {
  
    align-items: center;
  
}

#s-dc1b66e0-9925-4e55-88e8-c71b19db1e62 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-dc1b66e0-9925-4e55-88e8-c71b19db1e62 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-dc1b66e0-9925-4e55-88e8-c71b19db1e62 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: #8fcee7;
}

#s-dc1b66e0-9925-4e55-88e8-c71b19db1e62 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-dc1b66e0-9925-4e55-88e8-c71b19db1e62 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: #8fcee7;
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-dc1b66e0-9925-4e55-88e8-c71b19db1e62 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
@media (min-width: 0px) {
[id="s-fa4f3dbf-e337-483e-acfb-d4884348b88a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-fa4f3dbf-e337-483e-acfb-d4884348b88a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fa4f3dbf-e337-483e-acfb-d4884348b88a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-fa4f3dbf-e337-483e-acfb-d4884348b88a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-fa4f3dbf-e337-483e-acfb-d4884348b88a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-fa4f3dbf-e337-483e-acfb-d4884348b88a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-fa4f3dbf-e337-483e-acfb-d4884348b88a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-fa4f3dbf-e337-483e-acfb-d4884348b88a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-fa4f3dbf-e337-483e-acfb-d4884348b88a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-fa4f3dbf-e337-483e-acfb-d4884348b88a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-fa4f3dbf-e337-483e-acfb-d4884348b88a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-fa4f3dbf-e337-483e-acfb-d4884348b88a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-fa4f3dbf-e337-483e-acfb-d4884348b88a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-fa4f3dbf-e337-483e-acfb-d4884348b88a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-fa4f3dbf-e337-483e-acfb-d4884348b88a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-fa4f3dbf-e337-483e-acfb-d4884348b88a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-fa4f3dbf-e337-483e-acfb-d4884348b88a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-fa4f3dbf-e337-483e-acfb-d4884348b88a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-fa4f3dbf-e337-483e-acfb-d4884348b88a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-fa4f3dbf-e337-483e-acfb-d4884348b88a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-fa4f3dbf-e337-483e-acfb-d4884348b88a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-fa4f3dbf-e337-483e-acfb-d4884348b88a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-fa4f3dbf-e337-483e-acfb-d4884348b88a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-fa4f3dbf-e337-483e-acfb-d4884348b88a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-fa4f3dbf-e337-483e-acfb-d4884348b88a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-fa4f3dbf-e337-483e-acfb-d4884348b88a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-fa4f3dbf-e337-483e-acfb-d4884348b88a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-fa4f3dbf-e337-483e-acfb-d4884348b88a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-fa4f3dbf-e337-483e-acfb-d4884348b88a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-fa4f3dbf-e337-483e-acfb-d4884348b88a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-fa4f3dbf-e337-483e-acfb-d4884348b88a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-fa4f3dbf-e337-483e-acfb-d4884348b88a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-fa4f3dbf-e337-483e-acfb-d4884348b88a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-fa4f3dbf-e337-483e-acfb-d4884348b88a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-fa4f3dbf-e337-483e-acfb-d4884348b88a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-fa4f3dbf-e337-483e-acfb-d4884348b88a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-fa4f3dbf-e337-483e-acfb-d4884348b88a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-fa4f3dbf-e337-483e-acfb-d4884348b88a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-61773945-80e6-4449-b6b9-592eea56f7ff {
  text-align: center;
}




  #s-61773945-80e6-4449-b6b9-592eea56f7ff img.shogun-image {
    
    width: px;
  }


#s-61773945-80e6-4449-b6b9-592eea56f7ff .shogun-image-content {
  
    align-items: center;
  
}

#s-e375afd1-b122-4d43-ba57-1deb8a44280e {
  text-align: center;
}




  #s-e375afd1-b122-4d43-ba57-1deb8a44280e img.shogun-image {
    
    width: px;
  }


#s-e375afd1-b122-4d43-ba57-1deb8a44280e .shogun-image-content {
  
    align-items: center;
  
}

#s-9eff1ee0-f5b9-4b12-a4d1-d37003ac0096 {
  text-align: center;
}




  #s-9eff1ee0-f5b9-4b12-a4d1-d37003ac0096 img.shogun-image {
    
    width: px;
  }


#s-9eff1ee0-f5b9-4b12-a4d1-d37003ac0096 .shogun-image-content {
  
    align-items: center;
  
}

#s-b802a269-e557-4115-89e9-b26dabaf4461 {
  text-align: center;
}




  #s-b802a269-e557-4115-89e9-b26dabaf4461 img.shogun-image {
    
    width: px;
  }


#s-b802a269-e557-4115-89e9-b26dabaf4461 .shogun-image-content {
  
    align-items: center;
  
}

#s-2e589610-38dc-48c9-bd29-92aea170c724 {
  text-align: center;
}




  #s-2e589610-38dc-48c9-bd29-92aea170c724 img.shogun-image {
    
    width: px;
  }


#s-2e589610-38dc-48c9-bd29-92aea170c724 .shogun-image-content {
  
    align-items: center;
  
}

#s-7190cc20-a305-405e-b3ff-cdb617127df1 {
  text-align: center;
}




  #s-7190cc20-a305-405e-b3ff-cdb617127df1 img.shogun-image {
    
    width: px;
  }


#s-7190cc20-a305-405e-b3ff-cdb617127df1 .shogun-image-content {
  
    align-items: center;
  
}

#s-29149494-ce10-4df5-bbb1-fd2fcf9ec687 {
  text-align: center;
}




  #s-29149494-ce10-4df5-bbb1-fd2fcf9ec687 img.shogun-image {
    
    width: px;
  }


#s-29149494-ce10-4df5-bbb1-fd2fcf9ec687 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-3a6bb707-d132-4236-803b-cd2e5aa7553e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-3a6bb707-d132-4236-803b-cd2e5aa7553e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3a6bb707-d132-4236-803b-cd2e5aa7553e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-3a6bb707-d132-4236-803b-cd2e5aa7553e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-3a6bb707-d132-4236-803b-cd2e5aa7553e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-3a6bb707-d132-4236-803b-cd2e5aa7553e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-3a6bb707-d132-4236-803b-cd2e5aa7553e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-3a6bb707-d132-4236-803b-cd2e5aa7553e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-3a6bb707-d132-4236-803b-cd2e5aa7553e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-3a6bb707-d132-4236-803b-cd2e5aa7553e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-3a6bb707-d132-4236-803b-cd2e5aa7553e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-3a6bb707-d132-4236-803b-cd2e5aa7553e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-3a6bb707-d132-4236-803b-cd2e5aa7553e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-3a6bb707-d132-4236-803b-cd2e5aa7553e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-3a6bb707-d132-4236-803b-cd2e5aa7553e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-3a6bb707-d132-4236-803b-cd2e5aa7553e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-3a6bb707-d132-4236-803b-cd2e5aa7553e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-3a6bb707-d132-4236-803b-cd2e5aa7553e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-3a6bb707-d132-4236-803b-cd2e5aa7553e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-3a6bb707-d132-4236-803b-cd2e5aa7553e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-3a6bb707-d132-4236-803b-cd2e5aa7553e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-3a6bb707-d132-4236-803b-cd2e5aa7553e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-3a6bb707-d132-4236-803b-cd2e5aa7553e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-3a6bb707-d132-4236-803b-cd2e5aa7553e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-3a6bb707-d132-4236-803b-cd2e5aa7553e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-3a6bb707-d132-4236-803b-cd2e5aa7553e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-3a6bb707-d132-4236-803b-cd2e5aa7553e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-3a6bb707-d132-4236-803b-cd2e5aa7553e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-3a6bb707-d132-4236-803b-cd2e5aa7553e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-3a6bb707-d132-4236-803b-cd2e5aa7553e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-3a6bb707-d132-4236-803b-cd2e5aa7553e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-3a6bb707-d132-4236-803b-cd2e5aa7553e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-3a6bb707-d132-4236-803b-cd2e5aa7553e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-3a6bb707-d132-4236-803b-cd2e5aa7553e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-3a6bb707-d132-4236-803b-cd2e5aa7553e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-3a6bb707-d132-4236-803b-cd2e5aa7553e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-3a6bb707-d132-4236-803b-cd2e5aa7553e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-3a6bb707-d132-4236-803b-cd2e5aa7553e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-9fa90d58-b655-4760-9cbe-3ed6041d07e1 {
  text-align: center;
}




  #s-9fa90d58-b655-4760-9cbe-3ed6041d07e1 img.shogun-image {
    
    width: px;
  }


#s-9fa90d58-b655-4760-9cbe-3ed6041d07e1 .shogun-image-content {
  
    align-items: center;
  
}

#s-5964398c-ec85-417d-ad1e-b917f8d1af51 {
  text-align: center;
}




  #s-5964398c-ec85-417d-ad1e-b917f8d1af51 img.shogun-image {
    
    width: px;
  }


#s-5964398c-ec85-417d-ad1e-b917f8d1af51 .shogun-image-content {
  
    align-items: center;
  
}

#s-fa79817a-057c-4c37-aceb-858497a61495 {
  text-align: center;
}




  #s-fa79817a-057c-4c37-aceb-858497a61495 img.shogun-image {
    
    width: px;
  }


#s-fa79817a-057c-4c37-aceb-858497a61495 .shogun-image-content {
  
    align-items: center;
  
}

#s-e361e8f6-7a01-4024-8acf-258a637b0696 {
  text-align: center;
}




  #s-e361e8f6-7a01-4024-8acf-258a637b0696 img.shogun-image {
    
    width: px;
  }


#s-e361e8f6-7a01-4024-8acf-258a637b0696 .shogun-image-content {
  
    align-items: center;
  
}

#s-55a89bf1-3965-4755-ada4-324851b35716 {
  text-align: center;
}




  #s-55a89bf1-3965-4755-ada4-324851b35716 img.shogun-image {
    
    width: px;
  }


#s-55a89bf1-3965-4755-ada4-324851b35716 .shogun-image-content {
  
    align-items: center;
  
}

#s-6dade286-2eba-42d7-a533-89f4a0c0df8f {
  text-align: center;
}




  #s-6dade286-2eba-42d7-a533-89f4a0c0df8f img.shogun-image {
    
    width: px;
  }


#s-6dade286-2eba-42d7-a533-89f4a0c0df8f .shogun-image-content {
  
    align-items: center;
  
}

#s-c6a8a183-6ce2-4929-addd-1f784adfec3a {
  text-align: center;
}




  #s-c6a8a183-6ce2-4929-addd-1f784adfec3a img.shogun-image {
    
    width: px;
  }


#s-c6a8a183-6ce2-4929-addd-1f784adfec3a .shogun-image-content {
  
    align-items: center;
  
}

#s-2a54cd7e-6c61-4cde-b5b4-af6d4d5eb3e0 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-2a54cd7e-6c61-4cde-b5b4-af6d4d5eb3e0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-2a54cd7e-6c61-4cde-b5b4-af6d4d5eb3e0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: #8fcee7;
}

#s-2a54cd7e-6c61-4cde-b5b4-af6d4d5eb3e0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-2a54cd7e-6c61-4cde-b5b4-af6d4d5eb3e0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: #8fcee7;
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-2a54cd7e-6c61-4cde-b5b4-af6d4d5eb3e0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
@media (min-width: 0px) {
[id="s-2c7e7915-7a5d-42de-8f37-da4c58d78573"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-2c7e7915-7a5d-42de-8f37-da4c58d78573"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2c7e7915-7a5d-42de-8f37-da4c58d78573"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-2c7e7915-7a5d-42de-8f37-da4c58d78573"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-2c7e7915-7a5d-42de-8f37-da4c58d78573"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-2c7e7915-7a5d-42de-8f37-da4c58d78573"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-2c7e7915-7a5d-42de-8f37-da4c58d78573"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-2c7e7915-7a5d-42de-8f37-da4c58d78573"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-2c7e7915-7a5d-42de-8f37-da4c58d78573"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-2c7e7915-7a5d-42de-8f37-da4c58d78573"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-2c7e7915-7a5d-42de-8f37-da4c58d78573"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-2c7e7915-7a5d-42de-8f37-da4c58d78573"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-2c7e7915-7a5d-42de-8f37-da4c58d78573"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-2c7e7915-7a5d-42de-8f37-da4c58d78573"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-2c7e7915-7a5d-42de-8f37-da4c58d78573"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-2c7e7915-7a5d-42de-8f37-da4c58d78573"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-2c7e7915-7a5d-42de-8f37-da4c58d78573"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-2c7e7915-7a5d-42de-8f37-da4c58d78573"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-2c7e7915-7a5d-42de-8f37-da4c58d78573"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-2c7e7915-7a5d-42de-8f37-da4c58d78573"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-2c7e7915-7a5d-42de-8f37-da4c58d78573"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-2c7e7915-7a5d-42de-8f37-da4c58d78573"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-2c7e7915-7a5d-42de-8f37-da4c58d78573"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-2c7e7915-7a5d-42de-8f37-da4c58d78573"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-2c7e7915-7a5d-42de-8f37-da4c58d78573"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-2c7e7915-7a5d-42de-8f37-da4c58d78573"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-2c7e7915-7a5d-42de-8f37-da4c58d78573"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-2c7e7915-7a5d-42de-8f37-da4c58d78573"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-2c7e7915-7a5d-42de-8f37-da4c58d78573"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-2c7e7915-7a5d-42de-8f37-da4c58d78573"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-2c7e7915-7a5d-42de-8f37-da4c58d78573"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-2c7e7915-7a5d-42de-8f37-da4c58d78573"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-2c7e7915-7a5d-42de-8f37-da4c58d78573"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-2c7e7915-7a5d-42de-8f37-da4c58d78573"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-2c7e7915-7a5d-42de-8f37-da4c58d78573"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-2c7e7915-7a5d-42de-8f37-da4c58d78573"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-2c7e7915-7a5d-42de-8f37-da4c58d78573"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-2c7e7915-7a5d-42de-8f37-da4c58d78573"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-79cd8e97-68d7-4099-8126-de5a481924b9 {
  text-align: center;
}




  #s-79cd8e97-68d7-4099-8126-de5a481924b9 img.shogun-image {
    
    width: px;
  }


#s-79cd8e97-68d7-4099-8126-de5a481924b9 .shogun-image-content {
  
    align-items: center;
  
}

#s-9ebcce49-9a68-48d8-a29f-bbb308d0981c {
  text-align: center;
}




  #s-9ebcce49-9a68-48d8-a29f-bbb308d0981c img.shogun-image {
    
    width: px;
  }


#s-9ebcce49-9a68-48d8-a29f-bbb308d0981c .shogun-image-content {
  
    align-items: center;
  
}

#s-57ffd1e1-bed1-4324-9ecb-5f1cc6d4cd2b {
  text-align: center;
}




  #s-57ffd1e1-bed1-4324-9ecb-5f1cc6d4cd2b img.shogun-image {
    
    width: px;
  }


#s-57ffd1e1-bed1-4324-9ecb-5f1cc6d4cd2b .shogun-image-content {
  
    align-items: center;
  
}

#s-232cc5fc-2b66-4c9d-a11b-b2a43be72fd3 {
  text-align: center;
}




  #s-232cc5fc-2b66-4c9d-a11b-b2a43be72fd3 img.shogun-image {
    
    width: px;
  }


#s-232cc5fc-2b66-4c9d-a11b-b2a43be72fd3 .shogun-image-content {
  
    align-items: center;
  
}

#s-8b4fcc8c-cbe9-42e0-b12a-67ca8232eb28 {
  text-align: center;
}




  #s-8b4fcc8c-cbe9-42e0-b12a-67ca8232eb28 img.shogun-image {
    
    width: px;
  }


#s-8b4fcc8c-cbe9-42e0-b12a-67ca8232eb28 .shogun-image-content {
  
    align-items: center;
  
}

#s-efcbc410-5d79-4b47-830b-c33531b3f92f {
  text-align: center;
}




  #s-efcbc410-5d79-4b47-830b-c33531b3f92f img.shogun-image {
    
    width: px;
  }


#s-efcbc410-5d79-4b47-830b-c33531b3f92f .shogun-image-content {
  
    align-items: center;
  
}

#s-aaafc3de-eacb-4178-bd4f-ec875b6f0386 {
  text-align: center;
}




  #s-aaafc3de-eacb-4178-bd4f-ec875b6f0386 img.shogun-image {
    
    width: px;
  }


#s-aaafc3de-eacb-4178-bd4f-ec875b6f0386 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-c0d85191-7e37-494d-aa70-f097907ecaed"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-c0d85191-7e37-494d-aa70-f097907ecaed"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c0d85191-7e37-494d-aa70-f097907ecaed"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-c0d85191-7e37-494d-aa70-f097907ecaed"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-c0d85191-7e37-494d-aa70-f097907ecaed"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-c0d85191-7e37-494d-aa70-f097907ecaed"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-c0d85191-7e37-494d-aa70-f097907ecaed"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-c0d85191-7e37-494d-aa70-f097907ecaed"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-c0d85191-7e37-494d-aa70-f097907ecaed"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-c0d85191-7e37-494d-aa70-f097907ecaed"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-c0d85191-7e37-494d-aa70-f097907ecaed"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-c0d85191-7e37-494d-aa70-f097907ecaed"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-c0d85191-7e37-494d-aa70-f097907ecaed"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-c0d85191-7e37-494d-aa70-f097907ecaed"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-c0d85191-7e37-494d-aa70-f097907ecaed"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-c0d85191-7e37-494d-aa70-f097907ecaed"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-c0d85191-7e37-494d-aa70-f097907ecaed"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-c0d85191-7e37-494d-aa70-f097907ecaed"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-c0d85191-7e37-494d-aa70-f097907ecaed"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-c0d85191-7e37-494d-aa70-f097907ecaed"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-c0d85191-7e37-494d-aa70-f097907ecaed"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-c0d85191-7e37-494d-aa70-f097907ecaed"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-c0d85191-7e37-494d-aa70-f097907ecaed"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-c0d85191-7e37-494d-aa70-f097907ecaed"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-c0d85191-7e37-494d-aa70-f097907ecaed"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-c0d85191-7e37-494d-aa70-f097907ecaed"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-c0d85191-7e37-494d-aa70-f097907ecaed"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-c0d85191-7e37-494d-aa70-f097907ecaed"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-c0d85191-7e37-494d-aa70-f097907ecaed"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-c0d85191-7e37-494d-aa70-f097907ecaed"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-c0d85191-7e37-494d-aa70-f097907ecaed"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-c0d85191-7e37-494d-aa70-f097907ecaed"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-c0d85191-7e37-494d-aa70-f097907ecaed"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-c0d85191-7e37-494d-aa70-f097907ecaed"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-c0d85191-7e37-494d-aa70-f097907ecaed"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-c0d85191-7e37-494d-aa70-f097907ecaed"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-c0d85191-7e37-494d-aa70-f097907ecaed"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-c0d85191-7e37-494d-aa70-f097907ecaed"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-43adb3de-907f-419f-aad1-7bd095dfc1ab {
  text-align: center;
}




  #s-43adb3de-907f-419f-aad1-7bd095dfc1ab img.shogun-image {
    
    width: px;
  }


#s-43adb3de-907f-419f-aad1-7bd095dfc1ab .shogun-image-content {
  
    align-items: center;
  
}

#s-d44d04f0-4469-4734-a755-00750a01181c {
  text-align: center;
}




  #s-d44d04f0-4469-4734-a755-00750a01181c img.shogun-image {
    
    width: px;
  }


#s-d44d04f0-4469-4734-a755-00750a01181c .shogun-image-content {
  
    align-items: center;
  
}

#s-98a58bff-4f0c-4414-be5f-a60d2d37d7f0 {
  text-align: center;
}




  #s-98a58bff-4f0c-4414-be5f-a60d2d37d7f0 img.shogun-image {
    
    width: px;
  }


#s-98a58bff-4f0c-4414-be5f-a60d2d37d7f0 .shogun-image-content {
  
    align-items: center;
  
}

#s-3bb11507-e9e4-4bf6-b818-2a2d6a3028e9 {
  text-align: center;
}




  #s-3bb11507-e9e4-4bf6-b818-2a2d6a3028e9 img.shogun-image {
    
    width: px;
  }


#s-3bb11507-e9e4-4bf6-b818-2a2d6a3028e9 .shogun-image-content {
  
    align-items: center;
  
}

#s-687d4fd1-6a8f-4d40-88c8-455ac092d963 {
  text-align: center;
}




  #s-687d4fd1-6a8f-4d40-88c8-455ac092d963 img.shogun-image {
    
    width: px;
  }


#s-687d4fd1-6a8f-4d40-88c8-455ac092d963 .shogun-image-content {
  
    align-items: center;
  
}

#s-4ee40f39-366e-4f43-bbb5-b4cdeb062a4e {
  text-align: center;
}




  #s-4ee40f39-366e-4f43-bbb5-b4cdeb062a4e img.shogun-image {
    
    width: px;
  }


#s-4ee40f39-366e-4f43-bbb5-b4cdeb062a4e .shogun-image-content {
  
    align-items: center;
  
}

#s-79dc2cf0-a91d-464d-956d-4481239d05f4 {
  text-align: center;
}




  #s-79dc2cf0-a91d-464d-956d-4481239d05f4 img.shogun-image {
    
    width: px;
  }


#s-79dc2cf0-a91d-464d-956d-4481239d05f4 .shogun-image-content {
  
    align-items: center;
  
}

#s-d6e883ff-8a21-47a1-b7b7-6dc2b271457e {
  text-align: center;
}




  #s-d6e883ff-8a21-47a1-b7b7-6dc2b271457e img.shogun-image {
    
    width: px;
  }


#s-d6e883ff-8a21-47a1-b7b7-6dc2b271457e .shogun-image-content {
  
    align-items: center;
  
}

#s-d9760aef-ee16-4da3-8f29-cbaf21a2d322 {
  text-align: center;
}




  #s-d9760aef-ee16-4da3-8f29-cbaf21a2d322 img.shogun-image {
    
    width: px;
  }


#s-d9760aef-ee16-4da3-8f29-cbaf21a2d322 .shogun-image-content {
  
    align-items: center;
  
}

#s-30d0fd47-fecb-4428-8e04-68b0a264160b > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-30d0fd47-fecb-4428-8e04-68b0a264160b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-30d0fd47-fecb-4428-8e04-68b0a264160b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: #8fcee7;
}

#s-30d0fd47-fecb-4428-8e04-68b0a264160b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-30d0fd47-fecb-4428-8e04-68b0a264160b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: #8fcee7;
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-30d0fd47-fecb-4428-8e04-68b0a264160b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
@media (min-width: 0px) {
[id="s-193f9641-76f7-4190-8feb-13b389e33c2e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-193f9641-76f7-4190-8feb-13b389e33c2e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-193f9641-76f7-4190-8feb-13b389e33c2e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 24.0px);
}

[id="s-193f9641-76f7-4190-8feb-13b389e33c2e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 24.0px);
}

[id="s-193f9641-76f7-4190-8feb-13b389e33c2e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 24.0px);
}

[id="s-193f9641-76f7-4190-8feb-13b389e33c2e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 24.0px);
}

[id="s-193f9641-76f7-4190-8feb-13b389e33c2e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 24.0px);
}

[id="s-193f9641-76f7-4190-8feb-13b389e33c2e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 24.0px);
}

[id="s-193f9641-76f7-4190-8feb-13b389e33c2e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 24.0px);
}

[id="s-193f9641-76f7-4190-8feb-13b389e33c2e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 24.0px);
}

[id="s-193f9641-76f7-4190-8feb-13b389e33c2e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 24.0px);
}

[id="s-193f9641-76f7-4190-8feb-13b389e33c2e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 24.0px);
}

[id="s-193f9641-76f7-4190-8feb-13b389e33c2e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 24.0px);
}

[id="s-193f9641-76f7-4190-8feb-13b389e33c2e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-193f9641-76f7-4190-8feb-13b389e33c2e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 24.0px);
}

[id="s-193f9641-76f7-4190-8feb-13b389e33c2e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 24.0px);
}

[id="s-193f9641-76f7-4190-8feb-13b389e33c2e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 24.0px);
}

[id="s-193f9641-76f7-4190-8feb-13b389e33c2e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 24.0px);
}

[id="s-193f9641-76f7-4190-8feb-13b389e33c2e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 24.0px);
}

[id="s-193f9641-76f7-4190-8feb-13b389e33c2e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 24.0px);
}

[id="s-193f9641-76f7-4190-8feb-13b389e33c2e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 24.0px);
}

[id="s-193f9641-76f7-4190-8feb-13b389e33c2e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 24.0px);
}

[id="s-193f9641-76f7-4190-8feb-13b389e33c2e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 24.0px);
}

[id="s-193f9641-76f7-4190-8feb-13b389e33c2e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 24.0px);
}

[id="s-193f9641-76f7-4190-8feb-13b389e33c2e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 24.0px);
}

[id="s-193f9641-76f7-4190-8feb-13b389e33c2e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-193f9641-76f7-4190-8feb-13b389e33c2e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 24.0px);
}

[id="s-193f9641-76f7-4190-8feb-13b389e33c2e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 24.0px);
}

[id="s-193f9641-76f7-4190-8feb-13b389e33c2e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 24.0px);
}

[id="s-193f9641-76f7-4190-8feb-13b389e33c2e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 24.0px);
}

[id="s-193f9641-76f7-4190-8feb-13b389e33c2e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 24.0px);
}

[id="s-193f9641-76f7-4190-8feb-13b389e33c2e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 24.0px);
}

[id="s-193f9641-76f7-4190-8feb-13b389e33c2e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 24.0px);
}

[id="s-193f9641-76f7-4190-8feb-13b389e33c2e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 24.0px);
}

[id="s-193f9641-76f7-4190-8feb-13b389e33c2e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 24.0px);
}

[id="s-193f9641-76f7-4190-8feb-13b389e33c2e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 24.0px);
}

[id="s-193f9641-76f7-4190-8feb-13b389e33c2e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 24.0px);
}

[id="s-193f9641-76f7-4190-8feb-13b389e33c2e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 24.0px);
}

}

#s-f7ef725d-34e5-4ed3-8e11-cfa2ee94ae5a {
  text-align: center;
}




  #s-f7ef725d-34e5-4ed3-8e11-cfa2ee94ae5a img.shogun-image {
    
    width: px;
  }


#s-f7ef725d-34e5-4ed3-8e11-cfa2ee94ae5a .shogun-image-content {
  
    align-items: center;
  
}

#s-d4f78678-506b-468c-b6d3-ed73fcb1fdf2 {
  text-align: center;
}




  #s-d4f78678-506b-468c-b6d3-ed73fcb1fdf2 img.shogun-image {
    
    width: px;
  }


#s-d4f78678-506b-468c-b6d3-ed73fcb1fdf2 .shogun-image-content {
  
    align-items: center;
  
}

#s-5f68d4d3-d420-47d6-8945-7b454ff44c84 {
  text-align: center;
}




  #s-5f68d4d3-d420-47d6-8945-7b454ff44c84 img.shogun-image {
    
    width: px;
  }


#s-5f68d4d3-d420-47d6-8945-7b454ff44c84 .shogun-image-content {
  
    align-items: center;
  
}

#s-35b39f27-ab45-4386-a4d3-6b12e2a01524 {
  text-align: center;
}




  #s-35b39f27-ab45-4386-a4d3-6b12e2a01524 img.shogun-image {
    
    width: px;
  }


#s-35b39f27-ab45-4386-a4d3-6b12e2a01524 .shogun-image-content {
  
    align-items: center;
  
}

#s-65973747-5543-4144-be20-2ddfebc95fca {
  text-align: center;
}




  #s-65973747-5543-4144-be20-2ddfebc95fca img.shogun-image {
    
    width: px;
  }


#s-65973747-5543-4144-be20-2ddfebc95fca .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-b7130640-061f-434d-be42-3996174335ab"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-b7130640-061f-434d-be42-3996174335ab"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b7130640-061f-434d-be42-3996174335ab"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-b7130640-061f-434d-be42-3996174335ab"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-b7130640-061f-434d-be42-3996174335ab"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-b7130640-061f-434d-be42-3996174335ab"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-b7130640-061f-434d-be42-3996174335ab"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-b7130640-061f-434d-be42-3996174335ab"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-b7130640-061f-434d-be42-3996174335ab"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-b7130640-061f-434d-be42-3996174335ab"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-b7130640-061f-434d-be42-3996174335ab"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-b7130640-061f-434d-be42-3996174335ab"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-b7130640-061f-434d-be42-3996174335ab"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-b7130640-061f-434d-be42-3996174335ab"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-b7130640-061f-434d-be42-3996174335ab"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-b7130640-061f-434d-be42-3996174335ab"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-b7130640-061f-434d-be42-3996174335ab"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-b7130640-061f-434d-be42-3996174335ab"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-b7130640-061f-434d-be42-3996174335ab"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-b7130640-061f-434d-be42-3996174335ab"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-b7130640-061f-434d-be42-3996174335ab"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-b7130640-061f-434d-be42-3996174335ab"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-b7130640-061f-434d-be42-3996174335ab"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-b7130640-061f-434d-be42-3996174335ab"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-b7130640-061f-434d-be42-3996174335ab"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-b7130640-061f-434d-be42-3996174335ab"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-b7130640-061f-434d-be42-3996174335ab"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-b7130640-061f-434d-be42-3996174335ab"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-b7130640-061f-434d-be42-3996174335ab"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-b7130640-061f-434d-be42-3996174335ab"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-b7130640-061f-434d-be42-3996174335ab"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-b7130640-061f-434d-be42-3996174335ab"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-b7130640-061f-434d-be42-3996174335ab"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-b7130640-061f-434d-be42-3996174335ab"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-b7130640-061f-434d-be42-3996174335ab"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-b7130640-061f-434d-be42-3996174335ab"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-b7130640-061f-434d-be42-3996174335ab"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-b7130640-061f-434d-be42-3996174335ab"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-b81cf4e7-9bbf-4bed-926b-7eeea8748534 {
  text-align: center;
}




  #s-b81cf4e7-9bbf-4bed-926b-7eeea8748534 img.shogun-image {
    
    width: px;
  }


#s-b81cf4e7-9bbf-4bed-926b-7eeea8748534 .shogun-image-content {
  
    align-items: center;
  
}

#s-c089d3aa-6848-4947-ab63-530a9b8ff7fc {
  text-align: center;
}




  #s-c089d3aa-6848-4947-ab63-530a9b8ff7fc img.shogun-image {
    
    width: px;
  }


#s-c089d3aa-6848-4947-ab63-530a9b8ff7fc .shogun-image-content {
  
    align-items: center;
  
}

#s-5b3ec627-c930-438a-a51f-789dd55374ce {
  text-align: center;
}




  #s-5b3ec627-c930-438a-a51f-789dd55374ce img.shogun-image {
    
    width: px;
  }


#s-5b3ec627-c930-438a-a51f-789dd55374ce .shogun-image-content {
  
    align-items: center;
  
}

#s-5b4a72fd-5bbb-43fc-a9de-1dd1450fac9c {
  text-align: center;
}




  #s-5b4a72fd-5bbb-43fc-a9de-1dd1450fac9c img.shogun-image {
    
    width: px;
  }


#s-5b4a72fd-5bbb-43fc-a9de-1dd1450fac9c .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-632a4ea2-b2b5-4354-8bca-509fe0c7bb5d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-632a4ea2-b2b5-4354-8bca-509fe0c7bb5d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-632a4ea2-b2b5-4354-8bca-509fe0c7bb5d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-632a4ea2-b2b5-4354-8bca-509fe0c7bb5d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-632a4ea2-b2b5-4354-8bca-509fe0c7bb5d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-632a4ea2-b2b5-4354-8bca-509fe0c7bb5d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-632a4ea2-b2b5-4354-8bca-509fe0c7bb5d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-632a4ea2-b2b5-4354-8bca-509fe0c7bb5d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-632a4ea2-b2b5-4354-8bca-509fe0c7bb5d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-632a4ea2-b2b5-4354-8bca-509fe0c7bb5d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-632a4ea2-b2b5-4354-8bca-509fe0c7bb5d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-632a4ea2-b2b5-4354-8bca-509fe0c7bb5d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-632a4ea2-b2b5-4354-8bca-509fe0c7bb5d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-632a4ea2-b2b5-4354-8bca-509fe0c7bb5d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-632a4ea2-b2b5-4354-8bca-509fe0c7bb5d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-632a4ea2-b2b5-4354-8bca-509fe0c7bb5d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-632a4ea2-b2b5-4354-8bca-509fe0c7bb5d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-632a4ea2-b2b5-4354-8bca-509fe0c7bb5d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-632a4ea2-b2b5-4354-8bca-509fe0c7bb5d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-632a4ea2-b2b5-4354-8bca-509fe0c7bb5d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-632a4ea2-b2b5-4354-8bca-509fe0c7bb5d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-632a4ea2-b2b5-4354-8bca-509fe0c7bb5d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-632a4ea2-b2b5-4354-8bca-509fe0c7bb5d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-632a4ea2-b2b5-4354-8bca-509fe0c7bb5d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-632a4ea2-b2b5-4354-8bca-509fe0c7bb5d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-632a4ea2-b2b5-4354-8bca-509fe0c7bb5d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-632a4ea2-b2b5-4354-8bca-509fe0c7bb5d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-632a4ea2-b2b5-4354-8bca-509fe0c7bb5d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-632a4ea2-b2b5-4354-8bca-509fe0c7bb5d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-632a4ea2-b2b5-4354-8bca-509fe0c7bb5d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-632a4ea2-b2b5-4354-8bca-509fe0c7bb5d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-632a4ea2-b2b5-4354-8bca-509fe0c7bb5d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-632a4ea2-b2b5-4354-8bca-509fe0c7bb5d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-632a4ea2-b2b5-4354-8bca-509fe0c7bb5d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-632a4ea2-b2b5-4354-8bca-509fe0c7bb5d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-632a4ea2-b2b5-4354-8bca-509fe0c7bb5d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-632a4ea2-b2b5-4354-8bca-509fe0c7bb5d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-632a4ea2-b2b5-4354-8bca-509fe0c7bb5d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-e0a395bc-ab33-4284-8741-d921954aecd9 {
  text-align: center;
}




  #s-e0a395bc-ab33-4284-8741-d921954aecd9 img.shogun-image {
    
    width: px;
  }


#s-e0a395bc-ab33-4284-8741-d921954aecd9 .shogun-image-content {
  
    align-items: center;
  
}

#s-2e1a09cd-ab23-4410-96b8-ef4dba7d58c7 {
  text-align: center;
}




  #s-2e1a09cd-ab23-4410-96b8-ef4dba7d58c7 img.shogun-image {
    
    width: px;
  }


#s-2e1a09cd-ab23-4410-96b8-ef4dba7d58c7 .shogun-image-content {
  
    align-items: center;
  
}

#s-7cdac99a-dfca-42fe-8f25-b2c789f1736d {
  text-align: center;
}




  #s-7cdac99a-dfca-42fe-8f25-b2c789f1736d img.shogun-image {
    
    width: px;
  }


#s-7cdac99a-dfca-42fe-8f25-b2c789f1736d .shogun-image-content {
  
    align-items: center;
  
}

#s-cf8c0a69-13b5-431b-87d0-5ddd38beb737 {
  text-align: center;
}




  #s-cf8c0a69-13b5-431b-87d0-5ddd38beb737 img.shogun-image {
    
    width: px;
  }


#s-cf8c0a69-13b5-431b-87d0-5ddd38beb737 .shogun-image-content {
  
    align-items: center;
  
}

#s-ba94b55f-3a99-4913-95c0-1fed3317e824 {
  text-align: center;
}




  #s-ba94b55f-3a99-4913-95c0-1fed3317e824 img.shogun-image {
    
    width: px;
  }


#s-ba94b55f-3a99-4913-95c0-1fed3317e824 .shogun-image-content {
  
    align-items: center;
  
}

#s-d9037306-12dc-48ba-a55e-d0752683c632 {
  text-align: center;
}




  #s-d9037306-12dc-48ba-a55e-d0752683c632 img.shogun-image {
    
    width: px;
  }


#s-d9037306-12dc-48ba-a55e-d0752683c632 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-0f501e9c-0745-438b-b1fd-43798ca4c16e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-0f501e9c-0745-438b-b1fd-43798ca4c16e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0f501e9c-0745-438b-b1fd-43798ca4c16e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 24.0px);
}

[id="s-0f501e9c-0745-438b-b1fd-43798ca4c16e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 24.0px);
}

[id="s-0f501e9c-0745-438b-b1fd-43798ca4c16e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 24.0px);
}

[id="s-0f501e9c-0745-438b-b1fd-43798ca4c16e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 24.0px);
}

[id="s-0f501e9c-0745-438b-b1fd-43798ca4c16e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 24.0px);
}

[id="s-0f501e9c-0745-438b-b1fd-43798ca4c16e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 24.0px);
}

[id="s-0f501e9c-0745-438b-b1fd-43798ca4c16e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 24.0px);
}

[id="s-0f501e9c-0745-438b-b1fd-43798ca4c16e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 24.0px);
}

[id="s-0f501e9c-0745-438b-b1fd-43798ca4c16e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 24.0px);
}

[id="s-0f501e9c-0745-438b-b1fd-43798ca4c16e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 24.0px);
}

[id="s-0f501e9c-0745-438b-b1fd-43798ca4c16e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 24.0px);
}

[id="s-0f501e9c-0745-438b-b1fd-43798ca4c16e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-0f501e9c-0745-438b-b1fd-43798ca4c16e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 24.0px);
}

[id="s-0f501e9c-0745-438b-b1fd-43798ca4c16e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 24.0px);
}

[id="s-0f501e9c-0745-438b-b1fd-43798ca4c16e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 24.0px);
}

[id="s-0f501e9c-0745-438b-b1fd-43798ca4c16e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 24.0px);
}

[id="s-0f501e9c-0745-438b-b1fd-43798ca4c16e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 24.0px);
}

[id="s-0f501e9c-0745-438b-b1fd-43798ca4c16e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 24.0px);
}

[id="s-0f501e9c-0745-438b-b1fd-43798ca4c16e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 24.0px);
}

[id="s-0f501e9c-0745-438b-b1fd-43798ca4c16e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 24.0px);
}

[id="s-0f501e9c-0745-438b-b1fd-43798ca4c16e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 24.0px);
}

[id="s-0f501e9c-0745-438b-b1fd-43798ca4c16e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 24.0px);
}

[id="s-0f501e9c-0745-438b-b1fd-43798ca4c16e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 24.0px);
}

[id="s-0f501e9c-0745-438b-b1fd-43798ca4c16e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-0f501e9c-0745-438b-b1fd-43798ca4c16e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 24.0px);
}

[id="s-0f501e9c-0745-438b-b1fd-43798ca4c16e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 24.0px);
}

[id="s-0f501e9c-0745-438b-b1fd-43798ca4c16e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 24.0px);
}

[id="s-0f501e9c-0745-438b-b1fd-43798ca4c16e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 24.0px);
}

[id="s-0f501e9c-0745-438b-b1fd-43798ca4c16e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 24.0px);
}

[id="s-0f501e9c-0745-438b-b1fd-43798ca4c16e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 24.0px);
}

[id="s-0f501e9c-0745-438b-b1fd-43798ca4c16e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 24.0px);
}

[id="s-0f501e9c-0745-438b-b1fd-43798ca4c16e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 24.0px);
}

[id="s-0f501e9c-0745-438b-b1fd-43798ca4c16e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 24.0px);
}

[id="s-0f501e9c-0745-438b-b1fd-43798ca4c16e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 24.0px);
}

[id="s-0f501e9c-0745-438b-b1fd-43798ca4c16e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 24.0px);
}

[id="s-0f501e9c-0745-438b-b1fd-43798ca4c16e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 24.0px);
}

}

#s-b1fa76f9-3a5e-4bcb-a5c7-f4f11f27c130 {
  text-align: center;
}




  #s-b1fa76f9-3a5e-4bcb-a5c7-f4f11f27c130 img.shogun-image {
    
    width: px;
  }


#s-b1fa76f9-3a5e-4bcb-a5c7-f4f11f27c130 .shogun-image-content {
  
    align-items: center;
  
}

#s-b2e4ce2c-dad7-40bc-8a07-b6c9c2a18d16 {
  text-align: center;
}




  #s-b2e4ce2c-dad7-40bc-8a07-b6c9c2a18d16 img.shogun-image {
    
    width: px;
  }


#s-b2e4ce2c-dad7-40bc-8a07-b6c9c2a18d16 .shogun-image-content {
  
    align-items: center;
  
}

#s-f846a728-56c4-4f31-860f-53c38a4491e0 {
  text-align: center;
}




  #s-f846a728-56c4-4f31-860f-53c38a4491e0 img.shogun-image {
    
    width: px;
  }


#s-f846a728-56c4-4f31-860f-53c38a4491e0 .shogun-image-content {
  
    align-items: center;
  
}

#s-d016b58b-8f5b-4190-984f-46775b1e7708 {
  text-align: center;
}




  #s-d016b58b-8f5b-4190-984f-46775b1e7708 img.shogun-image {
    
    width: px;
  }


#s-d016b58b-8f5b-4190-984f-46775b1e7708 .shogun-image-content {
  
    align-items: center;
  
}

#s-c747a91c-886f-46aa-ae8a-b328ab0ecf12 {
  text-align: center;
}




  #s-c747a91c-886f-46aa-ae8a-b328ab0ecf12 img.shogun-image {
    
    width: px;
  }


#s-c747a91c-886f-46aa-ae8a-b328ab0ecf12 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-010944b0-745d-4c6f-b037-3f64eea6575d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-010944b0-745d-4c6f-b037-3f64eea6575d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-010944b0-745d-4c6f-b037-3f64eea6575d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-010944b0-745d-4c6f-b037-3f64eea6575d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-010944b0-745d-4c6f-b037-3f64eea6575d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-010944b0-745d-4c6f-b037-3f64eea6575d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-010944b0-745d-4c6f-b037-3f64eea6575d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-010944b0-745d-4c6f-b037-3f64eea6575d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-010944b0-745d-4c6f-b037-3f64eea6575d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-010944b0-745d-4c6f-b037-3f64eea6575d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-010944b0-745d-4c6f-b037-3f64eea6575d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-010944b0-745d-4c6f-b037-3f64eea6575d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-010944b0-745d-4c6f-b037-3f64eea6575d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-010944b0-745d-4c6f-b037-3f64eea6575d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-010944b0-745d-4c6f-b037-3f64eea6575d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-010944b0-745d-4c6f-b037-3f64eea6575d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-010944b0-745d-4c6f-b037-3f64eea6575d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-010944b0-745d-4c6f-b037-3f64eea6575d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-010944b0-745d-4c6f-b037-3f64eea6575d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-010944b0-745d-4c6f-b037-3f64eea6575d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-010944b0-745d-4c6f-b037-3f64eea6575d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-010944b0-745d-4c6f-b037-3f64eea6575d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-010944b0-745d-4c6f-b037-3f64eea6575d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-010944b0-745d-4c6f-b037-3f64eea6575d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-010944b0-745d-4c6f-b037-3f64eea6575d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-010944b0-745d-4c6f-b037-3f64eea6575d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-010944b0-745d-4c6f-b037-3f64eea6575d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-010944b0-745d-4c6f-b037-3f64eea6575d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-010944b0-745d-4c6f-b037-3f64eea6575d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-010944b0-745d-4c6f-b037-3f64eea6575d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-010944b0-745d-4c6f-b037-3f64eea6575d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-010944b0-745d-4c6f-b037-3f64eea6575d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-010944b0-745d-4c6f-b037-3f64eea6575d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-010944b0-745d-4c6f-b037-3f64eea6575d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-010944b0-745d-4c6f-b037-3f64eea6575d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-010944b0-745d-4c6f-b037-3f64eea6575d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-010944b0-745d-4c6f-b037-3f64eea6575d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-010944b0-745d-4c6f-b037-3f64eea6575d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-b5a02f59-87f6-49bf-b78f-345579878e68 {
  text-align: center;
}




  #s-b5a02f59-87f6-49bf-b78f-345579878e68 img.shogun-image {
    
    width: px;
  }


#s-b5a02f59-87f6-49bf-b78f-345579878e68 .shogun-image-content {
  
    align-items: center;
  
}

#s-7b617d29-e38e-4b7c-80c9-1d64ab0b9457 {
  text-align: center;
}




  #s-7b617d29-e38e-4b7c-80c9-1d64ab0b9457 img.shogun-image {
    
    width: px;
  }


#s-7b617d29-e38e-4b7c-80c9-1d64ab0b9457 .shogun-image-content {
  
    align-items: center;
  
}

#s-1a34e653-9f2d-407c-9baa-a391065f023b {
  text-align: center;
}




  #s-1a34e653-9f2d-407c-9baa-a391065f023b img.shogun-image {
    
    width: px;
  }


#s-1a34e653-9f2d-407c-9baa-a391065f023b .shogun-image-content {
  
    align-items: center;
  
}

#s-ccb97945-cb6a-43ad-97b1-7de29afa3ced {
  text-align: center;
}




  #s-ccb97945-cb6a-43ad-97b1-7de29afa3ced img.shogun-image {
    
    width: px;
  }


#s-ccb97945-cb6a-43ad-97b1-7de29afa3ced .shogun-image-content {
  
    align-items: center;
  
}

#s-251cfdf1-a7b4-4d9f-a295-31f3198bf2e7 {
  margin-top: 50px;
margin-bottom: 50px;
}

@media (min-width: 0px) {
[id="s-251cfdf1-a7b4-4d9f-a295-31f3198bf2e7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 2.5px);
}

[id="s-251cfdf1-a7b4-4d9f-a295-31f3198bf2e7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-251cfdf1-a7b4-4d9f-a295-31f3198bf2e7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 3.75px);
}

[id="s-251cfdf1-a7b4-4d9f-a295-31f3198bf2e7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 3.75px);
}

[id="s-251cfdf1-a7b4-4d9f-a295-31f3198bf2e7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.75px);
}

[id="s-251cfdf1-a7b4-4d9f-a295-31f3198bf2e7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.75px);
}

[id="s-251cfdf1-a7b4-4d9f-a295-31f3198bf2e7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 3.75px);
}

[id="s-251cfdf1-a7b4-4d9f-a295-31f3198bf2e7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 3.75px);
}

[id="s-251cfdf1-a7b4-4d9f-a295-31f3198bf2e7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 3.75px);
}

[id="s-251cfdf1-a7b4-4d9f-a295-31f3198bf2e7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 3.75px);
}

[id="s-251cfdf1-a7b4-4d9f-a295-31f3198bf2e7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 3.75px);
}

[id="s-251cfdf1-a7b4-4d9f-a295-31f3198bf2e7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 3.75px);
}

[id="s-251cfdf1-a7b4-4d9f-a295-31f3198bf2e7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 3.75px);
}

[id="s-251cfdf1-a7b4-4d9f-a295-31f3198bf2e7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 3.75px);
}

}

@media (min-width: 992px) {
[id="s-251cfdf1-a7b4-4d9f-a295-31f3198bf2e7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 3.75px);
}

[id="s-251cfdf1-a7b4-4d9f-a295-31f3198bf2e7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 3.75px);
}

[id="s-251cfdf1-a7b4-4d9f-a295-31f3198bf2e7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.75px);
}

[id="s-251cfdf1-a7b4-4d9f-a295-31f3198bf2e7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.75px);
}

[id="s-251cfdf1-a7b4-4d9f-a295-31f3198bf2e7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 3.75px);
}

[id="s-251cfdf1-a7b4-4d9f-a295-31f3198bf2e7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 3.75px);
}

[id="s-251cfdf1-a7b4-4d9f-a295-31f3198bf2e7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 3.75px);
}

[id="s-251cfdf1-a7b4-4d9f-a295-31f3198bf2e7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 3.75px);
}

[id="s-251cfdf1-a7b4-4d9f-a295-31f3198bf2e7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 3.75px);
}

[id="s-251cfdf1-a7b4-4d9f-a295-31f3198bf2e7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 3.75px);
}

[id="s-251cfdf1-a7b4-4d9f-a295-31f3198bf2e7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 3.75px);
}

[id="s-251cfdf1-a7b4-4d9f-a295-31f3198bf2e7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 3.75px);
}

}

@media (min-width: 1200px) {
[id="s-251cfdf1-a7b4-4d9f-a295-31f3198bf2e7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 3.75px);
}

[id="s-251cfdf1-a7b4-4d9f-a295-31f3198bf2e7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 3.75px);
}

[id="s-251cfdf1-a7b4-4d9f-a295-31f3198bf2e7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.75px);
}

[id="s-251cfdf1-a7b4-4d9f-a295-31f3198bf2e7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.75px);
}

[id="s-251cfdf1-a7b4-4d9f-a295-31f3198bf2e7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 3.75px);
}

[id="s-251cfdf1-a7b4-4d9f-a295-31f3198bf2e7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 3.75px);
}

[id="s-251cfdf1-a7b4-4d9f-a295-31f3198bf2e7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 3.75px);
}

[id="s-251cfdf1-a7b4-4d9f-a295-31f3198bf2e7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 3.75px);
}

[id="s-251cfdf1-a7b4-4d9f-a295-31f3198bf2e7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 3.75px);
}

[id="s-251cfdf1-a7b4-4d9f-a295-31f3198bf2e7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 3.75px);
}

[id="s-251cfdf1-a7b4-4d9f-a295-31f3198bf2e7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 3.75px);
}

[id="s-251cfdf1-a7b4-4d9f-a295-31f3198bf2e7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 3.75px);
}

}

#s-167111d3-ec30-4e62-b626-812abcdfdf00 {
  text-align: center;
}




  #s-167111d3-ec30-4e62-b626-812abcdfdf00 img.shogun-image {
    
    width: px;
  }


#s-167111d3-ec30-4e62-b626-812abcdfdf00 .shogun-image-content {
  
    align-items: center;
  
}

#s-04b74b35-c625-4ff1-a68c-56a63b6385a2 {
  text-align: center;
}




  #s-04b74b35-c625-4ff1-a68c-56a63b6385a2 img.shogun-image {
    
    width: px;
  }


#s-04b74b35-c625-4ff1-a68c-56a63b6385a2 .shogun-image-content {
  
    align-items: center;
  
}

#s-32b52ee7-5a38-41ac-9de8-40b1b9176280 {
  text-align: center;
}




  #s-32b52ee7-5a38-41ac-9de8-40b1b9176280 img.shogun-image {
    
    width: px;
  }


#s-32b52ee7-5a38-41ac-9de8-40b1b9176280 .shogun-image-content {
  
    align-items: center;
  
}

#s-fed5b97a-dabe-4345-bffc-8ad542953362 {
  text-align: center;
}




  #s-fed5b97a-dabe-4345-bffc-8ad542953362 img.shogun-image {
    
    width: px;
  }


#s-fed5b97a-dabe-4345-bffc-8ad542953362 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-f8fd2093-8a64-4c2b-b5f4-38f43e97d02f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-f8fd2093-8a64-4c2b-b5f4-38f43e97d02f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f8fd2093-8a64-4c2b-b5f4-38f43e97d02f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-f8fd2093-8a64-4c2b-b5f4-38f43e97d02f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-f8fd2093-8a64-4c2b-b5f4-38f43e97d02f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-f8fd2093-8a64-4c2b-b5f4-38f43e97d02f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-f8fd2093-8a64-4c2b-b5f4-38f43e97d02f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-f8fd2093-8a64-4c2b-b5f4-38f43e97d02f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-f8fd2093-8a64-4c2b-b5f4-38f43e97d02f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-f8fd2093-8a64-4c2b-b5f4-38f43e97d02f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-f8fd2093-8a64-4c2b-b5f4-38f43e97d02f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-f8fd2093-8a64-4c2b-b5f4-38f43e97d02f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-f8fd2093-8a64-4c2b-b5f4-38f43e97d02f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-f8fd2093-8a64-4c2b-b5f4-38f43e97d02f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-f8fd2093-8a64-4c2b-b5f4-38f43e97d02f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-f8fd2093-8a64-4c2b-b5f4-38f43e97d02f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-f8fd2093-8a64-4c2b-b5f4-38f43e97d02f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-f8fd2093-8a64-4c2b-b5f4-38f43e97d02f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-f8fd2093-8a64-4c2b-b5f4-38f43e97d02f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-f8fd2093-8a64-4c2b-b5f4-38f43e97d02f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-f8fd2093-8a64-4c2b-b5f4-38f43e97d02f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-f8fd2093-8a64-4c2b-b5f4-38f43e97d02f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-f8fd2093-8a64-4c2b-b5f4-38f43e97d02f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-f8fd2093-8a64-4c2b-b5f4-38f43e97d02f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-f8fd2093-8a64-4c2b-b5f4-38f43e97d02f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-f8fd2093-8a64-4c2b-b5f4-38f43e97d02f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-f8fd2093-8a64-4c2b-b5f4-38f43e97d02f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-f8fd2093-8a64-4c2b-b5f4-38f43e97d02f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-f8fd2093-8a64-4c2b-b5f4-38f43e97d02f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-f8fd2093-8a64-4c2b-b5f4-38f43e97d02f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-f8fd2093-8a64-4c2b-b5f4-38f43e97d02f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-f8fd2093-8a64-4c2b-b5f4-38f43e97d02f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-f8fd2093-8a64-4c2b-b5f4-38f43e97d02f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-f8fd2093-8a64-4c2b-b5f4-38f43e97d02f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-f8fd2093-8a64-4c2b-b5f4-38f43e97d02f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-f8fd2093-8a64-4c2b-b5f4-38f43e97d02f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-f8fd2093-8a64-4c2b-b5f4-38f43e97d02f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-f8fd2093-8a64-4c2b-b5f4-38f43e97d02f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-f23bb0a5-5645-4660-839a-6b691629ec97 {
  text-align: center;
}




  #s-f23bb0a5-5645-4660-839a-6b691629ec97 img.shogun-image {
    
    width: px;
  }


#s-f23bb0a5-5645-4660-839a-6b691629ec97 .shogun-image-content {
  
    align-items: center;
  
}

#s-5726c8d3-91e1-4bce-b97e-876dd9f76fef {
  text-align: center;
}




  #s-5726c8d3-91e1-4bce-b97e-876dd9f76fef img.shogun-image {
    
    width: px;
  }


#s-5726c8d3-91e1-4bce-b97e-876dd9f76fef .shogun-image-content {
  
    align-items: center;
  
}

#s-f4c56d84-8561-4943-9933-596763f8f062 {
  text-align: center;
}




  #s-f4c56d84-8561-4943-9933-596763f8f062 img.shogun-image {
    
    width: px;
  }


#s-f4c56d84-8561-4943-9933-596763f8f062 .shogun-image-content {
  
    align-items: center;
  
}

#s-9d3bf88f-d839-4ed4-80df-baa9b0e59290 {
  text-align: center;
}




  #s-9d3bf88f-d839-4ed4-80df-baa9b0e59290 img.shogun-image {
    
    width: px;
  }


#s-9d3bf88f-d839-4ed4-80df-baa9b0e59290 .shogun-image-content {
  
    align-items: center;
  
}

#s-abcd4a28-08ea-40ae-9d6b-1c563b72df8c {
  text-align: center;
}




  #s-abcd4a28-08ea-40ae-9d6b-1c563b72df8c img.shogun-image {
    
    width: px;
  }


#s-abcd4a28-08ea-40ae-9d6b-1c563b72df8c .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-d8e74ef0-f32d-4448-92d5-d90ea4f34e7d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-d8e74ef0-f32d-4448-92d5-d90ea4f34e7d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d8e74ef0-f32d-4448-92d5-d90ea4f34e7d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-d8e74ef0-f32d-4448-92d5-d90ea4f34e7d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-d8e74ef0-f32d-4448-92d5-d90ea4f34e7d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-d8e74ef0-f32d-4448-92d5-d90ea4f34e7d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-d8e74ef0-f32d-4448-92d5-d90ea4f34e7d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-d8e74ef0-f32d-4448-92d5-d90ea4f34e7d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-d8e74ef0-f32d-4448-92d5-d90ea4f34e7d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-d8e74ef0-f32d-4448-92d5-d90ea4f34e7d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-d8e74ef0-f32d-4448-92d5-d90ea4f34e7d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-d8e74ef0-f32d-4448-92d5-d90ea4f34e7d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-d8e74ef0-f32d-4448-92d5-d90ea4f34e7d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-d8e74ef0-f32d-4448-92d5-d90ea4f34e7d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-d8e74ef0-f32d-4448-92d5-d90ea4f34e7d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-d8e74ef0-f32d-4448-92d5-d90ea4f34e7d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-d8e74ef0-f32d-4448-92d5-d90ea4f34e7d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-d8e74ef0-f32d-4448-92d5-d90ea4f34e7d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-d8e74ef0-f32d-4448-92d5-d90ea4f34e7d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-d8e74ef0-f32d-4448-92d5-d90ea4f34e7d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-d8e74ef0-f32d-4448-92d5-d90ea4f34e7d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-d8e74ef0-f32d-4448-92d5-d90ea4f34e7d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-d8e74ef0-f32d-4448-92d5-d90ea4f34e7d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-d8e74ef0-f32d-4448-92d5-d90ea4f34e7d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-d8e74ef0-f32d-4448-92d5-d90ea4f34e7d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-d8e74ef0-f32d-4448-92d5-d90ea4f34e7d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-d8e74ef0-f32d-4448-92d5-d90ea4f34e7d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-d8e74ef0-f32d-4448-92d5-d90ea4f34e7d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-d8e74ef0-f32d-4448-92d5-d90ea4f34e7d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-d8e74ef0-f32d-4448-92d5-d90ea4f34e7d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-d8e74ef0-f32d-4448-92d5-d90ea4f34e7d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-d8e74ef0-f32d-4448-92d5-d90ea4f34e7d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-d8e74ef0-f32d-4448-92d5-d90ea4f34e7d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-d8e74ef0-f32d-4448-92d5-d90ea4f34e7d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-d8e74ef0-f32d-4448-92d5-d90ea4f34e7d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-d8e74ef0-f32d-4448-92d5-d90ea4f34e7d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-d8e74ef0-f32d-4448-92d5-d90ea4f34e7d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-d8e74ef0-f32d-4448-92d5-d90ea4f34e7d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-1bf640b4-da27-47a7-b22d-788b00cacd81 {
  text-align: center;
}




  #s-1bf640b4-da27-47a7-b22d-788b00cacd81 img.shogun-image {
    
    width: px;
  }


#s-1bf640b4-da27-47a7-b22d-788b00cacd81 .shogun-image-content {
  
    align-items: center;
  
}

#s-12329f0b-6201-45b2-a027-5a41552660ec {
  text-align: center;
}




  #s-12329f0b-6201-45b2-a027-5a41552660ec img.shogun-image {
    
    width: px;
  }


#s-12329f0b-6201-45b2-a027-5a41552660ec .shogun-image-content {
  
    align-items: center;
  
}

#s-62e87b1c-d537-4739-b534-317235423608 {
  text-align: center;
}




  #s-62e87b1c-d537-4739-b534-317235423608 img.shogun-image {
    
    width: px;
  }


#s-62e87b1c-d537-4739-b534-317235423608 .shogun-image-content {
  
    align-items: center;
  
}

#s-480c7edb-0097-4497-aa4e-c64c824a6667 {
  text-align: center;
}




  #s-480c7edb-0097-4497-aa4e-c64c824a6667 img.shogun-image {
    
    width: px;
  }


#s-480c7edb-0097-4497-aa4e-c64c824a6667 .shogun-image-content {
  
    align-items: center;
  
}

#s-0bf8ca2c-3b59-4e75-86ed-8f1887337985 {
  text-align: center;
}




  #s-0bf8ca2c-3b59-4e75-86ed-8f1887337985 img.shogun-image {
    
    width: px;
  }


#s-0bf8ca2c-3b59-4e75-86ed-8f1887337985 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-5bfe1ecd-173c-42b1-bc47-1249d21d721d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-5bfe1ecd-173c-42b1-bc47-1249d21d721d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5bfe1ecd-173c-42b1-bc47-1249d21d721d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-5bfe1ecd-173c-42b1-bc47-1249d21d721d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-5bfe1ecd-173c-42b1-bc47-1249d21d721d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-5bfe1ecd-173c-42b1-bc47-1249d21d721d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-5bfe1ecd-173c-42b1-bc47-1249d21d721d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-5bfe1ecd-173c-42b1-bc47-1249d21d721d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-5bfe1ecd-173c-42b1-bc47-1249d21d721d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-5bfe1ecd-173c-42b1-bc47-1249d21d721d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-5bfe1ecd-173c-42b1-bc47-1249d21d721d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-5bfe1ecd-173c-42b1-bc47-1249d21d721d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-5bfe1ecd-173c-42b1-bc47-1249d21d721d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-5bfe1ecd-173c-42b1-bc47-1249d21d721d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-5bfe1ecd-173c-42b1-bc47-1249d21d721d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-5bfe1ecd-173c-42b1-bc47-1249d21d721d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-5bfe1ecd-173c-42b1-bc47-1249d21d721d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-5bfe1ecd-173c-42b1-bc47-1249d21d721d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-5bfe1ecd-173c-42b1-bc47-1249d21d721d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-5bfe1ecd-173c-42b1-bc47-1249d21d721d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-5bfe1ecd-173c-42b1-bc47-1249d21d721d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-5bfe1ecd-173c-42b1-bc47-1249d21d721d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-5bfe1ecd-173c-42b1-bc47-1249d21d721d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-5bfe1ecd-173c-42b1-bc47-1249d21d721d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-5bfe1ecd-173c-42b1-bc47-1249d21d721d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-5bfe1ecd-173c-42b1-bc47-1249d21d721d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-5bfe1ecd-173c-42b1-bc47-1249d21d721d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-5bfe1ecd-173c-42b1-bc47-1249d21d721d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-5bfe1ecd-173c-42b1-bc47-1249d21d721d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-5bfe1ecd-173c-42b1-bc47-1249d21d721d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-5bfe1ecd-173c-42b1-bc47-1249d21d721d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-5bfe1ecd-173c-42b1-bc47-1249d21d721d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-5bfe1ecd-173c-42b1-bc47-1249d21d721d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-5bfe1ecd-173c-42b1-bc47-1249d21d721d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-5bfe1ecd-173c-42b1-bc47-1249d21d721d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-5bfe1ecd-173c-42b1-bc47-1249d21d721d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-5bfe1ecd-173c-42b1-bc47-1249d21d721d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-5bfe1ecd-173c-42b1-bc47-1249d21d721d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-cd6d1253-b48f-44a1-8759-5ec4d0edf60c {
  text-align: center;
}




  #s-cd6d1253-b48f-44a1-8759-5ec4d0edf60c img.shogun-image {
    
    width: px;
  }


#s-cd6d1253-b48f-44a1-8759-5ec4d0edf60c .shogun-image-content {
  
    align-items: center;
  
}

#s-d2eff6c2-f6bd-4c6e-a987-255474b7a558 {
  text-align: center;
}




  #s-d2eff6c2-f6bd-4c6e-a987-255474b7a558 img.shogun-image {
    
    width: px;
  }


#s-d2eff6c2-f6bd-4c6e-a987-255474b7a558 .shogun-image-content {
  
    align-items: center;
  
}

#s-59624abf-920e-48d7-839f-0739349dba1e {
  text-align: center;
}




  #s-59624abf-920e-48d7-839f-0739349dba1e img.shogun-image {
    
    width: px;
  }


#s-59624abf-920e-48d7-839f-0739349dba1e .shogun-image-content {
  
    align-items: center;
  
}

#s-6a22109a-0a80-4aa2-a25b-b1b9db69fc73 {
  text-align: center;
}




  #s-6a22109a-0a80-4aa2-a25b-b1b9db69fc73 img.shogun-image {
    
    width: px;
  }


#s-6a22109a-0a80-4aa2-a25b-b1b9db69fc73 .shogun-image-content {
  
    align-items: center;
  
}

#s-9bcb5c0b-ba49-43c8-bd5e-3081b03c2b54 {
  text-align: center;
}




  #s-9bcb5c0b-ba49-43c8-bd5e-3081b03c2b54 img.shogun-image {
    
    width: px;
  }


#s-9bcb5c0b-ba49-43c8-bd5e-3081b03c2b54 .shogun-image-content {
  
    align-items: center;
  
}

#s-2ae73d47-613c-4599-899b-961a4c585e35 {
  margin-top: 50px;
margin-bottom: 50px;
}

@media (min-width: 0px) {
[id="s-2ae73d47-613c-4599-899b-961a4c585e35"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 2.5px);
}

[id="s-2ae73d47-613c-4599-899b-961a4c585e35"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2ae73d47-613c-4599-899b-961a4c585e35"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 4.0px);
}

[id="s-2ae73d47-613c-4599-899b-961a4c585e35"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 4.0px);
}

[id="s-2ae73d47-613c-4599-899b-961a4c585e35"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 4.0px);
}

[id="s-2ae73d47-613c-4599-899b-961a4c585e35"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-2ae73d47-613c-4599-899b-961a4c585e35"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 4.0px);
}

[id="s-2ae73d47-613c-4599-899b-961a4c585e35"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 4.0px);
}

[id="s-2ae73d47-613c-4599-899b-961a4c585e35"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 4.0px);
}

[id="s-2ae73d47-613c-4599-899b-961a4c585e35"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 4.0px);
}

[id="s-2ae73d47-613c-4599-899b-961a4c585e35"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 4.0px);
}

[id="s-2ae73d47-613c-4599-899b-961a4c585e35"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 4.0px);
}

[id="s-2ae73d47-613c-4599-899b-961a4c585e35"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 4.0px);
}

[id="s-2ae73d47-613c-4599-899b-961a4c585e35"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 4.0px);
}

}

@media (min-width: 992px) {
[id="s-2ae73d47-613c-4599-899b-961a4c585e35"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 4.0px);
}

[id="s-2ae73d47-613c-4599-899b-961a4c585e35"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 4.0px);
}

[id="s-2ae73d47-613c-4599-899b-961a4c585e35"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 4.0px);
}

[id="s-2ae73d47-613c-4599-899b-961a4c585e35"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-2ae73d47-613c-4599-899b-961a4c585e35"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 4.0px);
}

[id="s-2ae73d47-613c-4599-899b-961a4c585e35"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 4.0px);
}

[id="s-2ae73d47-613c-4599-899b-961a4c585e35"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 4.0px);
}

[id="s-2ae73d47-613c-4599-899b-961a4c585e35"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 4.0px);
}

[id="s-2ae73d47-613c-4599-899b-961a4c585e35"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 4.0px);
}

[id="s-2ae73d47-613c-4599-899b-961a4c585e35"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 4.0px);
}

[id="s-2ae73d47-613c-4599-899b-961a4c585e35"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 4.0px);
}

[id="s-2ae73d47-613c-4599-899b-961a4c585e35"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 4.0px);
}

}

@media (min-width: 1200px) {
[id="s-2ae73d47-613c-4599-899b-961a4c585e35"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 4.0px);
}

[id="s-2ae73d47-613c-4599-899b-961a4c585e35"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 4.0px);
}

[id="s-2ae73d47-613c-4599-899b-961a4c585e35"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 4.0px);
}

[id="s-2ae73d47-613c-4599-899b-961a4c585e35"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-2ae73d47-613c-4599-899b-961a4c585e35"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 4.0px);
}

[id="s-2ae73d47-613c-4599-899b-961a4c585e35"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 4.0px);
}

[id="s-2ae73d47-613c-4599-899b-961a4c585e35"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 4.0px);
}

[id="s-2ae73d47-613c-4599-899b-961a4c585e35"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 4.0px);
}

[id="s-2ae73d47-613c-4599-899b-961a4c585e35"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 4.0px);
}

[id="s-2ae73d47-613c-4599-899b-961a4c585e35"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 4.0px);
}

[id="s-2ae73d47-613c-4599-899b-961a4c585e35"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 4.0px);
}

[id="s-2ae73d47-613c-4599-899b-961a4c585e35"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 4.0px);
}

}

#s-d18130fb-d9b2-4b9e-b66b-eb3d919754ac {
  text-align: center;
}




  #s-d18130fb-d9b2-4b9e-b66b-eb3d919754ac img.shogun-image {
    
    width: px;
  }


#s-d18130fb-d9b2-4b9e-b66b-eb3d919754ac .shogun-image-content {
  
    align-items: center;
  
}

#s-a4e83f4c-d942-4b0e-9cc4-2d9876e17bfe {
  text-align: center;
}




  #s-a4e83f4c-d942-4b0e-9cc4-2d9876e17bfe img.shogun-image {
    
    width: px;
  }


#s-a4e83f4c-d942-4b0e-9cc4-2d9876e17bfe .shogun-image-content {
  
    align-items: center;
  
}

#s-752b6922-ceff-478a-bc53-1680088466d3 {
  text-align: center;
}




  #s-752b6922-ceff-478a-bc53-1680088466d3 img.shogun-image {
    
    width: px;
  }


#s-752b6922-ceff-478a-bc53-1680088466d3 .shogun-image-content {
  
    align-items: center;
  
}

#s-071dbacc-b302-4dab-9c0c-8b0bf94bd5cc {
  text-align: center;
}




  #s-071dbacc-b302-4dab-9c0c-8b0bf94bd5cc img.shogun-image {
    
    width: px;
  }


#s-071dbacc-b302-4dab-9c0c-8b0bf94bd5cc .shogun-image-content {
  
    align-items: center;
  
}

#s-8f28b89c-b9ad-42b0-8f7c-ad0f2286b82a {
  text-align: center;
}




  #s-8f28b89c-b9ad-42b0-8f7c-ad0f2286b82a img.shogun-image {
    
    width: px;
  }


#s-8f28b89c-b9ad-42b0-8f7c-ad0f2286b82a .shogun-image-content {
  
    align-items: center;
  
}

#s-7c5b72fd-212d-484f-b8b7-67844969b60c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7c5b72fd-212d-484f-b8b7-67844969b60c .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-aaf17b2b-92a7-4a0d-9614-b5da4df73378"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-aaf17b2b-92a7-4a0d-9614-b5da4df73378"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-aaf17b2b-92a7-4a0d-9614-b5da4df73378"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-aaf17b2b-92a7-4a0d-9614-b5da4df73378"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-aaf17b2b-92a7-4a0d-9614-b5da4df73378"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-aaf17b2b-92a7-4a0d-9614-b5da4df73378"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-aaf17b2b-92a7-4a0d-9614-b5da4df73378"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-aaf17b2b-92a7-4a0d-9614-b5da4df73378"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-aaf17b2b-92a7-4a0d-9614-b5da4df73378"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-aaf17b2b-92a7-4a0d-9614-b5da4df73378"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-aaf17b2b-92a7-4a0d-9614-b5da4df73378"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-aaf17b2b-92a7-4a0d-9614-b5da4df73378"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-aaf17b2b-92a7-4a0d-9614-b5da4df73378"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-aaf17b2b-92a7-4a0d-9614-b5da4df73378"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-aaf17b2b-92a7-4a0d-9614-b5da4df73378"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-aaf17b2b-92a7-4a0d-9614-b5da4df73378"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-aaf17b2b-92a7-4a0d-9614-b5da4df73378"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-aaf17b2b-92a7-4a0d-9614-b5da4df73378"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-aaf17b2b-92a7-4a0d-9614-b5da4df73378"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-aaf17b2b-92a7-4a0d-9614-b5da4df73378"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-aaf17b2b-92a7-4a0d-9614-b5da4df73378"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-aaf17b2b-92a7-4a0d-9614-b5da4df73378"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-aaf17b2b-92a7-4a0d-9614-b5da4df73378"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-aaf17b2b-92a7-4a0d-9614-b5da4df73378"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-aaf17b2b-92a7-4a0d-9614-b5da4df73378"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-aaf17b2b-92a7-4a0d-9614-b5da4df73378"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-aaf17b2b-92a7-4a0d-9614-b5da4df73378"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-aaf17b2b-92a7-4a0d-9614-b5da4df73378"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-aaf17b2b-92a7-4a0d-9614-b5da4df73378"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-aaf17b2b-92a7-4a0d-9614-b5da4df73378"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-aaf17b2b-92a7-4a0d-9614-b5da4df73378"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-aaf17b2b-92a7-4a0d-9614-b5da4df73378"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-aaf17b2b-92a7-4a0d-9614-b5da4df73378"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-aaf17b2b-92a7-4a0d-9614-b5da4df73378"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-aaf17b2b-92a7-4a0d-9614-b5da4df73378"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-aaf17b2b-92a7-4a0d-9614-b5da4df73378"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-aaf17b2b-92a7-4a0d-9614-b5da4df73378"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-aaf17b2b-92a7-4a0d-9614-b5da4df73378"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-87d2a1c2-fcea-4a6a-b371-658f4f6a2872 {
  text-align: center;
}




  #s-87d2a1c2-fcea-4a6a-b371-658f4f6a2872 img.shogun-image {
    
    width: px;
  }


#s-87d2a1c2-fcea-4a6a-b371-658f4f6a2872 .shogun-image-content {
  
    align-items: center;
  
}

#s-92b52094-fedd-4557-af44-363d2af3697d {
  text-align: center;
}




  #s-92b52094-fedd-4557-af44-363d2af3697d img.shogun-image {
    
    width: px;
  }


#s-92b52094-fedd-4557-af44-363d2af3697d .shogun-image-content {
  
    align-items: center;
  
}

#s-78a04c14-3ec0-439f-985a-ee28f93affd8 {
  text-align: center;
}




  #s-78a04c14-3ec0-439f-985a-ee28f93affd8 img.shogun-image {
    
    width: px;
  }


#s-78a04c14-3ec0-439f-985a-ee28f93affd8 .shogun-image-content {
  
    align-items: center;
  
}

#s-ec85ec97-acc0-4c6f-af25-3798d336a5fd {
  text-align: center;
}




  #s-ec85ec97-acc0-4c6f-af25-3798d336a5fd img.shogun-image {
    
    width: px;
  }


#s-ec85ec97-acc0-4c6f-af25-3798d336a5fd .shogun-image-content {
  
    align-items: center;
  
}

#s-c5f4709f-5bd9-4337-9499-1f3359b04755 {
  text-align: center;
}




  #s-c5f4709f-5bd9-4337-9499-1f3359b04755 img.shogun-image {
    
    width: px;
  }


#s-c5f4709f-5bd9-4337-9499-1f3359b04755 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-1a1f762c-03e1-4655-bf47-84434d0fd9c0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-1a1f762c-03e1-4655-bf47-84434d0fd9c0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1a1f762c-03e1-4655-bf47-84434d0fd9c0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-1a1f762c-03e1-4655-bf47-84434d0fd9c0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-1a1f762c-03e1-4655-bf47-84434d0fd9c0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-1a1f762c-03e1-4655-bf47-84434d0fd9c0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-1a1f762c-03e1-4655-bf47-84434d0fd9c0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-1a1f762c-03e1-4655-bf47-84434d0fd9c0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-1a1f762c-03e1-4655-bf47-84434d0fd9c0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-1a1f762c-03e1-4655-bf47-84434d0fd9c0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-1a1f762c-03e1-4655-bf47-84434d0fd9c0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-1a1f762c-03e1-4655-bf47-84434d0fd9c0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-1a1f762c-03e1-4655-bf47-84434d0fd9c0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-1a1f762c-03e1-4655-bf47-84434d0fd9c0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-1a1f762c-03e1-4655-bf47-84434d0fd9c0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-1a1f762c-03e1-4655-bf47-84434d0fd9c0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-1a1f762c-03e1-4655-bf47-84434d0fd9c0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-1a1f762c-03e1-4655-bf47-84434d0fd9c0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-1a1f762c-03e1-4655-bf47-84434d0fd9c0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-1a1f762c-03e1-4655-bf47-84434d0fd9c0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-1a1f762c-03e1-4655-bf47-84434d0fd9c0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-1a1f762c-03e1-4655-bf47-84434d0fd9c0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-1a1f762c-03e1-4655-bf47-84434d0fd9c0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-1a1f762c-03e1-4655-bf47-84434d0fd9c0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-1a1f762c-03e1-4655-bf47-84434d0fd9c0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-1a1f762c-03e1-4655-bf47-84434d0fd9c0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-1a1f762c-03e1-4655-bf47-84434d0fd9c0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-1a1f762c-03e1-4655-bf47-84434d0fd9c0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-1a1f762c-03e1-4655-bf47-84434d0fd9c0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-1a1f762c-03e1-4655-bf47-84434d0fd9c0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-1a1f762c-03e1-4655-bf47-84434d0fd9c0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-1a1f762c-03e1-4655-bf47-84434d0fd9c0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-1a1f762c-03e1-4655-bf47-84434d0fd9c0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-1a1f762c-03e1-4655-bf47-84434d0fd9c0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-1a1f762c-03e1-4655-bf47-84434d0fd9c0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-1a1f762c-03e1-4655-bf47-84434d0fd9c0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-1a1f762c-03e1-4655-bf47-84434d0fd9c0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-1a1f762c-03e1-4655-bf47-84434d0fd9c0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-93945cd3-7e07-4bcb-8571-c60342253472 {
  text-align: center;
}




  #s-93945cd3-7e07-4bcb-8571-c60342253472 img.shogun-image {
    
    width: px;
  }


#s-93945cd3-7e07-4bcb-8571-c60342253472 .shogun-image-content {
  
    align-items: center;
  
}

#s-3f1e1502-830f-4a9d-b241-85278910bcdc {
  text-align: center;
}




  #s-3f1e1502-830f-4a9d-b241-85278910bcdc img.shogun-image {
    
    width: px;
  }


#s-3f1e1502-830f-4a9d-b241-85278910bcdc .shogun-image-content {
  
    align-items: center;
  
}

#s-8acd386b-fc31-488b-a72d-8ff7a9695d60 {
  text-align: center;
}




  #s-8acd386b-fc31-488b-a72d-8ff7a9695d60 img.shogun-image {
    
    width: px;
  }


#s-8acd386b-fc31-488b-a72d-8ff7a9695d60 .shogun-image-content {
  
    align-items: center;
  
}

#s-0d71f9bc-7d9d-4226-80ae-357ca8b3afda {
  text-align: center;
}




  #s-0d71f9bc-7d9d-4226-80ae-357ca8b3afda img.shogun-image {
    
    width: px;
  }


#s-0d71f9bc-7d9d-4226-80ae-357ca8b3afda .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-06e3cecc-f68e-408d-be04-dcc969cd3b74"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 2.5px);
}

[id="s-06e3cecc-f68e-408d-be04-dcc969cd3b74"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-06e3cecc-f68e-408d-be04-dcc969cd3b74"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 3.75px);
}

[id="s-06e3cecc-f68e-408d-be04-dcc969cd3b74"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 3.75px);
}

[id="s-06e3cecc-f68e-408d-be04-dcc969cd3b74"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.75px);
}

[id="s-06e3cecc-f68e-408d-be04-dcc969cd3b74"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.75px);
}

[id="s-06e3cecc-f68e-408d-be04-dcc969cd3b74"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 3.75px);
}

[id="s-06e3cecc-f68e-408d-be04-dcc969cd3b74"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 3.75px);
}

[id="s-06e3cecc-f68e-408d-be04-dcc969cd3b74"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 3.75px);
}

[id="s-06e3cecc-f68e-408d-be04-dcc969cd3b74"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 3.75px);
}

[id="s-06e3cecc-f68e-408d-be04-dcc969cd3b74"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 3.75px);
}

[id="s-06e3cecc-f68e-408d-be04-dcc969cd3b74"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 3.75px);
}

[id="s-06e3cecc-f68e-408d-be04-dcc969cd3b74"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 3.75px);
}

[id="s-06e3cecc-f68e-408d-be04-dcc969cd3b74"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 3.75px);
}

}

@media (min-width: 992px) {
[id="s-06e3cecc-f68e-408d-be04-dcc969cd3b74"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 3.75px);
}

[id="s-06e3cecc-f68e-408d-be04-dcc969cd3b74"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 3.75px);
}

[id="s-06e3cecc-f68e-408d-be04-dcc969cd3b74"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.75px);
}

[id="s-06e3cecc-f68e-408d-be04-dcc969cd3b74"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.75px);
}

[id="s-06e3cecc-f68e-408d-be04-dcc969cd3b74"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 3.75px);
}

[id="s-06e3cecc-f68e-408d-be04-dcc969cd3b74"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 3.75px);
}

[id="s-06e3cecc-f68e-408d-be04-dcc969cd3b74"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 3.75px);
}

[id="s-06e3cecc-f68e-408d-be04-dcc969cd3b74"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 3.75px);
}

[id="s-06e3cecc-f68e-408d-be04-dcc969cd3b74"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 3.75px);
}

[id="s-06e3cecc-f68e-408d-be04-dcc969cd3b74"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 3.75px);
}

[id="s-06e3cecc-f68e-408d-be04-dcc969cd3b74"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 3.75px);
}

[id="s-06e3cecc-f68e-408d-be04-dcc969cd3b74"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 3.75px);
}

}

@media (min-width: 1200px) {
[id="s-06e3cecc-f68e-408d-be04-dcc969cd3b74"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 3.75px);
}

[id="s-06e3cecc-f68e-408d-be04-dcc969cd3b74"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 3.75px);
}

[id="s-06e3cecc-f68e-408d-be04-dcc969cd3b74"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.75px);
}

[id="s-06e3cecc-f68e-408d-be04-dcc969cd3b74"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.75px);
}

[id="s-06e3cecc-f68e-408d-be04-dcc969cd3b74"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 3.75px);
}

[id="s-06e3cecc-f68e-408d-be04-dcc969cd3b74"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 3.75px);
}

[id="s-06e3cecc-f68e-408d-be04-dcc969cd3b74"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 3.75px);
}

[id="s-06e3cecc-f68e-408d-be04-dcc969cd3b74"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 3.75px);
}

[id="s-06e3cecc-f68e-408d-be04-dcc969cd3b74"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 3.75px);
}

[id="s-06e3cecc-f68e-408d-be04-dcc969cd3b74"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 3.75px);
}

[id="s-06e3cecc-f68e-408d-be04-dcc969cd3b74"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 3.75px);
}

[id="s-06e3cecc-f68e-408d-be04-dcc969cd3b74"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 3.75px);
}

}

#s-cd36bc58-c116-4b84-9297-43f847f98b30 {
  text-align: center;
}




  #s-cd36bc58-c116-4b84-9297-43f847f98b30 img.shogun-image {
    
    width: px;
  }


#s-cd36bc58-c116-4b84-9297-43f847f98b30 .shogun-image-content {
  
    align-items: center;
  
}

#s-3b0ef5e2-7e00-4b13-91bd-3066189caafe {
  text-align: center;
}




  #s-3b0ef5e2-7e00-4b13-91bd-3066189caafe img.shogun-image {
    
    width: px;
  }


#s-3b0ef5e2-7e00-4b13-91bd-3066189caafe .shogun-image-content {
  
    align-items: center;
  
}

#s-ae36f538-2059-46e5-937f-bec5521994e6 {
  text-align: center;
}




  #s-ae36f538-2059-46e5-937f-bec5521994e6 img.shogun-image {
    
    width: px;
  }


#s-ae36f538-2059-46e5-937f-bec5521994e6 .shogun-image-content {
  
    align-items: center;
  
}

#s-2d8be670-a754-4dc4-9bcb-b8e9413db7af {
  text-align: center;
}




  #s-2d8be670-a754-4dc4-9bcb-b8e9413db7af img.shogun-image {
    
    width: px;
  }


#s-2d8be670-a754-4dc4-9bcb-b8e9413db7af .shogun-image-content {
  
    align-items: center;
  
}

#s-69e8772e-ad7a-42fc-92e2-e0c43947b0bf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-69e8772e-ad7a-42fc-92e2-e0c43947b0bf .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-417ac191-ca46-4a61-946b-eeeb54d9db51"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-417ac191-ca46-4a61-946b-eeeb54d9db51"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-417ac191-ca46-4a61-946b-eeeb54d9db51"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-417ac191-ca46-4a61-946b-eeeb54d9db51"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-417ac191-ca46-4a61-946b-eeeb54d9db51"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-417ac191-ca46-4a61-946b-eeeb54d9db51"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-417ac191-ca46-4a61-946b-eeeb54d9db51"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-417ac191-ca46-4a61-946b-eeeb54d9db51"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-417ac191-ca46-4a61-946b-eeeb54d9db51"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-417ac191-ca46-4a61-946b-eeeb54d9db51"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-417ac191-ca46-4a61-946b-eeeb54d9db51"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-417ac191-ca46-4a61-946b-eeeb54d9db51"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-417ac191-ca46-4a61-946b-eeeb54d9db51"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-417ac191-ca46-4a61-946b-eeeb54d9db51"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-417ac191-ca46-4a61-946b-eeeb54d9db51"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-417ac191-ca46-4a61-946b-eeeb54d9db51"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-417ac191-ca46-4a61-946b-eeeb54d9db51"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-417ac191-ca46-4a61-946b-eeeb54d9db51"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-417ac191-ca46-4a61-946b-eeeb54d9db51"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-417ac191-ca46-4a61-946b-eeeb54d9db51"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-417ac191-ca46-4a61-946b-eeeb54d9db51"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-417ac191-ca46-4a61-946b-eeeb54d9db51"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-417ac191-ca46-4a61-946b-eeeb54d9db51"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-417ac191-ca46-4a61-946b-eeeb54d9db51"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-417ac191-ca46-4a61-946b-eeeb54d9db51"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-417ac191-ca46-4a61-946b-eeeb54d9db51"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-417ac191-ca46-4a61-946b-eeeb54d9db51"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-417ac191-ca46-4a61-946b-eeeb54d9db51"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-417ac191-ca46-4a61-946b-eeeb54d9db51"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-417ac191-ca46-4a61-946b-eeeb54d9db51"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-417ac191-ca46-4a61-946b-eeeb54d9db51"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-417ac191-ca46-4a61-946b-eeeb54d9db51"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-417ac191-ca46-4a61-946b-eeeb54d9db51"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-417ac191-ca46-4a61-946b-eeeb54d9db51"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-417ac191-ca46-4a61-946b-eeeb54d9db51"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-417ac191-ca46-4a61-946b-eeeb54d9db51"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-417ac191-ca46-4a61-946b-eeeb54d9db51"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-417ac191-ca46-4a61-946b-eeeb54d9db51"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-a07256f6-f35d-4452-b34f-1fafed14b5cf {
  text-align: center;
}




  #s-a07256f6-f35d-4452-b34f-1fafed14b5cf img.shogun-image {
    
    width: px;
  }


#s-a07256f6-f35d-4452-b34f-1fafed14b5cf .shogun-image-content {
  
    align-items: center;
  
}

#s-8cf32ec5-41bd-421e-b5ef-e184d08221aa {
  text-align: center;
}




  #s-8cf32ec5-41bd-421e-b5ef-e184d08221aa img.shogun-image {
    
    width: px;
  }


#s-8cf32ec5-41bd-421e-b5ef-e184d08221aa .shogun-image-content {
  
    align-items: center;
  
}

#s-17a9307b-b555-4809-ba74-70f7d58be00a {
  text-align: center;
}




  #s-17a9307b-b555-4809-ba74-70f7d58be00a img.shogun-image {
    
    width: px;
  }


#s-17a9307b-b555-4809-ba74-70f7d58be00a .shogun-image-content {
  
    align-items: center;
  
}

#s-e4ab182d-0643-4564-ac22-a6343f9aaa78 {
  text-align: center;
}




  #s-e4ab182d-0643-4564-ac22-a6343f9aaa78 img.shogun-image {
    
    width: px;
  }


#s-e4ab182d-0643-4564-ac22-a6343f9aaa78 .shogun-image-content {
  
    align-items: center;
  
}

#s-5f883a8c-9dc7-476a-a12c-40a607a0134f hr {
  border: 0;
  width: 100%;
  border-top: 40px solid rgba(221, 221, 221, 0);
}

@media (min-width: 0px) {
[id="s-1b64d3cf-02af-41b7-845f-b545dffe9e70"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 2.5px);
}

[id="s-1b64d3cf-02af-41b7-845f-b545dffe9e70"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1b64d3cf-02af-41b7-845f-b545dffe9e70"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 3.75px);
}

[id="s-1b64d3cf-02af-41b7-845f-b545dffe9e70"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 3.75px);
}

[id="s-1b64d3cf-02af-41b7-845f-b545dffe9e70"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.75px);
}

[id="s-1b64d3cf-02af-41b7-845f-b545dffe9e70"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.75px);
}

[id="s-1b64d3cf-02af-41b7-845f-b545dffe9e70"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 3.75px);
}

[id="s-1b64d3cf-02af-41b7-845f-b545dffe9e70"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 3.75px);
}

[id="s-1b64d3cf-02af-41b7-845f-b545dffe9e70"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 3.75px);
}

[id="s-1b64d3cf-02af-41b7-845f-b545dffe9e70"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 3.75px);
}

[id="s-1b64d3cf-02af-41b7-845f-b545dffe9e70"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 3.75px);
}

[id="s-1b64d3cf-02af-41b7-845f-b545dffe9e70"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 3.75px);
}

[id="s-1b64d3cf-02af-41b7-845f-b545dffe9e70"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 3.75px);
}

[id="s-1b64d3cf-02af-41b7-845f-b545dffe9e70"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 3.75px);
}

}

@media (min-width: 992px) {
[id="s-1b64d3cf-02af-41b7-845f-b545dffe9e70"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 3.75px);
}

[id="s-1b64d3cf-02af-41b7-845f-b545dffe9e70"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 3.75px);
}

[id="s-1b64d3cf-02af-41b7-845f-b545dffe9e70"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.75px);
}

[id="s-1b64d3cf-02af-41b7-845f-b545dffe9e70"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.75px);
}

[id="s-1b64d3cf-02af-41b7-845f-b545dffe9e70"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 3.75px);
}

[id="s-1b64d3cf-02af-41b7-845f-b545dffe9e70"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 3.75px);
}

[id="s-1b64d3cf-02af-41b7-845f-b545dffe9e70"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 3.75px);
}

[id="s-1b64d3cf-02af-41b7-845f-b545dffe9e70"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 3.75px);
}

[id="s-1b64d3cf-02af-41b7-845f-b545dffe9e70"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 3.75px);
}

[id="s-1b64d3cf-02af-41b7-845f-b545dffe9e70"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 3.75px);
}

[id="s-1b64d3cf-02af-41b7-845f-b545dffe9e70"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 3.75px);
}

[id="s-1b64d3cf-02af-41b7-845f-b545dffe9e70"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 3.75px);
}

}

@media (min-width: 1200px) {
[id="s-1b64d3cf-02af-41b7-845f-b545dffe9e70"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 3.75px);
}

[id="s-1b64d3cf-02af-41b7-845f-b545dffe9e70"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 3.75px);
}

[id="s-1b64d3cf-02af-41b7-845f-b545dffe9e70"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.75px);
}

[id="s-1b64d3cf-02af-41b7-845f-b545dffe9e70"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.75px);
}

[id="s-1b64d3cf-02af-41b7-845f-b545dffe9e70"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 3.75px);
}

[id="s-1b64d3cf-02af-41b7-845f-b545dffe9e70"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 3.75px);
}

[id="s-1b64d3cf-02af-41b7-845f-b545dffe9e70"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 3.75px);
}

[id="s-1b64d3cf-02af-41b7-845f-b545dffe9e70"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 3.75px);
}

[id="s-1b64d3cf-02af-41b7-845f-b545dffe9e70"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 3.75px);
}

[id="s-1b64d3cf-02af-41b7-845f-b545dffe9e70"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 3.75px);
}

[id="s-1b64d3cf-02af-41b7-845f-b545dffe9e70"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 3.75px);
}

[id="s-1b64d3cf-02af-41b7-845f-b545dffe9e70"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 3.75px);
}

}

#s-e02fd381-61de-40d1-a2c4-3620f4f51006 {
  text-align: center;
}




  #s-e02fd381-61de-40d1-a2c4-3620f4f51006 img.shogun-image {
    
    width: px;
  }


#s-e02fd381-61de-40d1-a2c4-3620f4f51006 .shogun-image-content {
  
    align-items: center;
  
}

#s-f3ae2ff0-ddea-4ddd-942b-bf3595cdf6a0 {
  text-align: center;
}




  #s-f3ae2ff0-ddea-4ddd-942b-bf3595cdf6a0 img.shogun-image {
    
    width: px;
  }


#s-f3ae2ff0-ddea-4ddd-942b-bf3595cdf6a0 .shogun-image-content {
  
    align-items: center;
  
}

#s-b3db34cc-f364-46af-a49a-43e847c8a045 {
  text-align: center;
}




  #s-b3db34cc-f364-46af-a49a-43e847c8a045 img.shogun-image {
    
    width: px;
  }


#s-b3db34cc-f364-46af-a49a-43e847c8a045 .shogun-image-content {
  
    align-items: center;
  
}

#s-64ccc4b6-8dec-4c70-aee0-243c392b5479 {
  text-align: center;
}




  #s-64ccc4b6-8dec-4c70-aee0-243c392b5479 img.shogun-image {
    
    width: px;
  }


#s-64ccc4b6-8dec-4c70-aee0-243c392b5479 .shogun-image-content {
  
    align-items: center;
  
}

#s-e26864e2-a762-4784-8371-e8d0890c7c88 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-e26864e2-a762-4784-8371-e8d0890c7c88 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-e26864e2-a762-4784-8371-e8d0890c7c88 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: #8fcee7;
}

#s-e26864e2-a762-4784-8371-e8d0890c7c88 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-e26864e2-a762-4784-8371-e8d0890c7c88 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: #8fcee7;
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-e26864e2-a762-4784-8371-e8d0890c7c88 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-5051ad6a-49c5-4a67-9284-45ee03f6e97f {
  text-align: center;
}




  #s-5051ad6a-49c5-4a67-9284-45ee03f6e97f img.shogun-image {
    
    width: px;
  }


#s-5051ad6a-49c5-4a67-9284-45ee03f6e97f .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-c82da0ba-b9d3-4c36-bf90-c8282a8a6809"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-c82da0ba-b9d3-4c36-bf90-c8282a8a6809"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c82da0ba-b9d3-4c36-bf90-c8282a8a6809"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-c82da0ba-b9d3-4c36-bf90-c8282a8a6809"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-c82da0ba-b9d3-4c36-bf90-c8282a8a6809"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-c82da0ba-b9d3-4c36-bf90-c8282a8a6809"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-c82da0ba-b9d3-4c36-bf90-c8282a8a6809"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-c82da0ba-b9d3-4c36-bf90-c8282a8a6809"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-c82da0ba-b9d3-4c36-bf90-c8282a8a6809"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-c82da0ba-b9d3-4c36-bf90-c8282a8a6809"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-c82da0ba-b9d3-4c36-bf90-c8282a8a6809"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-c82da0ba-b9d3-4c36-bf90-c8282a8a6809"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-c82da0ba-b9d3-4c36-bf90-c8282a8a6809"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-c82da0ba-b9d3-4c36-bf90-c8282a8a6809"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-c82da0ba-b9d3-4c36-bf90-c8282a8a6809"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-c82da0ba-b9d3-4c36-bf90-c8282a8a6809"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-c82da0ba-b9d3-4c36-bf90-c8282a8a6809"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-c82da0ba-b9d3-4c36-bf90-c8282a8a6809"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-c82da0ba-b9d3-4c36-bf90-c8282a8a6809"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-c82da0ba-b9d3-4c36-bf90-c8282a8a6809"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-c82da0ba-b9d3-4c36-bf90-c8282a8a6809"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-c82da0ba-b9d3-4c36-bf90-c8282a8a6809"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-c82da0ba-b9d3-4c36-bf90-c8282a8a6809"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-c82da0ba-b9d3-4c36-bf90-c8282a8a6809"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-c82da0ba-b9d3-4c36-bf90-c8282a8a6809"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-c82da0ba-b9d3-4c36-bf90-c8282a8a6809"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-c82da0ba-b9d3-4c36-bf90-c8282a8a6809"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-c82da0ba-b9d3-4c36-bf90-c8282a8a6809"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-c82da0ba-b9d3-4c36-bf90-c8282a8a6809"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-c82da0ba-b9d3-4c36-bf90-c8282a8a6809"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-c82da0ba-b9d3-4c36-bf90-c8282a8a6809"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-c82da0ba-b9d3-4c36-bf90-c8282a8a6809"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-c82da0ba-b9d3-4c36-bf90-c8282a8a6809"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-c82da0ba-b9d3-4c36-bf90-c8282a8a6809"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-c82da0ba-b9d3-4c36-bf90-c8282a8a6809"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-c82da0ba-b9d3-4c36-bf90-c8282a8a6809"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-c82da0ba-b9d3-4c36-bf90-c8282a8a6809"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-c82da0ba-b9d3-4c36-bf90-c8282a8a6809"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-881d5261-3bb4-40b5-916a-7bb85daff36e {
  text-align: center;
}




  #s-881d5261-3bb4-40b5-916a-7bb85daff36e img.shogun-image {
    
    width: px;
  }


#s-881d5261-3bb4-40b5-916a-7bb85daff36e .shogun-image-content {
  
    align-items: center;
  
}

#s-92ba14b3-755d-46c3-a727-b93bc0fccbb5 {
  text-align: center;
}




  #s-92ba14b3-755d-46c3-a727-b93bc0fccbb5 img.shogun-image {
    
    width: px;
  }


#s-92ba14b3-755d-46c3-a727-b93bc0fccbb5 .shogun-image-content {
  
    align-items: center;
  
}

#s-b3f57d7e-2136-4ab2-84bd-f2002b1bd0cd {
  text-align: center;
}




  #s-b3f57d7e-2136-4ab2-84bd-f2002b1bd0cd img.shogun-image {
    
    width: px;
  }


#s-b3f57d7e-2136-4ab2-84bd-f2002b1bd0cd .shogun-image-content {
  
    align-items: center;
  
}

#s-916143bc-67f7-4d2b-a31a-47fe2f91242b {
  text-align: center;
}




  #s-916143bc-67f7-4d2b-a31a-47fe2f91242b img.shogun-image {
    
    width: px;
  }


#s-916143bc-67f7-4d2b-a31a-47fe2f91242b .shogun-image-content {
  
    align-items: center;
  
}

#s-df4e5750-135e-467c-bdbc-8391e7446c5f {
  text-align: center;
}




  #s-df4e5750-135e-467c-bdbc-8391e7446c5f img.shogun-image {
    
    width: px;
  }


#s-df4e5750-135e-467c-bdbc-8391e7446c5f .shogun-image-content {
  
    align-items: center;
  
}

#s-4ebc9cb8-d088-4e29-8eaf-bb49cf1bdc02 {
  text-align: center;
}




  #s-4ebc9cb8-d088-4e29-8eaf-bb49cf1bdc02 img.shogun-image {
    
    width: px;
  }


#s-4ebc9cb8-d088-4e29-8eaf-bb49cf1bdc02 .shogun-image-content {
  
    align-items: center;
  
}

#s-b3a3dfb5-8ede-42aa-ac8f-e04c152ec0b3 {
  text-align: center;
}




  #s-b3a3dfb5-8ede-42aa-ac8f-e04c152ec0b3 img.shogun-image {
    
    width: px;
  }


#s-b3a3dfb5-8ede-42aa-ac8f-e04c152ec0b3 .shogun-image-content {
  
    align-items: center;
  
}

#s-0808bc97-68fd-4df9-a06b-7a684472756a {
  text-align: center;
}




  #s-0808bc97-68fd-4df9-a06b-7a684472756a img.shogun-image {
    
    width: px;
  }


#s-0808bc97-68fd-4df9-a06b-7a684472756a .shogun-image-content {
  
    align-items: center;
  
}

#s-7ec4b4c9-bb1f-4cdb-a105-5a4972f69281 {
  text-align: center;
}




  #s-7ec4b4c9-bb1f-4cdb-a105-5a4972f69281 img.shogun-image {
    
    width: px;
  }


#s-7ec4b4c9-bb1f-4cdb-a105-5a4972f69281 .shogun-image-content {
  
    align-items: center;
  
}

#s-f7b7e200-88d4-4b6b-aa17-81c8c70457f2 {
  text-align: center;
}




  #s-f7b7e200-88d4-4b6b-aa17-81c8c70457f2 img.shogun-image {
    
    width: px;
  }


#s-f7b7e200-88d4-4b6b-aa17-81c8c70457f2 .shogun-image-content {
  
    align-items: center;
  
}

#s-e9392148-eae0-4c76-9ce4-89c03074adf3 {
  text-align: center;
}




  #s-e9392148-eae0-4c76-9ce4-89c03074adf3 img.shogun-image {
    
    width: px;
  }


#s-e9392148-eae0-4c76-9ce4-89c03074adf3 .shogun-image-content {
  
    align-items: center;
  
}

#s-aab17b25-c911-4b4e-a7e6-9fb9d34af21b {
  text-align: center;
}




  #s-aab17b25-c911-4b4e-a7e6-9fb9d34af21b img.shogun-image {
    
    width: px;
  }


#s-aab17b25-c911-4b4e-a7e6-9fb9d34af21b .shogun-image-content {
  
    align-items: center;
  
}

#s-82b0fbc0-7e5f-4ef0-b1ef-562010583743 {
  text-align: center;
}




  #s-82b0fbc0-7e5f-4ef0-b1ef-562010583743 img.shogun-image {
    
    width: px;
  }


#s-82b0fbc0-7e5f-4ef0-b1ef-562010583743 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-c5be9c60-2ed8-4b2b-85c1-817a9d3a2fe8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 2.5px);
}

[id="s-c5be9c60-2ed8-4b2b-85c1-817a9d3a2fe8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c5be9c60-2ed8-4b2b-85c1-817a9d3a2fe8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 4.166666666666667px);
}

[id="s-c5be9c60-2ed8-4b2b-85c1-817a9d3a2fe8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 4.166666666666667px);
}

[id="s-c5be9c60-2ed8-4b2b-85c1-817a9d3a2fe8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 4.166666666666667px);
}

[id="s-c5be9c60-2ed8-4b2b-85c1-817a9d3a2fe8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 4.166666666666667px);
}

[id="s-c5be9c60-2ed8-4b2b-85c1-817a9d3a2fe8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 4.166666666666667px);
}

[id="s-c5be9c60-2ed8-4b2b-85c1-817a9d3a2fe8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 4.166666666666667px);
}

[id="s-c5be9c60-2ed8-4b2b-85c1-817a9d3a2fe8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 4.166666666666667px);
}

[id="s-c5be9c60-2ed8-4b2b-85c1-817a9d3a2fe8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 4.166666666666667px);
}

[id="s-c5be9c60-2ed8-4b2b-85c1-817a9d3a2fe8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 4.166666666666667px);
}

[id="s-c5be9c60-2ed8-4b2b-85c1-817a9d3a2fe8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 4.166666666666667px);
}

[id="s-c5be9c60-2ed8-4b2b-85c1-817a9d3a2fe8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 4.166666666666667px);
}

[id="s-c5be9c60-2ed8-4b2b-85c1-817a9d3a2fe8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 4.166666666666667px);
}

}

@media (min-width: 992px) {
[id="s-c5be9c60-2ed8-4b2b-85c1-817a9d3a2fe8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 4.166666666666667px);
}

[id="s-c5be9c60-2ed8-4b2b-85c1-817a9d3a2fe8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 4.166666666666667px);
}

[id="s-c5be9c60-2ed8-4b2b-85c1-817a9d3a2fe8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 4.166666666666667px);
}

[id="s-c5be9c60-2ed8-4b2b-85c1-817a9d3a2fe8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 4.166666666666667px);
}

[id="s-c5be9c60-2ed8-4b2b-85c1-817a9d3a2fe8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 4.166666666666667px);
}

[id="s-c5be9c60-2ed8-4b2b-85c1-817a9d3a2fe8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 4.166666666666667px);
}

[id="s-c5be9c60-2ed8-4b2b-85c1-817a9d3a2fe8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 4.166666666666667px);
}

[id="s-c5be9c60-2ed8-4b2b-85c1-817a9d3a2fe8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 4.166666666666667px);
}

[id="s-c5be9c60-2ed8-4b2b-85c1-817a9d3a2fe8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 4.166666666666667px);
}

[id="s-c5be9c60-2ed8-4b2b-85c1-817a9d3a2fe8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 4.166666666666667px);
}

[id="s-c5be9c60-2ed8-4b2b-85c1-817a9d3a2fe8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 4.166666666666667px);
}

[id="s-c5be9c60-2ed8-4b2b-85c1-817a9d3a2fe8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 4.166666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-c5be9c60-2ed8-4b2b-85c1-817a9d3a2fe8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 4.166666666666667px);
}

[id="s-c5be9c60-2ed8-4b2b-85c1-817a9d3a2fe8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 4.166666666666667px);
}

[id="s-c5be9c60-2ed8-4b2b-85c1-817a9d3a2fe8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 4.166666666666667px);
}

[id="s-c5be9c60-2ed8-4b2b-85c1-817a9d3a2fe8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 4.166666666666667px);
}

[id="s-c5be9c60-2ed8-4b2b-85c1-817a9d3a2fe8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 4.166666666666667px);
}

[id="s-c5be9c60-2ed8-4b2b-85c1-817a9d3a2fe8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 4.166666666666667px);
}

[id="s-c5be9c60-2ed8-4b2b-85c1-817a9d3a2fe8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 4.166666666666667px);
}

[id="s-c5be9c60-2ed8-4b2b-85c1-817a9d3a2fe8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 4.166666666666667px);
}

[id="s-c5be9c60-2ed8-4b2b-85c1-817a9d3a2fe8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 4.166666666666667px);
}

[id="s-c5be9c60-2ed8-4b2b-85c1-817a9d3a2fe8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 4.166666666666667px);
}

[id="s-c5be9c60-2ed8-4b2b-85c1-817a9d3a2fe8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 4.166666666666667px);
}

[id="s-c5be9c60-2ed8-4b2b-85c1-817a9d3a2fe8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 4.166666666666667px);
}

}

#s-c56d9abe-f013-47c2-b851-795a0349cc1e {
  text-align: center;
}




  #s-c56d9abe-f013-47c2-b851-795a0349cc1e img.shogun-image {
    
    width: px;
  }


#s-c56d9abe-f013-47c2-b851-795a0349cc1e .shogun-image-content {
  
    align-items: center;
  
}

#s-1b7af865-5e07-4b07-a4fa-f746e07b773b {
  text-align: center;
}




  #s-1b7af865-5e07-4b07-a4fa-f746e07b773b img.shogun-image {
    
    width: px;
  }


#s-1b7af865-5e07-4b07-a4fa-f746e07b773b .shogun-image-content {
  
    align-items: center;
  
}

#s-be8a141e-34a6-4454-b9f0-72d0419b3c7d {
  text-align: center;
}




  #s-be8a141e-34a6-4454-b9f0-72d0419b3c7d img.shogun-image {
    
    width: px;
  }


#s-be8a141e-34a6-4454-b9f0-72d0419b3c7d .shogun-image-content {
  
    align-items: center;
  
}

#s-ce484b77-fa72-4dc9-a5e9-58740119c02d {
  text-align: center;
}




  #s-ce484b77-fa72-4dc9-a5e9-58740119c02d img.shogun-image {
    
    width: px;
  }


#s-ce484b77-fa72-4dc9-a5e9-58740119c02d .shogun-image-content {
  
    align-items: center;
  
}

#s-511f963f-5018-4356-9d5a-87677f4bd6bf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-511f963f-5018-4356-9d5a-87677f4bd6bf .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-d47adb5c-7f1b-46f2-aee9-360872688b6e {
  text-align: center;
}




  #s-d47adb5c-7f1b-46f2-aee9-360872688b6e img.shogun-image {
    
    width: px;
  }


#s-d47adb5c-7f1b-46f2-aee9-360872688b6e .shogun-image-content {
  
    align-items: center;
  
}

#s-523ad4c1-5408-4aca-871c-9f07da0d5cda {
  text-align: center;
}




  #s-523ad4c1-5408-4aca-871c-9f07da0d5cda img.shogun-image {
    
    width: px;
  }


#s-523ad4c1-5408-4aca-871c-9f07da0d5cda .shogun-image-content {
  
    align-items: center;
  
}

#s-4a612032-4ca8-4108-b09e-7b9101c904a3 {
  text-align: center;
}




  #s-4a612032-4ca8-4108-b09e-7b9101c904a3 img.shogun-image {
    
    width: px;
  }


#s-4a612032-4ca8-4108-b09e-7b9101c904a3 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-419bbbd3-7019-469e-b341-9e288f5cee1e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-419bbbd3-7019-469e-b341-9e288f5cee1e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-419bbbd3-7019-469e-b341-9e288f5cee1e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-419bbbd3-7019-469e-b341-9e288f5cee1e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-419bbbd3-7019-469e-b341-9e288f5cee1e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-419bbbd3-7019-469e-b341-9e288f5cee1e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-419bbbd3-7019-469e-b341-9e288f5cee1e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-419bbbd3-7019-469e-b341-9e288f5cee1e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-419bbbd3-7019-469e-b341-9e288f5cee1e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-419bbbd3-7019-469e-b341-9e288f5cee1e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-419bbbd3-7019-469e-b341-9e288f5cee1e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-419bbbd3-7019-469e-b341-9e288f5cee1e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-419bbbd3-7019-469e-b341-9e288f5cee1e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-419bbbd3-7019-469e-b341-9e288f5cee1e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-419bbbd3-7019-469e-b341-9e288f5cee1e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-419bbbd3-7019-469e-b341-9e288f5cee1e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-419bbbd3-7019-469e-b341-9e288f5cee1e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-419bbbd3-7019-469e-b341-9e288f5cee1e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-419bbbd3-7019-469e-b341-9e288f5cee1e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-419bbbd3-7019-469e-b341-9e288f5cee1e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-419bbbd3-7019-469e-b341-9e288f5cee1e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-419bbbd3-7019-469e-b341-9e288f5cee1e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-419bbbd3-7019-469e-b341-9e288f5cee1e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-419bbbd3-7019-469e-b341-9e288f5cee1e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-419bbbd3-7019-469e-b341-9e288f5cee1e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-419bbbd3-7019-469e-b341-9e288f5cee1e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-419bbbd3-7019-469e-b341-9e288f5cee1e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-419bbbd3-7019-469e-b341-9e288f5cee1e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-419bbbd3-7019-469e-b341-9e288f5cee1e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-419bbbd3-7019-469e-b341-9e288f5cee1e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-419bbbd3-7019-469e-b341-9e288f5cee1e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-419bbbd3-7019-469e-b341-9e288f5cee1e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-419bbbd3-7019-469e-b341-9e288f5cee1e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-419bbbd3-7019-469e-b341-9e288f5cee1e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-419bbbd3-7019-469e-b341-9e288f5cee1e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-419bbbd3-7019-469e-b341-9e288f5cee1e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-419bbbd3-7019-469e-b341-9e288f5cee1e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-419bbbd3-7019-469e-b341-9e288f5cee1e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-cb07331e-8f93-4b96-b579-cd7be01ea678 {
  text-align: center;
}




  #s-cb07331e-8f93-4b96-b579-cd7be01ea678 img.shogun-image {
    
    width: px;
  }


#s-cb07331e-8f93-4b96-b579-cd7be01ea678 .shogun-image-content {
  
    align-items: center;
  
}

#s-2452b481-2bcc-45d0-9ffc-24ebfbb19945 {
  text-align: center;
}




  #s-2452b481-2bcc-45d0-9ffc-24ebfbb19945 img.shogun-image {
    
    width: px;
  }


#s-2452b481-2bcc-45d0-9ffc-24ebfbb19945 .shogun-image-content {
  
    align-items: center;
  
}

#s-e7528320-42cd-4b29-adb8-7cf7c7676991 {
  text-align: center;
}




  #s-e7528320-42cd-4b29-adb8-7cf7c7676991 img.shogun-image {
    
    width: px;
  }


#s-e7528320-42cd-4b29-adb8-7cf7c7676991 .shogun-image-content {
  
    align-items: center;
  
}

#s-025ea7e4-5af7-48b4-afc6-b3c4ef48d0eb {
  text-align: center;
}




  #s-025ea7e4-5af7-48b4-afc6-b3c4ef48d0eb img.shogun-image {
    
    width: px;
  }


#s-025ea7e4-5af7-48b4-afc6-b3c4ef48d0eb .shogun-image-content {
  
    align-items: center;
  
}

#s-c761d72c-e44b-4f91-bb1d-4870abde41b9 {
  text-align: center;
}




  #s-c761d72c-e44b-4f91-bb1d-4870abde41b9 img.shogun-image {
    
    width: px;
  }


#s-c761d72c-e44b-4f91-bb1d-4870abde41b9 .shogun-image-content {
  
    align-items: center;
  
}

#s-d3638d92-db49-401c-9583-dce36bd4c48a {
  text-align: center;
}




  #s-d3638d92-db49-401c-9583-dce36bd4c48a img.shogun-image {
    
    width: px;
  }


#s-d3638d92-db49-401c-9583-dce36bd4c48a .shogun-image-content {
  
    align-items: center;
  
}

#s-d8747d9a-ddd8-43dc-9799-df1fd2c1bffa {
  text-align: center;
}




  #s-d8747d9a-ddd8-43dc-9799-df1fd2c1bffa img.shogun-image {
    
    width: px;
  }


#s-d8747d9a-ddd8-43dc-9799-df1fd2c1bffa .shogun-image-content {
  
    align-items: center;
  
}

#s-ec0ec68d-3825-4120-ac9b-3dd93b4ea15c {
  text-align: center;
}




  #s-ec0ec68d-3825-4120-ac9b-3dd93b4ea15c img.shogun-image {
    
    width: px;
  }


#s-ec0ec68d-3825-4120-ac9b-3dd93b4ea15c .shogun-image-content {
  
    align-items: center;
  
}

#s-6ec7b6cd-7441-4ce0-a411-de78b90b27c2 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-6ec7b6cd-7441-4ce0-a411-de78b90b27c2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-6ec7b6cd-7441-4ce0-a411-de78b90b27c2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: #8fcee7;
}

#s-6ec7b6cd-7441-4ce0-a411-de78b90b27c2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-6ec7b6cd-7441-4ce0-a411-de78b90b27c2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: #8fcee7;
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-6ec7b6cd-7441-4ce0-a411-de78b90b27c2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
@media (min-width: 0px) {
[id="s-9a206e41-2ec2-4442-aa3b-93f59f5f91f3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-9a206e41-2ec2-4442-aa3b-93f59f5f91f3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9a206e41-2ec2-4442-aa3b-93f59f5f91f3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-9a206e41-2ec2-4442-aa3b-93f59f5f91f3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-9a206e41-2ec2-4442-aa3b-93f59f5f91f3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-9a206e41-2ec2-4442-aa3b-93f59f5f91f3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-9a206e41-2ec2-4442-aa3b-93f59f5f91f3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-9a206e41-2ec2-4442-aa3b-93f59f5f91f3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-9a206e41-2ec2-4442-aa3b-93f59f5f91f3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-9a206e41-2ec2-4442-aa3b-93f59f5f91f3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-9a206e41-2ec2-4442-aa3b-93f59f5f91f3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-9a206e41-2ec2-4442-aa3b-93f59f5f91f3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-9a206e41-2ec2-4442-aa3b-93f59f5f91f3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-9a206e41-2ec2-4442-aa3b-93f59f5f91f3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-9a206e41-2ec2-4442-aa3b-93f59f5f91f3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-9a206e41-2ec2-4442-aa3b-93f59f5f91f3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-9a206e41-2ec2-4442-aa3b-93f59f5f91f3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-9a206e41-2ec2-4442-aa3b-93f59f5f91f3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-9a206e41-2ec2-4442-aa3b-93f59f5f91f3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-9a206e41-2ec2-4442-aa3b-93f59f5f91f3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-9a206e41-2ec2-4442-aa3b-93f59f5f91f3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-9a206e41-2ec2-4442-aa3b-93f59f5f91f3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-9a206e41-2ec2-4442-aa3b-93f59f5f91f3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-9a206e41-2ec2-4442-aa3b-93f59f5f91f3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-9a206e41-2ec2-4442-aa3b-93f59f5f91f3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-9a206e41-2ec2-4442-aa3b-93f59f5f91f3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-9a206e41-2ec2-4442-aa3b-93f59f5f91f3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-9a206e41-2ec2-4442-aa3b-93f59f5f91f3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-9a206e41-2ec2-4442-aa3b-93f59f5f91f3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-9a206e41-2ec2-4442-aa3b-93f59f5f91f3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-9a206e41-2ec2-4442-aa3b-93f59f5f91f3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-9a206e41-2ec2-4442-aa3b-93f59f5f91f3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-9a206e41-2ec2-4442-aa3b-93f59f5f91f3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-9a206e41-2ec2-4442-aa3b-93f59f5f91f3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-9a206e41-2ec2-4442-aa3b-93f59f5f91f3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-9a206e41-2ec2-4442-aa3b-93f59f5f91f3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-9a206e41-2ec2-4442-aa3b-93f59f5f91f3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-9a206e41-2ec2-4442-aa3b-93f59f5f91f3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-27ae0f1d-6070-4392-80c7-571794df0698 {
  text-align: center;
}




  #s-27ae0f1d-6070-4392-80c7-571794df0698 img.shogun-image {
    
    width: px;
  }


#s-27ae0f1d-6070-4392-80c7-571794df0698 .shogun-image-content {
  
    align-items: center;
  
}

#s-1c017682-33ba-42c1-a772-bc8fa334205f {
  text-align: center;
}




  #s-1c017682-33ba-42c1-a772-bc8fa334205f img.shogun-image {
    
    width: px;
  }


#s-1c017682-33ba-42c1-a772-bc8fa334205f .shogun-image-content {
  
    align-items: center;
  
}

#s-cc1756af-dfe7-4571-b67b-fda0fc9a9f61 {
  text-align: center;
}




  #s-cc1756af-dfe7-4571-b67b-fda0fc9a9f61 img.shogun-image {
    
    width: px;
  }


#s-cc1756af-dfe7-4571-b67b-fda0fc9a9f61 .shogun-image-content {
  
    align-items: center;
  
}

#s-c81d0b50-058b-47cd-890f-b3f21492b8e3 {
  text-align: center;
}




  #s-c81d0b50-058b-47cd-890f-b3f21492b8e3 img.shogun-image {
    
    width: px;
  }


#s-c81d0b50-058b-47cd-890f-b3f21492b8e3 .shogun-image-content {
  
    align-items: center;
  
}

#s-b74093b4-3d85-4e23-ace0-174f33a89c31 {
  text-align: center;
}




  #s-b74093b4-3d85-4e23-ace0-174f33a89c31 img.shogun-image {
    
    width: px;
  }


#s-b74093b4-3d85-4e23-ace0-174f33a89c31 .shogun-image-content {
  
    align-items: center;
  
}

#s-33ee0daf-f37b-41b3-88a7-0ce42f2c7e2c {
  text-align: center;
}




  #s-33ee0daf-f37b-41b3-88a7-0ce42f2c7e2c img.shogun-image {
    
    width: px;
  }


#s-33ee0daf-f37b-41b3-88a7-0ce42f2c7e2c .shogun-image-content {
  
    align-items: center;
  
}

#s-235355ae-4f49-490d-95ed-b7716cd4ce5a {
  text-align: center;
}




  #s-235355ae-4f49-490d-95ed-b7716cd4ce5a img.shogun-image {
    
    width: px;
  }


#s-235355ae-4f49-490d-95ed-b7716cd4ce5a .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-5796fad1-11c3-4134-81b1-a9543c561495"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-5796fad1-11c3-4134-81b1-a9543c561495"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5796fad1-11c3-4134-81b1-a9543c561495"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-5796fad1-11c3-4134-81b1-a9543c561495"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-5796fad1-11c3-4134-81b1-a9543c561495"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-5796fad1-11c3-4134-81b1-a9543c561495"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-5796fad1-11c3-4134-81b1-a9543c561495"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-5796fad1-11c3-4134-81b1-a9543c561495"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-5796fad1-11c3-4134-81b1-a9543c561495"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-5796fad1-11c3-4134-81b1-a9543c561495"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-5796fad1-11c3-4134-81b1-a9543c561495"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-5796fad1-11c3-4134-81b1-a9543c561495"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-5796fad1-11c3-4134-81b1-a9543c561495"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-5796fad1-11c3-4134-81b1-a9543c561495"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-5796fad1-11c3-4134-81b1-a9543c561495"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-5796fad1-11c3-4134-81b1-a9543c561495"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-5796fad1-11c3-4134-81b1-a9543c561495"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-5796fad1-11c3-4134-81b1-a9543c561495"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-5796fad1-11c3-4134-81b1-a9543c561495"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-5796fad1-11c3-4134-81b1-a9543c561495"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-5796fad1-11c3-4134-81b1-a9543c561495"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-5796fad1-11c3-4134-81b1-a9543c561495"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-5796fad1-11c3-4134-81b1-a9543c561495"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-5796fad1-11c3-4134-81b1-a9543c561495"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-5796fad1-11c3-4134-81b1-a9543c561495"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-5796fad1-11c3-4134-81b1-a9543c561495"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-5796fad1-11c3-4134-81b1-a9543c561495"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-5796fad1-11c3-4134-81b1-a9543c561495"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-5796fad1-11c3-4134-81b1-a9543c561495"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-5796fad1-11c3-4134-81b1-a9543c561495"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-5796fad1-11c3-4134-81b1-a9543c561495"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-5796fad1-11c3-4134-81b1-a9543c561495"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-5796fad1-11c3-4134-81b1-a9543c561495"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-5796fad1-11c3-4134-81b1-a9543c561495"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-5796fad1-11c3-4134-81b1-a9543c561495"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-5796fad1-11c3-4134-81b1-a9543c561495"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-5796fad1-11c3-4134-81b1-a9543c561495"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-5796fad1-11c3-4134-81b1-a9543c561495"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-2075e3de-86bd-4a69-b344-6dfa1cf1ddd2 {
  text-align: center;
}




  #s-2075e3de-86bd-4a69-b344-6dfa1cf1ddd2 img.shogun-image {
    
    width: px;
  }


#s-2075e3de-86bd-4a69-b344-6dfa1cf1ddd2 .shogun-image-content {
  
    align-items: center;
  
}

#s-f4c24ebf-edfd-4f02-928a-448e730d37c5 {
  text-align: center;
}




  #s-f4c24ebf-edfd-4f02-928a-448e730d37c5 img.shogun-image {
    
    width: px;
  }


#s-f4c24ebf-edfd-4f02-928a-448e730d37c5 .shogun-image-content {
  
    align-items: center;
  
}

#s-1b444a4d-70f7-4f35-8ec6-d47a1846b44c {
  text-align: center;
}




  #s-1b444a4d-70f7-4f35-8ec6-d47a1846b44c img.shogun-image {
    
    width: px;
  }


#s-1b444a4d-70f7-4f35-8ec6-d47a1846b44c .shogun-image-content {
  
    align-items: center;
  
}

#s-0c4d4e35-c6d4-49bc-bb9f-268e2623aa2b {
  text-align: center;
}




  #s-0c4d4e35-c6d4-49bc-bb9f-268e2623aa2b img.shogun-image {
    
    width: px;
  }


#s-0c4d4e35-c6d4-49bc-bb9f-268e2623aa2b .shogun-image-content {
  
    align-items: center;
  
}

#s-86d2bfad-c62d-4194-af39-3a8d423878d2 {
  text-align: center;
}




  #s-86d2bfad-c62d-4194-af39-3a8d423878d2 img.shogun-image {
    
    width: px;
  }


#s-86d2bfad-c62d-4194-af39-3a8d423878d2 .shogun-image-content {
  
    align-items: center;
  
}

#s-c64a6a5d-f83d-451e-a54e-b64d2f7ef847 {
  text-align: center;
}




  #s-c64a6a5d-f83d-451e-a54e-b64d2f7ef847 img.shogun-image {
    
    width: px;
  }


#s-c64a6a5d-f83d-451e-a54e-b64d2f7ef847 .shogun-image-content {
  
    align-items: center;
  
}

#s-37485faf-fd9c-4dcd-a2e1-f63b90f103e3 {
  text-align: center;
}




  #s-37485faf-fd9c-4dcd-a2e1-f63b90f103e3 img.shogun-image {
    
    width: px;
  }


#s-37485faf-fd9c-4dcd-a2e1-f63b90f103e3 .shogun-image-content {
  
    align-items: center;
  
}

#s-c71b2b67-3e19-447a-854e-280fadae65f8 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-c71b2b67-3e19-447a-854e-280fadae65f8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-c71b2b67-3e19-447a-854e-280fadae65f8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: #8fcee7;
}

#s-c71b2b67-3e19-447a-854e-280fadae65f8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-c71b2b67-3e19-447a-854e-280fadae65f8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: #8fcee7;
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-c71b2b67-3e19-447a-854e-280fadae65f8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
@media (min-width: 0px) {
[id="s-432762ce-8635-4824-9082-187346667225"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-432762ce-8635-4824-9082-187346667225"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-432762ce-8635-4824-9082-187346667225"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-432762ce-8635-4824-9082-187346667225"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-432762ce-8635-4824-9082-187346667225"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-432762ce-8635-4824-9082-187346667225"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-432762ce-8635-4824-9082-187346667225"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-432762ce-8635-4824-9082-187346667225"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-432762ce-8635-4824-9082-187346667225"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-432762ce-8635-4824-9082-187346667225"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-432762ce-8635-4824-9082-187346667225"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-432762ce-8635-4824-9082-187346667225"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-432762ce-8635-4824-9082-187346667225"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-432762ce-8635-4824-9082-187346667225"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-432762ce-8635-4824-9082-187346667225"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-432762ce-8635-4824-9082-187346667225"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-432762ce-8635-4824-9082-187346667225"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-432762ce-8635-4824-9082-187346667225"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-432762ce-8635-4824-9082-187346667225"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-432762ce-8635-4824-9082-187346667225"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-432762ce-8635-4824-9082-187346667225"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-432762ce-8635-4824-9082-187346667225"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-432762ce-8635-4824-9082-187346667225"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-432762ce-8635-4824-9082-187346667225"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-432762ce-8635-4824-9082-187346667225"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-432762ce-8635-4824-9082-187346667225"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-432762ce-8635-4824-9082-187346667225"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-432762ce-8635-4824-9082-187346667225"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-432762ce-8635-4824-9082-187346667225"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-432762ce-8635-4824-9082-187346667225"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-432762ce-8635-4824-9082-187346667225"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-432762ce-8635-4824-9082-187346667225"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-432762ce-8635-4824-9082-187346667225"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-432762ce-8635-4824-9082-187346667225"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-432762ce-8635-4824-9082-187346667225"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-432762ce-8635-4824-9082-187346667225"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-432762ce-8635-4824-9082-187346667225"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-432762ce-8635-4824-9082-187346667225"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-46f24e0a-c98a-47a2-9271-2f7bd473de38 {
  text-align: center;
}




  #s-46f24e0a-c98a-47a2-9271-2f7bd473de38 img.shogun-image {
    
    width: px;
  }


#s-46f24e0a-c98a-47a2-9271-2f7bd473de38 .shogun-image-content {
  
    align-items: center;
  
}

#s-0c8e7b61-dd9e-48a6-9c71-5a474423bd47 {
  text-align: center;
}




  #s-0c8e7b61-dd9e-48a6-9c71-5a474423bd47 img.shogun-image {
    
    width: px;
  }


#s-0c8e7b61-dd9e-48a6-9c71-5a474423bd47 .shogun-image-content {
  
    align-items: center;
  
}

#s-00b8814d-98d7-4ed8-83d1-e24dc7c15a20 {
  text-align: center;
}




  #s-00b8814d-98d7-4ed8-83d1-e24dc7c15a20 img.shogun-image {
    
    width: px;
  }


#s-00b8814d-98d7-4ed8-83d1-e24dc7c15a20 .shogun-image-content {
  
    align-items: center;
  
}

#s-826cc7ae-5037-48d9-b082-6b9b57650827 {
  text-align: center;
}




  #s-826cc7ae-5037-48d9-b082-6b9b57650827 img.shogun-image {
    
    width: px;
  }


#s-826cc7ae-5037-48d9-b082-6b9b57650827 .shogun-image-content {
  
    align-items: center;
  
}

#s-b8d5047f-317e-42db-bb98-76dae97e5691 {
  text-align: center;
}




  #s-b8d5047f-317e-42db-bb98-76dae97e5691 img.shogun-image {
    
    width: px;
  }


#s-b8d5047f-317e-42db-bb98-76dae97e5691 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-c4f095fa-a2f8-4ff2-af0c-a96f9b5cd46b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-c4f095fa-a2f8-4ff2-af0c-a96f9b5cd46b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c4f095fa-a2f8-4ff2-af0c-a96f9b5cd46b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-c4f095fa-a2f8-4ff2-af0c-a96f9b5cd46b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-c4f095fa-a2f8-4ff2-af0c-a96f9b5cd46b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-c4f095fa-a2f8-4ff2-af0c-a96f9b5cd46b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-c4f095fa-a2f8-4ff2-af0c-a96f9b5cd46b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-c4f095fa-a2f8-4ff2-af0c-a96f9b5cd46b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-c4f095fa-a2f8-4ff2-af0c-a96f9b5cd46b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-c4f095fa-a2f8-4ff2-af0c-a96f9b5cd46b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-c4f095fa-a2f8-4ff2-af0c-a96f9b5cd46b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-c4f095fa-a2f8-4ff2-af0c-a96f9b5cd46b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-c4f095fa-a2f8-4ff2-af0c-a96f9b5cd46b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-c4f095fa-a2f8-4ff2-af0c-a96f9b5cd46b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-c4f095fa-a2f8-4ff2-af0c-a96f9b5cd46b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-c4f095fa-a2f8-4ff2-af0c-a96f9b5cd46b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-c4f095fa-a2f8-4ff2-af0c-a96f9b5cd46b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-c4f095fa-a2f8-4ff2-af0c-a96f9b5cd46b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-c4f095fa-a2f8-4ff2-af0c-a96f9b5cd46b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-c4f095fa-a2f8-4ff2-af0c-a96f9b5cd46b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-c4f095fa-a2f8-4ff2-af0c-a96f9b5cd46b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-c4f095fa-a2f8-4ff2-af0c-a96f9b5cd46b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-c4f095fa-a2f8-4ff2-af0c-a96f9b5cd46b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-c4f095fa-a2f8-4ff2-af0c-a96f9b5cd46b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-c4f095fa-a2f8-4ff2-af0c-a96f9b5cd46b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-c4f095fa-a2f8-4ff2-af0c-a96f9b5cd46b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-c4f095fa-a2f8-4ff2-af0c-a96f9b5cd46b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-c4f095fa-a2f8-4ff2-af0c-a96f9b5cd46b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-c4f095fa-a2f8-4ff2-af0c-a96f9b5cd46b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-c4f095fa-a2f8-4ff2-af0c-a96f9b5cd46b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-c4f095fa-a2f8-4ff2-af0c-a96f9b5cd46b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-c4f095fa-a2f8-4ff2-af0c-a96f9b5cd46b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-c4f095fa-a2f8-4ff2-af0c-a96f9b5cd46b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-c4f095fa-a2f8-4ff2-af0c-a96f9b5cd46b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-c4f095fa-a2f8-4ff2-af0c-a96f9b5cd46b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-c4f095fa-a2f8-4ff2-af0c-a96f9b5cd46b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-c4f095fa-a2f8-4ff2-af0c-a96f9b5cd46b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-c4f095fa-a2f8-4ff2-af0c-a96f9b5cd46b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-7309b4dc-73c4-418c-a8a5-de5cd2134990 {
  text-align: center;
}




  #s-7309b4dc-73c4-418c-a8a5-de5cd2134990 img.shogun-image {
    
    width: px;
  }


#s-7309b4dc-73c4-418c-a8a5-de5cd2134990 .shogun-image-content {
  
    align-items: center;
  
}

#s-038b1a29-6c9f-48a9-9bb0-6198c321590f {
  text-align: center;
}




  #s-038b1a29-6c9f-48a9-9bb0-6198c321590f img.shogun-image {
    
    width: px;
  }


#s-038b1a29-6c9f-48a9-9bb0-6198c321590f .shogun-image-content {
  
    align-items: center;
  
}

#s-0023edb5-5ff0-45c4-bbc2-904e35251910 {
  text-align: center;
}




  #s-0023edb5-5ff0-45c4-bbc2-904e35251910 img.shogun-image {
    
    width: px;
  }


#s-0023edb5-5ff0-45c4-bbc2-904e35251910 .shogun-image-content {
  
    align-items: center;
  
}

#s-444744b1-543b-4c62-b865-5b25df2b8d30 {
  text-align: center;
}




  #s-444744b1-543b-4c62-b865-5b25df2b8d30 img.shogun-image {
    
    width: px;
  }


#s-444744b1-543b-4c62-b865-5b25df2b8d30 .shogun-image-content {
  
    align-items: center;
  
}

#s-20af70af-1692-4876-9b91-5acffb25b593 {
  text-align: center;
}




  #s-20af70af-1692-4876-9b91-5acffb25b593 img.shogun-image {
    
    width: px;
  }


#s-20af70af-1692-4876-9b91-5acffb25b593 .shogun-image-content {
  
    align-items: center;
  
}

#s-30a9775a-afce-43a3-b09b-c1cfe7a78d87 {
  text-align: center;
}




  #s-30a9775a-afce-43a3-b09b-c1cfe7a78d87 img.shogun-image {
    
    width: px;
  }


#s-30a9775a-afce-43a3-b09b-c1cfe7a78d87 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-7903d6bd-693e-44d0-83cc-51e0f66f3df6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-7903d6bd-693e-44d0-83cc-51e0f66f3df6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7903d6bd-693e-44d0-83cc-51e0f66f3df6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-7903d6bd-693e-44d0-83cc-51e0f66f3df6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-7903d6bd-693e-44d0-83cc-51e0f66f3df6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-7903d6bd-693e-44d0-83cc-51e0f66f3df6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-7903d6bd-693e-44d0-83cc-51e0f66f3df6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-7903d6bd-693e-44d0-83cc-51e0f66f3df6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-7903d6bd-693e-44d0-83cc-51e0f66f3df6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-7903d6bd-693e-44d0-83cc-51e0f66f3df6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-7903d6bd-693e-44d0-83cc-51e0f66f3df6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-7903d6bd-693e-44d0-83cc-51e0f66f3df6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-7903d6bd-693e-44d0-83cc-51e0f66f3df6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-7903d6bd-693e-44d0-83cc-51e0f66f3df6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-7903d6bd-693e-44d0-83cc-51e0f66f3df6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-7903d6bd-693e-44d0-83cc-51e0f66f3df6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-7903d6bd-693e-44d0-83cc-51e0f66f3df6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-7903d6bd-693e-44d0-83cc-51e0f66f3df6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-7903d6bd-693e-44d0-83cc-51e0f66f3df6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-7903d6bd-693e-44d0-83cc-51e0f66f3df6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-7903d6bd-693e-44d0-83cc-51e0f66f3df6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-7903d6bd-693e-44d0-83cc-51e0f66f3df6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-7903d6bd-693e-44d0-83cc-51e0f66f3df6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-7903d6bd-693e-44d0-83cc-51e0f66f3df6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-7903d6bd-693e-44d0-83cc-51e0f66f3df6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-7903d6bd-693e-44d0-83cc-51e0f66f3df6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-7903d6bd-693e-44d0-83cc-51e0f66f3df6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-7903d6bd-693e-44d0-83cc-51e0f66f3df6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-7903d6bd-693e-44d0-83cc-51e0f66f3df6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-7903d6bd-693e-44d0-83cc-51e0f66f3df6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-7903d6bd-693e-44d0-83cc-51e0f66f3df6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-7903d6bd-693e-44d0-83cc-51e0f66f3df6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-7903d6bd-693e-44d0-83cc-51e0f66f3df6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-7903d6bd-693e-44d0-83cc-51e0f66f3df6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-7903d6bd-693e-44d0-83cc-51e0f66f3df6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-7903d6bd-693e-44d0-83cc-51e0f66f3df6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-7903d6bd-693e-44d0-83cc-51e0f66f3df6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-7903d6bd-693e-44d0-83cc-51e0f66f3df6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-d7467ec5-4198-419d-b511-5bd7d8ac5f4b {
  text-align: center;
}




  #s-d7467ec5-4198-419d-b511-5bd7d8ac5f4b img.shogun-image {
    
    width: px;
  }


#s-d7467ec5-4198-419d-b511-5bd7d8ac5f4b .shogun-image-content {
  
    align-items: center;
  
}

#s-b8ee64f7-6ba0-43ac-87d1-d239a45640d7 {
  text-align: center;
}




  #s-b8ee64f7-6ba0-43ac-87d1-d239a45640d7 img.shogun-image {
    
    width: px;
  }


#s-b8ee64f7-6ba0-43ac-87d1-d239a45640d7 .shogun-image-content {
  
    align-items: center;
  
}

#s-2e1afde2-6c2c-4328-bec8-51f09df121fe {
  text-align: center;
}




  #s-2e1afde2-6c2c-4328-bec8-51f09df121fe img.shogun-image {
    
    width: px;
  }


#s-2e1afde2-6c2c-4328-bec8-51f09df121fe .shogun-image-content {
  
    align-items: center;
  
}

#s-56fc3208-1e89-4ef1-88dd-080a119295a8 {
  text-align: center;
}




  #s-56fc3208-1e89-4ef1-88dd-080a119295a8 img.shogun-image {
    
    width: px;
  }


#s-56fc3208-1e89-4ef1-88dd-080a119295a8 .shogun-image-content {
  
    align-items: center;
  
}

#s-1fc49565-8a04-4ccc-b236-b0199f93f631 {
  text-align: center;
}




  #s-1fc49565-8a04-4ccc-b236-b0199f93f631 img.shogun-image {
    
    width: px;
  }


#s-1fc49565-8a04-4ccc-b236-b0199f93f631 .shogun-image-content {
  
    align-items: center;
  
}

#s-f0123513-5cc2-4701-9053-1fcd141f6f36 {
  text-align: center;
}




  #s-f0123513-5cc2-4701-9053-1fcd141f6f36 img.shogun-image {
    
    width: px;
  }


#s-f0123513-5cc2-4701-9053-1fcd141f6f36 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-24063149-6225-4896-91fe-e479044f875e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-24063149-6225-4896-91fe-e479044f875e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-24063149-6225-4896-91fe-e479044f875e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-24063149-6225-4896-91fe-e479044f875e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-24063149-6225-4896-91fe-e479044f875e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-24063149-6225-4896-91fe-e479044f875e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-24063149-6225-4896-91fe-e479044f875e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-24063149-6225-4896-91fe-e479044f875e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-24063149-6225-4896-91fe-e479044f875e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-24063149-6225-4896-91fe-e479044f875e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-24063149-6225-4896-91fe-e479044f875e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-24063149-6225-4896-91fe-e479044f875e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-24063149-6225-4896-91fe-e479044f875e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-24063149-6225-4896-91fe-e479044f875e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-24063149-6225-4896-91fe-e479044f875e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-24063149-6225-4896-91fe-e479044f875e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-24063149-6225-4896-91fe-e479044f875e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-24063149-6225-4896-91fe-e479044f875e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-24063149-6225-4896-91fe-e479044f875e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-24063149-6225-4896-91fe-e479044f875e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-24063149-6225-4896-91fe-e479044f875e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-24063149-6225-4896-91fe-e479044f875e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-24063149-6225-4896-91fe-e479044f875e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-24063149-6225-4896-91fe-e479044f875e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-24063149-6225-4896-91fe-e479044f875e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-24063149-6225-4896-91fe-e479044f875e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-24063149-6225-4896-91fe-e479044f875e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-24063149-6225-4896-91fe-e479044f875e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-24063149-6225-4896-91fe-e479044f875e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-24063149-6225-4896-91fe-e479044f875e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-24063149-6225-4896-91fe-e479044f875e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-24063149-6225-4896-91fe-e479044f875e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-24063149-6225-4896-91fe-e479044f875e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-24063149-6225-4896-91fe-e479044f875e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-24063149-6225-4896-91fe-e479044f875e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-24063149-6225-4896-91fe-e479044f875e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-24063149-6225-4896-91fe-e479044f875e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-24063149-6225-4896-91fe-e479044f875e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-20d5b78c-ace1-44fa-8968-c314e5d7073c {
  text-align: center;
}




  #s-20d5b78c-ace1-44fa-8968-c314e5d7073c img.shogun-image {
    
    width: px;
  }


#s-20d5b78c-ace1-44fa-8968-c314e5d7073c .shogun-image-content {
  
    align-items: center;
  
}

#s-a7e1bba7-2390-487f-8b66-becbe9c1e7bf {
  text-align: center;
}




  #s-a7e1bba7-2390-487f-8b66-becbe9c1e7bf img.shogun-image {
    
    width: px;
  }


#s-a7e1bba7-2390-487f-8b66-becbe9c1e7bf .shogun-image-content {
  
    align-items: center;
  
}

#s-f78cf312-3618-4c4e-96c5-c445ac4d2728 {
  text-align: center;
}




  #s-f78cf312-3618-4c4e-96c5-c445ac4d2728 img.shogun-image {
    
    width: px;
  }


#s-f78cf312-3618-4c4e-96c5-c445ac4d2728 .shogun-image-content {
  
    align-items: center;
  
}

#s-3f27a7a0-05a7-463c-a541-f6b561b3bbfe {
  text-align: center;
}




  #s-3f27a7a0-05a7-463c-a541-f6b561b3bbfe img.shogun-image {
    
    width: px;
  }


#s-3f27a7a0-05a7-463c-a541-f6b561b3bbfe .shogun-image-content {
  
    align-items: center;
  
}

#s-53b06bd6-cf08-4971-a0b3-b58c5fcea270 {
  text-align: center;
}




  #s-53b06bd6-cf08-4971-a0b3-b58c5fcea270 img.shogun-image {
    
    width: px;
  }


#s-53b06bd6-cf08-4971-a0b3-b58c5fcea270 .shogun-image-content {
  
    align-items: center;
  
}

#s-7f459d91-dbfc-4197-820d-6bf5e920d82e {
  text-align: center;
}




  #s-7f459d91-dbfc-4197-820d-6bf5e920d82e img.shogun-image {
    
    width: px;
  }


#s-7f459d91-dbfc-4197-820d-6bf5e920d82e .shogun-image-content {
  
    align-items: center;
  
}

#s-c7e69d4b-cd49-4de3-98b6-67d8bab35b6f > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-c7e69d4b-cd49-4de3-98b6-67d8bab35b6f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-c7e69d4b-cd49-4de3-98b6-67d8bab35b6f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: #8fcee7;
}

#s-c7e69d4b-cd49-4de3-98b6-67d8bab35b6f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-c7e69d4b-cd49-4de3-98b6-67d8bab35b6f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: #8fcee7;
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-c7e69d4b-cd49-4de3-98b6-67d8bab35b6f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
@media (min-width: 0px) {
[id="s-82a81562-1610-4331-b363-45c4b475e605"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-82a81562-1610-4331-b363-45c4b475e605"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-82a81562-1610-4331-b363-45c4b475e605"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-82a81562-1610-4331-b363-45c4b475e605"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-82a81562-1610-4331-b363-45c4b475e605"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-82a81562-1610-4331-b363-45c4b475e605"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-82a81562-1610-4331-b363-45c4b475e605"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-82a81562-1610-4331-b363-45c4b475e605"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-82a81562-1610-4331-b363-45c4b475e605"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-82a81562-1610-4331-b363-45c4b475e605"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-82a81562-1610-4331-b363-45c4b475e605"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-82a81562-1610-4331-b363-45c4b475e605"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-82a81562-1610-4331-b363-45c4b475e605"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-82a81562-1610-4331-b363-45c4b475e605"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-82a81562-1610-4331-b363-45c4b475e605"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-82a81562-1610-4331-b363-45c4b475e605"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-82a81562-1610-4331-b363-45c4b475e605"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-82a81562-1610-4331-b363-45c4b475e605"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-82a81562-1610-4331-b363-45c4b475e605"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-82a81562-1610-4331-b363-45c4b475e605"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-82a81562-1610-4331-b363-45c4b475e605"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-82a81562-1610-4331-b363-45c4b475e605"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-82a81562-1610-4331-b363-45c4b475e605"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-82a81562-1610-4331-b363-45c4b475e605"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-82a81562-1610-4331-b363-45c4b475e605"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-82a81562-1610-4331-b363-45c4b475e605"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-82a81562-1610-4331-b363-45c4b475e605"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-82a81562-1610-4331-b363-45c4b475e605"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-82a81562-1610-4331-b363-45c4b475e605"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-82a81562-1610-4331-b363-45c4b475e605"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-82a81562-1610-4331-b363-45c4b475e605"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-82a81562-1610-4331-b363-45c4b475e605"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-82a81562-1610-4331-b363-45c4b475e605"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-82a81562-1610-4331-b363-45c4b475e605"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-82a81562-1610-4331-b363-45c4b475e605"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-82a81562-1610-4331-b363-45c4b475e605"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-82a81562-1610-4331-b363-45c4b475e605"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-82a81562-1610-4331-b363-45c4b475e605"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-f3d91dcf-d1d4-4bc6-a548-d593c44bcc58 {
  text-align: center;
}




  #s-f3d91dcf-d1d4-4bc6-a548-d593c44bcc58 img.shogun-image {
    
    width: px;
  }


#s-f3d91dcf-d1d4-4bc6-a548-d593c44bcc58 .shogun-image-content {
  
    align-items: center;
  
}

#s-5427839b-e37f-40c6-b11d-c76c0417be28 {
  text-align: center;
}




  #s-5427839b-e37f-40c6-b11d-c76c0417be28 img.shogun-image {
    
    width: px;
  }


#s-5427839b-e37f-40c6-b11d-c76c0417be28 .shogun-image-content {
  
    align-items: center;
  
}

#s-cb014f50-57c5-4034-92e7-e1eda872b050 {
  text-align: center;
}




  #s-cb014f50-57c5-4034-92e7-e1eda872b050 img.shogun-image {
    
    width: px;
  }


#s-cb014f50-57c5-4034-92e7-e1eda872b050 .shogun-image-content {
  
    align-items: center;
  
}

#s-827194bf-1dd7-4b7d-b3a2-02b4859c6893 {
  text-align: center;
}




  #s-827194bf-1dd7-4b7d-b3a2-02b4859c6893 img.shogun-image {
    
    width: px;
  }


#s-827194bf-1dd7-4b7d-b3a2-02b4859c6893 .shogun-image-content {
  
    align-items: center;
  
}

#s-30c72ab8-4d8b-4853-83e9-d96df020e9f0 {
  text-align: center;
}




  #s-30c72ab8-4d8b-4853-83e9-d96df020e9f0 img.shogun-image {
    
    width: px;
  }


#s-30c72ab8-4d8b-4853-83e9-d96df020e9f0 .shogun-image-content {
  
    align-items: center;
  
}

#s-2094843d-a20c-47bd-b31e-be0c85ab871b {
  text-align: center;
}




  #s-2094843d-a20c-47bd-b31e-be0c85ab871b img.shogun-image {
    
    width: px;
  }


#s-2094843d-a20c-47bd-b31e-be0c85ab871b .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-a1ba02e7-6c63-4ff0-981d-0428e5987935"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-a1ba02e7-6c63-4ff0-981d-0428e5987935"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a1ba02e7-6c63-4ff0-981d-0428e5987935"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-a1ba02e7-6c63-4ff0-981d-0428e5987935"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-a1ba02e7-6c63-4ff0-981d-0428e5987935"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-a1ba02e7-6c63-4ff0-981d-0428e5987935"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-a1ba02e7-6c63-4ff0-981d-0428e5987935"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-a1ba02e7-6c63-4ff0-981d-0428e5987935"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-a1ba02e7-6c63-4ff0-981d-0428e5987935"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-a1ba02e7-6c63-4ff0-981d-0428e5987935"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-a1ba02e7-6c63-4ff0-981d-0428e5987935"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-a1ba02e7-6c63-4ff0-981d-0428e5987935"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-a1ba02e7-6c63-4ff0-981d-0428e5987935"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-a1ba02e7-6c63-4ff0-981d-0428e5987935"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-a1ba02e7-6c63-4ff0-981d-0428e5987935"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-a1ba02e7-6c63-4ff0-981d-0428e5987935"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-a1ba02e7-6c63-4ff0-981d-0428e5987935"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-a1ba02e7-6c63-4ff0-981d-0428e5987935"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-a1ba02e7-6c63-4ff0-981d-0428e5987935"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-a1ba02e7-6c63-4ff0-981d-0428e5987935"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-a1ba02e7-6c63-4ff0-981d-0428e5987935"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-a1ba02e7-6c63-4ff0-981d-0428e5987935"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-a1ba02e7-6c63-4ff0-981d-0428e5987935"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-a1ba02e7-6c63-4ff0-981d-0428e5987935"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-a1ba02e7-6c63-4ff0-981d-0428e5987935"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-a1ba02e7-6c63-4ff0-981d-0428e5987935"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-a1ba02e7-6c63-4ff0-981d-0428e5987935"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-a1ba02e7-6c63-4ff0-981d-0428e5987935"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-a1ba02e7-6c63-4ff0-981d-0428e5987935"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-a1ba02e7-6c63-4ff0-981d-0428e5987935"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-a1ba02e7-6c63-4ff0-981d-0428e5987935"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-a1ba02e7-6c63-4ff0-981d-0428e5987935"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-a1ba02e7-6c63-4ff0-981d-0428e5987935"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-a1ba02e7-6c63-4ff0-981d-0428e5987935"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-a1ba02e7-6c63-4ff0-981d-0428e5987935"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-a1ba02e7-6c63-4ff0-981d-0428e5987935"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-a1ba02e7-6c63-4ff0-981d-0428e5987935"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-a1ba02e7-6c63-4ff0-981d-0428e5987935"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-cb49a815-91cd-4c8c-807e-a2d6e311d2f2 {
  text-align: center;
}




  #s-cb49a815-91cd-4c8c-807e-a2d6e311d2f2 img.shogun-image {
    
    width: px;
  }


#s-cb49a815-91cd-4c8c-807e-a2d6e311d2f2 .shogun-image-content {
  
    align-items: center;
  
}

#s-022d9a70-731e-4d15-8bdf-98ccf89d50c1 {
  text-align: center;
}




  #s-022d9a70-731e-4d15-8bdf-98ccf89d50c1 img.shogun-image {
    
    width: px;
  }


#s-022d9a70-731e-4d15-8bdf-98ccf89d50c1 .shogun-image-content {
  
    align-items: center;
  
}

#s-e25ccee6-0596-4d1f-ad9d-5a94943e8ebe {
  text-align: center;
}




  #s-e25ccee6-0596-4d1f-ad9d-5a94943e8ebe img.shogun-image {
    
    width: px;
  }


#s-e25ccee6-0596-4d1f-ad9d-5a94943e8ebe .shogun-image-content {
  
    align-items: center;
  
}

#s-05bd773f-9dc6-4555-8707-db3f58cb6086 {
  text-align: center;
}




  #s-05bd773f-9dc6-4555-8707-db3f58cb6086 img.shogun-image {
    
    width: px;
  }


#s-05bd773f-9dc6-4555-8707-db3f58cb6086 .shogun-image-content {
  
    align-items: center;
  
}

#s-076556d7-cfba-421c-89e0-8eefed83b003 {
  text-align: center;
}




  #s-076556d7-cfba-421c-89e0-8eefed83b003 img.shogun-image {
    
    width: px;
  }


#s-076556d7-cfba-421c-89e0-8eefed83b003 .shogun-image-content {
  
    align-items: center;
  
}

#s-764784bf-9ec2-43f3-a0e7-59779aa5164a {
  text-align: center;
}




  #s-764784bf-9ec2-43f3-a0e7-59779aa5164a img.shogun-image {
    
    width: px;
  }


#s-764784bf-9ec2-43f3-a0e7-59779aa5164a .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-553616fc-8ee8-4675-811a-e4ce88b6a6fb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-553616fc-8ee8-4675-811a-e4ce88b6a6fb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-553616fc-8ee8-4675-811a-e4ce88b6a6fb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-553616fc-8ee8-4675-811a-e4ce88b6a6fb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-553616fc-8ee8-4675-811a-e4ce88b6a6fb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-553616fc-8ee8-4675-811a-e4ce88b6a6fb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-553616fc-8ee8-4675-811a-e4ce88b6a6fb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-553616fc-8ee8-4675-811a-e4ce88b6a6fb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-553616fc-8ee8-4675-811a-e4ce88b6a6fb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-553616fc-8ee8-4675-811a-e4ce88b6a6fb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-553616fc-8ee8-4675-811a-e4ce88b6a6fb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-553616fc-8ee8-4675-811a-e4ce88b6a6fb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-553616fc-8ee8-4675-811a-e4ce88b6a6fb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-553616fc-8ee8-4675-811a-e4ce88b6a6fb"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-553616fc-8ee8-4675-811a-e4ce88b6a6fb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-553616fc-8ee8-4675-811a-e4ce88b6a6fb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-553616fc-8ee8-4675-811a-e4ce88b6a6fb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-553616fc-8ee8-4675-811a-e4ce88b6a6fb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-553616fc-8ee8-4675-811a-e4ce88b6a6fb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-553616fc-8ee8-4675-811a-e4ce88b6a6fb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-553616fc-8ee8-4675-811a-e4ce88b6a6fb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-553616fc-8ee8-4675-811a-e4ce88b6a6fb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-553616fc-8ee8-4675-811a-e4ce88b6a6fb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-553616fc-8ee8-4675-811a-e4ce88b6a6fb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-553616fc-8ee8-4675-811a-e4ce88b6a6fb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-553616fc-8ee8-4675-811a-e4ce88b6a6fb"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-553616fc-8ee8-4675-811a-e4ce88b6a6fb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-553616fc-8ee8-4675-811a-e4ce88b6a6fb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-553616fc-8ee8-4675-811a-e4ce88b6a6fb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-553616fc-8ee8-4675-811a-e4ce88b6a6fb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-553616fc-8ee8-4675-811a-e4ce88b6a6fb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-553616fc-8ee8-4675-811a-e4ce88b6a6fb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-553616fc-8ee8-4675-811a-e4ce88b6a6fb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-553616fc-8ee8-4675-811a-e4ce88b6a6fb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-553616fc-8ee8-4675-811a-e4ce88b6a6fb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-553616fc-8ee8-4675-811a-e4ce88b6a6fb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-553616fc-8ee8-4675-811a-e4ce88b6a6fb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-553616fc-8ee8-4675-811a-e4ce88b6a6fb"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-955775f7-33f8-4de2-b10f-f18534385f76 {
  text-align: center;
}




  #s-955775f7-33f8-4de2-b10f-f18534385f76 img.shogun-image {
    
    width: px;
  }


#s-955775f7-33f8-4de2-b10f-f18534385f76 .shogun-image-content {
  
    align-items: center;
  
}

#s-686bd828-3235-40df-be13-ef7914539220 {
  text-align: center;
}




  #s-686bd828-3235-40df-be13-ef7914539220 img.shogun-image {
    
    width: px;
  }


#s-686bd828-3235-40df-be13-ef7914539220 .shogun-image-content {
  
    align-items: center;
  
}

#s-36557ade-26d7-43ea-a01c-0f8873e7c88f {
  text-align: center;
}




  #s-36557ade-26d7-43ea-a01c-0f8873e7c88f img.shogun-image {
    
    width: px;
  }


#s-36557ade-26d7-43ea-a01c-0f8873e7c88f .shogun-image-content {
  
    align-items: center;
  
}

#s-8c307348-f3c9-4235-80a8-ebc76cdd964b {
  text-align: center;
}




  #s-8c307348-f3c9-4235-80a8-ebc76cdd964b img.shogun-image {
    
    width: px;
  }


#s-8c307348-f3c9-4235-80a8-ebc76cdd964b .shogun-image-content {
  
    align-items: center;
  
}

#s-856c0508-e208-484d-9846-bb94ec3268fe {
  text-align: center;
}




  #s-856c0508-e208-484d-9846-bb94ec3268fe img.shogun-image {
    
    width: px;
  }


#s-856c0508-e208-484d-9846-bb94ec3268fe .shogun-image-content {
  
    align-items: center;
  
}

#s-405d7355-487d-449d-bef0-bacb73382278 {
  text-align: center;
}




  #s-405d7355-487d-449d-bef0-bacb73382278 img.shogun-image {
    
    width: px;
  }


#s-405d7355-487d-449d-bef0-bacb73382278 .shogun-image-content {
  
    align-items: center;
  
}

#s-b5250b41-59ac-4b41-b9db-aa8b20adc30c > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-b5250b41-59ac-4b41-b9db-aa8b20adc30c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-b5250b41-59ac-4b41-b9db-aa8b20adc30c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: #8fcee7;
}

#s-b5250b41-59ac-4b41-b9db-aa8b20adc30c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-b5250b41-59ac-4b41-b9db-aa8b20adc30c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: #8fcee7;
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-b5250b41-59ac-4b41-b9db-aa8b20adc30c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
@media (min-width: 0px) {
[id="s-ee8766af-eeda-4f91-9f59-3faeb115183d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ee8766af-eeda-4f91-9f59-3faeb115183d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ee8766af-eeda-4f91-9f59-3faeb115183d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ee8766af-eeda-4f91-9f59-3faeb115183d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ee8766af-eeda-4f91-9f59-3faeb115183d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ee8766af-eeda-4f91-9f59-3faeb115183d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ee8766af-eeda-4f91-9f59-3faeb115183d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ee8766af-eeda-4f91-9f59-3faeb115183d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ee8766af-eeda-4f91-9f59-3faeb115183d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ee8766af-eeda-4f91-9f59-3faeb115183d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ee8766af-eeda-4f91-9f59-3faeb115183d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ee8766af-eeda-4f91-9f59-3faeb115183d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ee8766af-eeda-4f91-9f59-3faeb115183d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ee8766af-eeda-4f91-9f59-3faeb115183d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ee8766af-eeda-4f91-9f59-3faeb115183d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ee8766af-eeda-4f91-9f59-3faeb115183d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ee8766af-eeda-4f91-9f59-3faeb115183d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ee8766af-eeda-4f91-9f59-3faeb115183d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ee8766af-eeda-4f91-9f59-3faeb115183d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ee8766af-eeda-4f91-9f59-3faeb115183d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ee8766af-eeda-4f91-9f59-3faeb115183d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ee8766af-eeda-4f91-9f59-3faeb115183d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ee8766af-eeda-4f91-9f59-3faeb115183d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ee8766af-eeda-4f91-9f59-3faeb115183d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ee8766af-eeda-4f91-9f59-3faeb115183d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ee8766af-eeda-4f91-9f59-3faeb115183d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ee8766af-eeda-4f91-9f59-3faeb115183d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ee8766af-eeda-4f91-9f59-3faeb115183d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ee8766af-eeda-4f91-9f59-3faeb115183d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ee8766af-eeda-4f91-9f59-3faeb115183d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ee8766af-eeda-4f91-9f59-3faeb115183d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ee8766af-eeda-4f91-9f59-3faeb115183d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ee8766af-eeda-4f91-9f59-3faeb115183d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ee8766af-eeda-4f91-9f59-3faeb115183d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ee8766af-eeda-4f91-9f59-3faeb115183d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ee8766af-eeda-4f91-9f59-3faeb115183d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ee8766af-eeda-4f91-9f59-3faeb115183d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-e649e62d-45c0-45d1-bff4-93504ae8078c {
  text-align: center;
}




  #s-e649e62d-45c0-45d1-bff4-93504ae8078c img.shogun-image {
    
    width: px;
  }


#s-e649e62d-45c0-45d1-bff4-93504ae8078c .shogun-image-content {
  
    align-items: center;
  
}

#s-77f078fb-62b4-41b1-9b38-9f3c4f10a1b7 {
  text-align: center;
}




  #s-77f078fb-62b4-41b1-9b38-9f3c4f10a1b7 img.shogun-image {
    
    width: px;
  }


#s-77f078fb-62b4-41b1-9b38-9f3c4f10a1b7 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-231995fe-cb0f-47ee-b574-a5520d467627"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-231995fe-cb0f-47ee-b574-a5520d467627"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-231995fe-cb0f-47ee-b574-a5520d467627"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-231995fe-cb0f-47ee-b574-a5520d467627"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-231995fe-cb0f-47ee-b574-a5520d467627"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-231995fe-cb0f-47ee-b574-a5520d467627"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-231995fe-cb0f-47ee-b574-a5520d467627"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-231995fe-cb0f-47ee-b574-a5520d467627"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-231995fe-cb0f-47ee-b574-a5520d467627"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-231995fe-cb0f-47ee-b574-a5520d467627"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-231995fe-cb0f-47ee-b574-a5520d467627"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-231995fe-cb0f-47ee-b574-a5520d467627"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-231995fe-cb0f-47ee-b574-a5520d467627"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-231995fe-cb0f-47ee-b574-a5520d467627"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-231995fe-cb0f-47ee-b574-a5520d467627"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-231995fe-cb0f-47ee-b574-a5520d467627"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-231995fe-cb0f-47ee-b574-a5520d467627"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-231995fe-cb0f-47ee-b574-a5520d467627"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-231995fe-cb0f-47ee-b574-a5520d467627"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-231995fe-cb0f-47ee-b574-a5520d467627"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-231995fe-cb0f-47ee-b574-a5520d467627"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-231995fe-cb0f-47ee-b574-a5520d467627"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-231995fe-cb0f-47ee-b574-a5520d467627"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-231995fe-cb0f-47ee-b574-a5520d467627"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-231995fe-cb0f-47ee-b574-a5520d467627"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-231995fe-cb0f-47ee-b574-a5520d467627"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-231995fe-cb0f-47ee-b574-a5520d467627"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-231995fe-cb0f-47ee-b574-a5520d467627"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-231995fe-cb0f-47ee-b574-a5520d467627"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-231995fe-cb0f-47ee-b574-a5520d467627"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-231995fe-cb0f-47ee-b574-a5520d467627"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-231995fe-cb0f-47ee-b574-a5520d467627"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-231995fe-cb0f-47ee-b574-a5520d467627"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-231995fe-cb0f-47ee-b574-a5520d467627"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-231995fe-cb0f-47ee-b574-a5520d467627"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-231995fe-cb0f-47ee-b574-a5520d467627"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-231995fe-cb0f-47ee-b574-a5520d467627"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-134c6c44-0e55-4633-88ef-e5520c80ff5b {
  text-align: center;
}




  #s-134c6c44-0e55-4633-88ef-e5520c80ff5b img.shogun-image {
    
    width: px;
  }


#s-134c6c44-0e55-4633-88ef-e5520c80ff5b .shogun-image-content {
  
    align-items: center;
  
}

#s-7180b8af-fbf9-42e9-8ded-301486688b3d {
  text-align: center;
}




  #s-7180b8af-fbf9-42e9-8ded-301486688b3d img.shogun-image {
    
    width: px;
  }


#s-7180b8af-fbf9-42e9-8ded-301486688b3d .shogun-image-content {
  
    align-items: center;
  
}

.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * 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: flex;
  width: 100%;
}

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

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

.shg-box-vertical-align-bottom {
  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-f5c28893-eed1-4869-b3c8-b1a4787b497c {
  min-height: 50px;
}








#s-f5c28893-eed1-4869-b3c8-b1a4787b497c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f5c28893-eed1-4869-b3c8-b1a4787b497c.shg-box.shg-c {
  justify-content: center;
}

#s-1aa4c5f9-ec1d-4d89-9d90-a1f93078126f {
  text-align: center;
}




  #s-1aa4c5f9-ec1d-4d89-9d90-a1f93078126f img.shogun-image {
    
    width: px;
  }


#s-1aa4c5f9-ec1d-4d89-9d90-a1f93078126f .shogun-image-content {
  
    align-items: center;
  
}

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

.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: block;
}