.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-1699e579-9033-4031-8f33-78b6cea9ddff {
  min-height: 50px;
}








#s-1699e579-9033-4031-8f33-78b6cea9ddff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1699e579-9033-4031-8f33-78b6cea9ddff.shg-box.shg-c {
  justify-content: center;
}

#s-cbc2ae17-01f2-4c97-b564-e86eee4f0a59 {
  margin-bottom: 20px;
min-height: 0px;
}








#s-cbc2ae17-01f2-4c97-b564-e86eee4f0a59 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cbc2ae17-01f2-4c97-b564-e86eee4f0a59.shg-box.shg-c {
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: #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-292c66a0-111b-4fc2-b3a1-d0fbd9b7bcc0 {
  margin-top: 15px;
margin-bottom: 30px;
text-align: center;
}

#s-292c66a0-111b-4fc2-b3a1-d0fbd9b7bcc0 .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


@media (max-width: 767px){#s-292c66a0-111b-4fc2-b3a1-d0fbd9b7bcc0 .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shg-sld-slides {
  word-break: break-word;
  position: relative;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

.shg-sld-fade {
  -webkit-animation-name: shg-sld-fade;
          animation-name: shg-sld-fade;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  image-rendering: -webkit-optimize-contrast;
}

@-webkit-keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-b996002e-5f75-4889-89bc-a5d42ad18e61 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 0px;
}

#s-b996002e-5f75-4889-89bc-a5d42ad18e61 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-b996002e-5f75-4889-89bc-a5d42ad18e61 .shg-sld-nav-button.shg-sld-left,
#s-b996002e-5f75-4889-89bc-a5d42ad18e61 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-ca8507a2-ee35-4cad-8755-6dc46148c604 {
  min-height: 50px;
}








#s-ca8507a2-ee35-4cad-8755-6dc46148c604 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ca8507a2-ee35-4cad-8755-6dc46148c604.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

#s-e5e6c509-20cc-42fe-bd40-c513e35ca888 {
  min-height: 50px;
}








#s-e5e6c509-20cc-42fe-bd40-c513e35ca888 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e5e6c509-20cc-42fe-bd40-c513e35ca888.shg-box.shg-c {
  justify-content: center;
}

.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-323f392f-0e2a-4ed9-890d-af2b63f04ad4 {
  border-style: solid;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
text-align: center;
}




  #s-323f392f-0e2a-4ed9-890d-af2b63f04ad4 img.shogun-image {
    
    width: px;
  }


#s-323f392f-0e2a-4ed9-890d-af2b63f04ad4 .shogun-image-content {
  
    align-items: center;
  
}

#s-50db0a03-7174-4c54-92c9-d8be69e53fb5 {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 40px;
margin-right: 5px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 5px;
background-color: rgba(4, 23, 37, 1);
}








#s-50db0a03-7174-4c54-92c9-d8be69e53fb5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-50db0a03-7174-4c54-92c9-d8be69e53fb5.shg-box.shg-c {
  justify-content: center;
}

#s-e1ea6b89-3842-489f-aa7c-3e9a526f71ae {
  margin-top: 10px;
margin-bottom: 20px;
text-align: center;
}

#s-e1ea6b89-3842-489f-aa7c-3e9a526f71ae .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Lato";
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



.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-1e7b5d8c-ede5-4c7e-a562-58fb2f676601"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1e7b5d8c-ede5-4c7e-a562-58fb2f676601"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-1e7b5d8c-ede5-4c7e-a562-58fb2f676601"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-1e7b5d8c-ede5-4c7e-a562-58fb2f676601"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-1e7b5d8c-ede5-4c7e-a562-58fb2f676601"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-1e7b5d8c-ede5-4c7e-a562-58fb2f676601"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-1e7b5d8c-ede5-4c7e-a562-58fb2f676601"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-1e7b5d8c-ede5-4c7e-a562-58fb2f676601"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-1e7b5d8c-ede5-4c7e-a562-58fb2f676601"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-1e7b5d8c-ede5-4c7e-a562-58fb2f676601"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-1e7b5d8c-ede5-4c7e-a562-58fb2f676601"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-1e7b5d8c-ede5-4c7e-a562-58fb2f676601"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-1e7b5d8c-ede5-4c7e-a562-58fb2f676601"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-1e7b5d8c-ede5-4c7e-a562-58fb2f676601"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-1e7b5d8c-ede5-4c7e-a562-58fb2f676601"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-1e7b5d8c-ede5-4c7e-a562-58fb2f676601"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-1e7b5d8c-ede5-4c7e-a562-58fb2f676601"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-1e7b5d8c-ede5-4c7e-a562-58fb2f676601"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-1e7b5d8c-ede5-4c7e-a562-58fb2f676601"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-1e7b5d8c-ede5-4c7e-a562-58fb2f676601"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-1e7b5d8c-ede5-4c7e-a562-58fb2f676601"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-1e7b5d8c-ede5-4c7e-a562-58fb2f676601"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-1e7b5d8c-ede5-4c7e-a562-58fb2f676601"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-1e7b5d8c-ede5-4c7e-a562-58fb2f676601"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-1e7b5d8c-ede5-4c7e-a562-58fb2f676601"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-1e7b5d8c-ede5-4c7e-a562-58fb2f676601"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-1e7b5d8c-ede5-4c7e-a562-58fb2f676601"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-1e7b5d8c-ede5-4c7e-a562-58fb2f676601"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-1e7b5d8c-ede5-4c7e-a562-58fb2f676601"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-1e7b5d8c-ede5-4c7e-a562-58fb2f676601"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-1e7b5d8c-ede5-4c7e-a562-58fb2f676601"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-1e7b5d8c-ede5-4c7e-a562-58fb2f676601"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-1e7b5d8c-ede5-4c7e-a562-58fb2f676601"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-1e7b5d8c-ede5-4c7e-a562-58fb2f676601"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-1e7b5d8c-ede5-4c7e-a562-58fb2f676601"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-1e7b5d8c-ede5-4c7e-a562-58fb2f676601"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-1e7b5d8c-ede5-4c7e-a562-58fb2f676601"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

#s-d66a8ab3-0d28-481b-a642-a918763ae6bd {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 200px;
}








#s-d66a8ab3-0d28-481b-a642-a918763ae6bd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d66a8ab3-0d28-481b-a642-a918763ae6bd.shg-box.shg-c {
  justify-content: center;
}

#s-e8cae8ec-c189-48b4-8bce-d8488c7ca824 {
  border-style: solid;
margin-bottom: 20px;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
text-align: left;
}




  #s-e8cae8ec-c189-48b4-8bce-d8488c7ca824 img.shogun-image {
    
    width: px;
  }


#s-e8cae8ec-c189-48b4-8bce-d8488c7ca824 .shogun-image-content {
  
    align-items: center;
  
}

#s-3904ba12-5214-4a51-a676-68b3c9146aa9 {
  margin-top: 5px;
margin-bottom: 10px;
text-align: center;
}

#s-3904ba12-5214-4a51-a676-68b3c9146aa9 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Lato";
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-a477e12f-e324-4ae5-b398-3f22e3a88172 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-0944829a-bc13-4603-ba6c-3fd256417f13 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 200px;
}








#s-0944829a-bc13-4603-ba6c-3fd256417f13 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0944829a-bc13-4603-ba6c-3fd256417f13.shg-box.shg-c {
  justify-content: center;
}

#s-49c9060c-adca-4357-9e19-47b30423a6d2 {
  border-style: solid;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
text-align: center;
}




  #s-49c9060c-adca-4357-9e19-47b30423a6d2 img.shogun-image {
    
    width: px;
  }


#s-49c9060c-adca-4357-9e19-47b30423a6d2 .shogun-image-content {
  
    align-items: center;
  
}

#s-f76a2b3e-212a-45b8-937a-6ba8c83e32e5 {
  margin-top: 5px;
margin-bottom: 10px;
text-align: center;
}

#s-f76a2b3e-212a-45b8-937a-6ba8c83e32e5 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Lato";
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-e8dddb94-2768-4f61-b920-bd648ed91869 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-5802af84-007c-442d-ae34-13d7d9999206 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 200px;
}








#s-5802af84-007c-442d-ae34-13d7d9999206 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5802af84-007c-442d-ae34-13d7d9999206.shg-box.shg-c {
  justify-content: center;
}

#s-caba89e0-ca00-4f10-a911-6819e64668ab {
  border-style: solid;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
text-align: center;
}




  #s-caba89e0-ca00-4f10-a911-6819e64668ab img.shogun-image {
    
    width: px;
  }


#s-caba89e0-ca00-4f10-a911-6819e64668ab .shogun-image-content {
  
    align-items: center;
  
}

#s-64af8baf-e522-4acf-a862-144724fd21cd {
  margin-top: 5px;
margin-bottom: 10px;
text-align: center;
}

#s-64af8baf-e522-4acf-a862-144724fd21cd .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Lato";
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-5123ba1e-dc16-483c-abdc-6542c6e5889b {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-7e15a22a-bbb1-4839-8f39-520fecb80005 {
  min-height: 50px;
}








#s-7e15a22a-bbb1-4839-8f39-520fecb80005 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7e15a22a-bbb1-4839-8f39-520fecb80005.shg-box.shg-c {
  justify-content: flex-end;
}

#s-effd96a1-1177-48ab-b89c-33c72cb9905a {
  margin-top: 10px;
margin-bottom: 20px;
text-align: center;
}

#s-effd96a1-1177-48ab-b89c-33c72cb9905a .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Lato";
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-2c639415-8804-4af3-a883-0bb21f30e520"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2c639415-8804-4af3-a883-0bb21f30e520"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2c639415-8804-4af3-a883-0bb21f30e520"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2c639415-8804-4af3-a883-0bb21f30e520"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2c639415-8804-4af3-a883-0bb21f30e520"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2c639415-8804-4af3-a883-0bb21f30e520"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2c639415-8804-4af3-a883-0bb21f30e520"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2c639415-8804-4af3-a883-0bb21f30e520"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2c639415-8804-4af3-a883-0bb21f30e520"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2c639415-8804-4af3-a883-0bb21f30e520"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2c639415-8804-4af3-a883-0bb21f30e520"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2c639415-8804-4af3-a883-0bb21f30e520"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2c639415-8804-4af3-a883-0bb21f30e520"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2c639415-8804-4af3-a883-0bb21f30e520"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2c639415-8804-4af3-a883-0bb21f30e520"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2c639415-8804-4af3-a883-0bb21f30e520"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2c639415-8804-4af3-a883-0bb21f30e520"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2c639415-8804-4af3-a883-0bb21f30e520"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2c639415-8804-4af3-a883-0bb21f30e520"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2c639415-8804-4af3-a883-0bb21f30e520"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2c639415-8804-4af3-a883-0bb21f30e520"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2c639415-8804-4af3-a883-0bb21f30e520"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2c639415-8804-4af3-a883-0bb21f30e520"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2c639415-8804-4af3-a883-0bb21f30e520"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2c639415-8804-4af3-a883-0bb21f30e520"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2c639415-8804-4af3-a883-0bb21f30e520"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2c639415-8804-4af3-a883-0bb21f30e520"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2c639415-8804-4af3-a883-0bb21f30e520"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2c639415-8804-4af3-a883-0bb21f30e520"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2c639415-8804-4af3-a883-0bb21f30e520"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2c639415-8804-4af3-a883-0bb21f30e520"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2c639415-8804-4af3-a883-0bb21f30e520"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2c639415-8804-4af3-a883-0bb21f30e520"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2c639415-8804-4af3-a883-0bb21f30e520"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2c639415-8804-4af3-a883-0bb21f30e520"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2c639415-8804-4af3-a883-0bb21f30e520"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2c639415-8804-4af3-a883-0bb21f30e520"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-56827a4e-b50a-4fd7-ae99-7697d3847aac {
  margin-bottom: 20px;
margin-right: 20px;
}

#s-61d6d692-318a-463a-90b7-164f9cab7e59 {
  min-height: 50px;
}
@media (max-width: 767px){#s-61d6d692-318a-463a-90b7-164f9cab7e59 {
  display: none;
}
#s-61d6d692-318a-463a-90b7-164f9cab7e59, #wrap-s-61d6d692-318a-463a-90b7-164f9cab7e59 { display:none !important; }}







#s-61d6d692-318a-463a-90b7-164f9cab7e59 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-61d6d692-318a-463a-90b7-164f9cab7e59.shg-box.shg-c {
  justify-content: center;
}

#s-7adf6188-890d-4daa-a5e5-4336c02ca8fd {
  border-style: solid;
padding-top: 20px;
padding-bottom: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(221, 221, 221, 1);
border-style: solid;
text-align: center;
}

#s-7adf6188-890d-4daa-a5e5-4336c02ca8fd .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-578b4b47-7c75-4e85-a8a1-d03179d57448 {
  border-style: solid;
padding-top: 20px;
padding-bottom: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(221, 221, 221, 1);
border-style: solid;
min-height: 30px;
}

@media (min-width: 0px) {
[id="s-578b4b47-7c75-4e85-a8a1-d03179d57448"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-578b4b47-7c75-4e85-a8a1-d03179d57448"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-578b4b47-7c75-4e85-a8a1-d03179d57448"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-578b4b47-7c75-4e85-a8a1-d03179d57448"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-578b4b47-7c75-4e85-a8a1-d03179d57448"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-578b4b47-7c75-4e85-a8a1-d03179d57448"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-578b4b47-7c75-4e85-a8a1-d03179d57448"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-578b4b47-7c75-4e85-a8a1-d03179d57448"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-578b4b47-7c75-4e85-a8a1-d03179d57448"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-578b4b47-7c75-4e85-a8a1-d03179d57448"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-578b4b47-7c75-4e85-a8a1-d03179d57448"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-578b4b47-7c75-4e85-a8a1-d03179d57448"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-578b4b47-7c75-4e85-a8a1-d03179d57448"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-578b4b47-7c75-4e85-a8a1-d03179d57448"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-578b4b47-7c75-4e85-a8a1-d03179d57448"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-578b4b47-7c75-4e85-a8a1-d03179d57448"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-578b4b47-7c75-4e85-a8a1-d03179d57448"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-578b4b47-7c75-4e85-a8a1-d03179d57448"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-578b4b47-7c75-4e85-a8a1-d03179d57448"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-578b4b47-7c75-4e85-a8a1-d03179d57448"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-578b4b47-7c75-4e85-a8a1-d03179d57448"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-578b4b47-7c75-4e85-a8a1-d03179d57448"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-578b4b47-7c75-4e85-a8a1-d03179d57448"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-578b4b47-7c75-4e85-a8a1-d03179d57448"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-578b4b47-7c75-4e85-a8a1-d03179d57448"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-578b4b47-7c75-4e85-a8a1-d03179d57448"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-578b4b47-7c75-4e85-a8a1-d03179d57448"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-578b4b47-7c75-4e85-a8a1-d03179d57448"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-578b4b47-7c75-4e85-a8a1-d03179d57448"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-578b4b47-7c75-4e85-a8a1-d03179d57448"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-578b4b47-7c75-4e85-a8a1-d03179d57448"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-578b4b47-7c75-4e85-a8a1-d03179d57448"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-578b4b47-7c75-4e85-a8a1-d03179d57448"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-578b4b47-7c75-4e85-a8a1-d03179d57448"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-578b4b47-7c75-4e85-a8a1-d03179d57448"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-578b4b47-7c75-4e85-a8a1-d03179d57448"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-578b4b47-7c75-4e85-a8a1-d03179d57448"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-a71bedc0-6ee9-40c9-90e5-5563b325ff41 {
  text-align: center;
}
@media (max-width: 767px){#s-a71bedc0-6ee9-40c9-90e5-5563b325ff41 {
  display: none;
}
#s-a71bedc0-6ee9-40c9-90e5-5563b325ff41, #wrap-s-a71bedc0-6ee9-40c9-90e5-5563b325ff41 { display:none !important; }}
#s-a71bedc0-6ee9-40c9-90e5-5563b325ff41 .shogun-icon-wrapper {
  text-align: center;
}


#s-a71bedc0-6ee9-40c9-90e5-5563b325ff41 .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 31px !important;
  color: rgba(255, 134, 0, 1);
}

#s-6303dbb8-1553-4563-af3f-e0a1a28d2f3b {
  padding-left: 10px;
padding-right: 10px;
}

#s-0f992364-738b-405b-a244-d31bc2076b2f {
  margin-top: 10px;
}

#s-6dd7c076-516a-4db0-bfba-cba1036ef3a7 {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 0px;
min-height: 50px;
}








#s-6dd7c076-516a-4db0-bfba-cba1036ef3a7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6dd7c076-516a-4db0-bfba-cba1036ef3a7.shg-box.shg-c {
  justify-content: center;
}

#s-4d32063a-a924-47c2-ad72-89cadc4b7e07 {
  margin-top: 20px;
margin-bottom: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-4d32063a-a924-47c2-ad72-89cadc4b7e07 {
  margin-top: 10px;
}
}
#s-4d32063a-a924-47c2-ad72-89cadc4b7e07 .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-4d32063a-a924-47c2-ad72-89cadc4b7e07 .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}
#s-e38170c5-124d-4bce-914d-0458c15e840f {
  margin-top: 10px;
}

#s-1c567bce-e936-4e7d-b957-aa3bce82b8ac {
  margin-top: 0px;
margin-bottom: -5px;
padding-top: 40px;
padding-bottom: 40px;
text-align: center;
background-color: rgba(4, 23, 37, 1);
}

#s-1c567bce-e936-4e7d-b957-aa3bce82b8ac .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Lato";
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-683b70ee-4b48-457d-b590-6f4d2dd1ca9c {
  margin-top: 2px;
margin-bottom: 2px;
min-height: 50px;
}








#s-683b70ee-4b48-457d-b590-6f4d2dd1ca9c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-683b70ee-4b48-457d-b590-6f4d2dd1ca9c.shg-box.shg-c {
  justify-content: center;
}

#s-383f05fd-f945-4ea5-aaf7-cb123fb3651a {
  border-style: solid;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
text-align: center;
}




  #s-383f05fd-f945-4ea5-aaf7-cb123fb3651a img.shogun-image {
    
    width: px;
  }


#s-383f05fd-f945-4ea5-aaf7-cb123fb3651a .shogun-image-content {
  
    align-items: center;
  
}

#s-bab33124-d80a-4e30-8b48-0d7a92c44bf4 {
  margin-top: 5px;
margin-left: 20px;
margin-bottom: 10px;
text-align: left;
}

#s-bab33124-d80a-4e30-8b48-0d7a92c44bf4 .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (min-width: 0px) {
[id="s-d3918c46-690e-4c39-984a-27a51897ee86"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d3918c46-690e-4c39-984a-27a51897ee86"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d3918c46-690e-4c39-984a-27a51897ee86"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d3918c46-690e-4c39-984a-27a51897ee86"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d3918c46-690e-4c39-984a-27a51897ee86"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d3918c46-690e-4c39-984a-27a51897ee86"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d3918c46-690e-4c39-984a-27a51897ee86"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d3918c46-690e-4c39-984a-27a51897ee86"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d3918c46-690e-4c39-984a-27a51897ee86"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d3918c46-690e-4c39-984a-27a51897ee86"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d3918c46-690e-4c39-984a-27a51897ee86"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d3918c46-690e-4c39-984a-27a51897ee86"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d3918c46-690e-4c39-984a-27a51897ee86"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d3918c46-690e-4c39-984a-27a51897ee86"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d3918c46-690e-4c39-984a-27a51897ee86"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d3918c46-690e-4c39-984a-27a51897ee86"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d3918c46-690e-4c39-984a-27a51897ee86"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d3918c46-690e-4c39-984a-27a51897ee86"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d3918c46-690e-4c39-984a-27a51897ee86"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d3918c46-690e-4c39-984a-27a51897ee86"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d3918c46-690e-4c39-984a-27a51897ee86"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d3918c46-690e-4c39-984a-27a51897ee86"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d3918c46-690e-4c39-984a-27a51897ee86"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d3918c46-690e-4c39-984a-27a51897ee86"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d3918c46-690e-4c39-984a-27a51897ee86"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d3918c46-690e-4c39-984a-27a51897ee86"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d3918c46-690e-4c39-984a-27a51897ee86"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d3918c46-690e-4c39-984a-27a51897ee86"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d3918c46-690e-4c39-984a-27a51897ee86"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d3918c46-690e-4c39-984a-27a51897ee86"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d3918c46-690e-4c39-984a-27a51897ee86"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d3918c46-690e-4c39-984a-27a51897ee86"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d3918c46-690e-4c39-984a-27a51897ee86"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d3918c46-690e-4c39-984a-27a51897ee86"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d3918c46-690e-4c39-984a-27a51897ee86"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d3918c46-690e-4c39-984a-27a51897ee86"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d3918c46-690e-4c39-984a-27a51897ee86"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-56c77194-9fba-4c79-86a6-d28e9199a22d {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
min-height: 50px;
background-color: rgba(241, 241, 241, 1);
}








#s-56c77194-9fba-4c79-86a6-d28e9199a22d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-56c77194-9fba-4c79-86a6-d28e9199a22d.shg-box.shg-c {
  justify-content: center;
}

#s-d97ecc43-ea5b-4e3b-9feb-834532346ddd {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 10px;
text-align: left;
}

#s-d97ecc43-ea5b-4e3b-9feb-834532346ddd .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-e129a788-f655-4865-988f-05cde9d82ba4 {
  padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

#s-ab6c17a7-1143-401a-8811-f933834f1f9b {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
min-height: 50px;
background-color: rgba(241, 241, 241, 1);
}








#s-ab6c17a7-1143-401a-8811-f933834f1f9b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ab6c17a7-1143-401a-8811-f933834f1f9b.shg-box.shg-c {
  justify-content: center;
}

#s-454edec2-472e-4615-b8a6-11d9d492459c {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 10px;
text-align: left;
}

#s-454edec2-472e-4615-b8a6-11d9d492459c .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-83e35ee4-3791-4511-9b01-63915aee729b {
  padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-8b4743a0-6448-4146-8063-4621ba6ee1ca"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8b4743a0-6448-4146-8063-4621ba6ee1ca"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8b4743a0-6448-4146-8063-4621ba6ee1ca"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8b4743a0-6448-4146-8063-4621ba6ee1ca"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8b4743a0-6448-4146-8063-4621ba6ee1ca"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8b4743a0-6448-4146-8063-4621ba6ee1ca"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8b4743a0-6448-4146-8063-4621ba6ee1ca"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-8b4743a0-6448-4146-8063-4621ba6ee1ca"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8b4743a0-6448-4146-8063-4621ba6ee1ca"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8b4743a0-6448-4146-8063-4621ba6ee1ca"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-8b4743a0-6448-4146-8063-4621ba6ee1ca"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-8b4743a0-6448-4146-8063-4621ba6ee1ca"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-8b4743a0-6448-4146-8063-4621ba6ee1ca"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8b4743a0-6448-4146-8063-4621ba6ee1ca"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8b4743a0-6448-4146-8063-4621ba6ee1ca"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8b4743a0-6448-4146-8063-4621ba6ee1ca"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8b4743a0-6448-4146-8063-4621ba6ee1ca"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8b4743a0-6448-4146-8063-4621ba6ee1ca"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8b4743a0-6448-4146-8063-4621ba6ee1ca"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-8b4743a0-6448-4146-8063-4621ba6ee1ca"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8b4743a0-6448-4146-8063-4621ba6ee1ca"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8b4743a0-6448-4146-8063-4621ba6ee1ca"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-8b4743a0-6448-4146-8063-4621ba6ee1ca"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-8b4743a0-6448-4146-8063-4621ba6ee1ca"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-8b4743a0-6448-4146-8063-4621ba6ee1ca"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8b4743a0-6448-4146-8063-4621ba6ee1ca"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8b4743a0-6448-4146-8063-4621ba6ee1ca"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8b4743a0-6448-4146-8063-4621ba6ee1ca"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8b4743a0-6448-4146-8063-4621ba6ee1ca"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8b4743a0-6448-4146-8063-4621ba6ee1ca"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8b4743a0-6448-4146-8063-4621ba6ee1ca"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-8b4743a0-6448-4146-8063-4621ba6ee1ca"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8b4743a0-6448-4146-8063-4621ba6ee1ca"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8b4743a0-6448-4146-8063-4621ba6ee1ca"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-8b4743a0-6448-4146-8063-4621ba6ee1ca"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-8b4743a0-6448-4146-8063-4621ba6ee1ca"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-8b4743a0-6448-4146-8063-4621ba6ee1ca"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-0d0fee22-c97f-4b49-a47b-1a06225097f5 {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
min-height: 50px;
background-color: rgba(241, 241, 241, 1);
}








#s-0d0fee22-c97f-4b49-a47b-1a06225097f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0d0fee22-c97f-4b49-a47b-1a06225097f5.shg-box.shg-c {
  justify-content: center;
}

#s-53e19660-4068-4c7a-a522-6b4c6a97ee17 {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 10px;
text-align: left;
}

#s-53e19660-4068-4c7a-a522-6b4c6a97ee17 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-ca20728b-8e97-4622-8d20-d2081a749299 {
  padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
}

#s-24af752b-51f8-48a3-a43f-4534dd0ebd6b {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
min-height: 50px;
background-color: rgba(241, 241, 241, 1);
}








#s-24af752b-51f8-48a3-a43f-4534dd0ebd6b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-24af752b-51f8-48a3-a43f-4534dd0ebd6b.shg-box.shg-c {
  justify-content: center;
}

#s-ca0166a5-0bfc-47e5-918b-e282ada8da52 {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 10px;
text-align: left;
}

#s-ca0166a5-0bfc-47e5-918b-e282ada8da52 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-0060ef3e-cb62-402a-8d94-5327e65e8def {
  padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

#s-45489f0c-6f78-4490-8de9-35e2287b6aa8 {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 20px;
margin-right: 5px;
min-height: 50px;
background-color: rgba(241, 241, 241, 1);
}








#s-45489f0c-6f78-4490-8de9-35e2287b6aa8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-45489f0c-6f78-4490-8de9-35e2287b6aa8.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-c3b10238-1411-432f-b29f-6251f19f5ebf"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c3b10238-1411-432f-b29f-6251f19f5ebf"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c3b10238-1411-432f-b29f-6251f19f5ebf"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c3b10238-1411-432f-b29f-6251f19f5ebf"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c3b10238-1411-432f-b29f-6251f19f5ebf"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c3b10238-1411-432f-b29f-6251f19f5ebf"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c3b10238-1411-432f-b29f-6251f19f5ebf"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c3b10238-1411-432f-b29f-6251f19f5ebf"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c3b10238-1411-432f-b29f-6251f19f5ebf"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c3b10238-1411-432f-b29f-6251f19f5ebf"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c3b10238-1411-432f-b29f-6251f19f5ebf"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c3b10238-1411-432f-b29f-6251f19f5ebf"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-c3b10238-1411-432f-b29f-6251f19f5ebf"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c3b10238-1411-432f-b29f-6251f19f5ebf"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c3b10238-1411-432f-b29f-6251f19f5ebf"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c3b10238-1411-432f-b29f-6251f19f5ebf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c3b10238-1411-432f-b29f-6251f19f5ebf"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c3b10238-1411-432f-b29f-6251f19f5ebf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c3b10238-1411-432f-b29f-6251f19f5ebf"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c3b10238-1411-432f-b29f-6251f19f5ebf"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c3b10238-1411-432f-b29f-6251f19f5ebf"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c3b10238-1411-432f-b29f-6251f19f5ebf"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c3b10238-1411-432f-b29f-6251f19f5ebf"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c3b10238-1411-432f-b29f-6251f19f5ebf"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c3b10238-1411-432f-b29f-6251f19f5ebf"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c3b10238-1411-432f-b29f-6251f19f5ebf"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c3b10238-1411-432f-b29f-6251f19f5ebf"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c3b10238-1411-432f-b29f-6251f19f5ebf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c3b10238-1411-432f-b29f-6251f19f5ebf"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c3b10238-1411-432f-b29f-6251f19f5ebf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c3b10238-1411-432f-b29f-6251f19f5ebf"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c3b10238-1411-432f-b29f-6251f19f5ebf"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c3b10238-1411-432f-b29f-6251f19f5ebf"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c3b10238-1411-432f-b29f-6251f19f5ebf"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c3b10238-1411-432f-b29f-6251f19f5ebf"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c3b10238-1411-432f-b29f-6251f19f5ebf"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c3b10238-1411-432f-b29f-6251f19f5ebf"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c3b10238-1411-432f-b29f-6251f19f5ebf"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c3b10238-1411-432f-b29f-6251f19f5ebf"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c3b10238-1411-432f-b29f-6251f19f5ebf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c3b10238-1411-432f-b29f-6251f19f5ebf"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c3b10238-1411-432f-b29f-6251f19f5ebf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c3b10238-1411-432f-b29f-6251f19f5ebf"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c3b10238-1411-432f-b29f-6251f19f5ebf"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c3b10238-1411-432f-b29f-6251f19f5ebf"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c3b10238-1411-432f-b29f-6251f19f5ebf"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c3b10238-1411-432f-b29f-6251f19f5ebf"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c3b10238-1411-432f-b29f-6251f19f5ebf"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-0e5e50be-661d-4e82-a9b9-ff35bb60a0ff {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 10px;
text-align: left;
}

#s-0e5e50be-661d-4e82-a9b9-ff35bb60a0ff .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (min-width: 0px) {
[id="s-6a15caa9-4850-4358-bc16-ec5b18d5f45e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6a15caa9-4850-4358-bc16-ec5b18d5f45e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6a15caa9-4850-4358-bc16-ec5b18d5f45e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6a15caa9-4850-4358-bc16-ec5b18d5f45e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6a15caa9-4850-4358-bc16-ec5b18d5f45e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6a15caa9-4850-4358-bc16-ec5b18d5f45e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6a15caa9-4850-4358-bc16-ec5b18d5f45e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6a15caa9-4850-4358-bc16-ec5b18d5f45e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6a15caa9-4850-4358-bc16-ec5b18d5f45e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6a15caa9-4850-4358-bc16-ec5b18d5f45e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6a15caa9-4850-4358-bc16-ec5b18d5f45e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6a15caa9-4850-4358-bc16-ec5b18d5f45e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6a15caa9-4850-4358-bc16-ec5b18d5f45e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6a15caa9-4850-4358-bc16-ec5b18d5f45e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6a15caa9-4850-4358-bc16-ec5b18d5f45e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6a15caa9-4850-4358-bc16-ec5b18d5f45e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6a15caa9-4850-4358-bc16-ec5b18d5f45e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6a15caa9-4850-4358-bc16-ec5b18d5f45e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6a15caa9-4850-4358-bc16-ec5b18d5f45e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6a15caa9-4850-4358-bc16-ec5b18d5f45e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6a15caa9-4850-4358-bc16-ec5b18d5f45e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6a15caa9-4850-4358-bc16-ec5b18d5f45e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6a15caa9-4850-4358-bc16-ec5b18d5f45e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6a15caa9-4850-4358-bc16-ec5b18d5f45e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6a15caa9-4850-4358-bc16-ec5b18d5f45e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6a15caa9-4850-4358-bc16-ec5b18d5f45e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6a15caa9-4850-4358-bc16-ec5b18d5f45e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6a15caa9-4850-4358-bc16-ec5b18d5f45e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6a15caa9-4850-4358-bc16-ec5b18d5f45e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6a15caa9-4850-4358-bc16-ec5b18d5f45e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6a15caa9-4850-4358-bc16-ec5b18d5f45e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6a15caa9-4850-4358-bc16-ec5b18d5f45e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6a15caa9-4850-4358-bc16-ec5b18d5f45e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6a15caa9-4850-4358-bc16-ec5b18d5f45e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6a15caa9-4850-4358-bc16-ec5b18d5f45e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6a15caa9-4850-4358-bc16-ec5b18d5f45e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6a15caa9-4850-4358-bc16-ec5b18d5f45e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-c1cf275f-3a29-4ec9-8fef-d44e7f14ff30 {
  padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

#s-c2920e4d-884f-489e-873c-c77514d67801 {
  padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

#s-b19941ba-088f-4d2a-8db9-a9ab97d13ec5 {
  margin-top: 0px;
margin-left: 35px;
margin-bottom: 0px;
margin-right: 35px;
padding-top: 15px;
padding-bottom: 15px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
}

#s-b19941ba-088f-4d2a-8db9-a9ab97d13ec5 .shogun-heading-component h2 {
  color: rgba(222, 222, 222, 1);
  font-weight:  700 ;
  font-family: "Lato";
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-7ef8eeb8-175a-4a6b-8a1f-d40ebcc1b9ff .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-7ef8eeb8-175a-4a6b-8a1f-d40ebcc1b9ff .shg-sld-nav-button.shg-sld-left,
#s-7ef8eeb8-175a-4a6b-8a1f-d40ebcc1b9ff .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-700cca89-b491-4522-9f34-5aa911b13a4e {
  background-color: rgba(0, 0, 0, 1);
}

@media (min-width: 0px) {
[id="s-700cca89-b491-4522-9f34-5aa911b13a4e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-700cca89-b491-4522-9f34-5aa911b13a4e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-700cca89-b491-4522-9f34-5aa911b13a4e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-700cca89-b491-4522-9f34-5aa911b13a4e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-700cca89-b491-4522-9f34-5aa911b13a4e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-700cca89-b491-4522-9f34-5aa911b13a4e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-700cca89-b491-4522-9f34-5aa911b13a4e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-700cca89-b491-4522-9f34-5aa911b13a4e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-700cca89-b491-4522-9f34-5aa911b13a4e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-700cca89-b491-4522-9f34-5aa911b13a4e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-700cca89-b491-4522-9f34-5aa911b13a4e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-700cca89-b491-4522-9f34-5aa911b13a4e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-700cca89-b491-4522-9f34-5aa911b13a4e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-700cca89-b491-4522-9f34-5aa911b13a4e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-700cca89-b491-4522-9f34-5aa911b13a4e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-700cca89-b491-4522-9f34-5aa911b13a4e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-700cca89-b491-4522-9f34-5aa911b13a4e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-700cca89-b491-4522-9f34-5aa911b13a4e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-700cca89-b491-4522-9f34-5aa911b13a4e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-700cca89-b491-4522-9f34-5aa911b13a4e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-700cca89-b491-4522-9f34-5aa911b13a4e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-700cca89-b491-4522-9f34-5aa911b13a4e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-700cca89-b491-4522-9f34-5aa911b13a4e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-700cca89-b491-4522-9f34-5aa911b13a4e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-700cca89-b491-4522-9f34-5aa911b13a4e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-700cca89-b491-4522-9f34-5aa911b13a4e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-700cca89-b491-4522-9f34-5aa911b13a4e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-700cca89-b491-4522-9f34-5aa911b13a4e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-700cca89-b491-4522-9f34-5aa911b13a4e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-700cca89-b491-4522-9f34-5aa911b13a4e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-700cca89-b491-4522-9f34-5aa911b13a4e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-700cca89-b491-4522-9f34-5aa911b13a4e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-700cca89-b491-4522-9f34-5aa911b13a4e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-700cca89-b491-4522-9f34-5aa911b13a4e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-700cca89-b491-4522-9f34-5aa911b13a4e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-700cca89-b491-4522-9f34-5aa911b13a4e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-700cca89-b491-4522-9f34-5aa911b13a4e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-26310dd3-6e54-45c2-b529-b32f1308236d {
  margin-top: 100px;
margin-bottom: 0px;
padding-left: 10px;
text-align: center;
}

#s-26310dd3-6e54-45c2-b529-b32f1308236d .shogun-heading-component h2 {
  color: rgba(222, 222, 222, 1);
  font-weight:  700 ;
  font-family: "Lato";
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-cb828b39-1ce8-4a81-a60a-d6406f591c97 {
  text-align: center;
}




  #s-cb828b39-1ce8-4a81-a60a-d6406f591c97 img.shogun-image {
    
    width: px;
  }


#s-cb828b39-1ce8-4a81-a60a-d6406f591c97 .shogun-image-content {
  
    align-items: center;
  
}

#s-bc889472-76ae-4976-871a-e66f664d6f09 {
  background-color: rgba(0, 0, 0, 1);
}

@media (min-width: 0px) {
[id="s-bc889472-76ae-4976-871a-e66f664d6f09"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bc889472-76ae-4976-871a-e66f664d6f09"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bc889472-76ae-4976-871a-e66f664d6f09"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bc889472-76ae-4976-871a-e66f664d6f09"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bc889472-76ae-4976-871a-e66f664d6f09"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bc889472-76ae-4976-871a-e66f664d6f09"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bc889472-76ae-4976-871a-e66f664d6f09"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bc889472-76ae-4976-871a-e66f664d6f09"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bc889472-76ae-4976-871a-e66f664d6f09"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bc889472-76ae-4976-871a-e66f664d6f09"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bc889472-76ae-4976-871a-e66f664d6f09"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bc889472-76ae-4976-871a-e66f664d6f09"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bc889472-76ae-4976-871a-e66f664d6f09"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bc889472-76ae-4976-871a-e66f664d6f09"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bc889472-76ae-4976-871a-e66f664d6f09"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bc889472-76ae-4976-871a-e66f664d6f09"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bc889472-76ae-4976-871a-e66f664d6f09"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bc889472-76ae-4976-871a-e66f664d6f09"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bc889472-76ae-4976-871a-e66f664d6f09"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bc889472-76ae-4976-871a-e66f664d6f09"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bc889472-76ae-4976-871a-e66f664d6f09"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bc889472-76ae-4976-871a-e66f664d6f09"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bc889472-76ae-4976-871a-e66f664d6f09"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bc889472-76ae-4976-871a-e66f664d6f09"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bc889472-76ae-4976-871a-e66f664d6f09"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bc889472-76ae-4976-871a-e66f664d6f09"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bc889472-76ae-4976-871a-e66f664d6f09"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bc889472-76ae-4976-871a-e66f664d6f09"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bc889472-76ae-4976-871a-e66f664d6f09"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bc889472-76ae-4976-871a-e66f664d6f09"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bc889472-76ae-4976-871a-e66f664d6f09"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bc889472-76ae-4976-871a-e66f664d6f09"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bc889472-76ae-4976-871a-e66f664d6f09"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bc889472-76ae-4976-871a-e66f664d6f09"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bc889472-76ae-4976-871a-e66f664d6f09"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bc889472-76ae-4976-871a-e66f664d6f09"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bc889472-76ae-4976-871a-e66f664d6f09"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-313ec6ce-07f7-4fd5-bb0b-d5c4d11aaf40 {
  margin-top: 100px;
margin-bottom: 0px;
padding-left: 10px;
text-align: center;
}

#s-313ec6ce-07f7-4fd5-bb0b-d5c4d11aaf40 .shogun-heading-component h2 {
  color: rgba(222, 222, 222, 1);
  font-weight:  700 ;
  font-family: "Lato";
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-cbb7af3a-e74b-4dcd-a911-24a4a6e5463b {
  text-align: center;
}




  #s-cbb7af3a-e74b-4dcd-a911-24a4a6e5463b img.shogun-image {
    
    width: px;
  }


#s-cbb7af3a-e74b-4dcd-a911-24a4a6e5463b .shogun-image-content {
  
    align-items: center;
  
}

#s-6ed4d5d1-8716-4393-8dde-ea121093712c {
  background-color: rgba(0, 0, 0, 1);
}

@media (min-width: 0px) {
[id="s-6ed4d5d1-8716-4393-8dde-ea121093712c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6ed4d5d1-8716-4393-8dde-ea121093712c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6ed4d5d1-8716-4393-8dde-ea121093712c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6ed4d5d1-8716-4393-8dde-ea121093712c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6ed4d5d1-8716-4393-8dde-ea121093712c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6ed4d5d1-8716-4393-8dde-ea121093712c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6ed4d5d1-8716-4393-8dde-ea121093712c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6ed4d5d1-8716-4393-8dde-ea121093712c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6ed4d5d1-8716-4393-8dde-ea121093712c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6ed4d5d1-8716-4393-8dde-ea121093712c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6ed4d5d1-8716-4393-8dde-ea121093712c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6ed4d5d1-8716-4393-8dde-ea121093712c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6ed4d5d1-8716-4393-8dde-ea121093712c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6ed4d5d1-8716-4393-8dde-ea121093712c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6ed4d5d1-8716-4393-8dde-ea121093712c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6ed4d5d1-8716-4393-8dde-ea121093712c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6ed4d5d1-8716-4393-8dde-ea121093712c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6ed4d5d1-8716-4393-8dde-ea121093712c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6ed4d5d1-8716-4393-8dde-ea121093712c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6ed4d5d1-8716-4393-8dde-ea121093712c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6ed4d5d1-8716-4393-8dde-ea121093712c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6ed4d5d1-8716-4393-8dde-ea121093712c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6ed4d5d1-8716-4393-8dde-ea121093712c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6ed4d5d1-8716-4393-8dde-ea121093712c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6ed4d5d1-8716-4393-8dde-ea121093712c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6ed4d5d1-8716-4393-8dde-ea121093712c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6ed4d5d1-8716-4393-8dde-ea121093712c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6ed4d5d1-8716-4393-8dde-ea121093712c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6ed4d5d1-8716-4393-8dde-ea121093712c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6ed4d5d1-8716-4393-8dde-ea121093712c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6ed4d5d1-8716-4393-8dde-ea121093712c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6ed4d5d1-8716-4393-8dde-ea121093712c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6ed4d5d1-8716-4393-8dde-ea121093712c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6ed4d5d1-8716-4393-8dde-ea121093712c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6ed4d5d1-8716-4393-8dde-ea121093712c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6ed4d5d1-8716-4393-8dde-ea121093712c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6ed4d5d1-8716-4393-8dde-ea121093712c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-f07814d1-ad6b-45a7-a5f5-183de11b17cd {
  margin-top: 100px;
margin-left: 10px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-f07814d1-ad6b-45a7-a5f5-183de11b17cd .shogun-heading-component h2 {
  color: rgba(222, 222, 222, 1);
  font-weight:  700 ;
  font-family: "Lato";
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-76051840-cd51-4f36-addd-f4d25012afc0 {
  text-align: center;
}





#s-76051840-cd51-4f36-addd-f4d25012afc0 .shogun-image-content {
  
    align-items: center;
  
}

#s-c3f3ecd3-b02c-4217-b56a-a40bd123936f {
  background-color: rgba(0, 0, 0, 1);
}

@media (min-width: 0px) {
[id="s-c3f3ecd3-b02c-4217-b56a-a40bd123936f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c3f3ecd3-b02c-4217-b56a-a40bd123936f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c3f3ecd3-b02c-4217-b56a-a40bd123936f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c3f3ecd3-b02c-4217-b56a-a40bd123936f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c3f3ecd3-b02c-4217-b56a-a40bd123936f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c3f3ecd3-b02c-4217-b56a-a40bd123936f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c3f3ecd3-b02c-4217-b56a-a40bd123936f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c3f3ecd3-b02c-4217-b56a-a40bd123936f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c3f3ecd3-b02c-4217-b56a-a40bd123936f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c3f3ecd3-b02c-4217-b56a-a40bd123936f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c3f3ecd3-b02c-4217-b56a-a40bd123936f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c3f3ecd3-b02c-4217-b56a-a40bd123936f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c3f3ecd3-b02c-4217-b56a-a40bd123936f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c3f3ecd3-b02c-4217-b56a-a40bd123936f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c3f3ecd3-b02c-4217-b56a-a40bd123936f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c3f3ecd3-b02c-4217-b56a-a40bd123936f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c3f3ecd3-b02c-4217-b56a-a40bd123936f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c3f3ecd3-b02c-4217-b56a-a40bd123936f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c3f3ecd3-b02c-4217-b56a-a40bd123936f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c3f3ecd3-b02c-4217-b56a-a40bd123936f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c3f3ecd3-b02c-4217-b56a-a40bd123936f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c3f3ecd3-b02c-4217-b56a-a40bd123936f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c3f3ecd3-b02c-4217-b56a-a40bd123936f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c3f3ecd3-b02c-4217-b56a-a40bd123936f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c3f3ecd3-b02c-4217-b56a-a40bd123936f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c3f3ecd3-b02c-4217-b56a-a40bd123936f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c3f3ecd3-b02c-4217-b56a-a40bd123936f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c3f3ecd3-b02c-4217-b56a-a40bd123936f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c3f3ecd3-b02c-4217-b56a-a40bd123936f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c3f3ecd3-b02c-4217-b56a-a40bd123936f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c3f3ecd3-b02c-4217-b56a-a40bd123936f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c3f3ecd3-b02c-4217-b56a-a40bd123936f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c3f3ecd3-b02c-4217-b56a-a40bd123936f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c3f3ecd3-b02c-4217-b56a-a40bd123936f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c3f3ecd3-b02c-4217-b56a-a40bd123936f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c3f3ecd3-b02c-4217-b56a-a40bd123936f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c3f3ecd3-b02c-4217-b56a-a40bd123936f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-a94172ec-589e-454d-94cf-45c2ef51d2cd {
  margin-top: 100px;
margin-bottom: 0px;
padding-left: 10px;
padding-right: 0px;
text-align: center;
}

#s-a94172ec-589e-454d-94cf-45c2ef51d2cd .shogun-heading-component h2 {
  color: rgba(222, 222, 222, 1);
  font-weight:  700 ;
  font-family: "Lato";
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-76a8726a-b168-40d2-94f3-5739010766d0 {
  text-align: center;
}




  #s-76a8726a-b168-40d2-94f3-5739010766d0 img.shogun-image {
    
    width: px;
  }


#s-76a8726a-b168-40d2-94f3-5739010766d0 .shogun-image-content {
  
    align-items: center;
  
}

#s-1f2095bf-a4ab-4208-8b6b-975beccc1a96 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-1f2095bf-a4ab-4208-8b6b-975beccc1a96 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1f2095bf-a4ab-4208-8b6b-975beccc1a96.shg-box.shg-c {
  justify-content: center;
}

#s-5f22236f-ea61-49fe-8f51-2b5ac0b014a4 {
  margin-top: 5px;
margin-left: 20px;
margin-bottom: 10px;
text-align: left;
}

#s-5f22236f-ea61-49fe-8f51-2b5ac0b014a4 .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (min-width: 0px) {
[id="s-ff41d0e4-7826-4b90-8efd-7835f740373b"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-ff41d0e4-7826-4b90-8efd-7835f740373b"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-ff41d0e4-7826-4b90-8efd-7835f740373b"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-ff41d0e4-7826-4b90-8efd-7835f740373b"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-ff41d0e4-7826-4b90-8efd-7835f740373b"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-ff41d0e4-7826-4b90-8efd-7835f740373b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-ff41d0e4-7826-4b90-8efd-7835f740373b"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-ff41d0e4-7826-4b90-8efd-7835f740373b"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-ff41d0e4-7826-4b90-8efd-7835f740373b"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-ff41d0e4-7826-4b90-8efd-7835f740373b"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-ff41d0e4-7826-4b90-8efd-7835f740373b"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-ff41d0e4-7826-4b90-8efd-7835f740373b"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 768px) {
[id="s-ff41d0e4-7826-4b90-8efd-7835f740373b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-ff41d0e4-7826-4b90-8efd-7835f740373b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-ff41d0e4-7826-4b90-8efd-7835f740373b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-ff41d0e4-7826-4b90-8efd-7835f740373b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-ff41d0e4-7826-4b90-8efd-7835f740373b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-ff41d0e4-7826-4b90-8efd-7835f740373b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-ff41d0e4-7826-4b90-8efd-7835f740373b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-ff41d0e4-7826-4b90-8efd-7835f740373b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-ff41d0e4-7826-4b90-8efd-7835f740373b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-ff41d0e4-7826-4b90-8efd-7835f740373b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-ff41d0e4-7826-4b90-8efd-7835f740373b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-ff41d0e4-7826-4b90-8efd-7835f740373b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-ff41d0e4-7826-4b90-8efd-7835f740373b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-ff41d0e4-7826-4b90-8efd-7835f740373b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-ff41d0e4-7826-4b90-8efd-7835f740373b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-ff41d0e4-7826-4b90-8efd-7835f740373b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-ff41d0e4-7826-4b90-8efd-7835f740373b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-ff41d0e4-7826-4b90-8efd-7835f740373b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-ff41d0e4-7826-4b90-8efd-7835f740373b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-ff41d0e4-7826-4b90-8efd-7835f740373b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-ff41d0e4-7826-4b90-8efd-7835f740373b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-ff41d0e4-7826-4b90-8efd-7835f740373b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-ff41d0e4-7826-4b90-8efd-7835f740373b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-ff41d0e4-7826-4b90-8efd-7835f740373b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-ff41d0e4-7826-4b90-8efd-7835f740373b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-ff41d0e4-7826-4b90-8efd-7835f740373b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-ff41d0e4-7826-4b90-8efd-7835f740373b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-ff41d0e4-7826-4b90-8efd-7835f740373b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-ff41d0e4-7826-4b90-8efd-7835f740373b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-ff41d0e4-7826-4b90-8efd-7835f740373b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-ff41d0e4-7826-4b90-8efd-7835f740373b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-ff41d0e4-7826-4b90-8efd-7835f740373b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-ff41d0e4-7826-4b90-8efd-7835f740373b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-ff41d0e4-7826-4b90-8efd-7835f740373b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-ff41d0e4-7826-4b90-8efd-7835f740373b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-ff41d0e4-7826-4b90-8efd-7835f740373b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 1.0px);
}

}

#s-719b6e1f-9490-43fa-8a0d-1cfdd7ecaea8 {
  margin-top: 0px;
margin-left: 5px;
margin-bottom: 0px;
margin-right: 5px;
min-height: 50px;
background-color: rgba(239, 239, 239, 1);
}








#s-719b6e1f-9490-43fa-8a0d-1cfdd7ecaea8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.2;
}#s-719b6e1f-9490-43fa-8a0d-1cfdd7ecaea8.shg-box.shg-c {
  justify-content: center;
}

#s-865c979e-ae0f-497e-a046-430404f8629e {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 10px;
text-align: left;
}

#s-865c979e-ae0f-497e-a046-430404f8629e .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-b760c0b0-560c-42bf-8504-29e4c27a0a6f {
  margin-top: 0px;
margin-left: 5px;
margin-bottom: 0px;
margin-right: 5px;
min-height: 50px;
background-color: rgba(222, 222, 222, 1);
}








#s-b760c0b0-560c-42bf-8504-29e4c27a0a6f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.3;
}#s-b760c0b0-560c-42bf-8504-29e4c27a0a6f.shg-box.shg-c {
  justify-content: center;
}

#s-2361c4a1-bf31-4575-9021-da635d64a554 {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 10px;
text-align: left;
}

#s-2361c4a1-bf31-4575-9021-da635d64a554 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-6728eabc-8003-47db-9e72-5f1620103c5d {
  margin-top: 3px;
margin-left: 0px;
margin-bottom: 3px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-6728eabc-8003-47db-9e72-5f1620103c5d"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-6728eabc-8003-47db-9e72-5f1620103c5d"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-6728eabc-8003-47db-9e72-5f1620103c5d"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-6728eabc-8003-47db-9e72-5f1620103c5d"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-6728eabc-8003-47db-9e72-5f1620103c5d"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-6728eabc-8003-47db-9e72-5f1620103c5d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-6728eabc-8003-47db-9e72-5f1620103c5d"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-6728eabc-8003-47db-9e72-5f1620103c5d"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-6728eabc-8003-47db-9e72-5f1620103c5d"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-6728eabc-8003-47db-9e72-5f1620103c5d"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-6728eabc-8003-47db-9e72-5f1620103c5d"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-6728eabc-8003-47db-9e72-5f1620103c5d"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 768px) {
[id="s-6728eabc-8003-47db-9e72-5f1620103c5d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-6728eabc-8003-47db-9e72-5f1620103c5d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-6728eabc-8003-47db-9e72-5f1620103c5d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-6728eabc-8003-47db-9e72-5f1620103c5d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-6728eabc-8003-47db-9e72-5f1620103c5d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-6728eabc-8003-47db-9e72-5f1620103c5d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-6728eabc-8003-47db-9e72-5f1620103c5d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-6728eabc-8003-47db-9e72-5f1620103c5d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-6728eabc-8003-47db-9e72-5f1620103c5d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-6728eabc-8003-47db-9e72-5f1620103c5d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-6728eabc-8003-47db-9e72-5f1620103c5d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-6728eabc-8003-47db-9e72-5f1620103c5d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-6728eabc-8003-47db-9e72-5f1620103c5d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-6728eabc-8003-47db-9e72-5f1620103c5d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-6728eabc-8003-47db-9e72-5f1620103c5d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-6728eabc-8003-47db-9e72-5f1620103c5d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-6728eabc-8003-47db-9e72-5f1620103c5d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-6728eabc-8003-47db-9e72-5f1620103c5d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-6728eabc-8003-47db-9e72-5f1620103c5d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-6728eabc-8003-47db-9e72-5f1620103c5d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-6728eabc-8003-47db-9e72-5f1620103c5d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-6728eabc-8003-47db-9e72-5f1620103c5d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-6728eabc-8003-47db-9e72-5f1620103c5d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-6728eabc-8003-47db-9e72-5f1620103c5d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-6728eabc-8003-47db-9e72-5f1620103c5d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-6728eabc-8003-47db-9e72-5f1620103c5d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-6728eabc-8003-47db-9e72-5f1620103c5d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-6728eabc-8003-47db-9e72-5f1620103c5d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-6728eabc-8003-47db-9e72-5f1620103c5d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-6728eabc-8003-47db-9e72-5f1620103c5d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-6728eabc-8003-47db-9e72-5f1620103c5d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-6728eabc-8003-47db-9e72-5f1620103c5d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-6728eabc-8003-47db-9e72-5f1620103c5d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-6728eabc-8003-47db-9e72-5f1620103c5d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-6728eabc-8003-47db-9e72-5f1620103c5d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-6728eabc-8003-47db-9e72-5f1620103c5d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 1.0px);
}

}

#s-bb26cabd-015f-46ad-91ca-aded5c0c0aad {
  margin-top: 0px;
margin-left: 5px;
margin-bottom: 0px;
margin-right: 5px;
min-height: 50px;
background-color: rgba(239, 239, 239, 1);
}








#s-bb26cabd-015f-46ad-91ca-aded5c0c0aad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.2;
}#s-bb26cabd-015f-46ad-91ca-aded5c0c0aad.shg-box.shg-c {
  justify-content: center;
}

#s-e9b4cd23-c2bd-4bf2-a802-652fc5398674 {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 10px;
text-align: left;
}

#s-e9b4cd23-c2bd-4bf2-a802-652fc5398674 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-1cd282ae-0f8c-4c5e-9378-fe45ecf764e2 {
  margin-top: 0px;
margin-left: 5px;
margin-bottom: 0px;
margin-right: 5px;
min-height: 50px;
background-color: rgba(222, 222, 222, 1);
}








#s-1cd282ae-0f8c-4c5e-9378-fe45ecf764e2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.3;
}#s-1cd282ae-0f8c-4c5e-9378-fe45ecf764e2.shg-box.shg-c {
  justify-content: center;
}

#s-26f44579-0c81-4da9-8c12-373c3dc189f3 {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 10px;
text-align: left;
}

#s-26f44579-0c81-4da9-8c12-373c3dc189f3 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-44e08fea-57c2-4c58-9e07-68fad47e3399 {
  margin-top: 3px;
margin-left: 0px;
margin-bottom: 3px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-44e08fea-57c2-4c58-9e07-68fad47e3399"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-44e08fea-57c2-4c58-9e07-68fad47e3399"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-44e08fea-57c2-4c58-9e07-68fad47e3399"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-44e08fea-57c2-4c58-9e07-68fad47e3399"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-44e08fea-57c2-4c58-9e07-68fad47e3399"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-44e08fea-57c2-4c58-9e07-68fad47e3399"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-44e08fea-57c2-4c58-9e07-68fad47e3399"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-44e08fea-57c2-4c58-9e07-68fad47e3399"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-44e08fea-57c2-4c58-9e07-68fad47e3399"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-44e08fea-57c2-4c58-9e07-68fad47e3399"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-44e08fea-57c2-4c58-9e07-68fad47e3399"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-44e08fea-57c2-4c58-9e07-68fad47e3399"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 768px) {
[id="s-44e08fea-57c2-4c58-9e07-68fad47e3399"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-44e08fea-57c2-4c58-9e07-68fad47e3399"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-44e08fea-57c2-4c58-9e07-68fad47e3399"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-44e08fea-57c2-4c58-9e07-68fad47e3399"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-44e08fea-57c2-4c58-9e07-68fad47e3399"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-44e08fea-57c2-4c58-9e07-68fad47e3399"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-44e08fea-57c2-4c58-9e07-68fad47e3399"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-44e08fea-57c2-4c58-9e07-68fad47e3399"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-44e08fea-57c2-4c58-9e07-68fad47e3399"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-44e08fea-57c2-4c58-9e07-68fad47e3399"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-44e08fea-57c2-4c58-9e07-68fad47e3399"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-44e08fea-57c2-4c58-9e07-68fad47e3399"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-44e08fea-57c2-4c58-9e07-68fad47e3399"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-44e08fea-57c2-4c58-9e07-68fad47e3399"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-44e08fea-57c2-4c58-9e07-68fad47e3399"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-44e08fea-57c2-4c58-9e07-68fad47e3399"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-44e08fea-57c2-4c58-9e07-68fad47e3399"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-44e08fea-57c2-4c58-9e07-68fad47e3399"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-44e08fea-57c2-4c58-9e07-68fad47e3399"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-44e08fea-57c2-4c58-9e07-68fad47e3399"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-44e08fea-57c2-4c58-9e07-68fad47e3399"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-44e08fea-57c2-4c58-9e07-68fad47e3399"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-44e08fea-57c2-4c58-9e07-68fad47e3399"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-44e08fea-57c2-4c58-9e07-68fad47e3399"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-44e08fea-57c2-4c58-9e07-68fad47e3399"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-44e08fea-57c2-4c58-9e07-68fad47e3399"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-44e08fea-57c2-4c58-9e07-68fad47e3399"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-44e08fea-57c2-4c58-9e07-68fad47e3399"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-44e08fea-57c2-4c58-9e07-68fad47e3399"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-44e08fea-57c2-4c58-9e07-68fad47e3399"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-44e08fea-57c2-4c58-9e07-68fad47e3399"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-44e08fea-57c2-4c58-9e07-68fad47e3399"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-44e08fea-57c2-4c58-9e07-68fad47e3399"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-44e08fea-57c2-4c58-9e07-68fad47e3399"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-44e08fea-57c2-4c58-9e07-68fad47e3399"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-44e08fea-57c2-4c58-9e07-68fad47e3399"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 1.0px);
}

}

#s-f82e2f0a-1a40-4744-b15b-95b44d77465f {
  margin-top: 0px;
margin-left: 5px;
margin-bottom: 0px;
margin-right: 5px;
min-height: 50px;
background-color: rgba(239, 239, 239, 1);
}








#s-f82e2f0a-1a40-4744-b15b-95b44d77465f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.2;
}#s-f82e2f0a-1a40-4744-b15b-95b44d77465f.shg-box.shg-c {
  justify-content: center;
}

#s-4452a0bb-2df3-4ac2-9d11-4031b28154bc {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 10px;
text-align: left;
}

#s-4452a0bb-2df3-4ac2-9d11-4031b28154bc .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-11ee4d5c-b784-4c47-b3c1-e23180e68c49 {
  margin-top: 0px;
margin-left: 5px;
margin-bottom: 0px;
margin-right: 5px;
min-height: 50px;
background-color: rgba(222, 222, 222, 1);
}








#s-11ee4d5c-b784-4c47-b3c1-e23180e68c49 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.3;
}#s-11ee4d5c-b784-4c47-b3c1-e23180e68c49.shg-box.shg-c {
  justify-content: center;
}

#s-a3a75c0f-db98-40f7-9a5a-90fdcbb4a982 {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 10px;
text-align: left;
}

#s-a3a75c0f-db98-40f7-9a5a-90fdcbb4a982 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-7f989ff0-f9c3-4e38-a4f5-700009be134b {
  margin-top: 3px;
margin-left: 0px;
margin-bottom: 3px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-7f989ff0-f9c3-4e38-a4f5-700009be134b"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-7f989ff0-f9c3-4e38-a4f5-700009be134b"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-7f989ff0-f9c3-4e38-a4f5-700009be134b"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-7f989ff0-f9c3-4e38-a4f5-700009be134b"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-7f989ff0-f9c3-4e38-a4f5-700009be134b"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-7f989ff0-f9c3-4e38-a4f5-700009be134b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-7f989ff0-f9c3-4e38-a4f5-700009be134b"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-7f989ff0-f9c3-4e38-a4f5-700009be134b"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-7f989ff0-f9c3-4e38-a4f5-700009be134b"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-7f989ff0-f9c3-4e38-a4f5-700009be134b"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-7f989ff0-f9c3-4e38-a4f5-700009be134b"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-7f989ff0-f9c3-4e38-a4f5-700009be134b"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 768px) {
[id="s-7f989ff0-f9c3-4e38-a4f5-700009be134b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-7f989ff0-f9c3-4e38-a4f5-700009be134b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-7f989ff0-f9c3-4e38-a4f5-700009be134b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-7f989ff0-f9c3-4e38-a4f5-700009be134b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-7f989ff0-f9c3-4e38-a4f5-700009be134b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-7f989ff0-f9c3-4e38-a4f5-700009be134b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-7f989ff0-f9c3-4e38-a4f5-700009be134b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-7f989ff0-f9c3-4e38-a4f5-700009be134b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-7f989ff0-f9c3-4e38-a4f5-700009be134b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-7f989ff0-f9c3-4e38-a4f5-700009be134b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-7f989ff0-f9c3-4e38-a4f5-700009be134b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-7f989ff0-f9c3-4e38-a4f5-700009be134b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-7f989ff0-f9c3-4e38-a4f5-700009be134b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-7f989ff0-f9c3-4e38-a4f5-700009be134b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-7f989ff0-f9c3-4e38-a4f5-700009be134b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-7f989ff0-f9c3-4e38-a4f5-700009be134b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-7f989ff0-f9c3-4e38-a4f5-700009be134b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-7f989ff0-f9c3-4e38-a4f5-700009be134b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-7f989ff0-f9c3-4e38-a4f5-700009be134b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-7f989ff0-f9c3-4e38-a4f5-700009be134b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-7f989ff0-f9c3-4e38-a4f5-700009be134b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-7f989ff0-f9c3-4e38-a4f5-700009be134b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-7f989ff0-f9c3-4e38-a4f5-700009be134b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-7f989ff0-f9c3-4e38-a4f5-700009be134b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-7f989ff0-f9c3-4e38-a4f5-700009be134b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-7f989ff0-f9c3-4e38-a4f5-700009be134b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-7f989ff0-f9c3-4e38-a4f5-700009be134b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-7f989ff0-f9c3-4e38-a4f5-700009be134b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-7f989ff0-f9c3-4e38-a4f5-700009be134b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-7f989ff0-f9c3-4e38-a4f5-700009be134b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-7f989ff0-f9c3-4e38-a4f5-700009be134b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-7f989ff0-f9c3-4e38-a4f5-700009be134b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-7f989ff0-f9c3-4e38-a4f5-700009be134b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-7f989ff0-f9c3-4e38-a4f5-700009be134b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-7f989ff0-f9c3-4e38-a4f5-700009be134b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-7f989ff0-f9c3-4e38-a4f5-700009be134b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 1.0px);
}

}

#s-809da67e-08bc-4757-b57a-7d24dc627f10 {
  margin-top: 0px;
margin-left: 5px;
margin-bottom: 0px;
margin-right: 5px;
min-height: 50px;
background-color: rgba(239, 239, 239, 1);
}








#s-809da67e-08bc-4757-b57a-7d24dc627f10 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.2;
}#s-809da67e-08bc-4757-b57a-7d24dc627f10.shg-box.shg-c {
  justify-content: center;
}

#s-e44eda38-fe9e-445a-bcae-63b7353e3cb3 {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 10px;
text-align: left;
}

#s-e44eda38-fe9e-445a-bcae-63b7353e3cb3 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-ebb01ceb-44ac-48b0-8260-ea3a9703d70e {
  margin-top: 0px;
margin-left: 5px;
margin-bottom: 0px;
margin-right: 5px;
min-height: 50px;
background-color: rgba(222, 222, 222, 1);
}








#s-ebb01ceb-44ac-48b0-8260-ea3a9703d70e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.3;
}#s-ebb01ceb-44ac-48b0-8260-ea3a9703d70e.shg-box.shg-c {
  justify-content: center;
}

#s-289abd42-5363-41b1-97fe-a2e64ae851ac {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 10px;
text-align: left;
}

#s-289abd42-5363-41b1-97fe-a2e64ae851ac .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-7951c26f-a72e-4bf7-aa18-9a726c07ef1f {
  margin-top: 3px;
margin-left: 0px;
margin-bottom: 3px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-7951c26f-a72e-4bf7-aa18-9a726c07ef1f"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-7951c26f-a72e-4bf7-aa18-9a726c07ef1f"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-7951c26f-a72e-4bf7-aa18-9a726c07ef1f"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-7951c26f-a72e-4bf7-aa18-9a726c07ef1f"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-7951c26f-a72e-4bf7-aa18-9a726c07ef1f"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-7951c26f-a72e-4bf7-aa18-9a726c07ef1f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-7951c26f-a72e-4bf7-aa18-9a726c07ef1f"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-7951c26f-a72e-4bf7-aa18-9a726c07ef1f"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-7951c26f-a72e-4bf7-aa18-9a726c07ef1f"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-7951c26f-a72e-4bf7-aa18-9a726c07ef1f"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-7951c26f-a72e-4bf7-aa18-9a726c07ef1f"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-7951c26f-a72e-4bf7-aa18-9a726c07ef1f"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 768px) {
[id="s-7951c26f-a72e-4bf7-aa18-9a726c07ef1f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-7951c26f-a72e-4bf7-aa18-9a726c07ef1f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-7951c26f-a72e-4bf7-aa18-9a726c07ef1f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-7951c26f-a72e-4bf7-aa18-9a726c07ef1f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-7951c26f-a72e-4bf7-aa18-9a726c07ef1f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-7951c26f-a72e-4bf7-aa18-9a726c07ef1f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-7951c26f-a72e-4bf7-aa18-9a726c07ef1f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-7951c26f-a72e-4bf7-aa18-9a726c07ef1f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-7951c26f-a72e-4bf7-aa18-9a726c07ef1f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-7951c26f-a72e-4bf7-aa18-9a726c07ef1f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-7951c26f-a72e-4bf7-aa18-9a726c07ef1f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-7951c26f-a72e-4bf7-aa18-9a726c07ef1f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-7951c26f-a72e-4bf7-aa18-9a726c07ef1f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-7951c26f-a72e-4bf7-aa18-9a726c07ef1f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-7951c26f-a72e-4bf7-aa18-9a726c07ef1f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-7951c26f-a72e-4bf7-aa18-9a726c07ef1f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-7951c26f-a72e-4bf7-aa18-9a726c07ef1f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-7951c26f-a72e-4bf7-aa18-9a726c07ef1f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-7951c26f-a72e-4bf7-aa18-9a726c07ef1f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-7951c26f-a72e-4bf7-aa18-9a726c07ef1f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-7951c26f-a72e-4bf7-aa18-9a726c07ef1f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-7951c26f-a72e-4bf7-aa18-9a726c07ef1f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-7951c26f-a72e-4bf7-aa18-9a726c07ef1f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-7951c26f-a72e-4bf7-aa18-9a726c07ef1f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-7951c26f-a72e-4bf7-aa18-9a726c07ef1f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-7951c26f-a72e-4bf7-aa18-9a726c07ef1f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-7951c26f-a72e-4bf7-aa18-9a726c07ef1f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-7951c26f-a72e-4bf7-aa18-9a726c07ef1f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-7951c26f-a72e-4bf7-aa18-9a726c07ef1f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-7951c26f-a72e-4bf7-aa18-9a726c07ef1f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-7951c26f-a72e-4bf7-aa18-9a726c07ef1f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-7951c26f-a72e-4bf7-aa18-9a726c07ef1f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-7951c26f-a72e-4bf7-aa18-9a726c07ef1f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-7951c26f-a72e-4bf7-aa18-9a726c07ef1f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-7951c26f-a72e-4bf7-aa18-9a726c07ef1f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-7951c26f-a72e-4bf7-aa18-9a726c07ef1f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 1.0px);
}

}

#s-095c1bc5-8210-428d-8845-414a21d45ceb {
  margin-top: 0px;
margin-left: 5px;
margin-bottom: 0px;
margin-right: 5px;
min-height: 50px;
background-color: rgba(239, 239, 239, 1);
}








#s-095c1bc5-8210-428d-8845-414a21d45ceb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.2;
}#s-095c1bc5-8210-428d-8845-414a21d45ceb.shg-box.shg-c {
  justify-content: center;
}

#s-6481cb25-77a3-4297-8b87-d950b94fdd9b {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 10px;
text-align: left;
}

#s-6481cb25-77a3-4297-8b87-d950b94fdd9b .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-4c0c0df0-7257-4240-afee-2a6103d491cd {
  margin-top: 0px;
margin-left: 5px;
margin-bottom: 0px;
margin-right: 5px;
min-height: 50px;
background-color: rgba(222, 222, 222, 1);
}








#s-4c0c0df0-7257-4240-afee-2a6103d491cd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.3;
}#s-4c0c0df0-7257-4240-afee-2a6103d491cd.shg-box.shg-c {
  justify-content: center;
}

#s-3a93c74a-6167-4d1a-85f8-0c01758ce9c5 {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 10px;
text-align: left;
}

#s-3a93c74a-6167-4d1a-85f8-0c01758ce9c5 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-35eb26b1-3ae8-4450-97a9-fb803b64687e {
  margin-top: 3px;
margin-left: 0px;
margin-bottom: 3px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-35eb26b1-3ae8-4450-97a9-fb803b64687e"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-35eb26b1-3ae8-4450-97a9-fb803b64687e"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-35eb26b1-3ae8-4450-97a9-fb803b64687e"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-35eb26b1-3ae8-4450-97a9-fb803b64687e"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-35eb26b1-3ae8-4450-97a9-fb803b64687e"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-35eb26b1-3ae8-4450-97a9-fb803b64687e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-35eb26b1-3ae8-4450-97a9-fb803b64687e"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-35eb26b1-3ae8-4450-97a9-fb803b64687e"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-35eb26b1-3ae8-4450-97a9-fb803b64687e"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-35eb26b1-3ae8-4450-97a9-fb803b64687e"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-35eb26b1-3ae8-4450-97a9-fb803b64687e"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-35eb26b1-3ae8-4450-97a9-fb803b64687e"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 768px) {
[id="s-35eb26b1-3ae8-4450-97a9-fb803b64687e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-35eb26b1-3ae8-4450-97a9-fb803b64687e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-35eb26b1-3ae8-4450-97a9-fb803b64687e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-35eb26b1-3ae8-4450-97a9-fb803b64687e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-35eb26b1-3ae8-4450-97a9-fb803b64687e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-35eb26b1-3ae8-4450-97a9-fb803b64687e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-35eb26b1-3ae8-4450-97a9-fb803b64687e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-35eb26b1-3ae8-4450-97a9-fb803b64687e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-35eb26b1-3ae8-4450-97a9-fb803b64687e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-35eb26b1-3ae8-4450-97a9-fb803b64687e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-35eb26b1-3ae8-4450-97a9-fb803b64687e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-35eb26b1-3ae8-4450-97a9-fb803b64687e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-35eb26b1-3ae8-4450-97a9-fb803b64687e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-35eb26b1-3ae8-4450-97a9-fb803b64687e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-35eb26b1-3ae8-4450-97a9-fb803b64687e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-35eb26b1-3ae8-4450-97a9-fb803b64687e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-35eb26b1-3ae8-4450-97a9-fb803b64687e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-35eb26b1-3ae8-4450-97a9-fb803b64687e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-35eb26b1-3ae8-4450-97a9-fb803b64687e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-35eb26b1-3ae8-4450-97a9-fb803b64687e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-35eb26b1-3ae8-4450-97a9-fb803b64687e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-35eb26b1-3ae8-4450-97a9-fb803b64687e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-35eb26b1-3ae8-4450-97a9-fb803b64687e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-35eb26b1-3ae8-4450-97a9-fb803b64687e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-35eb26b1-3ae8-4450-97a9-fb803b64687e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-35eb26b1-3ae8-4450-97a9-fb803b64687e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-35eb26b1-3ae8-4450-97a9-fb803b64687e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-35eb26b1-3ae8-4450-97a9-fb803b64687e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-35eb26b1-3ae8-4450-97a9-fb803b64687e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-35eb26b1-3ae8-4450-97a9-fb803b64687e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-35eb26b1-3ae8-4450-97a9-fb803b64687e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-35eb26b1-3ae8-4450-97a9-fb803b64687e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-35eb26b1-3ae8-4450-97a9-fb803b64687e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-35eb26b1-3ae8-4450-97a9-fb803b64687e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-35eb26b1-3ae8-4450-97a9-fb803b64687e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-35eb26b1-3ae8-4450-97a9-fb803b64687e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 1.0px);
}

}

#s-955c0eb8-97f0-4819-a5a9-01689a4f2ae6 {
  margin-top: 0px;
margin-left: 5px;
margin-bottom: 0px;
margin-right: 5px;
min-height: 50px;
background-color: rgba(239, 239, 239, 1);
}








#s-955c0eb8-97f0-4819-a5a9-01689a4f2ae6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.2;
}#s-955c0eb8-97f0-4819-a5a9-01689a4f2ae6.shg-box.shg-c {
  justify-content: center;
}

#s-e47b13fd-8f7b-4fec-ae81-49497802247e {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 10px;
text-align: left;
}

#s-e47b13fd-8f7b-4fec-ae81-49497802247e .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-6adefc17-11e0-4e07-8598-e7f41b86e547 {
  margin-top: 0px;
margin-left: 5px;
margin-bottom: 0px;
margin-right: 5px;
min-height: 50px;
background-color: rgba(222, 222, 222, 1);
}








#s-6adefc17-11e0-4e07-8598-e7f41b86e547 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.3;
}#s-6adefc17-11e0-4e07-8598-e7f41b86e547.shg-box.shg-c {
  justify-content: center;
}

#s-60ec85b7-12f1-41f3-971f-faab1e7e3331 {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 10px;
text-align: left;
}

#s-60ec85b7-12f1-41f3-971f-faab1e7e3331 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-42aacfc2-c78f-4dfb-a78f-de6d812bab71 {
  margin-top: 3px;
margin-left: 0px;
margin-bottom: 3px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-42aacfc2-c78f-4dfb-a78f-de6d812bab71"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-42aacfc2-c78f-4dfb-a78f-de6d812bab71"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-42aacfc2-c78f-4dfb-a78f-de6d812bab71"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-42aacfc2-c78f-4dfb-a78f-de6d812bab71"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-42aacfc2-c78f-4dfb-a78f-de6d812bab71"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-42aacfc2-c78f-4dfb-a78f-de6d812bab71"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-42aacfc2-c78f-4dfb-a78f-de6d812bab71"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-42aacfc2-c78f-4dfb-a78f-de6d812bab71"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-42aacfc2-c78f-4dfb-a78f-de6d812bab71"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-42aacfc2-c78f-4dfb-a78f-de6d812bab71"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-42aacfc2-c78f-4dfb-a78f-de6d812bab71"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-42aacfc2-c78f-4dfb-a78f-de6d812bab71"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 768px) {
[id="s-42aacfc2-c78f-4dfb-a78f-de6d812bab71"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-42aacfc2-c78f-4dfb-a78f-de6d812bab71"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-42aacfc2-c78f-4dfb-a78f-de6d812bab71"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-42aacfc2-c78f-4dfb-a78f-de6d812bab71"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-42aacfc2-c78f-4dfb-a78f-de6d812bab71"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-42aacfc2-c78f-4dfb-a78f-de6d812bab71"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-42aacfc2-c78f-4dfb-a78f-de6d812bab71"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-42aacfc2-c78f-4dfb-a78f-de6d812bab71"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-42aacfc2-c78f-4dfb-a78f-de6d812bab71"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-42aacfc2-c78f-4dfb-a78f-de6d812bab71"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-42aacfc2-c78f-4dfb-a78f-de6d812bab71"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-42aacfc2-c78f-4dfb-a78f-de6d812bab71"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-42aacfc2-c78f-4dfb-a78f-de6d812bab71"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-42aacfc2-c78f-4dfb-a78f-de6d812bab71"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-42aacfc2-c78f-4dfb-a78f-de6d812bab71"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-42aacfc2-c78f-4dfb-a78f-de6d812bab71"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-42aacfc2-c78f-4dfb-a78f-de6d812bab71"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-42aacfc2-c78f-4dfb-a78f-de6d812bab71"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-42aacfc2-c78f-4dfb-a78f-de6d812bab71"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-42aacfc2-c78f-4dfb-a78f-de6d812bab71"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-42aacfc2-c78f-4dfb-a78f-de6d812bab71"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-42aacfc2-c78f-4dfb-a78f-de6d812bab71"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-42aacfc2-c78f-4dfb-a78f-de6d812bab71"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-42aacfc2-c78f-4dfb-a78f-de6d812bab71"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-42aacfc2-c78f-4dfb-a78f-de6d812bab71"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-42aacfc2-c78f-4dfb-a78f-de6d812bab71"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-42aacfc2-c78f-4dfb-a78f-de6d812bab71"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-42aacfc2-c78f-4dfb-a78f-de6d812bab71"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-42aacfc2-c78f-4dfb-a78f-de6d812bab71"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-42aacfc2-c78f-4dfb-a78f-de6d812bab71"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-42aacfc2-c78f-4dfb-a78f-de6d812bab71"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-42aacfc2-c78f-4dfb-a78f-de6d812bab71"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-42aacfc2-c78f-4dfb-a78f-de6d812bab71"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-42aacfc2-c78f-4dfb-a78f-de6d812bab71"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-42aacfc2-c78f-4dfb-a78f-de6d812bab71"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-42aacfc2-c78f-4dfb-a78f-de6d812bab71"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 1.0px);
}

}

#s-4b8450ca-e2b4-4618-be2f-b172747d9cfc {
  margin-top: 0px;
margin-left: 5px;
margin-bottom: 0px;
margin-right: 5px;
min-height: 50px;
background-color: rgba(239, 239, 239, 1);
}








#s-4b8450ca-e2b4-4618-be2f-b172747d9cfc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.2;
}#s-4b8450ca-e2b4-4618-be2f-b172747d9cfc.shg-box.shg-c {
  justify-content: center;
}

#s-35b9a8bd-d3c2-4fcb-bf86-69e96b3da434 {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 10px;
text-align: left;
}

#s-35b9a8bd-d3c2-4fcb-bf86-69e96b3da434 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-30c8b8c8-1126-4dcb-ba93-98841ae0b783 {
  margin-top: 0px;
margin-left: 5px;
margin-bottom: 0px;
margin-right: 5px;
min-height: 50px;
background-color: rgba(222, 222, 222, 1);
}








#s-30c8b8c8-1126-4dcb-ba93-98841ae0b783 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.3;
}#s-30c8b8c8-1126-4dcb-ba93-98841ae0b783.shg-box.shg-c {
  justify-content: center;
}

#s-0a231ede-5ec5-43de-b876-cc381465b684 {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 10px;
text-align: left;
}

#s-0a231ede-5ec5-43de-b876-cc381465b684 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-2f287dd1-c514-455c-b093-f65450e0b473 {
  margin-top: 3px;
margin-left: 0px;
margin-bottom: 3px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-2f287dd1-c514-455c-b093-f65450e0b473"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-2f287dd1-c514-455c-b093-f65450e0b473"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-2f287dd1-c514-455c-b093-f65450e0b473"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-2f287dd1-c514-455c-b093-f65450e0b473"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-2f287dd1-c514-455c-b093-f65450e0b473"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-2f287dd1-c514-455c-b093-f65450e0b473"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-2f287dd1-c514-455c-b093-f65450e0b473"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-2f287dd1-c514-455c-b093-f65450e0b473"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-2f287dd1-c514-455c-b093-f65450e0b473"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-2f287dd1-c514-455c-b093-f65450e0b473"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-2f287dd1-c514-455c-b093-f65450e0b473"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-2f287dd1-c514-455c-b093-f65450e0b473"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 768px) {
[id="s-2f287dd1-c514-455c-b093-f65450e0b473"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-2f287dd1-c514-455c-b093-f65450e0b473"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-2f287dd1-c514-455c-b093-f65450e0b473"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-2f287dd1-c514-455c-b093-f65450e0b473"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-2f287dd1-c514-455c-b093-f65450e0b473"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-2f287dd1-c514-455c-b093-f65450e0b473"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-2f287dd1-c514-455c-b093-f65450e0b473"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-2f287dd1-c514-455c-b093-f65450e0b473"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-2f287dd1-c514-455c-b093-f65450e0b473"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-2f287dd1-c514-455c-b093-f65450e0b473"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-2f287dd1-c514-455c-b093-f65450e0b473"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-2f287dd1-c514-455c-b093-f65450e0b473"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-2f287dd1-c514-455c-b093-f65450e0b473"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-2f287dd1-c514-455c-b093-f65450e0b473"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-2f287dd1-c514-455c-b093-f65450e0b473"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-2f287dd1-c514-455c-b093-f65450e0b473"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-2f287dd1-c514-455c-b093-f65450e0b473"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-2f287dd1-c514-455c-b093-f65450e0b473"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-2f287dd1-c514-455c-b093-f65450e0b473"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-2f287dd1-c514-455c-b093-f65450e0b473"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-2f287dd1-c514-455c-b093-f65450e0b473"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-2f287dd1-c514-455c-b093-f65450e0b473"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-2f287dd1-c514-455c-b093-f65450e0b473"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-2f287dd1-c514-455c-b093-f65450e0b473"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-2f287dd1-c514-455c-b093-f65450e0b473"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-2f287dd1-c514-455c-b093-f65450e0b473"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-2f287dd1-c514-455c-b093-f65450e0b473"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-2f287dd1-c514-455c-b093-f65450e0b473"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-2f287dd1-c514-455c-b093-f65450e0b473"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-2f287dd1-c514-455c-b093-f65450e0b473"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-2f287dd1-c514-455c-b093-f65450e0b473"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-2f287dd1-c514-455c-b093-f65450e0b473"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-2f287dd1-c514-455c-b093-f65450e0b473"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-2f287dd1-c514-455c-b093-f65450e0b473"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-2f287dd1-c514-455c-b093-f65450e0b473"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-2f287dd1-c514-455c-b093-f65450e0b473"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 1.0px);
}

}

#s-b5b1ac14-55d8-4492-9567-4037d89ff6e0 {
  margin-top: 0px;
margin-left: 5px;
margin-bottom: 0px;
margin-right: 5px;
min-height: 50px;
background-color: rgba(239, 239, 239, 1);
}








#s-b5b1ac14-55d8-4492-9567-4037d89ff6e0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.2;
}#s-b5b1ac14-55d8-4492-9567-4037d89ff6e0.shg-box.shg-c {
  justify-content: center;
}

#s-614bdf2f-7e75-4086-90df-d99ab5ee2a9b {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 10px;
text-align: left;
}

#s-614bdf2f-7e75-4086-90df-d99ab5ee2a9b .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-4df22b0c-8bce-4900-b941-233d3db4cf8c {
  margin-top: 0px;
margin-left: 5px;
margin-bottom: 0px;
margin-right: 5px;
min-height: 50px;
background-color: rgba(222, 222, 222, 1);
}








#s-4df22b0c-8bce-4900-b941-233d3db4cf8c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.3;
}#s-4df22b0c-8bce-4900-b941-233d3db4cf8c.shg-box.shg-c {
  justify-content: center;
}

#s-1b103336-7ec4-4e62-8438-e9a6a5d2cb76 {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 10px;
text-align: left;
}

#s-1b103336-7ec4-4e62-8438-e9a6a5d2cb76 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-1d8eb483-0ac6-4a04-abb2-a8101ba84327 {
  margin-top: 3px;
margin-left: 0px;
margin-bottom: 3px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-1d8eb483-0ac6-4a04-abb2-a8101ba84327"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-1d8eb483-0ac6-4a04-abb2-a8101ba84327"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-1d8eb483-0ac6-4a04-abb2-a8101ba84327"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-1d8eb483-0ac6-4a04-abb2-a8101ba84327"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-1d8eb483-0ac6-4a04-abb2-a8101ba84327"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-1d8eb483-0ac6-4a04-abb2-a8101ba84327"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-1d8eb483-0ac6-4a04-abb2-a8101ba84327"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-1d8eb483-0ac6-4a04-abb2-a8101ba84327"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-1d8eb483-0ac6-4a04-abb2-a8101ba84327"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-1d8eb483-0ac6-4a04-abb2-a8101ba84327"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-1d8eb483-0ac6-4a04-abb2-a8101ba84327"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-1d8eb483-0ac6-4a04-abb2-a8101ba84327"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 768px) {
[id="s-1d8eb483-0ac6-4a04-abb2-a8101ba84327"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-1d8eb483-0ac6-4a04-abb2-a8101ba84327"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-1d8eb483-0ac6-4a04-abb2-a8101ba84327"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-1d8eb483-0ac6-4a04-abb2-a8101ba84327"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-1d8eb483-0ac6-4a04-abb2-a8101ba84327"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-1d8eb483-0ac6-4a04-abb2-a8101ba84327"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-1d8eb483-0ac6-4a04-abb2-a8101ba84327"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-1d8eb483-0ac6-4a04-abb2-a8101ba84327"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-1d8eb483-0ac6-4a04-abb2-a8101ba84327"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-1d8eb483-0ac6-4a04-abb2-a8101ba84327"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-1d8eb483-0ac6-4a04-abb2-a8101ba84327"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-1d8eb483-0ac6-4a04-abb2-a8101ba84327"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-1d8eb483-0ac6-4a04-abb2-a8101ba84327"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-1d8eb483-0ac6-4a04-abb2-a8101ba84327"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-1d8eb483-0ac6-4a04-abb2-a8101ba84327"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-1d8eb483-0ac6-4a04-abb2-a8101ba84327"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-1d8eb483-0ac6-4a04-abb2-a8101ba84327"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-1d8eb483-0ac6-4a04-abb2-a8101ba84327"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-1d8eb483-0ac6-4a04-abb2-a8101ba84327"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-1d8eb483-0ac6-4a04-abb2-a8101ba84327"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-1d8eb483-0ac6-4a04-abb2-a8101ba84327"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-1d8eb483-0ac6-4a04-abb2-a8101ba84327"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-1d8eb483-0ac6-4a04-abb2-a8101ba84327"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-1d8eb483-0ac6-4a04-abb2-a8101ba84327"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-1d8eb483-0ac6-4a04-abb2-a8101ba84327"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-1d8eb483-0ac6-4a04-abb2-a8101ba84327"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-1d8eb483-0ac6-4a04-abb2-a8101ba84327"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-1d8eb483-0ac6-4a04-abb2-a8101ba84327"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-1d8eb483-0ac6-4a04-abb2-a8101ba84327"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-1d8eb483-0ac6-4a04-abb2-a8101ba84327"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-1d8eb483-0ac6-4a04-abb2-a8101ba84327"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-1d8eb483-0ac6-4a04-abb2-a8101ba84327"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-1d8eb483-0ac6-4a04-abb2-a8101ba84327"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-1d8eb483-0ac6-4a04-abb2-a8101ba84327"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-1d8eb483-0ac6-4a04-abb2-a8101ba84327"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-1d8eb483-0ac6-4a04-abb2-a8101ba84327"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 1.0px);
}

}

#s-138cc3c0-d1f6-44ca-b8ff-a3823d0bb9d0 {
  margin-top: 0px;
margin-left: 5px;
margin-bottom: 0px;
margin-right: 5px;
min-height: 50px;
background-color: rgba(239, 239, 239, 1);
}








#s-138cc3c0-d1f6-44ca-b8ff-a3823d0bb9d0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.2;
}#s-138cc3c0-d1f6-44ca-b8ff-a3823d0bb9d0.shg-box.shg-c {
  justify-content: center;
}

#s-49237eda-2c64-4fb7-870b-be3ad7da188a {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 10px;
text-align: left;
}

#s-49237eda-2c64-4fb7-870b-be3ad7da188a .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-b9ebc248-b5ba-41c7-9594-bb716791d1f0 {
  margin-top: 0px;
margin-left: 5px;
margin-bottom: 0px;
margin-right: 5px;
min-height: 50px;
background-color: rgba(222, 222, 222, 1);
}








#s-b9ebc248-b5ba-41c7-9594-bb716791d1f0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.3;
}#s-b9ebc248-b5ba-41c7-9594-bb716791d1f0.shg-box.shg-c {
  justify-content: center;
}

#s-e2f96f3e-505b-4881-8a47-1c350f8abad6 {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 10px;
text-align: left;
}

#s-e2f96f3e-505b-4881-8a47-1c350f8abad6 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-0c482908-c4ad-4257-9687-33908de6eef2 {
  margin-top: 3px;
margin-left: 0px;
margin-bottom: 3px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-0c482908-c4ad-4257-9687-33908de6eef2"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-0c482908-c4ad-4257-9687-33908de6eef2"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-0c482908-c4ad-4257-9687-33908de6eef2"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-0c482908-c4ad-4257-9687-33908de6eef2"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-0c482908-c4ad-4257-9687-33908de6eef2"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-0c482908-c4ad-4257-9687-33908de6eef2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-0c482908-c4ad-4257-9687-33908de6eef2"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-0c482908-c4ad-4257-9687-33908de6eef2"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-0c482908-c4ad-4257-9687-33908de6eef2"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-0c482908-c4ad-4257-9687-33908de6eef2"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-0c482908-c4ad-4257-9687-33908de6eef2"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-0c482908-c4ad-4257-9687-33908de6eef2"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 768px) {
[id="s-0c482908-c4ad-4257-9687-33908de6eef2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-0c482908-c4ad-4257-9687-33908de6eef2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-0c482908-c4ad-4257-9687-33908de6eef2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-0c482908-c4ad-4257-9687-33908de6eef2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-0c482908-c4ad-4257-9687-33908de6eef2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-0c482908-c4ad-4257-9687-33908de6eef2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-0c482908-c4ad-4257-9687-33908de6eef2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-0c482908-c4ad-4257-9687-33908de6eef2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-0c482908-c4ad-4257-9687-33908de6eef2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-0c482908-c4ad-4257-9687-33908de6eef2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-0c482908-c4ad-4257-9687-33908de6eef2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-0c482908-c4ad-4257-9687-33908de6eef2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-0c482908-c4ad-4257-9687-33908de6eef2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-0c482908-c4ad-4257-9687-33908de6eef2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-0c482908-c4ad-4257-9687-33908de6eef2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-0c482908-c4ad-4257-9687-33908de6eef2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-0c482908-c4ad-4257-9687-33908de6eef2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-0c482908-c4ad-4257-9687-33908de6eef2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-0c482908-c4ad-4257-9687-33908de6eef2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-0c482908-c4ad-4257-9687-33908de6eef2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-0c482908-c4ad-4257-9687-33908de6eef2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-0c482908-c4ad-4257-9687-33908de6eef2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-0c482908-c4ad-4257-9687-33908de6eef2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-0c482908-c4ad-4257-9687-33908de6eef2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-0c482908-c4ad-4257-9687-33908de6eef2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-0c482908-c4ad-4257-9687-33908de6eef2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-0c482908-c4ad-4257-9687-33908de6eef2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-0c482908-c4ad-4257-9687-33908de6eef2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-0c482908-c4ad-4257-9687-33908de6eef2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-0c482908-c4ad-4257-9687-33908de6eef2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-0c482908-c4ad-4257-9687-33908de6eef2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-0c482908-c4ad-4257-9687-33908de6eef2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-0c482908-c4ad-4257-9687-33908de6eef2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-0c482908-c4ad-4257-9687-33908de6eef2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-0c482908-c4ad-4257-9687-33908de6eef2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-0c482908-c4ad-4257-9687-33908de6eef2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 1.0px);
}

}

#s-0db3419a-c73f-48d0-a82e-cc8ce0aa8915 {
  margin-top: 0px;
margin-left: 5px;
margin-bottom: 0px;
margin-right: 5px;
min-height: 50px;
background-color: rgba(239, 239, 239, 1);
}








#s-0db3419a-c73f-48d0-a82e-cc8ce0aa8915 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.2;
}#s-0db3419a-c73f-48d0-a82e-cc8ce0aa8915.shg-box.shg-c {
  justify-content: center;
}

#s-34a7e0cc-c926-49f8-9af1-01ac60268e72 {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 10px;
text-align: left;
}

#s-34a7e0cc-c926-49f8-9af1-01ac60268e72 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-95a3d662-d746-4381-9f9a-f31fe85c5844 {
  margin-top: 0px;
margin-left: 5px;
margin-bottom: 0px;
margin-right: 5px;
min-height: 50px;
background-color: rgba(222, 222, 222, 1);
}








#s-95a3d662-d746-4381-9f9a-f31fe85c5844 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.3;
}#s-95a3d662-d746-4381-9f9a-f31fe85c5844.shg-box.shg-c {
  justify-content: center;
}

#s-109f19eb-d05f-41ff-b65b-5a50ac67744a {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 10px;
text-align: left;
}

#s-109f19eb-d05f-41ff-b65b-5a50ac67744a .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-8bd6be99-c971-4602-bf64-84363242da30 {
  margin-top: 3px;
margin-left: 0px;
margin-bottom: 3px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-8bd6be99-c971-4602-bf64-84363242da30"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-8bd6be99-c971-4602-bf64-84363242da30"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-8bd6be99-c971-4602-bf64-84363242da30"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-8bd6be99-c971-4602-bf64-84363242da30"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-8bd6be99-c971-4602-bf64-84363242da30"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-8bd6be99-c971-4602-bf64-84363242da30"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-8bd6be99-c971-4602-bf64-84363242da30"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-8bd6be99-c971-4602-bf64-84363242da30"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-8bd6be99-c971-4602-bf64-84363242da30"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-8bd6be99-c971-4602-bf64-84363242da30"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-8bd6be99-c971-4602-bf64-84363242da30"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-8bd6be99-c971-4602-bf64-84363242da30"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 768px) {
[id="s-8bd6be99-c971-4602-bf64-84363242da30"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-8bd6be99-c971-4602-bf64-84363242da30"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-8bd6be99-c971-4602-bf64-84363242da30"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-8bd6be99-c971-4602-bf64-84363242da30"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-8bd6be99-c971-4602-bf64-84363242da30"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-8bd6be99-c971-4602-bf64-84363242da30"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-8bd6be99-c971-4602-bf64-84363242da30"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-8bd6be99-c971-4602-bf64-84363242da30"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-8bd6be99-c971-4602-bf64-84363242da30"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-8bd6be99-c971-4602-bf64-84363242da30"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-8bd6be99-c971-4602-bf64-84363242da30"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-8bd6be99-c971-4602-bf64-84363242da30"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-8bd6be99-c971-4602-bf64-84363242da30"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-8bd6be99-c971-4602-bf64-84363242da30"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-8bd6be99-c971-4602-bf64-84363242da30"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-8bd6be99-c971-4602-bf64-84363242da30"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-8bd6be99-c971-4602-bf64-84363242da30"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-8bd6be99-c971-4602-bf64-84363242da30"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-8bd6be99-c971-4602-bf64-84363242da30"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-8bd6be99-c971-4602-bf64-84363242da30"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-8bd6be99-c971-4602-bf64-84363242da30"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-8bd6be99-c971-4602-bf64-84363242da30"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-8bd6be99-c971-4602-bf64-84363242da30"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-8bd6be99-c971-4602-bf64-84363242da30"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-8bd6be99-c971-4602-bf64-84363242da30"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-8bd6be99-c971-4602-bf64-84363242da30"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-8bd6be99-c971-4602-bf64-84363242da30"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-8bd6be99-c971-4602-bf64-84363242da30"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-8bd6be99-c971-4602-bf64-84363242da30"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-8bd6be99-c971-4602-bf64-84363242da30"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-8bd6be99-c971-4602-bf64-84363242da30"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-8bd6be99-c971-4602-bf64-84363242da30"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-8bd6be99-c971-4602-bf64-84363242da30"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-8bd6be99-c971-4602-bf64-84363242da30"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-8bd6be99-c971-4602-bf64-84363242da30"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-8bd6be99-c971-4602-bf64-84363242da30"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 1.0px);
}

}

#s-1f08d386-f9a9-48c9-b801-978a27a8235f {
  margin-top: 0px;
margin-left: 5px;
margin-bottom: 0px;
margin-right: 5px;
min-height: 50px;
background-color: rgba(239, 239, 239, 1);
}








#s-1f08d386-f9a9-48c9-b801-978a27a8235f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.2;
}#s-1f08d386-f9a9-48c9-b801-978a27a8235f.shg-box.shg-c {
  justify-content: center;
}

#s-6e8979a4-2800-4575-b814-402a606ce838 {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 10px;
text-align: left;
}

#s-6e8979a4-2800-4575-b814-402a606ce838 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-09ff8f02-b60b-4248-83e4-2f5a03a5d5b0 {
  margin-top: 0px;
margin-left: 5px;
margin-bottom: 0px;
margin-right: 5px;
min-height: 50px;
background-color: rgba(222, 222, 222, 1);
}








#s-09ff8f02-b60b-4248-83e4-2f5a03a5d5b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.3;
}#s-09ff8f02-b60b-4248-83e4-2f5a03a5d5b0.shg-box.shg-c {
  justify-content: center;
}

#s-e29aa6a1-8475-48d2-a0be-01eb58a7ccd2 {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 10px;
text-align: left;
}

#s-e29aa6a1-8475-48d2-a0be-01eb58a7ccd2 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-7dd56ac0-1284-4985-af0b-11385f126dc6 {
  margin-top: 3px;
margin-left: 0px;
margin-bottom: 3px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-7dd56ac0-1284-4985-af0b-11385f126dc6"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-7dd56ac0-1284-4985-af0b-11385f126dc6"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-7dd56ac0-1284-4985-af0b-11385f126dc6"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-7dd56ac0-1284-4985-af0b-11385f126dc6"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-7dd56ac0-1284-4985-af0b-11385f126dc6"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-7dd56ac0-1284-4985-af0b-11385f126dc6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-7dd56ac0-1284-4985-af0b-11385f126dc6"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-7dd56ac0-1284-4985-af0b-11385f126dc6"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-7dd56ac0-1284-4985-af0b-11385f126dc6"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-7dd56ac0-1284-4985-af0b-11385f126dc6"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-7dd56ac0-1284-4985-af0b-11385f126dc6"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-7dd56ac0-1284-4985-af0b-11385f126dc6"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 768px) {
[id="s-7dd56ac0-1284-4985-af0b-11385f126dc6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-7dd56ac0-1284-4985-af0b-11385f126dc6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-7dd56ac0-1284-4985-af0b-11385f126dc6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-7dd56ac0-1284-4985-af0b-11385f126dc6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-7dd56ac0-1284-4985-af0b-11385f126dc6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-7dd56ac0-1284-4985-af0b-11385f126dc6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-7dd56ac0-1284-4985-af0b-11385f126dc6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-7dd56ac0-1284-4985-af0b-11385f126dc6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-7dd56ac0-1284-4985-af0b-11385f126dc6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-7dd56ac0-1284-4985-af0b-11385f126dc6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-7dd56ac0-1284-4985-af0b-11385f126dc6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-7dd56ac0-1284-4985-af0b-11385f126dc6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-7dd56ac0-1284-4985-af0b-11385f126dc6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-7dd56ac0-1284-4985-af0b-11385f126dc6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-7dd56ac0-1284-4985-af0b-11385f126dc6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-7dd56ac0-1284-4985-af0b-11385f126dc6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-7dd56ac0-1284-4985-af0b-11385f126dc6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-7dd56ac0-1284-4985-af0b-11385f126dc6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-7dd56ac0-1284-4985-af0b-11385f126dc6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-7dd56ac0-1284-4985-af0b-11385f126dc6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-7dd56ac0-1284-4985-af0b-11385f126dc6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-7dd56ac0-1284-4985-af0b-11385f126dc6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-7dd56ac0-1284-4985-af0b-11385f126dc6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-7dd56ac0-1284-4985-af0b-11385f126dc6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-7dd56ac0-1284-4985-af0b-11385f126dc6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-7dd56ac0-1284-4985-af0b-11385f126dc6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-7dd56ac0-1284-4985-af0b-11385f126dc6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-7dd56ac0-1284-4985-af0b-11385f126dc6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-7dd56ac0-1284-4985-af0b-11385f126dc6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-7dd56ac0-1284-4985-af0b-11385f126dc6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-7dd56ac0-1284-4985-af0b-11385f126dc6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-7dd56ac0-1284-4985-af0b-11385f126dc6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-7dd56ac0-1284-4985-af0b-11385f126dc6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-7dd56ac0-1284-4985-af0b-11385f126dc6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-7dd56ac0-1284-4985-af0b-11385f126dc6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-7dd56ac0-1284-4985-af0b-11385f126dc6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 1.0px);
}

}

#s-3dbebe1f-a7cd-4a0a-9eed-b951443b7e91 {
  margin-top: 0px;
margin-left: 5px;
margin-bottom: 0px;
margin-right: 5px;
min-height: 50px;
background-color: rgba(239, 239, 239, 1);
}








#s-3dbebe1f-a7cd-4a0a-9eed-b951443b7e91 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.2;
}#s-3dbebe1f-a7cd-4a0a-9eed-b951443b7e91.shg-box.shg-c {
  justify-content: center;
}

#s-99b12b2c-dbce-4382-82d5-0a03935fdb08 {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 10px;
text-align: left;
}

#s-99b12b2c-dbce-4382-82d5-0a03935fdb08 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-0c697eb5-51f2-4c52-a1e1-7d085a28af45 {
  margin-top: 0px;
margin-left: 5px;
margin-bottom: 0px;
margin-right: 5px;
min-height: 50px;
background-color: rgba(222, 222, 222, 1);
}








#s-0c697eb5-51f2-4c52-a1e1-7d085a28af45 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.3;
}#s-0c697eb5-51f2-4c52-a1e1-7d085a28af45.shg-box.shg-c {
  justify-content: center;
}

#s-44e51790-edc4-4055-b7ee-7cda201a0fb1 {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 10px;
text-align: left;
}

#s-44e51790-edc4-4055-b7ee-7cda201a0fb1 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-6ba3a988-33d4-44b0-985a-3acfe10ffc29 {
  margin-top: 3px;
margin-left: 0px;
margin-bottom: 3px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-6ba3a988-33d4-44b0-985a-3acfe10ffc29"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-6ba3a988-33d4-44b0-985a-3acfe10ffc29"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-6ba3a988-33d4-44b0-985a-3acfe10ffc29"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-6ba3a988-33d4-44b0-985a-3acfe10ffc29"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-6ba3a988-33d4-44b0-985a-3acfe10ffc29"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-6ba3a988-33d4-44b0-985a-3acfe10ffc29"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-6ba3a988-33d4-44b0-985a-3acfe10ffc29"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-6ba3a988-33d4-44b0-985a-3acfe10ffc29"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-6ba3a988-33d4-44b0-985a-3acfe10ffc29"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-6ba3a988-33d4-44b0-985a-3acfe10ffc29"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-6ba3a988-33d4-44b0-985a-3acfe10ffc29"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-6ba3a988-33d4-44b0-985a-3acfe10ffc29"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 768px) {
[id="s-6ba3a988-33d4-44b0-985a-3acfe10ffc29"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-6ba3a988-33d4-44b0-985a-3acfe10ffc29"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-6ba3a988-33d4-44b0-985a-3acfe10ffc29"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-6ba3a988-33d4-44b0-985a-3acfe10ffc29"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-6ba3a988-33d4-44b0-985a-3acfe10ffc29"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-6ba3a988-33d4-44b0-985a-3acfe10ffc29"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-6ba3a988-33d4-44b0-985a-3acfe10ffc29"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-6ba3a988-33d4-44b0-985a-3acfe10ffc29"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-6ba3a988-33d4-44b0-985a-3acfe10ffc29"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-6ba3a988-33d4-44b0-985a-3acfe10ffc29"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-6ba3a988-33d4-44b0-985a-3acfe10ffc29"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-6ba3a988-33d4-44b0-985a-3acfe10ffc29"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-6ba3a988-33d4-44b0-985a-3acfe10ffc29"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-6ba3a988-33d4-44b0-985a-3acfe10ffc29"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-6ba3a988-33d4-44b0-985a-3acfe10ffc29"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-6ba3a988-33d4-44b0-985a-3acfe10ffc29"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-6ba3a988-33d4-44b0-985a-3acfe10ffc29"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-6ba3a988-33d4-44b0-985a-3acfe10ffc29"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-6ba3a988-33d4-44b0-985a-3acfe10ffc29"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-6ba3a988-33d4-44b0-985a-3acfe10ffc29"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-6ba3a988-33d4-44b0-985a-3acfe10ffc29"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-6ba3a988-33d4-44b0-985a-3acfe10ffc29"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-6ba3a988-33d4-44b0-985a-3acfe10ffc29"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-6ba3a988-33d4-44b0-985a-3acfe10ffc29"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-6ba3a988-33d4-44b0-985a-3acfe10ffc29"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-6ba3a988-33d4-44b0-985a-3acfe10ffc29"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-6ba3a988-33d4-44b0-985a-3acfe10ffc29"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-6ba3a988-33d4-44b0-985a-3acfe10ffc29"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-6ba3a988-33d4-44b0-985a-3acfe10ffc29"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-6ba3a988-33d4-44b0-985a-3acfe10ffc29"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-6ba3a988-33d4-44b0-985a-3acfe10ffc29"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-6ba3a988-33d4-44b0-985a-3acfe10ffc29"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-6ba3a988-33d4-44b0-985a-3acfe10ffc29"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-6ba3a988-33d4-44b0-985a-3acfe10ffc29"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-6ba3a988-33d4-44b0-985a-3acfe10ffc29"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-6ba3a988-33d4-44b0-985a-3acfe10ffc29"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 1.0px);
}

}

#s-0865a5ec-0971-4961-993e-409419758db7 {
  margin-top: 0px;
margin-left: 5px;
margin-bottom: 0px;
margin-right: 5px;
min-height: 50px;
background-color: rgba(239, 239, 239, 1);
}








#s-0865a5ec-0971-4961-993e-409419758db7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.2;
}#s-0865a5ec-0971-4961-993e-409419758db7.shg-box.shg-c {
  justify-content: center;
}

#s-2f958028-778e-4f35-a8ef-2bdfb5809f58 {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 10px;
text-align: left;
}

#s-2f958028-778e-4f35-a8ef-2bdfb5809f58 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-6e06b65c-ecf4-4e62-b0ed-d54eb8b3d38b {
  margin-top: 0px;
margin-left: 5px;
margin-bottom: 0px;
margin-right: 5px;
min-height: 50px;
background-color: rgba(222, 222, 222, 1);
}








#s-6e06b65c-ecf4-4e62-b0ed-d54eb8b3d38b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.3;
}#s-6e06b65c-ecf4-4e62-b0ed-d54eb8b3d38b.shg-box.shg-c {
  justify-content: center;
}

#s-1a6eec5b-08f0-4ed2-acdc-03e4a9768736 {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 10px;
text-align: left;
}

#s-1a6eec5b-08f0-4ed2-acdc-03e4a9768736 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-8c97d9ad-b4da-4e91-82d8-ce27bccb070e {
  margin-top: 3px;
margin-left: 0px;
margin-bottom: 3px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-8c97d9ad-b4da-4e91-82d8-ce27bccb070e"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-8c97d9ad-b4da-4e91-82d8-ce27bccb070e"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-8c97d9ad-b4da-4e91-82d8-ce27bccb070e"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-8c97d9ad-b4da-4e91-82d8-ce27bccb070e"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-8c97d9ad-b4da-4e91-82d8-ce27bccb070e"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-8c97d9ad-b4da-4e91-82d8-ce27bccb070e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-8c97d9ad-b4da-4e91-82d8-ce27bccb070e"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-8c97d9ad-b4da-4e91-82d8-ce27bccb070e"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-8c97d9ad-b4da-4e91-82d8-ce27bccb070e"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-8c97d9ad-b4da-4e91-82d8-ce27bccb070e"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-8c97d9ad-b4da-4e91-82d8-ce27bccb070e"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-8c97d9ad-b4da-4e91-82d8-ce27bccb070e"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 768px) {
[id="s-8c97d9ad-b4da-4e91-82d8-ce27bccb070e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-8c97d9ad-b4da-4e91-82d8-ce27bccb070e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-8c97d9ad-b4da-4e91-82d8-ce27bccb070e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-8c97d9ad-b4da-4e91-82d8-ce27bccb070e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-8c97d9ad-b4da-4e91-82d8-ce27bccb070e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-8c97d9ad-b4da-4e91-82d8-ce27bccb070e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-8c97d9ad-b4da-4e91-82d8-ce27bccb070e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-8c97d9ad-b4da-4e91-82d8-ce27bccb070e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-8c97d9ad-b4da-4e91-82d8-ce27bccb070e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-8c97d9ad-b4da-4e91-82d8-ce27bccb070e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-8c97d9ad-b4da-4e91-82d8-ce27bccb070e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-8c97d9ad-b4da-4e91-82d8-ce27bccb070e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-8c97d9ad-b4da-4e91-82d8-ce27bccb070e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-8c97d9ad-b4da-4e91-82d8-ce27bccb070e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-8c97d9ad-b4da-4e91-82d8-ce27bccb070e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-8c97d9ad-b4da-4e91-82d8-ce27bccb070e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-8c97d9ad-b4da-4e91-82d8-ce27bccb070e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-8c97d9ad-b4da-4e91-82d8-ce27bccb070e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-8c97d9ad-b4da-4e91-82d8-ce27bccb070e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-8c97d9ad-b4da-4e91-82d8-ce27bccb070e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-8c97d9ad-b4da-4e91-82d8-ce27bccb070e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-8c97d9ad-b4da-4e91-82d8-ce27bccb070e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-8c97d9ad-b4da-4e91-82d8-ce27bccb070e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-8c97d9ad-b4da-4e91-82d8-ce27bccb070e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-8c97d9ad-b4da-4e91-82d8-ce27bccb070e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-8c97d9ad-b4da-4e91-82d8-ce27bccb070e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-8c97d9ad-b4da-4e91-82d8-ce27bccb070e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-8c97d9ad-b4da-4e91-82d8-ce27bccb070e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-8c97d9ad-b4da-4e91-82d8-ce27bccb070e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-8c97d9ad-b4da-4e91-82d8-ce27bccb070e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-8c97d9ad-b4da-4e91-82d8-ce27bccb070e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-8c97d9ad-b4da-4e91-82d8-ce27bccb070e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-8c97d9ad-b4da-4e91-82d8-ce27bccb070e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-8c97d9ad-b4da-4e91-82d8-ce27bccb070e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-8c97d9ad-b4da-4e91-82d8-ce27bccb070e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-8c97d9ad-b4da-4e91-82d8-ce27bccb070e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 1.0px);
}

}

#s-b7422bf4-38f1-4b8a-9770-b29d4bbb6299 {
  margin-top: 0px;
margin-left: 5px;
margin-bottom: 0px;
margin-right: 5px;
min-height: 50px;
background-color: rgba(239, 239, 239, 1);
}








#s-b7422bf4-38f1-4b8a-9770-b29d4bbb6299 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.2;
}#s-b7422bf4-38f1-4b8a-9770-b29d4bbb6299.shg-box.shg-c {
  justify-content: center;
}

#s-d8e58560-5d6e-440d-a632-fc32119a2f22 {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 10px;
text-align: left;
}

#s-d8e58560-5d6e-440d-a632-fc32119a2f22 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-94730cd6-670b-4fdd-b006-9de5a8f5c3f6 {
  margin-top: 0px;
margin-left: 5px;
margin-bottom: 0px;
margin-right: 5px;
min-height: 50px;
background-color: rgba(222, 222, 222, 1);
}








#s-94730cd6-670b-4fdd-b006-9de5a8f5c3f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.3;
}#s-94730cd6-670b-4fdd-b006-9de5a8f5c3f6.shg-box.shg-c {
  justify-content: center;
}

#s-a224f5f7-61fc-47da-9679-0e82d3ead2b9 {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 10px;
text-align: left;
}

#s-a224f5f7-61fc-47da-9679-0e82d3ead2b9 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-99855c3f-4be5-42dc-88f8-2316a41eb7d2 {
  margin-top: 3px;
margin-left: 0px;
margin-bottom: 3px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-99855c3f-4be5-42dc-88f8-2316a41eb7d2"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-99855c3f-4be5-42dc-88f8-2316a41eb7d2"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-99855c3f-4be5-42dc-88f8-2316a41eb7d2"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-99855c3f-4be5-42dc-88f8-2316a41eb7d2"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-99855c3f-4be5-42dc-88f8-2316a41eb7d2"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-99855c3f-4be5-42dc-88f8-2316a41eb7d2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-99855c3f-4be5-42dc-88f8-2316a41eb7d2"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-99855c3f-4be5-42dc-88f8-2316a41eb7d2"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-99855c3f-4be5-42dc-88f8-2316a41eb7d2"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-99855c3f-4be5-42dc-88f8-2316a41eb7d2"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-99855c3f-4be5-42dc-88f8-2316a41eb7d2"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-99855c3f-4be5-42dc-88f8-2316a41eb7d2"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 768px) {
[id="s-99855c3f-4be5-42dc-88f8-2316a41eb7d2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-99855c3f-4be5-42dc-88f8-2316a41eb7d2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-99855c3f-4be5-42dc-88f8-2316a41eb7d2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-99855c3f-4be5-42dc-88f8-2316a41eb7d2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-99855c3f-4be5-42dc-88f8-2316a41eb7d2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-99855c3f-4be5-42dc-88f8-2316a41eb7d2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-99855c3f-4be5-42dc-88f8-2316a41eb7d2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-99855c3f-4be5-42dc-88f8-2316a41eb7d2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-99855c3f-4be5-42dc-88f8-2316a41eb7d2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-99855c3f-4be5-42dc-88f8-2316a41eb7d2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-99855c3f-4be5-42dc-88f8-2316a41eb7d2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-99855c3f-4be5-42dc-88f8-2316a41eb7d2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-99855c3f-4be5-42dc-88f8-2316a41eb7d2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-99855c3f-4be5-42dc-88f8-2316a41eb7d2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-99855c3f-4be5-42dc-88f8-2316a41eb7d2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-99855c3f-4be5-42dc-88f8-2316a41eb7d2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-99855c3f-4be5-42dc-88f8-2316a41eb7d2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-99855c3f-4be5-42dc-88f8-2316a41eb7d2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-99855c3f-4be5-42dc-88f8-2316a41eb7d2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-99855c3f-4be5-42dc-88f8-2316a41eb7d2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-99855c3f-4be5-42dc-88f8-2316a41eb7d2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-99855c3f-4be5-42dc-88f8-2316a41eb7d2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-99855c3f-4be5-42dc-88f8-2316a41eb7d2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-99855c3f-4be5-42dc-88f8-2316a41eb7d2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-99855c3f-4be5-42dc-88f8-2316a41eb7d2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-99855c3f-4be5-42dc-88f8-2316a41eb7d2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-99855c3f-4be5-42dc-88f8-2316a41eb7d2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-99855c3f-4be5-42dc-88f8-2316a41eb7d2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-99855c3f-4be5-42dc-88f8-2316a41eb7d2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-99855c3f-4be5-42dc-88f8-2316a41eb7d2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-99855c3f-4be5-42dc-88f8-2316a41eb7d2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-99855c3f-4be5-42dc-88f8-2316a41eb7d2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-99855c3f-4be5-42dc-88f8-2316a41eb7d2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-99855c3f-4be5-42dc-88f8-2316a41eb7d2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-99855c3f-4be5-42dc-88f8-2316a41eb7d2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-99855c3f-4be5-42dc-88f8-2316a41eb7d2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 1.0px);
}

}

#s-3975b284-2db3-4f16-ab92-c73bb47d7a1d {
  margin-top: 0px;
margin-left: 5px;
margin-bottom: 0px;
margin-right: 5px;
min-height: 50px;
background-color: rgba(239, 239, 239, 1);
}








#s-3975b284-2db3-4f16-ab92-c73bb47d7a1d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.2;
}#s-3975b284-2db3-4f16-ab92-c73bb47d7a1d.shg-box.shg-c {
  justify-content: center;
}

#s-4885b03e-e00f-463e-9674-c51301bfe38b {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 10px;
text-align: left;
}

#s-4885b03e-e00f-463e-9674-c51301bfe38b .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-1a145260-8dfb-4caf-8a57-79c82eede07f {
  margin-top: 0px;
margin-left: 5px;
margin-bottom: 0px;
margin-right: 5px;
min-height: 50px;
background-color: rgba(222, 222, 222, 1);
}








#s-1a145260-8dfb-4caf-8a57-79c82eede07f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.3;
}#s-1a145260-8dfb-4caf-8a57-79c82eede07f.shg-box.shg-c {
  justify-content: center;
}

#s-0024f51b-6bc1-46f6-8937-edb80fdd51e8 {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 10px;
text-align: left;
}

#s-0024f51b-6bc1-46f6-8937-edb80fdd51e8 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



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