.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-ac76cb8b-ae06-48d7-9c6b-a44988c3d3dc {
  min-height: 50px;
}








#s-ac76cb8b-ae06-48d7-9c6b-a44988c3d3dc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ac76cb8b-ae06-48d7-9c6b-a44988c3d3dc.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-f2b83847-23af-424a-ac8a-5e0b37702e74 {
  margin-top: 0em;
margin-bottom: 1em;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f2b83847-23af-424a-ac8a-5e0b37702e74 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-b87d7c52-57e9-4681-a15d-3753786a0118 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
min-height: 160px;
max-width: 1650px;
}








#s-b87d7c52-57e9-4681-a15d-3753786a0118 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b87d7c52-57e9-4681-a15d-3753786a0118.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-05c46389-3ce3-45bc-a535-259108a13feb {
  text-align: center;
}
@media (min-width: 1200px){#s-05c46389-3ce3-45bc-a535-259108a13feb {
  display: none;
}
#s-05c46389-3ce3-45bc-a535-259108a13feb, #wrap-s-05c46389-3ce3-45bc-a535-259108a13feb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-05c46389-3ce3-45bc-a535-259108a13feb {
  display: none;
}
#s-05c46389-3ce3-45bc-a535-259108a13feb, #wrap-s-05c46389-3ce3-45bc-a535-259108a13feb { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-05c46389-3ce3-45bc-a535-259108a13feb {
  display: none;
}
#s-05c46389-3ce3-45bc-a535-259108a13feb, #wrap-s-05c46389-3ce3-45bc-a535-259108a13feb { display:none !important; }}@media (max-width: 767px){#s-05c46389-3ce3-45bc-a535-259108a13feb {
  
}
}



  #s-05c46389-3ce3-45bc-a535-259108a13feb img.shogun-image {
    
    width: px;
  }


#s-05c46389-3ce3-45bc-a535-259108a13feb .shogun-image-content {
  
    align-items: center;
  
}

#s-96d4479f-6588-4a3f-89aa-9bbea6fb7d76 {
  text-align: center;
}
@media (max-width: 767px){#s-96d4479f-6588-4a3f-89aa-9bbea6fb7d76 {
  display: none;
}
#s-96d4479f-6588-4a3f-89aa-9bbea6fb7d76, #wrap-s-96d4479f-6588-4a3f-89aa-9bbea6fb7d76 { display:none !important; }}



  #s-96d4479f-6588-4a3f-89aa-9bbea6fb7d76 img.shogun-image {
    
    width: px;
  }


#s-96d4479f-6588-4a3f-89aa-9bbea6fb7d76 .shogun-image-content {
  
    align-items: center;
  
}

#s-1f43a265-5cb1-419c-abc4-8f4241e4859d {
  margin-top: 2em;
margin-left: 0em;
margin-bottom: 2em;
margin-right: 0em;
min-height: 50px;
}
@media (min-width: 1200px){#s-1f43a265-5cb1-419c-abc4-8f4241e4859d {
  display: none;
}
#s-1f43a265-5cb1-419c-abc4-8f4241e4859d, #wrap-s-1f43a265-5cb1-419c-abc4-8f4241e4859d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1f43a265-5cb1-419c-abc4-8f4241e4859d {
  display: none;
}
#s-1f43a265-5cb1-419c-abc4-8f4241e4859d, #wrap-s-1f43a265-5cb1-419c-abc4-8f4241e4859d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1f43a265-5cb1-419c-abc4-8f4241e4859d {
  display: none;
}
#s-1f43a265-5cb1-419c-abc4-8f4241e4859d, #wrap-s-1f43a265-5cb1-419c-abc4-8f4241e4859d { display:none !important; }}@media (max-width: 767px){#s-1f43a265-5cb1-419c-abc4-8f4241e4859d {
  
}
}







#s-1f43a265-5cb1-419c-abc4-8f4241e4859d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1f43a265-5cb1-419c-abc4-8f4241e4859d.shg-box.shg-c {
  justify-content: 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-ec91ef3e-e8ae-40dd-9559-6e5e5af4aa5b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ec91ef3e-e8ae-40dd-9559-6e5e5af4aa5b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ec91ef3e-e8ae-40dd-9559-6e5e5af4aa5b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ec91ef3e-e8ae-40dd-9559-6e5e5af4aa5b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ec91ef3e-e8ae-40dd-9559-6e5e5af4aa5b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ec91ef3e-e8ae-40dd-9559-6e5e5af4aa5b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ec91ef3e-e8ae-40dd-9559-6e5e5af4aa5b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ec91ef3e-e8ae-40dd-9559-6e5e5af4aa5b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ec91ef3e-e8ae-40dd-9559-6e5e5af4aa5b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ec91ef3e-e8ae-40dd-9559-6e5e5af4aa5b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ec91ef3e-e8ae-40dd-9559-6e5e5af4aa5b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ec91ef3e-e8ae-40dd-9559-6e5e5af4aa5b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ec91ef3e-e8ae-40dd-9559-6e5e5af4aa5b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ec91ef3e-e8ae-40dd-9559-6e5e5af4aa5b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ec91ef3e-e8ae-40dd-9559-6e5e5af4aa5b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ec91ef3e-e8ae-40dd-9559-6e5e5af4aa5b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ec91ef3e-e8ae-40dd-9559-6e5e5af4aa5b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ec91ef3e-e8ae-40dd-9559-6e5e5af4aa5b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ec91ef3e-e8ae-40dd-9559-6e5e5af4aa5b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ec91ef3e-e8ae-40dd-9559-6e5e5af4aa5b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ec91ef3e-e8ae-40dd-9559-6e5e5af4aa5b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ec91ef3e-e8ae-40dd-9559-6e5e5af4aa5b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ec91ef3e-e8ae-40dd-9559-6e5e5af4aa5b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ec91ef3e-e8ae-40dd-9559-6e5e5af4aa5b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ec91ef3e-e8ae-40dd-9559-6e5e5af4aa5b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ec91ef3e-e8ae-40dd-9559-6e5e5af4aa5b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ec91ef3e-e8ae-40dd-9559-6e5e5af4aa5b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ec91ef3e-e8ae-40dd-9559-6e5e5af4aa5b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ec91ef3e-e8ae-40dd-9559-6e5e5af4aa5b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ec91ef3e-e8ae-40dd-9559-6e5e5af4aa5b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ec91ef3e-e8ae-40dd-9559-6e5e5af4aa5b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ec91ef3e-e8ae-40dd-9559-6e5e5af4aa5b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ec91ef3e-e8ae-40dd-9559-6e5e5af4aa5b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ec91ef3e-e8ae-40dd-9559-6e5e5af4aa5b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ec91ef3e-e8ae-40dd-9559-6e5e5af4aa5b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ec91ef3e-e8ae-40dd-9559-6e5e5af4aa5b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ec91ef3e-e8ae-40dd-9559-6e5e5af4aa5b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-da2bd2a1-759e-4aaa-8497-485679ab45b0 {
  margin-bottom: 1em;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-da2bd2a1-759e-4aaa-8497-485679ab45b0 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-035b661b-16d2-4790-8f24-281fd3172fe1 {
  padding-top: 2em;
padding-left: 3em;
padding-bottom: 2em;
padding-right: 3em;
text-align: center;
}




  #s-035b661b-16d2-4790-8f24-281fd3172fe1 img.shogun-image {
    
    width: px;
  }


#s-035b661b-16d2-4790-8f24-281fd3172fe1 .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-f748f677-b712-40bd-91a3-7d8828fb1169 {
  min-height: 50px;
}








#s-f748f677-b712-40bd-91a3-7d8828fb1169 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f748f677-b712-40bd-91a3-7d8828fb1169.shg-box.shg-c {
  justify-content: center;
}

#s-bab0aafa-334b-4d7b-8999-d2602cc1d451 {
  text-align: left;
}




  #s-bab0aafa-334b-4d7b-8999-d2602cc1d451 img.shogun-image {
    
    width: px;
  }


#s-bab0aafa-334b-4d7b-8999-d2602cc1d451 .shogun-image-content {
  
    align-items: center;
  
}

#s-d667d02f-4b46-4d16-83fb-d3de74b2f462 {
  margin-top: 3em;
margin-left: 3em;
margin-bottom: 4em;
margin-right: 3em;
min-height: 50px;
}
@media (max-width: 767px){#s-d667d02f-4b46-4d16-83fb-d3de74b2f462 {
  display: none;
}
#s-d667d02f-4b46-4d16-83fb-d3de74b2f462, #wrap-s-d667d02f-4b46-4d16-83fb-d3de74b2f462 { display:none !important; }}







#s-d667d02f-4b46-4d16-83fb-d3de74b2f462 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d667d02f-4b46-4d16-83fb-d3de74b2f462.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-fc2ad7c4-ad80-4d22-b8b1-2877c1eef7a9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fc2ad7c4-ad80-4d22-b8b1-2877c1eef7a9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fc2ad7c4-ad80-4d22-b8b1-2877c1eef7a9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fc2ad7c4-ad80-4d22-b8b1-2877c1eef7a9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fc2ad7c4-ad80-4d22-b8b1-2877c1eef7a9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fc2ad7c4-ad80-4d22-b8b1-2877c1eef7a9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fc2ad7c4-ad80-4d22-b8b1-2877c1eef7a9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fc2ad7c4-ad80-4d22-b8b1-2877c1eef7a9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fc2ad7c4-ad80-4d22-b8b1-2877c1eef7a9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fc2ad7c4-ad80-4d22-b8b1-2877c1eef7a9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fc2ad7c4-ad80-4d22-b8b1-2877c1eef7a9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fc2ad7c4-ad80-4d22-b8b1-2877c1eef7a9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fc2ad7c4-ad80-4d22-b8b1-2877c1eef7a9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fc2ad7c4-ad80-4d22-b8b1-2877c1eef7a9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fc2ad7c4-ad80-4d22-b8b1-2877c1eef7a9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fc2ad7c4-ad80-4d22-b8b1-2877c1eef7a9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fc2ad7c4-ad80-4d22-b8b1-2877c1eef7a9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fc2ad7c4-ad80-4d22-b8b1-2877c1eef7a9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fc2ad7c4-ad80-4d22-b8b1-2877c1eef7a9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fc2ad7c4-ad80-4d22-b8b1-2877c1eef7a9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fc2ad7c4-ad80-4d22-b8b1-2877c1eef7a9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fc2ad7c4-ad80-4d22-b8b1-2877c1eef7a9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fc2ad7c4-ad80-4d22-b8b1-2877c1eef7a9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fc2ad7c4-ad80-4d22-b8b1-2877c1eef7a9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fc2ad7c4-ad80-4d22-b8b1-2877c1eef7a9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fc2ad7c4-ad80-4d22-b8b1-2877c1eef7a9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fc2ad7c4-ad80-4d22-b8b1-2877c1eef7a9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fc2ad7c4-ad80-4d22-b8b1-2877c1eef7a9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fc2ad7c4-ad80-4d22-b8b1-2877c1eef7a9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fc2ad7c4-ad80-4d22-b8b1-2877c1eef7a9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fc2ad7c4-ad80-4d22-b8b1-2877c1eef7a9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fc2ad7c4-ad80-4d22-b8b1-2877c1eef7a9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fc2ad7c4-ad80-4d22-b8b1-2877c1eef7a9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fc2ad7c4-ad80-4d22-b8b1-2877c1eef7a9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fc2ad7c4-ad80-4d22-b8b1-2877c1eef7a9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fc2ad7c4-ad80-4d22-b8b1-2877c1eef7a9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fc2ad7c4-ad80-4d22-b8b1-2877c1eef7a9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-a8199e51-bbb1-4b7e-a955-4d90b255c0b3 {
  margin-bottom: 1em;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a8199e51-bbb1-4b7e-a955-4d90b255c0b3 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-d5ac47ee-09f3-48f6-9817-a30374e04931 {
  min-height: 50px;
}








#s-d5ac47ee-09f3-48f6-9817-a30374e04931 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d5ac47ee-09f3-48f6-9817-a30374e04931.shg-box.shg-c {
  justify-content: center;
}

#s-bfd9cbfc-4589-4c36-92d4-d3592b4824c9 {
  text-align: left;
}




  #s-bfd9cbfc-4589-4c36-92d4-d3592b4824c9 img.shogun-image {
    
    width: px;
  }


#s-bfd9cbfc-4589-4c36-92d4-d3592b4824c9 .shogun-image-content {
  
    align-items: center;
  
}

#s-3b6c7a8a-01ff-46f8-85d7-e52875e8a5b4 {
  min-height: 50px;
}








#s-3b6c7a8a-01ff-46f8-85d7-e52875e8a5b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3b6c7a8a-01ff-46f8-85d7-e52875e8a5b4.shg-box.shg-c {
  justify-content: center;
}

#s-eb3efbde-fffb-4250-9585-0ab15d1bd89b {
  text-align: center;
}




  #s-eb3efbde-fffb-4250-9585-0ab15d1bd89b img.shogun-image {
    
    width: px;
  }


#s-eb3efbde-fffb-4250-9585-0ab15d1bd89b .shogun-image-content {
  
    align-items: center;
  
}

#s-4fff48ac-88e5-4efe-a5eb-fd6c47b83106 {
  margin-top: 0em;
margin-bottom: 2px;
min-height: 50px;
background-color: rgba(244, 243, 239, 1);
}








#s-4fff48ac-88e5-4efe-a5eb-fd6c47b83106 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4fff48ac-88e5-4efe-a5eb-fd6c47b83106.shg-box.shg-c {
  justify-content: center;
}

#s-9ea39b61-aa3f-430d-a7af-a24f727a14bc {
  padding-left: 1em;
padding-right: 1em;
}

#s-f7241929-16ae-4053-85db-da09ba1221d5 {
  margin-top: 2em;
margin-bottom: 4em;
padding-left: 0em;
padding-right: 0em;
min-height: 50px;
}
@media (min-width: 1200px){#s-f7241929-16ae-4053-85db-da09ba1221d5 {
  display: none;
}
#s-f7241929-16ae-4053-85db-da09ba1221d5, #wrap-s-f7241929-16ae-4053-85db-da09ba1221d5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f7241929-16ae-4053-85db-da09ba1221d5 {
  display: none;
}
#s-f7241929-16ae-4053-85db-da09ba1221d5, #wrap-s-f7241929-16ae-4053-85db-da09ba1221d5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f7241929-16ae-4053-85db-da09ba1221d5 {
  display: none;
}
#s-f7241929-16ae-4053-85db-da09ba1221d5, #wrap-s-f7241929-16ae-4053-85db-da09ba1221d5 { display:none !important; }}@media (max-width: 767px){#s-f7241929-16ae-4053-85db-da09ba1221d5 {
  
}
}







#s-f7241929-16ae-4053-85db-da09ba1221d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f7241929-16ae-4053-85db-da09ba1221d5.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-4abef6f9-88b0-471b-a09f-eca2a3b0f5f0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4abef6f9-88b0-471b-a09f-eca2a3b0f5f0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4abef6f9-88b0-471b-a09f-eca2a3b0f5f0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4abef6f9-88b0-471b-a09f-eca2a3b0f5f0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4abef6f9-88b0-471b-a09f-eca2a3b0f5f0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4abef6f9-88b0-471b-a09f-eca2a3b0f5f0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4abef6f9-88b0-471b-a09f-eca2a3b0f5f0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4abef6f9-88b0-471b-a09f-eca2a3b0f5f0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4abef6f9-88b0-471b-a09f-eca2a3b0f5f0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4abef6f9-88b0-471b-a09f-eca2a3b0f5f0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4abef6f9-88b0-471b-a09f-eca2a3b0f5f0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4abef6f9-88b0-471b-a09f-eca2a3b0f5f0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4abef6f9-88b0-471b-a09f-eca2a3b0f5f0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4abef6f9-88b0-471b-a09f-eca2a3b0f5f0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4abef6f9-88b0-471b-a09f-eca2a3b0f5f0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4abef6f9-88b0-471b-a09f-eca2a3b0f5f0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4abef6f9-88b0-471b-a09f-eca2a3b0f5f0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4abef6f9-88b0-471b-a09f-eca2a3b0f5f0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4abef6f9-88b0-471b-a09f-eca2a3b0f5f0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4abef6f9-88b0-471b-a09f-eca2a3b0f5f0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4abef6f9-88b0-471b-a09f-eca2a3b0f5f0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4abef6f9-88b0-471b-a09f-eca2a3b0f5f0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4abef6f9-88b0-471b-a09f-eca2a3b0f5f0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4abef6f9-88b0-471b-a09f-eca2a3b0f5f0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4abef6f9-88b0-471b-a09f-eca2a3b0f5f0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4abef6f9-88b0-471b-a09f-eca2a3b0f5f0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4abef6f9-88b0-471b-a09f-eca2a3b0f5f0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4abef6f9-88b0-471b-a09f-eca2a3b0f5f0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4abef6f9-88b0-471b-a09f-eca2a3b0f5f0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4abef6f9-88b0-471b-a09f-eca2a3b0f5f0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4abef6f9-88b0-471b-a09f-eca2a3b0f5f0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4abef6f9-88b0-471b-a09f-eca2a3b0f5f0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4abef6f9-88b0-471b-a09f-eca2a3b0f5f0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4abef6f9-88b0-471b-a09f-eca2a3b0f5f0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4abef6f9-88b0-471b-a09f-eca2a3b0f5f0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4abef6f9-88b0-471b-a09f-eca2a3b0f5f0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4abef6f9-88b0-471b-a09f-eca2a3b0f5f0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-80eb7d50-069a-4a40-aac9-b85bbe2d38ca {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-80eb7d50-069a-4a40-aac9-b85bbe2d38ca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-80eb7d50-069a-4a40-aac9-b85bbe2d38ca.shg-box.shg-c {
  justify-content: center;
}

#s-16d3e98e-7104-4e9f-b962-6a11e8aa0ad6 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 0em;
padding-left: 3em;
padding-bottom: 2em;
padding-right: 3em;
text-align: center;
}




  #s-16d3e98e-7104-4e9f-b962-6a11e8aa0ad6 img.shogun-image {
    
    width: px;
  }


#s-16d3e98e-7104-4e9f-b962-6a11e8aa0ad6 .shogun-image-content {
  
    align-items: center;
  
}

#s-f2a8c3c3-8d2d-463b-81f8-3be428e7780d {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-f2a8c3c3-8d2d-463b-81f8-3be428e7780d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f2a8c3c3-8d2d-463b-81f8-3be428e7780d.shg-box.shg-c {
  justify-content: center;
}

#s-2c8dd334-9a17-43a4-8e47-78b33ea47100 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2c8dd334-9a17-43a4-8e47-78b33ea47100 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-8922cd09-df87-47c1-a34c-65d7cbde4a84 {
  text-align: center;
}

#s-0a078045-d264-49fe-840b-4143b69cf79e {
  text-align: center;
}

#s-858ce515-27bd-4a60-b86d-b02cea1f397c {
  margin-top: 2em;
margin-bottom: 0em;
}

@media (min-width: 0px) {
[id="s-858ce515-27bd-4a60-b86d-b02cea1f397c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-858ce515-27bd-4a60-b86d-b02cea1f397c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-858ce515-27bd-4a60-b86d-b02cea1f397c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-858ce515-27bd-4a60-b86d-b02cea1f397c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-858ce515-27bd-4a60-b86d-b02cea1f397c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-858ce515-27bd-4a60-b86d-b02cea1f397c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-858ce515-27bd-4a60-b86d-b02cea1f397c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-858ce515-27bd-4a60-b86d-b02cea1f397c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-858ce515-27bd-4a60-b86d-b02cea1f397c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-858ce515-27bd-4a60-b86d-b02cea1f397c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-858ce515-27bd-4a60-b86d-b02cea1f397c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-858ce515-27bd-4a60-b86d-b02cea1f397c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-858ce515-27bd-4a60-b86d-b02cea1f397c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-858ce515-27bd-4a60-b86d-b02cea1f397c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-858ce515-27bd-4a60-b86d-b02cea1f397c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-858ce515-27bd-4a60-b86d-b02cea1f397c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-858ce515-27bd-4a60-b86d-b02cea1f397c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-858ce515-27bd-4a60-b86d-b02cea1f397c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-858ce515-27bd-4a60-b86d-b02cea1f397c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-858ce515-27bd-4a60-b86d-b02cea1f397c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-858ce515-27bd-4a60-b86d-b02cea1f397c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-858ce515-27bd-4a60-b86d-b02cea1f397c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-858ce515-27bd-4a60-b86d-b02cea1f397c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-858ce515-27bd-4a60-b86d-b02cea1f397c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-858ce515-27bd-4a60-b86d-b02cea1f397c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-858ce515-27bd-4a60-b86d-b02cea1f397c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-858ce515-27bd-4a60-b86d-b02cea1f397c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-858ce515-27bd-4a60-b86d-b02cea1f397c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-858ce515-27bd-4a60-b86d-b02cea1f397c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-858ce515-27bd-4a60-b86d-b02cea1f397c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-858ce515-27bd-4a60-b86d-b02cea1f397c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-858ce515-27bd-4a60-b86d-b02cea1f397c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-858ce515-27bd-4a60-b86d-b02cea1f397c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-858ce515-27bd-4a60-b86d-b02cea1f397c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-858ce515-27bd-4a60-b86d-b02cea1f397c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-858ce515-27bd-4a60-b86d-b02cea1f397c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-858ce515-27bd-4a60-b86d-b02cea1f397c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-91f553cb-3d45-40c3-b7ea-09a3026c16dc {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-91f553cb-3d45-40c3-b7ea-09a3026c16dc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-91f553cb-3d45-40c3-b7ea-09a3026c16dc.shg-box.shg-c {
  justify-content: center;
}

#s-29ec845c-e0b6-4869-b5e7-eba301b6fcd7 {
  padding-left: 3em;
padding-bottom: 2em;
padding-right: 3em;
text-align: center;
}




  #s-29ec845c-e0b6-4869-b5e7-eba301b6fcd7 img.shogun-image {
    
    width: px;
  }


#s-29ec845c-e0b6-4869-b5e7-eba301b6fcd7 .shogun-image-content {
  
    align-items: center;
  
}

#s-736cb61b-64ee-4f94-b108-917e36ae3399 {
  margin-top: 0em;
margin-bottom: 0em;
min-height: 50px;
}








#s-736cb61b-64ee-4f94-b108-917e36ae3399 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-736cb61b-64ee-4f94-b108-917e36ae3399.shg-box.shg-c {
  justify-content: center;
}

#s-4caca3b0-9b20-48cc-80b9-8e3555f57133 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4caca3b0-9b20-48cc-80b9-8e3555f57133 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (max-width: 767px){#s-3ae0378d-19ba-43d3-8fe0-0a0911d88869 {
  display: none;
}
#s-3ae0378d-19ba-43d3-8fe0-0a0911d88869, #wrap-s-3ae0378d-19ba-43d3-8fe0-0a0911d88869 { display:none !important; }}
@media (min-width: 0px) {
[id="s-3ae0378d-19ba-43d3-8fe0-0a0911d88869"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3ae0378d-19ba-43d3-8fe0-0a0911d88869"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3ae0378d-19ba-43d3-8fe0-0a0911d88869"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3ae0378d-19ba-43d3-8fe0-0a0911d88869"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3ae0378d-19ba-43d3-8fe0-0a0911d88869"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3ae0378d-19ba-43d3-8fe0-0a0911d88869"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3ae0378d-19ba-43d3-8fe0-0a0911d88869"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3ae0378d-19ba-43d3-8fe0-0a0911d88869"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3ae0378d-19ba-43d3-8fe0-0a0911d88869"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3ae0378d-19ba-43d3-8fe0-0a0911d88869"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3ae0378d-19ba-43d3-8fe0-0a0911d88869"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3ae0378d-19ba-43d3-8fe0-0a0911d88869"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-3ae0378d-19ba-43d3-8fe0-0a0911d88869"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3ae0378d-19ba-43d3-8fe0-0a0911d88869"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3ae0378d-19ba-43d3-8fe0-0a0911d88869"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3ae0378d-19ba-43d3-8fe0-0a0911d88869"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3ae0378d-19ba-43d3-8fe0-0a0911d88869"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3ae0378d-19ba-43d3-8fe0-0a0911d88869"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3ae0378d-19ba-43d3-8fe0-0a0911d88869"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3ae0378d-19ba-43d3-8fe0-0a0911d88869"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3ae0378d-19ba-43d3-8fe0-0a0911d88869"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3ae0378d-19ba-43d3-8fe0-0a0911d88869"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3ae0378d-19ba-43d3-8fe0-0a0911d88869"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3ae0378d-19ba-43d3-8fe0-0a0911d88869"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3ae0378d-19ba-43d3-8fe0-0a0911d88869"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3ae0378d-19ba-43d3-8fe0-0a0911d88869"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3ae0378d-19ba-43d3-8fe0-0a0911d88869"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3ae0378d-19ba-43d3-8fe0-0a0911d88869"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3ae0378d-19ba-43d3-8fe0-0a0911d88869"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3ae0378d-19ba-43d3-8fe0-0a0911d88869"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3ae0378d-19ba-43d3-8fe0-0a0911d88869"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3ae0378d-19ba-43d3-8fe0-0a0911d88869"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3ae0378d-19ba-43d3-8fe0-0a0911d88869"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3ae0378d-19ba-43d3-8fe0-0a0911d88869"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3ae0378d-19ba-43d3-8fe0-0a0911d88869"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3ae0378d-19ba-43d3-8fe0-0a0911d88869"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3ae0378d-19ba-43d3-8fe0-0a0911d88869"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3ae0378d-19ba-43d3-8fe0-0a0911d88869"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3ae0378d-19ba-43d3-8fe0-0a0911d88869"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3ae0378d-19ba-43d3-8fe0-0a0911d88869"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3ae0378d-19ba-43d3-8fe0-0a0911d88869"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3ae0378d-19ba-43d3-8fe0-0a0911d88869"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3ae0378d-19ba-43d3-8fe0-0a0911d88869"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3ae0378d-19ba-43d3-8fe0-0a0911d88869"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3ae0378d-19ba-43d3-8fe0-0a0911d88869"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3ae0378d-19ba-43d3-8fe0-0a0911d88869"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3ae0378d-19ba-43d3-8fe0-0a0911d88869"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3ae0378d-19ba-43d3-8fe0-0a0911d88869"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-2e976f43-0f30-4456-a52d-3e6781f26fc5 {
  text-align: center;
}




  #s-2e976f43-0f30-4456-a52d-3e6781f26fc5 img.shogun-image {
    
    width: px;
  }


#s-2e976f43-0f30-4456-a52d-3e6781f26fc5 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-25206ef4-ae01-4224-acec-0251320df93c {
  display: none;
}
#s-25206ef4-ae01-4224-acec-0251320df93c, #wrap-s-25206ef4-ae01-4224-acec-0251320df93c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-25206ef4-ae01-4224-acec-0251320df93c {
  display: none;
}
#s-25206ef4-ae01-4224-acec-0251320df93c, #wrap-s-25206ef4-ae01-4224-acec-0251320df93c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-25206ef4-ae01-4224-acec-0251320df93c {
  display: none;
}
#s-25206ef4-ae01-4224-acec-0251320df93c, #wrap-s-25206ef4-ae01-4224-acec-0251320df93c { display:none !important; }}
@media (min-width: 0px) {
[id="s-25206ef4-ae01-4224-acec-0251320df93c"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-25206ef4-ae01-4224-acec-0251320df93c"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-25206ef4-ae01-4224-acec-0251320df93c"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-25206ef4-ae01-4224-acec-0251320df93c"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-25206ef4-ae01-4224-acec-0251320df93c"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-25206ef4-ae01-4224-acec-0251320df93c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-25206ef4-ae01-4224-acec-0251320df93c"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-25206ef4-ae01-4224-acec-0251320df93c"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-25206ef4-ae01-4224-acec-0251320df93c"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-25206ef4-ae01-4224-acec-0251320df93c"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-25206ef4-ae01-4224-acec-0251320df93c"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-25206ef4-ae01-4224-acec-0251320df93c"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-25206ef4-ae01-4224-acec-0251320df93c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-25206ef4-ae01-4224-acec-0251320df93c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-25206ef4-ae01-4224-acec-0251320df93c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-25206ef4-ae01-4224-acec-0251320df93c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-25206ef4-ae01-4224-acec-0251320df93c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-25206ef4-ae01-4224-acec-0251320df93c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-25206ef4-ae01-4224-acec-0251320df93c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-25206ef4-ae01-4224-acec-0251320df93c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-25206ef4-ae01-4224-acec-0251320df93c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-25206ef4-ae01-4224-acec-0251320df93c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-25206ef4-ae01-4224-acec-0251320df93c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-25206ef4-ae01-4224-acec-0251320df93c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-25206ef4-ae01-4224-acec-0251320df93c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-25206ef4-ae01-4224-acec-0251320df93c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-25206ef4-ae01-4224-acec-0251320df93c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-25206ef4-ae01-4224-acec-0251320df93c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-25206ef4-ae01-4224-acec-0251320df93c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-25206ef4-ae01-4224-acec-0251320df93c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-25206ef4-ae01-4224-acec-0251320df93c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-25206ef4-ae01-4224-acec-0251320df93c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-25206ef4-ae01-4224-acec-0251320df93c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-25206ef4-ae01-4224-acec-0251320df93c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-25206ef4-ae01-4224-acec-0251320df93c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-25206ef4-ae01-4224-acec-0251320df93c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-25206ef4-ae01-4224-acec-0251320df93c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-25206ef4-ae01-4224-acec-0251320df93c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-25206ef4-ae01-4224-acec-0251320df93c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-25206ef4-ae01-4224-acec-0251320df93c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-25206ef4-ae01-4224-acec-0251320df93c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-25206ef4-ae01-4224-acec-0251320df93c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-25206ef4-ae01-4224-acec-0251320df93c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-25206ef4-ae01-4224-acec-0251320df93c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-25206ef4-ae01-4224-acec-0251320df93c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-25206ef4-ae01-4224-acec-0251320df93c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-25206ef4-ae01-4224-acec-0251320df93c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-25206ef4-ae01-4224-acec-0251320df93c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-e353aca0-7678-490c-8e3a-64678f1d6851 {
  text-align: center;
}




  #s-e353aca0-7678-490c-8e3a-64678f1d6851 img.shogun-image {
    
    width: px;
  }


#s-e353aca0-7678-490c-8e3a-64678f1d6851 .shogun-image-content {
  
    align-items: center;
  
}

#s-75146818-43cd-4f54-bf09-d83a482a719a {
  margin-top: 1em;
text-align: center;
}

#s-0cf44af6-8eda-4e32-94f0-14ef10335f44 {
  margin-top: 0em;
margin-bottom: 2em;
text-align: center;
}

#s-896df3c9-1d6a-4721-bfe8-7545822aadfd {
  margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
min-height: 50px;
max-width: 850px;
background-color: rgba(244, 243, 239, 1);
}








#s-896df3c9-1d6a-4721-bfe8-7545822aadfd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-896df3c9-1d6a-4721-bfe8-7545822aadfd.shg-box.shg-c {
  justify-content: center;
}

#s-a74d69b0-1652-4052-9e5e-72a052ad41c4 {
  margin-left: auto;
margin-right: auto;
padding-top: 1em;
padding-bottom: 1em;
max-width: 800px;
}

@media (min-width: 0px) {
[id="s-a74d69b0-1652-4052-9e5e-72a052ad41c4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a74d69b0-1652-4052-9e5e-72a052ad41c4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a74d69b0-1652-4052-9e5e-72a052ad41c4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a74d69b0-1652-4052-9e5e-72a052ad41c4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a74d69b0-1652-4052-9e5e-72a052ad41c4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a74d69b0-1652-4052-9e5e-72a052ad41c4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a74d69b0-1652-4052-9e5e-72a052ad41c4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a74d69b0-1652-4052-9e5e-72a052ad41c4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a74d69b0-1652-4052-9e5e-72a052ad41c4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a74d69b0-1652-4052-9e5e-72a052ad41c4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a74d69b0-1652-4052-9e5e-72a052ad41c4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a74d69b0-1652-4052-9e5e-72a052ad41c4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a74d69b0-1652-4052-9e5e-72a052ad41c4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a74d69b0-1652-4052-9e5e-72a052ad41c4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a74d69b0-1652-4052-9e5e-72a052ad41c4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a74d69b0-1652-4052-9e5e-72a052ad41c4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a74d69b0-1652-4052-9e5e-72a052ad41c4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a74d69b0-1652-4052-9e5e-72a052ad41c4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a74d69b0-1652-4052-9e5e-72a052ad41c4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a74d69b0-1652-4052-9e5e-72a052ad41c4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a74d69b0-1652-4052-9e5e-72a052ad41c4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a74d69b0-1652-4052-9e5e-72a052ad41c4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a74d69b0-1652-4052-9e5e-72a052ad41c4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a74d69b0-1652-4052-9e5e-72a052ad41c4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a74d69b0-1652-4052-9e5e-72a052ad41c4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a74d69b0-1652-4052-9e5e-72a052ad41c4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a74d69b0-1652-4052-9e5e-72a052ad41c4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a74d69b0-1652-4052-9e5e-72a052ad41c4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a74d69b0-1652-4052-9e5e-72a052ad41c4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a74d69b0-1652-4052-9e5e-72a052ad41c4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a74d69b0-1652-4052-9e5e-72a052ad41c4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a74d69b0-1652-4052-9e5e-72a052ad41c4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a74d69b0-1652-4052-9e5e-72a052ad41c4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a74d69b0-1652-4052-9e5e-72a052ad41c4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a74d69b0-1652-4052-9e5e-72a052ad41c4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a74d69b0-1652-4052-9e5e-72a052ad41c4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a74d69b0-1652-4052-9e5e-72a052ad41c4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-f7a28e4d-d07e-4866-8510-0f746f344435 {
  margin-top: 0em;
margin-left: auto;
margin-bottom: 1px;
margin-right: auto;
max-width: 250px;
text-align: center;
}




  #s-f7a28e4d-d07e-4866-8510-0f746f344435 img.shogun-image {
    
    width: px;
  }


#s-f7a28e4d-d07e-4866-8510-0f746f344435 .shogun-image-content {
  
    align-items: center;
  
}

#s-5bcf97ac-4c4c-49e8-93bf-c6ceb359bcce {
  padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-5bcf97ac-4c4c-49e8-93bf-c6ceb359bcce .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-e136a5f0-0f1a-4a7c-a9f1-3e8d5be05bcb {
  margin-top: 2em;
margin-bottom: 4em;
padding-left: 0em;
padding-right: 0em;
min-height: 50px;
}
@media (min-width: 1200px){#s-e136a5f0-0f1a-4a7c-a9f1-3e8d5be05bcb {
  display: none;
}
#s-e136a5f0-0f1a-4a7c-a9f1-3e8d5be05bcb, #wrap-s-e136a5f0-0f1a-4a7c-a9f1-3e8d5be05bcb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e136a5f0-0f1a-4a7c-a9f1-3e8d5be05bcb {
  display: none;
}
#s-e136a5f0-0f1a-4a7c-a9f1-3e8d5be05bcb, #wrap-s-e136a5f0-0f1a-4a7c-a9f1-3e8d5be05bcb { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e136a5f0-0f1a-4a7c-a9f1-3e8d5be05bcb {
  
}
}@media (max-width: 767px){#s-e136a5f0-0f1a-4a7c-a9f1-3e8d5be05bcb {
  display: none;
}
#s-e136a5f0-0f1a-4a7c-a9f1-3e8d5be05bcb, #wrap-s-e136a5f0-0f1a-4a7c-a9f1-3e8d5be05bcb { display:none !important; }}







#s-e136a5f0-0f1a-4a7c-a9f1-3e8d5be05bcb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e136a5f0-0f1a-4a7c-a9f1-3e8d5be05bcb.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-be8d1f12-3938-4820-92c2-66f4abbba1e6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-be8d1f12-3938-4820-92c2-66f4abbba1e6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-be8d1f12-3938-4820-92c2-66f4abbba1e6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-be8d1f12-3938-4820-92c2-66f4abbba1e6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-be8d1f12-3938-4820-92c2-66f4abbba1e6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-be8d1f12-3938-4820-92c2-66f4abbba1e6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-be8d1f12-3938-4820-92c2-66f4abbba1e6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-be8d1f12-3938-4820-92c2-66f4abbba1e6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-be8d1f12-3938-4820-92c2-66f4abbba1e6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-be8d1f12-3938-4820-92c2-66f4abbba1e6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-be8d1f12-3938-4820-92c2-66f4abbba1e6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-be8d1f12-3938-4820-92c2-66f4abbba1e6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-be8d1f12-3938-4820-92c2-66f4abbba1e6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-be8d1f12-3938-4820-92c2-66f4abbba1e6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-be8d1f12-3938-4820-92c2-66f4abbba1e6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-be8d1f12-3938-4820-92c2-66f4abbba1e6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-be8d1f12-3938-4820-92c2-66f4abbba1e6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-be8d1f12-3938-4820-92c2-66f4abbba1e6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-be8d1f12-3938-4820-92c2-66f4abbba1e6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-be8d1f12-3938-4820-92c2-66f4abbba1e6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-be8d1f12-3938-4820-92c2-66f4abbba1e6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-be8d1f12-3938-4820-92c2-66f4abbba1e6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-be8d1f12-3938-4820-92c2-66f4abbba1e6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-be8d1f12-3938-4820-92c2-66f4abbba1e6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-be8d1f12-3938-4820-92c2-66f4abbba1e6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-be8d1f12-3938-4820-92c2-66f4abbba1e6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-be8d1f12-3938-4820-92c2-66f4abbba1e6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-be8d1f12-3938-4820-92c2-66f4abbba1e6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-be8d1f12-3938-4820-92c2-66f4abbba1e6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-be8d1f12-3938-4820-92c2-66f4abbba1e6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-be8d1f12-3938-4820-92c2-66f4abbba1e6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-be8d1f12-3938-4820-92c2-66f4abbba1e6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-be8d1f12-3938-4820-92c2-66f4abbba1e6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-be8d1f12-3938-4820-92c2-66f4abbba1e6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-be8d1f12-3938-4820-92c2-66f4abbba1e6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-be8d1f12-3938-4820-92c2-66f4abbba1e6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-be8d1f12-3938-4820-92c2-66f4abbba1e6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-d95e8cd6-d0aa-4f92-a1d2-4bb778228a9d {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-d95e8cd6-d0aa-4f92-a1d2-4bb778228a9d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d95e8cd6-d0aa-4f92-a1d2-4bb778228a9d.shg-box.shg-c {
  justify-content: center;
}

#s-63dd2b5c-f081-44f6-8197-c471691b422f {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
text-align: center;
}




  #s-63dd2b5c-f081-44f6-8197-c471691b422f img.shogun-image {
    
    width: px;
  }


#s-63dd2b5c-f081-44f6-8197-c471691b422f .shogun-image-content {
  
    align-items: center;
  
}

#s-3f3f59a7-2851-445c-b379-d0e7a8321747 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-3f3f59a7-2851-445c-b379-d0e7a8321747 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3f3f59a7-2851-445c-b379-d0e7a8321747.shg-box.shg-c {
  justify-content: center;
}

#s-44052c59-e604-4098-aa44-aefaa868910c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-44052c59-e604-4098-aa44-aefaa868910c .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-fd051234-6dda-48e0-9b9d-277c23978bed {
  text-align: left;
}

#s-6778cea6-9719-4b91-bebe-66de2da7a054 {
  text-align: left;
}

#s-5a352ca2-2b85-47b7-ab88-1380eff59c2b {
  margin-top: 2em;
margin-bottom: 2em;
}

@media (min-width: 0px) {
[id="s-5a352ca2-2b85-47b7-ab88-1380eff59c2b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5a352ca2-2b85-47b7-ab88-1380eff59c2b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5a352ca2-2b85-47b7-ab88-1380eff59c2b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5a352ca2-2b85-47b7-ab88-1380eff59c2b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5a352ca2-2b85-47b7-ab88-1380eff59c2b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5a352ca2-2b85-47b7-ab88-1380eff59c2b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5a352ca2-2b85-47b7-ab88-1380eff59c2b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5a352ca2-2b85-47b7-ab88-1380eff59c2b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5a352ca2-2b85-47b7-ab88-1380eff59c2b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5a352ca2-2b85-47b7-ab88-1380eff59c2b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5a352ca2-2b85-47b7-ab88-1380eff59c2b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5a352ca2-2b85-47b7-ab88-1380eff59c2b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5a352ca2-2b85-47b7-ab88-1380eff59c2b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5a352ca2-2b85-47b7-ab88-1380eff59c2b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5a352ca2-2b85-47b7-ab88-1380eff59c2b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5a352ca2-2b85-47b7-ab88-1380eff59c2b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5a352ca2-2b85-47b7-ab88-1380eff59c2b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5a352ca2-2b85-47b7-ab88-1380eff59c2b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5a352ca2-2b85-47b7-ab88-1380eff59c2b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5a352ca2-2b85-47b7-ab88-1380eff59c2b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5a352ca2-2b85-47b7-ab88-1380eff59c2b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5a352ca2-2b85-47b7-ab88-1380eff59c2b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5a352ca2-2b85-47b7-ab88-1380eff59c2b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5a352ca2-2b85-47b7-ab88-1380eff59c2b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5a352ca2-2b85-47b7-ab88-1380eff59c2b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5a352ca2-2b85-47b7-ab88-1380eff59c2b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5a352ca2-2b85-47b7-ab88-1380eff59c2b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5a352ca2-2b85-47b7-ab88-1380eff59c2b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5a352ca2-2b85-47b7-ab88-1380eff59c2b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5a352ca2-2b85-47b7-ab88-1380eff59c2b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5a352ca2-2b85-47b7-ab88-1380eff59c2b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5a352ca2-2b85-47b7-ab88-1380eff59c2b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5a352ca2-2b85-47b7-ab88-1380eff59c2b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5a352ca2-2b85-47b7-ab88-1380eff59c2b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5a352ca2-2b85-47b7-ab88-1380eff59c2b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5a352ca2-2b85-47b7-ab88-1380eff59c2b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5a352ca2-2b85-47b7-ab88-1380eff59c2b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-0098a3e1-3a3c-4dfe-a33c-94d9fe2df52d {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-0098a3e1-3a3c-4dfe-a33c-94d9fe2df52d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0098a3e1-3a3c-4dfe-a33c-94d9fe2df52d.shg-box.shg-c {
  justify-content: center;
}

#s-79968806-fe1f-4286-89ad-830231c80f83 {
  padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
text-align: center;
}




  #s-79968806-fe1f-4286-89ad-830231c80f83 img.shogun-image {
    
    width: px;
  }


#s-79968806-fe1f-4286-89ad-830231c80f83 .shogun-image-content {
  
    align-items: center;
  
}

#s-b6ea6b35-4b53-4182-8450-36da8af9f20b {
  margin-top: 0em;
margin-bottom: 0em;
min-height: 50px;
}








#s-b6ea6b35-4b53-4182-8450-36da8af9f20b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b6ea6b35-4b53-4182-8450-36da8af9f20b.shg-box.shg-c {
  justify-content: center;
}

#s-3661af3b-70cb-4bc4-996d-2dadbdf1fa41 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-3661af3b-70cb-4bc4-996d-2dadbdf1fa41 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (max-width: 767px){#s-acf7b845-3004-4f0b-8094-5bb7127d2b34 {
  display: none;
}
#s-acf7b845-3004-4f0b-8094-5bb7127d2b34, #wrap-s-acf7b845-3004-4f0b-8094-5bb7127d2b34 { display:none !important; }}
@media (min-width: 0px) {
[id="s-acf7b845-3004-4f0b-8094-5bb7127d2b34"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-acf7b845-3004-4f0b-8094-5bb7127d2b34"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-acf7b845-3004-4f0b-8094-5bb7127d2b34"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-acf7b845-3004-4f0b-8094-5bb7127d2b34"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-acf7b845-3004-4f0b-8094-5bb7127d2b34"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-acf7b845-3004-4f0b-8094-5bb7127d2b34"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-acf7b845-3004-4f0b-8094-5bb7127d2b34"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-acf7b845-3004-4f0b-8094-5bb7127d2b34"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-acf7b845-3004-4f0b-8094-5bb7127d2b34"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-acf7b845-3004-4f0b-8094-5bb7127d2b34"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-acf7b845-3004-4f0b-8094-5bb7127d2b34"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-acf7b845-3004-4f0b-8094-5bb7127d2b34"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-acf7b845-3004-4f0b-8094-5bb7127d2b34"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-acf7b845-3004-4f0b-8094-5bb7127d2b34"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-acf7b845-3004-4f0b-8094-5bb7127d2b34"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-acf7b845-3004-4f0b-8094-5bb7127d2b34"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-acf7b845-3004-4f0b-8094-5bb7127d2b34"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-acf7b845-3004-4f0b-8094-5bb7127d2b34"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-acf7b845-3004-4f0b-8094-5bb7127d2b34"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-acf7b845-3004-4f0b-8094-5bb7127d2b34"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-acf7b845-3004-4f0b-8094-5bb7127d2b34"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-acf7b845-3004-4f0b-8094-5bb7127d2b34"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-acf7b845-3004-4f0b-8094-5bb7127d2b34"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-acf7b845-3004-4f0b-8094-5bb7127d2b34"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-acf7b845-3004-4f0b-8094-5bb7127d2b34"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-acf7b845-3004-4f0b-8094-5bb7127d2b34"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-acf7b845-3004-4f0b-8094-5bb7127d2b34"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-acf7b845-3004-4f0b-8094-5bb7127d2b34"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-acf7b845-3004-4f0b-8094-5bb7127d2b34"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-acf7b845-3004-4f0b-8094-5bb7127d2b34"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-acf7b845-3004-4f0b-8094-5bb7127d2b34"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-acf7b845-3004-4f0b-8094-5bb7127d2b34"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-acf7b845-3004-4f0b-8094-5bb7127d2b34"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-acf7b845-3004-4f0b-8094-5bb7127d2b34"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-acf7b845-3004-4f0b-8094-5bb7127d2b34"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-acf7b845-3004-4f0b-8094-5bb7127d2b34"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-acf7b845-3004-4f0b-8094-5bb7127d2b34"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-acf7b845-3004-4f0b-8094-5bb7127d2b34"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-acf7b845-3004-4f0b-8094-5bb7127d2b34"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-acf7b845-3004-4f0b-8094-5bb7127d2b34"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-acf7b845-3004-4f0b-8094-5bb7127d2b34"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-acf7b845-3004-4f0b-8094-5bb7127d2b34"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-acf7b845-3004-4f0b-8094-5bb7127d2b34"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-acf7b845-3004-4f0b-8094-5bb7127d2b34"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-acf7b845-3004-4f0b-8094-5bb7127d2b34"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-acf7b845-3004-4f0b-8094-5bb7127d2b34"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-acf7b845-3004-4f0b-8094-5bb7127d2b34"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-acf7b845-3004-4f0b-8094-5bb7127d2b34"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-e769d5c2-ade6-4429-9f79-da4aee9ff957 {
  text-align: left;
}




  #s-e769d5c2-ade6-4429-9f79-da4aee9ff957 img.shogun-image {
    
    width: px;
  }


#s-e769d5c2-ade6-4429-9f79-da4aee9ff957 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-669ea29e-8a56-4953-a8c9-4d8fef87b8ba {
  display: none;
}
#s-669ea29e-8a56-4953-a8c9-4d8fef87b8ba, #wrap-s-669ea29e-8a56-4953-a8c9-4d8fef87b8ba { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-669ea29e-8a56-4953-a8c9-4d8fef87b8ba {
  display: none;
}
#s-669ea29e-8a56-4953-a8c9-4d8fef87b8ba, #wrap-s-669ea29e-8a56-4953-a8c9-4d8fef87b8ba { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-669ea29e-8a56-4953-a8c9-4d8fef87b8ba {
  display: none;
}
#s-669ea29e-8a56-4953-a8c9-4d8fef87b8ba, #wrap-s-669ea29e-8a56-4953-a8c9-4d8fef87b8ba { display:none !important; }}
@media (min-width: 0px) {
[id="s-669ea29e-8a56-4953-a8c9-4d8fef87b8ba"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-669ea29e-8a56-4953-a8c9-4d8fef87b8ba"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-669ea29e-8a56-4953-a8c9-4d8fef87b8ba"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-669ea29e-8a56-4953-a8c9-4d8fef87b8ba"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-669ea29e-8a56-4953-a8c9-4d8fef87b8ba"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-669ea29e-8a56-4953-a8c9-4d8fef87b8ba"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-669ea29e-8a56-4953-a8c9-4d8fef87b8ba"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-669ea29e-8a56-4953-a8c9-4d8fef87b8ba"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-669ea29e-8a56-4953-a8c9-4d8fef87b8ba"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-669ea29e-8a56-4953-a8c9-4d8fef87b8ba"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-669ea29e-8a56-4953-a8c9-4d8fef87b8ba"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-669ea29e-8a56-4953-a8c9-4d8fef87b8ba"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-669ea29e-8a56-4953-a8c9-4d8fef87b8ba"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-669ea29e-8a56-4953-a8c9-4d8fef87b8ba"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-669ea29e-8a56-4953-a8c9-4d8fef87b8ba"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-669ea29e-8a56-4953-a8c9-4d8fef87b8ba"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-669ea29e-8a56-4953-a8c9-4d8fef87b8ba"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-669ea29e-8a56-4953-a8c9-4d8fef87b8ba"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-669ea29e-8a56-4953-a8c9-4d8fef87b8ba"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-669ea29e-8a56-4953-a8c9-4d8fef87b8ba"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-669ea29e-8a56-4953-a8c9-4d8fef87b8ba"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-669ea29e-8a56-4953-a8c9-4d8fef87b8ba"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-669ea29e-8a56-4953-a8c9-4d8fef87b8ba"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-669ea29e-8a56-4953-a8c9-4d8fef87b8ba"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-669ea29e-8a56-4953-a8c9-4d8fef87b8ba"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-669ea29e-8a56-4953-a8c9-4d8fef87b8ba"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-669ea29e-8a56-4953-a8c9-4d8fef87b8ba"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-669ea29e-8a56-4953-a8c9-4d8fef87b8ba"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-669ea29e-8a56-4953-a8c9-4d8fef87b8ba"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-669ea29e-8a56-4953-a8c9-4d8fef87b8ba"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-669ea29e-8a56-4953-a8c9-4d8fef87b8ba"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-669ea29e-8a56-4953-a8c9-4d8fef87b8ba"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-669ea29e-8a56-4953-a8c9-4d8fef87b8ba"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-669ea29e-8a56-4953-a8c9-4d8fef87b8ba"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-669ea29e-8a56-4953-a8c9-4d8fef87b8ba"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-669ea29e-8a56-4953-a8c9-4d8fef87b8ba"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-669ea29e-8a56-4953-a8c9-4d8fef87b8ba"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-669ea29e-8a56-4953-a8c9-4d8fef87b8ba"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-669ea29e-8a56-4953-a8c9-4d8fef87b8ba"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-669ea29e-8a56-4953-a8c9-4d8fef87b8ba"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-669ea29e-8a56-4953-a8c9-4d8fef87b8ba"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-669ea29e-8a56-4953-a8c9-4d8fef87b8ba"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-669ea29e-8a56-4953-a8c9-4d8fef87b8ba"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-669ea29e-8a56-4953-a8c9-4d8fef87b8ba"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-669ea29e-8a56-4953-a8c9-4d8fef87b8ba"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-669ea29e-8a56-4953-a8c9-4d8fef87b8ba"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-669ea29e-8a56-4953-a8c9-4d8fef87b8ba"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-669ea29e-8a56-4953-a8c9-4d8fef87b8ba"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-7aef803f-30f6-41f6-af89-c1db938e1b2b {
  text-align: center;
}




  #s-7aef803f-30f6-41f6-af89-c1db938e1b2b img.shogun-image {
    
    width: px;
  }


#s-7aef803f-30f6-41f6-af89-c1db938e1b2b .shogun-image-content {
  
    align-items: center;
  
}

#s-09164f84-5e61-42c0-a97c-2d1c729e25a7 {
  margin-top: 1em;
margin-bottom: 0em;
text-align: left;
}

#s-e9eaf618-75d3-442f-89e3-0f2bb90c5d90 {
  margin-top: 0em;
margin-bottom: 0em;
text-align: left;
}

#s-e5ae631f-bb1d-44c7-ac6f-59d3a93df99a {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
min-height: 50px;
max-width: 900px;
background-color: rgba(244, 243, 239, 1);
}








#s-e5ae631f-bb1d-44c7-ac6f-59d3a93df99a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e5ae631f-bb1d-44c7-ac6f-59d3a93df99a.shg-box.shg-c {
  justify-content: center;
}

#s-680c6778-9329-4dc1-b198-65c0be95fee4 {
  margin-top: 1em;
margin-left: auto;
margin-right: auto;
padding-top: 0em;
padding-bottom: 0em;
max-width: 800px;
}

@media (min-width: 0px) {
[id="s-680c6778-9329-4dc1-b198-65c0be95fee4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-680c6778-9329-4dc1-b198-65c0be95fee4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-680c6778-9329-4dc1-b198-65c0be95fee4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-680c6778-9329-4dc1-b198-65c0be95fee4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-680c6778-9329-4dc1-b198-65c0be95fee4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-680c6778-9329-4dc1-b198-65c0be95fee4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-680c6778-9329-4dc1-b198-65c0be95fee4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-680c6778-9329-4dc1-b198-65c0be95fee4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-680c6778-9329-4dc1-b198-65c0be95fee4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-680c6778-9329-4dc1-b198-65c0be95fee4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-680c6778-9329-4dc1-b198-65c0be95fee4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-680c6778-9329-4dc1-b198-65c0be95fee4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-680c6778-9329-4dc1-b198-65c0be95fee4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-680c6778-9329-4dc1-b198-65c0be95fee4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-680c6778-9329-4dc1-b198-65c0be95fee4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-680c6778-9329-4dc1-b198-65c0be95fee4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-680c6778-9329-4dc1-b198-65c0be95fee4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-680c6778-9329-4dc1-b198-65c0be95fee4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-680c6778-9329-4dc1-b198-65c0be95fee4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-680c6778-9329-4dc1-b198-65c0be95fee4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-680c6778-9329-4dc1-b198-65c0be95fee4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-680c6778-9329-4dc1-b198-65c0be95fee4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-680c6778-9329-4dc1-b198-65c0be95fee4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-680c6778-9329-4dc1-b198-65c0be95fee4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-680c6778-9329-4dc1-b198-65c0be95fee4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-680c6778-9329-4dc1-b198-65c0be95fee4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-680c6778-9329-4dc1-b198-65c0be95fee4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-680c6778-9329-4dc1-b198-65c0be95fee4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-680c6778-9329-4dc1-b198-65c0be95fee4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-680c6778-9329-4dc1-b198-65c0be95fee4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-680c6778-9329-4dc1-b198-65c0be95fee4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-680c6778-9329-4dc1-b198-65c0be95fee4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-680c6778-9329-4dc1-b198-65c0be95fee4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-680c6778-9329-4dc1-b198-65c0be95fee4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-680c6778-9329-4dc1-b198-65c0be95fee4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-680c6778-9329-4dc1-b198-65c0be95fee4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-680c6778-9329-4dc1-b198-65c0be95fee4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-ee496614-6c4a-4517-beb6-4e112debfe42 {
  margin-top: 0em;
margin-left: auto;
margin-bottom: 0em;
margin-right: auto;
max-width: 200px;
text-align: center;
}




  #s-ee496614-6c4a-4517-beb6-4e112debfe42 img.shogun-image {
    
    width: px;
  }


#s-ee496614-6c4a-4517-beb6-4e112debfe42 .shogun-image-content {
  
    align-items: center;
  
}

#s-8817670b-b0f6-4790-b934-13654021493d {
  padding-top: 0px;
padding-bottom: 10px;
text-align: left;
}

#s-8817670b-b0f6-4790-b934-13654021493d .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-bd7ba255-a608-48e9-b210-762f36694016 {
  margin-top: 2em;
margin-bottom: 0em;
padding-left: 10em;
padding-right: 10em;
min-height: 50px;
}
@media (min-width: 1200px){#s-bd7ba255-a608-48e9-b210-762f36694016 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bd7ba255-a608-48e9-b210-762f36694016 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bd7ba255-a608-48e9-b210-762f36694016 {
  display: none;
}
#s-bd7ba255-a608-48e9-b210-762f36694016, #wrap-s-bd7ba255-a608-48e9-b210-762f36694016 { display:none !important; }}@media (max-width: 767px){#s-bd7ba255-a608-48e9-b210-762f36694016 {
  display: none;
}
#s-bd7ba255-a608-48e9-b210-762f36694016, #wrap-s-bd7ba255-a608-48e9-b210-762f36694016 { display:none !important; }}







#s-bd7ba255-a608-48e9-b210-762f36694016 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bd7ba255-a608-48e9-b210-762f36694016.shg-box.shg-c {
  justify-content: center;
}

#s-4eee5242-9bc0-4ee8-ae6b-a9cd2d7cdde5 {
  margin-bottom: 3em;
}

@media (min-width: 0px) {
[id="s-4eee5242-9bc0-4ee8-ae6b-a9cd2d7cdde5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4eee5242-9bc0-4ee8-ae6b-a9cd2d7cdde5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4eee5242-9bc0-4ee8-ae6b-a9cd2d7cdde5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4eee5242-9bc0-4ee8-ae6b-a9cd2d7cdde5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4eee5242-9bc0-4ee8-ae6b-a9cd2d7cdde5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4eee5242-9bc0-4ee8-ae6b-a9cd2d7cdde5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4eee5242-9bc0-4ee8-ae6b-a9cd2d7cdde5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4eee5242-9bc0-4ee8-ae6b-a9cd2d7cdde5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4eee5242-9bc0-4ee8-ae6b-a9cd2d7cdde5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4eee5242-9bc0-4ee8-ae6b-a9cd2d7cdde5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4eee5242-9bc0-4ee8-ae6b-a9cd2d7cdde5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4eee5242-9bc0-4ee8-ae6b-a9cd2d7cdde5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4eee5242-9bc0-4ee8-ae6b-a9cd2d7cdde5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4eee5242-9bc0-4ee8-ae6b-a9cd2d7cdde5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4eee5242-9bc0-4ee8-ae6b-a9cd2d7cdde5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4eee5242-9bc0-4ee8-ae6b-a9cd2d7cdde5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4eee5242-9bc0-4ee8-ae6b-a9cd2d7cdde5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4eee5242-9bc0-4ee8-ae6b-a9cd2d7cdde5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4eee5242-9bc0-4ee8-ae6b-a9cd2d7cdde5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4eee5242-9bc0-4ee8-ae6b-a9cd2d7cdde5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4eee5242-9bc0-4ee8-ae6b-a9cd2d7cdde5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4eee5242-9bc0-4ee8-ae6b-a9cd2d7cdde5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4eee5242-9bc0-4ee8-ae6b-a9cd2d7cdde5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4eee5242-9bc0-4ee8-ae6b-a9cd2d7cdde5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4eee5242-9bc0-4ee8-ae6b-a9cd2d7cdde5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4eee5242-9bc0-4ee8-ae6b-a9cd2d7cdde5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4eee5242-9bc0-4ee8-ae6b-a9cd2d7cdde5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4eee5242-9bc0-4ee8-ae6b-a9cd2d7cdde5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4eee5242-9bc0-4ee8-ae6b-a9cd2d7cdde5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4eee5242-9bc0-4ee8-ae6b-a9cd2d7cdde5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4eee5242-9bc0-4ee8-ae6b-a9cd2d7cdde5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4eee5242-9bc0-4ee8-ae6b-a9cd2d7cdde5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4eee5242-9bc0-4ee8-ae6b-a9cd2d7cdde5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4eee5242-9bc0-4ee8-ae6b-a9cd2d7cdde5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4eee5242-9bc0-4ee8-ae6b-a9cd2d7cdde5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4eee5242-9bc0-4ee8-ae6b-a9cd2d7cdde5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4eee5242-9bc0-4ee8-ae6b-a9cd2d7cdde5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-94d7bdea-f739-47af-bb23-7a40f93498a2 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-94d7bdea-f739-47af-bb23-7a40f93498a2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-94d7bdea-f739-47af-bb23-7a40f93498a2.shg-box.shg-c {
  justify-content: center;
}

#s-3af11668-d91a-4ae7-aa61-fbfb79b5a68b {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
text-align: center;
}




  #s-3af11668-d91a-4ae7-aa61-fbfb79b5a68b img.shogun-image {
    
    width: px;
  }


#s-3af11668-d91a-4ae7-aa61-fbfb79b5a68b .shogun-image-content {
  
    align-items: center;
  
}

#s-9de36928-73a5-4e2d-a5cd-a31f9f6c76a6 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-9de36928-73a5-4e2d-a5cd-a31f9f6c76a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9de36928-73a5-4e2d-a5cd-a31f9f6c76a6.shg-box.shg-c {
  justify-content: center;
}

#s-8cb0bb01-2f5f-4b33-92df-a22b5e2400bb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-8cb0bb01-2f5f-4b33-92df-a22b5e2400bb .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-1f380286-61cb-4dbc-aede-0c4d80131450 {
  text-align: left;
}

#s-ad59c538-4a01-4a38-8f3b-7087a9c6a6d1 {
  text-align: left;
}

#s-d92f4d10-cd59-44d2-ba44-01ce6e7a5d40 {
  margin-top: 2em;
margin-bottom: 2em;
}

@media (min-width: 0px) {
[id="s-d92f4d10-cd59-44d2-ba44-01ce6e7a5d40"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d92f4d10-cd59-44d2-ba44-01ce6e7a5d40"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d92f4d10-cd59-44d2-ba44-01ce6e7a5d40"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d92f4d10-cd59-44d2-ba44-01ce6e7a5d40"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d92f4d10-cd59-44d2-ba44-01ce6e7a5d40"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d92f4d10-cd59-44d2-ba44-01ce6e7a5d40"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d92f4d10-cd59-44d2-ba44-01ce6e7a5d40"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d92f4d10-cd59-44d2-ba44-01ce6e7a5d40"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d92f4d10-cd59-44d2-ba44-01ce6e7a5d40"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d92f4d10-cd59-44d2-ba44-01ce6e7a5d40"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d92f4d10-cd59-44d2-ba44-01ce6e7a5d40"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d92f4d10-cd59-44d2-ba44-01ce6e7a5d40"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d92f4d10-cd59-44d2-ba44-01ce6e7a5d40"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d92f4d10-cd59-44d2-ba44-01ce6e7a5d40"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d92f4d10-cd59-44d2-ba44-01ce6e7a5d40"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d92f4d10-cd59-44d2-ba44-01ce6e7a5d40"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d92f4d10-cd59-44d2-ba44-01ce6e7a5d40"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d92f4d10-cd59-44d2-ba44-01ce6e7a5d40"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d92f4d10-cd59-44d2-ba44-01ce6e7a5d40"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d92f4d10-cd59-44d2-ba44-01ce6e7a5d40"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d92f4d10-cd59-44d2-ba44-01ce6e7a5d40"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d92f4d10-cd59-44d2-ba44-01ce6e7a5d40"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d92f4d10-cd59-44d2-ba44-01ce6e7a5d40"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d92f4d10-cd59-44d2-ba44-01ce6e7a5d40"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d92f4d10-cd59-44d2-ba44-01ce6e7a5d40"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d92f4d10-cd59-44d2-ba44-01ce6e7a5d40"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d92f4d10-cd59-44d2-ba44-01ce6e7a5d40"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d92f4d10-cd59-44d2-ba44-01ce6e7a5d40"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d92f4d10-cd59-44d2-ba44-01ce6e7a5d40"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d92f4d10-cd59-44d2-ba44-01ce6e7a5d40"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d92f4d10-cd59-44d2-ba44-01ce6e7a5d40"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d92f4d10-cd59-44d2-ba44-01ce6e7a5d40"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d92f4d10-cd59-44d2-ba44-01ce6e7a5d40"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d92f4d10-cd59-44d2-ba44-01ce6e7a5d40"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d92f4d10-cd59-44d2-ba44-01ce6e7a5d40"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d92f4d10-cd59-44d2-ba44-01ce6e7a5d40"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d92f4d10-cd59-44d2-ba44-01ce6e7a5d40"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-056d8fd3-4b29-40dd-afa5-b777d374c6a7 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-056d8fd3-4b29-40dd-afa5-b777d374c6a7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-056d8fd3-4b29-40dd-afa5-b777d374c6a7.shg-box.shg-c {
  justify-content: center;
}

#s-431a3d12-30b9-43c7-9d3d-2a1aedd866ab {
  text-align: center;
}




  #s-431a3d12-30b9-43c7-9d3d-2a1aedd866ab img.shogun-image {
    
    width: px;
  }


#s-431a3d12-30b9-43c7-9d3d-2a1aedd866ab .shogun-image-content {
  
    align-items: center;
  
}

#s-d2b83f5d-d0e8-482d-88bb-d383b41cc0c3 {
  margin-top: 0em;
margin-bottom: 0em;
min-height: 50px;
}








#s-d2b83f5d-d0e8-482d-88bb-d383b41cc0c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d2b83f5d-d0e8-482d-88bb-d383b41cc0c3.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-f457d367-abb2-46ac-86d9-3dc230e0fbf5 {
  display: none;
}
#s-f457d367-abb2-46ac-86d9-3dc230e0fbf5, #wrap-s-f457d367-abb2-46ac-86d9-3dc230e0fbf5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f457d367-abb2-46ac-86d9-3dc230e0fbf5 {
  display: none;
}
#s-f457d367-abb2-46ac-86d9-3dc230e0fbf5, #wrap-s-f457d367-abb2-46ac-86d9-3dc230e0fbf5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f457d367-abb2-46ac-86d9-3dc230e0fbf5 {
  display: none;
}
#s-f457d367-abb2-46ac-86d9-3dc230e0fbf5, #wrap-s-f457d367-abb2-46ac-86d9-3dc230e0fbf5 { display:none !important; }}
@media (min-width: 0px) {
[id="s-f457d367-abb2-46ac-86d9-3dc230e0fbf5"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f457d367-abb2-46ac-86d9-3dc230e0fbf5"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f457d367-abb2-46ac-86d9-3dc230e0fbf5"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f457d367-abb2-46ac-86d9-3dc230e0fbf5"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f457d367-abb2-46ac-86d9-3dc230e0fbf5"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f457d367-abb2-46ac-86d9-3dc230e0fbf5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f457d367-abb2-46ac-86d9-3dc230e0fbf5"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f457d367-abb2-46ac-86d9-3dc230e0fbf5"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f457d367-abb2-46ac-86d9-3dc230e0fbf5"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f457d367-abb2-46ac-86d9-3dc230e0fbf5"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f457d367-abb2-46ac-86d9-3dc230e0fbf5"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f457d367-abb2-46ac-86d9-3dc230e0fbf5"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-f457d367-abb2-46ac-86d9-3dc230e0fbf5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f457d367-abb2-46ac-86d9-3dc230e0fbf5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f457d367-abb2-46ac-86d9-3dc230e0fbf5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f457d367-abb2-46ac-86d9-3dc230e0fbf5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f457d367-abb2-46ac-86d9-3dc230e0fbf5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f457d367-abb2-46ac-86d9-3dc230e0fbf5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f457d367-abb2-46ac-86d9-3dc230e0fbf5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f457d367-abb2-46ac-86d9-3dc230e0fbf5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f457d367-abb2-46ac-86d9-3dc230e0fbf5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f457d367-abb2-46ac-86d9-3dc230e0fbf5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f457d367-abb2-46ac-86d9-3dc230e0fbf5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f457d367-abb2-46ac-86d9-3dc230e0fbf5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f457d367-abb2-46ac-86d9-3dc230e0fbf5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f457d367-abb2-46ac-86d9-3dc230e0fbf5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f457d367-abb2-46ac-86d9-3dc230e0fbf5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f457d367-abb2-46ac-86d9-3dc230e0fbf5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f457d367-abb2-46ac-86d9-3dc230e0fbf5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f457d367-abb2-46ac-86d9-3dc230e0fbf5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f457d367-abb2-46ac-86d9-3dc230e0fbf5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f457d367-abb2-46ac-86d9-3dc230e0fbf5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f457d367-abb2-46ac-86d9-3dc230e0fbf5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f457d367-abb2-46ac-86d9-3dc230e0fbf5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f457d367-abb2-46ac-86d9-3dc230e0fbf5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f457d367-abb2-46ac-86d9-3dc230e0fbf5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f457d367-abb2-46ac-86d9-3dc230e0fbf5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f457d367-abb2-46ac-86d9-3dc230e0fbf5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f457d367-abb2-46ac-86d9-3dc230e0fbf5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f457d367-abb2-46ac-86d9-3dc230e0fbf5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f457d367-abb2-46ac-86d9-3dc230e0fbf5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f457d367-abb2-46ac-86d9-3dc230e0fbf5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f457d367-abb2-46ac-86d9-3dc230e0fbf5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f457d367-abb2-46ac-86d9-3dc230e0fbf5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f457d367-abb2-46ac-86d9-3dc230e0fbf5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f457d367-abb2-46ac-86d9-3dc230e0fbf5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f457d367-abb2-46ac-86d9-3dc230e0fbf5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f457d367-abb2-46ac-86d9-3dc230e0fbf5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-ae6183fa-0cc5-433c-b122-2866c91e7159 {
  text-align: center;
}




  #s-ae6183fa-0cc5-433c-b122-2866c91e7159 img.shogun-image {
    
    width: px;
  }


#s-ae6183fa-0cc5-433c-b122-2866c91e7159 .shogun-image-content {
  
    align-items: center;
  
}

#s-31160431-a3cd-41d8-bc2c-9f906e36dbcf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-31160431-a3cd-41d8-bc2c-9f906e36dbcf .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (max-width: 767px){#s-8273d821-10d4-4e61-a648-bdb40557fd05 {
  display: none;
}
#s-8273d821-10d4-4e61-a648-bdb40557fd05, #wrap-s-8273d821-10d4-4e61-a648-bdb40557fd05 { display:none !important; }}
@media (min-width: 0px) {
[id="s-8273d821-10d4-4e61-a648-bdb40557fd05"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8273d821-10d4-4e61-a648-bdb40557fd05"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8273d821-10d4-4e61-a648-bdb40557fd05"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8273d821-10d4-4e61-a648-bdb40557fd05"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8273d821-10d4-4e61-a648-bdb40557fd05"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8273d821-10d4-4e61-a648-bdb40557fd05"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8273d821-10d4-4e61-a648-bdb40557fd05"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8273d821-10d4-4e61-a648-bdb40557fd05"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8273d821-10d4-4e61-a648-bdb40557fd05"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8273d821-10d4-4e61-a648-bdb40557fd05"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8273d821-10d4-4e61-a648-bdb40557fd05"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8273d821-10d4-4e61-a648-bdb40557fd05"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-8273d821-10d4-4e61-a648-bdb40557fd05"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8273d821-10d4-4e61-a648-bdb40557fd05"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8273d821-10d4-4e61-a648-bdb40557fd05"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8273d821-10d4-4e61-a648-bdb40557fd05"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8273d821-10d4-4e61-a648-bdb40557fd05"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8273d821-10d4-4e61-a648-bdb40557fd05"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8273d821-10d4-4e61-a648-bdb40557fd05"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8273d821-10d4-4e61-a648-bdb40557fd05"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8273d821-10d4-4e61-a648-bdb40557fd05"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8273d821-10d4-4e61-a648-bdb40557fd05"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8273d821-10d4-4e61-a648-bdb40557fd05"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8273d821-10d4-4e61-a648-bdb40557fd05"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8273d821-10d4-4e61-a648-bdb40557fd05"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8273d821-10d4-4e61-a648-bdb40557fd05"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8273d821-10d4-4e61-a648-bdb40557fd05"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8273d821-10d4-4e61-a648-bdb40557fd05"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8273d821-10d4-4e61-a648-bdb40557fd05"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8273d821-10d4-4e61-a648-bdb40557fd05"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8273d821-10d4-4e61-a648-bdb40557fd05"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8273d821-10d4-4e61-a648-bdb40557fd05"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8273d821-10d4-4e61-a648-bdb40557fd05"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8273d821-10d4-4e61-a648-bdb40557fd05"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8273d821-10d4-4e61-a648-bdb40557fd05"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8273d821-10d4-4e61-a648-bdb40557fd05"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8273d821-10d4-4e61-a648-bdb40557fd05"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8273d821-10d4-4e61-a648-bdb40557fd05"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8273d821-10d4-4e61-a648-bdb40557fd05"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8273d821-10d4-4e61-a648-bdb40557fd05"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8273d821-10d4-4e61-a648-bdb40557fd05"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8273d821-10d4-4e61-a648-bdb40557fd05"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8273d821-10d4-4e61-a648-bdb40557fd05"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8273d821-10d4-4e61-a648-bdb40557fd05"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8273d821-10d4-4e61-a648-bdb40557fd05"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8273d821-10d4-4e61-a648-bdb40557fd05"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8273d821-10d4-4e61-a648-bdb40557fd05"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8273d821-10d4-4e61-a648-bdb40557fd05"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-7f6dcac4-c732-49e5-a8e4-f09c3fb677c0 {
  text-align: center;
}




  #s-7f6dcac4-c732-49e5-a8e4-f09c3fb677c0 img.shogun-image {
    
    width: px;
  }


#s-7f6dcac4-c732-49e5-a8e4-f09c3fb677c0 .shogun-image-content {
  
    align-items: center;
  
}

#s-3dde9ccb-6a24-48b9-9a5c-bb43e5f280dc {
  margin-top: 1em;
margin-bottom: 0em;
text-align: left;
}

#s-b4ee82c0-761b-40dd-b155-435c85b35b83 {
  margin-top: 0em;
margin-bottom: 1em;
text-align: left;
}

#s-9900fbd3-a61a-48f3-b59a-fd49cf77230d {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
min-height: 50px;
max-width: 900px;
background-color: rgba(244, 243, 239, 1);
}








#s-9900fbd3-a61a-48f3-b59a-fd49cf77230d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9900fbd3-a61a-48f3-b59a-fd49cf77230d.shg-box.shg-c {
  justify-content: center;
}

#s-72eeae02-c9e0-4a59-8d2c-381dc96f1497 {
  margin-top: 1em;
margin-left: auto;
margin-right: auto;
padding-top: 0em;
padding-bottom: 0em;
max-width: 800px;
}

@media (min-width: 0px) {
[id="s-72eeae02-c9e0-4a59-8d2c-381dc96f1497"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-72eeae02-c9e0-4a59-8d2c-381dc96f1497"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-72eeae02-c9e0-4a59-8d2c-381dc96f1497"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-72eeae02-c9e0-4a59-8d2c-381dc96f1497"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-72eeae02-c9e0-4a59-8d2c-381dc96f1497"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-72eeae02-c9e0-4a59-8d2c-381dc96f1497"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-72eeae02-c9e0-4a59-8d2c-381dc96f1497"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-72eeae02-c9e0-4a59-8d2c-381dc96f1497"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-72eeae02-c9e0-4a59-8d2c-381dc96f1497"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-72eeae02-c9e0-4a59-8d2c-381dc96f1497"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-72eeae02-c9e0-4a59-8d2c-381dc96f1497"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-72eeae02-c9e0-4a59-8d2c-381dc96f1497"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-72eeae02-c9e0-4a59-8d2c-381dc96f1497"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-72eeae02-c9e0-4a59-8d2c-381dc96f1497"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-72eeae02-c9e0-4a59-8d2c-381dc96f1497"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-72eeae02-c9e0-4a59-8d2c-381dc96f1497"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-72eeae02-c9e0-4a59-8d2c-381dc96f1497"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-72eeae02-c9e0-4a59-8d2c-381dc96f1497"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-72eeae02-c9e0-4a59-8d2c-381dc96f1497"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-72eeae02-c9e0-4a59-8d2c-381dc96f1497"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-72eeae02-c9e0-4a59-8d2c-381dc96f1497"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-72eeae02-c9e0-4a59-8d2c-381dc96f1497"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-72eeae02-c9e0-4a59-8d2c-381dc96f1497"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-72eeae02-c9e0-4a59-8d2c-381dc96f1497"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-72eeae02-c9e0-4a59-8d2c-381dc96f1497"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-72eeae02-c9e0-4a59-8d2c-381dc96f1497"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-72eeae02-c9e0-4a59-8d2c-381dc96f1497"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-72eeae02-c9e0-4a59-8d2c-381dc96f1497"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-72eeae02-c9e0-4a59-8d2c-381dc96f1497"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-72eeae02-c9e0-4a59-8d2c-381dc96f1497"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-72eeae02-c9e0-4a59-8d2c-381dc96f1497"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-72eeae02-c9e0-4a59-8d2c-381dc96f1497"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-72eeae02-c9e0-4a59-8d2c-381dc96f1497"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-72eeae02-c9e0-4a59-8d2c-381dc96f1497"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-72eeae02-c9e0-4a59-8d2c-381dc96f1497"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-72eeae02-c9e0-4a59-8d2c-381dc96f1497"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-72eeae02-c9e0-4a59-8d2c-381dc96f1497"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-3cd44279-f19e-4f9c-abf4-a98807e217da {
  margin-top: 0em;
margin-left: auto;
margin-bottom: 0em;
margin-right: auto;
max-width: 200px;
text-align: center;
}




  #s-3cd44279-f19e-4f9c-abf4-a98807e217da img.shogun-image {
    
    width: px;
  }


#s-3cd44279-f19e-4f9c-abf4-a98807e217da .shogun-image-content {
  
    align-items: center;
  
}

#s-078d33f6-f0ef-4954-b0ea-3c4a9c46087a {
  padding-top: 0px;
padding-bottom: 10px;
text-align: left;
}

#s-078d33f6-f0ef-4954-b0ea-3c4a9c46087a .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-a06e1b51-a8d9-4f67-a6fb-21f5363261c9 {
  margin-top: auto;
margin-left: auto;
margin-bottom: 4em;
margin-right: auto;
min-height: 50px;
background-color: rgba(57, 58, 55, 1);
}
@media (min-width: 1200px){#s-a06e1b51-a8d9-4f67-a6fb-21f5363261c9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a06e1b51-a8d9-4f67-a6fb-21f5363261c9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a06e1b51-a8d9-4f67-a6fb-21f5363261c9 {
  display: none;
}
#s-a06e1b51-a8d9-4f67-a6fb-21f5363261c9, #wrap-s-a06e1b51-a8d9-4f67-a6fb-21f5363261c9 { display:none !important; }}@media (max-width: 767px){#s-a06e1b51-a8d9-4f67-a6fb-21f5363261c9 {
  display: none;
}
#s-a06e1b51-a8d9-4f67-a6fb-21f5363261c9, #wrap-s-a06e1b51-a8d9-4f67-a6fb-21f5363261c9 { display:none !important; }}







#s-a06e1b51-a8d9-4f67-a6fb-21f5363261c9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a06e1b51-a8d9-4f67-a6fb-21f5363261c9.shg-box.shg-c {
  justify-content: center;
}

#s-5575a377-4503-4b9a-9ecd-859cbddcfe2d {
  margin-left: auto;
margin-right: auto;
padding-top: 0em;
padding-left: 4em;
padding-bottom: 0em;
padding-right: 4em;
max-width: 1000px;
}

@media (min-width: 0px) {
[id="s-5575a377-4503-4b9a-9ecd-859cbddcfe2d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5575a377-4503-4b9a-9ecd-859cbddcfe2d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5575a377-4503-4b9a-9ecd-859cbddcfe2d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5575a377-4503-4b9a-9ecd-859cbddcfe2d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5575a377-4503-4b9a-9ecd-859cbddcfe2d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5575a377-4503-4b9a-9ecd-859cbddcfe2d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5575a377-4503-4b9a-9ecd-859cbddcfe2d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5575a377-4503-4b9a-9ecd-859cbddcfe2d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5575a377-4503-4b9a-9ecd-859cbddcfe2d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5575a377-4503-4b9a-9ecd-859cbddcfe2d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5575a377-4503-4b9a-9ecd-859cbddcfe2d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5575a377-4503-4b9a-9ecd-859cbddcfe2d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5575a377-4503-4b9a-9ecd-859cbddcfe2d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5575a377-4503-4b9a-9ecd-859cbddcfe2d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5575a377-4503-4b9a-9ecd-859cbddcfe2d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5575a377-4503-4b9a-9ecd-859cbddcfe2d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5575a377-4503-4b9a-9ecd-859cbddcfe2d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5575a377-4503-4b9a-9ecd-859cbddcfe2d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5575a377-4503-4b9a-9ecd-859cbddcfe2d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5575a377-4503-4b9a-9ecd-859cbddcfe2d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5575a377-4503-4b9a-9ecd-859cbddcfe2d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5575a377-4503-4b9a-9ecd-859cbddcfe2d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5575a377-4503-4b9a-9ecd-859cbddcfe2d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5575a377-4503-4b9a-9ecd-859cbddcfe2d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5575a377-4503-4b9a-9ecd-859cbddcfe2d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5575a377-4503-4b9a-9ecd-859cbddcfe2d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5575a377-4503-4b9a-9ecd-859cbddcfe2d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5575a377-4503-4b9a-9ecd-859cbddcfe2d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5575a377-4503-4b9a-9ecd-859cbddcfe2d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5575a377-4503-4b9a-9ecd-859cbddcfe2d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5575a377-4503-4b9a-9ecd-859cbddcfe2d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5575a377-4503-4b9a-9ecd-859cbddcfe2d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5575a377-4503-4b9a-9ecd-859cbddcfe2d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5575a377-4503-4b9a-9ecd-859cbddcfe2d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5575a377-4503-4b9a-9ecd-859cbddcfe2d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5575a377-4503-4b9a-9ecd-859cbddcfe2d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5575a377-4503-4b9a-9ecd-859cbddcfe2d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-23c5ff63-1603-462c-9c98-b1da1b1e98af {
  padding-top: 0em;
padding-bottom: 0em;
min-height: 50px;
}








#s-23c5ff63-1603-462c-9c98-b1da1b1e98af > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-23c5ff63-1603-462c-9c98-b1da1b1e98af.shg-box.shg-c {
  justify-content: flex-end;
}

#s-07ea9118-81a1-4ee4-ae40-373e6ad24f9d {
  padding-top: 2em;
padding-bottom: 0em;
max-width: 200px;
text-align: center;
}




  #s-07ea9118-81a1-4ee4-ae40-373e6ad24f9d img.shogun-image {
    
    width: px;
  }


#s-07ea9118-81a1-4ee4-ae40-373e6ad24f9d .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-bcaafcbb-85e5-4021-bfbf-83e64015c1c9 {
  padding-right: 0em;
min-height: 50px;
}








#s-bcaafcbb-85e5-4021-bfbf-83e64015c1c9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bcaafcbb-85e5-4021-bfbf-83e64015c1c9.shg-box.shg-c {
  justify-content: center;
}

#s-263c3750-1a60-4853-a7ce-aee6aaa0ae57 {
  margin-top: 1em;
margin-left: auto;
margin-bottom: 1em;
margin-right: auto;
max-width: 50px;
text-align: center;
}




  #s-263c3750-1a60-4853-a7ce-aee6aaa0ae57 img.shogun-image {
    
    width: px;
  }


#s-263c3750-1a60-4853-a7ce-aee6aaa0ae57 .shogun-image-content {
  
    align-items: center;
  
}

#s-63bc63e4-82e6-43cd-86ac-58bd42ea0782 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-63bc63e4-82e6-43cd-86ac-58bd42ea0782 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-6c2d46e4-4eec-4969-8130-35c445bf4125"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-6c2d46e4-4eec-4969-8130-35c445bf4125"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6c2d46e4-4eec-4969-8130-35c445bf4125"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-6c2d46e4-4eec-4969-8130-35c445bf4125"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-6c2d46e4-4eec-4969-8130-35c445bf4125"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-6c2d46e4-4eec-4969-8130-35c445bf4125"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-6c2d46e4-4eec-4969-8130-35c445bf4125"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-6c2d46e4-4eec-4969-8130-35c445bf4125"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-6c2d46e4-4eec-4969-8130-35c445bf4125"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-6c2d46e4-4eec-4969-8130-35c445bf4125"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-6c2d46e4-4eec-4969-8130-35c445bf4125"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-6c2d46e4-4eec-4969-8130-35c445bf4125"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-6c2d46e4-4eec-4969-8130-35c445bf4125"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-6c2d46e4-4eec-4969-8130-35c445bf4125"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-6c2d46e4-4eec-4969-8130-35c445bf4125"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-6c2d46e4-4eec-4969-8130-35c445bf4125"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-6c2d46e4-4eec-4969-8130-35c445bf4125"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-6c2d46e4-4eec-4969-8130-35c445bf4125"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-6c2d46e4-4eec-4969-8130-35c445bf4125"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-6c2d46e4-4eec-4969-8130-35c445bf4125"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-6c2d46e4-4eec-4969-8130-35c445bf4125"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-6c2d46e4-4eec-4969-8130-35c445bf4125"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-6c2d46e4-4eec-4969-8130-35c445bf4125"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-6c2d46e4-4eec-4969-8130-35c445bf4125"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-6c2d46e4-4eec-4969-8130-35c445bf4125"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-6c2d46e4-4eec-4969-8130-35c445bf4125"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-6c2d46e4-4eec-4969-8130-35c445bf4125"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-6c2d46e4-4eec-4969-8130-35c445bf4125"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-6c2d46e4-4eec-4969-8130-35c445bf4125"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-6c2d46e4-4eec-4969-8130-35c445bf4125"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-6c2d46e4-4eec-4969-8130-35c445bf4125"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-6c2d46e4-4eec-4969-8130-35c445bf4125"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-6c2d46e4-4eec-4969-8130-35c445bf4125"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-6c2d46e4-4eec-4969-8130-35c445bf4125"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-6c2d46e4-4eec-4969-8130-35c445bf4125"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-6c2d46e4-4eec-4969-8130-35c445bf4125"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-6c2d46e4-4eec-4969-8130-35c445bf4125"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-6c2d46e4-4eec-4969-8130-35c445bf4125"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-5afb5d40-fcef-438e-988a-805a19999b3b {
  min-height: 50px;
}








#s-5afb5d40-fcef-438e-988a-805a19999b3b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5afb5d40-fcef-438e-988a-805a19999b3b.shg-box.shg-c {
  justify-content: center;
}

#s-8485965b-d7c9-4ec1-8a65-30cbebdec88d {
  text-align: left;
}




  #s-8485965b-d7c9-4ec1-8a65-30cbebdec88d img.shogun-image {
    
    width: px;
  }


#s-8485965b-d7c9-4ec1-8a65-30cbebdec88d .shogun-image-content {
  
    align-items: center;
  
}

#s-8a169f7d-4b1f-4478-8892-753b14d3368f {
  min-height: 50px;
}








#s-8a169f7d-4b1f-4478-8892-753b14d3368f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8a169f7d-4b1f-4478-8892-753b14d3368f.shg-box.shg-c {
  justify-content: center;
}

#s-c210a7df-137b-447a-a0f6-e060f5dd757c {
  text-align: left;
}




  #s-c210a7df-137b-447a-a0f6-e060f5dd757c img.shogun-image {
    
    width: px;
  }


#s-c210a7df-137b-447a-a0f6-e060f5dd757c .shogun-image-content {
  
    align-items: center;
  
}

#s-7507e852-2ca6-4909-bd43-5346deb788c3 {
  margin-top: auto;
margin-left: auto;
margin-bottom: 4em;
margin-right: auto;
min-height: 50px;
background-color: rgba(57, 58, 55, 1);
}
@media (min-width: 1200px){#s-7507e852-2ca6-4909-bd43-5346deb788c3 {
  display: none;
}
#s-7507e852-2ca6-4909-bd43-5346deb788c3, #wrap-s-7507e852-2ca6-4909-bd43-5346deb788c3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7507e852-2ca6-4909-bd43-5346deb788c3 {
  display: none;
}
#s-7507e852-2ca6-4909-bd43-5346deb788c3, #wrap-s-7507e852-2ca6-4909-bd43-5346deb788c3 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7507e852-2ca6-4909-bd43-5346deb788c3 {
  
}
}@media (max-width: 767px){#s-7507e852-2ca6-4909-bd43-5346deb788c3 {
  display: none;
}
#s-7507e852-2ca6-4909-bd43-5346deb788c3, #wrap-s-7507e852-2ca6-4909-bd43-5346deb788c3 { display:none !important; }}







#s-7507e852-2ca6-4909-bd43-5346deb788c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7507e852-2ca6-4909-bd43-5346deb788c3.shg-box.shg-c {
  justify-content: center;
}

#s-6755eb0e-ff04-4331-9c95-d3f0fab095de {
  margin-left: auto;
margin-right: auto;
padding-top: 0em;
padding-left: 3em;
padding-bottom: 0em;
padding-right: 3em;
max-width: 1000px;
}

@media (min-width: 0px) {
[id="s-6755eb0e-ff04-4331-9c95-d3f0fab095de"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6755eb0e-ff04-4331-9c95-d3f0fab095de"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6755eb0e-ff04-4331-9c95-d3f0fab095de"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6755eb0e-ff04-4331-9c95-d3f0fab095de"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6755eb0e-ff04-4331-9c95-d3f0fab095de"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6755eb0e-ff04-4331-9c95-d3f0fab095de"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6755eb0e-ff04-4331-9c95-d3f0fab095de"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6755eb0e-ff04-4331-9c95-d3f0fab095de"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6755eb0e-ff04-4331-9c95-d3f0fab095de"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6755eb0e-ff04-4331-9c95-d3f0fab095de"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6755eb0e-ff04-4331-9c95-d3f0fab095de"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6755eb0e-ff04-4331-9c95-d3f0fab095de"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6755eb0e-ff04-4331-9c95-d3f0fab095de"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6755eb0e-ff04-4331-9c95-d3f0fab095de"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6755eb0e-ff04-4331-9c95-d3f0fab095de"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6755eb0e-ff04-4331-9c95-d3f0fab095de"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6755eb0e-ff04-4331-9c95-d3f0fab095de"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6755eb0e-ff04-4331-9c95-d3f0fab095de"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6755eb0e-ff04-4331-9c95-d3f0fab095de"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6755eb0e-ff04-4331-9c95-d3f0fab095de"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6755eb0e-ff04-4331-9c95-d3f0fab095de"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6755eb0e-ff04-4331-9c95-d3f0fab095de"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6755eb0e-ff04-4331-9c95-d3f0fab095de"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6755eb0e-ff04-4331-9c95-d3f0fab095de"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6755eb0e-ff04-4331-9c95-d3f0fab095de"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6755eb0e-ff04-4331-9c95-d3f0fab095de"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6755eb0e-ff04-4331-9c95-d3f0fab095de"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6755eb0e-ff04-4331-9c95-d3f0fab095de"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6755eb0e-ff04-4331-9c95-d3f0fab095de"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6755eb0e-ff04-4331-9c95-d3f0fab095de"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6755eb0e-ff04-4331-9c95-d3f0fab095de"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6755eb0e-ff04-4331-9c95-d3f0fab095de"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6755eb0e-ff04-4331-9c95-d3f0fab095de"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6755eb0e-ff04-4331-9c95-d3f0fab095de"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6755eb0e-ff04-4331-9c95-d3f0fab095de"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6755eb0e-ff04-4331-9c95-d3f0fab095de"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6755eb0e-ff04-4331-9c95-d3f0fab095de"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-bfceb75e-ad7f-4b16-b15d-adcb1d9d1ee9 {
  padding-top: 0em;
padding-bottom: 0em;
min-height: 50px;
}








#s-bfceb75e-ad7f-4b16-b15d-adcb1d9d1ee9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bfceb75e-ad7f-4b16-b15d-adcb1d9d1ee9.shg-box.shg-c {
  justify-content: flex-end;
}

#s-29db74f9-c687-4694-8184-5a6d8f75afb2 {
  padding-top: 2em;
padding-bottom: 0em;
max-width: 200px;
text-align: center;
}




  #s-29db74f9-c687-4694-8184-5a6d8f75afb2 img.shogun-image {
    
    width: px;
  }


#s-29db74f9-c687-4694-8184-5a6d8f75afb2 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-25bbc248-296a-4fcd-90b9-172af1abd465 {
  padding-right: 0em;
min-height: 50px;
}








#s-25bbc248-296a-4fcd-90b9-172af1abd465 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-25bbc248-296a-4fcd-90b9-172af1abd465.shg-box.shg-c {
  justify-content: center;
}

#s-48b67e88-f9d4-4ddd-bb33-91bf596eff16 {
  margin-left: auto;
margin-right: auto;
max-width: 30px;
text-align: center;
}




  #s-48b67e88-f9d4-4ddd-bb33-91bf596eff16 img.shogun-image {
    
    width: px;
  }


#s-48b67e88-f9d4-4ddd-bb33-91bf596eff16 .shogun-image-content {
  
    align-items: center;
  
}

#s-8efb185d-91ba-4508-b363-0a081a10fbb2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8efb185d-91ba-4508-b363-0a081a10fbb2 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-081a827d-2464-4b61-94bd-8037ab9bd795"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-081a827d-2464-4b61-94bd-8037ab9bd795"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-081a827d-2464-4b61-94bd-8037ab9bd795"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-081a827d-2464-4b61-94bd-8037ab9bd795"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-081a827d-2464-4b61-94bd-8037ab9bd795"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-081a827d-2464-4b61-94bd-8037ab9bd795"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-081a827d-2464-4b61-94bd-8037ab9bd795"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-081a827d-2464-4b61-94bd-8037ab9bd795"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-081a827d-2464-4b61-94bd-8037ab9bd795"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-081a827d-2464-4b61-94bd-8037ab9bd795"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-081a827d-2464-4b61-94bd-8037ab9bd795"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-081a827d-2464-4b61-94bd-8037ab9bd795"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-081a827d-2464-4b61-94bd-8037ab9bd795"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-081a827d-2464-4b61-94bd-8037ab9bd795"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-081a827d-2464-4b61-94bd-8037ab9bd795"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-081a827d-2464-4b61-94bd-8037ab9bd795"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-081a827d-2464-4b61-94bd-8037ab9bd795"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-081a827d-2464-4b61-94bd-8037ab9bd795"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-081a827d-2464-4b61-94bd-8037ab9bd795"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-081a827d-2464-4b61-94bd-8037ab9bd795"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-081a827d-2464-4b61-94bd-8037ab9bd795"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-081a827d-2464-4b61-94bd-8037ab9bd795"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-081a827d-2464-4b61-94bd-8037ab9bd795"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-081a827d-2464-4b61-94bd-8037ab9bd795"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-081a827d-2464-4b61-94bd-8037ab9bd795"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-081a827d-2464-4b61-94bd-8037ab9bd795"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-081a827d-2464-4b61-94bd-8037ab9bd795"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-081a827d-2464-4b61-94bd-8037ab9bd795"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-081a827d-2464-4b61-94bd-8037ab9bd795"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-081a827d-2464-4b61-94bd-8037ab9bd795"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-081a827d-2464-4b61-94bd-8037ab9bd795"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-081a827d-2464-4b61-94bd-8037ab9bd795"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-081a827d-2464-4b61-94bd-8037ab9bd795"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-081a827d-2464-4b61-94bd-8037ab9bd795"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-081a827d-2464-4b61-94bd-8037ab9bd795"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-081a827d-2464-4b61-94bd-8037ab9bd795"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-081a827d-2464-4b61-94bd-8037ab9bd795"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-081a827d-2464-4b61-94bd-8037ab9bd795"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-0ccbde0c-8892-4a94-9171-61407854f4a8 {
  min-height: 50px;
}








#s-0ccbde0c-8892-4a94-9171-61407854f4a8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0ccbde0c-8892-4a94-9171-61407854f4a8.shg-box.shg-c {
  justify-content: center;
}

#s-38accef7-0c52-4aa1-a042-1ab720293ad4 {
  text-align: left;
}




  #s-38accef7-0c52-4aa1-a042-1ab720293ad4 img.shogun-image {
    
    width: px;
  }


#s-38accef7-0c52-4aa1-a042-1ab720293ad4 .shogun-image-content {
  
    align-items: center;
  
}

#s-95004769-d8a2-4f4c-b3b0-2307bc90885a {
  min-height: 50px;
}








#s-95004769-d8a2-4f4c-b3b0-2307bc90885a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-95004769-d8a2-4f4c-b3b0-2307bc90885a.shg-box.shg-c {
  justify-content: center;
}

#s-a9b83095-4e49-4e4e-bc6d-ab715d6d042a {
  text-align: left;
}




  #s-a9b83095-4e49-4e4e-bc6d-ab715d6d042a img.shogun-image {
    
    width: px;
  }


#s-a9b83095-4e49-4e4e-bc6d-ab715d6d042a .shogun-image-content {
  
    align-items: center;
  
}

#s-89c30969-b48c-4739-afe8-2a1209694067 {
  margin-top: auto;
margin-left: auto;
margin-bottom: 4em;
margin-right: auto;
min-height: 50px;
background-color: rgba(57, 58, 55, 1);
}
@media (min-width: 1200px){#s-89c30969-b48c-4739-afe8-2a1209694067 {
  display: none;
}
#s-89c30969-b48c-4739-afe8-2a1209694067, #wrap-s-89c30969-b48c-4739-afe8-2a1209694067 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-89c30969-b48c-4739-afe8-2a1209694067 {
  display: none;
}
#s-89c30969-b48c-4739-afe8-2a1209694067, #wrap-s-89c30969-b48c-4739-afe8-2a1209694067 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-89c30969-b48c-4739-afe8-2a1209694067 {
  display: none;
}
#s-89c30969-b48c-4739-afe8-2a1209694067, #wrap-s-89c30969-b48c-4739-afe8-2a1209694067 { display:none !important; }}@media (max-width: 767px){#s-89c30969-b48c-4739-afe8-2a1209694067 {
  
}
}







#s-89c30969-b48c-4739-afe8-2a1209694067 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-89c30969-b48c-4739-afe8-2a1209694067.shg-box.shg-c {
  justify-content: center;
}

#s-41e714bb-d57f-4a2c-91a3-cbbd95551d9a {
  margin-left: auto;
margin-right: auto;
padding-top: 0em;
padding-left: 2em;
padding-bottom: 0em;
padding-right: 2em;
max-width: 1000px;
}

@media (min-width: 0px) {
[id="s-41e714bb-d57f-4a2c-91a3-cbbd95551d9a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-41e714bb-d57f-4a2c-91a3-cbbd95551d9a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-41e714bb-d57f-4a2c-91a3-cbbd95551d9a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-41e714bb-d57f-4a2c-91a3-cbbd95551d9a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-41e714bb-d57f-4a2c-91a3-cbbd95551d9a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-41e714bb-d57f-4a2c-91a3-cbbd95551d9a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-41e714bb-d57f-4a2c-91a3-cbbd95551d9a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-41e714bb-d57f-4a2c-91a3-cbbd95551d9a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-41e714bb-d57f-4a2c-91a3-cbbd95551d9a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-41e714bb-d57f-4a2c-91a3-cbbd95551d9a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-41e714bb-d57f-4a2c-91a3-cbbd95551d9a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-41e714bb-d57f-4a2c-91a3-cbbd95551d9a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-41e714bb-d57f-4a2c-91a3-cbbd95551d9a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-41e714bb-d57f-4a2c-91a3-cbbd95551d9a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-41e714bb-d57f-4a2c-91a3-cbbd95551d9a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-41e714bb-d57f-4a2c-91a3-cbbd95551d9a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-41e714bb-d57f-4a2c-91a3-cbbd95551d9a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-41e714bb-d57f-4a2c-91a3-cbbd95551d9a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-41e714bb-d57f-4a2c-91a3-cbbd95551d9a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-41e714bb-d57f-4a2c-91a3-cbbd95551d9a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-41e714bb-d57f-4a2c-91a3-cbbd95551d9a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-41e714bb-d57f-4a2c-91a3-cbbd95551d9a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-41e714bb-d57f-4a2c-91a3-cbbd95551d9a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-41e714bb-d57f-4a2c-91a3-cbbd95551d9a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-41e714bb-d57f-4a2c-91a3-cbbd95551d9a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-41e714bb-d57f-4a2c-91a3-cbbd95551d9a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-41e714bb-d57f-4a2c-91a3-cbbd95551d9a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-41e714bb-d57f-4a2c-91a3-cbbd95551d9a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-41e714bb-d57f-4a2c-91a3-cbbd95551d9a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-41e714bb-d57f-4a2c-91a3-cbbd95551d9a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-41e714bb-d57f-4a2c-91a3-cbbd95551d9a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-41e714bb-d57f-4a2c-91a3-cbbd95551d9a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-41e714bb-d57f-4a2c-91a3-cbbd95551d9a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-41e714bb-d57f-4a2c-91a3-cbbd95551d9a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-41e714bb-d57f-4a2c-91a3-cbbd95551d9a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-41e714bb-d57f-4a2c-91a3-cbbd95551d9a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-41e714bb-d57f-4a2c-91a3-cbbd95551d9a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-41e714bb-d57f-4a2c-91a3-cbbd95551d9a"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-7400e266-27af-49de-894a-42eb78924c49 {
  padding-top: 0em;
padding-bottom: 0em;
min-height: 50px;
}








#s-7400e266-27af-49de-894a-42eb78924c49 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7400e266-27af-49de-894a-42eb78924c49.shg-box.shg-c {
  justify-content: flex-end;
}

#s-9459bbed-8cc0-401a-97c4-c9b868d98340 {
  margin-left: auto;
margin-right: auto;
padding-top: 1em;
padding-bottom: 0em;
max-width: 200px;
text-align: center;
}




  #s-9459bbed-8cc0-401a-97c4-c9b868d98340 img.shogun-image {
    
    width: px;
  }


#s-9459bbed-8cc0-401a-97c4-c9b868d98340 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-54eac7e8-b0ec-4416-b10c-ffcaae764578 {
  padding-top: 2em;
padding-right: 0em;
min-height: 50px;
}








#s-54eac7e8-b0ec-4416-b10c-ffcaae764578 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-54eac7e8-b0ec-4416-b10c-ffcaae764578.shg-box.shg-c {
  justify-content: center;
}

#s-9fcf0092-f411-4ca2-bdad-b1907d9e2289 {
  margin-left: auto;
margin-bottom: 1px;
margin-right: auto;
max-width: 50px;
text-align: center;
}




  #s-9fcf0092-f411-4ca2-bdad-b1907d9e2289 img.shogun-image {
    
    width: px;
  }


#s-9fcf0092-f411-4ca2-bdad-b1907d9e2289 .shogun-image-content {
  
    align-items: center;
  
}

#s-b71e1ab3-56c5-4df2-b9ba-59b3f45200e6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b71e1ab3-56c5-4df2-b9ba-59b3f45200e6 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-ea5f401e-b433-459b-8283-eb123201b1bc"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ea5f401e-b433-459b-8283-eb123201b1bc"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ea5f401e-b433-459b-8283-eb123201b1bc"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ea5f401e-b433-459b-8283-eb123201b1bc"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ea5f401e-b433-459b-8283-eb123201b1bc"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ea5f401e-b433-459b-8283-eb123201b1bc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ea5f401e-b433-459b-8283-eb123201b1bc"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ea5f401e-b433-459b-8283-eb123201b1bc"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ea5f401e-b433-459b-8283-eb123201b1bc"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ea5f401e-b433-459b-8283-eb123201b1bc"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ea5f401e-b433-459b-8283-eb123201b1bc"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ea5f401e-b433-459b-8283-eb123201b1bc"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-ea5f401e-b433-459b-8283-eb123201b1bc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ea5f401e-b433-459b-8283-eb123201b1bc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ea5f401e-b433-459b-8283-eb123201b1bc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ea5f401e-b433-459b-8283-eb123201b1bc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ea5f401e-b433-459b-8283-eb123201b1bc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ea5f401e-b433-459b-8283-eb123201b1bc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ea5f401e-b433-459b-8283-eb123201b1bc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ea5f401e-b433-459b-8283-eb123201b1bc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ea5f401e-b433-459b-8283-eb123201b1bc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ea5f401e-b433-459b-8283-eb123201b1bc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ea5f401e-b433-459b-8283-eb123201b1bc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ea5f401e-b433-459b-8283-eb123201b1bc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ea5f401e-b433-459b-8283-eb123201b1bc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ea5f401e-b433-459b-8283-eb123201b1bc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ea5f401e-b433-459b-8283-eb123201b1bc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ea5f401e-b433-459b-8283-eb123201b1bc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ea5f401e-b433-459b-8283-eb123201b1bc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ea5f401e-b433-459b-8283-eb123201b1bc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ea5f401e-b433-459b-8283-eb123201b1bc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ea5f401e-b433-459b-8283-eb123201b1bc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ea5f401e-b433-459b-8283-eb123201b1bc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ea5f401e-b433-459b-8283-eb123201b1bc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ea5f401e-b433-459b-8283-eb123201b1bc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ea5f401e-b433-459b-8283-eb123201b1bc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ea5f401e-b433-459b-8283-eb123201b1bc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ea5f401e-b433-459b-8283-eb123201b1bc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ea5f401e-b433-459b-8283-eb123201b1bc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ea5f401e-b433-459b-8283-eb123201b1bc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ea5f401e-b433-459b-8283-eb123201b1bc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ea5f401e-b433-459b-8283-eb123201b1bc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ea5f401e-b433-459b-8283-eb123201b1bc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ea5f401e-b433-459b-8283-eb123201b1bc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ea5f401e-b433-459b-8283-eb123201b1bc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ea5f401e-b433-459b-8283-eb123201b1bc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ea5f401e-b433-459b-8283-eb123201b1bc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ea5f401e-b433-459b-8283-eb123201b1bc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-8a79da6a-fb9d-4a2c-be07-efef17b6fe85 {
  margin-bottom: 1em;
min-height: 50px;
}








#s-8a79da6a-fb9d-4a2c-be07-efef17b6fe85 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8a79da6a-fb9d-4a2c-be07-efef17b6fe85.shg-box.shg-c {
  justify-content: center;
}

#s-4e75db7a-5c2c-4ec4-9e32-9b8cb1109390 {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
text-align: left;
}




  #s-4e75db7a-5c2c-4ec4-9e32-9b8cb1109390 img.shogun-image {
    
    width: px;
  }


#s-4e75db7a-5c2c-4ec4-9e32-9b8cb1109390 .shogun-image-content {
  
    align-items: center;
  
}

#s-47e507eb-dbfb-4262-86b8-74e7496482ef {
  min-height: 50px;
}








#s-47e507eb-dbfb-4262-86b8-74e7496482ef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-47e507eb-dbfb-4262-86b8-74e7496482ef.shg-box.shg-c {
  justify-content: center;
}

#s-9f7744d8-d39e-4785-94a1-5b0ced5c5988 {
  margin-bottom: 1em;
min-height: 50px;
}








#s-9f7744d8-d39e-4785-94a1-5b0ced5c5988 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9f7744d8-d39e-4785-94a1-5b0ced5c5988.shg-box.shg-c {
  justify-content: center;
}

#s-1d7d7326-7c01-4e8d-9be6-ad8f9db5f078 {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
text-align: left;
}




  #s-1d7d7326-7c01-4e8d-9be6-ad8f9db5f078 img.shogun-image {
    
    width: px;
  }


#s-1d7d7326-7c01-4e8d-9be6-ad8f9db5f078 .shogun-image-content {
  
    align-items: center;
  
}

#s-3396d9b1-bb37-468f-b8f8-6d8c63d7ebc8 {
  border-style: solid;
margin-top: 0em;
margin-left: auto;
margin-bottom: 4em;
margin-right: auto;
padding-top: 0em;
padding-left: 0px;
padding-bottom: 0em;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(244, 243, 239, 1);
border-style: solid;
min-height: 50px;
}
@media (min-width: 1200px){#s-3396d9b1-bb37-468f-b8f8-6d8c63d7ebc8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3396d9b1-bb37-468f-b8f8-6d8c63d7ebc8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3396d9b1-bb37-468f-b8f8-6d8c63d7ebc8 {
  
}
}@media (max-width: 767px){#s-3396d9b1-bb37-468f-b8f8-6d8c63d7ebc8 {
  
}
}







#s-3396d9b1-bb37-468f-b8f8-6d8c63d7ebc8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3396d9b1-bb37-468f-b8f8-6d8c63d7ebc8.shg-box.shg-c {
  justify-content: center;
}

#s-ff3f0fb9-3b86-4a45-b751-ddf9611f0078 {
  padding-top: 2em;
padding-left: 2em;
padding-bottom: 1em;
padding-right: 2em;
min-height: 50px;
background-color: rgba(244, 243, 239, 1);
}
@media (min-width: 1200px){#s-ff3f0fb9-3b86-4a45-b751-ddf9611f0078 {
  display: none;
}
#s-ff3f0fb9-3b86-4a45-b751-ddf9611f0078, #wrap-s-ff3f0fb9-3b86-4a45-b751-ddf9611f0078 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ff3f0fb9-3b86-4a45-b751-ddf9611f0078 {
  display: none;
}
#s-ff3f0fb9-3b86-4a45-b751-ddf9611f0078, #wrap-s-ff3f0fb9-3b86-4a45-b751-ddf9611f0078 { display:none !important; }}







#s-ff3f0fb9-3b86-4a45-b751-ddf9611f0078 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ff3f0fb9-3b86-4a45-b751-ddf9611f0078.shg-box.shg-c {
  justify-content: center;
}

#s-717a7102-4884-401a-8dd8-68c64418f659 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-717a7102-4884-401a-8dd8-68c64418f659 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-d8a51d52-6a0f-4cc9-a183-5f1e2c133022 {
  margin-top: 0em;
}

#s-9e6cf7ec-6664-4e06-a4b9-f9ccfbfea4ea {
  padding-top: 2em;
padding-left: 6em;
padding-bottom: 1em;
padding-right: 6em;
min-height: 50px;
background-color: rgba(244, 243, 239, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-9e6cf7ec-6664-4e06-a4b9-f9ccfbfea4ea {
  display: none;
}
#s-9e6cf7ec-6664-4e06-a4b9-f9ccfbfea4ea, #wrap-s-9e6cf7ec-6664-4e06-a4b9-f9ccfbfea4ea { display:none !important; }}@media (max-width: 767px){#s-9e6cf7ec-6664-4e06-a4b9-f9ccfbfea4ea {
  display: none;
}
#s-9e6cf7ec-6664-4e06-a4b9-f9ccfbfea4ea, #wrap-s-9e6cf7ec-6664-4e06-a4b9-f9ccfbfea4ea { display:none !important; }}







#s-9e6cf7ec-6664-4e06-a4b9-f9ccfbfea4ea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9e6cf7ec-6664-4e06-a4b9-f9ccfbfea4ea.shg-box.shg-c {
  justify-content: center;
}

#s-32122ebc-916d-477c-a78c-eed826e975c0 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-32122ebc-916d-477c-a78c-eed826e975c0 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-d739fe9f-4a84-4b09-b556-039b8a9e6753 {
  margin-top: 0em;
margin-left: auto;
margin-right: auto;
max-width: 800px;
}

#s-50f949c0-dd63-406e-8ca3-f1b09dc038ae {
  margin-top: 2em;
margin-left: 2em;
margin-bottom: 2em;
margin-right: 2em;
min-height: 50px;
}








#s-50f949c0-dd63-406e-8ca3-f1b09dc038ae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-50f949c0-dd63-406e-8ca3-f1b09dc038ae.shg-box.shg-c {
  justify-content: center;
}

#s-20209c1e-abba-45b4-afca-d49751c023f2 {
  margin-top: 1em;
margin-left: auto;
margin-bottom: 0em;
margin-right: auto;
max-width: 600px;
}
@media (min-width: 1200px){#s-20209c1e-abba-45b4-afca-d49751c023f2 {
  display: none;
}
#s-20209c1e-abba-45b4-afca-d49751c023f2, #wrap-s-20209c1e-abba-45b4-afca-d49751c023f2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-20209c1e-abba-45b4-afca-d49751c023f2 {
  display: none;
}
#s-20209c1e-abba-45b4-afca-d49751c023f2, #wrap-s-20209c1e-abba-45b4-afca-d49751c023f2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-20209c1e-abba-45b4-afca-d49751c023f2 {
  display: none;
}
#s-20209c1e-abba-45b4-afca-d49751c023f2, #wrap-s-20209c1e-abba-45b4-afca-d49751c023f2 { display:none !important; }}
@media (min-width: 0px) {
[id="s-20209c1e-abba-45b4-afca-d49751c023f2"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-20209c1e-abba-45b4-afca-d49751c023f2"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-20209c1e-abba-45b4-afca-d49751c023f2"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-20209c1e-abba-45b4-afca-d49751c023f2"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-20209c1e-abba-45b4-afca-d49751c023f2"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-20209c1e-abba-45b4-afca-d49751c023f2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-20209c1e-abba-45b4-afca-d49751c023f2"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-20209c1e-abba-45b4-afca-d49751c023f2"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-20209c1e-abba-45b4-afca-d49751c023f2"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-20209c1e-abba-45b4-afca-d49751c023f2"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-20209c1e-abba-45b4-afca-d49751c023f2"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-20209c1e-abba-45b4-afca-d49751c023f2"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-20209c1e-abba-45b4-afca-d49751c023f2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-20209c1e-abba-45b4-afca-d49751c023f2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-20209c1e-abba-45b4-afca-d49751c023f2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-20209c1e-abba-45b4-afca-d49751c023f2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-20209c1e-abba-45b4-afca-d49751c023f2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-20209c1e-abba-45b4-afca-d49751c023f2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-20209c1e-abba-45b4-afca-d49751c023f2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-20209c1e-abba-45b4-afca-d49751c023f2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-20209c1e-abba-45b4-afca-d49751c023f2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-20209c1e-abba-45b4-afca-d49751c023f2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-20209c1e-abba-45b4-afca-d49751c023f2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-20209c1e-abba-45b4-afca-d49751c023f2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-20209c1e-abba-45b4-afca-d49751c023f2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-20209c1e-abba-45b4-afca-d49751c023f2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-20209c1e-abba-45b4-afca-d49751c023f2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-20209c1e-abba-45b4-afca-d49751c023f2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-20209c1e-abba-45b4-afca-d49751c023f2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-20209c1e-abba-45b4-afca-d49751c023f2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-20209c1e-abba-45b4-afca-d49751c023f2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-20209c1e-abba-45b4-afca-d49751c023f2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-20209c1e-abba-45b4-afca-d49751c023f2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-20209c1e-abba-45b4-afca-d49751c023f2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-20209c1e-abba-45b4-afca-d49751c023f2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-20209c1e-abba-45b4-afca-d49751c023f2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-20209c1e-abba-45b4-afca-d49751c023f2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-20209c1e-abba-45b4-afca-d49751c023f2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-20209c1e-abba-45b4-afca-d49751c023f2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-20209c1e-abba-45b4-afca-d49751c023f2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-20209c1e-abba-45b4-afca-d49751c023f2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-20209c1e-abba-45b4-afca-d49751c023f2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-20209c1e-abba-45b4-afca-d49751c023f2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-20209c1e-abba-45b4-afca-d49751c023f2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-20209c1e-abba-45b4-afca-d49751c023f2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-20209c1e-abba-45b4-afca-d49751c023f2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-20209c1e-abba-45b4-afca-d49751c023f2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-20209c1e-abba-45b4-afca-d49751c023f2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-39aa1939-eb99-49b4-abc1-ec946815be1e {
  margin-bottom: 1em;
min-height: 50px;
}








#s-39aa1939-eb99-49b4-abc1-ec946815be1e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-39aa1939-eb99-49b4-abc1-ec946815be1e.shg-box.shg-c {
  justify-content: center;
}

#s-181524e5-5006-4c01-a9f4-4e047283766f {
  margin-bottom: 0em;
text-align: center;
}




  #s-181524e5-5006-4c01-a9f4-4e047283766f img.shogun-image {
    
    width: px;
  }


#s-181524e5-5006-4c01-a9f4-4e047283766f .shogun-image-content {
  
    align-items: center;
  
}

#s-ddaa950f-8f68-4bb0-b164-dc709cf56ea5 {
  margin-bottom: 1em;
min-height: 50px;
}








#s-ddaa950f-8f68-4bb0-b164-dc709cf56ea5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ddaa950f-8f68-4bb0-b164-dc709cf56ea5.shg-box.shg-c {
  justify-content: center;
}

#s-a5c63462-b829-4299-b367-f4a16c92d403 {
  margin-top: 0em;
margin-bottom: 0em;
text-align: center;
}




  #s-a5c63462-b829-4299-b367-f4a16c92d403 img.shogun-image {
    
    width: px;
  }


#s-a5c63462-b829-4299-b367-f4a16c92d403 .shogun-image-content {
  
    align-items: center;
  
}

#s-1c29aac1-e9ea-446e-b050-d55a46966415 {
  margin-top: 1em;
margin-left: auto;
margin-bottom: 0em;
margin-right: auto;
max-width: 600px;
}
@media (min-width: 1200px){#s-1c29aac1-e9ea-446e-b050-d55a46966415 {
  display: none;
}
#s-1c29aac1-e9ea-446e-b050-d55a46966415, #wrap-s-1c29aac1-e9ea-446e-b050-d55a46966415 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1c29aac1-e9ea-446e-b050-d55a46966415 {
  display: none;
}
#s-1c29aac1-e9ea-446e-b050-d55a46966415, #wrap-s-1c29aac1-e9ea-446e-b050-d55a46966415 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1c29aac1-e9ea-446e-b050-d55a46966415 {
  display: none;
}
#s-1c29aac1-e9ea-446e-b050-d55a46966415, #wrap-s-1c29aac1-e9ea-446e-b050-d55a46966415 { display:none !important; }}
@media (min-width: 0px) {
[id="s-1c29aac1-e9ea-446e-b050-d55a46966415"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1c29aac1-e9ea-446e-b050-d55a46966415"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1c29aac1-e9ea-446e-b050-d55a46966415"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1c29aac1-e9ea-446e-b050-d55a46966415"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1c29aac1-e9ea-446e-b050-d55a46966415"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1c29aac1-e9ea-446e-b050-d55a46966415"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1c29aac1-e9ea-446e-b050-d55a46966415"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1c29aac1-e9ea-446e-b050-d55a46966415"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1c29aac1-e9ea-446e-b050-d55a46966415"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1c29aac1-e9ea-446e-b050-d55a46966415"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1c29aac1-e9ea-446e-b050-d55a46966415"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1c29aac1-e9ea-446e-b050-d55a46966415"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-1c29aac1-e9ea-446e-b050-d55a46966415"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1c29aac1-e9ea-446e-b050-d55a46966415"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1c29aac1-e9ea-446e-b050-d55a46966415"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1c29aac1-e9ea-446e-b050-d55a46966415"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1c29aac1-e9ea-446e-b050-d55a46966415"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1c29aac1-e9ea-446e-b050-d55a46966415"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1c29aac1-e9ea-446e-b050-d55a46966415"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1c29aac1-e9ea-446e-b050-d55a46966415"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1c29aac1-e9ea-446e-b050-d55a46966415"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1c29aac1-e9ea-446e-b050-d55a46966415"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1c29aac1-e9ea-446e-b050-d55a46966415"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1c29aac1-e9ea-446e-b050-d55a46966415"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1c29aac1-e9ea-446e-b050-d55a46966415"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1c29aac1-e9ea-446e-b050-d55a46966415"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1c29aac1-e9ea-446e-b050-d55a46966415"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1c29aac1-e9ea-446e-b050-d55a46966415"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1c29aac1-e9ea-446e-b050-d55a46966415"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1c29aac1-e9ea-446e-b050-d55a46966415"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1c29aac1-e9ea-446e-b050-d55a46966415"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1c29aac1-e9ea-446e-b050-d55a46966415"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1c29aac1-e9ea-446e-b050-d55a46966415"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1c29aac1-e9ea-446e-b050-d55a46966415"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1c29aac1-e9ea-446e-b050-d55a46966415"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1c29aac1-e9ea-446e-b050-d55a46966415"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1c29aac1-e9ea-446e-b050-d55a46966415"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1c29aac1-e9ea-446e-b050-d55a46966415"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1c29aac1-e9ea-446e-b050-d55a46966415"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1c29aac1-e9ea-446e-b050-d55a46966415"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1c29aac1-e9ea-446e-b050-d55a46966415"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1c29aac1-e9ea-446e-b050-d55a46966415"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1c29aac1-e9ea-446e-b050-d55a46966415"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1c29aac1-e9ea-446e-b050-d55a46966415"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1c29aac1-e9ea-446e-b050-d55a46966415"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1c29aac1-e9ea-446e-b050-d55a46966415"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1c29aac1-e9ea-446e-b050-d55a46966415"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1c29aac1-e9ea-446e-b050-d55a46966415"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-974bd188-7d26-4407-bcb3-9a325fd4d7a8 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 150px;
text-align: center;
}




  #s-974bd188-7d26-4407-bcb3-9a325fd4d7a8 img.shogun-image {
    
    width: px;
  }


#s-974bd188-7d26-4407-bcb3-9a325fd4d7a8 .shogun-image-content {
  
    align-items: center;
  
}

#s-01c1425b-0bae-4646-9025-18d16321bdf0 {
  margin-bottom: 1em;
min-height: 50px;
}








#s-01c1425b-0bae-4646-9025-18d16321bdf0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-01c1425b-0bae-4646-9025-18d16321bdf0.shg-box.shg-c {
  justify-content: center;
}

#s-c337beeb-61ef-43c1-90a8-4d30aac4878e {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 150px;
text-align: center;
}




  #s-c337beeb-61ef-43c1-90a8-4d30aac4878e img.shogun-image {
    
    width: px;
  }


#s-c337beeb-61ef-43c1-90a8-4d30aac4878e .shogun-image-content {
  
    align-items: center;
  
}

#s-7aab086e-a251-4242-9214-880a6c9d4686 {
  margin-top: 1em;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
padding-top: 0px;
max-width: 900px;
}
@media (max-width: 767px){#s-7aab086e-a251-4242-9214-880a6c9d4686 {
  display: none;
}
#s-7aab086e-a251-4242-9214-880a6c9d4686, #wrap-s-7aab086e-a251-4242-9214-880a6c9d4686 { display:none !important; }}
@media (min-width: 0px) {
[id="s-7aab086e-a251-4242-9214-880a6c9d4686"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 24.0px);
}

[id="s-7aab086e-a251-4242-9214-880a6c9d4686"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 24.0px);
}

[id="s-7aab086e-a251-4242-9214-880a6c9d4686"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 24.0px);
}

[id="s-7aab086e-a251-4242-9214-880a6c9d4686"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 24.0px);
}

[id="s-7aab086e-a251-4242-9214-880a6c9d4686"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 24.0px);
}

[id="s-7aab086e-a251-4242-9214-880a6c9d4686"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 24.0px);
}

[id="s-7aab086e-a251-4242-9214-880a6c9d4686"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 24.0px);
}

[id="s-7aab086e-a251-4242-9214-880a6c9d4686"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 24.0px);
}

[id="s-7aab086e-a251-4242-9214-880a6c9d4686"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 24.0px);
}

[id="s-7aab086e-a251-4242-9214-880a6c9d4686"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 24.0px);
}

[id="s-7aab086e-a251-4242-9214-880a6c9d4686"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 24.0px);
}

[id="s-7aab086e-a251-4242-9214-880a6c9d4686"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 24.0px);
}

}

@media (min-width: 768px) {
[id="s-7aab086e-a251-4242-9214-880a6c9d4686"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 24.0px);
}

[id="s-7aab086e-a251-4242-9214-880a6c9d4686"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 24.0px);
}

[id="s-7aab086e-a251-4242-9214-880a6c9d4686"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 24.0px);
}

[id="s-7aab086e-a251-4242-9214-880a6c9d4686"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 24.0px);
}

[id="s-7aab086e-a251-4242-9214-880a6c9d4686"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 24.0px);
}

[id="s-7aab086e-a251-4242-9214-880a6c9d4686"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 24.0px);
}

[id="s-7aab086e-a251-4242-9214-880a6c9d4686"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 24.0px);
}

[id="s-7aab086e-a251-4242-9214-880a6c9d4686"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 24.0px);
}

[id="s-7aab086e-a251-4242-9214-880a6c9d4686"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 24.0px);
}

[id="s-7aab086e-a251-4242-9214-880a6c9d4686"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 24.0px);
}

[id="s-7aab086e-a251-4242-9214-880a6c9d4686"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 24.0px);
}

[id="s-7aab086e-a251-4242-9214-880a6c9d4686"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-7aab086e-a251-4242-9214-880a6c9d4686"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 24.0px);
}

[id="s-7aab086e-a251-4242-9214-880a6c9d4686"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 24.0px);
}

[id="s-7aab086e-a251-4242-9214-880a6c9d4686"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 24.0px);
}

[id="s-7aab086e-a251-4242-9214-880a6c9d4686"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 24.0px);
}

[id="s-7aab086e-a251-4242-9214-880a6c9d4686"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 24.0px);
}

[id="s-7aab086e-a251-4242-9214-880a6c9d4686"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 24.0px);
}

[id="s-7aab086e-a251-4242-9214-880a6c9d4686"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 24.0px);
}

[id="s-7aab086e-a251-4242-9214-880a6c9d4686"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 24.0px);
}

[id="s-7aab086e-a251-4242-9214-880a6c9d4686"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 24.0px);
}

[id="s-7aab086e-a251-4242-9214-880a6c9d4686"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 24.0px);
}

[id="s-7aab086e-a251-4242-9214-880a6c9d4686"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 24.0px);
}

[id="s-7aab086e-a251-4242-9214-880a6c9d4686"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-7aab086e-a251-4242-9214-880a6c9d4686"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 24.0px);
}

[id="s-7aab086e-a251-4242-9214-880a6c9d4686"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 24.0px);
}

[id="s-7aab086e-a251-4242-9214-880a6c9d4686"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 24.0px);
}

[id="s-7aab086e-a251-4242-9214-880a6c9d4686"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 24.0px);
}

[id="s-7aab086e-a251-4242-9214-880a6c9d4686"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 24.0px);
}

[id="s-7aab086e-a251-4242-9214-880a6c9d4686"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 24.0px);
}

[id="s-7aab086e-a251-4242-9214-880a6c9d4686"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 24.0px);
}

[id="s-7aab086e-a251-4242-9214-880a6c9d4686"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 24.0px);
}

[id="s-7aab086e-a251-4242-9214-880a6c9d4686"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 24.0px);
}

[id="s-7aab086e-a251-4242-9214-880a6c9d4686"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 24.0px);
}

[id="s-7aab086e-a251-4242-9214-880a6c9d4686"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 24.0px);
}

[id="s-7aab086e-a251-4242-9214-880a6c9d4686"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 24.0px);
}

}

#s-b3bd15a0-cdbf-4f70-a5e9-b207eac66d30 {
  margin-bottom: 1em;
min-height: 50px;
}








#s-b3bd15a0-cdbf-4f70-a5e9-b207eac66d30 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b3bd15a0-cdbf-4f70-a5e9-b207eac66d30.shg-box.shg-c {
  justify-content: center;
}

#s-801f0c9c-9032-4f0b-9fdd-876a206c74d6 {
  margin-top: 1em;
margin-bottom: 1em;
text-align: center;
}




  #s-801f0c9c-9032-4f0b-9fdd-876a206c74d6 img.shogun-image {
    
    width: px;
  }


#s-801f0c9c-9032-4f0b-9fdd-876a206c74d6 .shogun-image-content {
  
    align-items: center;
  
}

#s-f5848b30-cf2f-489f-8483-8f28713b9d6b {
  min-height: 50px;
}








#s-f5848b30-cf2f-489f-8483-8f28713b9d6b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f5848b30-cf2f-489f-8483-8f28713b9d6b.shg-box.shg-c {
  justify-content: center;
}

#s-f0a56bad-9a9c-4110-a6a4-6cc2335603c4 {
  margin-top: 1em;
margin-bottom: 0em;
text-align: center;
}




  #s-f0a56bad-9a9c-4110-a6a4-6cc2335603c4 img.shogun-image {
    
    width: px;
  }


#s-f0a56bad-9a9c-4110-a6a4-6cc2335603c4 .shogun-image-content {
  
    align-items: center;
  
}

#s-c8ff728a-e47b-43e5-b9ba-ef3fa1de4e80 {
  margin-bottom: 1em;
min-height: 50px;
}








#s-c8ff728a-e47b-43e5-b9ba-ef3fa1de4e80 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c8ff728a-e47b-43e5-b9ba-ef3fa1de4e80.shg-box.shg-c {
  justify-content: center;
}

#s-6a5fd8dd-c843-4abc-a525-7ae3aca964cf {
  margin-top: 1em;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 150px;
text-align: center;
}




  #s-6a5fd8dd-c843-4abc-a525-7ae3aca964cf img.shogun-image {
    
    width: px;
  }


#s-6a5fd8dd-c843-4abc-a525-7ae3aca964cf .shogun-image-content {
  
    align-items: center;
  
}

#s-28186bac-74e4-4012-aea2-32584d96b18b {
  margin-top: 1em;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 150px;
text-align: center;
}




  #s-28186bac-74e4-4012-aea2-32584d96b18b img.shogun-image {
    
    width: px;
  }


#s-28186bac-74e4-4012-aea2-32584d96b18b .shogun-image-content {
  
    align-items: center;
  
}

#s-0745e6a5-0adb-44da-a09e-a21f66290e68 {
  margin-top: auto;
margin-left: auto;
margin-right: auto;
max-width: 150px;
text-align: center;
}




  #s-0745e6a5-0adb-44da-a09e-a21f66290e68 img.shogun-image {
    
    width: px;
  }


#s-0745e6a5-0adb-44da-a09e-a21f66290e68 .shogun-image-content {
  
    align-items: center;
  
}

#s-a108a7dc-0e3e-4fba-9e56-7527d359e2c5 {
  margin-top: 1em;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
max-width: 600px;
}
@media (min-width: 1200px){#s-a108a7dc-0e3e-4fba-9e56-7527d359e2c5 {
  display: none;
}
#s-a108a7dc-0e3e-4fba-9e56-7527d359e2c5, #wrap-s-a108a7dc-0e3e-4fba-9e56-7527d359e2c5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a108a7dc-0e3e-4fba-9e56-7527d359e2c5 {
  display: none;
}
#s-a108a7dc-0e3e-4fba-9e56-7527d359e2c5, #wrap-s-a108a7dc-0e3e-4fba-9e56-7527d359e2c5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a108a7dc-0e3e-4fba-9e56-7527d359e2c5 {
  display: none;
}
#s-a108a7dc-0e3e-4fba-9e56-7527d359e2c5, #wrap-s-a108a7dc-0e3e-4fba-9e56-7527d359e2c5 { display:none !important; }}
@media (min-width: 0px) {
[id="s-a108a7dc-0e3e-4fba-9e56-7527d359e2c5"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a108a7dc-0e3e-4fba-9e56-7527d359e2c5"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a108a7dc-0e3e-4fba-9e56-7527d359e2c5"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a108a7dc-0e3e-4fba-9e56-7527d359e2c5"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a108a7dc-0e3e-4fba-9e56-7527d359e2c5"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a108a7dc-0e3e-4fba-9e56-7527d359e2c5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a108a7dc-0e3e-4fba-9e56-7527d359e2c5"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a108a7dc-0e3e-4fba-9e56-7527d359e2c5"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a108a7dc-0e3e-4fba-9e56-7527d359e2c5"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a108a7dc-0e3e-4fba-9e56-7527d359e2c5"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a108a7dc-0e3e-4fba-9e56-7527d359e2c5"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a108a7dc-0e3e-4fba-9e56-7527d359e2c5"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-a108a7dc-0e3e-4fba-9e56-7527d359e2c5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a108a7dc-0e3e-4fba-9e56-7527d359e2c5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a108a7dc-0e3e-4fba-9e56-7527d359e2c5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a108a7dc-0e3e-4fba-9e56-7527d359e2c5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a108a7dc-0e3e-4fba-9e56-7527d359e2c5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a108a7dc-0e3e-4fba-9e56-7527d359e2c5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a108a7dc-0e3e-4fba-9e56-7527d359e2c5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a108a7dc-0e3e-4fba-9e56-7527d359e2c5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a108a7dc-0e3e-4fba-9e56-7527d359e2c5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a108a7dc-0e3e-4fba-9e56-7527d359e2c5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a108a7dc-0e3e-4fba-9e56-7527d359e2c5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a108a7dc-0e3e-4fba-9e56-7527d359e2c5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a108a7dc-0e3e-4fba-9e56-7527d359e2c5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a108a7dc-0e3e-4fba-9e56-7527d359e2c5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a108a7dc-0e3e-4fba-9e56-7527d359e2c5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a108a7dc-0e3e-4fba-9e56-7527d359e2c5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a108a7dc-0e3e-4fba-9e56-7527d359e2c5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a108a7dc-0e3e-4fba-9e56-7527d359e2c5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a108a7dc-0e3e-4fba-9e56-7527d359e2c5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a108a7dc-0e3e-4fba-9e56-7527d359e2c5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a108a7dc-0e3e-4fba-9e56-7527d359e2c5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a108a7dc-0e3e-4fba-9e56-7527d359e2c5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a108a7dc-0e3e-4fba-9e56-7527d359e2c5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a108a7dc-0e3e-4fba-9e56-7527d359e2c5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a108a7dc-0e3e-4fba-9e56-7527d359e2c5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a108a7dc-0e3e-4fba-9e56-7527d359e2c5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a108a7dc-0e3e-4fba-9e56-7527d359e2c5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a108a7dc-0e3e-4fba-9e56-7527d359e2c5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a108a7dc-0e3e-4fba-9e56-7527d359e2c5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a108a7dc-0e3e-4fba-9e56-7527d359e2c5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a108a7dc-0e3e-4fba-9e56-7527d359e2c5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a108a7dc-0e3e-4fba-9e56-7527d359e2c5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a108a7dc-0e3e-4fba-9e56-7527d359e2c5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a108a7dc-0e3e-4fba-9e56-7527d359e2c5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a108a7dc-0e3e-4fba-9e56-7527d359e2c5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a108a7dc-0e3e-4fba-9e56-7527d359e2c5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-2a7e0f12-80cf-4f2c-aabf-d240541947d2 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 150px;
text-align: center;
}




  #s-2a7e0f12-80cf-4f2c-aabf-d240541947d2 img.shogun-image {
    
    width: px;
  }


#s-2a7e0f12-80cf-4f2c-aabf-d240541947d2 .shogun-image-content {
  
    align-items: center;
  
}

#s-7b2b32fc-561a-4d06-89fd-800e302cb978 {
  margin-bottom: 1em;
min-height: 50px;
}








#s-7b2b32fc-561a-4d06-89fd-800e302cb978 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7b2b32fc-561a-4d06-89fd-800e302cb978.shg-box.shg-c {
  justify-content: center;
}

#s-6fbecc22-73cd-47d2-a368-9d0b52add96d {
  margin-top: auto;
margin-left: auto;
margin-bottom: 4em;
margin-right: auto;
min-height: 50px;
max-width: 1100px;
}
@media (max-width: 767px){#s-6fbecc22-73cd-47d2-a368-9d0b52add96d {
  
}
}







#s-6fbecc22-73cd-47d2-a368-9d0b52add96d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6fbecc22-73cd-47d2-a368-9d0b52add96d.shg-box.shg-c {
  justify-content: center;
}

#s-ead2435e-1ed4-4ed2-9190-2923164f757c {
  margin-top: 0em;
margin-bottom: 1em;
text-align: center;
}




  #s-ead2435e-1ed4-4ed2-9190-2923164f757c img.shogun-image {
    
    width: px;
  }


#s-ead2435e-1ed4-4ed2-9190-2923164f757c .shogun-image-content {
  
    align-items: center;
  
}

#s-c83cbb37-058e-44ba-a275-56d2b35ae4df {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c83cbb37-058e-44ba-a275-56d2b35ae4df .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-1e22f7e8-4ee4-4bb7-bee6-6b96ea62d061 {
  min-height: 50px;
}








#s-1e22f7e8-4ee4-4bb7-bee6-6b96ea62d061 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1e22f7e8-4ee4-4bb7-bee6-6b96ea62d061.shg-box.shg-c {
  justify-content: center;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen
  and (min-width: 1024px) and (max-height: 1366px)
  and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none)
  and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
	opacity: 0;
}
.shogun-lazyloaded {
	opacity: 1;
	transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: block;
}