.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-a17e5ed7-1f97-4151-91ef-e85deb50456d {
  background-image: url(https://i.shgcdn.com/00141420-9d47-4e68-b13f-b1563ca72638/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
padding-top: 2em;
padding-bottom: 2em;
background-position: center top;
}
@media (min-width: 768px) and (max-width: 991px){#s-a17e5ed7-1f97-4151-91ef-e85deb50456d {
  
}
}@media (max-width: 767px){#s-a17e5ed7-1f97-4151-91ef-e85deb50456d {
  
}
}







#s-a17e5ed7-1f97-4151-91ef-e85deb50456d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a17e5ed7-1f97-4151-91ef-e85deb50456d {
  cursor: pointer;
}#s-a17e5ed7-1f97-4151-91ef-e85deb50456d.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-1994ad68-113a-4016-8716-f87371eca276 {
  margin-left: 10%;
margin-right: 10%;
text-align: center;
}




  #s-1994ad68-113a-4016-8716-f87371eca276 img.shogun-image {
    
    width: px;
  }


#s-1994ad68-113a-4016-8716-f87371eca276 .shogun-image-content {
  
    align-items: center;
  
}

#s-e68ce7b4-e3fc-43a3-9b55-70a2238f583f {
  margin-top: 1em;
margin-left: 5%;
margin-bottom: 2em;
margin-right: 5%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e68ce7b4-e3fc-43a3-9b55-70a2238f583f {
  display: none;
}
#s-e68ce7b4-e3fc-43a3-9b55-70a2238f583f, #wrap-s-e68ce7b4-e3fc-43a3-9b55-70a2238f583f { display:none !important; }}@media (max-width: 767px){#s-e68ce7b4-e3fc-43a3-9b55-70a2238f583f {
  display: none;
}
#s-e68ce7b4-e3fc-43a3-9b55-70a2238f583f, #wrap-s-e68ce7b4-e3fc-43a3-9b55-70a2238f583f { display:none !important; }}







#s-e68ce7b4-e3fc-43a3-9b55-70a2238f583f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e68ce7b4-e3fc-43a3-9b55-70a2238f583f.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-fc33c850-5e88-4452-9f82-e6fd79446662 {
  padding-top: 2em;
padding-bottom: 2em;
text-align: center;
}

#s-fc33c850-5e88-4452-9f82-e6fd79446662 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Oswald";
  font-style:   ;
  font-size: 48px;
  line-height: 1em;
  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-d989fae9-4faa-419e-a5e5-276b8a1bb9b6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 1.0em);
}

[id="s-d989fae9-4faa-419e-a5e5-276b8a1bb9b6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d989fae9-4faa-419e-a5e5-276b8a1bb9b6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 1.5em);
}

[id="s-d989fae9-4faa-419e-a5e5-276b8a1bb9b6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 1.5em);
}

[id="s-d989fae9-4faa-419e-a5e5-276b8a1bb9b6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 1.5em);
}

[id="s-d989fae9-4faa-419e-a5e5-276b8a1bb9b6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.5em);
}

[id="s-d989fae9-4faa-419e-a5e5-276b8a1bb9b6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 1.5em);
}

[id="s-d989fae9-4faa-419e-a5e5-276b8a1bb9b6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.5em);
}

[id="s-d989fae9-4faa-419e-a5e5-276b8a1bb9b6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 1.5em);
}

[id="s-d989fae9-4faa-419e-a5e5-276b8a1bb9b6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.5em);
}

[id="s-d989fae9-4faa-419e-a5e5-276b8a1bb9b6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 1.5em);
}

[id="s-d989fae9-4faa-419e-a5e5-276b8a1bb9b6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 1.5em);
}

[id="s-d989fae9-4faa-419e-a5e5-276b8a1bb9b6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 1.5em);
}

[id="s-d989fae9-4faa-419e-a5e5-276b8a1bb9b6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 1.5em);
}

}

@media (min-width: 992px) {
[id="s-d989fae9-4faa-419e-a5e5-276b8a1bb9b6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 1.5em);
}

[id="s-d989fae9-4faa-419e-a5e5-276b8a1bb9b6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 1.5em);
}

[id="s-d989fae9-4faa-419e-a5e5-276b8a1bb9b6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 1.5em);
}

[id="s-d989fae9-4faa-419e-a5e5-276b8a1bb9b6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.5em);
}

[id="s-d989fae9-4faa-419e-a5e5-276b8a1bb9b6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 1.5em);
}

[id="s-d989fae9-4faa-419e-a5e5-276b8a1bb9b6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.5em);
}

[id="s-d989fae9-4faa-419e-a5e5-276b8a1bb9b6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 1.5em);
}

[id="s-d989fae9-4faa-419e-a5e5-276b8a1bb9b6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.5em);
}

[id="s-d989fae9-4faa-419e-a5e5-276b8a1bb9b6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 1.5em);
}

[id="s-d989fae9-4faa-419e-a5e5-276b8a1bb9b6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 1.5em);
}

[id="s-d989fae9-4faa-419e-a5e5-276b8a1bb9b6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 1.5em);
}

[id="s-d989fae9-4faa-419e-a5e5-276b8a1bb9b6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 1.5em);
}

}

@media (min-width: 1200px) {
[id="s-d989fae9-4faa-419e-a5e5-276b8a1bb9b6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 1.5em);
}

[id="s-d989fae9-4faa-419e-a5e5-276b8a1bb9b6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 1.5em);
}

[id="s-d989fae9-4faa-419e-a5e5-276b8a1bb9b6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 1.5em);
}

[id="s-d989fae9-4faa-419e-a5e5-276b8a1bb9b6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.5em);
}

[id="s-d989fae9-4faa-419e-a5e5-276b8a1bb9b6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 1.5em);
}

[id="s-d989fae9-4faa-419e-a5e5-276b8a1bb9b6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.5em);
}

[id="s-d989fae9-4faa-419e-a5e5-276b8a1bb9b6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 1.5em);
}

[id="s-d989fae9-4faa-419e-a5e5-276b8a1bb9b6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.5em);
}

[id="s-d989fae9-4faa-419e-a5e5-276b8a1bb9b6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 1.5em);
}

[id="s-d989fae9-4faa-419e-a5e5-276b8a1bb9b6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 1.5em);
}

[id="s-d989fae9-4faa-419e-a5e5-276b8a1bb9b6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 1.5em);
}

[id="s-d989fae9-4faa-419e-a5e5-276b8a1bb9b6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 1.5em);
}

}

#s-398ac358-45dd-4c43-88a6-4105df75f0cc {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-398ac358-45dd-4c43-88a6-4105df75f0cc img.shogun-image {
    
    width: px;
  }


#s-398ac358-45dd-4c43-88a6-4105df75f0cc .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-849dbfea-004a-452e-a5dd-58a128753191 {
  margin-top: 1em;
margin-bottom: 2em;
text-align: center;
}

#s-849dbfea-004a-452e-a5dd-58a128753191 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}


#s-849dbfea-004a-452e-a5dd-58a128753191 .shogun-heading-component h2 a {
  color: #000;
}


#s-2fe9dea7-a5c6-48be-87a2-e9c6bfe9e6c2 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-2fe9dea7-a5c6-48be-87a2-e9c6bfe9e6c2 img.shogun-image {
    
    width: px;
  }


#s-2fe9dea7-a5c6-48be-87a2-e9c6bfe9e6c2 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-88354b35-9271-4547-8e70-5c3a81e7d606 {
  margin-top: 1em;
margin-bottom: 2em;
text-align: center;
}

#s-88354b35-9271-4547-8e70-5c3a81e7d606 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}


#s-88354b35-9271-4547-8e70-5c3a81e7d606 .shogun-heading-component h2 a {
  color: #000;
}


#s-21b1e1ca-8666-4ab6-a0a0-b4346488f983 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}





#s-21b1e1ca-8666-4ab6-a0a0-b4346488f983 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-4a917177-5534-4631-af88-00b103281195 {
  margin-top: 1em;
margin-bottom: 2em;
text-align: center;
}

#s-4a917177-5534-4631-af88-00b103281195 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}


#s-4a917177-5534-4631-af88-00b103281195 .shogun-heading-component h2 a {
  color: #000;
}


#s-1746925f-47d2-484b-ad90-cf06cda6a31b {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-1746925f-47d2-484b-ad90-cf06cda6a31b img.shogun-image {
    
    width: px;
  }


#s-1746925f-47d2-484b-ad90-cf06cda6a31b .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-b7bfbb9a-35cb-4ac6-b0f6-80aee2d98ee9 {
  margin-top: 1em;
margin-bottom: 2em;
text-align: center;
}

#s-b7bfbb9a-35cb-4ac6-b0f6-80aee2d98ee9 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}


#s-b7bfbb9a-35cb-4ac6-b0f6-80aee2d98ee9 .shogun-heading-component h2 a {
  color: #000;
}


.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

.shg-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-1d6e3d4c-a1ef-43c8-afc0-b7fb38ca7092 {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-left: 1em;
padding-bottom: 5px;
padding-right: 1em;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
}
#s-1d6e3d4c-a1ef-43c8-afc0-b7fb38ca7092:hover {background-color: rgba(246, 159, 51, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-1d6e3d4c-a1ef-43c8-afc0-b7fb38ca7092:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1d6e3d4c-a1ef-43c8-afc0-b7fb38ca7092.shg-btn {
  color: #ffffff;
  font-size: 36px;
  font-weight: 600;
  
  font-family: Oswald;
  display:  block ;
}

#s-0239f95c-9855-46cc-968f-4667224d91f9 {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
min-height: 50px;
}
@media (min-width: 1200px){#s-0239f95c-9855-46cc-968f-4667224d91f9 {
  display: none;
}
#s-0239f95c-9855-46cc-968f-4667224d91f9, #wrap-s-0239f95c-9855-46cc-968f-4667224d91f9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0239f95c-9855-46cc-968f-4667224d91f9 {
  display: none;
}
#s-0239f95c-9855-46cc-968f-4667224d91f9, #wrap-s-0239f95c-9855-46cc-968f-4667224d91f9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0239f95c-9855-46cc-968f-4667224d91f9 {
  
}
}@media (max-width: 767px){#s-0239f95c-9855-46cc-968f-4667224d91f9 {
  
}
}







#s-0239f95c-9855-46cc-968f-4667224d91f9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0239f95c-9855-46cc-968f-4667224d91f9.shg-box.shg-c {
  justify-content: center;
}

#s-41e72575-8df0-4507-9355-6c417b81b174 {
  margin-top: 1em;
margin-bottom: 1em;
text-align: center;
}

#s-41e72575-8df0-4507-9355-6c417b81b174 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Oswald";
  font-style:   ;
  font-size: 1.5em;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-51254f73-406f-472c-ab1a-17150504cd5d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.5em);
}

[id="s-51254f73-406f-472c-ab1a-17150504cd5d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-51254f73-406f-472c-ab1a-17150504cd5d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-51254f73-406f-472c-ab1a-17150504cd5d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-51254f73-406f-472c-ab1a-17150504cd5d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-51254f73-406f-472c-ab1a-17150504cd5d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-51254f73-406f-472c-ab1a-17150504cd5d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-51254f73-406f-472c-ab1a-17150504cd5d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-51254f73-406f-472c-ab1a-17150504cd5d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-51254f73-406f-472c-ab1a-17150504cd5d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-51254f73-406f-472c-ab1a-17150504cd5d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-51254f73-406f-472c-ab1a-17150504cd5d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-51254f73-406f-472c-ab1a-17150504cd5d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-51254f73-406f-472c-ab1a-17150504cd5d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.75em);
}

}

@media (min-width: 992px) {
[id="s-51254f73-406f-472c-ab1a-17150504cd5d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-51254f73-406f-472c-ab1a-17150504cd5d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-51254f73-406f-472c-ab1a-17150504cd5d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-51254f73-406f-472c-ab1a-17150504cd5d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-51254f73-406f-472c-ab1a-17150504cd5d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-51254f73-406f-472c-ab1a-17150504cd5d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-51254f73-406f-472c-ab1a-17150504cd5d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-51254f73-406f-472c-ab1a-17150504cd5d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-51254f73-406f-472c-ab1a-17150504cd5d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-51254f73-406f-472c-ab1a-17150504cd5d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-51254f73-406f-472c-ab1a-17150504cd5d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-51254f73-406f-472c-ab1a-17150504cd5d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.75em);
}

}

@media (min-width: 1200px) {
[id="s-51254f73-406f-472c-ab1a-17150504cd5d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-51254f73-406f-472c-ab1a-17150504cd5d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-51254f73-406f-472c-ab1a-17150504cd5d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-51254f73-406f-472c-ab1a-17150504cd5d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-51254f73-406f-472c-ab1a-17150504cd5d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-51254f73-406f-472c-ab1a-17150504cd5d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-51254f73-406f-472c-ab1a-17150504cd5d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-51254f73-406f-472c-ab1a-17150504cd5d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-51254f73-406f-472c-ab1a-17150504cd5d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-51254f73-406f-472c-ab1a-17150504cd5d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-51254f73-406f-472c-ab1a-17150504cd5d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-51254f73-406f-472c-ab1a-17150504cd5d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.75em);
}

}

#s-30153342-ffdb-4684-9027-7e7d06087ef3 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-30153342-ffdb-4684-9027-7e7d06087ef3 img.shogun-image {
    
    width: px;
  }


#s-30153342-ffdb-4684-9027-7e7d06087ef3 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-f5e9d9c3-105b-4e35-a2e9-33ba77583996 {
  margin-top: 0.5em;
margin-bottom: 1em;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f5e9d9c3-105b-4e35-a2e9-33ba77583996 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: "Oswald";
  font-style:   ;
  font-size: 1em;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}


#s-f5e9d9c3-105b-4e35-a2e9-33ba77583996 .shogun-heading-component h2 a {
  color: #000;
}


#s-58714360-f4e7-43d0-b4f6-4ef4c7cd9b2e {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}





#s-58714360-f4e7-43d0-b4f6-4ef4c7cd9b2e .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-3af00551-10a2-4c26-bc46-14b9123daca2 {
  margin-top: 0.5em;
margin-bottom: 1em;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3af00551-10a2-4c26-bc46-14b9123daca2 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: "Oswald";
  font-style:   ;
  font-size: 1em;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}


#s-3af00551-10a2-4c26-bc46-14b9123daca2 .shogun-heading-component h2 a {
  color: #000;
}


#s-49226744-8760-49d2-98b0-88868c452fa3 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}





#s-49226744-8760-49d2-98b0-88868c452fa3 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-25720618-3c42-41b8-83b6-d190759f3453 {
  margin-top: 0.5em;
margin-bottom: 1em;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-25720618-3c42-41b8-83b6-d190759f3453 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: "Oswald";
  font-style:   ;
  font-size: 1em;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}


#s-25720618-3c42-41b8-83b6-d190759f3453 .shogun-heading-component h2 a {
  color: #000;
}


#s-e37f54af-7ea9-47c2-89b8-322d520c6337 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}





#s-e37f54af-7ea9-47c2-89b8-322d520c6337 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-451b95d4-f2f7-400c-91b0-7f176b4b06d5 {
  margin-top: 0.5em;
margin-bottom: 1em;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-451b95d4-f2f7-400c-91b0-7f176b4b06d5 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: "Oswald";
  font-style:   ;
  font-size: 1em;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}


#s-451b95d4-f2f7-400c-91b0-7f176b4b06d5 .shogun-heading-component h2 a {
  color: #000;
}


#s-23cfa225-09d1-4b11-aac2-694398aefb70 {
  margin-left: auto;
margin-right: auto;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
}
#s-23cfa225-09d1-4b11-aac2-694398aefb70:hover {background-color: rgba(246, 159, 51, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-23cfa225-09d1-4b11-aac2-694398aefb70:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-23cfa225-09d1-4b11-aac2-694398aefb70.shg-btn {
  color: #ffffff;
  font-size: 1em;
  font-weight: 600;
  
  font-family: Oswald;
  display:  block ;
}

#s-d3081e52-aa16-4b0d-88db-2c1d23638632 {
  margin-top: 1em;
margin-left: 5%;
margin-bottom: 1em;
margin-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-d3081e52-aa16-4b0d-88db-2c1d23638632 {
  display: none;
}
#s-d3081e52-aa16-4b0d-88db-2c1d23638632, #wrap-s-d3081e52-aa16-4b0d-88db-2c1d23638632 { display:none !important; }}@media (max-width: 767px){#s-d3081e52-aa16-4b0d-88db-2c1d23638632 {
  display: none;
}
#s-d3081e52-aa16-4b0d-88db-2c1d23638632, #wrap-s-d3081e52-aa16-4b0d-88db-2c1d23638632 { display:none !important; }}







#s-d3081e52-aa16-4b0d-88db-2c1d23638632 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d3081e52-aa16-4b0d-88db-2c1d23638632.shg-box.shg-c {
  justify-content: center;
}

#s-4adeecb2-c0b6-4481-a124-8f514c531051 {
  padding-top: 2em;
padding-bottom: 2em;
text-align: center;
}

#s-4adeecb2-c0b6-4481-a124-8f514c531051 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Oswald";
  font-style:   ;
  font-size: 48px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



#s-c7500e60-e1cf-4ef4-8845-2bd960f29be3 {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-c7500e60-e1cf-4ef4-8845-2bd960f29be3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.5em);
}

[id="s-c7500e60-e1cf-4ef4-8845-2bd960f29be3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c7500e60-e1cf-4ef4-8845-2bd960f29be3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-c7500e60-e1cf-4ef4-8845-2bd960f29be3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-c7500e60-e1cf-4ef4-8845-2bd960f29be3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-c7500e60-e1cf-4ef4-8845-2bd960f29be3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-c7500e60-e1cf-4ef4-8845-2bd960f29be3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-c7500e60-e1cf-4ef4-8845-2bd960f29be3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-c7500e60-e1cf-4ef4-8845-2bd960f29be3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-c7500e60-e1cf-4ef4-8845-2bd960f29be3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-c7500e60-e1cf-4ef4-8845-2bd960f29be3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-c7500e60-e1cf-4ef4-8845-2bd960f29be3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-c7500e60-e1cf-4ef4-8845-2bd960f29be3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-c7500e60-e1cf-4ef4-8845-2bd960f29be3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.75em);
}

}

@media (min-width: 992px) {
[id="s-c7500e60-e1cf-4ef4-8845-2bd960f29be3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-c7500e60-e1cf-4ef4-8845-2bd960f29be3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-c7500e60-e1cf-4ef4-8845-2bd960f29be3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-c7500e60-e1cf-4ef4-8845-2bd960f29be3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-c7500e60-e1cf-4ef4-8845-2bd960f29be3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-c7500e60-e1cf-4ef4-8845-2bd960f29be3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-c7500e60-e1cf-4ef4-8845-2bd960f29be3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-c7500e60-e1cf-4ef4-8845-2bd960f29be3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-c7500e60-e1cf-4ef4-8845-2bd960f29be3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-c7500e60-e1cf-4ef4-8845-2bd960f29be3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-c7500e60-e1cf-4ef4-8845-2bd960f29be3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-c7500e60-e1cf-4ef4-8845-2bd960f29be3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.75em);
}

}

@media (min-width: 1200px) {
[id="s-c7500e60-e1cf-4ef4-8845-2bd960f29be3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-c7500e60-e1cf-4ef4-8845-2bd960f29be3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-c7500e60-e1cf-4ef4-8845-2bd960f29be3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-c7500e60-e1cf-4ef4-8845-2bd960f29be3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-c7500e60-e1cf-4ef4-8845-2bd960f29be3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-c7500e60-e1cf-4ef4-8845-2bd960f29be3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-c7500e60-e1cf-4ef4-8845-2bd960f29be3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-c7500e60-e1cf-4ef4-8845-2bd960f29be3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-c7500e60-e1cf-4ef4-8845-2bd960f29be3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-c7500e60-e1cf-4ef4-8845-2bd960f29be3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-c7500e60-e1cf-4ef4-8845-2bd960f29be3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-c7500e60-e1cf-4ef4-8845-2bd960f29be3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.75em);
}

}

#s-8329564c-0b08-432b-a91b-798feae58ea4 {
  min-height: 50px;
}








#s-8329564c-0b08-432b-a91b-798feae58ea4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8329564c-0b08-432b-a91b-798feae58ea4.shg-box.shg-c {
  justify-content: center;
}

#s-a9fc2eeb-434b-468c-bb87-6ada201251ac {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-a9fc2eeb-434b-468c-bb87-6ada201251ac img.shogun-image {
    
    width: px;
  }


#s-a9fc2eeb-434b-468c-bb87-6ada201251ac .shogun-image-content {
  
    align-items:  flex-start;
  
}

.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-b1af4a57-6de3-4f3f-886e-02097036644a {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-e97ebef0-d09e-43d8-894c-457f12fdf828 {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-5915296a-2f6c-4b12-b8c7-bb394b39b646 {
  min-height: 50px;
}








#s-5915296a-2f6c-4b12-b8c7-bb394b39b646 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5915296a-2f6c-4b12-b8c7-bb394b39b646.shg-box.shg-c {
  justify-content: center;
}

#s-a6c03d33-2c4f-4d08-ae22-02ce7f9949bb {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-a6c03d33-2c4f-4d08-ae22-02ce7f9949bb img.shogun-image {
    
    width: px;
  }


#s-a6c03d33-2c4f-4d08-ae22-02ce7f9949bb .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-45a77dd3-5510-4b62-bea5-5f8760296d3b {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-f14495ef-614a-4347-a36e-479b2a35d99d {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-5c295aaf-dbde-4afb-ad57-1bb06473f13e {
  min-height: 50px;
}








#s-5c295aaf-dbde-4afb-ad57-1bb06473f13e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5c295aaf-dbde-4afb-ad57-1bb06473f13e.shg-box.shg-c {
  justify-content: center;
}

#s-98f1d7e0-e698-4efb-8b49-d390ffee23c7 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-98f1d7e0-e698-4efb-8b49-d390ffee23c7 img.shogun-image {
    
    width: px;
  }


#s-98f1d7e0-e698-4efb-8b49-d390ffee23c7 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-f7488a63-e6ff-4f3b-8360-379822db89b7 {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-971fe560-b875-4546-84d9-dbee39451d47 {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-98546efc-67ad-48a9-aab6-b4e100ae83ae {
  min-height: 50px;
}








#s-98546efc-67ad-48a9-aab6-b4e100ae83ae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-98546efc-67ad-48a9-aab6-b4e100ae83ae.shg-box.shg-c {
  justify-content: center;
}

#s-6ad72d6c-b5d6-497d-a1d9-24f06357fe1f {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-6ad72d6c-b5d6-497d-a1d9-24f06357fe1f img.shogun-image {
    
    width: px;
  }


#s-6ad72d6c-b5d6-497d-a1d9-24f06357fe1f .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-874d0e1b-7ae2-4383-9c4e-5fb22d9eff91 {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-fa0f5324-b59e-48bc-8342-c20d7078a6ad {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-724572ae-86d6-4c70-8a7d-3494f8d4df34 {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-724572ae-86d6-4c70-8a7d-3494f8d4df34"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.5em);
}

[id="s-724572ae-86d6-4c70-8a7d-3494f8d4df34"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-724572ae-86d6-4c70-8a7d-3494f8d4df34"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-724572ae-86d6-4c70-8a7d-3494f8d4df34"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-724572ae-86d6-4c70-8a7d-3494f8d4df34"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-724572ae-86d6-4c70-8a7d-3494f8d4df34"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-724572ae-86d6-4c70-8a7d-3494f8d4df34"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-724572ae-86d6-4c70-8a7d-3494f8d4df34"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-724572ae-86d6-4c70-8a7d-3494f8d4df34"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-724572ae-86d6-4c70-8a7d-3494f8d4df34"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-724572ae-86d6-4c70-8a7d-3494f8d4df34"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-724572ae-86d6-4c70-8a7d-3494f8d4df34"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-724572ae-86d6-4c70-8a7d-3494f8d4df34"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-724572ae-86d6-4c70-8a7d-3494f8d4df34"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.75em);
}

}

@media (min-width: 992px) {
[id="s-724572ae-86d6-4c70-8a7d-3494f8d4df34"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-724572ae-86d6-4c70-8a7d-3494f8d4df34"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-724572ae-86d6-4c70-8a7d-3494f8d4df34"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-724572ae-86d6-4c70-8a7d-3494f8d4df34"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-724572ae-86d6-4c70-8a7d-3494f8d4df34"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-724572ae-86d6-4c70-8a7d-3494f8d4df34"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-724572ae-86d6-4c70-8a7d-3494f8d4df34"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-724572ae-86d6-4c70-8a7d-3494f8d4df34"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-724572ae-86d6-4c70-8a7d-3494f8d4df34"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-724572ae-86d6-4c70-8a7d-3494f8d4df34"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-724572ae-86d6-4c70-8a7d-3494f8d4df34"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-724572ae-86d6-4c70-8a7d-3494f8d4df34"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.75em);
}

}

@media (min-width: 1200px) {
[id="s-724572ae-86d6-4c70-8a7d-3494f8d4df34"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-724572ae-86d6-4c70-8a7d-3494f8d4df34"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-724572ae-86d6-4c70-8a7d-3494f8d4df34"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-724572ae-86d6-4c70-8a7d-3494f8d4df34"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-724572ae-86d6-4c70-8a7d-3494f8d4df34"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-724572ae-86d6-4c70-8a7d-3494f8d4df34"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-724572ae-86d6-4c70-8a7d-3494f8d4df34"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-724572ae-86d6-4c70-8a7d-3494f8d4df34"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-724572ae-86d6-4c70-8a7d-3494f8d4df34"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-724572ae-86d6-4c70-8a7d-3494f8d4df34"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-724572ae-86d6-4c70-8a7d-3494f8d4df34"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-724572ae-86d6-4c70-8a7d-3494f8d4df34"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.75em);
}

}

#s-e6b70874-6636-404f-8f16-1d2f95734851 {
  min-height: 50px;
}








#s-e6b70874-6636-404f-8f16-1d2f95734851 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e6b70874-6636-404f-8f16-1d2f95734851.shg-box.shg-c {
  justify-content: center;
}

#s-63b23f90-1563-4512-8046-207ace8960cb {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-63b23f90-1563-4512-8046-207ace8960cb img.shogun-image {
    
    width: px;
  }


#s-63b23f90-1563-4512-8046-207ace8960cb .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-9663126c-230a-48e5-a804-1e83b2ea5c11 {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-234ba3b1-58a2-4bc2-a053-6b09d2db5ba0 {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-cee04969-10da-4dd9-82de-eae35ffcc0bf {
  min-height: 50px;
}








#s-cee04969-10da-4dd9-82de-eae35ffcc0bf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cee04969-10da-4dd9-82de-eae35ffcc0bf.shg-box.shg-c {
  justify-content: center;
}

#s-c8ec4a4a-322a-482d-a37e-2739026ce5ae {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-c8ec4a4a-322a-482d-a37e-2739026ce5ae img.shogun-image {
    
    width: px;
  }


#s-c8ec4a4a-322a-482d-a37e-2739026ce5ae .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-7835b52b-5626-4b9b-939e-0a4fb7ac088f {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-df05fcd1-f0fe-489c-93b7-c90efa7582d3 {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-cb648dfb-bc2c-4369-885e-b75b4a09aa46 {
  min-height: 50px;
}








#s-cb648dfb-bc2c-4369-885e-b75b4a09aa46 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cb648dfb-bc2c-4369-885e-b75b4a09aa46.shg-box.shg-c {
  justify-content: center;
}

#s-8f75c5cf-db32-41b2-b91d-713e3f2e58d9 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-8f75c5cf-db32-41b2-b91d-713e3f2e58d9 img.shogun-image {
    
    width: px;
  }


#s-8f75c5cf-db32-41b2-b91d-713e3f2e58d9 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-200eb0d7-f5a5-4c0c-912f-514e85a1de47 {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-06198f6b-c148-405f-8564-e75f9d2a6bca {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-cebddb5c-dede-4261-b396-7406741f021c {
  min-height: 50px;
}








#s-cebddb5c-dede-4261-b396-7406741f021c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cebddb5c-dede-4261-b396-7406741f021c.shg-box.shg-c {
  justify-content: center;
}

#s-c6264d46-ce55-4dbf-81f1-76d48437fd08 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-c6264d46-ce55-4dbf-81f1-76d48437fd08 img.shogun-image {
    
    width: px;
  }


#s-c6264d46-ce55-4dbf-81f1-76d48437fd08 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-0bc3d594-9582-4791-8c6a-8af0a4ef4cdd {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-8b587047-e60a-45eb-acf8-1afe9faef3d6 {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-680a35cd-0895-4cca-9322-b781bdc0ac83 {
  padding-top: 1em;
padding-bottom: 1em;
min-height: 50px;
background-color: rgba(230, 231, 232, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-680a35cd-0895-4cca-9322-b781bdc0ac83 {
  display: none;
}
#s-680a35cd-0895-4cca-9322-b781bdc0ac83, #wrap-s-680a35cd-0895-4cca-9322-b781bdc0ac83 { display:none !important; }}@media (max-width: 767px){#s-680a35cd-0895-4cca-9322-b781bdc0ac83 {
  display: none;
}
#s-680a35cd-0895-4cca-9322-b781bdc0ac83, #wrap-s-680a35cd-0895-4cca-9322-b781bdc0ac83 { display:none !important; }}







#s-680a35cd-0895-4cca-9322-b781bdc0ac83 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-680a35cd-0895-4cca-9322-b781bdc0ac83.shg-box.shg-c {
  justify-content: center;
}

#s-0e89df6d-41a0-4072-bbef-cf26ab00faf4 {
  padding-bottom: 1em;
text-align: center;
}

#s-0e89df6d-41a0-4072-bbef-cf26ab00faf4 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Oswald";
  font-style:   ;
  font-size: 48px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-82c63678-f51d-4543-86d1-ad2a8347756d {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-82c63678-f51d-4543-86d1-ad2a8347756d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-82c63678-f51d-4543-86d1-ad2a8347756d.shg-box.shg-c {
  justify-content: center;
}

#s-5bcd01b6-228b-4057-9d4d-f305858b32fd {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-5bcd01b6-228b-4057-9d4d-f305858b32fd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5bcd01b6-228b-4057-9d4d-f305858b32fd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.6666666666666666em);
}

[id="s-5bcd01b6-228b-4057-9d4d-f305858b32fd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.6666666666666666em);
}

[id="s-5bcd01b6-228b-4057-9d4d-f305858b32fd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.6666666666666666em);
}

[id="s-5bcd01b6-228b-4057-9d4d-f305858b32fd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.6666666666666666em);
}

[id="s-5bcd01b6-228b-4057-9d4d-f305858b32fd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.6666666666666666em);
}

[id="s-5bcd01b6-228b-4057-9d4d-f305858b32fd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.6666666666666666em);
}

[id="s-5bcd01b6-228b-4057-9d4d-f305858b32fd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.6666666666666666em);
}

[id="s-5bcd01b6-228b-4057-9d4d-f305858b32fd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.6666666666666666em);
}

[id="s-5bcd01b6-228b-4057-9d4d-f305858b32fd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.6666666666666666em);
}

[id="s-5bcd01b6-228b-4057-9d4d-f305858b32fd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.6666666666666666em);
}

[id="s-5bcd01b6-228b-4057-9d4d-f305858b32fd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.6666666666666666em);
}

[id="s-5bcd01b6-228b-4057-9d4d-f305858b32fd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.6666666666666666em);
}

}

@media (min-width: 992px) {
[id="s-5bcd01b6-228b-4057-9d4d-f305858b32fd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.6666666666666666em);
}

[id="s-5bcd01b6-228b-4057-9d4d-f305858b32fd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.6666666666666666em);
}

[id="s-5bcd01b6-228b-4057-9d4d-f305858b32fd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.6666666666666666em);
}

[id="s-5bcd01b6-228b-4057-9d4d-f305858b32fd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.6666666666666666em);
}

[id="s-5bcd01b6-228b-4057-9d4d-f305858b32fd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.6666666666666666em);
}

[id="s-5bcd01b6-228b-4057-9d4d-f305858b32fd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.6666666666666666em);
}

[id="s-5bcd01b6-228b-4057-9d4d-f305858b32fd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.6666666666666666em);
}

[id="s-5bcd01b6-228b-4057-9d4d-f305858b32fd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.6666666666666666em);
}

[id="s-5bcd01b6-228b-4057-9d4d-f305858b32fd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.6666666666666666em);
}

[id="s-5bcd01b6-228b-4057-9d4d-f305858b32fd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.6666666666666666em);
}

[id="s-5bcd01b6-228b-4057-9d4d-f305858b32fd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.6666666666666666em);
}

[id="s-5bcd01b6-228b-4057-9d4d-f305858b32fd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.6666666666666666em);
}

}

@media (min-width: 1200px) {
[id="s-5bcd01b6-228b-4057-9d4d-f305858b32fd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.6666666666666666em);
}

[id="s-5bcd01b6-228b-4057-9d4d-f305858b32fd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.6666666666666666em);
}

[id="s-5bcd01b6-228b-4057-9d4d-f305858b32fd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.6666666666666666em);
}

[id="s-5bcd01b6-228b-4057-9d4d-f305858b32fd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.6666666666666666em);
}

[id="s-5bcd01b6-228b-4057-9d4d-f305858b32fd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.6666666666666666em);
}

[id="s-5bcd01b6-228b-4057-9d4d-f305858b32fd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.6666666666666666em);
}

[id="s-5bcd01b6-228b-4057-9d4d-f305858b32fd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.6666666666666666em);
}

[id="s-5bcd01b6-228b-4057-9d4d-f305858b32fd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.6666666666666666em);
}

[id="s-5bcd01b6-228b-4057-9d4d-f305858b32fd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.6666666666666666em);
}

[id="s-5bcd01b6-228b-4057-9d4d-f305858b32fd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.6666666666666666em);
}

[id="s-5bcd01b6-228b-4057-9d4d-f305858b32fd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.6666666666666666em);
}

[id="s-5bcd01b6-228b-4057-9d4d-f305858b32fd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.6666666666666666em);
}

}

@media (min-width: 0px) {
[id="s-034d5a59-544f-4c5b-b0f1-2c3480d20837"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-034d5a59-544f-4c5b-b0f1-2c3480d20837"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.6666666666666666em);
}

[id="s-034d5a59-544f-4c5b-b0f1-2c3480d20837"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.6666666666666666em);
}

[id="s-034d5a59-544f-4c5b-b0f1-2c3480d20837"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.6666666666666666em);
}

[id="s-034d5a59-544f-4c5b-b0f1-2c3480d20837"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.6666666666666666em);
}

[id="s-034d5a59-544f-4c5b-b0f1-2c3480d20837"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.6666666666666666em);
}

[id="s-034d5a59-544f-4c5b-b0f1-2c3480d20837"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.6666666666666666em);
}

[id="s-034d5a59-544f-4c5b-b0f1-2c3480d20837"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.6666666666666666em);
}

[id="s-034d5a59-544f-4c5b-b0f1-2c3480d20837"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.6666666666666666em);
}

[id="s-034d5a59-544f-4c5b-b0f1-2c3480d20837"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.6666666666666666em);
}

[id="s-034d5a59-544f-4c5b-b0f1-2c3480d20837"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.6666666666666666em);
}

[id="s-034d5a59-544f-4c5b-b0f1-2c3480d20837"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.6666666666666666em);
}

[id="s-034d5a59-544f-4c5b-b0f1-2c3480d20837"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.6666666666666666em);
}

}

@media (min-width: 992px) {
[id="s-034d5a59-544f-4c5b-b0f1-2c3480d20837"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.6666666666666666em);
}

[id="s-034d5a59-544f-4c5b-b0f1-2c3480d20837"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.6666666666666666em);
}

[id="s-034d5a59-544f-4c5b-b0f1-2c3480d20837"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.6666666666666666em);
}

[id="s-034d5a59-544f-4c5b-b0f1-2c3480d20837"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.6666666666666666em);
}

[id="s-034d5a59-544f-4c5b-b0f1-2c3480d20837"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.6666666666666666em);
}

[id="s-034d5a59-544f-4c5b-b0f1-2c3480d20837"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.6666666666666666em);
}

[id="s-034d5a59-544f-4c5b-b0f1-2c3480d20837"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.6666666666666666em);
}

[id="s-034d5a59-544f-4c5b-b0f1-2c3480d20837"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.6666666666666666em);
}

[id="s-034d5a59-544f-4c5b-b0f1-2c3480d20837"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.6666666666666666em);
}

[id="s-034d5a59-544f-4c5b-b0f1-2c3480d20837"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.6666666666666666em);
}

[id="s-034d5a59-544f-4c5b-b0f1-2c3480d20837"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.6666666666666666em);
}

[id="s-034d5a59-544f-4c5b-b0f1-2c3480d20837"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.6666666666666666em);
}

}

@media (min-width: 1200px) {
[id="s-034d5a59-544f-4c5b-b0f1-2c3480d20837"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.6666666666666666em);
}

[id="s-034d5a59-544f-4c5b-b0f1-2c3480d20837"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.6666666666666666em);
}

[id="s-034d5a59-544f-4c5b-b0f1-2c3480d20837"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.6666666666666666em);
}

[id="s-034d5a59-544f-4c5b-b0f1-2c3480d20837"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.6666666666666666em);
}

[id="s-034d5a59-544f-4c5b-b0f1-2c3480d20837"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.6666666666666666em);
}

[id="s-034d5a59-544f-4c5b-b0f1-2c3480d20837"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.6666666666666666em);
}

[id="s-034d5a59-544f-4c5b-b0f1-2c3480d20837"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.6666666666666666em);
}

[id="s-034d5a59-544f-4c5b-b0f1-2c3480d20837"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.6666666666666666em);
}

[id="s-034d5a59-544f-4c5b-b0f1-2c3480d20837"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.6666666666666666em);
}

[id="s-034d5a59-544f-4c5b-b0f1-2c3480d20837"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.6666666666666666em);
}

[id="s-034d5a59-544f-4c5b-b0f1-2c3480d20837"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.6666666666666666em);
}

[id="s-034d5a59-544f-4c5b-b0f1-2c3480d20837"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.6666666666666666em);
}

}

#s-9fb14882-76d8-48c3-bfed-b1845d1d77f8 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-9fb14882-76d8-48c3-bfed-b1845d1d77f8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9fb14882-76d8-48c3-bfed-b1845d1d77f8.shg-box.shg-c {
  justify-content: center;
}

#s-ff294ad4-de28-4f3e-ba61-1e96bc3108c1 {
  text-align: center;
}





#s-ff294ad4-de28-4f3e-ba61-1e96bc3108c1 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-112741be-7e91-4eb6-801c-2792dec88ace {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(246, 159, 51, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-112741be-7e91-4eb6-801c-2792dec88ace:hover {background-color: rgba(246, 159, 51, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-112741be-7e91-4eb6-801c-2792dec88ace:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-112741be-7e91-4eb6-801c-2792dec88ace.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 1.75em;
  
  
  font-family: Oswald;
  display:  block ;
}

#s-4f1d2f5e-b127-41bf-9fef-e5f1306be382 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-4f1d2f5e-b127-41bf-9fef-e5f1306be382 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4f1d2f5e-b127-41bf-9fef-e5f1306be382.shg-box.shg-c {
  justify-content: center;
}

#s-38bdb777-5bb1-471d-b1f7-859af7b65117 {
  text-align: center;
}





#s-38bdb777-5bb1-471d-b1f7-859af7b65117 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-9fdb6243-67d7-4989-af51-5c4921f632db {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(246, 159, 51, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-9fdb6243-67d7-4989-af51-5c4921f632db:hover {background-color: rgba(246, 159, 51, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-9fdb6243-67d7-4989-af51-5c4921f632db:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9fdb6243-67d7-4989-af51-5c4921f632db.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 1.75em;
  
  
  font-family: Oswald;
  display:  block ;
}

#s-063d1387-3a66-42fb-992a-c97b3e1a385d {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-063d1387-3a66-42fb-992a-c97b3e1a385d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-063d1387-3a66-42fb-992a-c97b3e1a385d.shg-box.shg-c {
  justify-content: center;
}

#s-2310013a-9bd6-4641-a318-325300752e4d {
  text-align: center;
}





#s-2310013a-9bd6-4641-a318-325300752e4d .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-1b2a9c21-5078-421c-bec9-8d509704235b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(246, 159, 51, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-1b2a9c21-5078-421c-bec9-8d509704235b:hover {background-color: rgba(246, 159, 51, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-1b2a9c21-5078-421c-bec9-8d509704235b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1b2a9c21-5078-421c-bec9-8d509704235b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 1.75em;
  
  
  font-family: Oswald;
  display:  block ;
}

#s-1dbf34dc-8f5b-4158-a124-bb8a37eebce4 {
  min-height: 50px;
}








#s-1dbf34dc-8f5b-4158-a124-bb8a37eebce4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1dbf34dc-8f5b-4158-a124-bb8a37eebce4.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-fb77a1ec-cd75-4a6a-ada0-30ad3c2852ef"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fb77a1ec-cd75-4a6a-ada0-30ad3c2852ef"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.6666666666666666em);
}

[id="s-fb77a1ec-cd75-4a6a-ada0-30ad3c2852ef"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.6666666666666666em);
}

[id="s-fb77a1ec-cd75-4a6a-ada0-30ad3c2852ef"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.6666666666666666em);
}

[id="s-fb77a1ec-cd75-4a6a-ada0-30ad3c2852ef"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.6666666666666666em);
}

[id="s-fb77a1ec-cd75-4a6a-ada0-30ad3c2852ef"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.6666666666666666em);
}

[id="s-fb77a1ec-cd75-4a6a-ada0-30ad3c2852ef"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.6666666666666666em);
}

[id="s-fb77a1ec-cd75-4a6a-ada0-30ad3c2852ef"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.6666666666666666em);
}

[id="s-fb77a1ec-cd75-4a6a-ada0-30ad3c2852ef"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.6666666666666666em);
}

[id="s-fb77a1ec-cd75-4a6a-ada0-30ad3c2852ef"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.6666666666666666em);
}

[id="s-fb77a1ec-cd75-4a6a-ada0-30ad3c2852ef"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.6666666666666666em);
}

[id="s-fb77a1ec-cd75-4a6a-ada0-30ad3c2852ef"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.6666666666666666em);
}

[id="s-fb77a1ec-cd75-4a6a-ada0-30ad3c2852ef"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.6666666666666666em);
}

}

@media (min-width: 992px) {
[id="s-fb77a1ec-cd75-4a6a-ada0-30ad3c2852ef"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.6666666666666666em);
}

[id="s-fb77a1ec-cd75-4a6a-ada0-30ad3c2852ef"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.6666666666666666em);
}

[id="s-fb77a1ec-cd75-4a6a-ada0-30ad3c2852ef"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.6666666666666666em);
}

[id="s-fb77a1ec-cd75-4a6a-ada0-30ad3c2852ef"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.6666666666666666em);
}

[id="s-fb77a1ec-cd75-4a6a-ada0-30ad3c2852ef"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.6666666666666666em);
}

[id="s-fb77a1ec-cd75-4a6a-ada0-30ad3c2852ef"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.6666666666666666em);
}

[id="s-fb77a1ec-cd75-4a6a-ada0-30ad3c2852ef"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.6666666666666666em);
}

[id="s-fb77a1ec-cd75-4a6a-ada0-30ad3c2852ef"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.6666666666666666em);
}

[id="s-fb77a1ec-cd75-4a6a-ada0-30ad3c2852ef"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.6666666666666666em);
}

[id="s-fb77a1ec-cd75-4a6a-ada0-30ad3c2852ef"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.6666666666666666em);
}

[id="s-fb77a1ec-cd75-4a6a-ada0-30ad3c2852ef"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.6666666666666666em);
}

[id="s-fb77a1ec-cd75-4a6a-ada0-30ad3c2852ef"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.6666666666666666em);
}

}

@media (min-width: 1200px) {
[id="s-fb77a1ec-cd75-4a6a-ada0-30ad3c2852ef"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.6666666666666666em);
}

[id="s-fb77a1ec-cd75-4a6a-ada0-30ad3c2852ef"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.6666666666666666em);
}

[id="s-fb77a1ec-cd75-4a6a-ada0-30ad3c2852ef"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.6666666666666666em);
}

[id="s-fb77a1ec-cd75-4a6a-ada0-30ad3c2852ef"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.6666666666666666em);
}

[id="s-fb77a1ec-cd75-4a6a-ada0-30ad3c2852ef"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.6666666666666666em);
}

[id="s-fb77a1ec-cd75-4a6a-ada0-30ad3c2852ef"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.6666666666666666em);
}

[id="s-fb77a1ec-cd75-4a6a-ada0-30ad3c2852ef"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.6666666666666666em);
}

[id="s-fb77a1ec-cd75-4a6a-ada0-30ad3c2852ef"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.6666666666666666em);
}

[id="s-fb77a1ec-cd75-4a6a-ada0-30ad3c2852ef"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.6666666666666666em);
}

[id="s-fb77a1ec-cd75-4a6a-ada0-30ad3c2852ef"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.6666666666666666em);
}

[id="s-fb77a1ec-cd75-4a6a-ada0-30ad3c2852ef"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.6666666666666666em);
}

[id="s-fb77a1ec-cd75-4a6a-ada0-30ad3c2852ef"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.6666666666666666em);
}

}

#s-25cc19d4-b938-409c-881f-8c96c2820f17 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-25cc19d4-b938-409c-881f-8c96c2820f17 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-25cc19d4-b938-409c-881f-8c96c2820f17.shg-box.shg-c {
  justify-content: center;
}

#s-390dbbe6-b5f5-48a5-9e95-59f4b7ef81b6 {
  text-align: center;
}





#s-390dbbe6-b5f5-48a5-9e95-59f4b7ef81b6 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-f78cfd6c-8dfe-4fa3-973c-dc9c701f3664 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(246, 159, 51, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-f78cfd6c-8dfe-4fa3-973c-dc9c701f3664:hover {background-color: rgba(246, 159, 51, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-f78cfd6c-8dfe-4fa3-973c-dc9c701f3664:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f78cfd6c-8dfe-4fa3-973c-dc9c701f3664.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 1.75em;
  
  
  font-family: Oswald;
  display:  block ;
}

#s-ccd8c70c-7257-4d9b-9587-4fc6a44f9b11 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-ccd8c70c-7257-4d9b-9587-4fc6a44f9b11 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ccd8c70c-7257-4d9b-9587-4fc6a44f9b11.shg-box.shg-c {
  justify-content: center;
}

#s-93503875-c1a3-44bb-b5e7-01b084a33c63 {
  text-align: center;
}





#s-93503875-c1a3-44bb-b5e7-01b084a33c63 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-7a8f65d7-bcd8-41a9-b89b-c3adc3198941 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(246, 159, 51, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-7a8f65d7-bcd8-41a9-b89b-c3adc3198941:hover {background-color: rgba(246, 159, 51, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-7a8f65d7-bcd8-41a9-b89b-c3adc3198941:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7a8f65d7-bcd8-41a9-b89b-c3adc3198941.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 1.75em;
  
  
  font-family: Oswald;
  display:  block ;
}

#s-60f71784-d721-410b-86e4-5fbb4fad3bd8 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-60f71784-d721-410b-86e4-5fbb4fad3bd8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-60f71784-d721-410b-86e4-5fbb4fad3bd8.shg-box.shg-c {
  justify-content: center;
}

#s-e94b8492-edbf-44ef-995b-7975390d6f35 {
  text-align: center;
}





#s-e94b8492-edbf-44ef-995b-7975390d6f35 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-a2106275-6cd6-4161-9fad-4469508794f9 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(246, 159, 51, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-a2106275-6cd6-4161-9fad-4469508794f9:hover {background-color: rgba(246, 159, 51, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-a2106275-6cd6-4161-9fad-4469508794f9:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a2106275-6cd6-4161-9fad-4469508794f9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 1.75em;
  
  
  font-family: Oswald;
  display:  block ;
}

@media (min-width: 0px) {
[id="s-baf65bcd-48d9-426c-b562-0ea504cd8388"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-baf65bcd-48d9-426c-b562-0ea504cd8388"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.6666666666666666em);
}

[id="s-baf65bcd-48d9-426c-b562-0ea504cd8388"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.6666666666666666em);
}

[id="s-baf65bcd-48d9-426c-b562-0ea504cd8388"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.6666666666666666em);
}

[id="s-baf65bcd-48d9-426c-b562-0ea504cd8388"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.6666666666666666em);
}

[id="s-baf65bcd-48d9-426c-b562-0ea504cd8388"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.6666666666666666em);
}

[id="s-baf65bcd-48d9-426c-b562-0ea504cd8388"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.6666666666666666em);
}

[id="s-baf65bcd-48d9-426c-b562-0ea504cd8388"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.6666666666666666em);
}

[id="s-baf65bcd-48d9-426c-b562-0ea504cd8388"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.6666666666666666em);
}

[id="s-baf65bcd-48d9-426c-b562-0ea504cd8388"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.6666666666666666em);
}

[id="s-baf65bcd-48d9-426c-b562-0ea504cd8388"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.6666666666666666em);
}

[id="s-baf65bcd-48d9-426c-b562-0ea504cd8388"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.6666666666666666em);
}

[id="s-baf65bcd-48d9-426c-b562-0ea504cd8388"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.6666666666666666em);
}

}

@media (min-width: 992px) {
[id="s-baf65bcd-48d9-426c-b562-0ea504cd8388"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.6666666666666666em);
}

[id="s-baf65bcd-48d9-426c-b562-0ea504cd8388"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.6666666666666666em);
}

[id="s-baf65bcd-48d9-426c-b562-0ea504cd8388"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.6666666666666666em);
}

[id="s-baf65bcd-48d9-426c-b562-0ea504cd8388"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.6666666666666666em);
}

[id="s-baf65bcd-48d9-426c-b562-0ea504cd8388"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.6666666666666666em);
}

[id="s-baf65bcd-48d9-426c-b562-0ea504cd8388"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.6666666666666666em);
}

[id="s-baf65bcd-48d9-426c-b562-0ea504cd8388"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.6666666666666666em);
}

[id="s-baf65bcd-48d9-426c-b562-0ea504cd8388"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.6666666666666666em);
}

[id="s-baf65bcd-48d9-426c-b562-0ea504cd8388"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.6666666666666666em);
}

[id="s-baf65bcd-48d9-426c-b562-0ea504cd8388"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.6666666666666666em);
}

[id="s-baf65bcd-48d9-426c-b562-0ea504cd8388"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.6666666666666666em);
}

[id="s-baf65bcd-48d9-426c-b562-0ea504cd8388"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.6666666666666666em);
}

}

@media (min-width: 1200px) {
[id="s-baf65bcd-48d9-426c-b562-0ea504cd8388"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.6666666666666666em);
}

[id="s-baf65bcd-48d9-426c-b562-0ea504cd8388"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.6666666666666666em);
}

[id="s-baf65bcd-48d9-426c-b562-0ea504cd8388"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.6666666666666666em);
}

[id="s-baf65bcd-48d9-426c-b562-0ea504cd8388"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.6666666666666666em);
}

[id="s-baf65bcd-48d9-426c-b562-0ea504cd8388"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.6666666666666666em);
}

[id="s-baf65bcd-48d9-426c-b562-0ea504cd8388"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.6666666666666666em);
}

[id="s-baf65bcd-48d9-426c-b562-0ea504cd8388"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.6666666666666666em);
}

[id="s-baf65bcd-48d9-426c-b562-0ea504cd8388"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.6666666666666666em);
}

[id="s-baf65bcd-48d9-426c-b562-0ea504cd8388"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.6666666666666666em);
}

[id="s-baf65bcd-48d9-426c-b562-0ea504cd8388"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.6666666666666666em);
}

[id="s-baf65bcd-48d9-426c-b562-0ea504cd8388"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.6666666666666666em);
}

[id="s-baf65bcd-48d9-426c-b562-0ea504cd8388"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.6666666666666666em);
}

}

#s-c8f544b5-f5ea-410b-b9ac-3db7c6581152 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-c8f544b5-f5ea-410b-b9ac-3db7c6581152 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c8f544b5-f5ea-410b-b9ac-3db7c6581152.shg-box.shg-c {
  justify-content: center;
}

#s-631d0e02-d4e8-45f6-9475-673deda71c49 {
  text-align: center;
}





#s-631d0e02-d4e8-45f6-9475-673deda71c49 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-2aa74fa4-ddd4-45bc-95d5-5ffe0be61cea {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(246, 159, 51, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-2aa74fa4-ddd4-45bc-95d5-5ffe0be61cea:hover {background-color: rgba(246, 159, 51, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-2aa74fa4-ddd4-45bc-95d5-5ffe0be61cea:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2aa74fa4-ddd4-45bc-95d5-5ffe0be61cea.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 1.75em;
  
  
  font-family: Oswald;
  display:  block ;
}

#s-c24674fb-c9df-43cd-b4fb-4850cf41256d {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-c24674fb-c9df-43cd-b4fb-4850cf41256d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c24674fb-c9df-43cd-b4fb-4850cf41256d.shg-box.shg-c {
  justify-content: center;
}

#s-b14b6fd0-471a-4711-ba1c-3082acfe6256 {
  text-align: center;
}




  #s-b14b6fd0-471a-4711-ba1c-3082acfe6256 img.shogun-image {
    
    width: px;
  }


#s-b14b6fd0-471a-4711-ba1c-3082acfe6256 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-c9fdad44-3e5b-4370-a6c1-46cad53304e6 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(246, 159, 51, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-c9fdad44-3e5b-4370-a6c1-46cad53304e6:hover {background-color: rgba(246, 159, 51, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-c9fdad44-3e5b-4370-a6c1-46cad53304e6:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c9fdad44-3e5b-4370-a6c1-46cad53304e6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 1.75em;
  
  
  font-family: Oswald;
  display:  block ;
}

#s-e5b43e74-b0b2-4246-be62-96decc48cd97 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-e5b43e74-b0b2-4246-be62-96decc48cd97 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e5b43e74-b0b2-4246-be62-96decc48cd97.shg-box.shg-c {
  justify-content: center;
}

#s-1fdffb18-c47b-4977-9d12-27d3d6798075 {
  text-align: center;
}





#s-1fdffb18-c47b-4977-9d12-27d3d6798075 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-dc214a23-2791-43ca-badb-362a8775e052 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(246, 159, 51, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-dc214a23-2791-43ca-badb-362a8775e052:hover {background-color: rgba(246, 159, 51, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-dc214a23-2791-43ca-badb-362a8775e052:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-dc214a23-2791-43ca-badb-362a8775e052.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 1.75em;
  
  
  font-family: Oswald;
  display:  block ;
}

#s-32d7bd83-80df-4249-8082-0b7f2f2b13dc {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-32d7bd83-80df-4249-8082-0b7f2f2b13dc {
  display: none;
}
#s-32d7bd83-80df-4249-8082-0b7f2f2b13dc, #wrap-s-32d7bd83-80df-4249-8082-0b7f2f2b13dc { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-32d7bd83-80df-4249-8082-0b7f2f2b13dc {
  display: none;
}
#s-32d7bd83-80df-4249-8082-0b7f2f2b13dc, #wrap-s-32d7bd83-80df-4249-8082-0b7f2f2b13dc { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-32d7bd83-80df-4249-8082-0b7f2f2b13dc {
  
}
}@media (max-width: 767px){#s-32d7bd83-80df-4249-8082-0b7f2f2b13dc {
  
}
}







#s-32d7bd83-80df-4249-8082-0b7f2f2b13dc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-32d7bd83-80df-4249-8082-0b7f2f2b13dc.shg-box.shg-c {
  justify-content: center;
}

#s-451dc90c-51f4-4ae7-a408-883e866b22ae {
  margin-top: 1em;
margin-bottom: 1em;
text-align: center;
}

#s-451dc90c-51f4-4ae7-a408-883e866b22ae .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Oswald";
  font-style:   ;
  font-size: 1.5em;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



#s-75f24bcb-2840-492f-9617-b0ce88393d9e {
  margin-left: 1em;
margin-right: 1em;
min-height: 50px;
}








#s-75f24bcb-2840-492f-9617-b0ce88393d9e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-75f24bcb-2840-492f-9617-b0ce88393d9e.shg-box.shg-c {
  justify-content: center;
}

#s-aa76bbc6-e7ed-43e7-9389-a3e66f9c9de1 {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-aa76bbc6-e7ed-43e7-9389-a3e66f9c9de1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.5em);
}

[id="s-aa76bbc6-e7ed-43e7-9389-a3e66f9c9de1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-aa76bbc6-e7ed-43e7-9389-a3e66f9c9de1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-aa76bbc6-e7ed-43e7-9389-a3e66f9c9de1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-aa76bbc6-e7ed-43e7-9389-a3e66f9c9de1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-aa76bbc6-e7ed-43e7-9389-a3e66f9c9de1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-aa76bbc6-e7ed-43e7-9389-a3e66f9c9de1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-aa76bbc6-e7ed-43e7-9389-a3e66f9c9de1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-aa76bbc6-e7ed-43e7-9389-a3e66f9c9de1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-aa76bbc6-e7ed-43e7-9389-a3e66f9c9de1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-aa76bbc6-e7ed-43e7-9389-a3e66f9c9de1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-aa76bbc6-e7ed-43e7-9389-a3e66f9c9de1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-aa76bbc6-e7ed-43e7-9389-a3e66f9c9de1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-aa76bbc6-e7ed-43e7-9389-a3e66f9c9de1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.75em);
}

}

@media (min-width: 992px) {
[id="s-aa76bbc6-e7ed-43e7-9389-a3e66f9c9de1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-aa76bbc6-e7ed-43e7-9389-a3e66f9c9de1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-aa76bbc6-e7ed-43e7-9389-a3e66f9c9de1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-aa76bbc6-e7ed-43e7-9389-a3e66f9c9de1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-aa76bbc6-e7ed-43e7-9389-a3e66f9c9de1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-aa76bbc6-e7ed-43e7-9389-a3e66f9c9de1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-aa76bbc6-e7ed-43e7-9389-a3e66f9c9de1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-aa76bbc6-e7ed-43e7-9389-a3e66f9c9de1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-aa76bbc6-e7ed-43e7-9389-a3e66f9c9de1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-aa76bbc6-e7ed-43e7-9389-a3e66f9c9de1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-aa76bbc6-e7ed-43e7-9389-a3e66f9c9de1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-aa76bbc6-e7ed-43e7-9389-a3e66f9c9de1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.75em);
}

}

@media (min-width: 1200px) {
[id="s-aa76bbc6-e7ed-43e7-9389-a3e66f9c9de1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-aa76bbc6-e7ed-43e7-9389-a3e66f9c9de1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-aa76bbc6-e7ed-43e7-9389-a3e66f9c9de1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-aa76bbc6-e7ed-43e7-9389-a3e66f9c9de1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-aa76bbc6-e7ed-43e7-9389-a3e66f9c9de1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-aa76bbc6-e7ed-43e7-9389-a3e66f9c9de1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-aa76bbc6-e7ed-43e7-9389-a3e66f9c9de1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-aa76bbc6-e7ed-43e7-9389-a3e66f9c9de1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-aa76bbc6-e7ed-43e7-9389-a3e66f9c9de1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-aa76bbc6-e7ed-43e7-9389-a3e66f9c9de1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-aa76bbc6-e7ed-43e7-9389-a3e66f9c9de1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-aa76bbc6-e7ed-43e7-9389-a3e66f9c9de1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.75em);
}

}

#s-66cbd83b-7253-4ff5-b183-9c4baa400cc6 {
  min-height: 50px;
}








#s-66cbd83b-7253-4ff5-b183-9c4baa400cc6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-66cbd83b-7253-4ff5-b183-9c4baa400cc6.shg-box.shg-c {
  justify-content: center;
}

#s-575ec321-0ea9-41af-8f13-4d6d46a5146a {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-575ec321-0ea9-41af-8f13-4d6d46a5146a img.shogun-image {
    
    width: px;
  }


#s-575ec321-0ea9-41af-8f13-4d6d46a5146a .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-b96cdd77-4bbe-4377-a929-b7567c913731 {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-c0cbb00b-2311-4bcd-b1a7-41e5bc270c0f {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-db8bd119-8bbc-4337-957b-58070d8c62e3 {
  min-height: 50px;
}








#s-db8bd119-8bbc-4337-957b-58070d8c62e3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-db8bd119-8bbc-4337-957b-58070d8c62e3.shg-box.shg-c {
  justify-content: center;
}

#s-99134900-a9a2-46f9-a339-dee349210a67 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-99134900-a9a2-46f9-a339-dee349210a67 img.shogun-image {
    
    width: px;
  }


#s-99134900-a9a2-46f9-a339-dee349210a67 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-0c19e8bc-bb15-4945-81e9-a10186a84847 {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-b8a2bd96-65ff-400d-9d38-828da4ad572a {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-04ad5f09-d030-4dfa-a294-283f389e1442 {
  min-height: 50px;
}








#s-04ad5f09-d030-4dfa-a294-283f389e1442 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-04ad5f09-d030-4dfa-a294-283f389e1442.shg-box.shg-c {
  justify-content: center;
}

#s-a18b145f-7959-4376-a76e-0c189daa12d2 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-a18b145f-7959-4376-a76e-0c189daa12d2 img.shogun-image {
    
    width: px;
  }


#s-a18b145f-7959-4376-a76e-0c189daa12d2 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-7dafa0ec-cf12-4f89-8c02-2e138515ad57 {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-2c7c6de9-0a1c-4c88-8f81-245c165bc1ac {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-367dd2fb-3c87-4eca-a140-46632a83c06c {
  min-height: 50px;
}








#s-367dd2fb-3c87-4eca-a140-46632a83c06c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-367dd2fb-3c87-4eca-a140-46632a83c06c.shg-box.shg-c {
  justify-content: center;
}

#s-3c60d8ec-a2d6-489a-a08c-819b9c52760e {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-3c60d8ec-a2d6-489a-a08c-819b9c52760e img.shogun-image {
    
    width: px;
  }


#s-3c60d8ec-a2d6-489a-a08c-819b9c52760e .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-8780e970-1f44-4186-a8e9-274f1d1b2a0a {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-52375ba8-f1f2-416d-92f4-417dc72cbdbc {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-e903181e-76ed-4c3c-a6bd-ab19302c9b09 {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-e903181e-76ed-4c3c-a6bd-ab19302c9b09"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.5em);
}

[id="s-e903181e-76ed-4c3c-a6bd-ab19302c9b09"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e903181e-76ed-4c3c-a6bd-ab19302c9b09"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-e903181e-76ed-4c3c-a6bd-ab19302c9b09"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-e903181e-76ed-4c3c-a6bd-ab19302c9b09"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-e903181e-76ed-4c3c-a6bd-ab19302c9b09"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-e903181e-76ed-4c3c-a6bd-ab19302c9b09"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-e903181e-76ed-4c3c-a6bd-ab19302c9b09"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-e903181e-76ed-4c3c-a6bd-ab19302c9b09"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-e903181e-76ed-4c3c-a6bd-ab19302c9b09"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-e903181e-76ed-4c3c-a6bd-ab19302c9b09"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-e903181e-76ed-4c3c-a6bd-ab19302c9b09"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-e903181e-76ed-4c3c-a6bd-ab19302c9b09"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-e903181e-76ed-4c3c-a6bd-ab19302c9b09"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.75em);
}

}

@media (min-width: 992px) {
[id="s-e903181e-76ed-4c3c-a6bd-ab19302c9b09"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-e903181e-76ed-4c3c-a6bd-ab19302c9b09"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-e903181e-76ed-4c3c-a6bd-ab19302c9b09"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-e903181e-76ed-4c3c-a6bd-ab19302c9b09"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-e903181e-76ed-4c3c-a6bd-ab19302c9b09"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-e903181e-76ed-4c3c-a6bd-ab19302c9b09"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-e903181e-76ed-4c3c-a6bd-ab19302c9b09"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-e903181e-76ed-4c3c-a6bd-ab19302c9b09"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-e903181e-76ed-4c3c-a6bd-ab19302c9b09"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-e903181e-76ed-4c3c-a6bd-ab19302c9b09"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-e903181e-76ed-4c3c-a6bd-ab19302c9b09"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-e903181e-76ed-4c3c-a6bd-ab19302c9b09"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.75em);
}

}

@media (min-width: 1200px) {
[id="s-e903181e-76ed-4c3c-a6bd-ab19302c9b09"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-e903181e-76ed-4c3c-a6bd-ab19302c9b09"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-e903181e-76ed-4c3c-a6bd-ab19302c9b09"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-e903181e-76ed-4c3c-a6bd-ab19302c9b09"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-e903181e-76ed-4c3c-a6bd-ab19302c9b09"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-e903181e-76ed-4c3c-a6bd-ab19302c9b09"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-e903181e-76ed-4c3c-a6bd-ab19302c9b09"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-e903181e-76ed-4c3c-a6bd-ab19302c9b09"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-e903181e-76ed-4c3c-a6bd-ab19302c9b09"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-e903181e-76ed-4c3c-a6bd-ab19302c9b09"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-e903181e-76ed-4c3c-a6bd-ab19302c9b09"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-e903181e-76ed-4c3c-a6bd-ab19302c9b09"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.75em);
}

}

#s-ea803dc0-53fa-4abc-8f7e-20756f79e93f {
  min-height: 50px;
}








#s-ea803dc0-53fa-4abc-8f7e-20756f79e93f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ea803dc0-53fa-4abc-8f7e-20756f79e93f.shg-box.shg-c {
  justify-content: center;
}

#s-eba4a156-acbb-4eec-8064-02692abb7853 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-eba4a156-acbb-4eec-8064-02692abb7853 img.shogun-image {
    
    width: px;
  }


#s-eba4a156-acbb-4eec-8064-02692abb7853 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-733a7f80-1326-4571-ad6c-8fcb9391d054 {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-249b28a1-4c48-46eb-ac0c-73eb0754a3a1 {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-d588eeaa-aeae-4981-9e79-7c8b9b99f549 {
  min-height: 50px;
}








#s-d588eeaa-aeae-4981-9e79-7c8b9b99f549 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d588eeaa-aeae-4981-9e79-7c8b9b99f549.shg-box.shg-c {
  justify-content: center;
}

#s-2cbd2b76-4348-4130-9404-736e2ff87e76 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-2cbd2b76-4348-4130-9404-736e2ff87e76 img.shogun-image {
    
    width: px;
  }


#s-2cbd2b76-4348-4130-9404-736e2ff87e76 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-31e2775e-0779-45b2-90b7-cf7176fdb3cd {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-6ac5ca65-2717-447e-9036-570268b56c27 {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-3d3e400c-1ab2-440b-b245-d31cc297f60e {
  min-height: 50px;
}








#s-3d3e400c-1ab2-440b-b245-d31cc297f60e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3d3e400c-1ab2-440b-b245-d31cc297f60e.shg-box.shg-c {
  justify-content: center;
}

#s-1e449c16-bc4e-43a1-a3d3-a824d571caef {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-1e449c16-bc4e-43a1-a3d3-a824d571caef img.shogun-image {
    
    width: px;
  }


#s-1e449c16-bc4e-43a1-a3d3-a824d571caef .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-afa0fe00-c718-4f93-9e7d-326ae6ea7ec3 {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-721eae52-f20a-43dd-90a5-89cb0a003227 {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-639df515-1d5d-43b8-84cc-ad8d4c6385b2 {
  min-height: 50px;
}








#s-639df515-1d5d-43b8-84cc-ad8d4c6385b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-639df515-1d5d-43b8-84cc-ad8d4c6385b2.shg-box.shg-c {
  justify-content: center;
}

#s-0727eafa-18f9-481a-a3f6-e32bcfedea13 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-0727eafa-18f9-481a-a3f6-e32bcfedea13 img.shogun-image {
    
    width: px;
  }


#s-0727eafa-18f9-481a-a3f6-e32bcfedea13 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-a0d3fd89-de73-48b9-9074-21a17fd412ad {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-4a9add31-d851-4c02-9926-0974fd1970e2 {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-d402ce3a-d22e-44ba-920c-391a205c3314 {
  padding-top: 1em;
min-height: 50px;
background-color: rgba(230, 231, 232, 1);
}
@media (min-width: 1200px){#s-d402ce3a-d22e-44ba-920c-391a205c3314 {
  display: none;
}
#s-d402ce3a-d22e-44ba-920c-391a205c3314, #wrap-s-d402ce3a-d22e-44ba-920c-391a205c3314 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d402ce3a-d22e-44ba-920c-391a205c3314 {
  display: none;
}
#s-d402ce3a-d22e-44ba-920c-391a205c3314, #wrap-s-d402ce3a-d22e-44ba-920c-391a205c3314 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d402ce3a-d22e-44ba-920c-391a205c3314 {
  
}
}@media (max-width: 767px){#s-d402ce3a-d22e-44ba-920c-391a205c3314 {
  
}
}







#s-d402ce3a-d22e-44ba-920c-391a205c3314 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d402ce3a-d22e-44ba-920c-391a205c3314.shg-box.shg-c {
  justify-content: center;
}

#s-f724216a-1a76-4ed3-a990-72f0f0bed033 {
  margin-top: 1.5em;
margin-bottom: 1.5em;
text-align: center;
}

#s-f724216a-1a76-4ed3-a990-72f0f0bed033 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Oswald";
  font-style:   ;
  font-size: 1.5em;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



#s-8c20b0b0-d1ab-43d3-bb54-61944418507e {
  margin-left: 1em;
margin-right: 1em;
min-height: 50px;
}








#s-8c20b0b0-d1ab-43d3-bb54-61944418507e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8c20b0b0-d1ab-43d3-bb54-61944418507e.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-0104e7c1-987b-48b5-bf5c-2a3cddea525e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0104e7c1-987b-48b5-bf5c-2a3cddea525e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.6666666666666666em);
}

[id="s-0104e7c1-987b-48b5-bf5c-2a3cddea525e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.6666666666666666em);
}

[id="s-0104e7c1-987b-48b5-bf5c-2a3cddea525e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.6666666666666666em);
}

[id="s-0104e7c1-987b-48b5-bf5c-2a3cddea525e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.6666666666666666em);
}

[id="s-0104e7c1-987b-48b5-bf5c-2a3cddea525e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.6666666666666666em);
}

[id="s-0104e7c1-987b-48b5-bf5c-2a3cddea525e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.6666666666666666em);
}

[id="s-0104e7c1-987b-48b5-bf5c-2a3cddea525e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.6666666666666666em);
}

[id="s-0104e7c1-987b-48b5-bf5c-2a3cddea525e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.6666666666666666em);
}

[id="s-0104e7c1-987b-48b5-bf5c-2a3cddea525e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.6666666666666666em);
}

[id="s-0104e7c1-987b-48b5-bf5c-2a3cddea525e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.6666666666666666em);
}

[id="s-0104e7c1-987b-48b5-bf5c-2a3cddea525e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.6666666666666666em);
}

[id="s-0104e7c1-987b-48b5-bf5c-2a3cddea525e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.6666666666666666em);
}

}

@media (min-width: 992px) {
[id="s-0104e7c1-987b-48b5-bf5c-2a3cddea525e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.6666666666666666em);
}

[id="s-0104e7c1-987b-48b5-bf5c-2a3cddea525e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.6666666666666666em);
}

[id="s-0104e7c1-987b-48b5-bf5c-2a3cddea525e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.6666666666666666em);
}

[id="s-0104e7c1-987b-48b5-bf5c-2a3cddea525e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.6666666666666666em);
}

[id="s-0104e7c1-987b-48b5-bf5c-2a3cddea525e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.6666666666666666em);
}

[id="s-0104e7c1-987b-48b5-bf5c-2a3cddea525e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.6666666666666666em);
}

[id="s-0104e7c1-987b-48b5-bf5c-2a3cddea525e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.6666666666666666em);
}

[id="s-0104e7c1-987b-48b5-bf5c-2a3cddea525e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.6666666666666666em);
}

[id="s-0104e7c1-987b-48b5-bf5c-2a3cddea525e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.6666666666666666em);
}

[id="s-0104e7c1-987b-48b5-bf5c-2a3cddea525e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.6666666666666666em);
}

[id="s-0104e7c1-987b-48b5-bf5c-2a3cddea525e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.6666666666666666em);
}

[id="s-0104e7c1-987b-48b5-bf5c-2a3cddea525e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.6666666666666666em);
}

}

@media (min-width: 1200px) {
[id="s-0104e7c1-987b-48b5-bf5c-2a3cddea525e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.6666666666666666em);
}

[id="s-0104e7c1-987b-48b5-bf5c-2a3cddea525e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.6666666666666666em);
}

[id="s-0104e7c1-987b-48b5-bf5c-2a3cddea525e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.6666666666666666em);
}

[id="s-0104e7c1-987b-48b5-bf5c-2a3cddea525e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.6666666666666666em);
}

[id="s-0104e7c1-987b-48b5-bf5c-2a3cddea525e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.6666666666666666em);
}

[id="s-0104e7c1-987b-48b5-bf5c-2a3cddea525e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.6666666666666666em);
}

[id="s-0104e7c1-987b-48b5-bf5c-2a3cddea525e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.6666666666666666em);
}

[id="s-0104e7c1-987b-48b5-bf5c-2a3cddea525e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.6666666666666666em);
}

[id="s-0104e7c1-987b-48b5-bf5c-2a3cddea525e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.6666666666666666em);
}

[id="s-0104e7c1-987b-48b5-bf5c-2a3cddea525e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.6666666666666666em);
}

[id="s-0104e7c1-987b-48b5-bf5c-2a3cddea525e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.6666666666666666em);
}

[id="s-0104e7c1-987b-48b5-bf5c-2a3cddea525e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.6666666666666666em);
}

}

#s-94b2c4ed-6676-49d6-bfe0-1165769bfbda {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-94b2c4ed-6676-49d6-bfe0-1165769bfbda"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.6666666666666666em);
}

[id="s-94b2c4ed-6676-49d6-bfe0-1165769bfbda"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.6666666666666666em);
}

[id="s-94b2c4ed-6676-49d6-bfe0-1165769bfbda"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.6666666666666666em);
}

[id="s-94b2c4ed-6676-49d6-bfe0-1165769bfbda"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.6666666666666666em);
}

[id="s-94b2c4ed-6676-49d6-bfe0-1165769bfbda"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.6666666666666666em);
}

[id="s-94b2c4ed-6676-49d6-bfe0-1165769bfbda"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.6666666666666666em);
}

[id="s-94b2c4ed-6676-49d6-bfe0-1165769bfbda"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.6666666666666666em);
}

[id="s-94b2c4ed-6676-49d6-bfe0-1165769bfbda"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.6666666666666666em);
}

[id="s-94b2c4ed-6676-49d6-bfe0-1165769bfbda"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.6666666666666666em);
}

[id="s-94b2c4ed-6676-49d6-bfe0-1165769bfbda"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.6666666666666666em);
}

[id="s-94b2c4ed-6676-49d6-bfe0-1165769bfbda"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.6666666666666666em);
}

[id="s-94b2c4ed-6676-49d6-bfe0-1165769bfbda"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.6666666666666666em);
}

}

@media (min-width: 768px) {
[id="s-94b2c4ed-6676-49d6-bfe0-1165769bfbda"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.6666666666666666em);
}

[id="s-94b2c4ed-6676-49d6-bfe0-1165769bfbda"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.6666666666666666em);
}

[id="s-94b2c4ed-6676-49d6-bfe0-1165769bfbda"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.6666666666666666em);
}

[id="s-94b2c4ed-6676-49d6-bfe0-1165769bfbda"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.6666666666666666em);
}

[id="s-94b2c4ed-6676-49d6-bfe0-1165769bfbda"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.6666666666666666em);
}

[id="s-94b2c4ed-6676-49d6-bfe0-1165769bfbda"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.6666666666666666em);
}

[id="s-94b2c4ed-6676-49d6-bfe0-1165769bfbda"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.6666666666666666em);
}

[id="s-94b2c4ed-6676-49d6-bfe0-1165769bfbda"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.6666666666666666em);
}

[id="s-94b2c4ed-6676-49d6-bfe0-1165769bfbda"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.6666666666666666em);
}

[id="s-94b2c4ed-6676-49d6-bfe0-1165769bfbda"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.6666666666666666em);
}

[id="s-94b2c4ed-6676-49d6-bfe0-1165769bfbda"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.6666666666666666em);
}

[id="s-94b2c4ed-6676-49d6-bfe0-1165769bfbda"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.6666666666666666em);
}

}

@media (min-width: 992px) {
[id="s-94b2c4ed-6676-49d6-bfe0-1165769bfbda"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.6666666666666666em);
}

[id="s-94b2c4ed-6676-49d6-bfe0-1165769bfbda"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.6666666666666666em);
}

[id="s-94b2c4ed-6676-49d6-bfe0-1165769bfbda"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.6666666666666666em);
}

[id="s-94b2c4ed-6676-49d6-bfe0-1165769bfbda"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.6666666666666666em);
}

[id="s-94b2c4ed-6676-49d6-bfe0-1165769bfbda"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.6666666666666666em);
}

[id="s-94b2c4ed-6676-49d6-bfe0-1165769bfbda"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.6666666666666666em);
}

[id="s-94b2c4ed-6676-49d6-bfe0-1165769bfbda"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.6666666666666666em);
}

[id="s-94b2c4ed-6676-49d6-bfe0-1165769bfbda"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.6666666666666666em);
}

[id="s-94b2c4ed-6676-49d6-bfe0-1165769bfbda"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.6666666666666666em);
}

[id="s-94b2c4ed-6676-49d6-bfe0-1165769bfbda"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.6666666666666666em);
}

[id="s-94b2c4ed-6676-49d6-bfe0-1165769bfbda"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.6666666666666666em);
}

[id="s-94b2c4ed-6676-49d6-bfe0-1165769bfbda"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.6666666666666666em);
}

}

@media (min-width: 1200px) {
[id="s-94b2c4ed-6676-49d6-bfe0-1165769bfbda"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.6666666666666666em);
}

[id="s-94b2c4ed-6676-49d6-bfe0-1165769bfbda"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.6666666666666666em);
}

[id="s-94b2c4ed-6676-49d6-bfe0-1165769bfbda"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.6666666666666666em);
}

[id="s-94b2c4ed-6676-49d6-bfe0-1165769bfbda"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.6666666666666666em);
}

[id="s-94b2c4ed-6676-49d6-bfe0-1165769bfbda"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.6666666666666666em);
}

[id="s-94b2c4ed-6676-49d6-bfe0-1165769bfbda"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.6666666666666666em);
}

[id="s-94b2c4ed-6676-49d6-bfe0-1165769bfbda"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.6666666666666666em);
}

[id="s-94b2c4ed-6676-49d6-bfe0-1165769bfbda"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.6666666666666666em);
}

[id="s-94b2c4ed-6676-49d6-bfe0-1165769bfbda"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.6666666666666666em);
}

[id="s-94b2c4ed-6676-49d6-bfe0-1165769bfbda"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.6666666666666666em);
}

[id="s-94b2c4ed-6676-49d6-bfe0-1165769bfbda"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.6666666666666666em);
}

[id="s-94b2c4ed-6676-49d6-bfe0-1165769bfbda"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.6666666666666666em);
}

}

#s-78c666cb-d4a7-4355-8884-44bc491c80d2 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-78c666cb-d4a7-4355-8884-44bc491c80d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-78c666cb-d4a7-4355-8884-44bc491c80d2.shg-box.shg-c {
  justify-content: center;
}

#s-732afd99-9dce-4cb3-a2bd-d35e3502ad10 {
  text-align: center;
}





#s-732afd99-9dce-4cb3-a2bd-d35e3502ad10 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-08a3ffb7-f2f8-493d-a3a0-2aee83ea9657 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(246, 159, 51, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-08a3ffb7-f2f8-493d-a3a0-2aee83ea9657:hover {background-color: rgba(246, 159, 51, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-08a3ffb7-f2f8-493d-a3a0-2aee83ea9657:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-08a3ffb7-f2f8-493d-a3a0-2aee83ea9657.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 1em;
  
  
  font-family: Oswald;
  display:  block ;
}

#s-37105668-bdad-496b-8c1f-ca7a02e63648 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-37105668-bdad-496b-8c1f-ca7a02e63648 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-37105668-bdad-496b-8c1f-ca7a02e63648.shg-box.shg-c {
  justify-content: center;
}

#s-bdd69a32-1d4f-4053-874a-c71ed749075f {
  text-align: center;
}





#s-bdd69a32-1d4f-4053-874a-c71ed749075f .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-14f120cb-9bf0-4d90-ab75-a225420a62ab {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(246, 159, 51, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-14f120cb-9bf0-4d90-ab75-a225420a62ab:hover {background-color: rgba(246, 159, 51, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-14f120cb-9bf0-4d90-ab75-a225420a62ab:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-14f120cb-9bf0-4d90-ab75-a225420a62ab.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 1em;
  
  
  font-family: Oswald;
  display:  block ;
}

#s-8a292c8f-d5b7-4dae-8b5e-5716a656f7fa {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-8a292c8f-d5b7-4dae-8b5e-5716a656f7fa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8a292c8f-d5b7-4dae-8b5e-5716a656f7fa.shg-box.shg-c {
  justify-content: center;
}

#s-435928ac-5467-44e1-9c3b-80094bd0644c {
  text-align: center;
}





#s-435928ac-5467-44e1-9c3b-80094bd0644c .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-072b16ed-6109-4fd2-9884-bb09c445bea8 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(246, 159, 51, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-072b16ed-6109-4fd2-9884-bb09c445bea8:hover {background-color: rgba(246, 159, 51, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-072b16ed-6109-4fd2-9884-bb09c445bea8:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-072b16ed-6109-4fd2-9884-bb09c445bea8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 1em;
  
  
  font-family: Oswald;
  display:  block ;
}

#s-a1e5dd93-c8c4-43ef-bc16-7c025d129cea {
  min-height: 50px;
}








#s-a1e5dd93-c8c4-43ef-bc16-7c025d129cea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a1e5dd93-c8c4-43ef-bc16-7c025d129cea.shg-box.shg-c {
  justify-content: center;
}

#s-270a9ea2-730c-416d-9e66-dec16521f31f {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-270a9ea2-730c-416d-9e66-dec16521f31f"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.6666666666666666em);
}

[id="s-270a9ea2-730c-416d-9e66-dec16521f31f"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.6666666666666666em);
}

[id="s-270a9ea2-730c-416d-9e66-dec16521f31f"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.6666666666666666em);
}

[id="s-270a9ea2-730c-416d-9e66-dec16521f31f"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.6666666666666666em);
}

[id="s-270a9ea2-730c-416d-9e66-dec16521f31f"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.6666666666666666em);
}

[id="s-270a9ea2-730c-416d-9e66-dec16521f31f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.6666666666666666em);
}

[id="s-270a9ea2-730c-416d-9e66-dec16521f31f"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.6666666666666666em);
}

[id="s-270a9ea2-730c-416d-9e66-dec16521f31f"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.6666666666666666em);
}

[id="s-270a9ea2-730c-416d-9e66-dec16521f31f"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.6666666666666666em);
}

[id="s-270a9ea2-730c-416d-9e66-dec16521f31f"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.6666666666666666em);
}

[id="s-270a9ea2-730c-416d-9e66-dec16521f31f"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.6666666666666666em);
}

[id="s-270a9ea2-730c-416d-9e66-dec16521f31f"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.6666666666666666em);
}

}

@media (min-width: 768px) {
[id="s-270a9ea2-730c-416d-9e66-dec16521f31f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.6666666666666666em);
}

[id="s-270a9ea2-730c-416d-9e66-dec16521f31f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.6666666666666666em);
}

[id="s-270a9ea2-730c-416d-9e66-dec16521f31f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.6666666666666666em);
}

[id="s-270a9ea2-730c-416d-9e66-dec16521f31f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.6666666666666666em);
}

[id="s-270a9ea2-730c-416d-9e66-dec16521f31f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.6666666666666666em);
}

[id="s-270a9ea2-730c-416d-9e66-dec16521f31f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.6666666666666666em);
}

[id="s-270a9ea2-730c-416d-9e66-dec16521f31f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.6666666666666666em);
}

[id="s-270a9ea2-730c-416d-9e66-dec16521f31f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.6666666666666666em);
}

[id="s-270a9ea2-730c-416d-9e66-dec16521f31f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.6666666666666666em);
}

[id="s-270a9ea2-730c-416d-9e66-dec16521f31f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.6666666666666666em);
}

[id="s-270a9ea2-730c-416d-9e66-dec16521f31f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.6666666666666666em);
}

[id="s-270a9ea2-730c-416d-9e66-dec16521f31f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.6666666666666666em);
}

}

@media (min-width: 992px) {
[id="s-270a9ea2-730c-416d-9e66-dec16521f31f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.6666666666666666em);
}

[id="s-270a9ea2-730c-416d-9e66-dec16521f31f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.6666666666666666em);
}

[id="s-270a9ea2-730c-416d-9e66-dec16521f31f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.6666666666666666em);
}

[id="s-270a9ea2-730c-416d-9e66-dec16521f31f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.6666666666666666em);
}

[id="s-270a9ea2-730c-416d-9e66-dec16521f31f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.6666666666666666em);
}

[id="s-270a9ea2-730c-416d-9e66-dec16521f31f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.6666666666666666em);
}

[id="s-270a9ea2-730c-416d-9e66-dec16521f31f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.6666666666666666em);
}

[id="s-270a9ea2-730c-416d-9e66-dec16521f31f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.6666666666666666em);
}

[id="s-270a9ea2-730c-416d-9e66-dec16521f31f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.6666666666666666em);
}

[id="s-270a9ea2-730c-416d-9e66-dec16521f31f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.6666666666666666em);
}

[id="s-270a9ea2-730c-416d-9e66-dec16521f31f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.6666666666666666em);
}

[id="s-270a9ea2-730c-416d-9e66-dec16521f31f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.6666666666666666em);
}

}

@media (min-width: 1200px) {
[id="s-270a9ea2-730c-416d-9e66-dec16521f31f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.6666666666666666em);
}

[id="s-270a9ea2-730c-416d-9e66-dec16521f31f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.6666666666666666em);
}

[id="s-270a9ea2-730c-416d-9e66-dec16521f31f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.6666666666666666em);
}

[id="s-270a9ea2-730c-416d-9e66-dec16521f31f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.6666666666666666em);
}

[id="s-270a9ea2-730c-416d-9e66-dec16521f31f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.6666666666666666em);
}

[id="s-270a9ea2-730c-416d-9e66-dec16521f31f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.6666666666666666em);
}

[id="s-270a9ea2-730c-416d-9e66-dec16521f31f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.6666666666666666em);
}

[id="s-270a9ea2-730c-416d-9e66-dec16521f31f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.6666666666666666em);
}

[id="s-270a9ea2-730c-416d-9e66-dec16521f31f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.6666666666666666em);
}

[id="s-270a9ea2-730c-416d-9e66-dec16521f31f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.6666666666666666em);
}

[id="s-270a9ea2-730c-416d-9e66-dec16521f31f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.6666666666666666em);
}

[id="s-270a9ea2-730c-416d-9e66-dec16521f31f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.6666666666666666em);
}

}

#s-380b5f6c-de0b-45ba-918c-616ad06c3f0c {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-380b5f6c-de0b-45ba-918c-616ad06c3f0c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-380b5f6c-de0b-45ba-918c-616ad06c3f0c.shg-box.shg-c {
  justify-content: center;
}

#s-ca2a787d-088a-46b4-9231-035d1fd511c3 {
  text-align: center;
}





#s-ca2a787d-088a-46b4-9231-035d1fd511c3 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-70410005-0e5f-485e-a1b2-6fe565a66e15 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(246, 159, 51, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-70410005-0e5f-485e-a1b2-6fe565a66e15:hover {background-color: rgba(246, 159, 51, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-70410005-0e5f-485e-a1b2-6fe565a66e15:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-70410005-0e5f-485e-a1b2-6fe565a66e15.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 1em;
  
  
  font-family: Oswald;
  display:  block ;
}

#s-6bf27020-0b0d-4bc2-8c70-0b9115dbd916 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-6bf27020-0b0d-4bc2-8c70-0b9115dbd916 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6bf27020-0b0d-4bc2-8c70-0b9115dbd916.shg-box.shg-c {
  justify-content: center;
}

#s-50711eb0-4f01-46e9-a02a-6c97393b0513 {
  text-align: center;
}





#s-50711eb0-4f01-46e9-a02a-6c97393b0513 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-da6c4806-4cde-4793-9759-e907f70ebf19 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(246, 159, 51, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-da6c4806-4cde-4793-9759-e907f70ebf19:hover {background-color: rgba(246, 159, 51, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-da6c4806-4cde-4793-9759-e907f70ebf19:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-da6c4806-4cde-4793-9759-e907f70ebf19.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 1em;
  
  
  font-family: Oswald;
  display:  block ;
}

#s-5b194125-ac52-4b82-9088-598e8733a37b {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-5b194125-ac52-4b82-9088-598e8733a37b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5b194125-ac52-4b82-9088-598e8733a37b.shg-box.shg-c {
  justify-content: center;
}

#s-5fba6513-80a1-4446-8485-7f644e3278f8 {
  text-align: center;
}





#s-5fba6513-80a1-4446-8485-7f644e3278f8 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-d0ee2ee4-f141-44e5-9bf7-5af4d686078f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(246, 159, 51, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-d0ee2ee4-f141-44e5-9bf7-5af4d686078f:hover {background-color: rgba(246, 159, 51, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-d0ee2ee4-f141-44e5-9bf7-5af4d686078f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d0ee2ee4-f141-44e5-9bf7-5af4d686078f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 1em;
  
  
  font-family: Oswald;
  display:  block ;
}

#s-106e0127-61e8-4f79-bf71-3b534b02d004 {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-106e0127-61e8-4f79-bf71-3b534b02d004"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.6666666666666666em);
}

[id="s-106e0127-61e8-4f79-bf71-3b534b02d004"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.6666666666666666em);
}

[id="s-106e0127-61e8-4f79-bf71-3b534b02d004"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.6666666666666666em);
}

[id="s-106e0127-61e8-4f79-bf71-3b534b02d004"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.6666666666666666em);
}

[id="s-106e0127-61e8-4f79-bf71-3b534b02d004"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.6666666666666666em);
}

[id="s-106e0127-61e8-4f79-bf71-3b534b02d004"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.6666666666666666em);
}

[id="s-106e0127-61e8-4f79-bf71-3b534b02d004"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.6666666666666666em);
}

[id="s-106e0127-61e8-4f79-bf71-3b534b02d004"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.6666666666666666em);
}

[id="s-106e0127-61e8-4f79-bf71-3b534b02d004"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.6666666666666666em);
}

[id="s-106e0127-61e8-4f79-bf71-3b534b02d004"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.6666666666666666em);
}

[id="s-106e0127-61e8-4f79-bf71-3b534b02d004"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.6666666666666666em);
}

[id="s-106e0127-61e8-4f79-bf71-3b534b02d004"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.6666666666666666em);
}

}

@media (min-width: 768px) {
[id="s-106e0127-61e8-4f79-bf71-3b534b02d004"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.6666666666666666em);
}

[id="s-106e0127-61e8-4f79-bf71-3b534b02d004"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.6666666666666666em);
}

[id="s-106e0127-61e8-4f79-bf71-3b534b02d004"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.6666666666666666em);
}

[id="s-106e0127-61e8-4f79-bf71-3b534b02d004"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.6666666666666666em);
}

[id="s-106e0127-61e8-4f79-bf71-3b534b02d004"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.6666666666666666em);
}

[id="s-106e0127-61e8-4f79-bf71-3b534b02d004"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.6666666666666666em);
}

[id="s-106e0127-61e8-4f79-bf71-3b534b02d004"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.6666666666666666em);
}

[id="s-106e0127-61e8-4f79-bf71-3b534b02d004"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.6666666666666666em);
}

[id="s-106e0127-61e8-4f79-bf71-3b534b02d004"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.6666666666666666em);
}

[id="s-106e0127-61e8-4f79-bf71-3b534b02d004"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.6666666666666666em);
}

[id="s-106e0127-61e8-4f79-bf71-3b534b02d004"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.6666666666666666em);
}

[id="s-106e0127-61e8-4f79-bf71-3b534b02d004"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.6666666666666666em);
}

}

@media (min-width: 992px) {
[id="s-106e0127-61e8-4f79-bf71-3b534b02d004"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.6666666666666666em);
}

[id="s-106e0127-61e8-4f79-bf71-3b534b02d004"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.6666666666666666em);
}

[id="s-106e0127-61e8-4f79-bf71-3b534b02d004"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.6666666666666666em);
}

[id="s-106e0127-61e8-4f79-bf71-3b534b02d004"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.6666666666666666em);
}

[id="s-106e0127-61e8-4f79-bf71-3b534b02d004"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.6666666666666666em);
}

[id="s-106e0127-61e8-4f79-bf71-3b534b02d004"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.6666666666666666em);
}

[id="s-106e0127-61e8-4f79-bf71-3b534b02d004"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.6666666666666666em);
}

[id="s-106e0127-61e8-4f79-bf71-3b534b02d004"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.6666666666666666em);
}

[id="s-106e0127-61e8-4f79-bf71-3b534b02d004"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.6666666666666666em);
}

[id="s-106e0127-61e8-4f79-bf71-3b534b02d004"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.6666666666666666em);
}

[id="s-106e0127-61e8-4f79-bf71-3b534b02d004"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.6666666666666666em);
}

[id="s-106e0127-61e8-4f79-bf71-3b534b02d004"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.6666666666666666em);
}

}

@media (min-width: 1200px) {
[id="s-106e0127-61e8-4f79-bf71-3b534b02d004"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.6666666666666666em);
}

[id="s-106e0127-61e8-4f79-bf71-3b534b02d004"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.6666666666666666em);
}

[id="s-106e0127-61e8-4f79-bf71-3b534b02d004"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.6666666666666666em);
}

[id="s-106e0127-61e8-4f79-bf71-3b534b02d004"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.6666666666666666em);
}

[id="s-106e0127-61e8-4f79-bf71-3b534b02d004"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.6666666666666666em);
}

[id="s-106e0127-61e8-4f79-bf71-3b534b02d004"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.6666666666666666em);
}

[id="s-106e0127-61e8-4f79-bf71-3b534b02d004"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.6666666666666666em);
}

[id="s-106e0127-61e8-4f79-bf71-3b534b02d004"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.6666666666666666em);
}

[id="s-106e0127-61e8-4f79-bf71-3b534b02d004"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.6666666666666666em);
}

[id="s-106e0127-61e8-4f79-bf71-3b534b02d004"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.6666666666666666em);
}

[id="s-106e0127-61e8-4f79-bf71-3b534b02d004"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.6666666666666666em);
}

[id="s-106e0127-61e8-4f79-bf71-3b534b02d004"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.6666666666666666em);
}

}

#s-b9aa9af3-d0a0-4f8e-8ff6-8569d8d18183 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-b9aa9af3-d0a0-4f8e-8ff6-8569d8d18183 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b9aa9af3-d0a0-4f8e-8ff6-8569d8d18183.shg-box.shg-c {
  justify-content: center;
}

#s-e2e650fa-49e4-4fdc-9bfb-37c2e7f33db7 {
  text-align: center;
}





#s-e2e650fa-49e4-4fdc-9bfb-37c2e7f33db7 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-7bff971d-2ea2-4987-88a9-bd14e20b318a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(246, 159, 51, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-7bff971d-2ea2-4987-88a9-bd14e20b318a:hover {background-color: rgba(246, 159, 51, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-7bff971d-2ea2-4987-88a9-bd14e20b318a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7bff971d-2ea2-4987-88a9-bd14e20b318a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 1em;
  
  
  font-family: Oswald;
  display:  block ;
}

#s-99eeb89c-1359-4b1b-8510-c8b3fcfdade4 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-99eeb89c-1359-4b1b-8510-c8b3fcfdade4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-99eeb89c-1359-4b1b-8510-c8b3fcfdade4.shg-box.shg-c {
  justify-content: center;
}

#s-27209c12-cf86-4952-9d5a-379f8f68db78 {
  text-align: center;
}




  #s-27209c12-cf86-4952-9d5a-379f8f68db78 img.shogun-image {
    
    width: px;
  }


#s-27209c12-cf86-4952-9d5a-379f8f68db78 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-658b6f0e-5b41-4c22-9d37-ecce333815cd {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(246, 159, 51, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-658b6f0e-5b41-4c22-9d37-ecce333815cd:hover {background-color: rgba(246, 159, 51, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-658b6f0e-5b41-4c22-9d37-ecce333815cd:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-658b6f0e-5b41-4c22-9d37-ecce333815cd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 1em;
  
  
  font-family: Oswald;
  display:  block ;
}

#s-fc28c67b-a3b7-460c-8ad5-f9034e4ab3a2 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-fc28c67b-a3b7-460c-8ad5-f9034e4ab3a2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fc28c67b-a3b7-460c-8ad5-f9034e4ab3a2.shg-box.shg-c {
  justify-content: center;
}

#s-a777211f-2409-4266-8769-9ba13c964a6b {
  text-align: center;
}





#s-a777211f-2409-4266-8769-9ba13c964a6b .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-1cd11353-b53a-4704-b871-7dad43f226c1 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(246, 159, 51, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-1cd11353-b53a-4704-b871-7dad43f226c1:hover {background-color: rgba(246, 159, 51, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-1cd11353-b53a-4704-b871-7dad43f226c1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1cd11353-b53a-4704-b871-7dad43f226c1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 1em;
  
  
  font-family: Oswald;
  display:  block ;
}

#s-fb81f14c-15ea-48bc-96cd-c288511888a9 {
  min-height: 50px;
background-color: rgba(204, 204, 204, 1);
}








#s-fb81f14c-15ea-48bc-96cd-c288511888a9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fb81f14c-15ea-48bc-96cd-c288511888a9.shg-box.shg-c {
  justify-content: center;
}

#s-466f8c47-5391-4570-96a8-eb671818b2b5 {
  margin-top: 1em;
margin-left: 3em;
margin-bottom: 1em;
margin-right: 3em;
}
@media (min-width: 768px) and (max-width: 991px){#s-466f8c47-5391-4570-96a8-eb671818b2b5 {
  display: none;
}
#s-466f8c47-5391-4570-96a8-eb671818b2b5, #wrap-s-466f8c47-5391-4570-96a8-eb671818b2b5 { display:none !important; }}@media (max-width: 767px){#s-466f8c47-5391-4570-96a8-eb671818b2b5 {
  display: none;
}
#s-466f8c47-5391-4570-96a8-eb671818b2b5, #wrap-s-466f8c47-5391-4570-96a8-eb671818b2b5 { display:none !important; }}
@media (min-width: 0px) {
[id="s-466f8c47-5391-4570-96a8-eb671818b2b5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-466f8c47-5391-4570-96a8-eb671818b2b5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0em);
}

[id="s-466f8c47-5391-4570-96a8-eb671818b2b5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0em);
}

[id="s-466f8c47-5391-4570-96a8-eb671818b2b5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0em);
}

[id="s-466f8c47-5391-4570-96a8-eb671818b2b5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0em);
}

[id="s-466f8c47-5391-4570-96a8-eb671818b2b5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0em);
}

[id="s-466f8c47-5391-4570-96a8-eb671818b2b5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0em);
}

[id="s-466f8c47-5391-4570-96a8-eb671818b2b5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0em);
}

[id="s-466f8c47-5391-4570-96a8-eb671818b2b5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0em);
}

[id="s-466f8c47-5391-4570-96a8-eb671818b2b5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0em);
}

[id="s-466f8c47-5391-4570-96a8-eb671818b2b5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0em);
}

[id="s-466f8c47-5391-4570-96a8-eb671818b2b5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0em);
}

[id="s-466f8c47-5391-4570-96a8-eb671818b2b5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0em);
}

}

@media (min-width: 992px) {
[id="s-466f8c47-5391-4570-96a8-eb671818b2b5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0em);
}

[id="s-466f8c47-5391-4570-96a8-eb671818b2b5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0em);
}

[id="s-466f8c47-5391-4570-96a8-eb671818b2b5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0em);
}

[id="s-466f8c47-5391-4570-96a8-eb671818b2b5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0em);
}

[id="s-466f8c47-5391-4570-96a8-eb671818b2b5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0em);
}

[id="s-466f8c47-5391-4570-96a8-eb671818b2b5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0em);
}

[id="s-466f8c47-5391-4570-96a8-eb671818b2b5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0em);
}

[id="s-466f8c47-5391-4570-96a8-eb671818b2b5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0em);
}

[id="s-466f8c47-5391-4570-96a8-eb671818b2b5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0em);
}

[id="s-466f8c47-5391-4570-96a8-eb671818b2b5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0em);
}

[id="s-466f8c47-5391-4570-96a8-eb671818b2b5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0em);
}

[id="s-466f8c47-5391-4570-96a8-eb671818b2b5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0em);
}

}

@media (min-width: 1200px) {
[id="s-466f8c47-5391-4570-96a8-eb671818b2b5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0em);
}

[id="s-466f8c47-5391-4570-96a8-eb671818b2b5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0em);
}

[id="s-466f8c47-5391-4570-96a8-eb671818b2b5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0em);
}

[id="s-466f8c47-5391-4570-96a8-eb671818b2b5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0em);
}

[id="s-466f8c47-5391-4570-96a8-eb671818b2b5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0em);
}

[id="s-466f8c47-5391-4570-96a8-eb671818b2b5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0em);
}

[id="s-466f8c47-5391-4570-96a8-eb671818b2b5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0em);
}

[id="s-466f8c47-5391-4570-96a8-eb671818b2b5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0em);
}

[id="s-466f8c47-5391-4570-96a8-eb671818b2b5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0em);
}

[id="s-466f8c47-5391-4570-96a8-eb671818b2b5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0em);
}

[id="s-466f8c47-5391-4570-96a8-eb671818b2b5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0em);
}

[id="s-466f8c47-5391-4570-96a8-eb671818b2b5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0em);
}

}

#s-a39fbab5-a8a1-4119-be7f-f5c360857dab {
  border-style: solid;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(40, 231, 222, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(204, 204, 204, 0);
}








#s-a39fbab5-a8a1-4119-be7f-f5c360857dab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a39fbab5-a8a1-4119-be7f-f5c360857dab {
  cursor: pointer;
}#s-a39fbab5-a8a1-4119-be7f-f5c360857dab.shg-box.shg-c {
  justify-content: center;
}

#s-617c3381-eb2b-453e-8c7f-a8095e89fd59 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-617c3381-eb2b-453e-8c7f-a8095e89fd59 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}


#s-617c3381-eb2b-453e-8c7f-a8095e89fd59 .shogun-heading-component h1 a {
  color: rgba(0, 0, 0, 1);
}


#s-906a2eb7-5b3d-4a82-bb84-508ee106aac6 {
  border-style: solid;
padding-left: 1em;
padding-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 50px;
background-color: rgba(204, 204, 204, 0);
}








#s-906a2eb7-5b3d-4a82-bb84-508ee106aac6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-906a2eb7-5b3d-4a82-bb84-508ee106aac6 {
  cursor: pointer;
}#s-906a2eb7-5b3d-4a82-bb84-508ee106aac6.shg-box.shg-c {
  justify-content: center;
}

#s-a1c72e86-6dbb-4845-bb52-567ef9608248 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a1c72e86-6dbb-4845-bb52-567ef9608248 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}


#s-a1c72e86-6dbb-4845-bb52-567ef9608248 .shogun-heading-component h1 a {
  color: rgba(0, 0, 0, 1);
}


#s-2f693c93-cb41-4d28-b791-02e448a84e81 {
  border-style: solid;
padding-left: 1px;
padding-right: 1px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(204, 204, 204, 0);
}








#s-2f693c93-cb41-4d28-b791-02e448a84e81 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-2f693c93-cb41-4d28-b791-02e448a84e81.shg-box.shg-c {
  justify-content: center;
}

#s-9e63f425-1c95-4478-bcf0-e7063029bb21 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9e63f425-1c95-4478-bcf0-e7063029bb21 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



#s-885164e3-1321-4c82-8a18-358e96894563 {
  margin-left: 1em;
margin-right: 1em;
}
@media (min-width: 1200px){#s-885164e3-1321-4c82-8a18-358e96894563 {
  display: none;
}
#s-885164e3-1321-4c82-8a18-358e96894563, #wrap-s-885164e3-1321-4c82-8a18-358e96894563 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-885164e3-1321-4c82-8a18-358e96894563 {
  display: none;
}
#s-885164e3-1321-4c82-8a18-358e96894563, #wrap-s-885164e3-1321-4c82-8a18-358e96894563 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-885164e3-1321-4c82-8a18-358e96894563 {
  display: none;
}
#s-885164e3-1321-4c82-8a18-358e96894563, #wrap-s-885164e3-1321-4c82-8a18-358e96894563 { display:none !important; }}
@media (min-width: 0px) {
[id="s-885164e3-1321-4c82-8a18-358e96894563"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-885164e3-1321-4c82-8a18-358e96894563"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-885164e3-1321-4c82-8a18-358e96894563"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-885164e3-1321-4c82-8a18-358e96894563"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-885164e3-1321-4c82-8a18-358e96894563"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-885164e3-1321-4c82-8a18-358e96894563"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-885164e3-1321-4c82-8a18-358e96894563"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-885164e3-1321-4c82-8a18-358e96894563"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-885164e3-1321-4c82-8a18-358e96894563"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-885164e3-1321-4c82-8a18-358e96894563"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-885164e3-1321-4c82-8a18-358e96894563"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-885164e3-1321-4c82-8a18-358e96894563"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-885164e3-1321-4c82-8a18-358e96894563"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-885164e3-1321-4c82-8a18-358e96894563"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-885164e3-1321-4c82-8a18-358e96894563"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-885164e3-1321-4c82-8a18-358e96894563"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-885164e3-1321-4c82-8a18-358e96894563"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-885164e3-1321-4c82-8a18-358e96894563"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-885164e3-1321-4c82-8a18-358e96894563"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-885164e3-1321-4c82-8a18-358e96894563"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-885164e3-1321-4c82-8a18-358e96894563"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-885164e3-1321-4c82-8a18-358e96894563"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-885164e3-1321-4c82-8a18-358e96894563"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-885164e3-1321-4c82-8a18-358e96894563"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-885164e3-1321-4c82-8a18-358e96894563"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-885164e3-1321-4c82-8a18-358e96894563"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-885164e3-1321-4c82-8a18-358e96894563"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-885164e3-1321-4c82-8a18-358e96894563"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-885164e3-1321-4c82-8a18-358e96894563"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-885164e3-1321-4c82-8a18-358e96894563"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-885164e3-1321-4c82-8a18-358e96894563"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-885164e3-1321-4c82-8a18-358e96894563"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-885164e3-1321-4c82-8a18-358e96894563"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-885164e3-1321-4c82-8a18-358e96894563"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-885164e3-1321-4c82-8a18-358e96894563"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-885164e3-1321-4c82-8a18-358e96894563"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-885164e3-1321-4c82-8a18-358e96894563"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-5aefcbd2-cd5e-4972-a42c-ea1e4f859d33 {
  border-style: solid;
margin-top: 1em;
padding-top: 0.5em;
padding-left: 0.5em;
padding-bottom: 0.5em;
padding-right: 0.5em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(40, 231, 222, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(204, 204, 204, 0);
}








#s-5aefcbd2-cd5e-4972-a42c-ea1e4f859d33 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5aefcbd2-cd5e-4972-a42c-ea1e4f859d33 {
  cursor: pointer;
}#s-5aefcbd2-cd5e-4972-a42c-ea1e4f859d33.shg-box.shg-c {
  justify-content: center;
}

#s-1c84e180-ccbc-4ca4-a534-be9eaeaff749 {
  text-align: center;
}

#s-1c84e180-ccbc-4ca4-a534-be9eaeaff749 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 1.5em;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}


#s-1c84e180-ccbc-4ca4-a534-be9eaeaff749 .shogun-heading-component h1 a {
  color: rgba(0, 0, 0, 1);
}


#s-6d9fd4cc-a250-4852-9e74-6572f5de1cf1 {
  border-style: solid;
padding-top: 0.5em;
padding-left: 1em;
padding-bottom: 0.5em;
padding-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 50px;
background-color: rgba(204, 204, 204, 0);
}








#s-6d9fd4cc-a250-4852-9e74-6572f5de1cf1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6d9fd4cc-a250-4852-9e74-6572f5de1cf1 {
  cursor: pointer;
}#s-6d9fd4cc-a250-4852-9e74-6572f5de1cf1.shg-box.shg-c {
  justify-content: center;
}

#s-51a1bde6-c0ec-49bf-8666-10640e05aff5 {
  text-align: center;
}

#s-51a1bde6-c0ec-49bf-8666-10640e05aff5 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 1.5em;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}


#s-51a1bde6-c0ec-49bf-8666-10640e05aff5 .shogun-heading-component h1 a {
  color: rgba(0, 0, 0, 1);
}


#s-1523ef5d-5ee2-464c-be87-43c32f5e2f57 {
  border-style: solid;
margin-bottom: 1em;
padding-top: 0.5em;
padding-left: 1em;
padding-bottom: 0.5em;
padding-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(204, 204, 204, 0);
}








#s-1523ef5d-5ee2-464c-be87-43c32f5e2f57 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-1523ef5d-5ee2-464c-be87-43c32f5e2f57.shg-box.shg-c {
  justify-content: center;
}

#s-4ef46bd7-6a57-4b85-b94b-d434162367b1 {
  text-align: center;
}

#s-4ef46bd7-6a57-4b85-b94b-d434162367b1 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 1.5em;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 1200px){#s-383e5473-cb7b-4ac6-8842-cb55be49fa2c {
  display: none;
}
#s-383e5473-cb7b-4ac6-8842-cb55be49fa2c, #wrap-s-383e5473-cb7b-4ac6-8842-cb55be49fa2c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-383e5473-cb7b-4ac6-8842-cb55be49fa2c {
  display: none;
}
#s-383e5473-cb7b-4ac6-8842-cb55be49fa2c, #wrap-s-383e5473-cb7b-4ac6-8842-cb55be49fa2c { display:none !important; }}@media (max-width: 767px){#s-383e5473-cb7b-4ac6-8842-cb55be49fa2c {
  display: none;
}
#s-383e5473-cb7b-4ac6-8842-cb55be49fa2c, #wrap-s-383e5473-cb7b-4ac6-8842-cb55be49fa2c { display:none !important; }}
@media (min-width: 0px) {
[id="s-383e5473-cb7b-4ac6-8842-cb55be49fa2c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-383e5473-cb7b-4ac6-8842-cb55be49fa2c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-383e5473-cb7b-4ac6-8842-cb55be49fa2c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-383e5473-cb7b-4ac6-8842-cb55be49fa2c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-383e5473-cb7b-4ac6-8842-cb55be49fa2c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-383e5473-cb7b-4ac6-8842-cb55be49fa2c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-383e5473-cb7b-4ac6-8842-cb55be49fa2c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-383e5473-cb7b-4ac6-8842-cb55be49fa2c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-383e5473-cb7b-4ac6-8842-cb55be49fa2c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-383e5473-cb7b-4ac6-8842-cb55be49fa2c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-383e5473-cb7b-4ac6-8842-cb55be49fa2c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-383e5473-cb7b-4ac6-8842-cb55be49fa2c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-383e5473-cb7b-4ac6-8842-cb55be49fa2c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-383e5473-cb7b-4ac6-8842-cb55be49fa2c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-383e5473-cb7b-4ac6-8842-cb55be49fa2c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-383e5473-cb7b-4ac6-8842-cb55be49fa2c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-383e5473-cb7b-4ac6-8842-cb55be49fa2c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-383e5473-cb7b-4ac6-8842-cb55be49fa2c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-383e5473-cb7b-4ac6-8842-cb55be49fa2c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-383e5473-cb7b-4ac6-8842-cb55be49fa2c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-383e5473-cb7b-4ac6-8842-cb55be49fa2c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-383e5473-cb7b-4ac6-8842-cb55be49fa2c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-383e5473-cb7b-4ac6-8842-cb55be49fa2c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-383e5473-cb7b-4ac6-8842-cb55be49fa2c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-383e5473-cb7b-4ac6-8842-cb55be49fa2c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-383e5473-cb7b-4ac6-8842-cb55be49fa2c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-383e5473-cb7b-4ac6-8842-cb55be49fa2c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-383e5473-cb7b-4ac6-8842-cb55be49fa2c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-383e5473-cb7b-4ac6-8842-cb55be49fa2c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-383e5473-cb7b-4ac6-8842-cb55be49fa2c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-383e5473-cb7b-4ac6-8842-cb55be49fa2c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-383e5473-cb7b-4ac6-8842-cb55be49fa2c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-383e5473-cb7b-4ac6-8842-cb55be49fa2c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-383e5473-cb7b-4ac6-8842-cb55be49fa2c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-383e5473-cb7b-4ac6-8842-cb55be49fa2c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-383e5473-cb7b-4ac6-8842-cb55be49fa2c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-383e5473-cb7b-4ac6-8842-cb55be49fa2c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-a8932f25-7172-4061-a186-1135c73648cf {
  border-style: solid;
padding-top: 0.5em;
padding-left: 1em;
padding-bottom: 0.5em;
padding-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(40, 231, 222, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(204, 204, 204, 1);
}








#s-a8932f25-7172-4061-a186-1135c73648cf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a8932f25-7172-4061-a186-1135c73648cf {
  cursor: pointer;
}#s-a8932f25-7172-4061-a186-1135c73648cf.shg-box.shg-c {
  justify-content: center;
}

#s-2cd4bd7e-d648-4d83-bc84-319c949f8956 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2cd4bd7e-d648-4d83-bc84-319c949f8956 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 1.5em;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}


#s-2cd4bd7e-d648-4d83-bc84-319c949f8956 .shogun-heading-component h1 a {
  color: rgba(0, 0, 0, 1);
}


#s-30638c25-e818-465d-bc0b-d1bad7a1d06b {
  border-style: solid;
padding-top: 0.5em;
padding-left: 1em;
padding-bottom: 0.5em;
padding-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 50px;
background-color: rgba(204, 204, 204, 1);
}








#s-30638c25-e818-465d-bc0b-d1bad7a1d06b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-30638c25-e818-465d-bc0b-d1bad7a1d06b {
  cursor: pointer;
}#s-30638c25-e818-465d-bc0b-d1bad7a1d06b.shg-box.shg-c {
  justify-content: center;
}

#s-2402d951-4f46-4d79-a7b8-8736414536c4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2402d951-4f46-4d79-a7b8-8736414536c4 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 1.5em;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}


#s-2402d951-4f46-4d79-a7b8-8736414536c4 .shogun-heading-component h1 a {
  color: rgba(0, 0, 0, 1);
}


#s-2de0f6ed-9c37-4d17-9ba3-167e8fe78010 {
  border-style: solid;
padding-top: 0.5em;
padding-left: 1em;
padding-bottom: 0.5em;
padding-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(204, 204, 204, 1);
}








#s-2de0f6ed-9c37-4d17-9ba3-167e8fe78010 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-2de0f6ed-9c37-4d17-9ba3-167e8fe78010.shg-box.shg-c {
  justify-content: center;
}

#s-6e165472-156d-46e8-983a-a45e25a25e64 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6e165472-156d-46e8-983a-a45e25a25e64 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 1.5em;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



#s-db9c50bb-305c-407b-b5f9-6a135df05551 {
  background-size: cover;
background-color: rgba(51, 51, 51, 1);
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-db9c50bb-305c-407b-b5f9-6a135df05551 {
  display: none;
}
#s-db9c50bb-305c-407b-b5f9-6a135df05551, #wrap-s-db9c50bb-305c-407b-b5f9-6a135df05551 { display:none !important; }}@media (max-width: 767px){#s-db9c50bb-305c-407b-b5f9-6a135df05551 {
  display: none;
}
#s-db9c50bb-305c-407b-b5f9-6a135df05551, #wrap-s-db9c50bb-305c-407b-b5f9-6a135df05551 { display:none !important; }}







#s-db9c50bb-305c-407b-b5f9-6a135df05551 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-db9c50bb-305c-407b-b5f9-6a135df05551.shg-box.shg-c {
  justify-content: center;
}

#s-634d8ccd-57c8-4be3-a91a-2e6ef6dc9945 {
  margin-top: 3em;
margin-left: 5%;
margin-bottom: 3em;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-634d8ccd-57c8-4be3-a91a-2e6ef6dc9945"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-634d8ccd-57c8-4be3-a91a-2e6ef6dc9945"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-634d8ccd-57c8-4be3-a91a-2e6ef6dc9945"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-634d8ccd-57c8-4be3-a91a-2e6ef6dc9945"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-634d8ccd-57c8-4be3-a91a-2e6ef6dc9945"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-634d8ccd-57c8-4be3-a91a-2e6ef6dc9945"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-634d8ccd-57c8-4be3-a91a-2e6ef6dc9945"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-634d8ccd-57c8-4be3-a91a-2e6ef6dc9945"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-634d8ccd-57c8-4be3-a91a-2e6ef6dc9945"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-634d8ccd-57c8-4be3-a91a-2e6ef6dc9945"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-634d8ccd-57c8-4be3-a91a-2e6ef6dc9945"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-634d8ccd-57c8-4be3-a91a-2e6ef6dc9945"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-634d8ccd-57c8-4be3-a91a-2e6ef6dc9945"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-634d8ccd-57c8-4be3-a91a-2e6ef6dc9945"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-634d8ccd-57c8-4be3-a91a-2e6ef6dc9945"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-634d8ccd-57c8-4be3-a91a-2e6ef6dc9945"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-634d8ccd-57c8-4be3-a91a-2e6ef6dc9945"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-634d8ccd-57c8-4be3-a91a-2e6ef6dc9945"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-634d8ccd-57c8-4be3-a91a-2e6ef6dc9945"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-634d8ccd-57c8-4be3-a91a-2e6ef6dc9945"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-634d8ccd-57c8-4be3-a91a-2e6ef6dc9945"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-634d8ccd-57c8-4be3-a91a-2e6ef6dc9945"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-634d8ccd-57c8-4be3-a91a-2e6ef6dc9945"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-634d8ccd-57c8-4be3-a91a-2e6ef6dc9945"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-634d8ccd-57c8-4be3-a91a-2e6ef6dc9945"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-634d8ccd-57c8-4be3-a91a-2e6ef6dc9945"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-634d8ccd-57c8-4be3-a91a-2e6ef6dc9945"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-634d8ccd-57c8-4be3-a91a-2e6ef6dc9945"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-634d8ccd-57c8-4be3-a91a-2e6ef6dc9945"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-634d8ccd-57c8-4be3-a91a-2e6ef6dc9945"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-634d8ccd-57c8-4be3-a91a-2e6ef6dc9945"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-634d8ccd-57c8-4be3-a91a-2e6ef6dc9945"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-634d8ccd-57c8-4be3-a91a-2e6ef6dc9945"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-634d8ccd-57c8-4be3-a91a-2e6ef6dc9945"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-634d8ccd-57c8-4be3-a91a-2e6ef6dc9945"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-634d8ccd-57c8-4be3-a91a-2e6ef6dc9945"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-634d8ccd-57c8-4be3-a91a-2e6ef6dc9945"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-05e3d3fd-1971-4889-9747-aa84d52da7ea {
  margin-bottom: 2em;
text-align: left;
}




  #s-05e3d3fd-1971-4889-9747-aa84d52da7ea img.shogun-image {
    
    width: px;
  }


#s-05e3d3fd-1971-4889-9747-aa84d52da7ea .shogun-image-content {
  
    align-items: center;
  
}

#s-fc9ce0b1-085c-4eb9-ab3d-1ce43a1486c4 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
}








#s-fc9ce0b1-085c-4eb9-ab3d-1ce43a1486c4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fc9ce0b1-085c-4eb9-ab3d-1ce43a1486c4.shg-box.shg-c {
  justify-content: center;
}

#s-6bd33233-9a31-4e60-9393-c5cbf6176717 {
  margin-right: 20%;
}

#s-4e144548-494b-44ed-98a6-4ee2d0374d14 {
  background-size: cover;
background-color: rgba(51, 51, 51, 1);
background-position: center center;
}
@media (min-width: 1200px){#s-4e144548-494b-44ed-98a6-4ee2d0374d14 {
  display: none;
}
#s-4e144548-494b-44ed-98a6-4ee2d0374d14, #wrap-s-4e144548-494b-44ed-98a6-4ee2d0374d14 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4e144548-494b-44ed-98a6-4ee2d0374d14 {
  display: none;
}
#s-4e144548-494b-44ed-98a6-4ee2d0374d14, #wrap-s-4e144548-494b-44ed-98a6-4ee2d0374d14 { display:none !important; }}@media (max-width: 767px){#s-4e144548-494b-44ed-98a6-4ee2d0374d14 {
  display: none;
}
#s-4e144548-494b-44ed-98a6-4ee2d0374d14, #wrap-s-4e144548-494b-44ed-98a6-4ee2d0374d14 { display:none !important; }}







#s-4e144548-494b-44ed-98a6-4ee2d0374d14 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-4e144548-494b-44ed-98a6-4ee2d0374d14.shg-box.shg-c {
  justify-content: center;
}

#s-bba9303e-8613-41d3-89b4-8e5eb82d407f {
  margin-top: 2em;
margin-left: 1em;
margin-bottom: 2em;
margin-right: 1em;
}

@media (min-width: 0px) {
[id="s-bba9303e-8613-41d3-89b4-8e5eb82d407f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bba9303e-8613-41d3-89b4-8e5eb82d407f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bba9303e-8613-41d3-89b4-8e5eb82d407f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bba9303e-8613-41d3-89b4-8e5eb82d407f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bba9303e-8613-41d3-89b4-8e5eb82d407f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bba9303e-8613-41d3-89b4-8e5eb82d407f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bba9303e-8613-41d3-89b4-8e5eb82d407f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bba9303e-8613-41d3-89b4-8e5eb82d407f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bba9303e-8613-41d3-89b4-8e5eb82d407f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bba9303e-8613-41d3-89b4-8e5eb82d407f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bba9303e-8613-41d3-89b4-8e5eb82d407f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bba9303e-8613-41d3-89b4-8e5eb82d407f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bba9303e-8613-41d3-89b4-8e5eb82d407f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bba9303e-8613-41d3-89b4-8e5eb82d407f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bba9303e-8613-41d3-89b4-8e5eb82d407f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bba9303e-8613-41d3-89b4-8e5eb82d407f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bba9303e-8613-41d3-89b4-8e5eb82d407f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bba9303e-8613-41d3-89b4-8e5eb82d407f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bba9303e-8613-41d3-89b4-8e5eb82d407f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bba9303e-8613-41d3-89b4-8e5eb82d407f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bba9303e-8613-41d3-89b4-8e5eb82d407f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bba9303e-8613-41d3-89b4-8e5eb82d407f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bba9303e-8613-41d3-89b4-8e5eb82d407f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bba9303e-8613-41d3-89b4-8e5eb82d407f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bba9303e-8613-41d3-89b4-8e5eb82d407f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bba9303e-8613-41d3-89b4-8e5eb82d407f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bba9303e-8613-41d3-89b4-8e5eb82d407f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bba9303e-8613-41d3-89b4-8e5eb82d407f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bba9303e-8613-41d3-89b4-8e5eb82d407f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bba9303e-8613-41d3-89b4-8e5eb82d407f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bba9303e-8613-41d3-89b4-8e5eb82d407f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bba9303e-8613-41d3-89b4-8e5eb82d407f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bba9303e-8613-41d3-89b4-8e5eb82d407f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bba9303e-8613-41d3-89b4-8e5eb82d407f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bba9303e-8613-41d3-89b4-8e5eb82d407f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bba9303e-8613-41d3-89b4-8e5eb82d407f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bba9303e-8613-41d3-89b4-8e5eb82d407f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-eda81416-ccd6-45e9-9911-7cca1496e910 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}




  #s-eda81416-ccd6-45e9-9911-7cca1496e910 img.shogun-image {
    
    width: px;
  }


#s-eda81416-ccd6-45e9-9911-7cca1496e910 .shogun-image-content {
  
    align-items: center;
  
}

#s-4afdb40f-b753-4015-bd94-2bc6eb6608ad {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
}








#s-4afdb40f-b753-4015-bd94-2bc6eb6608ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4afdb40f-b753-4015-bd94-2bc6eb6608ad.shg-box.shg-c {
  justify-content: center;
}

#s-f1be1d50-ce05-4b41-87b7-eeb2f3aba3bf {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-3810f021-a1fa-4176-aefe-1b210458d9d7 {
  background-size: cover;
background-color: rgba(51, 51, 51, 1);
background-position: center center;
}
@media (min-width: 1200px){#s-3810f021-a1fa-4176-aefe-1b210458d9d7 {
  display: none;
}
#s-3810f021-a1fa-4176-aefe-1b210458d9d7, #wrap-s-3810f021-a1fa-4176-aefe-1b210458d9d7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3810f021-a1fa-4176-aefe-1b210458d9d7 {
  display: none;
}
#s-3810f021-a1fa-4176-aefe-1b210458d9d7, #wrap-s-3810f021-a1fa-4176-aefe-1b210458d9d7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3810f021-a1fa-4176-aefe-1b210458d9d7 {
  display: none;
}
#s-3810f021-a1fa-4176-aefe-1b210458d9d7, #wrap-s-3810f021-a1fa-4176-aefe-1b210458d9d7 { display:none !important; }}







#s-3810f021-a1fa-4176-aefe-1b210458d9d7 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-3810f021-a1fa-4176-aefe-1b210458d9d7.shg-box.shg-c {
  justify-content: center;
}

#s-b6034893-830f-4fa4-aa8e-0a1afc532ffb {
  margin-top: 1em;
margin-left: 2em;
margin-bottom: 1em;
margin-right: 2em;
max-width: 100%;
background-color: rgba(0, 0, 0, 0);
}








#s-b6034893-830f-4fa4-aa8e-0a1afc532ffb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b6034893-830f-4fa4-aa8e-0a1afc532ffb.shg-box.shg-c {
  justify-content: center;
}

#s-1ee62256-ea34-496c-ba71-d36d78a51000 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}




  #s-1ee62256-ea34-496c-ba71-d36d78a51000 img.shogun-image {
    
    width: px;
  }


#s-1ee62256-ea34-496c-ba71-d36d78a51000 .shogun-image-content {
  
    align-items: center;
  
}

#s-044b000b-7ba0-47cc-ba9b-756e9d5b4f3c {
  margin-top: 1em;
margin-bottom: 1em;
}

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