.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-d66d334a-d7a3-4ab1-ac19-72221326d637 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMDY5NzY5YWQtNDI3NC00NzY3LTk4MmMtNGM3MTJjNGE3ZTI2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjNmNmI1O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojYmRmN2VlO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwNjk3NjlhZC00Mjc0LTQ3NjctOTgyYy00YzcxMmM0YTdlMjYpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-d66d334a-d7a3-4ab1-ac19-72221326d637 {
  display: none;
}
#s-d66d334a-d7a3-4ab1-ac19-72221326d637, #wrap-s-d66d334a-d7a3-4ab1-ac19-72221326d637 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d66d334a-d7a3-4ab1-ac19-72221326d637 {
  display: none;
}
#s-d66d334a-d7a3-4ab1-ac19-72221326d637, #wrap-s-d66d334a-d7a3-4ab1-ac19-72221326d637 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d66d334a-d7a3-4ab1-ac19-72221326d637 {
  display: none;
}
#s-d66d334a-d7a3-4ab1-ac19-72221326d637, #wrap-s-d66d334a-d7a3-4ab1-ac19-72221326d637 { display:none !important; }}@media (max-width: 767px){#s-d66d334a-d7a3-4ab1-ac19-72221326d637 {
  
}
}







#s-d66d334a-d7a3-4ab1-ac19-72221326d637 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d66d334a-d7a3-4ab1-ac19-72221326d637.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-48bb4cfc-a159-4578-bb7f-a7081423f4ff {
  text-align: center;
opacity: 1;
}




  #s-48bb4cfc-a159-4578-bb7f-a7081423f4ff img.shogun-image {
    
    width: px;
  }


#s-48bb4cfc-a159-4578-bb7f-a7081423f4ff .shogun-image-content {
  
    align-items: center;
  
}

#s-fbfa792e-e293-42e1-95ee-149399a5a681 {
  min-height: 440px;
}








#s-fbfa792e-e293-42e1-95ee-149399a5a681 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fbfa792e-e293-42e1-95ee-149399a5a681.shg-box.shg-c {
  justify-content: flex-end;
}

#s-03b262ff-50d7-4a67-b6ec-394008fc8af9 {
  min-height: 100px;
}








#s-03b262ff-50d7-4a67-b6ec-394008fc8af9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-03b262ff-50d7-4a67-b6ec-394008fc8af9 {
  cursor: pointer;
}#s-03b262ff-50d7-4a67-b6ec-394008fc8af9.shg-box.shg-c {
  justify-content: center;
}

#s-b5b6692e-a953-41ad-a6c4-b916ee4c91e5 {
  border-style: solid;
margin-top: 20px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 20px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
}
@media (min-width: 1200px){#s-b5b6692e-a953-41ad-a6c4-b916ee4c91e5 {
  display: none;
}
#s-b5b6692e-a953-41ad-a6c4-b916ee4c91e5, #wrap-s-b5b6692e-a953-41ad-a6c4-b916ee4c91e5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b5b6692e-a953-41ad-a6c4-b916ee4c91e5 {
  display: none;
}
#s-b5b6692e-a953-41ad-a6c4-b916ee4c91e5, #wrap-s-b5b6692e-a953-41ad-a6c4-b916ee4c91e5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b5b6692e-a953-41ad-a6c4-b916ee4c91e5 {
  display: none;
}
#s-b5b6692e-a953-41ad-a6c4-b916ee4c91e5, #wrap-s-b5b6692e-a953-41ad-a6c4-b916ee4c91e5 { display:none !important; }}@media (max-width: 767px){#s-b5b6692e-a953-41ad-a6c4-b916ee4c91e5 {
  display: none;
}
#s-b5b6692e-a953-41ad-a6c4-b916ee4c91e5, #wrap-s-b5b6692e-a953-41ad-a6c4-b916ee4c91e5 { display:none !important; }}







#s-b5b6692e-a953-41ad-a6c4-b916ee4c91e5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b5b6692e-a953-41ad-a6c4-b916ee4c91e5.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;
}

#s-e77f7031-b7be-4b6e-afe6-988d6c57fdb7 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}
@media (min-width: 1200px){#s-e77f7031-b7be-4b6e-afe6-988d6c57fdb7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e77f7031-b7be-4b6e-afe6-988d6c57fdb7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e77f7031-b7be-4b6e-afe6-988d6c57fdb7 {
  
}
}@media (max-width: 767px){#s-e77f7031-b7be-4b6e-afe6-988d6c57fdb7 {
  
}
}
@media (min-width: 0px) {
[id="s-e77f7031-b7be-4b6e-afe6-988d6c57fdb7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

[id="s-e77f7031-b7be-4b6e-afe6-988d6c57fdb7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e77f7031-b7be-4b6e-afe6-988d6c57fdb7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e77f7031-b7be-4b6e-afe6-988d6c57fdb7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e77f7031-b7be-4b6e-afe6-988d6c57fdb7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e77f7031-b7be-4b6e-afe6-988d6c57fdb7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e77f7031-b7be-4b6e-afe6-988d6c57fdb7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e77f7031-b7be-4b6e-afe6-988d6c57fdb7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e77f7031-b7be-4b6e-afe6-988d6c57fdb7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e77f7031-b7be-4b6e-afe6-988d6c57fdb7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e77f7031-b7be-4b6e-afe6-988d6c57fdb7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e77f7031-b7be-4b6e-afe6-988d6c57fdb7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e77f7031-b7be-4b6e-afe6-988d6c57fdb7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e77f7031-b7be-4b6e-afe6-988d6c57fdb7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e77f7031-b7be-4b6e-afe6-988d6c57fdb7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e77f7031-b7be-4b6e-afe6-988d6c57fdb7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e77f7031-b7be-4b6e-afe6-988d6c57fdb7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e77f7031-b7be-4b6e-afe6-988d6c57fdb7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e77f7031-b7be-4b6e-afe6-988d6c57fdb7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e77f7031-b7be-4b6e-afe6-988d6c57fdb7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e77f7031-b7be-4b6e-afe6-988d6c57fdb7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e77f7031-b7be-4b6e-afe6-988d6c57fdb7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e77f7031-b7be-4b6e-afe6-988d6c57fdb7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e77f7031-b7be-4b6e-afe6-988d6c57fdb7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e77f7031-b7be-4b6e-afe6-988d6c57fdb7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e77f7031-b7be-4b6e-afe6-988d6c57fdb7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e77f7031-b7be-4b6e-afe6-988d6c57fdb7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e77f7031-b7be-4b6e-afe6-988d6c57fdb7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e77f7031-b7be-4b6e-afe6-988d6c57fdb7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e77f7031-b7be-4b6e-afe6-988d6c57fdb7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e77f7031-b7be-4b6e-afe6-988d6c57fdb7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e77f7031-b7be-4b6e-afe6-988d6c57fdb7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e77f7031-b7be-4b6e-afe6-988d6c57fdb7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e77f7031-b7be-4b6e-afe6-988d6c57fdb7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e77f7031-b7be-4b6e-afe6-988d6c57fdb7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e77f7031-b7be-4b6e-afe6-988d6c57fdb7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e77f7031-b7be-4b6e-afe6-988d6c57fdb7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e77f7031-b7be-4b6e-afe6-988d6c57fdb7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-8778aca3-038f-4a51-9a04-3f1531efd0f6 {
  text-align: center;
}




  #s-8778aca3-038f-4a51-9a04-3f1531efd0f6 img.shogun-image {
    
    width: px;
  }


#s-8778aca3-038f-4a51-9a04-3f1531efd0f6 .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-102ecf89-b0fc-47ef-a3af-2d0fd4efc60c {
  padding-top: 12px;
opacity: 1;
}

#s-1bbcc61e-1b5c-4196-88ce-d379568e23ab {
  border-style: solid;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(190, 190, 190, 1);
border-style: solid;
text-align: center;
}




  #s-1bbcc61e-1b5c-4196-88ce-d379568e23ab img.shogun-image {
    
    width: px;
  }


#s-1bbcc61e-1b5c-4196-88ce-d379568e23ab .shogun-image-content {
  
    align-items: center;
  
}

#s-f442f5d6-1134-447f-9729-7d9d63f09acc {
  border-style: solid;
padding-top: 12px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(190, 190, 190, 1);
border-style: solid;
opacity: 1;
}

#s-06ac3f51-505c-434e-b822-b7334ec2a3c8 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(190, 190, 190, 1);
border-style: solid;
text-align: center;
}




  #s-06ac3f51-505c-434e-b822-b7334ec2a3c8 img.shogun-image {
    
    width: px;
  }


#s-06ac3f51-505c-434e-b822-b7334ec2a3c8 .shogun-image-content {
  
    align-items: center;
  
}

#s-df2c0318-fb70-41b3-b3ae-ed357dce2e2a {
  border-style: solid;
padding-top: 12px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(190, 190, 190, 1);
border-style: solid;
opacity: 1;
}

#s-a87c24b6-11ec-474f-b3c0-f343c85a7e29 {
  border-style: solid;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(190, 190, 190, 1);
border-style: solid;
text-align: center;
}




  #s-a87c24b6-11ec-474f-b3c0-f343c85a7e29 img.shogun-image {
    
    width: px;
  }


#s-a87c24b6-11ec-474f-b3c0-f343c85a7e29 .shogun-image-content {
  
    align-items: center;
  
}

#s-9a3041ae-3cea-403c-a0f7-863902950f0f {
  border-style: solid;
padding-top: 12px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(190, 190, 190, 1);
border-style: solid;
opacity: 1;
}

#s-23d90b6d-0649-46c3-8020-2897a381936e {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iY2M4NTdjNjgtMTMzNy00NDFkLTg4YjgtOWU3MTQxM2Y2NGZlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojNmFhYWVmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMWU2NWIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNjYzg1N2M2OC0xMzM3LTQ0MWQtODhiOC05ZTcxNDEzZjY0ZmUpIi8+PC9zdmc+);
background-repeat: repeat;
border-style: solid;
margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(197, 26, 40, 1);
border-style: solid;
}
@media (max-width: 767px){#s-23d90b6d-0649-46c3-8020-2897a381936e {
  display: none;
}
#s-23d90b6d-0649-46c3-8020-2897a381936e, #wrap-s-23d90b6d-0649-46c3-8020-2897a381936e { display:none !important; }}







#s-23d90b6d-0649-46c3-8020-2897a381936e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-23d90b6d-0649-46c3-8020-2897a381936e.shg-box.shg-c {
  justify-content: center;
}

#s-f394e9c3-90f5-4c59-97cc-56f00554d40d {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-f394e9c3-90f5-4c59-97cc-56f00554d40d {
  display: none;
}
#s-f394e9c3-90f5-4c59-97cc-56f00554d40d, #wrap-s-f394e9c3-90f5-4c59-97cc-56f00554d40d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f394e9c3-90f5-4c59-97cc-56f00554d40d {
  display: none;
}
#s-f394e9c3-90f5-4c59-97cc-56f00554d40d, #wrap-s-f394e9c3-90f5-4c59-97cc-56f00554d40d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f394e9c3-90f5-4c59-97cc-56f00554d40d {
  display: none;
}
#s-f394e9c3-90f5-4c59-97cc-56f00554d40d, #wrap-s-f394e9c3-90f5-4c59-97cc-56f00554d40d { display:none !important; }}@media (max-width: 767px){#s-f394e9c3-90f5-4c59-97cc-56f00554d40d {
  padding-left: 5px;
padding-right: 5px;
}
}







#s-f394e9c3-90f5-4c59-97cc-56f00554d40d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f394e9c3-90f5-4c59-97cc-56f00554d40d.shg-box.shg-c {
  justify-content: center;
}

#s-6ca857a3-0b5d-403c-b6ff-678bf44ab1c0 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}
@media (min-width: 1200px){#s-6ca857a3-0b5d-403c-b6ff-678bf44ab1c0 {
  display: none;
}
#s-6ca857a3-0b5d-403c-b6ff-678bf44ab1c0, #wrap-s-6ca857a3-0b5d-403c-b6ff-678bf44ab1c0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6ca857a3-0b5d-403c-b6ff-678bf44ab1c0 {
  display: none;
}
#s-6ca857a3-0b5d-403c-b6ff-678bf44ab1c0, #wrap-s-6ca857a3-0b5d-403c-b6ff-678bf44ab1c0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6ca857a3-0b5d-403c-b6ff-678bf44ab1c0 {
  display: none;
}
#s-6ca857a3-0b5d-403c-b6ff-678bf44ab1c0, #wrap-s-6ca857a3-0b5d-403c-b6ff-678bf44ab1c0 { display:none !important; }}@media (max-width: 767px){#s-6ca857a3-0b5d-403c-b6ff-678bf44ab1c0 {
  
}
}
@media (min-width: 0px) {
[id="s-6ca857a3-0b5d-403c-b6ff-678bf44ab1c0"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6ca857a3-0b5d-403c-b6ff-678bf44ab1c0"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6ca857a3-0b5d-403c-b6ff-678bf44ab1c0"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6ca857a3-0b5d-403c-b6ff-678bf44ab1c0"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6ca857a3-0b5d-403c-b6ff-678bf44ab1c0"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6ca857a3-0b5d-403c-b6ff-678bf44ab1c0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6ca857a3-0b5d-403c-b6ff-678bf44ab1c0"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6ca857a3-0b5d-403c-b6ff-678bf44ab1c0"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6ca857a3-0b5d-403c-b6ff-678bf44ab1c0"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6ca857a3-0b5d-403c-b6ff-678bf44ab1c0"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6ca857a3-0b5d-403c-b6ff-678bf44ab1c0"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6ca857a3-0b5d-403c-b6ff-678bf44ab1c0"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-6ca857a3-0b5d-403c-b6ff-678bf44ab1c0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6ca857a3-0b5d-403c-b6ff-678bf44ab1c0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6ca857a3-0b5d-403c-b6ff-678bf44ab1c0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6ca857a3-0b5d-403c-b6ff-678bf44ab1c0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6ca857a3-0b5d-403c-b6ff-678bf44ab1c0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6ca857a3-0b5d-403c-b6ff-678bf44ab1c0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6ca857a3-0b5d-403c-b6ff-678bf44ab1c0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6ca857a3-0b5d-403c-b6ff-678bf44ab1c0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6ca857a3-0b5d-403c-b6ff-678bf44ab1c0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6ca857a3-0b5d-403c-b6ff-678bf44ab1c0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6ca857a3-0b5d-403c-b6ff-678bf44ab1c0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6ca857a3-0b5d-403c-b6ff-678bf44ab1c0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6ca857a3-0b5d-403c-b6ff-678bf44ab1c0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6ca857a3-0b5d-403c-b6ff-678bf44ab1c0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6ca857a3-0b5d-403c-b6ff-678bf44ab1c0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6ca857a3-0b5d-403c-b6ff-678bf44ab1c0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6ca857a3-0b5d-403c-b6ff-678bf44ab1c0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6ca857a3-0b5d-403c-b6ff-678bf44ab1c0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6ca857a3-0b5d-403c-b6ff-678bf44ab1c0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6ca857a3-0b5d-403c-b6ff-678bf44ab1c0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6ca857a3-0b5d-403c-b6ff-678bf44ab1c0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6ca857a3-0b5d-403c-b6ff-678bf44ab1c0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6ca857a3-0b5d-403c-b6ff-678bf44ab1c0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6ca857a3-0b5d-403c-b6ff-678bf44ab1c0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6ca857a3-0b5d-403c-b6ff-678bf44ab1c0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6ca857a3-0b5d-403c-b6ff-678bf44ab1c0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6ca857a3-0b5d-403c-b6ff-678bf44ab1c0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6ca857a3-0b5d-403c-b6ff-678bf44ab1c0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6ca857a3-0b5d-403c-b6ff-678bf44ab1c0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6ca857a3-0b5d-403c-b6ff-678bf44ab1c0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6ca857a3-0b5d-403c-b6ff-678bf44ab1c0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6ca857a3-0b5d-403c-b6ff-678bf44ab1c0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6ca857a3-0b5d-403c-b6ff-678bf44ab1c0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6ca857a3-0b5d-403c-b6ff-678bf44ab1c0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6ca857a3-0b5d-403c-b6ff-678bf44ab1c0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6ca857a3-0b5d-403c-b6ff-678bf44ab1c0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-4d00a345-dbee-43ab-abab-5c250b69610e {
  text-align: center;
}




  #s-4d00a345-dbee-43ab-abab-5c250b69610e img.shogun-image {
    
    width: px;
  }


#s-4d00a345-dbee-43ab-abab-5c250b69610e .shogun-image-content {
  
    align-items: center;
  
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: #000;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-ee6b1fa8-93bf-46ff-b02d-ea1b08e8984a {
  padding-top: 10px;
text-align: center;
}

#s-ee6b1fa8-93bf-46ff-b02d-ea1b08e8984a .shogun-heading-component h1 {
  color: rgba(42, 42, 42, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-bac21146-fbf2-4ba0-9119-6c8fd4012469 {
  padding-top: 5px;
text-align: center;
}

#s-bac21146-fbf2-4ba0-9119-6c8fd4012469 .shogun-heading-component h1 {
  color: rgba(89, 89, 89, 1);
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



#s-817badea-8991-4194-b2a6-e755f4702aa7 {
  text-align: center;
}




  #s-817badea-8991-4194-b2a6-e755f4702aa7 img.shogun-image {
    
    width: px;
  }


#s-817badea-8991-4194-b2a6-e755f4702aa7 .shogun-image-content {
  
    align-items: center;
  
}

#s-91a8a298-4bb2-4935-8bfe-84b2ad52d01e {
  padding-top: 10px;
text-align: center;
}

#s-91a8a298-4bb2-4935-8bfe-84b2ad52d01e .shogun-heading-component h1 {
  color: rgba(42, 42, 42, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-95b4d101-f5f2-4715-8ff7-a32a3d48211c {
  padding-top: 5px;
text-align: center;
}

#s-95b4d101-f5f2-4715-8ff7-a32a3d48211c .shogun-heading-component h1 {
  color: rgba(89, 89, 89, 1);
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



#s-c0384879-8b5a-47a3-8772-60735c948b54 {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-c0384879-8b5a-47a3-8772-60735c948b54 {
  display: none;
}
#s-c0384879-8b5a-47a3-8772-60735c948b54, #wrap-s-c0384879-8b5a-47a3-8772-60735c948b54 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c0384879-8b5a-47a3-8772-60735c948b54 {
  display: none;
}
#s-c0384879-8b5a-47a3-8772-60735c948b54, #wrap-s-c0384879-8b5a-47a3-8772-60735c948b54 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c0384879-8b5a-47a3-8772-60735c948b54 {
  display: none;
}
#s-c0384879-8b5a-47a3-8772-60735c948b54, #wrap-s-c0384879-8b5a-47a3-8772-60735c948b54 { display:none !important; }}@media (max-width: 767px){#s-c0384879-8b5a-47a3-8772-60735c948b54 {
  padding-left: 5px;
padding-right: 5px;
}
}







#s-c0384879-8b5a-47a3-8772-60735c948b54 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c0384879-8b5a-47a3-8772-60735c948b54.shg-box.shg-c {
  justify-content: center;
}

#s-eb4f03a6-3fd1-4e37-a579-f245348c3117 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}
@media (min-width: 1200px){#s-eb4f03a6-3fd1-4e37-a579-f245348c3117 {
  display: none;
}
#s-eb4f03a6-3fd1-4e37-a579-f245348c3117, #wrap-s-eb4f03a6-3fd1-4e37-a579-f245348c3117 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-eb4f03a6-3fd1-4e37-a579-f245348c3117 {
  display: none;
}
#s-eb4f03a6-3fd1-4e37-a579-f245348c3117, #wrap-s-eb4f03a6-3fd1-4e37-a579-f245348c3117 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-eb4f03a6-3fd1-4e37-a579-f245348c3117 {
  display: none;
}
#s-eb4f03a6-3fd1-4e37-a579-f245348c3117, #wrap-s-eb4f03a6-3fd1-4e37-a579-f245348c3117 { display:none !important; }}@media (max-width: 767px){#s-eb4f03a6-3fd1-4e37-a579-f245348c3117 {
  margin-top: 10px;
margin-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-eb4f03a6-3fd1-4e37-a579-f245348c3117"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-eb4f03a6-3fd1-4e37-a579-f245348c3117"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-eb4f03a6-3fd1-4e37-a579-f245348c3117"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-eb4f03a6-3fd1-4e37-a579-f245348c3117"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-eb4f03a6-3fd1-4e37-a579-f245348c3117"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-eb4f03a6-3fd1-4e37-a579-f245348c3117"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-eb4f03a6-3fd1-4e37-a579-f245348c3117"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-eb4f03a6-3fd1-4e37-a579-f245348c3117"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-eb4f03a6-3fd1-4e37-a579-f245348c3117"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-eb4f03a6-3fd1-4e37-a579-f245348c3117"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-eb4f03a6-3fd1-4e37-a579-f245348c3117"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-eb4f03a6-3fd1-4e37-a579-f245348c3117"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-eb4f03a6-3fd1-4e37-a579-f245348c3117"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-eb4f03a6-3fd1-4e37-a579-f245348c3117"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-eb4f03a6-3fd1-4e37-a579-f245348c3117"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-eb4f03a6-3fd1-4e37-a579-f245348c3117"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-eb4f03a6-3fd1-4e37-a579-f245348c3117"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-eb4f03a6-3fd1-4e37-a579-f245348c3117"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-eb4f03a6-3fd1-4e37-a579-f245348c3117"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-eb4f03a6-3fd1-4e37-a579-f245348c3117"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-eb4f03a6-3fd1-4e37-a579-f245348c3117"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-eb4f03a6-3fd1-4e37-a579-f245348c3117"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-eb4f03a6-3fd1-4e37-a579-f245348c3117"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-eb4f03a6-3fd1-4e37-a579-f245348c3117"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-eb4f03a6-3fd1-4e37-a579-f245348c3117"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-eb4f03a6-3fd1-4e37-a579-f245348c3117"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-eb4f03a6-3fd1-4e37-a579-f245348c3117"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-eb4f03a6-3fd1-4e37-a579-f245348c3117"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-eb4f03a6-3fd1-4e37-a579-f245348c3117"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-eb4f03a6-3fd1-4e37-a579-f245348c3117"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-eb4f03a6-3fd1-4e37-a579-f245348c3117"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-eb4f03a6-3fd1-4e37-a579-f245348c3117"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-eb4f03a6-3fd1-4e37-a579-f245348c3117"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-eb4f03a6-3fd1-4e37-a579-f245348c3117"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-eb4f03a6-3fd1-4e37-a579-f245348c3117"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-eb4f03a6-3fd1-4e37-a579-f245348c3117"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-eb4f03a6-3fd1-4e37-a579-f245348c3117"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-eb4f03a6-3fd1-4e37-a579-f245348c3117"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-eb4f03a6-3fd1-4e37-a579-f245348c3117"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-eb4f03a6-3fd1-4e37-a579-f245348c3117"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-eb4f03a6-3fd1-4e37-a579-f245348c3117"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-eb4f03a6-3fd1-4e37-a579-f245348c3117"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-eb4f03a6-3fd1-4e37-a579-f245348c3117"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-eb4f03a6-3fd1-4e37-a579-f245348c3117"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-eb4f03a6-3fd1-4e37-a579-f245348c3117"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-eb4f03a6-3fd1-4e37-a579-f245348c3117"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-eb4f03a6-3fd1-4e37-a579-f245348c3117"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-eb4f03a6-3fd1-4e37-a579-f245348c3117"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-005f87dd-40e9-4a33-aa2a-ac2de6cf5516 {
  text-align: center;
}




  #s-005f87dd-40e9-4a33-aa2a-ac2de6cf5516 img.shogun-image {
    
    width: px;
  }


#s-005f87dd-40e9-4a33-aa2a-ac2de6cf5516 .shogun-image-content {
  
    align-items: center;
  
}

#s-952c5e30-d65b-44b2-a1ad-00c1844cdc1e {
  padding-top: 10px;
text-align: center;
}

#s-952c5e30-d65b-44b2-a1ad-00c1844cdc1e .shogun-heading-component h1 {
  color: rgba(42, 42, 42, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-fc25ad82-c082-4819-8f56-36d8736bd814 {
  padding-top: 5px;
text-align: center;
}

#s-fc25ad82-c082-4819-8f56-36d8736bd814 .shogun-heading-component h1 {
  color: rgba(89, 89, 89, 1);
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



#s-4c976d46-52d9-4ffe-8c0a-f19b7dd1244a {
  text-align: center;
}




  #s-4c976d46-52d9-4ffe-8c0a-f19b7dd1244a img.shogun-image {
    
    width: px;
  }


#s-4c976d46-52d9-4ffe-8c0a-f19b7dd1244a .shogun-image-content {
  
    align-items: center;
  
}

#s-4a4e308c-7eba-4211-9355-881712d48984 {
  padding-top: 10px;
text-align: center;
}

#s-4a4e308c-7eba-4211-9355-881712d48984 .shogun-heading-component h1 {
  color: rgba(42, 42, 42, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-716a5c18-7b9c-4162-9668-aa8497031ee2 {
  padding-top: 5px;
text-align: center;
}

#s-716a5c18-7b9c-4162-9668-aa8497031ee2 .shogun-heading-component h1 {
  color: rgba(89, 89, 89, 1);
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



#s-57bd88bb-7f78-4fd0-902f-8b484237aeee {
  margin-left: auto;
margin-right: auto;
max-width: 1130px;
}
@media (max-width: 767px){#s-57bd88bb-7f78-4fd0-902f-8b484237aeee {
  display: none;
}
#s-57bd88bb-7f78-4fd0-902f-8b484237aeee, #wrap-s-57bd88bb-7f78-4fd0-902f-8b484237aeee { display:none !important; }}







#s-57bd88bb-7f78-4fd0-902f-8b484237aeee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-57bd88bb-7f78-4fd0-902f-8b484237aeee.shg-box.shg-c {
  justify-content: center;
}

#s-c776134c-388d-47c4-a4eb-b8951c00fb96 {
  text-align: center;
opacity: 1;
}




  #s-c776134c-388d-47c4-a4eb-b8951c00fb96 img.shogun-image {
    
    width: px;
  }


#s-c776134c-388d-47c4-a4eb-b8951c00fb96 .shogun-image-content {
  
    align-items: center;
  
}

#s-6bab3331-775a-49d5-aa86-ba22792ea325 {
  min-height: 380px;
}








#s-6bab3331-775a-49d5-aa86-ba22792ea325 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6bab3331-775a-49d5-aa86-ba22792ea325.shg-box.shg-c {
  justify-content: center;
}

#s-e5aba16a-6e2d-4caa-9e9f-80989cde7885 {
  min-height: 380px;
}

@media (min-width: 0px) {
[id="s-e5aba16a-6e2d-4caa-9e9f-80989cde7885"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e5aba16a-6e2d-4caa-9e9f-80989cde7885"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e5aba16a-6e2d-4caa-9e9f-80989cde7885"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e5aba16a-6e2d-4caa-9e9f-80989cde7885"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e5aba16a-6e2d-4caa-9e9f-80989cde7885"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e5aba16a-6e2d-4caa-9e9f-80989cde7885"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e5aba16a-6e2d-4caa-9e9f-80989cde7885"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e5aba16a-6e2d-4caa-9e9f-80989cde7885"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e5aba16a-6e2d-4caa-9e9f-80989cde7885"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e5aba16a-6e2d-4caa-9e9f-80989cde7885"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e5aba16a-6e2d-4caa-9e9f-80989cde7885"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e5aba16a-6e2d-4caa-9e9f-80989cde7885"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-e5aba16a-6e2d-4caa-9e9f-80989cde7885"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e5aba16a-6e2d-4caa-9e9f-80989cde7885"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e5aba16a-6e2d-4caa-9e9f-80989cde7885"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e5aba16a-6e2d-4caa-9e9f-80989cde7885"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e5aba16a-6e2d-4caa-9e9f-80989cde7885"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e5aba16a-6e2d-4caa-9e9f-80989cde7885"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e5aba16a-6e2d-4caa-9e9f-80989cde7885"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e5aba16a-6e2d-4caa-9e9f-80989cde7885"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e5aba16a-6e2d-4caa-9e9f-80989cde7885"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e5aba16a-6e2d-4caa-9e9f-80989cde7885"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e5aba16a-6e2d-4caa-9e9f-80989cde7885"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e5aba16a-6e2d-4caa-9e9f-80989cde7885"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e5aba16a-6e2d-4caa-9e9f-80989cde7885"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e5aba16a-6e2d-4caa-9e9f-80989cde7885"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e5aba16a-6e2d-4caa-9e9f-80989cde7885"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e5aba16a-6e2d-4caa-9e9f-80989cde7885"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e5aba16a-6e2d-4caa-9e9f-80989cde7885"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e5aba16a-6e2d-4caa-9e9f-80989cde7885"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e5aba16a-6e2d-4caa-9e9f-80989cde7885"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e5aba16a-6e2d-4caa-9e9f-80989cde7885"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e5aba16a-6e2d-4caa-9e9f-80989cde7885"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e5aba16a-6e2d-4caa-9e9f-80989cde7885"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e5aba16a-6e2d-4caa-9e9f-80989cde7885"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e5aba16a-6e2d-4caa-9e9f-80989cde7885"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e5aba16a-6e2d-4caa-9e9f-80989cde7885"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e5aba16a-6e2d-4caa-9e9f-80989cde7885"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e5aba16a-6e2d-4caa-9e9f-80989cde7885"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e5aba16a-6e2d-4caa-9e9f-80989cde7885"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e5aba16a-6e2d-4caa-9e9f-80989cde7885"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e5aba16a-6e2d-4caa-9e9f-80989cde7885"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e5aba16a-6e2d-4caa-9e9f-80989cde7885"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e5aba16a-6e2d-4caa-9e9f-80989cde7885"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e5aba16a-6e2d-4caa-9e9f-80989cde7885"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e5aba16a-6e2d-4caa-9e9f-80989cde7885"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e5aba16a-6e2d-4caa-9e9f-80989cde7885"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e5aba16a-6e2d-4caa-9e9f-80989cde7885"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-9f1acc8a-3281-4bce-b919-79304afd7571 {
  min-height: 380px;
}








#s-9f1acc8a-3281-4bce-b919-79304afd7571 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9f1acc8a-3281-4bce-b919-79304afd7571 {
  cursor: pointer;
}#s-9f1acc8a-3281-4bce-b919-79304afd7571.shg-box.shg-c {
  justify-content: center;
}

#s-93ccdb61-f9d3-4f88-815e-15a263d6d5f5 {
  min-height: 380px;
}








#s-93ccdb61-f9d3-4f88-815e-15a263d6d5f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-93ccdb61-f9d3-4f88-815e-15a263d6d5f5.shg-box.shg-c {
  justify-content: center;
}

#s-bbde13b5-6908-4318-bdbc-2e157601adf7 {
  min-height: 380px;
}








#s-bbde13b5-6908-4318-bdbc-2e157601adf7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bbde13b5-6908-4318-bdbc-2e157601adf7 {
  cursor: pointer;
}#s-bbde13b5-6908-4318-bdbc-2e157601adf7.shg-box.shg-c {
  justify-content: center;
}

#s-debf72ad-a27a-4302-abd3-4c7631adb073 {
  border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(215, 215, 215, 1);
border-style: solid;
background-color: rgba(247, 247, 247, 1);
}
@media (max-width: 767px){#s-debf72ad-a27a-4302-abd3-4c7631adb073 {
  padding-bottom: 10px;
}
}







#s-debf72ad-a27a-4302-abd3-4c7631adb073 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-debf72ad-a27a-4302-abd3-4c7631adb073.shg-box.shg-c {
  justify-content: center;
}

#s-b900f2d0-2281-4b49-ba10-4354d3bd9e0c {
  border-style: solid;
margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
max-width: 1130px;
}
@media (min-width: 1200px){#s-b900f2d0-2281-4b49-ba10-4354d3bd9e0c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b900f2d0-2281-4b49-ba10-4354d3bd9e0c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b900f2d0-2281-4b49-ba10-4354d3bd9e0c {
  
}
}@media (max-width: 767px){#s-b900f2d0-2281-4b49-ba10-4354d3bd9e0c {
  display: none;
}
#s-b900f2d0-2281-4b49-ba10-4354d3bd9e0c, #wrap-s-b900f2d0-2281-4b49-ba10-4354d3bd9e0c { display:none !important; }}







#s-b900f2d0-2281-4b49-ba10-4354d3bd9e0c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b900f2d0-2281-4b49-ba10-4354d3bd9e0c.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-e8f6abd5-ea2f-4abf-adce-bc56b59efe55"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e8f6abd5-ea2f-4abf-adce-bc56b59efe55"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e8f6abd5-ea2f-4abf-adce-bc56b59efe55"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e8f6abd5-ea2f-4abf-adce-bc56b59efe55"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e8f6abd5-ea2f-4abf-adce-bc56b59efe55"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e8f6abd5-ea2f-4abf-adce-bc56b59efe55"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e8f6abd5-ea2f-4abf-adce-bc56b59efe55"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e8f6abd5-ea2f-4abf-adce-bc56b59efe55"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e8f6abd5-ea2f-4abf-adce-bc56b59efe55"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e8f6abd5-ea2f-4abf-adce-bc56b59efe55"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e8f6abd5-ea2f-4abf-adce-bc56b59efe55"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e8f6abd5-ea2f-4abf-adce-bc56b59efe55"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e8f6abd5-ea2f-4abf-adce-bc56b59efe55"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e8f6abd5-ea2f-4abf-adce-bc56b59efe55"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e8f6abd5-ea2f-4abf-adce-bc56b59efe55"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e8f6abd5-ea2f-4abf-adce-bc56b59efe55"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e8f6abd5-ea2f-4abf-adce-bc56b59efe55"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e8f6abd5-ea2f-4abf-adce-bc56b59efe55"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e8f6abd5-ea2f-4abf-adce-bc56b59efe55"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e8f6abd5-ea2f-4abf-adce-bc56b59efe55"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e8f6abd5-ea2f-4abf-adce-bc56b59efe55"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e8f6abd5-ea2f-4abf-adce-bc56b59efe55"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e8f6abd5-ea2f-4abf-adce-bc56b59efe55"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e8f6abd5-ea2f-4abf-adce-bc56b59efe55"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e8f6abd5-ea2f-4abf-adce-bc56b59efe55"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e8f6abd5-ea2f-4abf-adce-bc56b59efe55"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e8f6abd5-ea2f-4abf-adce-bc56b59efe55"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e8f6abd5-ea2f-4abf-adce-bc56b59efe55"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e8f6abd5-ea2f-4abf-adce-bc56b59efe55"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e8f6abd5-ea2f-4abf-adce-bc56b59efe55"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e8f6abd5-ea2f-4abf-adce-bc56b59efe55"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e8f6abd5-ea2f-4abf-adce-bc56b59efe55"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e8f6abd5-ea2f-4abf-adce-bc56b59efe55"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e8f6abd5-ea2f-4abf-adce-bc56b59efe55"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e8f6abd5-ea2f-4abf-adce-bc56b59efe55"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e8f6abd5-ea2f-4abf-adce-bc56b59efe55"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e8f6abd5-ea2f-4abf-adce-bc56b59efe55"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-77635e03-dafa-434b-a777-f26da8af31d9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-77635e03-dafa-434b-a777-f26da8af31d9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-77635e03-dafa-434b-a777-f26da8af31d9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-77635e03-dafa-434b-a777-f26da8af31d9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-77635e03-dafa-434b-a777-f26da8af31d9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-77635e03-dafa-434b-a777-f26da8af31d9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-77635e03-dafa-434b-a777-f26da8af31d9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-77635e03-dafa-434b-a777-f26da8af31d9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-77635e03-dafa-434b-a777-f26da8af31d9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-77635e03-dafa-434b-a777-f26da8af31d9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-77635e03-dafa-434b-a777-f26da8af31d9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-77635e03-dafa-434b-a777-f26da8af31d9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-77635e03-dafa-434b-a777-f26da8af31d9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-77635e03-dafa-434b-a777-f26da8af31d9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-77635e03-dafa-434b-a777-f26da8af31d9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-77635e03-dafa-434b-a777-f26da8af31d9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-77635e03-dafa-434b-a777-f26da8af31d9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-77635e03-dafa-434b-a777-f26da8af31d9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-77635e03-dafa-434b-a777-f26da8af31d9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-77635e03-dafa-434b-a777-f26da8af31d9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-77635e03-dafa-434b-a777-f26da8af31d9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-77635e03-dafa-434b-a777-f26da8af31d9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-77635e03-dafa-434b-a777-f26da8af31d9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-77635e03-dafa-434b-a777-f26da8af31d9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-77635e03-dafa-434b-a777-f26da8af31d9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-77635e03-dafa-434b-a777-f26da8af31d9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-77635e03-dafa-434b-a777-f26da8af31d9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-77635e03-dafa-434b-a777-f26da8af31d9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-77635e03-dafa-434b-a777-f26da8af31d9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-77635e03-dafa-434b-a777-f26da8af31d9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-77635e03-dafa-434b-a777-f26da8af31d9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-77635e03-dafa-434b-a777-f26da8af31d9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-77635e03-dafa-434b-a777-f26da8af31d9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-77635e03-dafa-434b-a777-f26da8af31d9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-77635e03-dafa-434b-a777-f26da8af31d9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-77635e03-dafa-434b-a777-f26da8af31d9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-77635e03-dafa-434b-a777-f26da8af31d9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-544124b4-f466-4da5-bea9-9dbc7bc8d19b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-544124b4-f466-4da5-bea9-9dbc7bc8d19b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-544124b4-f466-4da5-bea9-9dbc7bc8d19b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-544124b4-f466-4da5-bea9-9dbc7bc8d19b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-544124b4-f466-4da5-bea9-9dbc7bc8d19b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-544124b4-f466-4da5-bea9-9dbc7bc8d19b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-544124b4-f466-4da5-bea9-9dbc7bc8d19b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-544124b4-f466-4da5-bea9-9dbc7bc8d19b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-544124b4-f466-4da5-bea9-9dbc7bc8d19b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-544124b4-f466-4da5-bea9-9dbc7bc8d19b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-544124b4-f466-4da5-bea9-9dbc7bc8d19b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-544124b4-f466-4da5-bea9-9dbc7bc8d19b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-544124b4-f466-4da5-bea9-9dbc7bc8d19b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-544124b4-f466-4da5-bea9-9dbc7bc8d19b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-544124b4-f466-4da5-bea9-9dbc7bc8d19b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-544124b4-f466-4da5-bea9-9dbc7bc8d19b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-544124b4-f466-4da5-bea9-9dbc7bc8d19b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-544124b4-f466-4da5-bea9-9dbc7bc8d19b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-544124b4-f466-4da5-bea9-9dbc7bc8d19b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-544124b4-f466-4da5-bea9-9dbc7bc8d19b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-544124b4-f466-4da5-bea9-9dbc7bc8d19b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-544124b4-f466-4da5-bea9-9dbc7bc8d19b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-544124b4-f466-4da5-bea9-9dbc7bc8d19b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-544124b4-f466-4da5-bea9-9dbc7bc8d19b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-544124b4-f466-4da5-bea9-9dbc7bc8d19b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-544124b4-f466-4da5-bea9-9dbc7bc8d19b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-544124b4-f466-4da5-bea9-9dbc7bc8d19b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-544124b4-f466-4da5-bea9-9dbc7bc8d19b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-544124b4-f466-4da5-bea9-9dbc7bc8d19b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-544124b4-f466-4da5-bea9-9dbc7bc8d19b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-544124b4-f466-4da5-bea9-9dbc7bc8d19b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-544124b4-f466-4da5-bea9-9dbc7bc8d19b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-544124b4-f466-4da5-bea9-9dbc7bc8d19b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-544124b4-f466-4da5-bea9-9dbc7bc8d19b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-544124b4-f466-4da5-bea9-9dbc7bc8d19b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-544124b4-f466-4da5-bea9-9dbc7bc8d19b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-544124b4-f466-4da5-bea9-9dbc7bc8d19b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-bea8a185-6e12-4197-b8cd-6df356e8a125 {
  min-height: 50px;
}








#s-bea8a185-6e12-4197-b8cd-6df356e8a125 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bea8a185-6e12-4197-b8cd-6df356e8a125.shg-box.shg-c {
  justify-content: center;
}

#s-56f57a0d-d410-4119-b6ab-f33c931c08a0 {
  border-style: solid;
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(190, 190, 190, 1);
border-style: solid;
max-width: 50px;
text-align: center;
}




  #s-56f57a0d-d410-4119-b6ab-f33c931c08a0 img.shogun-image {
    
    width: px;
  }


#s-56f57a0d-d410-4119-b6ab-f33c931c08a0 .shogun-image-content {
  
    align-items: center;
  
}

#s-39748c55-b2da-417a-adfa-24b819969785 {
  min-height: 50px;
}








#s-39748c55-b2da-417a-adfa-24b819969785 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-39748c55-b2da-417a-adfa-24b819969785.shg-box.shg-c {
  justify-content: center;
}

#s-3924db04-6b20-4c0c-86e5-bc48a09e616e {
  margin-top: 5px;
margin-bottom: 5px;
text-align: left;
}

#s-3924db04-6b20-4c0c-86e5-bc48a09e616e .shogun-heading-component h2 {
  color: rgba(33, 33, 33, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 18px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}



#s-5269c1ba-c591-4f31-b585-af0a5e0cc7e6 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-5269c1ba-c591-4f31-b585-af0a5e0cc7e6 .shogun-heading-component h1 {
  color: rgba(67, 67, 67, 1);
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}



@media (min-width: 0px) {
[id="s-83f04eba-8504-4685-a6e4-d8720251f7db"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-83f04eba-8504-4685-a6e4-d8720251f7db"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-83f04eba-8504-4685-a6e4-d8720251f7db"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-83f04eba-8504-4685-a6e4-d8720251f7db"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-83f04eba-8504-4685-a6e4-d8720251f7db"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-83f04eba-8504-4685-a6e4-d8720251f7db"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-83f04eba-8504-4685-a6e4-d8720251f7db"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-83f04eba-8504-4685-a6e4-d8720251f7db"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-83f04eba-8504-4685-a6e4-d8720251f7db"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-83f04eba-8504-4685-a6e4-d8720251f7db"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-83f04eba-8504-4685-a6e4-d8720251f7db"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-83f04eba-8504-4685-a6e4-d8720251f7db"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-83f04eba-8504-4685-a6e4-d8720251f7db"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-83f04eba-8504-4685-a6e4-d8720251f7db"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-83f04eba-8504-4685-a6e4-d8720251f7db"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-83f04eba-8504-4685-a6e4-d8720251f7db"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-83f04eba-8504-4685-a6e4-d8720251f7db"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-83f04eba-8504-4685-a6e4-d8720251f7db"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-83f04eba-8504-4685-a6e4-d8720251f7db"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-83f04eba-8504-4685-a6e4-d8720251f7db"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-83f04eba-8504-4685-a6e4-d8720251f7db"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-83f04eba-8504-4685-a6e4-d8720251f7db"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-83f04eba-8504-4685-a6e4-d8720251f7db"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-83f04eba-8504-4685-a6e4-d8720251f7db"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-83f04eba-8504-4685-a6e4-d8720251f7db"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-83f04eba-8504-4685-a6e4-d8720251f7db"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-83f04eba-8504-4685-a6e4-d8720251f7db"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-83f04eba-8504-4685-a6e4-d8720251f7db"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-83f04eba-8504-4685-a6e4-d8720251f7db"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-83f04eba-8504-4685-a6e4-d8720251f7db"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-83f04eba-8504-4685-a6e4-d8720251f7db"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-83f04eba-8504-4685-a6e4-d8720251f7db"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-83f04eba-8504-4685-a6e4-d8720251f7db"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-83f04eba-8504-4685-a6e4-d8720251f7db"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-83f04eba-8504-4685-a6e4-d8720251f7db"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-83f04eba-8504-4685-a6e4-d8720251f7db"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-83f04eba-8504-4685-a6e4-d8720251f7db"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-44a9bd46-3e6c-4aa4-94d5-944d551c9785 {
  min-height: 50px;
}








#s-44a9bd46-3e6c-4aa4-94d5-944d551c9785 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-44a9bd46-3e6c-4aa4-94d5-944d551c9785.shg-box.shg-c {
  justify-content: center;
}

#s-4ef84f03-7089-4d76-a6a3-0b9ad14c5c39 {
  border-style: solid;
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(190, 190, 190, 1);
border-style: solid;
max-width: 50px;
text-align: center;
}




  #s-4ef84f03-7089-4d76-a6a3-0b9ad14c5c39 img.shogun-image {
    
    width: px;
  }


#s-4ef84f03-7089-4d76-a6a3-0b9ad14c5c39 .shogun-image-content {
  
    align-items: center;
  
}

#s-a7310ca7-0e6d-49b2-bb57-a77bf987ca9e {
  min-height: 50px;
}








#s-a7310ca7-0e6d-49b2-bb57-a77bf987ca9e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a7310ca7-0e6d-49b2-bb57-a77bf987ca9e.shg-box.shg-c {
  justify-content: center;
}

#s-5ddb37f6-9d37-48f9-b60b-f73095ed1930 {
  margin-top: 5px;
margin-bottom: 5px;
text-align: left;
}

#s-5ddb37f6-9d37-48f9-b60b-f73095ed1930 .shogun-heading-component h2 {
  color: rgba(33, 33, 33, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 18px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}



#s-e55c24ac-0aeb-4282-b0f1-667f3d5249e6 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-e55c24ac-0aeb-4282-b0f1-667f3d5249e6 .shogun-heading-component h1 {
  color: rgba(67, 67, 67, 1);
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}



@media (min-width: 0px) {
[id="s-dec51645-8393-47c4-9b4c-6e2780ffe4b2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dec51645-8393-47c4-9b4c-6e2780ffe4b2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dec51645-8393-47c4-9b4c-6e2780ffe4b2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dec51645-8393-47c4-9b4c-6e2780ffe4b2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dec51645-8393-47c4-9b4c-6e2780ffe4b2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dec51645-8393-47c4-9b4c-6e2780ffe4b2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-dec51645-8393-47c4-9b4c-6e2780ffe4b2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-dec51645-8393-47c4-9b4c-6e2780ffe4b2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dec51645-8393-47c4-9b4c-6e2780ffe4b2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-dec51645-8393-47c4-9b4c-6e2780ffe4b2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dec51645-8393-47c4-9b4c-6e2780ffe4b2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-dec51645-8393-47c4-9b4c-6e2780ffe4b2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-dec51645-8393-47c4-9b4c-6e2780ffe4b2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-dec51645-8393-47c4-9b4c-6e2780ffe4b2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dec51645-8393-47c4-9b4c-6e2780ffe4b2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dec51645-8393-47c4-9b4c-6e2780ffe4b2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dec51645-8393-47c4-9b4c-6e2780ffe4b2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dec51645-8393-47c4-9b4c-6e2780ffe4b2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-dec51645-8393-47c4-9b4c-6e2780ffe4b2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-dec51645-8393-47c4-9b4c-6e2780ffe4b2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dec51645-8393-47c4-9b4c-6e2780ffe4b2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-dec51645-8393-47c4-9b4c-6e2780ffe4b2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dec51645-8393-47c4-9b4c-6e2780ffe4b2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-dec51645-8393-47c4-9b4c-6e2780ffe4b2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-dec51645-8393-47c4-9b4c-6e2780ffe4b2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-dec51645-8393-47c4-9b4c-6e2780ffe4b2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dec51645-8393-47c4-9b4c-6e2780ffe4b2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dec51645-8393-47c4-9b4c-6e2780ffe4b2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dec51645-8393-47c4-9b4c-6e2780ffe4b2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dec51645-8393-47c4-9b4c-6e2780ffe4b2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-dec51645-8393-47c4-9b4c-6e2780ffe4b2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-dec51645-8393-47c4-9b4c-6e2780ffe4b2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dec51645-8393-47c4-9b4c-6e2780ffe4b2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-dec51645-8393-47c4-9b4c-6e2780ffe4b2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dec51645-8393-47c4-9b4c-6e2780ffe4b2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-dec51645-8393-47c4-9b4c-6e2780ffe4b2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-dec51645-8393-47c4-9b4c-6e2780ffe4b2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-55678f54-029d-42b7-808e-8cf2b7118685"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-55678f54-029d-42b7-808e-8cf2b7118685"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-55678f54-029d-42b7-808e-8cf2b7118685"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-55678f54-029d-42b7-808e-8cf2b7118685"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-55678f54-029d-42b7-808e-8cf2b7118685"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-55678f54-029d-42b7-808e-8cf2b7118685"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-55678f54-029d-42b7-808e-8cf2b7118685"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-55678f54-029d-42b7-808e-8cf2b7118685"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-55678f54-029d-42b7-808e-8cf2b7118685"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-55678f54-029d-42b7-808e-8cf2b7118685"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-55678f54-029d-42b7-808e-8cf2b7118685"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-55678f54-029d-42b7-808e-8cf2b7118685"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-55678f54-029d-42b7-808e-8cf2b7118685"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-55678f54-029d-42b7-808e-8cf2b7118685"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-55678f54-029d-42b7-808e-8cf2b7118685"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-55678f54-029d-42b7-808e-8cf2b7118685"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-55678f54-029d-42b7-808e-8cf2b7118685"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-55678f54-029d-42b7-808e-8cf2b7118685"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-55678f54-029d-42b7-808e-8cf2b7118685"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-55678f54-029d-42b7-808e-8cf2b7118685"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-55678f54-029d-42b7-808e-8cf2b7118685"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-55678f54-029d-42b7-808e-8cf2b7118685"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-55678f54-029d-42b7-808e-8cf2b7118685"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-55678f54-029d-42b7-808e-8cf2b7118685"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-55678f54-029d-42b7-808e-8cf2b7118685"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-55678f54-029d-42b7-808e-8cf2b7118685"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-55678f54-029d-42b7-808e-8cf2b7118685"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-55678f54-029d-42b7-808e-8cf2b7118685"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-55678f54-029d-42b7-808e-8cf2b7118685"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-55678f54-029d-42b7-808e-8cf2b7118685"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-55678f54-029d-42b7-808e-8cf2b7118685"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-55678f54-029d-42b7-808e-8cf2b7118685"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-55678f54-029d-42b7-808e-8cf2b7118685"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-55678f54-029d-42b7-808e-8cf2b7118685"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-55678f54-029d-42b7-808e-8cf2b7118685"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-55678f54-029d-42b7-808e-8cf2b7118685"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-55678f54-029d-42b7-808e-8cf2b7118685"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-529c091f-16b2-4d0c-ad5e-e077ff961087 {
  min-height: 50px;
}








#s-529c091f-16b2-4d0c-ad5e-e077ff961087 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-529c091f-16b2-4d0c-ad5e-e077ff961087.shg-box.shg-c {
  justify-content: center;
}

#s-d9c53083-cca5-46c1-8094-9d74e446c0a1 {
  border-style: solid;
margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(190, 190, 190, 1);
border-style: solid;
max-width: 50px;
text-align: center;
}




  #s-d9c53083-cca5-46c1-8094-9d74e446c0a1 img.shogun-image {
    
    width: px;
  }


#s-d9c53083-cca5-46c1-8094-9d74e446c0a1 .shogun-image-content {
  
    align-items: center;
  
}

#s-5a3dd012-4be0-44a4-9930-6e22f502490f {
  min-height: 50px;
}








#s-5a3dd012-4be0-44a4-9930-6e22f502490f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5a3dd012-4be0-44a4-9930-6e22f502490f.shg-box.shg-c {
  justify-content: center;
}

#s-f2a4e04e-cfd0-4694-bd92-d5a17bdc5b67 {
  margin-top: 5px;
margin-bottom: 5px;
text-align: left;
}

#s-f2a4e04e-cfd0-4694-bd92-d5a17bdc5b67 .shogun-heading-component h2 {
  color: rgba(33, 33, 33, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 18px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}



#s-787bbc00-a99c-469e-b647-016b85224780 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-787bbc00-a99c-469e-b647-016b85224780 .shogun-heading-component h1 {
  color: rgba(67, 67, 67, 1);
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}



@media (min-width: 0px) {
[id="s-f1269e52-5b5f-4808-890d-5d336e937fee"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f1269e52-5b5f-4808-890d-5d336e937fee"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-f1269e52-5b5f-4808-890d-5d336e937fee"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-f1269e52-5b5f-4808-890d-5d336e937fee"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-f1269e52-5b5f-4808-890d-5d336e937fee"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-f1269e52-5b5f-4808-890d-5d336e937fee"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-f1269e52-5b5f-4808-890d-5d336e937fee"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-f1269e52-5b5f-4808-890d-5d336e937fee"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-f1269e52-5b5f-4808-890d-5d336e937fee"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-f1269e52-5b5f-4808-890d-5d336e937fee"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-f1269e52-5b5f-4808-890d-5d336e937fee"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-f1269e52-5b5f-4808-890d-5d336e937fee"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-f1269e52-5b5f-4808-890d-5d336e937fee"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-f1269e52-5b5f-4808-890d-5d336e937fee"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-f1269e52-5b5f-4808-890d-5d336e937fee"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-f1269e52-5b5f-4808-890d-5d336e937fee"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-f1269e52-5b5f-4808-890d-5d336e937fee"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-f1269e52-5b5f-4808-890d-5d336e937fee"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-f1269e52-5b5f-4808-890d-5d336e937fee"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-f1269e52-5b5f-4808-890d-5d336e937fee"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-f1269e52-5b5f-4808-890d-5d336e937fee"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-f1269e52-5b5f-4808-890d-5d336e937fee"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-f1269e52-5b5f-4808-890d-5d336e937fee"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-f1269e52-5b5f-4808-890d-5d336e937fee"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-f1269e52-5b5f-4808-890d-5d336e937fee"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-f1269e52-5b5f-4808-890d-5d336e937fee"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-f1269e52-5b5f-4808-890d-5d336e937fee"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-f1269e52-5b5f-4808-890d-5d336e937fee"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-f1269e52-5b5f-4808-890d-5d336e937fee"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-f1269e52-5b5f-4808-890d-5d336e937fee"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-f1269e52-5b5f-4808-890d-5d336e937fee"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-f1269e52-5b5f-4808-890d-5d336e937fee"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-f1269e52-5b5f-4808-890d-5d336e937fee"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-f1269e52-5b5f-4808-890d-5d336e937fee"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-f1269e52-5b5f-4808-890d-5d336e937fee"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-f1269e52-5b5f-4808-890d-5d336e937fee"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-f1269e52-5b5f-4808-890d-5d336e937fee"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-947b7253-a653-43d1-9308-67d11d86b59f {
  min-height: 50px;
}








#s-947b7253-a653-43d1-9308-67d11d86b59f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-947b7253-a653-43d1-9308-67d11d86b59f.shg-box.shg-c {
  justify-content: center;
}

#s-43107899-e4d3-4408-8b26-c5d05d6943a8 {
  border-style: solid;
margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(190, 190, 190, 1);
border-style: solid;
max-width: 50px;
text-align: center;
}




  #s-43107899-e4d3-4408-8b26-c5d05d6943a8 img.shogun-image {
    
    width: px;
  }


#s-43107899-e4d3-4408-8b26-c5d05d6943a8 .shogun-image-content {
  
    align-items: center;
  
}

#s-24d72d89-90ed-4992-ad2c-333742c21764 {
  min-height: 50px;
}








#s-24d72d89-90ed-4992-ad2c-333742c21764 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-24d72d89-90ed-4992-ad2c-333742c21764 {
  cursor: pointer;
}#s-24d72d89-90ed-4992-ad2c-333742c21764.shg-box.shg-c {
  justify-content: center;
}

#s-4d9bd706-11a1-4d49-b3d6-5a0073c5540d {
  margin-top: 5px;
margin-bottom: 5px;
text-align: left;
}

#s-4d9bd706-11a1-4d49-b3d6-5a0073c5540d .shogun-heading-component h2 {
  color: rgba(33, 33, 33, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 18px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}



#s-d91a2d40-15fb-4f3c-abcd-a00e47bc603b {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-d91a2d40-15fb-4f3c-abcd-a00e47bc603b .shogun-heading-component h1 {
  color: rgba(67, 67, 67, 1);
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}



#s-182da78f-0463-4f31-9cb2-96599c49abcf {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-182da78f-0463-4f31-9cb2-96599c49abcf {
  display: none;
}
#s-182da78f-0463-4f31-9cb2-96599c49abcf, #wrap-s-182da78f-0463-4f31-9cb2-96599c49abcf { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-182da78f-0463-4f31-9cb2-96599c49abcf {
  display: none;
}
#s-182da78f-0463-4f31-9cb2-96599c49abcf, #wrap-s-182da78f-0463-4f31-9cb2-96599c49abcf { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-182da78f-0463-4f31-9cb2-96599c49abcf {
  display: none;
}
#s-182da78f-0463-4f31-9cb2-96599c49abcf, #wrap-s-182da78f-0463-4f31-9cb2-96599c49abcf { display:none !important; }}@media (max-width: 767px){#s-182da78f-0463-4f31-9cb2-96599c49abcf {
  padding-left: 5px;
padding-right: 5px;
}
}







#s-182da78f-0463-4f31-9cb2-96599c49abcf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-182da78f-0463-4f31-9cb2-96599c49abcf.shg-box.shg-c {
  justify-content: center;
}

#s-9d6143ea-908a-4eaa-a46e-6026a0d23582 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}
@media (min-width: 1200px){#s-9d6143ea-908a-4eaa-a46e-6026a0d23582 {
  display: none;
}
#s-9d6143ea-908a-4eaa-a46e-6026a0d23582, #wrap-s-9d6143ea-908a-4eaa-a46e-6026a0d23582 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9d6143ea-908a-4eaa-a46e-6026a0d23582 {
  display: none;
}
#s-9d6143ea-908a-4eaa-a46e-6026a0d23582, #wrap-s-9d6143ea-908a-4eaa-a46e-6026a0d23582 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9d6143ea-908a-4eaa-a46e-6026a0d23582 {
  display: none;
}
#s-9d6143ea-908a-4eaa-a46e-6026a0d23582, #wrap-s-9d6143ea-908a-4eaa-a46e-6026a0d23582 { display:none !important; }}@media (max-width: 767px){#s-9d6143ea-908a-4eaa-a46e-6026a0d23582 {
  
}
}
@media (min-width: 0px) {
[id="s-9d6143ea-908a-4eaa-a46e-6026a0d23582"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9d6143ea-908a-4eaa-a46e-6026a0d23582"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9d6143ea-908a-4eaa-a46e-6026a0d23582"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9d6143ea-908a-4eaa-a46e-6026a0d23582"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9d6143ea-908a-4eaa-a46e-6026a0d23582"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9d6143ea-908a-4eaa-a46e-6026a0d23582"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9d6143ea-908a-4eaa-a46e-6026a0d23582"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9d6143ea-908a-4eaa-a46e-6026a0d23582"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9d6143ea-908a-4eaa-a46e-6026a0d23582"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9d6143ea-908a-4eaa-a46e-6026a0d23582"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9d6143ea-908a-4eaa-a46e-6026a0d23582"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9d6143ea-908a-4eaa-a46e-6026a0d23582"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-9d6143ea-908a-4eaa-a46e-6026a0d23582"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9d6143ea-908a-4eaa-a46e-6026a0d23582"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9d6143ea-908a-4eaa-a46e-6026a0d23582"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9d6143ea-908a-4eaa-a46e-6026a0d23582"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9d6143ea-908a-4eaa-a46e-6026a0d23582"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9d6143ea-908a-4eaa-a46e-6026a0d23582"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9d6143ea-908a-4eaa-a46e-6026a0d23582"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9d6143ea-908a-4eaa-a46e-6026a0d23582"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9d6143ea-908a-4eaa-a46e-6026a0d23582"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9d6143ea-908a-4eaa-a46e-6026a0d23582"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9d6143ea-908a-4eaa-a46e-6026a0d23582"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9d6143ea-908a-4eaa-a46e-6026a0d23582"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9d6143ea-908a-4eaa-a46e-6026a0d23582"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9d6143ea-908a-4eaa-a46e-6026a0d23582"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9d6143ea-908a-4eaa-a46e-6026a0d23582"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9d6143ea-908a-4eaa-a46e-6026a0d23582"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9d6143ea-908a-4eaa-a46e-6026a0d23582"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9d6143ea-908a-4eaa-a46e-6026a0d23582"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9d6143ea-908a-4eaa-a46e-6026a0d23582"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9d6143ea-908a-4eaa-a46e-6026a0d23582"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9d6143ea-908a-4eaa-a46e-6026a0d23582"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9d6143ea-908a-4eaa-a46e-6026a0d23582"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9d6143ea-908a-4eaa-a46e-6026a0d23582"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9d6143ea-908a-4eaa-a46e-6026a0d23582"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9d6143ea-908a-4eaa-a46e-6026a0d23582"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9d6143ea-908a-4eaa-a46e-6026a0d23582"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9d6143ea-908a-4eaa-a46e-6026a0d23582"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9d6143ea-908a-4eaa-a46e-6026a0d23582"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9d6143ea-908a-4eaa-a46e-6026a0d23582"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9d6143ea-908a-4eaa-a46e-6026a0d23582"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9d6143ea-908a-4eaa-a46e-6026a0d23582"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9d6143ea-908a-4eaa-a46e-6026a0d23582"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9d6143ea-908a-4eaa-a46e-6026a0d23582"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9d6143ea-908a-4eaa-a46e-6026a0d23582"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9d6143ea-908a-4eaa-a46e-6026a0d23582"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9d6143ea-908a-4eaa-a46e-6026a0d23582"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-30834bca-1e34-44d7-9615-77058795042a {
  margin-left: auto;
margin-right: auto;
max-width: 40px;
text-align: center;
}




  #s-30834bca-1e34-44d7-9615-77058795042a img.shogun-image {
    
    width: px;
  }


#s-30834bca-1e34-44d7-9615-77058795042a .shogun-image-content {
  
    align-items: center;
  
}

#s-34b2105a-9e73-420b-9be4-5c7d1326351f {
  padding-top: 10px;
text-align: center;
}
@media (max-width: 767px){#s-34b2105a-9e73-420b-9be4-5c7d1326351f {
  padding-top: 5px;
}
}
#s-34b2105a-9e73-420b-9be4-5c7d1326351f .shogun-heading-component h1 {
  color: rgba(42, 42, 42, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 18px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-6f118a1f-8c0a-4e68-bb66-2917b6f3e60e {
  padding-top: 5px;
text-align: center;
}
@media (max-width: 767px){#s-6f118a1f-8c0a-4e68-bb66-2917b6f3e60e {
  padding-top: 3px;
padding-bottom: 3px;
}
}
#s-6f118a1f-8c0a-4e68-bb66-2917b6f3e60e .shogun-heading-component h1 {
  color: rgba(89, 89, 89, 1);
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 13px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



#s-4658cf5e-fc33-4e1c-bf08-df93c8886615 {
  margin-left: auto;
margin-right: auto;
max-width: 40px;
text-align: center;
}




  #s-4658cf5e-fc33-4e1c-bf08-df93c8886615 img.shogun-image {
    
    width: px;
  }


#s-4658cf5e-fc33-4e1c-bf08-df93c8886615 .shogun-image-content {
  
    align-items: center;
  
}

#s-03f848e4-7f35-4549-87aa-85fc6be4f511 {
  padding-top: 10px;
text-align: center;
}
@media (max-width: 767px){#s-03f848e4-7f35-4549-87aa-85fc6be4f511 {
  padding-top: 5px;
}
}
#s-03f848e4-7f35-4549-87aa-85fc6be4f511 .shogun-heading-component h1 {
  color: rgba(42, 42, 42, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 18px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-6d34eb53-4f62-443b-b611-798e8df5303a {
  padding-top: 5px;
text-align: center;
}
@media (max-width: 767px){#s-6d34eb53-4f62-443b-b611-798e8df5303a {
  padding-top: 3px;
}
}
#s-6d34eb53-4f62-443b-b611-798e8df5303a .shogun-heading-component h1 {
  color: rgba(89, 89, 89, 1);
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 13px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



#s-ea5c7912-a549-4d78-84b2-77a370a6e172 {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-ea5c7912-a549-4d78-84b2-77a370a6e172 {
  display: none;
}
#s-ea5c7912-a549-4d78-84b2-77a370a6e172, #wrap-s-ea5c7912-a549-4d78-84b2-77a370a6e172 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ea5c7912-a549-4d78-84b2-77a370a6e172 {
  display: none;
}
#s-ea5c7912-a549-4d78-84b2-77a370a6e172, #wrap-s-ea5c7912-a549-4d78-84b2-77a370a6e172 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ea5c7912-a549-4d78-84b2-77a370a6e172 {
  display: none;
}
#s-ea5c7912-a549-4d78-84b2-77a370a6e172, #wrap-s-ea5c7912-a549-4d78-84b2-77a370a6e172 { display:none !important; }}@media (max-width: 767px){#s-ea5c7912-a549-4d78-84b2-77a370a6e172 {
  padding-left: 5px;
padding-right: 5px;
}
}







#s-ea5c7912-a549-4d78-84b2-77a370a6e172 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ea5c7912-a549-4d78-84b2-77a370a6e172.shg-box.shg-c {
  justify-content: center;
}

#s-96bcd76f-4b0b-4f1b-bdc0-07c67bec0a3e {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}
@media (min-width: 1200px){#s-96bcd76f-4b0b-4f1b-bdc0-07c67bec0a3e {
  display: none;
}
#s-96bcd76f-4b0b-4f1b-bdc0-07c67bec0a3e, #wrap-s-96bcd76f-4b0b-4f1b-bdc0-07c67bec0a3e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-96bcd76f-4b0b-4f1b-bdc0-07c67bec0a3e {
  display: none;
}
#s-96bcd76f-4b0b-4f1b-bdc0-07c67bec0a3e, #wrap-s-96bcd76f-4b0b-4f1b-bdc0-07c67bec0a3e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-96bcd76f-4b0b-4f1b-bdc0-07c67bec0a3e {
  display: none;
}
#s-96bcd76f-4b0b-4f1b-bdc0-07c67bec0a3e, #wrap-s-96bcd76f-4b0b-4f1b-bdc0-07c67bec0a3e { display:none !important; }}@media (max-width: 767px){#s-96bcd76f-4b0b-4f1b-bdc0-07c67bec0a3e {
  margin-top: 15px;
margin-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-96bcd76f-4b0b-4f1b-bdc0-07c67bec0a3e"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-96bcd76f-4b0b-4f1b-bdc0-07c67bec0a3e"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-96bcd76f-4b0b-4f1b-bdc0-07c67bec0a3e"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-96bcd76f-4b0b-4f1b-bdc0-07c67bec0a3e"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-96bcd76f-4b0b-4f1b-bdc0-07c67bec0a3e"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-96bcd76f-4b0b-4f1b-bdc0-07c67bec0a3e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-96bcd76f-4b0b-4f1b-bdc0-07c67bec0a3e"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-96bcd76f-4b0b-4f1b-bdc0-07c67bec0a3e"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-96bcd76f-4b0b-4f1b-bdc0-07c67bec0a3e"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-96bcd76f-4b0b-4f1b-bdc0-07c67bec0a3e"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-96bcd76f-4b0b-4f1b-bdc0-07c67bec0a3e"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-96bcd76f-4b0b-4f1b-bdc0-07c67bec0a3e"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-96bcd76f-4b0b-4f1b-bdc0-07c67bec0a3e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-96bcd76f-4b0b-4f1b-bdc0-07c67bec0a3e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-96bcd76f-4b0b-4f1b-bdc0-07c67bec0a3e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-96bcd76f-4b0b-4f1b-bdc0-07c67bec0a3e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-96bcd76f-4b0b-4f1b-bdc0-07c67bec0a3e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-96bcd76f-4b0b-4f1b-bdc0-07c67bec0a3e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-96bcd76f-4b0b-4f1b-bdc0-07c67bec0a3e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-96bcd76f-4b0b-4f1b-bdc0-07c67bec0a3e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-96bcd76f-4b0b-4f1b-bdc0-07c67bec0a3e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-96bcd76f-4b0b-4f1b-bdc0-07c67bec0a3e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-96bcd76f-4b0b-4f1b-bdc0-07c67bec0a3e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-96bcd76f-4b0b-4f1b-bdc0-07c67bec0a3e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-96bcd76f-4b0b-4f1b-bdc0-07c67bec0a3e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-96bcd76f-4b0b-4f1b-bdc0-07c67bec0a3e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-96bcd76f-4b0b-4f1b-bdc0-07c67bec0a3e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-96bcd76f-4b0b-4f1b-bdc0-07c67bec0a3e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-96bcd76f-4b0b-4f1b-bdc0-07c67bec0a3e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-96bcd76f-4b0b-4f1b-bdc0-07c67bec0a3e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-96bcd76f-4b0b-4f1b-bdc0-07c67bec0a3e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-96bcd76f-4b0b-4f1b-bdc0-07c67bec0a3e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-96bcd76f-4b0b-4f1b-bdc0-07c67bec0a3e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-96bcd76f-4b0b-4f1b-bdc0-07c67bec0a3e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-96bcd76f-4b0b-4f1b-bdc0-07c67bec0a3e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-96bcd76f-4b0b-4f1b-bdc0-07c67bec0a3e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-96bcd76f-4b0b-4f1b-bdc0-07c67bec0a3e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-96bcd76f-4b0b-4f1b-bdc0-07c67bec0a3e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-96bcd76f-4b0b-4f1b-bdc0-07c67bec0a3e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-96bcd76f-4b0b-4f1b-bdc0-07c67bec0a3e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-96bcd76f-4b0b-4f1b-bdc0-07c67bec0a3e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-96bcd76f-4b0b-4f1b-bdc0-07c67bec0a3e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-96bcd76f-4b0b-4f1b-bdc0-07c67bec0a3e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-96bcd76f-4b0b-4f1b-bdc0-07c67bec0a3e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-96bcd76f-4b0b-4f1b-bdc0-07c67bec0a3e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-96bcd76f-4b0b-4f1b-bdc0-07c67bec0a3e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-96bcd76f-4b0b-4f1b-bdc0-07c67bec0a3e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-96bcd76f-4b0b-4f1b-bdc0-07c67bec0a3e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-bb9e760e-f779-48b7-b4c0-e682401fbe11 {
  margin-left: auto;
margin-right: auto;
max-width: 40px;
text-align: center;
}




  #s-bb9e760e-f779-48b7-b4c0-e682401fbe11 img.shogun-image {
    
    width: px;
  }


#s-bb9e760e-f779-48b7-b4c0-e682401fbe11 .shogun-image-content {
  
    align-items: center;
  
}

#s-456b1939-64c7-4507-b080-c5b5ac45e05f {
  padding-top: 10px;
text-align: center;
}
@media (max-width: 767px){#s-456b1939-64c7-4507-b080-c5b5ac45e05f {
  padding-top: 5px;
}
}
#s-456b1939-64c7-4507-b080-c5b5ac45e05f .shogun-heading-component h1 {
  color: rgba(42, 42, 42, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 18px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-c0db5ed0-46cb-4125-b700-f3df0fcc01a4 {
  padding-top: 5px;
text-align: center;
}
@media (max-width: 767px){#s-c0db5ed0-46cb-4125-b700-f3df0fcc01a4 {
  padding-top: 3px;
}
}
#s-c0db5ed0-46cb-4125-b700-f3df0fcc01a4 .shogun-heading-component h1 {
  color: rgba(89, 89, 89, 1);
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 13px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



#s-d0b4dc10-a0fb-4c75-b35b-c7e0c5d84d8a {
  min-height: 50px;
}








#s-d0b4dc10-a0fb-4c75-b35b-c7e0c5d84d8a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d0b4dc10-a0fb-4c75-b35b-c7e0c5d84d8a {
  cursor: pointer;
}#s-d0b4dc10-a0fb-4c75-b35b-c7e0c5d84d8a.shg-box.shg-c {
  justify-content: center;
}

#s-186a9631-0cb2-4db9-b2b5-051d06353836 {
  margin-left: auto;
margin-right: auto;
max-width: 40px;
text-align: center;
}




  #s-186a9631-0cb2-4db9-b2b5-051d06353836 img.shogun-image {
    
    width: px;
  }


#s-186a9631-0cb2-4db9-b2b5-051d06353836 .shogun-image-content {
  
    align-items: center;
  
}

#s-953abf4c-4f22-4806-88d4-0191a6b749b0 {
  padding-top: 10px;
text-align: center;
}
@media (max-width: 767px){#s-953abf4c-4f22-4806-88d4-0191a6b749b0 {
  padding-top: 5px;
}
}
#s-953abf4c-4f22-4806-88d4-0191a6b749b0 .shogun-heading-component h1 {
  color: rgba(42, 42, 42, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 18px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-a6be02ac-0c4c-4d0d-802c-a3a20800d5fc {
  padding-top: 0px;
text-align: center;
}
@media (max-width: 767px){#s-a6be02ac-0c4c-4d0d-802c-a3a20800d5fc {
  padding-top: 3px;
}
}
#s-a6be02ac-0c4c-4d0d-802c-a3a20800d5fc .shogun-heading-component h1 {
  color: rgba(89, 89, 89, 1);
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 13px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



#s-89d9999d-7289-41a7-bf8d-ded84e49f4b9 {
  padding-top: 60px;
padding-bottom: 60px;
min-height: 50px;
}








#s-89d9999d-7289-41a7-bf8d-ded84e49f4b9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-89d9999d-7289-41a7-bf8d-ded84e49f4b9.shg-box.shg-c {
  justify-content: center;
}

#s-df1d2686-629b-45de-bc41-223847d8ac6a {
  padding-top: 10px;
padding-bottom: 5px;
text-align: center;
}

#s-df1d2686-629b-45de-bc41-223847d8ac6a .shogun-heading-component h1 {
  color: rgba(42, 42, 42, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 32px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}


#s-df1d2686-629b-45de-bc41-223847d8ac6a .shogun-heading-component h1 a {
  color: rgba(42, 42, 42, 1);
}


#s-161fe26c-c5ee-4f10-a3e8-2bdee806b4fa {
  padding-top: 5px;
padding-bottom: 10px;
text-align: center;
}

#s-161fe26c-c5ee-4f10-a3e8-2bdee806b4fa .shogun-heading-component h1 {
  color: rgba(96, 96, 96, 1);
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 17px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}


#s-161fe26c-c5ee-4f10-a3e8-2bdee806b4fa .shogun-heading-component h1 a {
  color: rgba(96, 96, 96, 1);
}


#s-d6604d5d-319c-4387-8d71-7b149339b79d {
  min-height: 50px;
}








#s-d6604d5d-319c-4387-8d71-7b149339b79d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d6604d5d-319c-4387-8d71-7b149339b79d {
  cursor: pointer;
}#s-d6604d5d-319c-4387-8d71-7b149339b79d.shg-box.shg-c {
  justify-content: center;
}

#s-9336ecec-d45c-4683-bccb-e5cd3f162511 {
  margin-top: 30px;
}
@media (max-width: 767px){#s-9336ecec-d45c-4683-bccb-e5cd3f162511 {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
}
}
@media (min-width: 0px) {
[id="s-9336ecec-d45c-4683-bccb-e5cd3f162511"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

[id="s-9336ecec-d45c-4683-bccb-e5cd3f162511"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9336ecec-d45c-4683-bccb-e5cd3f162511"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-9336ecec-d45c-4683-bccb-e5cd3f162511"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-9336ecec-d45c-4683-bccb-e5cd3f162511"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-9336ecec-d45c-4683-bccb-e5cd3f162511"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-9336ecec-d45c-4683-bccb-e5cd3f162511"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-9336ecec-d45c-4683-bccb-e5cd3f162511"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-9336ecec-d45c-4683-bccb-e5cd3f162511"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-9336ecec-d45c-4683-bccb-e5cd3f162511"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-9336ecec-d45c-4683-bccb-e5cd3f162511"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-9336ecec-d45c-4683-bccb-e5cd3f162511"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-9336ecec-d45c-4683-bccb-e5cd3f162511"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-9336ecec-d45c-4683-bccb-e5cd3f162511"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-9336ecec-d45c-4683-bccb-e5cd3f162511"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-9336ecec-d45c-4683-bccb-e5cd3f162511"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-9336ecec-d45c-4683-bccb-e5cd3f162511"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-9336ecec-d45c-4683-bccb-e5cd3f162511"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-9336ecec-d45c-4683-bccb-e5cd3f162511"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-9336ecec-d45c-4683-bccb-e5cd3f162511"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-9336ecec-d45c-4683-bccb-e5cd3f162511"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-9336ecec-d45c-4683-bccb-e5cd3f162511"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-9336ecec-d45c-4683-bccb-e5cd3f162511"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-9336ecec-d45c-4683-bccb-e5cd3f162511"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-9336ecec-d45c-4683-bccb-e5cd3f162511"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-9336ecec-d45c-4683-bccb-e5cd3f162511"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-9336ecec-d45c-4683-bccb-e5cd3f162511"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-9336ecec-d45c-4683-bccb-e5cd3f162511"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-9336ecec-d45c-4683-bccb-e5cd3f162511"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-9336ecec-d45c-4683-bccb-e5cd3f162511"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-9336ecec-d45c-4683-bccb-e5cd3f162511"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-9336ecec-d45c-4683-bccb-e5cd3f162511"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-9336ecec-d45c-4683-bccb-e5cd3f162511"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-9336ecec-d45c-4683-bccb-e5cd3f162511"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-9336ecec-d45c-4683-bccb-e5cd3f162511"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-9336ecec-d45c-4683-bccb-e5cd3f162511"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-9336ecec-d45c-4683-bccb-e5cd3f162511"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-9336ecec-d45c-4683-bccb-e5cd3f162511"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

#s-a42cb420-11c5-4d18-90d9-2773924d6ad7 {
  text-align: center;
}
@media (max-width: 767px){#s-a42cb420-11c5-4d18-90d9-2773924d6ad7 {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
}
}



  #s-a42cb420-11c5-4d18-90d9-2773924d6ad7 img.shogun-image {
    
    width: px;
  }


#s-a42cb420-11c5-4d18-90d9-2773924d6ad7 .shogun-image-content {
  
    align-items: center;
  
}

#s-84b7b206-3f53-4d4c-ae4f-242356f34c62 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}
@media (max-width: 767px){#s-84b7b206-3f53-4d4c-ae4f-242356f34c62 {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
}
}



  #s-84b7b206-3f53-4d4c-ae4f-242356f34c62 img.shogun-image {
    
    width: px;
  }


#s-84b7b206-3f53-4d4c-ae4f-242356f34c62 .shogun-image-content {
  
    align-items: center;
  
}

#s-ebd90f23-b88d-4f4a-abdd-977328442fbb {
  text-align: center;
}
@media (max-width: 767px){#s-ebd90f23-b88d-4f4a-abdd-977328442fbb {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
}
}



  #s-ebd90f23-b88d-4f4a-abdd-977328442fbb img.shogun-image {
    
    width: px;
  }


#s-ebd90f23-b88d-4f4a-abdd-977328442fbb .shogun-image-content {
  
    align-items: center;
  
}

#s-51af3373-65ed-4c1f-9b6f-70c3c20764fe {
  text-align: center;
}
@media (max-width: 767px){#s-51af3373-65ed-4c1f-9b6f-70c3c20764fe {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
}
}



  #s-51af3373-65ed-4c1f-9b6f-70c3c20764fe img.shogun-image {
    
    width: px;
  }


#s-51af3373-65ed-4c1f-9b6f-70c3c20764fe .shogun-image-content {
  
    align-items: center;
  
}

#s-50a0765e-8e51-4a52-930e-5d2d8d224633 {
  text-align: center;
}
@media (max-width: 767px){#s-50a0765e-8e51-4a52-930e-5d2d8d224633 {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
}
}



  #s-50a0765e-8e51-4a52-930e-5d2d8d224633 img.shogun-image {
    
    width: px;
  }


#s-50a0765e-8e51-4a52-930e-5d2d8d224633 .shogun-image-content {
  
    align-items: center;
  
}

#s-d0470155-ed92-4f1b-92a6-fba3e5797ec1 {
  text-align: center;
}
@media (max-width: 767px){#s-d0470155-ed92-4f1b-92a6-fba3e5797ec1 {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
}
}



  #s-d0470155-ed92-4f1b-92a6-fba3e5797ec1 img.shogun-image {
    
    width: px;
  }


#s-d0470155-ed92-4f1b-92a6-fba3e5797ec1 .shogun-image-content {
  
    align-items: center;
  
}

#s-825085da-88d6-4950-86bc-cb3fd90416b0 {
  background-color: rgba(247, 247, 247, 1);
}








#s-825085da-88d6-4950-86bc-cb3fd90416b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-825085da-88d6-4950-86bc-cb3fd90416b0.shg-box.shg-c {
  justify-content: center;
}

#s-0e6dff9d-2c81-40c5-8683-45d71effd640 {
  margin-left: auto;
margin-right: auto;
padding-top: 60px;
padding-bottom: 60px;
min-height: 50px;
max-width: 1130px;
}
@media (min-width: 1200px){#s-0e6dff9d-2c81-40c5-8683-45d71effd640 {
  padding-top: 60px;
}
}@media (max-width: 767px){#s-0e6dff9d-2c81-40c5-8683-45d71effd640 {
  min-height: 0px;
}
}







#s-0e6dff9d-2c81-40c5-8683-45d71effd640 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0e6dff9d-2c81-40c5-8683-45d71effd640.shg-box.shg-c {
  justify-content: center;
}

#s-4cd60537-5198-4646-84db-6b13809ab695 {
  padding-top: 10px;
padding-bottom: 5px;
text-align: center;
}

#s-4cd60537-5198-4646-84db-6b13809ab695 .shogun-heading-component h1 {
  color: rgba(42, 42, 42, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 32px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-d0496231-ef5c-4443-8780-2dcf44ab86d0 {
  padding-top: 5px;
padding-bottom: 10px;
text-align: center;
}

#s-d0496231-ef5c-4443-8780-2dcf44ab86d0 .shogun-heading-component h1 {
  color: rgba(96, 96, 96, 1);
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 17px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-dac9f5f3-3730-490d-9670-e8a896b53e82 {
  margin-top: 30px;
}

@media (min-width: 0px) {
[id="s-dac9f5f3-3730-490d-9670-e8a896b53e82"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dac9f5f3-3730-490d-9670-e8a896b53e82"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 12.5px);
}

[id="s-dac9f5f3-3730-490d-9670-e8a896b53e82"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 12.5px);
}

[id="s-dac9f5f3-3730-490d-9670-e8a896b53e82"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 12.5px);
}

[id="s-dac9f5f3-3730-490d-9670-e8a896b53e82"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 12.5px);
}

[id="s-dac9f5f3-3730-490d-9670-e8a896b53e82"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 12.5px);
}

[id="s-dac9f5f3-3730-490d-9670-e8a896b53e82"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 12.5px);
}

[id="s-dac9f5f3-3730-490d-9670-e8a896b53e82"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 12.5px);
}

[id="s-dac9f5f3-3730-490d-9670-e8a896b53e82"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 12.5px);
}

[id="s-dac9f5f3-3730-490d-9670-e8a896b53e82"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 12.5px);
}

[id="s-dac9f5f3-3730-490d-9670-e8a896b53e82"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 12.5px);
}

[id="s-dac9f5f3-3730-490d-9670-e8a896b53e82"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 12.5px);
}

[id="s-dac9f5f3-3730-490d-9670-e8a896b53e82"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 12.5px);
}

}

@media (min-width: 992px) {
[id="s-dac9f5f3-3730-490d-9670-e8a896b53e82"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 12.5px);
}

[id="s-dac9f5f3-3730-490d-9670-e8a896b53e82"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 12.5px);
}

[id="s-dac9f5f3-3730-490d-9670-e8a896b53e82"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 12.5px);
}

[id="s-dac9f5f3-3730-490d-9670-e8a896b53e82"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 12.5px);
}

[id="s-dac9f5f3-3730-490d-9670-e8a896b53e82"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 12.5px);
}

[id="s-dac9f5f3-3730-490d-9670-e8a896b53e82"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 12.5px);
}

[id="s-dac9f5f3-3730-490d-9670-e8a896b53e82"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 12.5px);
}

[id="s-dac9f5f3-3730-490d-9670-e8a896b53e82"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 12.5px);
}

[id="s-dac9f5f3-3730-490d-9670-e8a896b53e82"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 12.5px);
}

[id="s-dac9f5f3-3730-490d-9670-e8a896b53e82"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 12.5px);
}

[id="s-dac9f5f3-3730-490d-9670-e8a896b53e82"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 12.5px);
}

[id="s-dac9f5f3-3730-490d-9670-e8a896b53e82"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 12.5px);
}

}

@media (min-width: 1200px) {
[id="s-dac9f5f3-3730-490d-9670-e8a896b53e82"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 12.5px);
}

[id="s-dac9f5f3-3730-490d-9670-e8a896b53e82"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 12.5px);
}

[id="s-dac9f5f3-3730-490d-9670-e8a896b53e82"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 12.5px);
}

[id="s-dac9f5f3-3730-490d-9670-e8a896b53e82"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 12.5px);
}

[id="s-dac9f5f3-3730-490d-9670-e8a896b53e82"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 12.5px);
}

[id="s-dac9f5f3-3730-490d-9670-e8a896b53e82"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 12.5px);
}

[id="s-dac9f5f3-3730-490d-9670-e8a896b53e82"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 12.5px);
}

[id="s-dac9f5f3-3730-490d-9670-e8a896b53e82"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 12.5px);
}

[id="s-dac9f5f3-3730-490d-9670-e8a896b53e82"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 12.5px);
}

[id="s-dac9f5f3-3730-490d-9670-e8a896b53e82"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 12.5px);
}

[id="s-dac9f5f3-3730-490d-9670-e8a896b53e82"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 12.5px);
}

[id="s-dac9f5f3-3730-490d-9670-e8a896b53e82"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 12.5px);
}

}

@media (max-width: 767px){#s-25bebd77-0fcf-4aa8-9aa4-d9b2f388788a {
  margin-bottom: 15px;
}
}
@media (min-width: 0px) {
[id="s-25bebd77-0fcf-4aa8-9aa4-d9b2f388788a"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-25bebd77-0fcf-4aa8-9aa4-d9b2f388788a"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-25bebd77-0fcf-4aa8-9aa4-d9b2f388788a"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-25bebd77-0fcf-4aa8-9aa4-d9b2f388788a"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-25bebd77-0fcf-4aa8-9aa4-d9b2f388788a"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-25bebd77-0fcf-4aa8-9aa4-d9b2f388788a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-25bebd77-0fcf-4aa8-9aa4-d9b2f388788a"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-25bebd77-0fcf-4aa8-9aa4-d9b2f388788a"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-25bebd77-0fcf-4aa8-9aa4-d9b2f388788a"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-25bebd77-0fcf-4aa8-9aa4-d9b2f388788a"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-25bebd77-0fcf-4aa8-9aa4-d9b2f388788a"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-25bebd77-0fcf-4aa8-9aa4-d9b2f388788a"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-25bebd77-0fcf-4aa8-9aa4-d9b2f388788a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-25bebd77-0fcf-4aa8-9aa4-d9b2f388788a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-25bebd77-0fcf-4aa8-9aa4-d9b2f388788a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-25bebd77-0fcf-4aa8-9aa4-d9b2f388788a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-25bebd77-0fcf-4aa8-9aa4-d9b2f388788a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-25bebd77-0fcf-4aa8-9aa4-d9b2f388788a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-25bebd77-0fcf-4aa8-9aa4-d9b2f388788a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-25bebd77-0fcf-4aa8-9aa4-d9b2f388788a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-25bebd77-0fcf-4aa8-9aa4-d9b2f388788a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-25bebd77-0fcf-4aa8-9aa4-d9b2f388788a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-25bebd77-0fcf-4aa8-9aa4-d9b2f388788a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-25bebd77-0fcf-4aa8-9aa4-d9b2f388788a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-25bebd77-0fcf-4aa8-9aa4-d9b2f388788a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-25bebd77-0fcf-4aa8-9aa4-d9b2f388788a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-25bebd77-0fcf-4aa8-9aa4-d9b2f388788a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-25bebd77-0fcf-4aa8-9aa4-d9b2f388788a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-25bebd77-0fcf-4aa8-9aa4-d9b2f388788a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-25bebd77-0fcf-4aa8-9aa4-d9b2f388788a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-25bebd77-0fcf-4aa8-9aa4-d9b2f388788a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-25bebd77-0fcf-4aa8-9aa4-d9b2f388788a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-25bebd77-0fcf-4aa8-9aa4-d9b2f388788a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-25bebd77-0fcf-4aa8-9aa4-d9b2f388788a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-25bebd77-0fcf-4aa8-9aa4-d9b2f388788a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-25bebd77-0fcf-4aa8-9aa4-d9b2f388788a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-25bebd77-0fcf-4aa8-9aa4-d9b2f388788a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-25bebd77-0fcf-4aa8-9aa4-d9b2f388788a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-25bebd77-0fcf-4aa8-9aa4-d9b2f388788a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-25bebd77-0fcf-4aa8-9aa4-d9b2f388788a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-25bebd77-0fcf-4aa8-9aa4-d9b2f388788a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-25bebd77-0fcf-4aa8-9aa4-d9b2f388788a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-25bebd77-0fcf-4aa8-9aa4-d9b2f388788a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-25bebd77-0fcf-4aa8-9aa4-d9b2f388788a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-25bebd77-0fcf-4aa8-9aa4-d9b2f388788a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-25bebd77-0fcf-4aa8-9aa4-d9b2f388788a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-25bebd77-0fcf-4aa8-9aa4-d9b2f388788a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-25bebd77-0fcf-4aa8-9aa4-d9b2f388788a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-a38342f6-858a-4d64-b91f-7af9656a1647 {
  min-height: 50px;
}








#s-a38342f6-858a-4d64-b91f-7af9656a1647 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a38342f6-858a-4d64-b91f-7af9656a1647 {
  cursor: pointer;
}#s-a38342f6-858a-4d64-b91f-7af9656a1647.shg-box.shg-c {
  justify-content: center;
}

#s-98fb86fb-c957-4a2a-b16b-c892b759fbb7 {
  text-align: center;
}
#s-98fb86fb-c957-4a2a-b16b-c892b759fbb7:hover {opacity: 0.8 !important;}



  #s-98fb86fb-c957-4a2a-b16b-c892b759fbb7 img.shogun-image {
    
    width: px;
  }


#s-98fb86fb-c957-4a2a-b16b-c892b759fbb7 .shogun-image-content {
  
    align-items: center;
  
}

#s-4f2de7c6-89e4-48fb-8a86-048d50e8355a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4f2de7c6-89e4-48fb-8a86-048d50e8355a .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


@media (max-width: 767px){#s-4f2de7c6-89e4-48fb-8a86-048d50e8355a .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-eab6bd36-2ecf-4a4a-a488-63e2e21ac8e8 {
  min-height: 50px;
}








#s-eab6bd36-2ecf-4a4a-a488-63e2e21ac8e8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eab6bd36-2ecf-4a4a-a488-63e2e21ac8e8 {
  cursor: pointer;
}#s-eab6bd36-2ecf-4a4a-a488-63e2e21ac8e8.shg-box.shg-c {
  justify-content: center;
}

#s-2ae0dcc8-0ab5-4ad5-a53f-30eed6f06076 {
  text-align: center;
}
#s-2ae0dcc8-0ab5-4ad5-a53f-30eed6f06076:hover {opacity: 0.8 !important;}



  #s-2ae0dcc8-0ab5-4ad5-a53f-30eed6f06076 img.shogun-image {
    
    width: px;
  }


#s-2ae0dcc8-0ab5-4ad5-a53f-30eed6f06076 .shogun-image-content {
  
    align-items: center;
  
}

#s-80831634-6088-43a2-ab5b-0691f07a1e07 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-80831634-6088-43a2-ab5b-0691f07a1e07 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


@media (max-width: 767px){#s-80831634-6088-43a2-ab5b-0691f07a1e07 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-91d4efe6-683b-4347-9d98-9c7788e84fab {
  min-height: 50px;
}








#s-91d4efe6-683b-4347-9d98-9c7788e84fab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-91d4efe6-683b-4347-9d98-9c7788e84fab {
  cursor: pointer;
}#s-91d4efe6-683b-4347-9d98-9c7788e84fab.shg-box.shg-c {
  justify-content: center;
}

#s-88fe4652-2918-41a0-8a69-f1f44d5f187b {
  text-align: center;
}
#s-88fe4652-2918-41a0-8a69-f1f44d5f187b:hover {opacity: 0.8 !important;}



  #s-88fe4652-2918-41a0-8a69-f1f44d5f187b img.shogun-image {
    
    width: px;
  }


#s-88fe4652-2918-41a0-8a69-f1f44d5f187b .shogun-image-content {
  
    align-items: center;
  
}

#s-88c5b356-31e6-4fe7-b174-c47b90d84e28 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-88c5b356-31e6-4fe7-b174-c47b90d84e28 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


@media (max-width: 767px){#s-88c5b356-31e6-4fe7-b174-c47b90d84e28 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
@media (min-width: 0px) {
[id="s-b70becf9-9e2d-468f-9a4a-e5c2d426260a"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b70becf9-9e2d-468f-9a4a-e5c2d426260a"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b70becf9-9e2d-468f-9a4a-e5c2d426260a"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b70becf9-9e2d-468f-9a4a-e5c2d426260a"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b70becf9-9e2d-468f-9a4a-e5c2d426260a"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b70becf9-9e2d-468f-9a4a-e5c2d426260a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b70becf9-9e2d-468f-9a4a-e5c2d426260a"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b70becf9-9e2d-468f-9a4a-e5c2d426260a"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b70becf9-9e2d-468f-9a4a-e5c2d426260a"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b70becf9-9e2d-468f-9a4a-e5c2d426260a"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b70becf9-9e2d-468f-9a4a-e5c2d426260a"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b70becf9-9e2d-468f-9a4a-e5c2d426260a"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-b70becf9-9e2d-468f-9a4a-e5c2d426260a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b70becf9-9e2d-468f-9a4a-e5c2d426260a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b70becf9-9e2d-468f-9a4a-e5c2d426260a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b70becf9-9e2d-468f-9a4a-e5c2d426260a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b70becf9-9e2d-468f-9a4a-e5c2d426260a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b70becf9-9e2d-468f-9a4a-e5c2d426260a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b70becf9-9e2d-468f-9a4a-e5c2d426260a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b70becf9-9e2d-468f-9a4a-e5c2d426260a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b70becf9-9e2d-468f-9a4a-e5c2d426260a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b70becf9-9e2d-468f-9a4a-e5c2d426260a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b70becf9-9e2d-468f-9a4a-e5c2d426260a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b70becf9-9e2d-468f-9a4a-e5c2d426260a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b70becf9-9e2d-468f-9a4a-e5c2d426260a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b70becf9-9e2d-468f-9a4a-e5c2d426260a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b70becf9-9e2d-468f-9a4a-e5c2d426260a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b70becf9-9e2d-468f-9a4a-e5c2d426260a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b70becf9-9e2d-468f-9a4a-e5c2d426260a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b70becf9-9e2d-468f-9a4a-e5c2d426260a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b70becf9-9e2d-468f-9a4a-e5c2d426260a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b70becf9-9e2d-468f-9a4a-e5c2d426260a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b70becf9-9e2d-468f-9a4a-e5c2d426260a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b70becf9-9e2d-468f-9a4a-e5c2d426260a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b70becf9-9e2d-468f-9a4a-e5c2d426260a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b70becf9-9e2d-468f-9a4a-e5c2d426260a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b70becf9-9e2d-468f-9a4a-e5c2d426260a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b70becf9-9e2d-468f-9a4a-e5c2d426260a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b70becf9-9e2d-468f-9a4a-e5c2d426260a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b70becf9-9e2d-468f-9a4a-e5c2d426260a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b70becf9-9e2d-468f-9a4a-e5c2d426260a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b70becf9-9e2d-468f-9a4a-e5c2d426260a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b70becf9-9e2d-468f-9a4a-e5c2d426260a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b70becf9-9e2d-468f-9a4a-e5c2d426260a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b70becf9-9e2d-468f-9a4a-e5c2d426260a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b70becf9-9e2d-468f-9a4a-e5c2d426260a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b70becf9-9e2d-468f-9a4a-e5c2d426260a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b70becf9-9e2d-468f-9a4a-e5c2d426260a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-3d5ee02c-8f73-431d-9c64-e3c7f5ccc1a8 {
  min-height: 50px;
}








#s-3d5ee02c-8f73-431d-9c64-e3c7f5ccc1a8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3d5ee02c-8f73-431d-9c64-e3c7f5ccc1a8 {
  cursor: pointer;
}#s-3d5ee02c-8f73-431d-9c64-e3c7f5ccc1a8.shg-box.shg-c {
  justify-content: center;
}

#s-cf4e7544-efca-4a84-80e6-594f7576391e {
  text-align: center;
}
#s-cf4e7544-efca-4a84-80e6-594f7576391e:hover {opacity: 0.8 !important;}



  #s-cf4e7544-efca-4a84-80e6-594f7576391e img.shogun-image {
    
    width: px;
  }


#s-cf4e7544-efca-4a84-80e6-594f7576391e .shogun-image-content {
  
    align-items: center;
  
}

#s-a441bcba-89ee-4331-a071-e091c2de04b0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a441bcba-89ee-4331-a071-e091c2de04b0 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


@media (max-width: 767px){#s-a441bcba-89ee-4331-a071-e091c2de04b0 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-d8b8d792-a61d-40f1-af02-7d3ea654a3b4 {
  min-height: 50px;
}








#s-d8b8d792-a61d-40f1-af02-7d3ea654a3b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d8b8d792-a61d-40f1-af02-7d3ea654a3b4 {
  cursor: pointer;
}#s-d8b8d792-a61d-40f1-af02-7d3ea654a3b4.shg-box.shg-c {
  justify-content: center;
}

#s-ccb1d2e1-4df4-44b4-a46e-ce2ff467f5f7 {
  text-align: center;
}
#s-ccb1d2e1-4df4-44b4-a46e-ce2ff467f5f7:hover {opacity: 0.8 !important;}



  #s-ccb1d2e1-4df4-44b4-a46e-ce2ff467f5f7 img.shogun-image {
    
    width: px;
  }


#s-ccb1d2e1-4df4-44b4-a46e-ce2ff467f5f7 .shogun-image-content {
  
    align-items: center;
  
}

#s-c69f4c06-f8cc-494e-8a59-98a1b4a7f778 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c69f4c06-f8cc-494e-8a59-98a1b4a7f778 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


@media (max-width: 767px){#s-c69f4c06-f8cc-494e-8a59-98a1b4a7f778 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-e8cc094e-baa8-44a5-8424-6159471bfa37 {
  min-height: 50px;
}








#s-e8cc094e-baa8-44a5-8424-6159471bfa37 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e8cc094e-baa8-44a5-8424-6159471bfa37 {
  cursor: pointer;
}#s-e8cc094e-baa8-44a5-8424-6159471bfa37.shg-box.shg-c {
  justify-content: center;
}

#s-e9b39f09-c332-48e1-a40c-6fbea32d6769 {
  text-align: center;
}
#s-e9b39f09-c332-48e1-a40c-6fbea32d6769:hover {opacity: 0.8 !important;}



  #s-e9b39f09-c332-48e1-a40c-6fbea32d6769 img.shogun-image {
    
    width: px;
  }


#s-e9b39f09-c332-48e1-a40c-6fbea32d6769 .shogun-image-content {
  
    align-items: center;
  
}

#s-9ff17b9a-a239-4204-b4d0-fcf157adf009 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9ff17b9a-a239-4204-b4d0-fcf157adf009 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


@media (max-width: 767px){#s-9ff17b9a-a239-4204-b4d0-fcf157adf009 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


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

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

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

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

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

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

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

#s-d7ad242c-8e83-434b-833a-a9526cd39e86 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 40px;
padding-top: 12px;
padding-left: 20px;
padding-bottom: 12px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 25px;
background-color: rgba(66, 70, 116, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
hover-type: color;
}
#s-d7ad242c-8e83-434b-833a-a9526cd39e86:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(47, 50, 90, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-d7ad242c-8e83-434b-833a-a9526cd39e86:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d7ad242c-8e83-434b-833a-a9526cd39e86-btn-wrapper {
    text-align: center;
  }


#s-d7ad242c-8e83-434b-833a-a9526cd39e86.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-c2994992-d7ec-40e7-afc5-b13d51e813be {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 60px;
padding-bottom: 60px;
min-height: 0px;
max-width: 1130px;
}
@media (max-width: 767px){#s-c2994992-d7ec-40e7-afc5-b13d51e813be {
  padding-left: 0px;
padding-right: 0px;
}
}







#s-c2994992-d7ec-40e7-afc5-b13d51e813be > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c2994992-d7ec-40e7-afc5-b13d51e813be.shg-box.shg-c {
  justify-content: center;
}

#s-878f66ea-b26c-47d2-9931-9d13e5b92bb3 {
  padding-top: 10px;
padding-bottom: 5px;
text-align: center;
}

#s-878f66ea-b26c-47d2-9931-9d13e5b92bb3 .shogun-heading-component h1 {
  color: rgba(42, 42, 42, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 32px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-1dc53e65-7b74-40aa-8cbb-9ea1efbdac61 {
  padding-top: 5px;
padding-bottom: 10px;
text-align: center;
}

#s-1dc53e65-7b74-40aa-8cbb-9ea1efbdac61 .shogun-heading-component h1 {
  color: rgba(96, 96, 96, 1);
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 17px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-a13ce5b5-6966-4b5e-bb2b-07d6191fe902 {
  margin-top: 20px;
}
@media (max-width: 767px){#s-a13ce5b5-6966-4b5e-bb2b-07d6191fe902 {
  display: none;
}
#s-a13ce5b5-6966-4b5e-bb2b-07d6191fe902, #wrap-s-a13ce5b5-6966-4b5e-bb2b-07d6191fe902 { display:none !important; }}
@media (min-width: 1200px){#s-678a2bb3-a41b-42ba-9857-e075b92c4f0f {
  display: none;
}
#s-678a2bb3-a41b-42ba-9857-e075b92c4f0f, #wrap-s-678a2bb3-a41b-42ba-9857-e075b92c4f0f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-678a2bb3-a41b-42ba-9857-e075b92c4f0f {
  display: none;
}
#s-678a2bb3-a41b-42ba-9857-e075b92c4f0f, #wrap-s-678a2bb3-a41b-42ba-9857-e075b92c4f0f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-678a2bb3-a41b-42ba-9857-e075b92c4f0f {
  display: none;
}
#s-678a2bb3-a41b-42ba-9857-e075b92c4f0f, #wrap-s-678a2bb3-a41b-42ba-9857-e075b92c4f0f { display:none !important; }}@media (max-width: 767px){#s-678a2bb3-a41b-42ba-9857-e075b92c4f0f {
  
}
}
#s-a0536ce6-3205-4b97-9de5-464c8310da4d {
  background-color: rgba(247, 247, 247, 1);
}
@media (max-width: 767px){#s-a0536ce6-3205-4b97-9de5-464c8310da4d {
  display: none;
}
#s-a0536ce6-3205-4b97-9de5-464c8310da4d, #wrap-s-a0536ce6-3205-4b97-9de5-464c8310da4d { display:none !important; }}







#s-a0536ce6-3205-4b97-9de5-464c8310da4d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a0536ce6-3205-4b97-9de5-464c8310da4d.shg-box.shg-c {
  justify-content: center;
}

#s-eb8e7556-8eda-4f73-9df0-005d31e6541c {
  margin-left: auto;
margin-right: auto;
padding-top: 60px;
padding-bottom: 60px;
min-height: 50px;
max-width: 1130px;
}
@media (min-width: 1200px){#s-eb8e7556-8eda-4f73-9df0-005d31e6541c {
  padding-top: 60px;
}
}@media (max-width: 767px){#s-eb8e7556-8eda-4f73-9df0-005d31e6541c {
  min-height: 0px;
}
}







#s-eb8e7556-8eda-4f73-9df0-005d31e6541c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eb8e7556-8eda-4f73-9df0-005d31e6541c.shg-box.shg-c {
  justify-content: center;
}

#s-7453c765-c197-4cd8-b566-389fd4347c44 {
  padding-top: 10px;
padding-bottom: 5px;
text-align: center;
}

#s-7453c765-c197-4cd8-b566-389fd4347c44 .shogun-heading-component h1 {
  color: rgba(42, 42, 42, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 32px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-6b36dde2-a7aa-4d9f-a88f-e5a6d9ddc079 {
  padding-top: 5px;
padding-bottom: 10px;
text-align: center;
}

#s-6b36dde2-a7aa-4d9f-a88f-e5a6d9ddc079 .shogun-heading-component h1 {
  color: rgba(96, 96, 96, 1);
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 17px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-c3c1e638-0a4d-4248-be3f-3b44bab84b33 {
  box-shadow:1px 2px 8px 0px rgba(219, 219, 219, 1);
background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 60px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(216, 216, 216, 1);
border-style: solid;
border-radius: 5px;
min-height: 320px;
background-position: center center;
}
@media (min-width: 1200px){#s-c3c1e638-0a4d-4248-be3f-3b44bab84b33 {
  margin-top: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c3c1e638-0a4d-4248-be3f-3b44bab84b33 {
  min-height: 180px;
}
}@media (max-width: 767px){#s-c3c1e638-0a4d-4248-be3f-3b44bab84b33 {
  display: none;
}
#s-c3c1e638-0a4d-4248-be3f-3b44bab84b33, #wrap-s-c3c1e638-0a4d-4248-be3f-3b44bab84b33 { display:none !important; }}







#s-c3c1e638-0a4d-4248-be3f-3b44bab84b33 > .shg-box-overlay {
  background-color: rgba(149, 24, 24, 1);
  opacity: 0;
}#s-c3c1e638-0a4d-4248-be3f-3b44bab84b33 {
  cursor: pointer;
}#s-c3c1e638-0a4d-4248-be3f-3b44bab84b33.shg-box.shg-c {
  justify-content: center;
}

#s-20453906-8aa6-477d-9b7b-7fa0a4bd9e52 {
  background-repeat: repeat;
background-size: cover;
border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
min-height: 320px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-20453906-8aa6-477d-9b7b-7fa0a4bd9e52 {
  min-height: 180px;
}
}







#s-20453906-8aa6-477d-9b7b-7fa0a4bd9e52 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-20453906-8aa6-477d-9b7b-7fa0a4bd9e52.shg-box.shg-c {
  justify-content: center;
}

#s-a66e204a-4b24-4f8b-a3c7-3e0c6c44a272 {
  box-shadow:1px 2px 8px 0px rgba(219, 219, 219, 1);
background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-bottom: 50px;
padding-top: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(216, 216, 216, 1);
border-style: solid;
border-radius: 5px;
min-height: 360px;
background-position: center bottom;
}
@media (min-width: 1200px){#s-a66e204a-4b24-4f8b-a3c7-3e0c6c44a272 {
  display: none;
}
#s-a66e204a-4b24-4f8b-a3c7-3e0c6c44a272, #wrap-s-a66e204a-4b24-4f8b-a3c7-3e0c6c44a272 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a66e204a-4b24-4f8b-a3c7-3e0c6c44a272 {
  display: none;
}
#s-a66e204a-4b24-4f8b-a3c7-3e0c6c44a272, #wrap-s-a66e204a-4b24-4f8b-a3c7-3e0c6c44a272 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a66e204a-4b24-4f8b-a3c7-3e0c6c44a272 {
  display: none;
}
#s-a66e204a-4b24-4f8b-a3c7-3e0c6c44a272, #wrap-s-a66e204a-4b24-4f8b-a3c7-3e0c6c44a272 { display:none !important; }}@media (max-width: 767px){#s-a66e204a-4b24-4f8b-a3c7-3e0c6c44a272 {
  margin-top: 50px;
margin-bottom: 0px;
padding-top: 40px;
padding-left: 0px;
padding-bottom: 40px;
padding-right: 0px;
}
}







#s-a66e204a-4b24-4f8b-a3c7-3e0c6c44a272 > .shg-box-overlay {
  background-color: rgba(149, 24, 24, 1);
  opacity: 0;
}#s-a66e204a-4b24-4f8b-a3c7-3e0c6c44a272 {
  cursor: pointer;
}#s-a66e204a-4b24-4f8b-a3c7-3e0c6c44a272.shg-box.shg-c {
  justify-content: flex-start;
}








#s-58af8829-c994-404c-8e8d-c8be1bc165e3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-58af8829-c994-404c-8e8d-c8be1bc165e3.shg-box.shg-c {
  justify-content: flex-start;
}

#s-407ac865-7d80-41db-a101-97cc5bbd3689 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-407ac865-7d80-41db-a101-97cc5bbd3689 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 39px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}


@media (max-width: 767px){#s-407ac865-7d80-41db-a101-97cc5bbd3689 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 32px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}


}
#s-17cc7ac3-e77c-4dfe-8bcd-82f1b8ccefcc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-17cc7ac3-e77c-4dfe-8bcd-82f1b8ccefcc .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 19px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-17cc7ac3-e77c-4dfe-8bcd-82f1b8ccefcc .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}


}@media (max-width: 767px){#s-17cc7ac3-e77c-4dfe-8bcd-82f1b8ccefcc .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 17px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}


}
#s-1afa1b81-ce95-4e50-a23d-9804425d6cdb {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 10px;
padding-top: 12px;
padding-left: 20px;
padding-bottom: 12px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 25px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
hover-type: color;
color: rgba(42, 42, 42, 1);
}
#s-1afa1b81-ce95-4e50-a23d-9804425d6cdb:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(233, 233, 233, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(42, 42, 42, 1) !important;}#s-1afa1b81-ce95-4e50-a23d-9804425d6cdb:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1afa1b81-ce95-4e50-a23d-9804425d6cdb-btn-wrapper {
    text-align: center;
  }


#s-1afa1b81-ce95-4e50-a23d-9804425d6cdb.shg-btn {
  color: rgba(42, 42, 42, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-74b22f00-23a5-48c3-ab43-3b085e7df923 {
  padding-top: 60px;
padding-bottom: 10px;
min-height: 50px;
}








#s-74b22f00-23a5-48c3-ab43-3b085e7df923 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-74b22f00-23a5-48c3-ab43-3b085e7df923.shg-box.shg-c {
  justify-content: center;
}

#s-a1578e0d-befa-4763-8ef8-f5edb40d0dbd {
  padding-top: 10px;
padding-bottom: 5px;
text-align: center;
}

#s-a1578e0d-befa-4763-8ef8-f5edb40d0dbd .shogun-heading-component h1 {
  color: rgba(42, 42, 42, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 32px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-11acdf1c-ee9a-4b0e-b14e-b701ac3f4dca {
  padding-top: 5px;
padding-bottom: 10px;
text-align: center;
}

#s-11acdf1c-ee9a-4b0e-b14e-b701ac3f4dca .shogun-heading-component h1 {
  color: rgba(96, 96, 96, 1);
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 17px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-7e4b6afb-c4ae-4e7c-bb58-48eaa972a406 {
  border-style: solid;
margin-top: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

@media (min-width: 0px) {
[id="s-7e4b6afb-c4ae-4e7c-bb58-48eaa972a406"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7e4b6afb-c4ae-4e7c-bb58-48eaa972a406"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 23.333333333333332px);
}

[id="s-7e4b6afb-c4ae-4e7c-bb58-48eaa972a406"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 23.333333333333332px);
}

[id="s-7e4b6afb-c4ae-4e7c-bb58-48eaa972a406"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 23.333333333333332px);
}

[id="s-7e4b6afb-c4ae-4e7c-bb58-48eaa972a406"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 23.333333333333332px);
}

[id="s-7e4b6afb-c4ae-4e7c-bb58-48eaa972a406"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 23.333333333333332px);
}

[id="s-7e4b6afb-c4ae-4e7c-bb58-48eaa972a406"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 23.333333333333332px);
}

[id="s-7e4b6afb-c4ae-4e7c-bb58-48eaa972a406"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 23.333333333333332px);
}

[id="s-7e4b6afb-c4ae-4e7c-bb58-48eaa972a406"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 23.333333333333332px);
}

[id="s-7e4b6afb-c4ae-4e7c-bb58-48eaa972a406"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 23.333333333333332px);
}

[id="s-7e4b6afb-c4ae-4e7c-bb58-48eaa972a406"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 23.333333333333332px);
}

[id="s-7e4b6afb-c4ae-4e7c-bb58-48eaa972a406"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 23.333333333333332px);
}

[id="s-7e4b6afb-c4ae-4e7c-bb58-48eaa972a406"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 23.333333333333332px);
}

}

@media (min-width: 992px) {
[id="s-7e4b6afb-c4ae-4e7c-bb58-48eaa972a406"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 23.333333333333332px);
}

[id="s-7e4b6afb-c4ae-4e7c-bb58-48eaa972a406"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 23.333333333333332px);
}

[id="s-7e4b6afb-c4ae-4e7c-bb58-48eaa972a406"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 23.333333333333332px);
}

[id="s-7e4b6afb-c4ae-4e7c-bb58-48eaa972a406"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 23.333333333333332px);
}

[id="s-7e4b6afb-c4ae-4e7c-bb58-48eaa972a406"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 23.333333333333332px);
}

[id="s-7e4b6afb-c4ae-4e7c-bb58-48eaa972a406"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 23.333333333333332px);
}

[id="s-7e4b6afb-c4ae-4e7c-bb58-48eaa972a406"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 23.333333333333332px);
}

[id="s-7e4b6afb-c4ae-4e7c-bb58-48eaa972a406"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 23.333333333333332px);
}

[id="s-7e4b6afb-c4ae-4e7c-bb58-48eaa972a406"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 23.333333333333332px);
}

[id="s-7e4b6afb-c4ae-4e7c-bb58-48eaa972a406"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 23.333333333333332px);
}

[id="s-7e4b6afb-c4ae-4e7c-bb58-48eaa972a406"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 23.333333333333332px);
}

[id="s-7e4b6afb-c4ae-4e7c-bb58-48eaa972a406"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 23.333333333333332px);
}

}

@media (min-width: 1200px) {
[id="s-7e4b6afb-c4ae-4e7c-bb58-48eaa972a406"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 23.333333333333332px);
}

[id="s-7e4b6afb-c4ae-4e7c-bb58-48eaa972a406"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 23.333333333333332px);
}

[id="s-7e4b6afb-c4ae-4e7c-bb58-48eaa972a406"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 23.333333333333332px);
}

[id="s-7e4b6afb-c4ae-4e7c-bb58-48eaa972a406"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 23.333333333333332px);
}

[id="s-7e4b6afb-c4ae-4e7c-bb58-48eaa972a406"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 23.333333333333332px);
}

[id="s-7e4b6afb-c4ae-4e7c-bb58-48eaa972a406"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 23.333333333333332px);
}

[id="s-7e4b6afb-c4ae-4e7c-bb58-48eaa972a406"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 23.333333333333332px);
}

[id="s-7e4b6afb-c4ae-4e7c-bb58-48eaa972a406"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 23.333333333333332px);
}

[id="s-7e4b6afb-c4ae-4e7c-bb58-48eaa972a406"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 23.333333333333332px);
}

[id="s-7e4b6afb-c4ae-4e7c-bb58-48eaa972a406"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 23.333333333333332px);
}

[id="s-7e4b6afb-c4ae-4e7c-bb58-48eaa972a406"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 23.333333333333332px);
}

[id="s-7e4b6afb-c4ae-4e7c-bb58-48eaa972a406"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 23.333333333333332px);
}

}

#s-54efa9cc-9c10-4bf0-add4-0f798e409f60 {
  margin-bottom: 50px;
min-height: 50px;
}








#s-54efa9cc-9c10-4bf0-add4-0f798e409f60 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-54efa9cc-9c10-4bf0-add4-0f798e409f60 {
  cursor: pointer;
}#s-54efa9cc-9c10-4bf0-add4-0f798e409f60.shg-box.shg-c {
  justify-content: center;
}

#s-f13dcca5-2e47-4cdf-af6f-0ba21988b363 {
  box-shadow:1px 2px 8px 0px rgba(219, 219, 219, 1);
background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-bottom: 15px;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(216, 216, 216, 1);
border-style: solid;
border-radius: 5px;
min-height: 220px;
background-position: center center;
}








#s-f13dcca5-2e47-4cdf-af6f-0ba21988b363 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f13dcca5-2e47-4cdf-af6f-0ba21988b363.shg-box.shg-c {
  justify-content: flex-start;
}

#s-0b53bf7c-7466-46a0-bf83-1261d33dd4b2 {
  box-shadow:0px 1px 2px 0px rgba(0, 0, 0, 0.8);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMDk0NDhlNjAtOTI2OS00MGMwLWE3MTItYjkwYTE2MDNlNjEwIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1NzQ0NTQ1NDU0NTQ1NDE4IiBzdHlsZT0ic3RvcC1jb2xvcjojNzNhY2Y0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojMWI0ZThkO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwOTQ0OGU2MC05MjY5LTQwYzAtYTcxMi1iOTBhMTYwM2U2MTApIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 8px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 47px;
min-height: 94px;
max-width: 94px;
}








#s-0b53bf7c-7466-46a0-bf83-1261d33dd4b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0b53bf7c-7466-46a0-bf83-1261d33dd4b2.shg-box.shg-c {
  justify-content: center;
}

#s-1f7e3736-ad80-468e-a015-7ec3ff39f426 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-1f7e3736-ad80-468e-a015-7ec3ff39f426 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Chivo;
  font-style:   ;
  font-size: 35px;
  line-height: 1em;
  letter-spacing: -1px;
  text-align: center;
}



#s-74fd5494-7361-4e66-a16e-70c3c60bf041 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-74fd5494-7361-4e66-a16e-70c3c60bf041 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Chivo;
  font-style:   ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}










#s-a96caaaa-e338-4a37-b626-f62431a86c7a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a96caaaa-e338-4a37-b626-f62431a86c7a.shg-box.shg-c {
  justify-content: center;
}

#s-f9df72a6-cf8f-477d-8159-dac17d13fd7e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f9df72a6-cf8f-477d-8159-dac17d13fd7e .shogun-heading-component h1 {
  color: rgba(42, 42, 42, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 25px;
  line-height: 0.5em;
  letter-spacing: 0px;
  text-align: center;
}



#s-355f1bb1-e3cc-4b4e-8729-97ba4d66c9c4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-355f1bb1-e3cc-4b4e-8729-97ba4d66c9c4 .shogun-heading-component h1 {
  color: rgba(96, 96, 96, 1);
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 17px;
  line-height: 0.5em;
  letter-spacing: 0px;
  text-align: center;
}



#s-01463e55-bade-4a5c-acfc-310fde6ab3d2 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 10px;
padding-top: 12px;
padding-left: 20px;
padding-bottom: 12px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 25px;
background-color: rgba(66, 70, 116, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
hover-type: color;
}
#s-01463e55-bade-4a5c-acfc-310fde6ab3d2:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(47, 50, 90, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-01463e55-bade-4a5c-acfc-310fde6ab3d2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-01463e55-bade-4a5c-acfc-310fde6ab3d2-btn-wrapper {
    text-align: center;
  }


#s-01463e55-bade-4a5c-acfc-310fde6ab3d2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-e3a147f6-d075-4446-bc4f-a0bb243292b4 {
  margin-bottom: 50px;
min-height: 50px;
}








#s-e3a147f6-d075-4446-bc4f-a0bb243292b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e3a147f6-d075-4446-bc4f-a0bb243292b4 {
  cursor: pointer;
}#s-e3a147f6-d075-4446-bc4f-a0bb243292b4.shg-box.shg-c {
  justify-content: center;
}

#s-12f1ecf4-6237-4de2-abaf-2ff75ddd67b4 {
  box-shadow:1px 2px 8px 0px rgba(219, 219, 219, 1);
background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-bottom: 15px;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(216, 216, 216, 1);
border-style: solid;
border-radius: 5px;
min-height: 220px;
background-position: center center;
}








#s-12f1ecf4-6237-4de2-abaf-2ff75ddd67b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-12f1ecf4-6237-4de2-abaf-2ff75ddd67b4.shg-box.shg-c {
  justify-content: flex-start;
}

#s-dbdd58fd-268b-4c5b-9506-45cb04e6928b {
  box-shadow:0px 1px 2px 0px rgba(0, 0, 0, 0.8);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYmNlNWQzYzEtZmYzNS00YzJkLTllYzYtODUyNzc2ZTEyZTQwIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1NzQ0NTQ1NDU0NTQ1NDE4IiBzdHlsZT0ic3RvcC1jb2xvcjojNzNhY2Y0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojMWI0ZThkO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNiY2U1ZDNjMS1mZjM1LTRjMmQtOWVjNi04NTI3NzZlMTJlNDApIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 8px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 47px;
min-height: 94px;
max-width: 94px;
}








#s-dbdd58fd-268b-4c5b-9506-45cb04e6928b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dbdd58fd-268b-4c5b-9506-45cb04e6928b.shg-box.shg-c {
  justify-content: center;
}

#s-f7d4e819-6912-45ae-b601-2950ebe0501d {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-f7d4e819-6912-45ae-b601-2950ebe0501d .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Chivo;
  font-style:   ;
  font-size: 35px;
  line-height: 1em;
  letter-spacing: -1px;
  text-align: center;
}



#s-a0f157a2-163b-46a4-b934-daec4fa9ee0c {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-a0f157a2-163b-46a4-b934-daec4fa9ee0c .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Chivo;
  font-style:   ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}










#s-0338bc69-f962-4ec6-964d-7f2e5927d676 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0338bc69-f962-4ec6-964d-7f2e5927d676.shg-box.shg-c {
  justify-content: center;
}

#s-0f236fe0-57c7-46ec-b6ac-0083caf7c5e7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0f236fe0-57c7-46ec-b6ac-0083caf7c5e7 .shogun-heading-component h1 {
  color: rgba(42, 42, 42, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 25px;
  line-height: 0.5em;
  letter-spacing: 0px;
  text-align: center;
}



#s-5caa0981-b2b6-4901-801e-d622d3794143 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5caa0981-b2b6-4901-801e-d622d3794143 .shogun-heading-component h1 {
  color: rgba(96, 96, 96, 1);
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 17px;
  line-height: 0.5em;
  letter-spacing: 0px;
  text-align: center;
}



#s-0263885b-c1a6-41eb-a794-e2e4ecee1234 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 10px;
padding-top: 12px;
padding-left: 20px;
padding-bottom: 12px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 25px;
background-color: rgba(66, 70, 116, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
hover-type: color;
}
#s-0263885b-c1a6-41eb-a794-e2e4ecee1234:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(47, 50, 90, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-0263885b-c1a6-41eb-a794-e2e4ecee1234:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0263885b-c1a6-41eb-a794-e2e4ecee1234-btn-wrapper {
    text-align: center;
  }


#s-0263885b-c1a6-41eb-a794-e2e4ecee1234.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-d635175b-c996-4fb5-8473-9637013a524b {
  margin-bottom: 50px;
min-height: 50px;
}








#s-d635175b-c996-4fb5-8473-9637013a524b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d635175b-c996-4fb5-8473-9637013a524b {
  cursor: pointer;
}#s-d635175b-c996-4fb5-8473-9637013a524b.shg-box.shg-c {
  justify-content: center;
}

#s-8c9f97c8-a37d-4edc-b31d-b2f892ca10e7 {
  box-shadow:1px 2px 8px 0px rgba(219, 219, 219, 1);
background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-bottom: 15px;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(216, 216, 216, 1);
border-style: solid;
border-radius: 5px;
min-height: 220px;
background-position: center center;
}








#s-8c9f97c8-a37d-4edc-b31d-b2f892ca10e7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8c9f97c8-a37d-4edc-b31d-b2f892ca10e7.shg-box.shg-c {
  justify-content: flex-start;
}

#s-484544d3-be12-4975-9eef-71eaf03a1a66 {
  box-shadow:0px 1px 2px 0px rgba(0, 0, 0, 0.8);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZjkxZWEzY2YtZDMxMi00NzVlLWEzYWYtNTNhYzk4ODkxMjQzIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1MjkiIHN0eWxlPSJzdG9wLWNvbG9yOiNjMDNhNDM7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEuMDAiIHN0eWxlPSJzdG9wLWNvbG9yOiM5ZTFiMjQ7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2Y5MWVhM2NmLWQzMTItNDc1ZS1hM2FmLTUzYWM5ODg5MTI0MykiLz48L3N2Zz4=);
background-repeat: no-repeat;
border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 8px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 47px;
min-height: 94px;
max-width: 94px;
}








#s-484544d3-be12-4975-9eef-71eaf03a1a66 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-484544d3-be12-4975-9eef-71eaf03a1a66.shg-box.shg-c {
  justify-content: center;
}

#s-344b78d2-f62e-4f33-8297-a34918e773d2 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-344b78d2-f62e-4f33-8297-a34918e773d2 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Chivo;
  font-style:   ;
  font-size: 35px;
  line-height: 1em;
  letter-spacing: -1px;
  text-align: center;
}



#s-af432a7b-db56-4d4a-9af6-1d6a376bd8e6 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-af432a7b-db56-4d4a-9af6-1d6a376bd8e6 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Chivo;
  font-style:   ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}










#s-1af17437-eeb6-41d7-8b07-51ffa91aac3d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1af17437-eeb6-41d7-8b07-51ffa91aac3d.shg-box.shg-c {
  justify-content: center;
}

#s-1ab90aea-111b-4be0-b797-385a1e080df2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1ab90aea-111b-4be0-b797-385a1e080df2 .shogun-heading-component h1 {
  color: rgba(192, 58, 67, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 25px;
  line-height: 0.5em;
  letter-spacing: 0px;
  text-align: center;
}



#s-4be25b08-b7f2-4c40-89ac-53a138d9bbd0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4be25b08-b7f2-4c40-89ac-53a138d9bbd0 .shogun-heading-component h1 {
  color: rgba(96, 96, 96, 1);
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 17px;
  line-height: 0.5em;
  letter-spacing: 0px;
  text-align: center;
}



#s-c4a3cb5b-6139-4706-89ca-53ad149db722 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 10px;
padding-top: 12px;
padding-left: 20px;
padding-bottom: 12px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 25px;
background-color: rgba(192, 58, 67, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
hover-type: color;
}
#s-c4a3cb5b-6139-4706-89ca-53ad149db722:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(166, 38, 47, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-c4a3cb5b-6139-4706-89ca-53ad149db722:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c4a3cb5b-6139-4706-89ca-53ad149db722-btn-wrapper {
    text-align: center;
  }


#s-c4a3cb5b-6139-4706-89ca-53ad149db722.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-1514754d-7039-4e18-9d42-ed877e410580 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

@media (min-width: 0px) {
[id="s-1514754d-7039-4e18-9d42-ed877e410580"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1514754d-7039-4e18-9d42-ed877e410580"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 23.333333333333332px);
}

[id="s-1514754d-7039-4e18-9d42-ed877e410580"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 23.333333333333332px);
}

[id="s-1514754d-7039-4e18-9d42-ed877e410580"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 23.333333333333332px);
}

[id="s-1514754d-7039-4e18-9d42-ed877e410580"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 23.333333333333332px);
}

[id="s-1514754d-7039-4e18-9d42-ed877e410580"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 23.333333333333332px);
}

[id="s-1514754d-7039-4e18-9d42-ed877e410580"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 23.333333333333332px);
}

[id="s-1514754d-7039-4e18-9d42-ed877e410580"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 23.333333333333332px);
}

[id="s-1514754d-7039-4e18-9d42-ed877e410580"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 23.333333333333332px);
}

[id="s-1514754d-7039-4e18-9d42-ed877e410580"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 23.333333333333332px);
}

[id="s-1514754d-7039-4e18-9d42-ed877e410580"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 23.333333333333332px);
}

[id="s-1514754d-7039-4e18-9d42-ed877e410580"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 23.333333333333332px);
}

[id="s-1514754d-7039-4e18-9d42-ed877e410580"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 23.333333333333332px);
}

}

@media (min-width: 992px) {
[id="s-1514754d-7039-4e18-9d42-ed877e410580"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 23.333333333333332px);
}

[id="s-1514754d-7039-4e18-9d42-ed877e410580"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 23.333333333333332px);
}

[id="s-1514754d-7039-4e18-9d42-ed877e410580"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 23.333333333333332px);
}

[id="s-1514754d-7039-4e18-9d42-ed877e410580"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 23.333333333333332px);
}

[id="s-1514754d-7039-4e18-9d42-ed877e410580"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 23.333333333333332px);
}

[id="s-1514754d-7039-4e18-9d42-ed877e410580"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 23.333333333333332px);
}

[id="s-1514754d-7039-4e18-9d42-ed877e410580"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 23.333333333333332px);
}

[id="s-1514754d-7039-4e18-9d42-ed877e410580"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 23.333333333333332px);
}

[id="s-1514754d-7039-4e18-9d42-ed877e410580"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 23.333333333333332px);
}

[id="s-1514754d-7039-4e18-9d42-ed877e410580"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 23.333333333333332px);
}

[id="s-1514754d-7039-4e18-9d42-ed877e410580"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 23.333333333333332px);
}

[id="s-1514754d-7039-4e18-9d42-ed877e410580"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 23.333333333333332px);
}

}

@media (min-width: 1200px) {
[id="s-1514754d-7039-4e18-9d42-ed877e410580"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 23.333333333333332px);
}

[id="s-1514754d-7039-4e18-9d42-ed877e410580"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 23.333333333333332px);
}

[id="s-1514754d-7039-4e18-9d42-ed877e410580"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 23.333333333333332px);
}

[id="s-1514754d-7039-4e18-9d42-ed877e410580"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 23.333333333333332px);
}

[id="s-1514754d-7039-4e18-9d42-ed877e410580"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 23.333333333333332px);
}

[id="s-1514754d-7039-4e18-9d42-ed877e410580"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 23.333333333333332px);
}

[id="s-1514754d-7039-4e18-9d42-ed877e410580"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 23.333333333333332px);
}

[id="s-1514754d-7039-4e18-9d42-ed877e410580"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 23.333333333333332px);
}

[id="s-1514754d-7039-4e18-9d42-ed877e410580"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 23.333333333333332px);
}

[id="s-1514754d-7039-4e18-9d42-ed877e410580"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 23.333333333333332px);
}

[id="s-1514754d-7039-4e18-9d42-ed877e410580"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 23.333333333333332px);
}

[id="s-1514754d-7039-4e18-9d42-ed877e410580"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 23.333333333333332px);
}

}

#s-44fb87b4-03c2-43b0-a357-eb068ec3da83 {
  margin-bottom: 50px;
min-height: 50px;
}








#s-44fb87b4-03c2-43b0-a357-eb068ec3da83 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-44fb87b4-03c2-43b0-a357-eb068ec3da83 {
  cursor: pointer;
}#s-44fb87b4-03c2-43b0-a357-eb068ec3da83.shg-box.shg-c {
  justify-content: center;
}

#s-47dec726-929d-4f28-8e62-be4d9bd4a131 {
  box-shadow:1px 2px 8px 0px rgba(219, 219, 219, 1);
background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-bottom: 15px;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(216, 216, 216, 1);
border-style: solid;
border-radius: 5px;
min-height: 220px;
background-position: center center;
}








#s-47dec726-929d-4f28-8e62-be4d9bd4a131 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-47dec726-929d-4f28-8e62-be4d9bd4a131.shg-box.shg-c {
  justify-content: flex-start;
}

#s-918db8da-485a-4da9-b7ea-9b8ea4c81fcf {
  box-shadow:0px 1px 2px 0px rgba(0, 0, 0, 0.8);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNGJmYmM4OGItYzI3MS00ZGJlLWFkZDgtNjBhZTZiNzQ0NGFiIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1NzQ0NTQ1NDU0NTQ1NDE4IiBzdHlsZT0ic3RvcC1jb2xvcjojNzNhY2Y0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojMWI0ZThkO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0YmZiYzg4Yi1jMjcxLTRkYmUtYWRkOC02MGFlNmI3NDQ0YWIpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 8px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 47px;
min-height: 94px;
max-width: 94px;
}








#s-918db8da-485a-4da9-b7ea-9b8ea4c81fcf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-918db8da-485a-4da9-b7ea-9b8ea4c81fcf.shg-box.shg-c {
  justify-content: center;
}

#s-75efe5ed-0230-4978-901c-5463bdc9f0df {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-75efe5ed-0230-4978-901c-5463bdc9f0df .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Chivo;
  font-style:   ;
  font-size: 35px;
  line-height: 1em;
  letter-spacing: -1px;
  text-align: center;
}



#s-6b651212-13f9-4b06-8777-776b831c4009 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-6b651212-13f9-4b06-8777-776b831c4009 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Chivo;
  font-style:   ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}










#s-093ead50-e539-4e6e-a144-15a36132aa07 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-093ead50-e539-4e6e-a144-15a36132aa07.shg-box.shg-c {
  justify-content: center;
}

#s-f3ca081e-b832-43e0-a6eb-43e939f94221 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f3ca081e-b832-43e0-a6eb-43e939f94221 .shogun-heading-component h1 {
  color: rgba(42, 42, 42, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 25px;
  line-height: 0.5em;
  letter-spacing: 0px;
  text-align: center;
}



#s-e827e781-bf03-460b-806b-f9258e5b9926 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e827e781-bf03-460b-806b-f9258e5b9926 .shogun-heading-component h1 {
  color: rgba(96, 96, 96, 1);
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 17px;
  line-height: 0.5em;
  letter-spacing: 0px;
  text-align: center;
}



#s-0ddf2774-3c7d-45a2-9a11-0d3fa16c9068 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 10px;
padding-top: 12px;
padding-left: 20px;
padding-bottom: 12px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 25px;
background-color: rgba(66, 70, 116, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
hover-type: color;
}
#s-0ddf2774-3c7d-45a2-9a11-0d3fa16c9068:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(47, 50, 90, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-0ddf2774-3c7d-45a2-9a11-0d3fa16c9068:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0ddf2774-3c7d-45a2-9a11-0d3fa16c9068-btn-wrapper {
    text-align: center;
  }


#s-0ddf2774-3c7d-45a2-9a11-0d3fa16c9068.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-47083ae8-16e6-4066-b90d-e6751ea62d40 {
  margin-bottom: 50px;
min-height: 50px;
}








#s-47083ae8-16e6-4066-b90d-e6751ea62d40 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-47083ae8-16e6-4066-b90d-e6751ea62d40 {
  cursor: pointer;
}#s-47083ae8-16e6-4066-b90d-e6751ea62d40.shg-box.shg-c {
  justify-content: center;
}

#s-84e3e466-6871-4898-b96c-b3cbfccace3a {
  box-shadow:1px 2px 8px 0px rgba(219, 219, 219, 1);
background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-bottom: 15px;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(216, 216, 216, 1);
border-style: solid;
border-radius: 5px;
min-height: 220px;
background-position: center center;
}








#s-84e3e466-6871-4898-b96c-b3cbfccace3a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-84e3e466-6871-4898-b96c-b3cbfccace3a.shg-box.shg-c {
  justify-content: flex-start;
}

#s-7b33f832-199a-430f-895b-895a219a7fc9 {
  box-shadow:0px 1px 2px 0px rgba(0, 0, 0, 0.8);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iN2E5NjkwZjItNGJiOC00YmZiLTlmY2UtYzFhNWU2ZDk5ZmNjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1NzQ0NTQ1NDU0NTQ1NDE4IiBzdHlsZT0ic3RvcC1jb2xvcjojNzNhY2Y0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojMWI0ZThkO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM3YTk2OTBmMi00YmI4LTRiZmItOWZjZS1jMWE1ZTZkOTlmY2MpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 8px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 47px;
min-height: 94px;
max-width: 94px;
}








#s-7b33f832-199a-430f-895b-895a219a7fc9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7b33f832-199a-430f-895b-895a219a7fc9.shg-box.shg-c {
  justify-content: center;
}

#s-adbaab16-e430-4361-81b9-742341cbdce7 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-adbaab16-e430-4361-81b9-742341cbdce7 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Chivo;
  font-style:   ;
  font-size: 35px;
  line-height: 1em;
  letter-spacing: -1px;
  text-align: center;
}



#s-1acfa340-d504-4dbb-b74c-9d1e44f8b771 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-1acfa340-d504-4dbb-b74c-9d1e44f8b771 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Chivo;
  font-style:   ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}










#s-f8f4ff16-5975-416b-bf56-bee8550f1a29 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f8f4ff16-5975-416b-bf56-bee8550f1a29.shg-box.shg-c {
  justify-content: center;
}

#s-e8757585-4db1-44fc-a61e-72fcdba47b06 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e8757585-4db1-44fc-a61e-72fcdba47b06 .shogun-heading-component h1 {
  color: rgba(42, 42, 42, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 25px;
  line-height: 0.5em;
  letter-spacing: 0px;
  text-align: center;
}



#s-6ff7f636-ab66-41f8-8c1e-40eeaaaad20f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6ff7f636-ab66-41f8-8c1e-40eeaaaad20f .shogun-heading-component h1 {
  color: rgba(96, 96, 96, 1);
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 17px;
  line-height: 0.5em;
  letter-spacing: 0px;
  text-align: center;
}



#s-9116b548-3fe7-4ee3-9ad0-813909a56880 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 10px;
padding-top: 12px;
padding-left: 20px;
padding-bottom: 12px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 25px;
background-color: rgba(66, 70, 116, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
hover-type: color;
}
#s-9116b548-3fe7-4ee3-9ad0-813909a56880:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(47, 50, 90, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-9116b548-3fe7-4ee3-9ad0-813909a56880:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9116b548-3fe7-4ee3-9ad0-813909a56880-btn-wrapper {
    text-align: center;
  }


#s-9116b548-3fe7-4ee3-9ad0-813909a56880.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-3e043303-e8af-4352-8b9c-584797835524 {
  margin-bottom: 50px;
min-height: 50px;
}








#s-3e043303-e8af-4352-8b9c-584797835524 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3e043303-e8af-4352-8b9c-584797835524 {
  cursor: pointer;
}#s-3e043303-e8af-4352-8b9c-584797835524.shg-box.shg-c {
  justify-content: center;
}

#s-18181bec-38d9-4379-a53d-652c8443db7a {
  box-shadow:1px 2px 8px 0px rgba(219, 219, 219, 1);
background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-bottom: 15px;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(216, 216, 216, 1);
border-style: solid;
border-radius: 5px;
min-height: 220px;
background-position: center center;
}








#s-18181bec-38d9-4379-a53d-652c8443db7a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-18181bec-38d9-4379-a53d-652c8443db7a.shg-box.shg-c {
  justify-content: flex-start;
}

#s-39ddc814-3113-488d-9e31-5185290571a3 {
  box-shadow:0px 1px 2px 0px rgba(0, 0, 0, 0.8);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMmJlZWZmMDEtOTU5OC00ZDQ1LWIxNDEtOTBmYTBkNjY4ODk1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1NzQ0NTQ1NDU0NTQ1NDE4IiBzdHlsZT0ic3RvcC1jb2xvcjojNzNhY2Y0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojMWI0ZThkO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyYmVlZmYwMS05NTk4LTRkNDUtYjE0MS05MGZhMGQ2Njg4OTUpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 8px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 47px;
min-height: 94px;
max-width: 94px;
}








#s-39ddc814-3113-488d-9e31-5185290571a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-39ddc814-3113-488d-9e31-5185290571a3.shg-box.shg-c {
  justify-content: center;
}

#s-4356c3e7-5595-4ff2-a8ea-1e8f8d585b82 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-4356c3e7-5595-4ff2-a8ea-1e8f8d585b82 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Chivo;
  font-style:   ;
  font-size: 35px;
  line-height: 1em;
  letter-spacing: -1px;
  text-align: center;
}



#s-6bc58ce7-cc04-4c30-b069-0d2480b8bf37 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-6bc58ce7-cc04-4c30-b069-0d2480b8bf37 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Chivo;
  font-style:   ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}










#s-794af78c-c18f-40b4-9f6e-f3a5778183bf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-794af78c-c18f-40b4-9f6e-f3a5778183bf.shg-box.shg-c {
  justify-content: center;
}

#s-fdc954a5-82fa-4bf2-a43d-de7420f68d3b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fdc954a5-82fa-4bf2-a43d-de7420f68d3b .shogun-heading-component h1 {
  color: rgba(42, 42, 42, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 25px;
  line-height: 0.5em;
  letter-spacing: 0px;
  text-align: center;
}



#s-d73b96a2-d792-4394-8fc1-b4a4f1751e8e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d73b96a2-d792-4394-8fc1-b4a4f1751e8e .shogun-heading-component h1 {
  color: rgba(96, 96, 96, 1);
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 17px;
  line-height: 0.5em;
  letter-spacing: 0px;
  text-align: center;
}



#s-fea482ab-0df2-48dd-a77c-447e43ff9c04 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 10px;
padding-top: 12px;
padding-left: 20px;
padding-bottom: 12px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 25px;
background-color: rgba(66, 70, 116, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
hover-type: color;
}
#s-fea482ab-0df2-48dd-a77c-447e43ff9c04:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(47, 50, 90, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-fea482ab-0df2-48dd-a77c-447e43ff9c04:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-fea482ab-0df2-48dd-a77c-447e43ff9c04-btn-wrapper {
    text-align: center;
  }


#s-fea482ab-0df2-48dd-a77c-447e43ff9c04.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-923730cf-d022-428e-8705-24dd24c9867c {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

@media (min-width: 0px) {
[id="s-923730cf-d022-428e-8705-24dd24c9867c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-923730cf-d022-428e-8705-24dd24c9867c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 23.333333333333332px);
}

[id="s-923730cf-d022-428e-8705-24dd24c9867c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 23.333333333333332px);
}

[id="s-923730cf-d022-428e-8705-24dd24c9867c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 23.333333333333332px);
}

[id="s-923730cf-d022-428e-8705-24dd24c9867c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 23.333333333333332px);
}

[id="s-923730cf-d022-428e-8705-24dd24c9867c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 23.333333333333332px);
}

[id="s-923730cf-d022-428e-8705-24dd24c9867c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 23.333333333333332px);
}

[id="s-923730cf-d022-428e-8705-24dd24c9867c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 23.333333333333332px);
}

[id="s-923730cf-d022-428e-8705-24dd24c9867c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 23.333333333333332px);
}

[id="s-923730cf-d022-428e-8705-24dd24c9867c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 23.333333333333332px);
}

[id="s-923730cf-d022-428e-8705-24dd24c9867c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 23.333333333333332px);
}

[id="s-923730cf-d022-428e-8705-24dd24c9867c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 23.333333333333332px);
}

[id="s-923730cf-d022-428e-8705-24dd24c9867c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 23.333333333333332px);
}

}

@media (min-width: 992px) {
[id="s-923730cf-d022-428e-8705-24dd24c9867c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 23.333333333333332px);
}

[id="s-923730cf-d022-428e-8705-24dd24c9867c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 23.333333333333332px);
}

[id="s-923730cf-d022-428e-8705-24dd24c9867c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 23.333333333333332px);
}

[id="s-923730cf-d022-428e-8705-24dd24c9867c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 23.333333333333332px);
}

[id="s-923730cf-d022-428e-8705-24dd24c9867c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 23.333333333333332px);
}

[id="s-923730cf-d022-428e-8705-24dd24c9867c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 23.333333333333332px);
}

[id="s-923730cf-d022-428e-8705-24dd24c9867c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 23.333333333333332px);
}

[id="s-923730cf-d022-428e-8705-24dd24c9867c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 23.333333333333332px);
}

[id="s-923730cf-d022-428e-8705-24dd24c9867c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 23.333333333333332px);
}

[id="s-923730cf-d022-428e-8705-24dd24c9867c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 23.333333333333332px);
}

[id="s-923730cf-d022-428e-8705-24dd24c9867c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 23.333333333333332px);
}

[id="s-923730cf-d022-428e-8705-24dd24c9867c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 23.333333333333332px);
}

}

@media (min-width: 1200px) {
[id="s-923730cf-d022-428e-8705-24dd24c9867c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 23.333333333333332px);
}

[id="s-923730cf-d022-428e-8705-24dd24c9867c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 23.333333333333332px);
}

[id="s-923730cf-d022-428e-8705-24dd24c9867c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 23.333333333333332px);
}

[id="s-923730cf-d022-428e-8705-24dd24c9867c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 23.333333333333332px);
}

[id="s-923730cf-d022-428e-8705-24dd24c9867c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 23.333333333333332px);
}

[id="s-923730cf-d022-428e-8705-24dd24c9867c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 23.333333333333332px);
}

[id="s-923730cf-d022-428e-8705-24dd24c9867c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 23.333333333333332px);
}

[id="s-923730cf-d022-428e-8705-24dd24c9867c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 23.333333333333332px);
}

[id="s-923730cf-d022-428e-8705-24dd24c9867c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 23.333333333333332px);
}

[id="s-923730cf-d022-428e-8705-24dd24c9867c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 23.333333333333332px);
}

[id="s-923730cf-d022-428e-8705-24dd24c9867c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 23.333333333333332px);
}

[id="s-923730cf-d022-428e-8705-24dd24c9867c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 23.333333333333332px);
}

}

#s-5e5104c1-ec8b-4a60-8c96-2c38898f1471 {
  margin-bottom: 50px;
min-height: 50px;
}








#s-5e5104c1-ec8b-4a60-8c96-2c38898f1471 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5e5104c1-ec8b-4a60-8c96-2c38898f1471 {
  cursor: pointer;
}#s-5e5104c1-ec8b-4a60-8c96-2c38898f1471.shg-box.shg-c {
  justify-content: center;
}

#s-23840e58-509f-496c-b4f2-052d3bed62cd {
  box-shadow:1px 2px 8px 0px rgba(219, 219, 219, 1);
background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-bottom: 15px;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(216, 216, 216, 1);
border-style: solid;
border-radius: 5px;
min-height: 220px;
background-position: center center;
}








#s-23840e58-509f-496c-b4f2-052d3bed62cd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-23840e58-509f-496c-b4f2-052d3bed62cd.shg-box.shg-c {
  justify-content: flex-start;
}

#s-b51c816f-3d4d-4ba0-9166-dae75a12c37d {
  box-shadow:0px 1px 2px 0px rgba(0, 0, 0, 0.8);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNmVkYzY2MzYtN2MyNy00MTYyLWI5MmYtOWQ1ZWI4MWY1M2NlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1NzQ0NTQ1NDU0NTQ1NDE4IiBzdHlsZT0ic3RvcC1jb2xvcjojNzNhY2Y0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjk3NzI3MjcyNzI3MjcyNzMiIHN0eWxlPSJzdG9wLWNvbG9yOiMwNTNlODY7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzZlZGM2NjM2LTdjMjctNDE2Mi1iOTJmLTlkNWViODFmNTNjZSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 8px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 47px;
min-height: 94px;
max-width: 94px;
}








#s-b51c816f-3d4d-4ba0-9166-dae75a12c37d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b51c816f-3d4d-4ba0-9166-dae75a12c37d.shg-box.shg-c {
  justify-content: center;
}

#s-d72d8fc3-7f2e-436c-8a2f-c8aa6d0382b1 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-d72d8fc3-7f2e-436c-8a2f-c8aa6d0382b1 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Chivo;
  font-style:   ;
  font-size: 35px;
  line-height: 1em;
  letter-spacing: -1px;
  text-align: center;
}



#s-9e300b74-3614-4e48-973f-711f6b24b5ec {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-9e300b74-3614-4e48-973f-711f6b24b5ec .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Chivo;
  font-style:   ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}










#s-8658a9bc-f336-487d-856d-695874e92a32 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8658a9bc-f336-487d-856d-695874e92a32.shg-box.shg-c {
  justify-content: center;
}

#s-340916c2-bdfa-4c3a-97d7-4457b87b26dc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-340916c2-bdfa-4c3a-97d7-4457b87b26dc .shogun-heading-component h1 {
  color: rgba(42, 42, 42, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 25px;
  line-height: 0.5em;
  letter-spacing: 0px;
  text-align: center;
}



#s-c802a4bc-0b75-453c-933f-151bb6b4497b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c802a4bc-0b75-453c-933f-151bb6b4497b .shogun-heading-component h1 {
  color: rgba(96, 96, 96, 1);
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 17px;
  line-height: 0.5em;
  letter-spacing: 0px;
  text-align: center;
}



#s-181ba780-b6fe-41a4-85af-91c4faef4e30 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 10px;
padding-top: 12px;
padding-left: 20px;
padding-bottom: 12px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 25px;
background-color: rgba(66, 70, 116, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
hover-type: color;
}
#s-181ba780-b6fe-41a4-85af-91c4faef4e30:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(47, 50, 90, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-181ba780-b6fe-41a4-85af-91c4faef4e30:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-181ba780-b6fe-41a4-85af-91c4faef4e30-btn-wrapper {
    text-align: center;
  }


#s-181ba780-b6fe-41a4-85af-91c4faef4e30.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-eba656c0-8acf-46fa-86a3-a31f332557eb {
  margin-bottom: 50px;
min-height: 50px;
}








#s-eba656c0-8acf-46fa-86a3-a31f332557eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eba656c0-8acf-46fa-86a3-a31f332557eb {
  cursor: pointer;
}#s-eba656c0-8acf-46fa-86a3-a31f332557eb.shg-box.shg-c {
  justify-content: center;
}

#s-29f06957-6c1e-46e9-a4a8-00a94471286c {
  box-shadow:1px 2px 8px 0px rgba(219, 219, 219, 1);
background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-bottom: 15px;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(216, 216, 216, 1);
border-style: solid;
border-radius: 5px;
min-height: 220px;
background-position: center center;
}








#s-29f06957-6c1e-46e9-a4a8-00a94471286c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-29f06957-6c1e-46e9-a4a8-00a94471286c.shg-box.shg-c {
  justify-content: flex-start;
}

#s-97de858b-fd68-48d2-a378-3625e52e465f {
  box-shadow:0px 1px 2px 0px rgba(0, 0, 0, 0.8);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYTdlMDFjOTktZDUxMi00OWM4LTg3ZjYtODY4MjM5ZDVlNDA4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1NzQ0NTQ1NDU0NTQ1NDE4IiBzdHlsZT0ic3RvcC1jb2xvcjojNzNhY2Y0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjk3NzI3MjcyNzI3MjcyNzMiIHN0eWxlPSJzdG9wLWNvbG9yOiMwNTNlODY7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2E3ZTAxYzk5LWQ1MTItNDljOC04N2Y2LTg2ODIzOWQ1ZTQwOCkiLz48L3N2Zz4=);
background-repeat: no-repeat;
border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 8px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 47px;
min-height: 94px;
max-width: 94px;
}








#s-97de858b-fd68-48d2-a378-3625e52e465f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-97de858b-fd68-48d2-a378-3625e52e465f.shg-box.shg-c {
  justify-content: center;
}

#s-07816a9a-990b-4325-aad6-a3b2431f9e89 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-07816a9a-990b-4325-aad6-a3b2431f9e89 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Chivo;
  font-style:   ;
  font-size: 35px;
  line-height: 1em;
  letter-spacing: -1px;
  text-align: center;
}



#s-21ab4daa-e9be-4dd6-bca6-2cb2e0e1c562 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-21ab4daa-e9be-4dd6-bca6-2cb2e0e1c562 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Chivo;
  font-style:   ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}










#s-db492c19-0f56-421e-a8e7-010876726fae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-db492c19-0f56-421e-a8e7-010876726fae.shg-box.shg-c {
  justify-content: center;
}

#s-b4b7d021-7133-445e-b662-be64844ccb7b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b4b7d021-7133-445e-b662-be64844ccb7b .shogun-heading-component h1 {
  color: rgba(42, 42, 42, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 25px;
  line-height: 0.5em;
  letter-spacing: 0px;
  text-align: center;
}



#s-2c3f170d-2f3c-4272-8d77-52f15a4254ad {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2c3f170d-2f3c-4272-8d77-52f15a4254ad .shogun-heading-component h1 {
  color: rgba(96, 96, 96, 1);
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 17px;
  line-height: 0.5em;
  letter-spacing: 0px;
  text-align: center;
}



#s-168adc71-2bb2-43a5-90e5-f0778947027e {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 10px;
padding-top: 12px;
padding-left: 20px;
padding-bottom: 12px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 25px;
background-color: rgba(66, 70, 116, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
hover-type: color;
}
#s-168adc71-2bb2-43a5-90e5-f0778947027e:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(47, 50, 90, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-168adc71-2bb2-43a5-90e5-f0778947027e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-168adc71-2bb2-43a5-90e5-f0778947027e-btn-wrapper {
    text-align: center;
  }


#s-168adc71-2bb2-43a5-90e5-f0778947027e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-02e02d10-5582-4e46-b9e7-1f21ac69fd9b {
  margin-bottom: 50px;
min-height: 50px;
}








#s-02e02d10-5582-4e46-b9e7-1f21ac69fd9b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-02e02d10-5582-4e46-b9e7-1f21ac69fd9b {
  cursor: pointer;
}#s-02e02d10-5582-4e46-b9e7-1f21ac69fd9b.shg-box.shg-c {
  justify-content: center;
}

#s-9ee996a2-b857-447f-b6ea-9746070d93bc {
  box-shadow:1px 2px 8px 0px rgba(219, 219, 219, 1);
background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-bottom: 15px;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(216, 216, 216, 1);
border-style: solid;
border-radius: 5px;
min-height: 220px;
background-position: center center;
}








#s-9ee996a2-b857-447f-b6ea-9746070d93bc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9ee996a2-b857-447f-b6ea-9746070d93bc.shg-box.shg-c {
  justify-content: flex-start;
}

#s-a1e32a82-7a72-472b-9fb0-66542af5997c {
  box-shadow:0px 1px 2px 0px rgba(0, 0, 0, 0.8);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iM2Y1YThiNGEtYzk2OC00YjZjLTljMzktZDFiN2VjMDc1N2NiIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1NzQ0NTQ1NDU0NTQ1NDE4IiBzdHlsZT0ic3RvcC1jb2xvcjojNzNhY2Y0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjk3NzI3MjcyNzI3MjcyNzMiIHN0eWxlPSJzdG9wLWNvbG9yOiMwNTNlODY7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzNmNWE4YjRhLWM5NjgtNGI2Yy05YzM5LWQxYjdlYzA3NTdjYikiLz48L3N2Zz4=);
background-repeat: no-repeat;
border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 8px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 47px;
min-height: 94px;
max-width: 94px;
}








#s-a1e32a82-7a72-472b-9fb0-66542af5997c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a1e32a82-7a72-472b-9fb0-66542af5997c.shg-box.shg-c {
  justify-content: center;
}

#s-82aa4cdd-9c5c-44ad-9d2e-d4506f947a93 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-82aa4cdd-9c5c-44ad-9d2e-d4506f947a93 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Chivo;
  font-style:   ;
  font-size: 35px;
  line-height: 1em;
  letter-spacing: -1px;
  text-align: center;
}



#s-13cd032c-3660-4ac7-b329-0ed7a948825f {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-13cd032c-3660-4ac7-b329-0ed7a948825f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Chivo;
  font-style:   ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}










#s-5d7bd139-1502-4d23-a8a8-be6f63226a9a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5d7bd139-1502-4d23-a8a8-be6f63226a9a.shg-box.shg-c {
  justify-content: center;
}

#s-60df8a95-cd74-497f-b263-48188194f30a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-60df8a95-cd74-497f-b263-48188194f30a .shogun-heading-component h1 {
  color: rgba(42, 42, 42, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 25px;
  line-height: 0.5em;
  letter-spacing: 0px;
  text-align: center;
}



#s-94337d4b-e007-4fc4-b6a3-63256dbc2cff {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-94337d4b-e007-4fc4-b6a3-63256dbc2cff .shogun-heading-component h1 {
  color: rgba(96, 96, 96, 1);
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 17px;
  line-height: 0.5em;
  letter-spacing: 0px;
  text-align: center;
}



#s-8473307d-20ba-4220-b575-8dc38981799c {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 10px;
padding-top: 12px;
padding-left: 20px;
padding-bottom: 12px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 25px;
background-color: rgba(66, 70, 116, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
hover-type: color;
}
#s-8473307d-20ba-4220-b575-8dc38981799c:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(47, 50, 90, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-8473307d-20ba-4220-b575-8dc38981799c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8473307d-20ba-4220-b575-8dc38981799c-btn-wrapper {
    text-align: center;
  }


#s-8473307d-20ba-4220-b575-8dc38981799c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-f4fde006-de1b-4bfe-a5f7-bb78349275f2 {
  min-height: 50px;
background-color: rgba(247, 247, 247, 1);
}








#s-f4fde006-de1b-4bfe-a5f7-bb78349275f2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f4fde006-de1b-4bfe-a5f7-bb78349275f2.shg-box.shg-c {
  justify-content: center;
}

#s-3066e9c4-3069-42e4-b849-929080d5a6ac {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 60px;
padding-bottom: 60px;
min-height: 0px;
max-width: 1130px;
}
@media (max-width: 767px){#s-3066e9c4-3069-42e4-b849-929080d5a6ac {
  padding-left: 0px;
padding-right: 0px;
}
}







#s-3066e9c4-3069-42e4-b849-929080d5a6ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3066e9c4-3069-42e4-b849-929080d5a6ac.shg-box.shg-c {
  justify-content: center;
}

#s-9066f670-e5ec-40cf-9f81-7627668272ba {
  margin-top: 40px;
margin-bottom: 40px;
}
@media (max-width: 767px){#s-9066f670-e5ec-40cf-9f81-7627668272ba {
  padding-left: 30px;
padding-right: 30px;
}
}
@media (min-width: 0px) {
[id="s-9066f670-e5ec-40cf-9f81-7627668272ba"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9066f670-e5ec-40cf-9f81-7627668272ba"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-9066f670-e5ec-40cf-9f81-7627668272ba"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-9066f670-e5ec-40cf-9f81-7627668272ba"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-9066f670-e5ec-40cf-9f81-7627668272ba"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-9066f670-e5ec-40cf-9f81-7627668272ba"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-9066f670-e5ec-40cf-9f81-7627668272ba"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-9066f670-e5ec-40cf-9f81-7627668272ba"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-9066f670-e5ec-40cf-9f81-7627668272ba"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-9066f670-e5ec-40cf-9f81-7627668272ba"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-9066f670-e5ec-40cf-9f81-7627668272ba"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-9066f670-e5ec-40cf-9f81-7627668272ba"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-9066f670-e5ec-40cf-9f81-7627668272ba"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-9066f670-e5ec-40cf-9f81-7627668272ba"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-9066f670-e5ec-40cf-9f81-7627668272ba"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-9066f670-e5ec-40cf-9f81-7627668272ba"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-9066f670-e5ec-40cf-9f81-7627668272ba"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-9066f670-e5ec-40cf-9f81-7627668272ba"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-9066f670-e5ec-40cf-9f81-7627668272ba"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-9066f670-e5ec-40cf-9f81-7627668272ba"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-9066f670-e5ec-40cf-9f81-7627668272ba"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-9066f670-e5ec-40cf-9f81-7627668272ba"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-9066f670-e5ec-40cf-9f81-7627668272ba"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-9066f670-e5ec-40cf-9f81-7627668272ba"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-9066f670-e5ec-40cf-9f81-7627668272ba"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-9066f670-e5ec-40cf-9f81-7627668272ba"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-9066f670-e5ec-40cf-9f81-7627668272ba"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-9066f670-e5ec-40cf-9f81-7627668272ba"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-9066f670-e5ec-40cf-9f81-7627668272ba"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-9066f670-e5ec-40cf-9f81-7627668272ba"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-9066f670-e5ec-40cf-9f81-7627668272ba"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-9066f670-e5ec-40cf-9f81-7627668272ba"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-9066f670-e5ec-40cf-9f81-7627668272ba"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-9066f670-e5ec-40cf-9f81-7627668272ba"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-9066f670-e5ec-40cf-9f81-7627668272ba"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-9066f670-e5ec-40cf-9f81-7627668272ba"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-9066f670-e5ec-40cf-9f81-7627668272ba"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 0px) {
[id="s-7b14a89f-5a03-4df6-a419-493ec08bc57a"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-7b14a89f-5a03-4df6-a419-493ec08bc57a"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-7b14a89f-5a03-4df6-a419-493ec08bc57a"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-7b14a89f-5a03-4df6-a419-493ec08bc57a"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-7b14a89f-5a03-4df6-a419-493ec08bc57a"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-7b14a89f-5a03-4df6-a419-493ec08bc57a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-7b14a89f-5a03-4df6-a419-493ec08bc57a"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-7b14a89f-5a03-4df6-a419-493ec08bc57a"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-7b14a89f-5a03-4df6-a419-493ec08bc57a"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-7b14a89f-5a03-4df6-a419-493ec08bc57a"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-7b14a89f-5a03-4df6-a419-493ec08bc57a"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-7b14a89f-5a03-4df6-a419-493ec08bc57a"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 768px) {
[id="s-7b14a89f-5a03-4df6-a419-493ec08bc57a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-7b14a89f-5a03-4df6-a419-493ec08bc57a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-7b14a89f-5a03-4df6-a419-493ec08bc57a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-7b14a89f-5a03-4df6-a419-493ec08bc57a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-7b14a89f-5a03-4df6-a419-493ec08bc57a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-7b14a89f-5a03-4df6-a419-493ec08bc57a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-7b14a89f-5a03-4df6-a419-493ec08bc57a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-7b14a89f-5a03-4df6-a419-493ec08bc57a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-7b14a89f-5a03-4df6-a419-493ec08bc57a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-7b14a89f-5a03-4df6-a419-493ec08bc57a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-7b14a89f-5a03-4df6-a419-493ec08bc57a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-7b14a89f-5a03-4df6-a419-493ec08bc57a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-7b14a89f-5a03-4df6-a419-493ec08bc57a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-7b14a89f-5a03-4df6-a419-493ec08bc57a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-7b14a89f-5a03-4df6-a419-493ec08bc57a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-7b14a89f-5a03-4df6-a419-493ec08bc57a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-7b14a89f-5a03-4df6-a419-493ec08bc57a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-7b14a89f-5a03-4df6-a419-493ec08bc57a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-7b14a89f-5a03-4df6-a419-493ec08bc57a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-7b14a89f-5a03-4df6-a419-493ec08bc57a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-7b14a89f-5a03-4df6-a419-493ec08bc57a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-7b14a89f-5a03-4df6-a419-493ec08bc57a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-7b14a89f-5a03-4df6-a419-493ec08bc57a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-7b14a89f-5a03-4df6-a419-493ec08bc57a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-7b14a89f-5a03-4df6-a419-493ec08bc57a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-7b14a89f-5a03-4df6-a419-493ec08bc57a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-7b14a89f-5a03-4df6-a419-493ec08bc57a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-7b14a89f-5a03-4df6-a419-493ec08bc57a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-7b14a89f-5a03-4df6-a419-493ec08bc57a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-7b14a89f-5a03-4df6-a419-493ec08bc57a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-7b14a89f-5a03-4df6-a419-493ec08bc57a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-7b14a89f-5a03-4df6-a419-493ec08bc57a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-7b14a89f-5a03-4df6-a419-493ec08bc57a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-7b14a89f-5a03-4df6-a419-493ec08bc57a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-7b14a89f-5a03-4df6-a419-493ec08bc57a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-7b14a89f-5a03-4df6-a419-493ec08bc57a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

#s-2ea0198c-faa4-43ab-b00b-7c3b37256f71 {
  min-height: 50px;
}








#s-2ea0198c-faa4-43ab-b00b-7c3b37256f71 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2ea0198c-faa4-43ab-b00b-7c3b37256f71 {
  cursor: pointer;
}#s-2ea0198c-faa4-43ab-b00b-7c3b37256f71.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-9c60800c-1f5d-476c-8d80-032022c443bb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9c60800c-1f5d-476c-8d80-032022c443bb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-9c60800c-1f5d-476c-8d80-032022c443bb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-9c60800c-1f5d-476c-8d80-032022c443bb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-9c60800c-1f5d-476c-8d80-032022c443bb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-9c60800c-1f5d-476c-8d80-032022c443bb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-9c60800c-1f5d-476c-8d80-032022c443bb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-9c60800c-1f5d-476c-8d80-032022c443bb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-9c60800c-1f5d-476c-8d80-032022c443bb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-9c60800c-1f5d-476c-8d80-032022c443bb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-9c60800c-1f5d-476c-8d80-032022c443bb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-9c60800c-1f5d-476c-8d80-032022c443bb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-9c60800c-1f5d-476c-8d80-032022c443bb"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-9c60800c-1f5d-476c-8d80-032022c443bb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-9c60800c-1f5d-476c-8d80-032022c443bb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-9c60800c-1f5d-476c-8d80-032022c443bb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-9c60800c-1f5d-476c-8d80-032022c443bb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-9c60800c-1f5d-476c-8d80-032022c443bb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-9c60800c-1f5d-476c-8d80-032022c443bb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-9c60800c-1f5d-476c-8d80-032022c443bb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-9c60800c-1f5d-476c-8d80-032022c443bb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-9c60800c-1f5d-476c-8d80-032022c443bb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-9c60800c-1f5d-476c-8d80-032022c443bb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-9c60800c-1f5d-476c-8d80-032022c443bb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-9c60800c-1f5d-476c-8d80-032022c443bb"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-9c60800c-1f5d-476c-8d80-032022c443bb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-9c60800c-1f5d-476c-8d80-032022c443bb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-9c60800c-1f5d-476c-8d80-032022c443bb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-9c60800c-1f5d-476c-8d80-032022c443bb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-9c60800c-1f5d-476c-8d80-032022c443bb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-9c60800c-1f5d-476c-8d80-032022c443bb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-9c60800c-1f5d-476c-8d80-032022c443bb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-9c60800c-1f5d-476c-8d80-032022c443bb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-9c60800c-1f5d-476c-8d80-032022c443bb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-9c60800c-1f5d-476c-8d80-032022c443bb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-9c60800c-1f5d-476c-8d80-032022c443bb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-9c60800c-1f5d-476c-8d80-032022c443bb"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-efd81c73-6dfe-4e56-aad9-20831ee84bc0 {
  min-height: 50px;
}








#s-efd81c73-6dfe-4e56-aad9-20831ee84bc0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-efd81c73-6dfe-4e56-aad9-20831ee84bc0.shg-box.shg-c {
  justify-content: center;
}

#s-0441bf7b-a424-435d-9b42-61f2350343c4 {
  border-style: solid;
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(190, 190, 190, 1);
border-style: solid;
max-width: 60px;
text-align: center;
}




  #s-0441bf7b-a424-435d-9b42-61f2350343c4 img.shogun-image {
    
    width: px;
  }


#s-0441bf7b-a424-435d-9b42-61f2350343c4 .shogun-image-content {
  
    align-items: center;
  
}

#s-4f4413ac-67e8-47c7-8d47-24b7e845439c {
  min-height: 85px;
}








#s-4f4413ac-67e8-47c7-8d47-24b7e845439c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4f4413ac-67e8-47c7-8d47-24b7e845439c.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-4f4413ac-67e8-47c7-8d47-24b7e845439c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4f4413ac-67e8-47c7-8d47-24b7e845439c.shg-box.shg-c {
  justify-content: flex-start;
}
}
#s-dea1fe6d-f9c9-4528-9251-43f3127ff51f {
  margin-top: 5px;
margin-bottom: 5px;
text-align: left;
}
@media (max-width: 767px){#s-dea1fe6d-f9c9-4528-9251-43f3127ff51f {
  margin-top: 0px;
margin-bottom: 5px;
text-align: center;
}
}
#s-dea1fe6d-f9c9-4528-9251-43f3127ff51f .shogun-heading-component h2 {
  color: rgba(33, 33, 33, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 18px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}


@media (max-width: 767px){#s-dea1fe6d-f9c9-4528-9251-43f3127ff51f .shogun-heading-component h2 {
  color: rgba(33, 33, 33, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 18px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}


}
#s-733e73a1-ecf2-4f21-9bdb-54af73450b7d {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-733e73a1-ecf2-4f21-9bdb-54af73450b7d {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
}
#s-733e73a1-ecf2-4f21-9bdb-54af73450b7d .shogun-heading-component h1 {
  color: rgba(67, 67, 67, 1);
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}


@media (max-width: 767px){#s-733e73a1-ecf2-4f21-9bdb-54af73450b7d .shogun-heading-component h1 {
  color: rgba(67, 67, 67, 1);
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}


}
#s-2afe7e10-0185-410f-bf9f-45335df2dc26 {
  min-height: 50px;
}








#s-2afe7e10-0185-410f-bf9f-45335df2dc26 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2afe7e10-0185-410f-bf9f-45335df2dc26 {
  cursor: pointer;
}#s-2afe7e10-0185-410f-bf9f-45335df2dc26.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-648156ea-ea66-4df4-ae59-7bae5e04d7c0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-648156ea-ea66-4df4-ae59-7bae5e04d7c0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-648156ea-ea66-4df4-ae59-7bae5e04d7c0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-648156ea-ea66-4df4-ae59-7bae5e04d7c0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-648156ea-ea66-4df4-ae59-7bae5e04d7c0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-648156ea-ea66-4df4-ae59-7bae5e04d7c0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-648156ea-ea66-4df4-ae59-7bae5e04d7c0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-648156ea-ea66-4df4-ae59-7bae5e04d7c0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-648156ea-ea66-4df4-ae59-7bae5e04d7c0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-648156ea-ea66-4df4-ae59-7bae5e04d7c0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-648156ea-ea66-4df4-ae59-7bae5e04d7c0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-648156ea-ea66-4df4-ae59-7bae5e04d7c0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-648156ea-ea66-4df4-ae59-7bae5e04d7c0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-648156ea-ea66-4df4-ae59-7bae5e04d7c0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-648156ea-ea66-4df4-ae59-7bae5e04d7c0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-648156ea-ea66-4df4-ae59-7bae5e04d7c0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-648156ea-ea66-4df4-ae59-7bae5e04d7c0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-648156ea-ea66-4df4-ae59-7bae5e04d7c0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-648156ea-ea66-4df4-ae59-7bae5e04d7c0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-648156ea-ea66-4df4-ae59-7bae5e04d7c0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-648156ea-ea66-4df4-ae59-7bae5e04d7c0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-648156ea-ea66-4df4-ae59-7bae5e04d7c0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-648156ea-ea66-4df4-ae59-7bae5e04d7c0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-648156ea-ea66-4df4-ae59-7bae5e04d7c0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-648156ea-ea66-4df4-ae59-7bae5e04d7c0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-648156ea-ea66-4df4-ae59-7bae5e04d7c0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-648156ea-ea66-4df4-ae59-7bae5e04d7c0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-648156ea-ea66-4df4-ae59-7bae5e04d7c0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-648156ea-ea66-4df4-ae59-7bae5e04d7c0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-648156ea-ea66-4df4-ae59-7bae5e04d7c0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-648156ea-ea66-4df4-ae59-7bae5e04d7c0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-648156ea-ea66-4df4-ae59-7bae5e04d7c0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-648156ea-ea66-4df4-ae59-7bae5e04d7c0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-648156ea-ea66-4df4-ae59-7bae5e04d7c0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-648156ea-ea66-4df4-ae59-7bae5e04d7c0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-648156ea-ea66-4df4-ae59-7bae5e04d7c0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-648156ea-ea66-4df4-ae59-7bae5e04d7c0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-edf149f8-45ed-4116-9c03-3e67c234fe55 {
  min-height: 50px;
}








#s-edf149f8-45ed-4116-9c03-3e67c234fe55 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-edf149f8-45ed-4116-9c03-3e67c234fe55.shg-box.shg-c {
  justify-content: center;
}

#s-922126a7-7953-43ae-90e8-65a1f289f8ca {
  border-style: solid;
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(190, 190, 190, 1);
border-style: solid;
max-width: 60px;
text-align: center;
}




  #s-922126a7-7953-43ae-90e8-65a1f289f8ca img.shogun-image {
    
    width: px;
  }


#s-922126a7-7953-43ae-90e8-65a1f289f8ca .shogun-image-content {
  
    align-items: center;
  
}

#s-311eda98-397e-4802-8c5e-135f3bc73a51 {
  min-height: 85px;
}








#s-311eda98-397e-4802-8c5e-135f3bc73a51 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-311eda98-397e-4802-8c5e-135f3bc73a51.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-311eda98-397e-4802-8c5e-135f3bc73a51 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-311eda98-397e-4802-8c5e-135f3bc73a51.shg-box.shg-c {
  justify-content: flex-start;
}
}
#s-476d41ee-5000-43be-948d-f767b17dfefe {
  margin-top: 5px;
margin-bottom: 5px;
text-align: left;
}
@media (max-width: 767px){#s-476d41ee-5000-43be-948d-f767b17dfefe {
  margin-top: 0px;
margin-bottom: 5px;
text-align: center;
}
}
#s-476d41ee-5000-43be-948d-f767b17dfefe .shogun-heading-component h2 {
  color: rgba(33, 33, 33, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 18px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}


@media (max-width: 767px){#s-476d41ee-5000-43be-948d-f767b17dfefe .shogun-heading-component h2 {
  color: rgba(33, 33, 33, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 18px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}


}
#s-018fefe5-53b9-4cfc-a24f-c62223844d7c {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-018fefe5-53b9-4cfc-a24f-c62223844d7c {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
}
#s-018fefe5-53b9-4cfc-a24f-c62223844d7c .shogun-heading-component h1 {
  color: rgba(67, 67, 67, 1);
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}


@media (max-width: 767px){#s-018fefe5-53b9-4cfc-a24f-c62223844d7c .shogun-heading-component h1 {
  color: rgba(67, 67, 67, 1);
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}


}
#s-5dc4a217-34b5-40a1-b9ef-907c1dc0b1ed {
  min-height: 50px;
}








#s-5dc4a217-34b5-40a1-b9ef-907c1dc0b1ed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5dc4a217-34b5-40a1-b9ef-907c1dc0b1ed {
  cursor: pointer;
}#s-5dc4a217-34b5-40a1-b9ef-907c1dc0b1ed.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-77dbcbb7-dff0-415c-b490-a01627ec6124"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-77dbcbb7-dff0-415c-b490-a01627ec6124"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-77dbcbb7-dff0-415c-b490-a01627ec6124"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-77dbcbb7-dff0-415c-b490-a01627ec6124"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-77dbcbb7-dff0-415c-b490-a01627ec6124"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-77dbcbb7-dff0-415c-b490-a01627ec6124"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-77dbcbb7-dff0-415c-b490-a01627ec6124"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-77dbcbb7-dff0-415c-b490-a01627ec6124"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-77dbcbb7-dff0-415c-b490-a01627ec6124"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-77dbcbb7-dff0-415c-b490-a01627ec6124"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-77dbcbb7-dff0-415c-b490-a01627ec6124"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-77dbcbb7-dff0-415c-b490-a01627ec6124"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-77dbcbb7-dff0-415c-b490-a01627ec6124"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-77dbcbb7-dff0-415c-b490-a01627ec6124"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-77dbcbb7-dff0-415c-b490-a01627ec6124"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-77dbcbb7-dff0-415c-b490-a01627ec6124"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-77dbcbb7-dff0-415c-b490-a01627ec6124"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-77dbcbb7-dff0-415c-b490-a01627ec6124"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-77dbcbb7-dff0-415c-b490-a01627ec6124"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-77dbcbb7-dff0-415c-b490-a01627ec6124"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-77dbcbb7-dff0-415c-b490-a01627ec6124"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-77dbcbb7-dff0-415c-b490-a01627ec6124"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-77dbcbb7-dff0-415c-b490-a01627ec6124"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-77dbcbb7-dff0-415c-b490-a01627ec6124"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-77dbcbb7-dff0-415c-b490-a01627ec6124"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-77dbcbb7-dff0-415c-b490-a01627ec6124"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-77dbcbb7-dff0-415c-b490-a01627ec6124"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-77dbcbb7-dff0-415c-b490-a01627ec6124"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-77dbcbb7-dff0-415c-b490-a01627ec6124"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-77dbcbb7-dff0-415c-b490-a01627ec6124"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-77dbcbb7-dff0-415c-b490-a01627ec6124"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-77dbcbb7-dff0-415c-b490-a01627ec6124"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-77dbcbb7-dff0-415c-b490-a01627ec6124"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-77dbcbb7-dff0-415c-b490-a01627ec6124"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-77dbcbb7-dff0-415c-b490-a01627ec6124"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-77dbcbb7-dff0-415c-b490-a01627ec6124"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-77dbcbb7-dff0-415c-b490-a01627ec6124"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-c44f479e-aeec-45ab-ae88-26e289ef9e13 {
  min-height: 50px;
}








#s-c44f479e-aeec-45ab-ae88-26e289ef9e13 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c44f479e-aeec-45ab-ae88-26e289ef9e13.shg-box.shg-c {
  justify-content: center;
}

#s-c35c0392-d948-4a35-bb65-ee5bd5cb79b6 {
  border-style: solid;
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(190, 190, 190, 1);
border-style: solid;
max-width: 60px;
text-align: center;
}




  #s-c35c0392-d948-4a35-bb65-ee5bd5cb79b6 img.shogun-image {
    
    width: px;
  }


#s-c35c0392-d948-4a35-bb65-ee5bd5cb79b6 .shogun-image-content {
  
    align-items: center;
  
}

#s-a577d9f2-7406-49c0-87c8-70b0e60a6ec8 {
  min-height: 85px;
}








#s-a577d9f2-7406-49c0-87c8-70b0e60a6ec8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a577d9f2-7406-49c0-87c8-70b0e60a6ec8.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-a577d9f2-7406-49c0-87c8-70b0e60a6ec8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a577d9f2-7406-49c0-87c8-70b0e60a6ec8.shg-box.shg-c {
  justify-content: flex-start;
}
}
#s-3b7f72d4-218a-48ed-a1f7-3bc1ac599b58 {
  margin-top: 5px;
margin-bottom: 5px;
text-align: left;
}
@media (max-width: 767px){#s-3b7f72d4-218a-48ed-a1f7-3bc1ac599b58 {
  margin-top: 0px;
margin-bottom: 5px;
text-align: center;
}
}
#s-3b7f72d4-218a-48ed-a1f7-3bc1ac599b58 .shogun-heading-component h2 {
  color: rgba(33, 33, 33, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 18px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}


@media (max-width: 767px){#s-3b7f72d4-218a-48ed-a1f7-3bc1ac599b58 .shogun-heading-component h2 {
  color: rgba(33, 33, 33, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 18px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}


}
#s-a8f95998-d986-42a7-aded-dcf007e62d22 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-a8f95998-d986-42a7-aded-dcf007e62d22 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
}
#s-a8f95998-d986-42a7-aded-dcf007e62d22 .shogun-heading-component h1 {
  color: rgba(67, 67, 67, 1);
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}


@media (max-width: 767px){#s-a8f95998-d986-42a7-aded-dcf007e62d22 .shogun-heading-component h1 {
  color: rgba(67, 67, 67, 1);
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}


}
@media (max-width: 767px){#s-85cadfe6-3102-4db4-9498-46bb365a182b {
  margin-top: 10px;
}
}
@media (min-width: 0px) {
[id="s-85cadfe6-3102-4db4-9498-46bb365a182b"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-85cadfe6-3102-4db4-9498-46bb365a182b"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-85cadfe6-3102-4db4-9498-46bb365a182b"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-85cadfe6-3102-4db4-9498-46bb365a182b"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-85cadfe6-3102-4db4-9498-46bb365a182b"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-85cadfe6-3102-4db4-9498-46bb365a182b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-85cadfe6-3102-4db4-9498-46bb365a182b"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-85cadfe6-3102-4db4-9498-46bb365a182b"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-85cadfe6-3102-4db4-9498-46bb365a182b"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-85cadfe6-3102-4db4-9498-46bb365a182b"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-85cadfe6-3102-4db4-9498-46bb365a182b"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-85cadfe6-3102-4db4-9498-46bb365a182b"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 768px) {
[id="s-85cadfe6-3102-4db4-9498-46bb365a182b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-85cadfe6-3102-4db4-9498-46bb365a182b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-85cadfe6-3102-4db4-9498-46bb365a182b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-85cadfe6-3102-4db4-9498-46bb365a182b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-85cadfe6-3102-4db4-9498-46bb365a182b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-85cadfe6-3102-4db4-9498-46bb365a182b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-85cadfe6-3102-4db4-9498-46bb365a182b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-85cadfe6-3102-4db4-9498-46bb365a182b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-85cadfe6-3102-4db4-9498-46bb365a182b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-85cadfe6-3102-4db4-9498-46bb365a182b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-85cadfe6-3102-4db4-9498-46bb365a182b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-85cadfe6-3102-4db4-9498-46bb365a182b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-85cadfe6-3102-4db4-9498-46bb365a182b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-85cadfe6-3102-4db4-9498-46bb365a182b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-85cadfe6-3102-4db4-9498-46bb365a182b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-85cadfe6-3102-4db4-9498-46bb365a182b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-85cadfe6-3102-4db4-9498-46bb365a182b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-85cadfe6-3102-4db4-9498-46bb365a182b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-85cadfe6-3102-4db4-9498-46bb365a182b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-85cadfe6-3102-4db4-9498-46bb365a182b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-85cadfe6-3102-4db4-9498-46bb365a182b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-85cadfe6-3102-4db4-9498-46bb365a182b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-85cadfe6-3102-4db4-9498-46bb365a182b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-85cadfe6-3102-4db4-9498-46bb365a182b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-85cadfe6-3102-4db4-9498-46bb365a182b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-85cadfe6-3102-4db4-9498-46bb365a182b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-85cadfe6-3102-4db4-9498-46bb365a182b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-85cadfe6-3102-4db4-9498-46bb365a182b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-85cadfe6-3102-4db4-9498-46bb365a182b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-85cadfe6-3102-4db4-9498-46bb365a182b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-85cadfe6-3102-4db4-9498-46bb365a182b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-85cadfe6-3102-4db4-9498-46bb365a182b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-85cadfe6-3102-4db4-9498-46bb365a182b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-85cadfe6-3102-4db4-9498-46bb365a182b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-85cadfe6-3102-4db4-9498-46bb365a182b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-85cadfe6-3102-4db4-9498-46bb365a182b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

#s-c2d0ed86-0795-4ac2-b482-5977c94279e4 {
  min-height: 50px;
}








#s-c2d0ed86-0795-4ac2-b482-5977c94279e4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c2d0ed86-0795-4ac2-b482-5977c94279e4 {
  cursor: pointer;
}#s-c2d0ed86-0795-4ac2-b482-5977c94279e4.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-208d32a6-314f-4778-9f2d-6818c8497516"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-208d32a6-314f-4778-9f2d-6818c8497516"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-208d32a6-314f-4778-9f2d-6818c8497516"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-208d32a6-314f-4778-9f2d-6818c8497516"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-208d32a6-314f-4778-9f2d-6818c8497516"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-208d32a6-314f-4778-9f2d-6818c8497516"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-208d32a6-314f-4778-9f2d-6818c8497516"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-208d32a6-314f-4778-9f2d-6818c8497516"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-208d32a6-314f-4778-9f2d-6818c8497516"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-208d32a6-314f-4778-9f2d-6818c8497516"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-208d32a6-314f-4778-9f2d-6818c8497516"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-208d32a6-314f-4778-9f2d-6818c8497516"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-208d32a6-314f-4778-9f2d-6818c8497516"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-208d32a6-314f-4778-9f2d-6818c8497516"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-208d32a6-314f-4778-9f2d-6818c8497516"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-208d32a6-314f-4778-9f2d-6818c8497516"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-208d32a6-314f-4778-9f2d-6818c8497516"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-208d32a6-314f-4778-9f2d-6818c8497516"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-208d32a6-314f-4778-9f2d-6818c8497516"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-208d32a6-314f-4778-9f2d-6818c8497516"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-208d32a6-314f-4778-9f2d-6818c8497516"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-208d32a6-314f-4778-9f2d-6818c8497516"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-208d32a6-314f-4778-9f2d-6818c8497516"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-208d32a6-314f-4778-9f2d-6818c8497516"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-208d32a6-314f-4778-9f2d-6818c8497516"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-208d32a6-314f-4778-9f2d-6818c8497516"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-208d32a6-314f-4778-9f2d-6818c8497516"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-208d32a6-314f-4778-9f2d-6818c8497516"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-208d32a6-314f-4778-9f2d-6818c8497516"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-208d32a6-314f-4778-9f2d-6818c8497516"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-208d32a6-314f-4778-9f2d-6818c8497516"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-208d32a6-314f-4778-9f2d-6818c8497516"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-208d32a6-314f-4778-9f2d-6818c8497516"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-208d32a6-314f-4778-9f2d-6818c8497516"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-208d32a6-314f-4778-9f2d-6818c8497516"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-208d32a6-314f-4778-9f2d-6818c8497516"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-208d32a6-314f-4778-9f2d-6818c8497516"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-49fc3bec-ca08-4181-b040-82c76c653795 {
  min-height: 50px;
}








#s-49fc3bec-ca08-4181-b040-82c76c653795 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-49fc3bec-ca08-4181-b040-82c76c653795.shg-box.shg-c {
  justify-content: center;
}

#s-7acc0079-15ff-432b-8619-f2dd41adede5 {
  border-style: solid;
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(190, 190, 190, 1);
border-style: solid;
max-width: 60px;
text-align: center;
}




  #s-7acc0079-15ff-432b-8619-f2dd41adede5 img.shogun-image {
    
    width: px;
  }


#s-7acc0079-15ff-432b-8619-f2dd41adede5 .shogun-image-content {
  
    align-items: center;
  
}

#s-09fe1cc6-cb6b-4de8-a515-9dd57c5e39f9 {
  min-height: 85px;
}








#s-09fe1cc6-cb6b-4de8-a515-9dd57c5e39f9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-09fe1cc6-cb6b-4de8-a515-9dd57c5e39f9.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-09fe1cc6-cb6b-4de8-a515-9dd57c5e39f9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-09fe1cc6-cb6b-4de8-a515-9dd57c5e39f9.shg-box.shg-c {
  justify-content: flex-start;
}
}
#s-bc6fbbec-402d-465a-85fe-cc2966312b80 {
  margin-top: 5px;
margin-bottom: 5px;
text-align: left;
}
@media (max-width: 767px){#s-bc6fbbec-402d-465a-85fe-cc2966312b80 {
  margin-top: 0px;
margin-bottom: 5px;
text-align: center;
}
}
#s-bc6fbbec-402d-465a-85fe-cc2966312b80 .shogun-heading-component h2 {
  color: rgba(33, 33, 33, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 18px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}


@media (max-width: 767px){#s-bc6fbbec-402d-465a-85fe-cc2966312b80 .shogun-heading-component h2 {
  color: rgba(33, 33, 33, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 18px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}


}
#s-5899b81e-ade9-4826-bd2b-d25078d3454c {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-5899b81e-ade9-4826-bd2b-d25078d3454c {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
}
#s-5899b81e-ade9-4826-bd2b-d25078d3454c .shogun-heading-component h1 {
  color: rgba(67, 67, 67, 1);
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}


@media (max-width: 767px){#s-5899b81e-ade9-4826-bd2b-d25078d3454c .shogun-heading-component h1 {
  color: rgba(67, 67, 67, 1);
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}


}
#s-0d0b49a8-f253-4b6c-b094-dc1110970a8c {
  min-height: 50px;
}








#s-0d0b49a8-f253-4b6c-b094-dc1110970a8c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0d0b49a8-f253-4b6c-b094-dc1110970a8c {
  cursor: pointer;
}#s-0d0b49a8-f253-4b6c-b094-dc1110970a8c.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-1c31e4b8-dd2b-484c-be9d-0f92dc01bc51"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1c31e4b8-dd2b-484c-be9d-0f92dc01bc51"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-1c31e4b8-dd2b-484c-be9d-0f92dc01bc51"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-1c31e4b8-dd2b-484c-be9d-0f92dc01bc51"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-1c31e4b8-dd2b-484c-be9d-0f92dc01bc51"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-1c31e4b8-dd2b-484c-be9d-0f92dc01bc51"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-1c31e4b8-dd2b-484c-be9d-0f92dc01bc51"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-1c31e4b8-dd2b-484c-be9d-0f92dc01bc51"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-1c31e4b8-dd2b-484c-be9d-0f92dc01bc51"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-1c31e4b8-dd2b-484c-be9d-0f92dc01bc51"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-1c31e4b8-dd2b-484c-be9d-0f92dc01bc51"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-1c31e4b8-dd2b-484c-be9d-0f92dc01bc51"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-1c31e4b8-dd2b-484c-be9d-0f92dc01bc51"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-1c31e4b8-dd2b-484c-be9d-0f92dc01bc51"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-1c31e4b8-dd2b-484c-be9d-0f92dc01bc51"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-1c31e4b8-dd2b-484c-be9d-0f92dc01bc51"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-1c31e4b8-dd2b-484c-be9d-0f92dc01bc51"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-1c31e4b8-dd2b-484c-be9d-0f92dc01bc51"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-1c31e4b8-dd2b-484c-be9d-0f92dc01bc51"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-1c31e4b8-dd2b-484c-be9d-0f92dc01bc51"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-1c31e4b8-dd2b-484c-be9d-0f92dc01bc51"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-1c31e4b8-dd2b-484c-be9d-0f92dc01bc51"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-1c31e4b8-dd2b-484c-be9d-0f92dc01bc51"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-1c31e4b8-dd2b-484c-be9d-0f92dc01bc51"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-1c31e4b8-dd2b-484c-be9d-0f92dc01bc51"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-1c31e4b8-dd2b-484c-be9d-0f92dc01bc51"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-1c31e4b8-dd2b-484c-be9d-0f92dc01bc51"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-1c31e4b8-dd2b-484c-be9d-0f92dc01bc51"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-1c31e4b8-dd2b-484c-be9d-0f92dc01bc51"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-1c31e4b8-dd2b-484c-be9d-0f92dc01bc51"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-1c31e4b8-dd2b-484c-be9d-0f92dc01bc51"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-1c31e4b8-dd2b-484c-be9d-0f92dc01bc51"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-1c31e4b8-dd2b-484c-be9d-0f92dc01bc51"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-1c31e4b8-dd2b-484c-be9d-0f92dc01bc51"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-1c31e4b8-dd2b-484c-be9d-0f92dc01bc51"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-1c31e4b8-dd2b-484c-be9d-0f92dc01bc51"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-1c31e4b8-dd2b-484c-be9d-0f92dc01bc51"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-e3faea17-f61c-4e59-898d-dc25649633d8 {
  min-height: 50px;
}








#s-e3faea17-f61c-4e59-898d-dc25649633d8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e3faea17-f61c-4e59-898d-dc25649633d8.shg-box.shg-c {
  justify-content: center;
}

#s-a89fc5db-7096-4fb7-969f-96c179e92234 {
  border-style: solid;
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(190, 190, 190, 1);
border-style: solid;
max-width: 60px;
text-align: center;
}




  #s-a89fc5db-7096-4fb7-969f-96c179e92234 img.shogun-image {
    
    width: px;
  }


#s-a89fc5db-7096-4fb7-969f-96c179e92234 .shogun-image-content {
  
    align-items: center;
  
}

#s-9aff2b72-ecc7-4ace-b715-0a4a3a07c2cb {
  min-height: 85px;
}








#s-9aff2b72-ecc7-4ace-b715-0a4a3a07c2cb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9aff2b72-ecc7-4ace-b715-0a4a3a07c2cb.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-9aff2b72-ecc7-4ace-b715-0a4a3a07c2cb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9aff2b72-ecc7-4ace-b715-0a4a3a07c2cb.shg-box.shg-c {
  justify-content: flex-start;
}
}
#s-25b91860-20ff-434d-916d-31514e658c63 {
  margin-top: 5px;
margin-bottom: 5px;
text-align: left;
}
@media (max-width: 767px){#s-25b91860-20ff-434d-916d-31514e658c63 {
  margin-top: 0px;
margin-bottom: 5px;
text-align: center;
}
}
#s-25b91860-20ff-434d-916d-31514e658c63 .shogun-heading-component h2 {
  color: rgba(33, 33, 33, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 18px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}


@media (max-width: 767px){#s-25b91860-20ff-434d-916d-31514e658c63 .shogun-heading-component h2 {
  color: rgba(33, 33, 33, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 18px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}


}
#s-614b1869-1a8b-4a2a-8942-3b6f8f7277f5 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-614b1869-1a8b-4a2a-8942-3b6f8f7277f5 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
}
#s-614b1869-1a8b-4a2a-8942-3b6f8f7277f5 .shogun-heading-component h1 {
  color: rgba(67, 67, 67, 1);
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}


@media (max-width: 767px){#s-614b1869-1a8b-4a2a-8942-3b6f8f7277f5 .shogun-heading-component h1 {
  color: rgba(67, 67, 67, 1);
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}


}
#s-a522e362-0006-4b57-9299-5beccbfe61fa {
  min-height: 50px;
}








#s-a522e362-0006-4b57-9299-5beccbfe61fa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a522e362-0006-4b57-9299-5beccbfe61fa {
  cursor: pointer;
}#s-a522e362-0006-4b57-9299-5beccbfe61fa.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-c1a6f68c-18cd-4c18-956c-3bab08a6c4f8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c1a6f68c-18cd-4c18-956c-3bab08a6c4f8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-c1a6f68c-18cd-4c18-956c-3bab08a6c4f8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-c1a6f68c-18cd-4c18-956c-3bab08a6c4f8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-c1a6f68c-18cd-4c18-956c-3bab08a6c4f8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-c1a6f68c-18cd-4c18-956c-3bab08a6c4f8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-c1a6f68c-18cd-4c18-956c-3bab08a6c4f8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-c1a6f68c-18cd-4c18-956c-3bab08a6c4f8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-c1a6f68c-18cd-4c18-956c-3bab08a6c4f8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-c1a6f68c-18cd-4c18-956c-3bab08a6c4f8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-c1a6f68c-18cd-4c18-956c-3bab08a6c4f8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-c1a6f68c-18cd-4c18-956c-3bab08a6c4f8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-c1a6f68c-18cd-4c18-956c-3bab08a6c4f8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-c1a6f68c-18cd-4c18-956c-3bab08a6c4f8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-c1a6f68c-18cd-4c18-956c-3bab08a6c4f8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-c1a6f68c-18cd-4c18-956c-3bab08a6c4f8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-c1a6f68c-18cd-4c18-956c-3bab08a6c4f8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-c1a6f68c-18cd-4c18-956c-3bab08a6c4f8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-c1a6f68c-18cd-4c18-956c-3bab08a6c4f8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-c1a6f68c-18cd-4c18-956c-3bab08a6c4f8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-c1a6f68c-18cd-4c18-956c-3bab08a6c4f8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-c1a6f68c-18cd-4c18-956c-3bab08a6c4f8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-c1a6f68c-18cd-4c18-956c-3bab08a6c4f8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-c1a6f68c-18cd-4c18-956c-3bab08a6c4f8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-c1a6f68c-18cd-4c18-956c-3bab08a6c4f8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-c1a6f68c-18cd-4c18-956c-3bab08a6c4f8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-c1a6f68c-18cd-4c18-956c-3bab08a6c4f8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-c1a6f68c-18cd-4c18-956c-3bab08a6c4f8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-c1a6f68c-18cd-4c18-956c-3bab08a6c4f8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-c1a6f68c-18cd-4c18-956c-3bab08a6c4f8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-c1a6f68c-18cd-4c18-956c-3bab08a6c4f8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-c1a6f68c-18cd-4c18-956c-3bab08a6c4f8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-c1a6f68c-18cd-4c18-956c-3bab08a6c4f8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-c1a6f68c-18cd-4c18-956c-3bab08a6c4f8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-c1a6f68c-18cd-4c18-956c-3bab08a6c4f8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-c1a6f68c-18cd-4c18-956c-3bab08a6c4f8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-c1a6f68c-18cd-4c18-956c-3bab08a6c4f8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-b9ea16ee-fb11-4dd2-9fae-7f0f8a55ba98 {
  min-height: 85px;
}








#s-b9ea16ee-fb11-4dd2-9fae-7f0f8a55ba98 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b9ea16ee-fb11-4dd2-9fae-7f0f8a55ba98.shg-box.shg-c {
  justify-content: center;
}

#s-affa103f-f0a0-4b3d-a539-67c42fd79a95 {
  border-style: solid;
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(190, 190, 190, 1);
border-style: solid;
max-width: 50px;
text-align: center;
}




  #s-affa103f-f0a0-4b3d-a539-67c42fd79a95 img.shogun-image {
    
    width: px;
  }


#s-affa103f-f0a0-4b3d-a539-67c42fd79a95 .shogun-image-content {
  
    align-items: center;
  
}

#s-fbb76f2e-286d-4b9e-9f02-e163c4b61526 {
  min-height: 85px;
}








#s-fbb76f2e-286d-4b9e-9f02-e163c4b61526 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fbb76f2e-286d-4b9e-9f02-e163c4b61526.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-fbb76f2e-286d-4b9e-9f02-e163c4b61526 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fbb76f2e-286d-4b9e-9f02-e163c4b61526.shg-box.shg-c {
  justify-content: flex-start;
}
}
#s-90dfacbf-1efc-48ab-88b9-942afa7be716 {
  margin-top: 5px;
margin-bottom: 5px;
text-align: left;
}
@media (max-width: 767px){#s-90dfacbf-1efc-48ab-88b9-942afa7be716 {
  margin-top: 0px;
margin-bottom: 5px;
text-align: center;
}
}
#s-90dfacbf-1efc-48ab-88b9-942afa7be716 .shogun-heading-component h2 {
  color: rgba(33, 33, 33, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 18px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}


@media (max-width: 767px){#s-90dfacbf-1efc-48ab-88b9-942afa7be716 .shogun-heading-component h2 {
  color: rgba(33, 33, 33, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 18px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}


}
#s-d26d89ab-7635-4e91-9f87-df3245bd5958 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-d26d89ab-7635-4e91-9f87-df3245bd5958 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
}
#s-d26d89ab-7635-4e91-9f87-df3245bd5958 .shogun-heading-component h1 {
  color: rgba(67, 67, 67, 1);
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}


@media (max-width: 767px){#s-d26d89ab-7635-4e91-9f87-df3245bd5958 .shogun-heading-component h1 {
  color: rgba(67, 67, 67, 1);
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}


}
#s-e4e59080-9a6d-43c1-ab48-aa1721935354 {
  padding-top: 60px;
padding-bottom: 60px;
min-height: 50px;
}
@media (max-width: 767px){#s-e4e59080-9a6d-43c1-ab48-aa1721935354 {
  min-height: 0px;
}
}







#s-e4e59080-9a6d-43c1-ab48-aa1721935354 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e4e59080-9a6d-43c1-ab48-aa1721935354.shg-box.shg-c {
  justify-content: center;
}

#s-a3fc303d-0718-4133-a220-32a5b4004c3f {
  padding-top: 10px;
padding-bottom: 5px;
text-align: center;
}

#s-a3fc303d-0718-4133-a220-32a5b4004c3f .shogun-heading-component h1 {
  color: rgba(42, 42, 42, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 32px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-6856674d-3de2-4999-8f44-e1836f9c9569 {
  padding-top: 5px;
padding-bottom: 10px;
text-align: center;
}

#s-6856674d-3de2-4999-8f44-e1836f9c9569 .shogun-heading-component h1 {
  color: rgba(96, 96, 96, 1);
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 17px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-5a8ad032-5212-4d38-ac59-41249df73d1d {
  margin-top: 30px;
}

@media (min-width: 0px) {
[id="s-5a8ad032-5212-4d38-ac59-41249df73d1d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5a8ad032-5212-4d38-ac59-41249df73d1d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 12.5px);
}

[id="s-5a8ad032-5212-4d38-ac59-41249df73d1d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 12.5px);
}

[id="s-5a8ad032-5212-4d38-ac59-41249df73d1d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 12.5px);
}

[id="s-5a8ad032-5212-4d38-ac59-41249df73d1d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 12.5px);
}

[id="s-5a8ad032-5212-4d38-ac59-41249df73d1d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 12.5px);
}

[id="s-5a8ad032-5212-4d38-ac59-41249df73d1d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 12.5px);
}

[id="s-5a8ad032-5212-4d38-ac59-41249df73d1d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 12.5px);
}

[id="s-5a8ad032-5212-4d38-ac59-41249df73d1d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 12.5px);
}

[id="s-5a8ad032-5212-4d38-ac59-41249df73d1d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 12.5px);
}

[id="s-5a8ad032-5212-4d38-ac59-41249df73d1d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 12.5px);
}

[id="s-5a8ad032-5212-4d38-ac59-41249df73d1d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 12.5px);
}

[id="s-5a8ad032-5212-4d38-ac59-41249df73d1d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 12.5px);
}

}

@media (min-width: 992px) {
[id="s-5a8ad032-5212-4d38-ac59-41249df73d1d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 12.5px);
}

[id="s-5a8ad032-5212-4d38-ac59-41249df73d1d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 12.5px);
}

[id="s-5a8ad032-5212-4d38-ac59-41249df73d1d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 12.5px);
}

[id="s-5a8ad032-5212-4d38-ac59-41249df73d1d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 12.5px);
}

[id="s-5a8ad032-5212-4d38-ac59-41249df73d1d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 12.5px);
}

[id="s-5a8ad032-5212-4d38-ac59-41249df73d1d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 12.5px);
}

[id="s-5a8ad032-5212-4d38-ac59-41249df73d1d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 12.5px);
}

[id="s-5a8ad032-5212-4d38-ac59-41249df73d1d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 12.5px);
}

[id="s-5a8ad032-5212-4d38-ac59-41249df73d1d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 12.5px);
}

[id="s-5a8ad032-5212-4d38-ac59-41249df73d1d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 12.5px);
}

[id="s-5a8ad032-5212-4d38-ac59-41249df73d1d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 12.5px);
}

[id="s-5a8ad032-5212-4d38-ac59-41249df73d1d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 12.5px);
}

}

@media (min-width: 1200px) {
[id="s-5a8ad032-5212-4d38-ac59-41249df73d1d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 12.5px);
}

[id="s-5a8ad032-5212-4d38-ac59-41249df73d1d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 12.5px);
}

[id="s-5a8ad032-5212-4d38-ac59-41249df73d1d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 12.5px);
}

[id="s-5a8ad032-5212-4d38-ac59-41249df73d1d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 12.5px);
}

[id="s-5a8ad032-5212-4d38-ac59-41249df73d1d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 12.5px);
}

[id="s-5a8ad032-5212-4d38-ac59-41249df73d1d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 12.5px);
}

[id="s-5a8ad032-5212-4d38-ac59-41249df73d1d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 12.5px);
}

[id="s-5a8ad032-5212-4d38-ac59-41249df73d1d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 12.5px);
}

[id="s-5a8ad032-5212-4d38-ac59-41249df73d1d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 12.5px);
}

[id="s-5a8ad032-5212-4d38-ac59-41249df73d1d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 12.5px);
}

[id="s-5a8ad032-5212-4d38-ac59-41249df73d1d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 12.5px);
}

[id="s-5a8ad032-5212-4d38-ac59-41249df73d1d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 12.5px);
}

}

@media (max-width: 767px){#s-856e7a04-a9ed-4830-bd6a-a7e613e46190 {
  margin-bottom: 15px;
}
}
@media (min-width: 0px) {
[id="s-856e7a04-a9ed-4830-bd6a-a7e613e46190"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-856e7a04-a9ed-4830-bd6a-a7e613e46190"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-856e7a04-a9ed-4830-bd6a-a7e613e46190"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-856e7a04-a9ed-4830-bd6a-a7e613e46190"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-856e7a04-a9ed-4830-bd6a-a7e613e46190"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-856e7a04-a9ed-4830-bd6a-a7e613e46190"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-856e7a04-a9ed-4830-bd6a-a7e613e46190"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-856e7a04-a9ed-4830-bd6a-a7e613e46190"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-856e7a04-a9ed-4830-bd6a-a7e613e46190"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-856e7a04-a9ed-4830-bd6a-a7e613e46190"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-856e7a04-a9ed-4830-bd6a-a7e613e46190"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-856e7a04-a9ed-4830-bd6a-a7e613e46190"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-856e7a04-a9ed-4830-bd6a-a7e613e46190"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-856e7a04-a9ed-4830-bd6a-a7e613e46190"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-856e7a04-a9ed-4830-bd6a-a7e613e46190"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-856e7a04-a9ed-4830-bd6a-a7e613e46190"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-856e7a04-a9ed-4830-bd6a-a7e613e46190"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-856e7a04-a9ed-4830-bd6a-a7e613e46190"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-856e7a04-a9ed-4830-bd6a-a7e613e46190"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-856e7a04-a9ed-4830-bd6a-a7e613e46190"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-856e7a04-a9ed-4830-bd6a-a7e613e46190"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-856e7a04-a9ed-4830-bd6a-a7e613e46190"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-856e7a04-a9ed-4830-bd6a-a7e613e46190"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-856e7a04-a9ed-4830-bd6a-a7e613e46190"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-856e7a04-a9ed-4830-bd6a-a7e613e46190"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-856e7a04-a9ed-4830-bd6a-a7e613e46190"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-856e7a04-a9ed-4830-bd6a-a7e613e46190"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-856e7a04-a9ed-4830-bd6a-a7e613e46190"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-856e7a04-a9ed-4830-bd6a-a7e613e46190"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-856e7a04-a9ed-4830-bd6a-a7e613e46190"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-856e7a04-a9ed-4830-bd6a-a7e613e46190"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-856e7a04-a9ed-4830-bd6a-a7e613e46190"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-856e7a04-a9ed-4830-bd6a-a7e613e46190"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-856e7a04-a9ed-4830-bd6a-a7e613e46190"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-856e7a04-a9ed-4830-bd6a-a7e613e46190"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-856e7a04-a9ed-4830-bd6a-a7e613e46190"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-856e7a04-a9ed-4830-bd6a-a7e613e46190"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-856e7a04-a9ed-4830-bd6a-a7e613e46190"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-856e7a04-a9ed-4830-bd6a-a7e613e46190"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-856e7a04-a9ed-4830-bd6a-a7e613e46190"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-856e7a04-a9ed-4830-bd6a-a7e613e46190"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-856e7a04-a9ed-4830-bd6a-a7e613e46190"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-856e7a04-a9ed-4830-bd6a-a7e613e46190"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-856e7a04-a9ed-4830-bd6a-a7e613e46190"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-856e7a04-a9ed-4830-bd6a-a7e613e46190"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-856e7a04-a9ed-4830-bd6a-a7e613e46190"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-856e7a04-a9ed-4830-bd6a-a7e613e46190"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-856e7a04-a9ed-4830-bd6a-a7e613e46190"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-aea5fbd1-ebaa-41ae-872e-156a137c733e {
  min-height: 50px;
}








#s-aea5fbd1-ebaa-41ae-872e-156a137c733e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aea5fbd1-ebaa-41ae-872e-156a137c733e {
  cursor: pointer;
}#s-aea5fbd1-ebaa-41ae-872e-156a137c733e.shg-box.shg-c {
  justify-content: center;
}

#s-e6e26a83-6627-4d11-b77d-06ebbed09e83 {
  text-align: center;
}
#s-e6e26a83-6627-4d11-b77d-06ebbed09e83:hover {opacity: 0.8 !important;}



  #s-e6e26a83-6627-4d11-b77d-06ebbed09e83 img.shogun-image {
    
    width: px;
  }


#s-e6e26a83-6627-4d11-b77d-06ebbed09e83 .shogun-image-content {
  
    align-items: center;
  
}

#s-a304a976-10ea-4e6a-9bbf-62e89e65bf7b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a304a976-10ea-4e6a-9bbf-62e89e65bf7b .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


@media (max-width: 767px){#s-a304a976-10ea-4e6a-9bbf-62e89e65bf7b .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-96667656-3ecf-40e2-8fdc-7ecc1f3545b3 {
  min-height: 50px;
}








#s-96667656-3ecf-40e2-8fdc-7ecc1f3545b3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-96667656-3ecf-40e2-8fdc-7ecc1f3545b3 {
  cursor: pointer;
}#s-96667656-3ecf-40e2-8fdc-7ecc1f3545b3.shg-box.shg-c {
  justify-content: center;
}

#s-f980c34a-99bf-4eab-a9ec-f0bc7b54c64a {
  text-align: center;
}
#s-f980c34a-99bf-4eab-a9ec-f0bc7b54c64a:hover {opacity: 0.8 !important;}



  #s-f980c34a-99bf-4eab-a9ec-f0bc7b54c64a img.shogun-image {
    
    width: px;
  }


#s-f980c34a-99bf-4eab-a9ec-f0bc7b54c64a .shogun-image-content {
  
    align-items: center;
  
}

#s-25996347-71db-4b48-b780-47ce39f1b1fe {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-25996347-71db-4b48-b780-47ce39f1b1fe .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


@media (max-width: 767px){#s-25996347-71db-4b48-b780-47ce39f1b1fe .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-6c934a97-022c-47e4-a841-95e63451f597 {
  min-height: 50px;
}








#s-6c934a97-022c-47e4-a841-95e63451f597 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6c934a97-022c-47e4-a841-95e63451f597 {
  cursor: pointer;
}#s-6c934a97-022c-47e4-a841-95e63451f597.shg-box.shg-c {
  justify-content: center;
}

#s-09f5973d-7672-4222-a66b-eda94b8dea7d {
  text-align: center;
}
#s-09f5973d-7672-4222-a66b-eda94b8dea7d:hover {opacity: 0.8 !important;}



  #s-09f5973d-7672-4222-a66b-eda94b8dea7d img.shogun-image {
    
    width: px;
  }


#s-09f5973d-7672-4222-a66b-eda94b8dea7d .shogun-image-content {
  
    align-items: center;
  
}

#s-5e7ab144-4933-4231-9e83-d41e0ca53230 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5e7ab144-4933-4231-9e83-d41e0ca53230 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


@media (max-width: 767px){#s-5e7ab144-4933-4231-9e83-d41e0ca53230 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
@media (min-width: 0px) {
[id="s-c99ffa57-fb94-4270-ac3f-cc908769d711"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c99ffa57-fb94-4270-ac3f-cc908769d711"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c99ffa57-fb94-4270-ac3f-cc908769d711"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c99ffa57-fb94-4270-ac3f-cc908769d711"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c99ffa57-fb94-4270-ac3f-cc908769d711"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c99ffa57-fb94-4270-ac3f-cc908769d711"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c99ffa57-fb94-4270-ac3f-cc908769d711"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c99ffa57-fb94-4270-ac3f-cc908769d711"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c99ffa57-fb94-4270-ac3f-cc908769d711"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c99ffa57-fb94-4270-ac3f-cc908769d711"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c99ffa57-fb94-4270-ac3f-cc908769d711"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c99ffa57-fb94-4270-ac3f-cc908769d711"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-c99ffa57-fb94-4270-ac3f-cc908769d711"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c99ffa57-fb94-4270-ac3f-cc908769d711"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c99ffa57-fb94-4270-ac3f-cc908769d711"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c99ffa57-fb94-4270-ac3f-cc908769d711"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c99ffa57-fb94-4270-ac3f-cc908769d711"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c99ffa57-fb94-4270-ac3f-cc908769d711"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c99ffa57-fb94-4270-ac3f-cc908769d711"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c99ffa57-fb94-4270-ac3f-cc908769d711"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c99ffa57-fb94-4270-ac3f-cc908769d711"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c99ffa57-fb94-4270-ac3f-cc908769d711"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c99ffa57-fb94-4270-ac3f-cc908769d711"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c99ffa57-fb94-4270-ac3f-cc908769d711"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c99ffa57-fb94-4270-ac3f-cc908769d711"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c99ffa57-fb94-4270-ac3f-cc908769d711"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c99ffa57-fb94-4270-ac3f-cc908769d711"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c99ffa57-fb94-4270-ac3f-cc908769d711"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c99ffa57-fb94-4270-ac3f-cc908769d711"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c99ffa57-fb94-4270-ac3f-cc908769d711"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c99ffa57-fb94-4270-ac3f-cc908769d711"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c99ffa57-fb94-4270-ac3f-cc908769d711"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c99ffa57-fb94-4270-ac3f-cc908769d711"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c99ffa57-fb94-4270-ac3f-cc908769d711"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c99ffa57-fb94-4270-ac3f-cc908769d711"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c99ffa57-fb94-4270-ac3f-cc908769d711"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c99ffa57-fb94-4270-ac3f-cc908769d711"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c99ffa57-fb94-4270-ac3f-cc908769d711"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c99ffa57-fb94-4270-ac3f-cc908769d711"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c99ffa57-fb94-4270-ac3f-cc908769d711"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c99ffa57-fb94-4270-ac3f-cc908769d711"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c99ffa57-fb94-4270-ac3f-cc908769d711"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c99ffa57-fb94-4270-ac3f-cc908769d711"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c99ffa57-fb94-4270-ac3f-cc908769d711"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c99ffa57-fb94-4270-ac3f-cc908769d711"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c99ffa57-fb94-4270-ac3f-cc908769d711"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c99ffa57-fb94-4270-ac3f-cc908769d711"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c99ffa57-fb94-4270-ac3f-cc908769d711"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-22370b72-4281-45d0-87b8-2e147c8004db {
  min-height: 50px;
}








#s-22370b72-4281-45d0-87b8-2e147c8004db > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-22370b72-4281-45d0-87b8-2e147c8004db {
  cursor: pointer;
}#s-22370b72-4281-45d0-87b8-2e147c8004db.shg-box.shg-c {
  justify-content: center;
}

#s-961342e2-19f4-46df-852c-8febbf9ccb33 {
  text-align: center;
}
#s-961342e2-19f4-46df-852c-8febbf9ccb33:hover {opacity: 0.8 !important;}



  #s-961342e2-19f4-46df-852c-8febbf9ccb33 img.shogun-image {
    
    width: px;
  }


#s-961342e2-19f4-46df-852c-8febbf9ccb33 .shogun-image-content {
  
    align-items: center;
  
}

#s-852a8ab2-7453-4767-a029-4e869cf484a4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-852a8ab2-7453-4767-a029-4e869cf484a4 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


@media (max-width: 767px){#s-852a8ab2-7453-4767-a029-4e869cf484a4 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-708baae1-e267-4204-8b5e-020c87129def {
  min-height: 50px;
}








#s-708baae1-e267-4204-8b5e-020c87129def > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-708baae1-e267-4204-8b5e-020c87129def {
  cursor: pointer;
}#s-708baae1-e267-4204-8b5e-020c87129def.shg-box.shg-c {
  justify-content: center;
}

#s-1e8f7588-5299-408b-b70b-a81286c2f057 {
  text-align: center;
}
#s-1e8f7588-5299-408b-b70b-a81286c2f057:hover {opacity: 0.8 !important;}



  #s-1e8f7588-5299-408b-b70b-a81286c2f057 img.shogun-image {
    
    width: px;
  }


#s-1e8f7588-5299-408b-b70b-a81286c2f057 .shogun-image-content {
  
    align-items: center;
  
}

#s-520ded21-de20-41dc-9ed0-ca4b8e543893 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-520ded21-de20-41dc-9ed0-ca4b8e543893 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


@media (max-width: 767px){#s-520ded21-de20-41dc-9ed0-ca4b8e543893 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-d09a7e86-0b7a-43a4-8e8c-c143107564bb {
  min-height: 50px;
}








#s-d09a7e86-0b7a-43a4-8e8c-c143107564bb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d09a7e86-0b7a-43a4-8e8c-c143107564bb {
  cursor: pointer;
}#s-d09a7e86-0b7a-43a4-8e8c-c143107564bb.shg-box.shg-c {
  justify-content: center;
}

#s-4fa4df5b-db70-4f83-ad6e-a73432d7419c {
  text-align: center;
}
#s-4fa4df5b-db70-4f83-ad6e-a73432d7419c:hover {opacity: 0.8 !important;}



  #s-4fa4df5b-db70-4f83-ad6e-a73432d7419c img.shogun-image {
    
    width: px;
  }


#s-4fa4df5b-db70-4f83-ad6e-a73432d7419c .shogun-image-content {
  
    align-items: center;
  
}

#s-87dcf421-4fe3-4877-a998-bc1e13946843 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-87dcf421-4fe3-4877-a998-bc1e13946843 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


@media (max-width: 767px){#s-87dcf421-4fe3-4877-a998-bc1e13946843 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-d68e5a98-a181-46eb-a8f1-86c1dbeb0d0c {
  border-style: solid;
margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(226, 226, 226, 1);
border-style: solid;
}








#s-d68e5a98-a181-46eb-a8f1-86c1dbeb0d0c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d68e5a98-a181-46eb-a8f1-86c1dbeb0d0c.shg-box.shg-c {
  justify-content: center;
}

#s-7f732527-d668-457c-8b3a-bc1d5778f9eb {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
max-width: 1130px;
}
@media (max-width: 767px){#s-7f732527-d668-457c-8b3a-bc1d5778f9eb {
  padding-left: 15px;
padding-right: 15px;
min-height: 580px;
}
}







#s-7f732527-d668-457c-8b3a-bc1d5778f9eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7f732527-d668-457c-8b3a-bc1d5778f9eb.shg-box.shg-c {
  justify-content: center;
}

#s-a83531f4-8cdd-42bb-830b-922ca3d732f0 {
  box-shadow:1px 2px 8px 0px rgba(219, 219, 219, 1);
background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-bottom: 60px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
background-position: center center;
}








#s-a83531f4-8cdd-42bb-830b-922ca3d732f0 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-a83531f4-8cdd-42bb-830b-922ca3d732f0.shg-box.shg-c {
  justify-content: flex-end;
}

@media (min-width: 768px) and (max-width: 991px){#s-3a847c9a-ac26-40e6-9c6c-be12ad5ebce4 {
  padding-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-3a847c9a-ac26-40e6-9c6c-be12ad5ebce4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3a847c9a-ac26-40e6-9c6c-be12ad5ebce4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3a847c9a-ac26-40e6-9c6c-be12ad5ebce4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3a847c9a-ac26-40e6-9c6c-be12ad5ebce4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3a847c9a-ac26-40e6-9c6c-be12ad5ebce4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-3a847c9a-ac26-40e6-9c6c-be12ad5ebce4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3a847c9a-ac26-40e6-9c6c-be12ad5ebce4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-3a847c9a-ac26-40e6-9c6c-be12ad5ebce4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-3a847c9a-ac26-40e6-9c6c-be12ad5ebce4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-3a847c9a-ac26-40e6-9c6c-be12ad5ebce4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-3a847c9a-ac26-40e6-9c6c-be12ad5ebce4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-3a847c9a-ac26-40e6-9c6c-be12ad5ebce4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-3a847c9a-ac26-40e6-9c6c-be12ad5ebce4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-3a847c9a-ac26-40e6-9c6c-be12ad5ebce4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3a847c9a-ac26-40e6-9c6c-be12ad5ebce4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3a847c9a-ac26-40e6-9c6c-be12ad5ebce4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3a847c9a-ac26-40e6-9c6c-be12ad5ebce4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-3a847c9a-ac26-40e6-9c6c-be12ad5ebce4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3a847c9a-ac26-40e6-9c6c-be12ad5ebce4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-3a847c9a-ac26-40e6-9c6c-be12ad5ebce4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-3a847c9a-ac26-40e6-9c6c-be12ad5ebce4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-3a847c9a-ac26-40e6-9c6c-be12ad5ebce4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-3a847c9a-ac26-40e6-9c6c-be12ad5ebce4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-3a847c9a-ac26-40e6-9c6c-be12ad5ebce4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-3a847c9a-ac26-40e6-9c6c-be12ad5ebce4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-3a847c9a-ac26-40e6-9c6c-be12ad5ebce4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3a847c9a-ac26-40e6-9c6c-be12ad5ebce4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3a847c9a-ac26-40e6-9c6c-be12ad5ebce4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3a847c9a-ac26-40e6-9c6c-be12ad5ebce4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-3a847c9a-ac26-40e6-9c6c-be12ad5ebce4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3a847c9a-ac26-40e6-9c6c-be12ad5ebce4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-3a847c9a-ac26-40e6-9c6c-be12ad5ebce4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-3a847c9a-ac26-40e6-9c6c-be12ad5ebce4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-3a847c9a-ac26-40e6-9c6c-be12ad5ebce4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-3a847c9a-ac26-40e6-9c6c-be12ad5ebce4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-3a847c9a-ac26-40e6-9c6c-be12ad5ebce4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-3a847c9a-ac26-40e6-9c6c-be12ad5ebce4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-f9e2f0e7-8c74-4ae8-8709-5f017229c075 {
  background-repeat: no-repeat;
background-size: contain;
border-style: solid;
padding-top: 5px;
padding-left: 40px;
padding-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 8px;
min-height: 150px;
background-position: left center;
}
@media (min-width: 768px) and (max-width: 991px){#s-f9e2f0e7-8c74-4ae8-8709-5f017229c075 {
  padding-left: 30px;
}
}@media (max-width: 767px){#s-f9e2f0e7-8c74-4ae8-8709-5f017229c075 {
  padding-left: 0px;
padding-right: 0px;
min-height: 120px;
}
}







#s-f9e2f0e7-8c74-4ae8-8709-5f017229c075 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-f9e2f0e7-8c74-4ae8-8709-5f017229c075.shg-box.shg-c {
  justify-content: center;
}

#s-3e507b59-e62b-460d-9f21-66e5fee8ea3b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-3e507b59-e62b-460d-9f21-66e5fee8ea3b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-3e507b59-e62b-460d-9f21-66e5fee8ea3b .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 39px;
  line-height: 0.5em;
  letter-spacing: 0px;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-3e507b59-e62b-460d-9f21-66e5fee8ea3b .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 26px;
  line-height: 0.5em;
  letter-spacing: 0px;
  text-align: left;
}


}@media (max-width: 767px){#s-3e507b59-e62b-460d-9f21-66e5fee8ea3b .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 30px;
  line-height: 0.5em;
  letter-spacing: 0px;
  text-align: center;
}


}
#s-60f6e5ca-308b-426e-8374-67865054569f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-60f6e5ca-308b-426e-8374-67865054569f {
  display: none;
}
#s-60f6e5ca-308b-426e-8374-67865054569f, #wrap-s-60f6e5ca-308b-426e-8374-67865054569f { display:none !important; }}@media (max-width: 767px){#s-60f6e5ca-308b-426e-8374-67865054569f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-60f6e5ca-308b-426e-8374-67865054569f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 19px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-60f6e5ca-308b-426e-8374-67865054569f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}


}@media (max-width: 767px){#s-60f6e5ca-308b-426e-8374-67865054569f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 17px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}


}
#s-06754629-aa3c-41b8-a570-8e7191a20e68 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-06754629-aa3c-41b8-a570-8e7191a20e68 {
  display: none;
}
#s-06754629-aa3c-41b8-a570-8e7191a20e68, #wrap-s-06754629-aa3c-41b8-a570-8e7191a20e68 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-06754629-aa3c-41b8-a570-8e7191a20e68 {
  display: none;
}
#s-06754629-aa3c-41b8-a570-8e7191a20e68, #wrap-s-06754629-aa3c-41b8-a570-8e7191a20e68 { display:none !important; }}@media (max-width: 767px){#s-06754629-aa3c-41b8-a570-8e7191a20e68 {
  display: none;
}
#s-06754629-aa3c-41b8-a570-8e7191a20e68, #wrap-s-06754629-aa3c-41b8-a570-8e7191a20e68 { display:none !important; }}
#s-06754629-aa3c-41b8-a570-8e7191a20e68 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 19px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-06754629-aa3c-41b8-a570-8e7191a20e68 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}


}@media (max-width: 767px){#s-06754629-aa3c-41b8-a570-8e7191a20e68 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 17px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}


}
#s-a87cb344-e8d1-4ac3-a809-0222b3a0c787 {
  padding-top: 5px;
min-height: 150px;
background-attachment: scroll;
}
@media (max-width: 767px){#s-a87cb344-e8d1-4ac3-a809-0222b3a0c787 {
  min-height: 120px;
}
}







#s-a87cb344-e8d1-4ac3-a809-0222b3a0c787 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a87cb344-e8d1-4ac3-a809-0222b3a0c787.shg-box.shg-c {
  justify-content: center;
}

#s-55d33715-1f48-4d35-a4ef-756d264e4bec {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-55d33715-1f48-4d35-a4ef-756d264e4bec .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 30px;
  line-height: 0.5em;
  letter-spacing: 0px;
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-55d33715-1f48-4d35-a4ef-756d264e4bec .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 26px;
  line-height: 0.5em;
  letter-spacing: 0px;
  text-align: center;
}


}
#s-0457aacf-2e69-4e61-857e-0340a7f36d60 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 10px;
padding-top: 12px;
padding-left: 20px;
padding-bottom: 12px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 25px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
hover-type: color;
color: rgba(42, 42, 42, 1);
}
#s-0457aacf-2e69-4e61-857e-0340a7f36d60:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(233, 233, 233, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(42, 42, 42, 1) !important;}#s-0457aacf-2e69-4e61-857e-0340a7f36d60:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0457aacf-2e69-4e61-857e-0340a7f36d60-btn-wrapper {
    text-align: center;
  }


#s-0457aacf-2e69-4e61-857e-0340a7f36d60.shg-btn {
  color: rgba(42, 42, 42, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-2c07cb5c-9c4c-4f5f-b666-20dc529fa24f {
  padding-top: 5px;
min-height: 150px;
}
@media (max-width: 767px){#s-2c07cb5c-9c4c-4f5f-b666-20dc529fa24f {
  margin-bottom: 15px;
min-height: 120px;
}
}







#s-2c07cb5c-9c4c-4f5f-b666-20dc529fa24f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2c07cb5c-9c4c-4f5f-b666-20dc529fa24f.shg-box.shg-c {
  justify-content: center;
}

#s-6b51d649-d1c8-41f2-b016-98481cb15891 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6b51d649-d1c8-41f2-b016-98481cb15891 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 30px;
  line-height: 0.5em;
  letter-spacing: 0px;
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-6b51d649-d1c8-41f2-b016-98481cb15891 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 26px;
  line-height: 0.5em;
  letter-spacing: 0px;
  text-align: center;
}


}
#s-f5739057-bcad-4fe4-b24b-b383748535db {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 10px;
padding-top: 12px;
padding-left: 20px;
padding-bottom: 12px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 25px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
hover-type: color;
color: rgba(42, 42, 42, 1);
}
#s-f5739057-bcad-4fe4-b24b-b383748535db:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(233, 233, 233, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(42, 42, 42, 1) !important;}#s-f5739057-bcad-4fe4-b24b-b383748535db:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f5739057-bcad-4fe4-b24b-b383748535db-btn-wrapper {
    text-align: center;
  }


#s-f5739057-bcad-4fe4-b24b-b383748535db.shg-btn {
  color: rgba(42, 42, 42, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-3d241505-bb59-47bf-a468-f8e7cc8f5527 {
  border-style: solid;
margin-left: auto;
margin-right: auto;
padding-bottom: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(226, 226, 226, 1);
border-style: solid;
}








#s-3d241505-bb59-47bf-a468-f8e7cc8f5527 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3d241505-bb59-47bf-a468-f8e7cc8f5527.shg-box.shg-c {
  justify-content: center;
}

#s-0c750b3b-ff6f-47f3-a3df-b3ca3b33c5f8 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
max-width: 1130px;
}
@media (max-width: 767px){#s-0c750b3b-ff6f-47f3-a3df-b3ca3b33c5f8 {
  padding-left: 15px;
padding-right: 15px;
min-height: 580px;
}
}







#s-0c750b3b-ff6f-47f3-a3df-b3ca3b33c5f8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0c750b3b-ff6f-47f3-a3df-b3ca3b33c5f8.shg-box.shg-c {
  justify-content: center;
}

#s-14b28c5e-5a09-4841-925b-c42cb77ee631 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}
@media (min-width: 1200px){#s-14b28c5e-5a09-4841-925b-c42cb77ee631 {
  margin-bottom: 20px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-14b28c5e-5a09-4841-925b-c42cb77ee631 {
  margin-bottom: 20px;
}
}
@media (min-width: 0px) {
[id="s-14b28c5e-5a09-4841-925b-c42cb77ee631"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-14b28c5e-5a09-4841-925b-c42cb77ee631"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-14b28c5e-5a09-4841-925b-c42cb77ee631"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-14b28c5e-5a09-4841-925b-c42cb77ee631"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-14b28c5e-5a09-4841-925b-c42cb77ee631"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-14b28c5e-5a09-4841-925b-c42cb77ee631"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-14b28c5e-5a09-4841-925b-c42cb77ee631"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-14b28c5e-5a09-4841-925b-c42cb77ee631"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-14b28c5e-5a09-4841-925b-c42cb77ee631"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-14b28c5e-5a09-4841-925b-c42cb77ee631"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-14b28c5e-5a09-4841-925b-c42cb77ee631"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-14b28c5e-5a09-4841-925b-c42cb77ee631"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-14b28c5e-5a09-4841-925b-c42cb77ee631"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-14b28c5e-5a09-4841-925b-c42cb77ee631"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-14b28c5e-5a09-4841-925b-c42cb77ee631"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-14b28c5e-5a09-4841-925b-c42cb77ee631"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-14b28c5e-5a09-4841-925b-c42cb77ee631"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-14b28c5e-5a09-4841-925b-c42cb77ee631"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-14b28c5e-5a09-4841-925b-c42cb77ee631"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-14b28c5e-5a09-4841-925b-c42cb77ee631"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-14b28c5e-5a09-4841-925b-c42cb77ee631"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-14b28c5e-5a09-4841-925b-c42cb77ee631"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-14b28c5e-5a09-4841-925b-c42cb77ee631"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-14b28c5e-5a09-4841-925b-c42cb77ee631"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-14b28c5e-5a09-4841-925b-c42cb77ee631"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-14b28c5e-5a09-4841-925b-c42cb77ee631"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-14b28c5e-5a09-4841-925b-c42cb77ee631"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-14b28c5e-5a09-4841-925b-c42cb77ee631"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-14b28c5e-5a09-4841-925b-c42cb77ee631"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-14b28c5e-5a09-4841-925b-c42cb77ee631"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-14b28c5e-5a09-4841-925b-c42cb77ee631"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-14b28c5e-5a09-4841-925b-c42cb77ee631"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-14b28c5e-5a09-4841-925b-c42cb77ee631"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-14b28c5e-5a09-4841-925b-c42cb77ee631"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-14b28c5e-5a09-4841-925b-c42cb77ee631"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-14b28c5e-5a09-4841-925b-c42cb77ee631"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-14b28c5e-5a09-4841-925b-c42cb77ee631"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-0476bd4f-3c7a-462c-98a6-44cdf972c474 {
  border-style: solid;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 7px;
text-align: center;
}
@media (max-width: 767px){#s-0476bd4f-3c7a-462c-98a6-44cdf972c474 {
  margin-top: 20px;
margin-bottom: 20px;
}
}



  #s-0476bd4f-3c7a-462c-98a6-44cdf972c474 img.shogun-image {
    
    width: px;
  }


#s-0476bd4f-3c7a-462c-98a6-44cdf972c474 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-a1f463d5-ed8e-4a66-905e-e54ed59bcf3b {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-left: 25px;
margin-bottom: 25px;
padding-top: 12px;
padding-left: 20px;
padding-bottom: 12px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 25px;
background-color: rgba(66, 70, 116, 1);
text-align: left;
text-decoration: none;
letter-spacing: 0px;
hover-type: color;
}
#s-a1f463d5-ed8e-4a66-905e-e54ed59bcf3b:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(47, 50, 90, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-a1f463d5-ed8e-4a66-905e-e54ed59bcf3b:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-a1f463d5-ed8e-4a66-905e-e54ed59bcf3b {
  margin-left: 15px;
margin-bottom: 15px;
}
}@media (max-width: 767px){#s-a1f463d5-ed8e-4a66-905e-e54ed59bcf3b {
  margin-left: 20px;
margin-bottom: 20px;
padding-top: 8px;
padding-left: 15px;
padding-bottom: 8px;
padding-right: 15px;
border-radius: 16px;
}
}

  #s-a1f463d5-ed8e-4a66-905e-e54ed59bcf3b-btn-wrapper {
    text-align: left;
  }


#s-a1f463d5-ed8e-4a66-905e-e54ed59bcf3b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 768px) and (max-width: 991px){
  #s-a1f463d5-ed8e-4a66-905e-e54ed59bcf3b-btn-wrapper {
    text-align: left;
  }


#s-a1f463d5-ed8e-4a66-905e-e54ed59bcf3b.shg-btn {
  color: #ffffff;
  font-size: 10px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a1f463d5-ed8e-4a66-905e-e54ed59bcf3b-btn-wrapper {
    text-align: left;
  }


#s-a1f463d5-ed8e-4a66-905e-e54ed59bcf3b.shg-btn {
  color: #ffffff;
  font-size: 10px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-5c16dbfe-20d6-4cd3-9b41-245c12795088 {
  border-style: solid;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 7px;
text-align: center;
}
#s-5c16dbfe-20d6-4cd3-9b41-245c12795088:hover {opacity: 1 !important;}@media (max-width: 767px){#s-5c16dbfe-20d6-4cd3-9b41-245c12795088 {
  margin-top: 20px;
margin-bottom: 20px;
}
}



  #s-5c16dbfe-20d6-4cd3-9b41-245c12795088 img.shogun-image {
    
    width: px;
  }


#s-5c16dbfe-20d6-4cd3-9b41-245c12795088 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-9563b112-0097-456e-82a2-9bd6cdcc5293 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-left: 25px;
margin-bottom: 25px;
padding-top: 12px;
padding-left: 20px;
padding-bottom: 12px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 25px;
background-color: rgba(66, 70, 116, 1);
text-align: left;
text-decoration: none;
letter-spacing: 0px;
hover-type: color;
}
#s-9563b112-0097-456e-82a2-9bd6cdcc5293:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(47, 50, 90, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-9563b112-0097-456e-82a2-9bd6cdcc5293:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-9563b112-0097-456e-82a2-9bd6cdcc5293 {
  margin-left: 15px;
margin-bottom: 15px;
}
}@media (max-width: 767px){#s-9563b112-0097-456e-82a2-9bd6cdcc5293 {
  margin-left: 20px;
margin-bottom: 20px;
padding-top: 8px;
padding-left: 15px;
padding-bottom: 8px;
padding-right: 15px;
border-radius: 16px;
}
}

  #s-9563b112-0097-456e-82a2-9bd6cdcc5293-btn-wrapper {
    text-align: left;
  }


#s-9563b112-0097-456e-82a2-9bd6cdcc5293.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 768px) and (max-width: 991px){
  #s-9563b112-0097-456e-82a2-9bd6cdcc5293-btn-wrapper {
    text-align: left;
  }


#s-9563b112-0097-456e-82a2-9bd6cdcc5293.shg-btn {
  color: #ffffff;
  font-size: 10px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9563b112-0097-456e-82a2-9bd6cdcc5293-btn-wrapper {
    text-align: left;
  }


#s-9563b112-0097-456e-82a2-9bd6cdcc5293.shg-btn {
  color: #ffffff;
  font-size: 10px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-313c5f36-0e8d-4693-910e-f1a0460ba70a {
  border-style: solid;
margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(215, 215, 215, 1);
border-style: solid;
background-color: rgba(247, 247, 247, 1);
}








#s-313c5f36-0e8d-4693-910e-f1a0460ba70a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-313c5f36-0e8d-4693-910e-f1a0460ba70a.shg-box.shg-c {
  justify-content: center;
}

#s-f0282762-d025-48df-bc1e-d56a68ada8d3 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 60px;
padding-bottom: 60px;
max-width: 1130px;
background-color: rgba(247, 247, 247, 1);
}
@media (max-width: 767px){#s-f0282762-d025-48df-bc1e-d56a68ada8d3 {
  padding-left: 0px;
padding-right: 0px;
min-height: 0px;
}
}







#s-f0282762-d025-48df-bc1e-d56a68ada8d3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f0282762-d025-48df-bc1e-d56a68ada8d3.shg-box.shg-c {
  justify-content: center;
}

#s-90af05b0-5b4c-4e54-bae6-151219771c48 {
  padding-top: 10px;
padding-bottom: 5px;
text-align: center;
}

#s-90af05b0-5b4c-4e54-bae6-151219771c48 .shogun-heading-component h1 {
  color: rgba(42, 42, 42, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 32px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-fdcf2399-2ae8-42d0-8d9c-6cfa8e7fb6f4 {
  padding-top: 5px;
padding-bottom: 10px;
text-align: center;
}

#s-fdcf2399-2ae8-42d0-8d9c-6cfa8e7fb6f4 .shogun-heading-component h1 {
  color: rgba(96, 96, 96, 1);
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 17px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-9655e1df-c7f5-44b2-a1f8-2b9bcd1bac30 {
  margin-top: 30px;
}

#s-c9260411-d584-444a-8b8e-ea3939887986 {
  border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(152, 27, 36, 1);
border-style: solid;
background-color: rgba(192, 58, 67, 1);
}
@media (max-width: 767px){#s-c9260411-d584-444a-8b8e-ea3939887986 {
  
}
}







#s-c9260411-d584-444a-8b8e-ea3939887986 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c9260411-d584-444a-8b8e-ea3939887986.shg-box.shg-c {
  justify-content: center;
}

#s-ed4d20cc-a1c2-4c28-9b3e-0a83176796b5 {
  background-repeat: no-repeat;
border-style: solid;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 6px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
max-width: 1130px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-ed4d20cc-a1c2-4c28-9b3e-0a83176796b5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ed4d20cc-a1c2-4c28-9b3e-0a83176796b5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ed4d20cc-a1c2-4c28-9b3e-0a83176796b5 {
  
}
}@media (max-width: 767px){#s-ed4d20cc-a1c2-4c28-9b3e-0a83176796b5 {
  
}
}







#s-ed4d20cc-a1c2-4c28-9b3e-0a83176796b5 > .shg-box-overlay {
  background-color: rgba(192, 58, 67, 1);
  opacity: 0.7;
}#s-ed4d20cc-a1c2-4c28-9b3e-0a83176796b5.shg-box.shg-c {
  justify-content: center;
}

#s-9796f95f-c09e-4f4f-8f7b-54fe6ef19d3b {
  margin-top: 8px;
margin-bottom: 12px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-9796f95f-c09e-4f4f-8f7b-54fe6ef19d3b {
  display: none;
}
#s-9796f95f-c09e-4f4f-8f7b-54fe6ef19d3b, #wrap-s-9796f95f-c09e-4f4f-8f7b-54fe6ef19d3b { display:none !important; }}
#s-9796f95f-c09e-4f4f-8f7b-54fe6ef19d3b .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}


#s-9796f95f-c09e-4f4f-8f7b-54fe6ef19d3b .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}


#s-18289dab-df40-4c2d-ad14-bfed355a8d09 {
  margin-top: 7px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-18289dab-df40-4c2d-ad14-bfed355a8d09 {
  display: none;
}
#s-18289dab-df40-4c2d-ad14-bfed355a8d09, #wrap-s-18289dab-df40-4c2d-ad14-bfed355a8d09 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-18289dab-df40-4c2d-ad14-bfed355a8d09 {
  display: none;
}
#s-18289dab-df40-4c2d-ad14-bfed355a8d09, #wrap-s-18289dab-df40-4c2d-ad14-bfed355a8d09 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-18289dab-df40-4c2d-ad14-bfed355a8d09 {
  display: none;
}
#s-18289dab-df40-4c2d-ad14-bfed355a8d09, #wrap-s-18289dab-df40-4c2d-ad14-bfed355a8d09 { display:none !important; }}@media (max-width: 767px){#s-18289dab-df40-4c2d-ad14-bfed355a8d09 {
  margin-bottom: 11px;
}
}
#s-18289dab-df40-4c2d-ad14-bfed355a8d09 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 17px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}


#s-18289dab-df40-4c2d-ad14-bfed355a8d09 .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}

@media (max-width: 767px){#s-18289dab-df40-4c2d-ad14-bfed355a8d09 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}


#s-18289dab-df40-4c2d-ad14-bfed355a8d09 .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}

}
#s-b6848eb4-120c-4694-b91f-ec63172b7903 {
  margin-top: 60px;
margin-left: auto;
margin-right: auto;
padding-top: 20px;
max-width: 1130px;
}








#s-b6848eb4-120c-4694-b91f-ec63172b7903 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b6848eb4-120c-4694-b91f-ec63172b7903.shg-box.shg-c {
  justify-content: center;
}

#s-9a24a6bc-0ee5-40ef-8bb2-5f5268a6aafb {
  padding-top: 10px;
padding-bottom: 5px;
text-align: center;
}

#s-9a24a6bc-0ee5-40ef-8bb2-5f5268a6aafb .shogun-heading-component h1 {
  color: rgba(42, 42, 42, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 24px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-981e7343-0e65-4b52-92ba-ec5273d7da57 {
  margin-top: 30px;
padding-left: 120px;
padding-right: 120px;
}
@media (max-width: 767px){#s-981e7343-0e65-4b52-92ba-ec5273d7da57 {
  padding-left: 0px;
padding-right: 0px;
}
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  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;
}
