.shg-box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  /**
   * 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: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.shg-box-vertical-align-top {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.shg-box-vertical-align-center, .shg-box-vertical-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  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 {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

    https://developer.mozilla.org/en-US/docs/Web/CSS/position

    position: fixed
    The element is removed from the normal document flow, and no space is created for the element in the page layout. 
    It is positioned relative to the initial containing block established by the viewport, 

    *
      except when one of its ancestors has a transform, perspective, or filter property set to something other than none 
      (see the CSS Transforms Spec), or the will-change property is set to transform, 
      in which case that ancestor behaves as the containing block. 
    *
  */

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#s-c852f649-4838-4c16-8078-744ba2752035 {
  box-shadow:0px 0px 0px 0px ;
background-repeat: no-repeat;
background-size: cover;
min-height: 900px;
background-position: center top;
}
@media (min-width: 768px) and (max-width: 991px){#s-c852f649-4838-4c16-8078-744ba2752035 {
  min-height: 700px;
}
}@media (max-width: 767px){#s-c852f649-4838-4c16-8078-744ba2752035 {
  display: none;
}
#s-c852f649-4838-4c16-8078-744ba2752035, #wrap-s-c852f649-4838-4c16-8078-744ba2752035 { display:none !important; }}
#s-c852f649-4838-4c16-8078-744ba2752035 {
  background-image: url(https://i.shgcdn.com/898e797c-de2a-417b-9b95-b28e28899902/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-c852f649-4838-4c16-8078-744ba2752035 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c852f649-4838-4c16-8078-744ba2752035.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1dcb1af4-51a3-44ab-8abc-7c4c71e9ca96 {
  margin-left: auto;
margin-right: auto;
padding-left: 50px;
padding-right: 50px;
min-height: 50px;
max-width: 1250px;
}








#s-1dcb1af4-51a3-44ab-8abc-7c4c71e9ca96 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1dcb1af4-51a3-44ab-8abc-7c4c71e9ca96.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: 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 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 {
  color: ;
  font-family: ;
  font-weight: ;
}

.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 ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

.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 {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  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;
}

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

#s-958512c8-13f0-4bb6-8d92-6e7a4070e136 {
  min-height: 50px;
max-width: 500px;
}








#s-958512c8-13f0-4bb6-8d92-6e7a4070e136 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-958512c8-13f0-4bb6-8d92-6e7a4070e136.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-471075c5-037f-4c80-846a-5c0cf006f4df {
  box-shadow:0px 0px 0px 0px ;
background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center center;
}
@media (min-width: 1200px){#s-471075c5-037f-4c80-846a-5c0cf006f4df {
  display: none;
}
#s-471075c5-037f-4c80-846a-5c0cf006f4df, #wrap-s-471075c5-037f-4c80-846a-5c0cf006f4df { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-471075c5-037f-4c80-846a-5c0cf006f4df {
  display: none;
}
#s-471075c5-037f-4c80-846a-5c0cf006f4df, #wrap-s-471075c5-037f-4c80-846a-5c0cf006f4df { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-471075c5-037f-4c80-846a-5c0cf006f4df {
  display: none;
}
#s-471075c5-037f-4c80-846a-5c0cf006f4df, #wrap-s-471075c5-037f-4c80-846a-5c0cf006f4df { display:none !important; }}@media (max-width: 767px){#s-471075c5-037f-4c80-846a-5c0cf006f4df {
  
}
}
#s-471075c5-037f-4c80-846a-5c0cf006f4df {
  background-image: url(https://i.shgcdn.com/898e797c-de2a-417b-9b95-b28e28899902/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-471075c5-037f-4c80-846a-5c0cf006f4df > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-471075c5-037f-4c80-846a-5c0cf006f4df.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d8657a0a-eaaf-4474-92ba-d3d9f902b24c {
  margin-left: auto;
margin-right: auto;
padding-left: 50px;
padding-right: 50px;
min-height: 50px;
max-width: 1250px;
}
@media (max-width: 767px){#s-d8657a0a-eaaf-4474-92ba-d3d9f902b24c {
  padding-left: 30px;
padding-right: 30px;
}
}







#s-d8657a0a-eaaf-4474-92ba-d3d9f902b24c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d8657a0a-eaaf-4474-92ba-d3d9f902b24c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-65566530-dbdd-4150-84ec-59b702c955a5 {
  min-height: 50px;
max-width: 500px;
}








#s-65566530-dbdd-4150-84ec-59b702c955a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-65566530-dbdd-4150-84ec-59b702c955a5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e5fd6245-d48a-45c1-87cf-2e51c1839c3d {
  min-height: 50px;
background-color: rgba(250, 250, 250, 0);
}








#s-e5fd6245-d48a-45c1-87cf-2e51c1839c3d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e5fd6245-d48a-45c1-87cf-2e51c1839c3d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b5c7a900-c57f-49f7-8a7e-59233cdad2b6 {
  margin-left: auto;
margin-right: auto;
padding-left: 50px;
padding-right: 50px;
min-height: 50px;
max-width: 1250px;
}








#s-b5c7a900-c57f-49f7-8a7e-59233cdad2b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b5c7a900-c57f-49f7-8a7e-59233cdad2b6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d051ee7a-5b14-4cb1-9842-aeed84fa356c {
  padding-top: 50px;
}

#s-b36eafcf-1555-466d-85b5-7dd46038ac94 {
  min-height: 50px;
max-width: 1200px;
}








#s-b36eafcf-1555-466d-85b5-7dd46038ac94 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b36eafcf-1555-466d-85b5-7dd46038ac94.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

[class*=shg-c-xs],
[class*=shg-c-sm],
[class*=shg-c-md],
[class*=shg-c-lg] {
  position: relative;
}

#s-b0e2ef7c-2fd2-40e8-86ce-53dea1462e29 {
  margin-top: 25px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
padding-left: 25px;
padding-right: 25px;
max-width: 1250px;
background-color: rgba(232, 232, 232, 0);
}
@media (max-width: 767px){#s-b0e2ef7c-2fd2-40e8-86ce-53dea1462e29 {
  margin-bottom: 30px;
}
}
@media (min-width: 0px) {
[id="s-b0e2ef7c-2fd2-40e8-86ce-53dea1462e29"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b0e2ef7c-2fd2-40e8-86ce-53dea1462e29"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-b0e2ef7c-2fd2-40e8-86ce-53dea1462e29"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-b0e2ef7c-2fd2-40e8-86ce-53dea1462e29"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

#s-d4991139-07e3-4e7d-b5fa-7e480fba45d7 {
  min-height: 50px;
}








#s-d4991139-07e3-4e7d-b5fa-7e480fba45d7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d4991139-07e3-4e7d-b5fa-7e480fba45d7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b0e40e51-2952-4239-9349-7d5f6f1d6fbb {
  box-shadow:1px 1px 7px 7px rgba(244, 244, 244, 0);
margin-bottom: 25px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-b0e40e51-2952-4239-9349-7d5f6f1d6fbb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b0e40e51-2952-4239-9349-7d5f6f1d6fbb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  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 {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "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-168a00ed-1e07-46c9-ae5d-c5128947291a {
  text-align: center;
}







  #s-168a00ed-1e07-46c9-ae5d-c5128947291a img.shogun-image {
    

    
    
    
  }


#s-168a00ed-1e07-46c9-ae5d-c5128947291a .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-a8633e96-cdad-4a81-b31e-d362a524657a {
  min-height: 725px;
}
@media (max-width: 767px){#s-a8633e96-cdad-4a81-b31e-d362a524657a {
  min-height: 0px;
}
}







#s-a8633e96-cdad-4a81-b31e-d362a524657a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a8633e96-cdad-4a81-b31e-d362a524657a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-14292be3-f29e-41e2-8392-ab71d9a59df2 {
  margin-left: 25px;
margin-right: 25px;
padding-top: 25px;
}

#s-8ac07720-37bd-47f8-b801-c917a6061658 {
  margin-left: 25px;
margin-right: 25px;
padding-bottom: 15px;
min-height: 50px;
}
@media (max-width: 767px){#s-8ac07720-37bd-47f8-b801-c917a6061658 {
  display: none;
}
#s-8ac07720-37bd-47f8-b801-c917a6061658, #wrap-s-8ac07720-37bd-47f8-b801-c917a6061658 { display:none !important; }}







#s-8ac07720-37bd-47f8-b801-c917a6061658 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8ac07720-37bd-47f8-b801-c917a6061658.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-df6f0a99-d197-422a-bef7-e2c3236e40f9 {
  text-align: left;
}

#s-dcd22183-9a75-4641-bccc-5bb9f932bc51 {
  margin-bottom: -10px;
}

@media (min-width: 0px) {
[id="s-dcd22183-9a75-4641-bccc-5bb9f932bc51"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-dcd22183-9a75-4641-bccc-5bb9f932bc51"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-dcd22183-9a75-4641-bccc-5bb9f932bc51"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-dcd22183-9a75-4641-bccc-5bb9f932bc51"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-dcd22183-9a75-4641-bccc-5bb9f932bc51"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-dcd22183-9a75-4641-bccc-5bb9f932bc51"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-dcd22183-9a75-4641-bccc-5bb9f932bc51"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

#s-af70e6ec-9677-495c-bfbf-b23a5f3d62e3 {
  min-height: 50px;
}








#s-af70e6ec-9677-495c-bfbf-b23a5f3d62e3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-af70e6ec-9677-495c-bfbf-b23a5f3d62e3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ca8ad58e-27b9-4b34-88d4-2181300cadaf {
  margin-left: auto;
margin-right: auto;
max-width: 30px;
text-align: center;
opacity: 1;
}
#s-ca8ad58e-27b9-4b34-88d4-2181300cadaf:hover {opacity: 1 !important;}






  #s-ca8ad58e-27b9-4b34-88d4-2181300cadaf img.shogun-image {
    

    
    
    
  }


#s-ca8ad58e-27b9-4b34-88d4-2181300cadaf .shogun-image-content {
  
    align-items: center;
  
}

#s-6a73b696-d74d-4aa6-b033-6647bc420be8 {
  min-height: 50px;
}








#s-6a73b696-d74d-4aa6-b033-6647bc420be8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6a73b696-d74d-4aa6-b033-6647bc420be8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e72034a9-ce51-4276-8ccd-0aac70187995 {
  margin-bottom: -10px;
}

#s-584e84cf-5f1c-45e4-bc9d-36ecdf5c240a {
  text-align: left;
}

#s-37171c00-4db3-403b-be33-46496ac0ab70 {
  margin-bottom: -10px;
}

@media (min-width: 0px) {
[id="s-37171c00-4db3-403b-be33-46496ac0ab70"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-37171c00-4db3-403b-be33-46496ac0ab70"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-37171c00-4db3-403b-be33-46496ac0ab70"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-37171c00-4db3-403b-be33-46496ac0ab70"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-37171c00-4db3-403b-be33-46496ac0ab70"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-37171c00-4db3-403b-be33-46496ac0ab70"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-37171c00-4db3-403b-be33-46496ac0ab70"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

#s-7ded08f2-d91f-42bb-bd10-48c95a88d300 {
  min-height: 50px;
}








#s-7ded08f2-d91f-42bb-bd10-48c95a88d300 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7ded08f2-d91f-42bb-bd10-48c95a88d300.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9a3cd63b-b622-43ad-971e-6b7c856ec8ea {
  margin-left: auto;
margin-right: auto;
max-width: 30px;
text-align: left;
opacity: 1;
}
#s-9a3cd63b-b622-43ad-971e-6b7c856ec8ea:hover {opacity: 1 !important;}






  #s-9a3cd63b-b622-43ad-971e-6b7c856ec8ea img.shogun-image {
    

    
    
    
  }


#s-9a3cd63b-b622-43ad-971e-6b7c856ec8ea .shogun-image-content {
  
    align-items: center;
  
}

#s-b41d0223-9fed-4dbc-8251-8343d7a576bb {
  min-height: 50px;
}








#s-b41d0223-9fed-4dbc-8251-8343d7a576bb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b41d0223-9fed-4dbc-8251-8343d7a576bb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b1dbb58c-88fa-4432-ac64-23bdd01687d8 {
  margin-bottom: -10px;
}

#s-7b8c1362-fedf-446c-aec0-f6edebe3c018 {
  text-align: left;
}

#s-153bf985-38cb-4b48-b699-d9a0342ab65b {
  margin-bottom: -10px;
}

@media (min-width: 0px) {
[id="s-153bf985-38cb-4b48-b699-d9a0342ab65b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-153bf985-38cb-4b48-b699-d9a0342ab65b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-153bf985-38cb-4b48-b699-d9a0342ab65b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-153bf985-38cb-4b48-b699-d9a0342ab65b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-153bf985-38cb-4b48-b699-d9a0342ab65b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-153bf985-38cb-4b48-b699-d9a0342ab65b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-153bf985-38cb-4b48-b699-d9a0342ab65b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

#s-9518e12b-84c8-4954-a792-a38bba796d89 {
  min-height: 50px;
}








#s-9518e12b-84c8-4954-a792-a38bba796d89 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9518e12b-84c8-4954-a792-a38bba796d89.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5fcb987a-d3d3-430a-be4f-ae3110f8d98c {
  margin-left: auto;
margin-right: auto;
max-width: 30px;
text-align: left;
opacity: 1;
}
#s-5fcb987a-d3d3-430a-be4f-ae3110f8d98c:hover {opacity: 1 !important;}






  #s-5fcb987a-d3d3-430a-be4f-ae3110f8d98c img.shogun-image {
    

    
    
    
  }


#s-5fcb987a-d3d3-430a-be4f-ae3110f8d98c .shogun-image-content {
  
    align-items: center;
  
}

#s-5c256368-e2e5-4b9f-9961-4626621c4f27 {
  min-height: 50px;
}








#s-5c256368-e2e5-4b9f-9961-4626621c4f27 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5c256368-e2e5-4b9f-9961-4626621c4f27.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-373f7e1a-428b-40b7-a0d1-43d32f281f2a {
  margin-bottom: -10px;
}

#s-07ca0155-44a0-49cf-904e-56e1c9e68cba {
  text-align: left;
}

#s-0c1eaf82-e818-4b5d-b7c3-b77ba783f1e6 {
  margin-left: 25px;
margin-right: 25px;
padding-bottom: 25px;
min-height: 50px;
}
@media (min-width: 1200px){#s-0c1eaf82-e818-4b5d-b7c3-b77ba783f1e6 {
  display: none;
}
#s-0c1eaf82-e818-4b5d-b7c3-b77ba783f1e6, #wrap-s-0c1eaf82-e818-4b5d-b7c3-b77ba783f1e6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0c1eaf82-e818-4b5d-b7c3-b77ba783f1e6 {
  display: none;
}
#s-0c1eaf82-e818-4b5d-b7c3-b77ba783f1e6, #wrap-s-0c1eaf82-e818-4b5d-b7c3-b77ba783f1e6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0c1eaf82-e818-4b5d-b7c3-b77ba783f1e6 {
  display: none;
}
#s-0c1eaf82-e818-4b5d-b7c3-b77ba783f1e6, #wrap-s-0c1eaf82-e818-4b5d-b7c3-b77ba783f1e6 { display:none !important; }}@media (max-width: 767px){#s-0c1eaf82-e818-4b5d-b7c3-b77ba783f1e6 {
  margin-left: 25px;
margin-right: 25px;
}
}







#s-0c1eaf82-e818-4b5d-b7c3-b77ba783f1e6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0c1eaf82-e818-4b5d-b7c3-b77ba783f1e6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c92ee2e9-84c4-40a5-b06a-d491079517f8 {
  text-align: left;
}

#s-cd15330c-24e3-4900-96f1-b0f2479bf651 {
  margin-top: 10px;
margin-bottom: 10px;
max-width: 325px;
}

@media (min-width: 0px) {
[id="s-cd15330c-24e3-4900-96f1-b0f2479bf651"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-cd15330c-24e3-4900-96f1-b0f2479bf651"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cd15330c-24e3-4900-96f1-b0f2479bf651"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cd15330c-24e3-4900-96f1-b0f2479bf651"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-23ac77f3-4fdb-4fd0-ab04-996b8b523f3b {
  margin-bottom: -10px;
}

@media (min-width: 0px) {
[id="s-23ac77f3-4fdb-4fd0-ab04-996b8b523f3b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-23ac77f3-4fdb-4fd0-ab04-996b8b523f3b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-23ac77f3-4fdb-4fd0-ab04-996b8b523f3b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-23ac77f3-4fdb-4fd0-ab04-996b8b523f3b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-2eb0c6a5-dd8a-4e28-81ee-37b25bc30335 {
  min-height: 50px;
}








#s-2eb0c6a5-dd8a-4e28-81ee-37b25bc30335 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2eb0c6a5-dd8a-4e28-81ee-37b25bc30335.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-94eb26f7-6ae1-444d-8462-95c191adbe80 {
  margin-left: auto;
margin-right: auto;
max-width: 40px;
text-align: center;
opacity: 1;
}
#s-94eb26f7-6ae1-444d-8462-95c191adbe80:hover {opacity: 1 !important;}






  #s-94eb26f7-6ae1-444d-8462-95c191adbe80 img.shogun-image {
    

    
    
    
  }


#s-94eb26f7-6ae1-444d-8462-95c191adbe80 .shogun-image-content {
  
    align-items: center;
  
}

#s-905e5d2f-00d5-43c3-93da-7379c5c6b435 {
  min-height: 50px;
}








#s-905e5d2f-00d5-43c3-93da-7379c5c6b435 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-905e5d2f-00d5-43c3-93da-7379c5c6b435.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8f5b2859-f53e-4984-9ca8-086c919cd791 {
  margin-bottom: -10px;
}

#s-c8dc0737-3206-494f-9cd0-a6173dfb7fa3 {
  margin-bottom: -10px;
}

@media (min-width: 0px) {
[id="s-c8dc0737-3206-494f-9cd0-a6173dfb7fa3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-c8dc0737-3206-494f-9cd0-a6173dfb7fa3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-c8dc0737-3206-494f-9cd0-a6173dfb7fa3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-c8dc0737-3206-494f-9cd0-a6173dfb7fa3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-823f53c3-20c9-417e-95d2-e7c22e50552f {
  min-height: 50px;
}








#s-823f53c3-20c9-417e-95d2-e7c22e50552f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-823f53c3-20c9-417e-95d2-e7c22e50552f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a4e5a5d1-71b4-4fc5-8ae4-2d2fbe13e4fd {
  margin-left: auto;
margin-right: auto;
max-width: 40px;
text-align: left;
opacity: 1;
}
#s-a4e5a5d1-71b4-4fc5-8ae4-2d2fbe13e4fd:hover {opacity: 1 !important;}






  #s-a4e5a5d1-71b4-4fc5-8ae4-2d2fbe13e4fd img.shogun-image {
    

    
    
    
  }


#s-a4e5a5d1-71b4-4fc5-8ae4-2d2fbe13e4fd .shogun-image-content {
  
    align-items: center;
  
}

#s-372277c8-14fe-4320-a942-fb48b4f95cc4 {
  min-height: 50px;
}








#s-372277c8-14fe-4320-a942-fb48b4f95cc4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-372277c8-14fe-4320-a942-fb48b4f95cc4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d8f1ca14-320a-4a70-b065-1b408a026310 {
  margin-bottom: -10px;
}

#s-f18e9dfc-b155-4ed9-99d7-2d5f29d1c967 {
  text-align: left;
}

#s-090dfe3d-943b-4677-a474-564b106e4558 {
  margin-top: 10px;
margin-bottom: 10px;
max-width: 325px;
}

@media (min-width: 0px) {
[id="s-090dfe3d-943b-4677-a474-564b106e4558"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-090dfe3d-943b-4677-a474-564b106e4558"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-090dfe3d-943b-4677-a474-564b106e4558"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-090dfe3d-943b-4677-a474-564b106e4558"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-39d958ed-4429-4a71-a7cc-cf876a5c141f {
  margin-bottom: -10px;
}

@media (min-width: 0px) {
[id="s-39d958ed-4429-4a71-a7cc-cf876a5c141f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-39d958ed-4429-4a71-a7cc-cf876a5c141f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-39d958ed-4429-4a71-a7cc-cf876a5c141f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-39d958ed-4429-4a71-a7cc-cf876a5c141f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-7a049fe2-de8f-4af4-bb44-0fe1a7c2368e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-7a049fe2-de8f-4af4-bb44-0fe1a7c2368e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7a049fe2-de8f-4af4-bb44-0fe1a7c2368e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-09ca0b1e-f745-4bd1-83e0-341fa6cd3a64 {
  margin-left: auto;
margin-right: auto;
max-width: 40px;
text-align: center;
opacity: 1;
}
#s-09ca0b1e-f745-4bd1-83e0-341fa6cd3a64:hover {opacity: 1 !important;}






  #s-09ca0b1e-f745-4bd1-83e0-341fa6cd3a64 img.shogun-image {
    

    
    
    
  }


#s-09ca0b1e-f745-4bd1-83e0-341fa6cd3a64 .shogun-image-content {
  
    align-items: center;
  
}

#s-7e99c9de-d58d-4661-8e2f-cdcb56586aa5 {
  min-height: 50px;
}








#s-7e99c9de-d58d-4661-8e2f-cdcb56586aa5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7e99c9de-d58d-4661-8e2f-cdcb56586aa5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d24e3827-120e-48c1-b65f-70f661b30335 {
  margin-bottom: -10px;
}

#s-103c1c95-2b58-4cc0-8689-fad66f671b94 {
  margin-bottom: -10px;
}

@media (min-width: 0px) {
[id="s-103c1c95-2b58-4cc0-8689-fad66f671b94"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-103c1c95-2b58-4cc0-8689-fad66f671b94"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-103c1c95-2b58-4cc0-8689-fad66f671b94"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-103c1c95-2b58-4cc0-8689-fad66f671b94"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-8facf9fa-c3e2-458d-b803-54be7e84e669 {
  min-height: 50px;
}








#s-8facf9fa-c3e2-458d-b803-54be7e84e669 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8facf9fa-c3e2-458d-b803-54be7e84e669.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1a1b427f-2c31-4644-9929-5edc23436e17 {
  margin-left: auto;
margin-right: auto;
max-width: 40px;
text-align: left;
opacity: 1;
}
#s-1a1b427f-2c31-4644-9929-5edc23436e17:hover {opacity: 1 !important;}






  #s-1a1b427f-2c31-4644-9929-5edc23436e17 img.shogun-image {
    

    
    
    
  }


#s-1a1b427f-2c31-4644-9929-5edc23436e17 .shogun-image-content {
  
    align-items: center;
  
}

#s-61eef820-28b3-4502-94f3-9f6961027184 {
  min-height: 50px;
}








#s-61eef820-28b3-4502-94f3-9f6961027184 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-61eef820-28b3-4502-94f3-9f6961027184.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4be02731-2ccc-45f1-bd13-99a7d55e3666 {
  margin-bottom: -10px;
}

#s-a966ef2f-d8ec-423b-b8f6-38b8a53826dd {
  margin-bottom: -20px;
text-align: left;
}

#s-4e56a595-1709-4a8c-9626-46e41bda9c47 {
  margin-left: 25px;
margin-right: 25px;
min-height: 50px;
}








#s-4e56a595-1709-4a8c-9626-46e41bda9c47 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4e56a595-1709-4a8c-9626-46e41bda9c47.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-36dd19e6-fa64-4413-a54d-4e152ca2949b {
  margin-bottom: 25px;
}

#s-aaa83552-dbab-458c-87c4-061f717af41d {
  margin-bottom: 25px;
}

#s-6f532774-d16d-4ee8-8ec9-bf9fea4c1193 {
  margin-bottom: 25px;
}

.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-text {
  font-weight: ;
  font-family: ;
}

.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-f66c498d-7a81-43b9-a9d9-bd1b26ff9918 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-color: #000;
border-style: solid;
border-radius: 30px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-f66c498d-7a81-43b9-a9d9-bd1b26ff9918:hover {border-style: solid !important;
border-color: rgba(190, 190, 190, 1) !important;
background-color: rgba(190, 190, 190, 1) !important;
text-decoration: none !important;
color: rgba(253, 253, 253, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-f66c498d-7a81-43b9-a9d9-bd1b26ff9918:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f66c498d-7a81-43b9-a9d9-bd1b26ff9918-root {
    text-align: center;
  }


#s-f66c498d-7a81-43b9-a9d9-bd1b26ff9918.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
@media (min-width: 1200px){
  #s-f66c498d-7a81-43b9-a9d9-bd1b26ff9918-root {
    text-align: center;
  }


#s-f66c498d-7a81-43b9-a9d9-bd1b26ff9918.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f66c498d-7a81-43b9-a9d9-bd1b26ff9918-root {
    text-align: center;
  }


#s-f66c498d-7a81-43b9-a9d9-bd1b26ff9918.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f66c498d-7a81-43b9-a9d9-bd1b26ff9918-root {
    text-align: center;
  }


#s-f66c498d-7a81-43b9-a9d9-bd1b26ff9918.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
}@media (max-width: 767px){
  #s-f66c498d-7a81-43b9-a9d9-bd1b26ff9918-root {
    text-align: center;
  }


#s-f66c498d-7a81-43b9-a9d9-bd1b26ff9918.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
}
#s-fbc461c7-bf21-45a8-ae0a-26e3ab173560 {
  box-shadow:1px 1px 7px 7px rgba(244, 244, 244, 0);
margin-bottom: 25px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-fbc461c7-bf21-45a8-ae0a-26e3ab173560 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fbc461c7-bf21-45a8-ae0a-26e3ab173560.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-28c9504f-118a-4968-b76d-03b3301fb630 {
  min-height: 50px;
}








#s-28c9504f-118a-4968-b76d-03b3301fb630 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-28c9504f-118a-4968-b76d-03b3301fb630.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b024c61e-8f33-48d5-a13e-eea7a593949c {
  text-align: center;
}







  #s-b024c61e-8f33-48d5-a13e-eea7a593949c img.shogun-image {
    

    
    
    
  }


#s-b024c61e-8f33-48d5-a13e-eea7a593949c .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-188c8285-4135-4225-919d-034a2ac49eb9 {
  min-height: 725px;
}
@media (max-width: 767px){#s-188c8285-4135-4225-919d-034a2ac49eb9 {
  min-height: 0px;
}
}







#s-188c8285-4135-4225-919d-034a2ac49eb9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-188c8285-4135-4225-919d-034a2ac49eb9.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-865d54c6-9f09-4a8a-be6d-01d55cea3fe3 {
  margin-left: 25px;
margin-right: 25px;
padding-top: 25px;
}

#s-8ee79ce1-a0d2-4528-8565-6abf81ffbe48 {
  margin-left: 25px;
margin-right: 25px;
padding-bottom: 15px;
min-height: 50px;
}
@media (max-width: 767px){#s-8ee79ce1-a0d2-4528-8565-6abf81ffbe48 {
  display: none;
}
#s-8ee79ce1-a0d2-4528-8565-6abf81ffbe48, #wrap-s-8ee79ce1-a0d2-4528-8565-6abf81ffbe48 { display:none !important; }}







#s-8ee79ce1-a0d2-4528-8565-6abf81ffbe48 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8ee79ce1-a0d2-4528-8565-6abf81ffbe48.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-85c919ad-0931-4008-ade6-f9af7f4778e6 {
  text-align: left;
}

#s-a084e748-2df2-4c54-9f09-bef25dbec932 {
  margin-bottom: -10px;
}

@media (min-width: 0px) {
[id="s-a084e748-2df2-4c54-9f09-bef25dbec932"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-a084e748-2df2-4c54-9f09-bef25dbec932"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-a084e748-2df2-4c54-9f09-bef25dbec932"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-a084e748-2df2-4c54-9f09-bef25dbec932"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-a084e748-2df2-4c54-9f09-bef25dbec932"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-a084e748-2df2-4c54-9f09-bef25dbec932"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-a084e748-2df2-4c54-9f09-bef25dbec932"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

#s-d179ef64-c1ac-4b83-a5ce-147a8e8b1e83 {
  min-height: 50px;
}








#s-d179ef64-c1ac-4b83-a5ce-147a8e8b1e83 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d179ef64-c1ac-4b83-a5ce-147a8e8b1e83.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ede470e5-ec41-4c72-b247-e79ee4fbfe7a {
  margin-left: auto;
margin-right: auto;
max-width: 30px;
text-align: center;
opacity: 1;
}
#s-ede470e5-ec41-4c72-b247-e79ee4fbfe7a:hover {opacity: 1 !important;}






  #s-ede470e5-ec41-4c72-b247-e79ee4fbfe7a img.shogun-image {
    

    
    
    
  }


#s-ede470e5-ec41-4c72-b247-e79ee4fbfe7a .shogun-image-content {
  
    align-items: center;
  
}

#s-5bab4df4-d907-46bb-9592-94eb8b3f075a {
  min-height: 50px;
}








#s-5bab4df4-d907-46bb-9592-94eb8b3f075a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5bab4df4-d907-46bb-9592-94eb8b3f075a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e016fb7c-4026-4d84-bcd7-69a189d24897 {
  margin-bottom: -10px;
}

#s-6f2453d7-9f17-4ca3-9f63-91901ba57e45 {
  text-align: left;
}

#s-cc3aca39-5998-4964-9220-64ac68a18937 {
  margin-bottom: -10px;
}

@media (min-width: 0px) {
[id="s-cc3aca39-5998-4964-9220-64ac68a18937"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-cc3aca39-5998-4964-9220-64ac68a18937"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-cc3aca39-5998-4964-9220-64ac68a18937"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-cc3aca39-5998-4964-9220-64ac68a18937"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-cc3aca39-5998-4964-9220-64ac68a18937"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-cc3aca39-5998-4964-9220-64ac68a18937"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-cc3aca39-5998-4964-9220-64ac68a18937"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

#s-0f2c4ce0-086c-436a-b4ea-01d211f78188 {
  min-height: 50px;
}








#s-0f2c4ce0-086c-436a-b4ea-01d211f78188 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0f2c4ce0-086c-436a-b4ea-01d211f78188.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d69e599d-7bf3-455c-a8b8-2fe0c40cfba7 {
  margin-left: auto;
margin-right: auto;
max-width: 30px;
text-align: left;
opacity: 1;
}
#s-d69e599d-7bf3-455c-a8b8-2fe0c40cfba7:hover {opacity: 1 !important;}






  #s-d69e599d-7bf3-455c-a8b8-2fe0c40cfba7 img.shogun-image {
    

    
    
    
  }


#s-d69e599d-7bf3-455c-a8b8-2fe0c40cfba7 .shogun-image-content {
  
    align-items: center;
  
}

#s-0787543e-5967-4e34-9e68-c1867b07631d {
  min-height: 50px;
}








#s-0787543e-5967-4e34-9e68-c1867b07631d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0787543e-5967-4e34-9e68-c1867b07631d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-df276465-3b6b-4aed-913a-a8498be1b434 {
  margin-bottom: -10px;
}

#s-1beb0023-8c8f-4ee3-9313-d8b5f15a17a4 {
  text-align: left;
}

#s-289cb8c4-b9a6-4541-8036-400e8c06a110 {
  margin-bottom: -10px;
}

@media (min-width: 0px) {
[id="s-289cb8c4-b9a6-4541-8036-400e8c06a110"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-289cb8c4-b9a6-4541-8036-400e8c06a110"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-289cb8c4-b9a6-4541-8036-400e8c06a110"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-289cb8c4-b9a6-4541-8036-400e8c06a110"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-289cb8c4-b9a6-4541-8036-400e8c06a110"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-289cb8c4-b9a6-4541-8036-400e8c06a110"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-289cb8c4-b9a6-4541-8036-400e8c06a110"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

#s-bd348c8a-5877-46b1-9446-3f0b54630250 {
  min-height: 50px;
}








#s-bd348c8a-5877-46b1-9446-3f0b54630250 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bd348c8a-5877-46b1-9446-3f0b54630250.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-38a95c97-77b1-4d81-a219-ad4cf54a1720 {
  margin-left: auto;
margin-right: auto;
max-width: 30px;
text-align: left;
opacity: 1;
}
#s-38a95c97-77b1-4d81-a219-ad4cf54a1720:hover {opacity: 1 !important;}






  #s-38a95c97-77b1-4d81-a219-ad4cf54a1720 img.shogun-image {
    

    
    
    
  }


#s-38a95c97-77b1-4d81-a219-ad4cf54a1720 .shogun-image-content {
  
    align-items: center;
  
}

#s-a16583f8-0a27-461d-98b2-8b7f2cf9c599 {
  min-height: 50px;
}








#s-a16583f8-0a27-461d-98b2-8b7f2cf9c599 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a16583f8-0a27-461d-98b2-8b7f2cf9c599.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b6215d53-c113-447b-a931-ec7d4eb9016f {
  margin-bottom: -10px;
}

#s-876134fe-170c-4120-8639-8c507b56f023 {
  text-align: left;
}

#s-ea3a0ff2-c4fa-4c56-9fd7-71bdf47d77ef {
  margin-left: 25px;
margin-right: 25px;
padding-bottom: 25px;
min-height: 50px;
}
@media (min-width: 1200px){#s-ea3a0ff2-c4fa-4c56-9fd7-71bdf47d77ef {
  display: none;
}
#s-ea3a0ff2-c4fa-4c56-9fd7-71bdf47d77ef, #wrap-s-ea3a0ff2-c4fa-4c56-9fd7-71bdf47d77ef { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ea3a0ff2-c4fa-4c56-9fd7-71bdf47d77ef {
  display: none;
}
#s-ea3a0ff2-c4fa-4c56-9fd7-71bdf47d77ef, #wrap-s-ea3a0ff2-c4fa-4c56-9fd7-71bdf47d77ef { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ea3a0ff2-c4fa-4c56-9fd7-71bdf47d77ef {
  display: none;
}
#s-ea3a0ff2-c4fa-4c56-9fd7-71bdf47d77ef, #wrap-s-ea3a0ff2-c4fa-4c56-9fd7-71bdf47d77ef { display:none !important; }}@media (max-width: 767px){#s-ea3a0ff2-c4fa-4c56-9fd7-71bdf47d77ef {
  margin-left: 25px;
margin-right: 25px;
}
}







#s-ea3a0ff2-c4fa-4c56-9fd7-71bdf47d77ef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ea3a0ff2-c4fa-4c56-9fd7-71bdf47d77ef.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6e822f2b-c167-4dbb-83af-e6aa22c33f6b {
  text-align: left;
}

#s-3b4e3c37-a474-4971-9d25-83a018b52c71 {
  margin-top: 10px;
margin-bottom: 10px;
max-width: 325px;
}

@media (min-width: 0px) {
[id="s-3b4e3c37-a474-4971-9d25-83a018b52c71"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-3b4e3c37-a474-4971-9d25-83a018b52c71"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3b4e3c37-a474-4971-9d25-83a018b52c71"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3b4e3c37-a474-4971-9d25-83a018b52c71"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-6e7e8173-613f-4db8-a81b-0e6c04dd7626 {
  margin-bottom: -10px;
}

@media (min-width: 0px) {
[id="s-6e7e8173-613f-4db8-a81b-0e6c04dd7626"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-6e7e8173-613f-4db8-a81b-0e6c04dd7626"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-6e7e8173-613f-4db8-a81b-0e6c04dd7626"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-6e7e8173-613f-4db8-a81b-0e6c04dd7626"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-be273ede-f16a-4680-bb3a-e0ed20747a1b {
  min-height: 50px;
}








#s-be273ede-f16a-4680-bb3a-e0ed20747a1b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-be273ede-f16a-4680-bb3a-e0ed20747a1b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eff3a953-0041-463d-8220-9fd6ada37d02 {
  margin-left: auto;
margin-right: auto;
max-width: 40px;
text-align: center;
opacity: 1;
}
#s-eff3a953-0041-463d-8220-9fd6ada37d02:hover {opacity: 1 !important;}






  #s-eff3a953-0041-463d-8220-9fd6ada37d02 img.shogun-image {
    

    
    
    
  }


#s-eff3a953-0041-463d-8220-9fd6ada37d02 .shogun-image-content {
  
    align-items: center;
  
}

#s-4e7d9423-4dc2-4e68-9f7c-6b110196c2c1 {
  min-height: 50px;
}








#s-4e7d9423-4dc2-4e68-9f7c-6b110196c2c1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4e7d9423-4dc2-4e68-9f7c-6b110196c2c1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0362cc2c-422d-4185-aff6-c9fb7ae6bbfa {
  margin-bottom: -10px;
}

#s-76a87334-d5ac-45da-a3aa-76665ef37d22 {
  margin-bottom: -10px;
}

@media (min-width: 0px) {
[id="s-76a87334-d5ac-45da-a3aa-76665ef37d22"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-76a87334-d5ac-45da-a3aa-76665ef37d22"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-76a87334-d5ac-45da-a3aa-76665ef37d22"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-76a87334-d5ac-45da-a3aa-76665ef37d22"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-ad225c66-eb18-4a17-a414-1fe11f9b1ae1 {
  min-height: 50px;
}








#s-ad225c66-eb18-4a17-a414-1fe11f9b1ae1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ad225c66-eb18-4a17-a414-1fe11f9b1ae1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-624cdc4e-388f-4739-b49d-e3f032235da8 {
  margin-left: auto;
margin-right: auto;
max-width: 40px;
text-align: left;
opacity: 1;
}
#s-624cdc4e-388f-4739-b49d-e3f032235da8:hover {opacity: 1 !important;}






  #s-624cdc4e-388f-4739-b49d-e3f032235da8 img.shogun-image {
    

    
    
    
  }


#s-624cdc4e-388f-4739-b49d-e3f032235da8 .shogun-image-content {
  
    align-items: center;
  
}

#s-7aef838c-2230-4314-b5df-2cddf7c78def {
  min-height: 50px;
}








#s-7aef838c-2230-4314-b5df-2cddf7c78def > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7aef838c-2230-4314-b5df-2cddf7c78def.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-56df6560-3f20-4aeb-a954-ef4537243b1b {
  margin-bottom: -10px;
}

#s-949ede3c-4dad-40b6-9170-24b21f443913 {
  text-align: left;
}

#s-c8a1a065-60bb-4012-a338-6b8633c95679 {
  margin-top: 10px;
margin-bottom: 10px;
max-width: 325px;
}

@media (min-width: 0px) {
[id="s-c8a1a065-60bb-4012-a338-6b8633c95679"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-c8a1a065-60bb-4012-a338-6b8633c95679"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c8a1a065-60bb-4012-a338-6b8633c95679"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c8a1a065-60bb-4012-a338-6b8633c95679"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-bae39f1c-2c0a-451b-ad1c-c20b4a25a28d {
  margin-bottom: -10px;
}

@media (min-width: 0px) {
[id="s-bae39f1c-2c0a-451b-ad1c-c20b4a25a28d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-bae39f1c-2c0a-451b-ad1c-c20b4a25a28d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-bae39f1c-2c0a-451b-ad1c-c20b4a25a28d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-bae39f1c-2c0a-451b-ad1c-c20b4a25a28d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-2ac0705b-6ac5-4104-9d3f-eb8ae9958947 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-2ac0705b-6ac5-4104-9d3f-eb8ae9958947 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2ac0705b-6ac5-4104-9d3f-eb8ae9958947.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-84b62210-7907-4ab2-b4c1-6e041d354541 {
  margin-left: auto;
margin-right: auto;
max-width: 40px;
text-align: center;
opacity: 1;
}
#s-84b62210-7907-4ab2-b4c1-6e041d354541:hover {opacity: 1 !important;}






  #s-84b62210-7907-4ab2-b4c1-6e041d354541 img.shogun-image {
    

    
    
    
  }


#s-84b62210-7907-4ab2-b4c1-6e041d354541 .shogun-image-content {
  
    align-items: center;
  
}

#s-bd17a68b-6a35-4925-a86e-3006a96ef987 {
  min-height: 50px;
}








#s-bd17a68b-6a35-4925-a86e-3006a96ef987 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bd17a68b-6a35-4925-a86e-3006a96ef987.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9108e42e-d91b-459d-9efc-3199aaa076b0 {
  margin-bottom: -10px;
}

#s-853980ce-14cc-4237-bd25-6eda762acfe0 {
  margin-bottom: -10px;
}

@media (min-width: 0px) {
[id="s-853980ce-14cc-4237-bd25-6eda762acfe0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-853980ce-14cc-4237-bd25-6eda762acfe0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-853980ce-14cc-4237-bd25-6eda762acfe0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-853980ce-14cc-4237-bd25-6eda762acfe0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-e3b7d6ba-ccd0-40d1-85a9-e856434b9a16 {
  min-height: 50px;
}








#s-e3b7d6ba-ccd0-40d1-85a9-e856434b9a16 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e3b7d6ba-ccd0-40d1-85a9-e856434b9a16.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-47e4d2f9-a62e-4fd2-96c8-01836ed0f867 {
  margin-left: auto;
margin-right: auto;
max-width: 40px;
text-align: left;
opacity: 1;
}
#s-47e4d2f9-a62e-4fd2-96c8-01836ed0f867:hover {opacity: 1 !important;}






  #s-47e4d2f9-a62e-4fd2-96c8-01836ed0f867 img.shogun-image {
    

    
    
    
  }


#s-47e4d2f9-a62e-4fd2-96c8-01836ed0f867 .shogun-image-content {
  
    align-items: center;
  
}

#s-925ef51f-c26a-4cde-a248-642f3aef7969 {
  min-height: 50px;
}








#s-925ef51f-c26a-4cde-a248-642f3aef7969 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-925ef51f-c26a-4cde-a248-642f3aef7969.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-29c49ae1-bc48-42c5-8370-06497d9518db {
  margin-bottom: -10px;
}

#s-f4a24807-db6f-4f5b-9d32-5cd34c010406 {
  margin-bottom: -20px;
text-align: left;
}

#s-b958798b-bbbf-4413-ba85-fd900d82db70 {
  margin-left: 25px;
margin-right: 25px;
min-height: 60px;
}








#s-b958798b-bbbf-4413-ba85-fd900d82db70 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b958798b-bbbf-4413-ba85-fd900d82db70.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b976946e-3c78-4365-816d-df7c70f16c9c {
  margin-bottom: 25px;
}

#s-d288379d-110a-4f11-95fa-76f7307922b7 {
  margin-bottom: 25px;
}

#s-9b6338b0-e816-4e58-abc4-b6b2548d3152 {
  margin-bottom: 25px;
}

#s-c4e0fa12-d2e6-41b4-96e9-8bb33cfd6f30 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-color: #000;
border-style: solid;
border-radius: 30px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-c4e0fa12-d2e6-41b4-96e9-8bb33cfd6f30:hover {border-style: solid !important;
border-color: rgba(190, 190, 190, 1) !important;
background-color: rgba(190, 190, 190, 1) !important;
text-decoration: none !important;
color: rgba(253, 253, 253, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-c4e0fa12-d2e6-41b4-96e9-8bb33cfd6f30:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c4e0fa12-d2e6-41b4-96e9-8bb33cfd6f30-root {
    text-align: center;
  }


#s-c4e0fa12-d2e6-41b4-96e9-8bb33cfd6f30.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
@media (min-width: 1200px){
  #s-c4e0fa12-d2e6-41b4-96e9-8bb33cfd6f30-root {
    text-align: center;
  }


#s-c4e0fa12-d2e6-41b4-96e9-8bb33cfd6f30.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c4e0fa12-d2e6-41b4-96e9-8bb33cfd6f30-root {
    text-align: center;
  }


#s-c4e0fa12-d2e6-41b4-96e9-8bb33cfd6f30.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c4e0fa12-d2e6-41b4-96e9-8bb33cfd6f30-root {
    text-align: center;
  }


#s-c4e0fa12-d2e6-41b4-96e9-8bb33cfd6f30.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
}@media (max-width: 767px){
  #s-c4e0fa12-d2e6-41b4-96e9-8bb33cfd6f30-root {
    text-align: center;
  }


#s-c4e0fa12-d2e6-41b4-96e9-8bb33cfd6f30.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
}
#s-af723f1f-a1e2-4ffe-8971-621490f9d5e3 {
  text-align: center;
}







  #s-af723f1f-a1e2-4ffe-8971-621490f9d5e3 img.shogun-image {
    

    
    
    
  }


#s-af723f1f-a1e2-4ffe-8971-621490f9d5e3 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-c7c615e7-b04b-414c-98e3-f302b043e021 {
  margin-left: 25px;
margin-right: 25px;
padding-top: 25px;
}

#s-c22a389e-7948-4d3d-b386-d42e6d977751 {
  margin-left: 25px;
margin-right: 25px;
padding-bottom: 15px;
min-height: 50px;
}
@media (max-width: 767px){#s-c22a389e-7948-4d3d-b386-d42e6d977751 {
  display: none;
}
#s-c22a389e-7948-4d3d-b386-d42e6d977751, #wrap-s-c22a389e-7948-4d3d-b386-d42e6d977751 { display:none !important; }}







#s-c22a389e-7948-4d3d-b386-d42e6d977751 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c22a389e-7948-4d3d-b386-d42e6d977751.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-002ab02b-b0ed-4dcb-9e2a-2b38c6b72494 {
  text-align: left;
}

#s-b9528a9a-324e-4162-9eef-b6e21cbcfc87 {
  margin-bottom: -10px;
}

@media (min-width: 0px) {
[id="s-b9528a9a-324e-4162-9eef-b6e21cbcfc87"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-b9528a9a-324e-4162-9eef-b6e21cbcfc87"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-b9528a9a-324e-4162-9eef-b6e21cbcfc87"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-b9528a9a-324e-4162-9eef-b6e21cbcfc87"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-b9528a9a-324e-4162-9eef-b6e21cbcfc87"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-b9528a9a-324e-4162-9eef-b6e21cbcfc87"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-b9528a9a-324e-4162-9eef-b6e21cbcfc87"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

#s-49298393-0f2f-44aa-aa4f-3166fcab4cda {
  min-height: 50px;
}








#s-49298393-0f2f-44aa-aa4f-3166fcab4cda > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-49298393-0f2f-44aa-aa4f-3166fcab4cda.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4f0b37a4-8142-4375-8062-e94f0531a6a0 {
  margin-left: auto;
margin-right: auto;
max-width: 30px;
text-align: center;
opacity: 1;
}
#s-4f0b37a4-8142-4375-8062-e94f0531a6a0:hover {opacity: 1 !important;}






  #s-4f0b37a4-8142-4375-8062-e94f0531a6a0 img.shogun-image {
    

    
    
    
  }


#s-4f0b37a4-8142-4375-8062-e94f0531a6a0 .shogun-image-content {
  
    align-items: center;
  
}

#s-3e3f5d08-0ea6-4458-af6b-c854c62afc58 {
  min-height: 50px;
}








#s-3e3f5d08-0ea6-4458-af6b-c854c62afc58 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3e3f5d08-0ea6-4458-af6b-c854c62afc58.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-52c1bcf8-0528-4fb8-ad24-db845bdd1ab0 {
  margin-bottom: -10px;
}

#s-c48b49a1-3177-482b-ac23-3ca94e81b60d {
  text-align: left;
}

#s-0deb8931-11c8-4386-ae67-9f615b68a5c6 {
  margin-bottom: -10px;
}

@media (min-width: 0px) {
[id="s-0deb8931-11c8-4386-ae67-9f615b68a5c6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-0deb8931-11c8-4386-ae67-9f615b68a5c6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-0deb8931-11c8-4386-ae67-9f615b68a5c6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-0deb8931-11c8-4386-ae67-9f615b68a5c6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-0deb8931-11c8-4386-ae67-9f615b68a5c6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-0deb8931-11c8-4386-ae67-9f615b68a5c6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-0deb8931-11c8-4386-ae67-9f615b68a5c6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

#s-d29cbfc7-0d9a-4052-90a1-9442cd00f502 {
  min-height: 50px;
}








#s-d29cbfc7-0d9a-4052-90a1-9442cd00f502 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d29cbfc7-0d9a-4052-90a1-9442cd00f502.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0595aa2c-471a-447f-8b5f-7ae892123566 {
  margin-left: auto;
margin-right: auto;
max-width: 30px;
text-align: left;
opacity: 1;
}
#s-0595aa2c-471a-447f-8b5f-7ae892123566:hover {opacity: 1 !important;}






  #s-0595aa2c-471a-447f-8b5f-7ae892123566 img.shogun-image {
    

    
    
    
  }


#s-0595aa2c-471a-447f-8b5f-7ae892123566 .shogun-image-content {
  
    align-items: center;
  
}

#s-124db548-656c-45d5-8e00-cf1c4511b4ac {
  min-height: 50px;
}








#s-124db548-656c-45d5-8e00-cf1c4511b4ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-124db548-656c-45d5-8e00-cf1c4511b4ac.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1b5feae0-d3d3-45dc-9cc0-77bbc04a531e {
  margin-bottom: -10px;
}

#s-d396b4fe-89aa-4fe7-b35e-e72122a12700 {
  text-align: left;
}

#s-1023a8bc-7bc6-4207-b0e7-0c967f6cec15 {
  margin-bottom: -10px;
}

@media (min-width: 0px) {
[id="s-1023a8bc-7bc6-4207-b0e7-0c967f6cec15"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-1023a8bc-7bc6-4207-b0e7-0c967f6cec15"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-1023a8bc-7bc6-4207-b0e7-0c967f6cec15"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-1023a8bc-7bc6-4207-b0e7-0c967f6cec15"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-1023a8bc-7bc6-4207-b0e7-0c967f6cec15"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-1023a8bc-7bc6-4207-b0e7-0c967f6cec15"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-1023a8bc-7bc6-4207-b0e7-0c967f6cec15"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

#s-4eed0ec5-f8f6-4c09-a585-d4a1d8868678 {
  min-height: 50px;
}








#s-4eed0ec5-f8f6-4c09-a585-d4a1d8868678 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4eed0ec5-f8f6-4c09-a585-d4a1d8868678.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-45f018a6-c3f8-48a9-a041-f6ad47974a01 {
  margin-left: auto;
margin-right: auto;
max-width: 30px;
text-align: left;
opacity: 1;
}
#s-45f018a6-c3f8-48a9-a041-f6ad47974a01:hover {opacity: 1 !important;}






  #s-45f018a6-c3f8-48a9-a041-f6ad47974a01 img.shogun-image {
    

    
    
    
  }


#s-45f018a6-c3f8-48a9-a041-f6ad47974a01 .shogun-image-content {
  
    align-items: center;
  
}

#s-922f1c1d-2155-49a0-902d-69e74c22eae4 {
  min-height: 50px;
}








#s-922f1c1d-2155-49a0-902d-69e74c22eae4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-922f1c1d-2155-49a0-902d-69e74c22eae4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7fabe2ee-b0e6-4d93-b011-586aad19ec4b {
  margin-bottom: -10px;
}

#s-7c198070-4447-4c1b-86cf-489c0fc1e969 {
  text-align: left;
}








#s-7ff2393f-d527-43f2-9f40-2946fbeaccc9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7ff2393f-d527-43f2-9f40-2946fbeaccc9.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-528e993a-fb9d-482d-92e9-80967d7b43f4 {
  margin-left: 25px;
margin-right: 25px;
padding-bottom: 25px;
min-height: 50px;
}
@media (min-width: 1200px){#s-528e993a-fb9d-482d-92e9-80967d7b43f4 {
  display: none;
}
#s-528e993a-fb9d-482d-92e9-80967d7b43f4, #wrap-s-528e993a-fb9d-482d-92e9-80967d7b43f4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-528e993a-fb9d-482d-92e9-80967d7b43f4 {
  display: none;
}
#s-528e993a-fb9d-482d-92e9-80967d7b43f4, #wrap-s-528e993a-fb9d-482d-92e9-80967d7b43f4 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-528e993a-fb9d-482d-92e9-80967d7b43f4 {
  display: none;
}
#s-528e993a-fb9d-482d-92e9-80967d7b43f4, #wrap-s-528e993a-fb9d-482d-92e9-80967d7b43f4 { display:none !important; }}@media (max-width: 767px){#s-528e993a-fb9d-482d-92e9-80967d7b43f4 {
  margin-left: 25px;
margin-right: 25px;
}
}







#s-528e993a-fb9d-482d-92e9-80967d7b43f4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-528e993a-fb9d-482d-92e9-80967d7b43f4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4d038e7c-5ede-4576-b1b7-c182f69d1336 {
  text-align: left;
}

#s-37ceb4db-6ade-4cf6-81c3-265fb6d56601 {
  margin-top: 10px;
margin-bottom: 10px;
max-width: 325px;
}

@media (min-width: 0px) {
[id="s-37ceb4db-6ade-4cf6-81c3-265fb6d56601"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-37ceb4db-6ade-4cf6-81c3-265fb6d56601"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-37ceb4db-6ade-4cf6-81c3-265fb6d56601"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-37ceb4db-6ade-4cf6-81c3-265fb6d56601"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-afec1018-be9e-4e86-80b9-df6b3e97fdaf {
  margin-bottom: -10px;
}

@media (min-width: 0px) {
[id="s-afec1018-be9e-4e86-80b9-df6b3e97fdaf"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-afec1018-be9e-4e86-80b9-df6b3e97fdaf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-afec1018-be9e-4e86-80b9-df6b3e97fdaf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-afec1018-be9e-4e86-80b9-df6b3e97fdaf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-f2ad6a91-d138-4138-b2c6-8fb7bf796e8a {
  min-height: 50px;
}








#s-f2ad6a91-d138-4138-b2c6-8fb7bf796e8a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f2ad6a91-d138-4138-b2c6-8fb7bf796e8a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a4e09c0a-1a42-41b7-b4f7-538fd4885c1a {
  margin-left: auto;
margin-right: auto;
max-width: 40px;
text-align: center;
opacity: 1;
}
#s-a4e09c0a-1a42-41b7-b4f7-538fd4885c1a:hover {opacity: 1 !important;}






  #s-a4e09c0a-1a42-41b7-b4f7-538fd4885c1a img.shogun-image {
    

    
    
    
  }


#s-a4e09c0a-1a42-41b7-b4f7-538fd4885c1a .shogun-image-content {
  
    align-items: center;
  
}

#s-e229e7f9-3c84-43d8-915b-99b14c47bb37 {
  min-height: 50px;
}








#s-e229e7f9-3c84-43d8-915b-99b14c47bb37 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e229e7f9-3c84-43d8-915b-99b14c47bb37.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1b15371c-6915-466d-8162-501b32bcea67 {
  margin-bottom: -10px;
}

#s-bad46e98-25a5-4286-8fe9-1f33b0be22ba {
  margin-bottom: -10px;
}

@media (min-width: 0px) {
[id="s-bad46e98-25a5-4286-8fe9-1f33b0be22ba"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-bad46e98-25a5-4286-8fe9-1f33b0be22ba"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-bad46e98-25a5-4286-8fe9-1f33b0be22ba"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-bad46e98-25a5-4286-8fe9-1f33b0be22ba"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-b33e45c3-2072-4548-b493-f5a2a66a0a5d {
  min-height: 50px;
}








#s-b33e45c3-2072-4548-b493-f5a2a66a0a5d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b33e45c3-2072-4548-b493-f5a2a66a0a5d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-18bb04fd-7533-4f00-8f32-243ad72e2dba {
  margin-left: auto;
margin-right: auto;
max-width: 40px;
text-align: left;
opacity: 1;
}
#s-18bb04fd-7533-4f00-8f32-243ad72e2dba:hover {opacity: 1 !important;}






  #s-18bb04fd-7533-4f00-8f32-243ad72e2dba img.shogun-image {
    

    
    
    
  }


#s-18bb04fd-7533-4f00-8f32-243ad72e2dba .shogun-image-content {
  
    align-items: center;
  
}

#s-34dde2b6-a3ff-4e8d-9b78-06d4f9c89adc {
  min-height: 50px;
}








#s-34dde2b6-a3ff-4e8d-9b78-06d4f9c89adc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-34dde2b6-a3ff-4e8d-9b78-06d4f9c89adc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3286c85b-66f1-485a-8245-9bbc36204436 {
  margin-bottom: -10px;
}

#s-4203f3c0-9df3-4cdf-bf1d-4d15f945e2a3 {
  text-align: left;
}

#s-1405cdd6-8c14-41d1-977d-e483c75dc59f {
  margin-top: 10px;
margin-bottom: 10px;
max-width: 325px;
}

@media (min-width: 0px) {
[id="s-1405cdd6-8c14-41d1-977d-e483c75dc59f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-1405cdd6-8c14-41d1-977d-e483c75dc59f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1405cdd6-8c14-41d1-977d-e483c75dc59f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1405cdd6-8c14-41d1-977d-e483c75dc59f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-2749c03e-eff1-42a7-95ad-22f9818857d3 {
  margin-bottom: -10px;
}

@media (min-width: 0px) {
[id="s-2749c03e-eff1-42a7-95ad-22f9818857d3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-2749c03e-eff1-42a7-95ad-22f9818857d3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-2749c03e-eff1-42a7-95ad-22f9818857d3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-2749c03e-eff1-42a7-95ad-22f9818857d3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-1f412720-2b69-40f2-958b-bf55a2c1832a {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-1f412720-2b69-40f2-958b-bf55a2c1832a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1f412720-2b69-40f2-958b-bf55a2c1832a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7f08af1a-cc71-411d-881d-2b29bb25b3e9 {
  margin-left: auto;
margin-right: auto;
max-width: 40px;
text-align: center;
opacity: 1;
}
#s-7f08af1a-cc71-411d-881d-2b29bb25b3e9:hover {opacity: 1 !important;}






  #s-7f08af1a-cc71-411d-881d-2b29bb25b3e9 img.shogun-image {
    

    
    
    
  }


#s-7f08af1a-cc71-411d-881d-2b29bb25b3e9 .shogun-image-content {
  
    align-items: center;
  
}

#s-ea78864c-731a-4e47-b506-8a075c137162 {
  min-height: 50px;
}








#s-ea78864c-731a-4e47-b506-8a075c137162 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ea78864c-731a-4e47-b506-8a075c137162.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-798f1d9f-45e9-4218-89ee-29111e655806 {
  margin-bottom: -10px;
}

#s-15b38570-13ff-47b7-beee-87b3c7e2bb57 {
  margin-bottom: -10px;
}

@media (min-width: 0px) {
[id="s-15b38570-13ff-47b7-beee-87b3c7e2bb57"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-15b38570-13ff-47b7-beee-87b3c7e2bb57"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-15b38570-13ff-47b7-beee-87b3c7e2bb57"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-15b38570-13ff-47b7-beee-87b3c7e2bb57"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-65848cd5-057e-46a2-9fad-c3872f9b7a63 {
  min-height: 50px;
}








#s-65848cd5-057e-46a2-9fad-c3872f9b7a63 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-65848cd5-057e-46a2-9fad-c3872f9b7a63.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-aa4ba4d2-cc05-4da1-ae73-b53222c7c751 {
  margin-left: auto;
margin-right: auto;
max-width: 40px;
text-align: center;
opacity: 1;
}
#s-aa4ba4d2-cc05-4da1-ae73-b53222c7c751:hover {opacity: 1 !important;}






  #s-aa4ba4d2-cc05-4da1-ae73-b53222c7c751 img.shogun-image {
    

    
    
    
  }


#s-aa4ba4d2-cc05-4da1-ae73-b53222c7c751 .shogun-image-content {
  
    align-items: center;
  
}

#s-c39bfb7e-9ab1-42cb-8345-c392bb2c68e3 {
  min-height: 50px;
}








#s-c39bfb7e-9ab1-42cb-8345-c392bb2c68e3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c39bfb7e-9ab1-42cb-8345-c392bb2c68e3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ce959b65-7c72-45ae-9d86-cb06e5b2111a {
  margin-bottom: -10px;
}

#s-7dcf8137-a990-4394-a2c2-904f73ae6509 {
  margin-bottom: -20px;
text-align: left;
}

#s-5d8d0b45-70c7-49da-9bc0-cada1b2712fa {
  margin-left: 25px;
margin-right: 25px;
min-height: 60px;
}








#s-5d8d0b45-70c7-49da-9bc0-cada1b2712fa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5d8d0b45-70c7-49da-9bc0-cada1b2712fa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d4cf0a95-32b4-4ba0-a258-6f9ccf87869a {
  margin-bottom: 25px;
}

#s-d8fbdb71-5172-4879-8b59-8e043383130a {
  margin-bottom: 25px;
}

#s-527c6938-1f6e-4a17-b138-3b152b6c4ec2 {
  margin-bottom: 25px;
}

#s-549c4b67-b4c0-4f2e-b027-8b263c3c38df {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-color: #000;
border-style: solid;
border-radius: 30px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-549c4b67-b4c0-4f2e-b027-8b263c3c38df:hover {border-style: solid !important;
border-color: rgba(190, 190, 190, 1) !important;
background-color: rgba(190, 190, 190, 1) !important;
text-decoration: none !important;
color: rgba(253, 253, 253, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-549c4b67-b4c0-4f2e-b027-8b263c3c38df:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-549c4b67-b4c0-4f2e-b027-8b263c3c38df-root {
    text-align: center;
  }


#s-549c4b67-b4c0-4f2e-b027-8b263c3c38df.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
@media (min-width: 1200px){
  #s-549c4b67-b4c0-4f2e-b027-8b263c3c38df-root {
    text-align: center;
  }


#s-549c4b67-b4c0-4f2e-b027-8b263c3c38df.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-549c4b67-b4c0-4f2e-b027-8b263c3c38df-root {
    text-align: center;
  }


#s-549c4b67-b4c0-4f2e-b027-8b263c3c38df.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-549c4b67-b4c0-4f2e-b027-8b263c3c38df-root {
    text-align: center;
  }


#s-549c4b67-b4c0-4f2e-b027-8b263c3c38df.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
}@media (max-width: 767px){
  #s-549c4b67-b4c0-4f2e-b027-8b263c3c38df-root {
    text-align: center;
  }


#s-549c4b67-b4c0-4f2e-b027-8b263c3c38df.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
}
#s-3dd8dd42-3fc5-4b7d-9edc-4880b90b54f7 {
  margin-top: 25px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
padding-left: 25px;
padding-right: 25px;
max-width: 1250px;
background-color: rgba(232, 232, 232, 0);
}
@media (max-width: 767px){#s-3dd8dd42-3fc5-4b7d-9edc-4880b90b54f7 {
  margin-bottom: 30px;
}
}
@media (min-width: 0px) {
[id="s-3dd8dd42-3fc5-4b7d-9edc-4880b90b54f7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3dd8dd42-3fc5-4b7d-9edc-4880b90b54f7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-3dd8dd42-3fc5-4b7d-9edc-4880b90b54f7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-3dd8dd42-3fc5-4b7d-9edc-4880b90b54f7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

#s-9c0c8ef4-e462-4f1c-ba61-f6e6eb2a12ea {
  box-shadow:1px 1px 7px 7px rgba(244, 244, 244, 0);
margin-bottom: 25px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-9c0c8ef4-e462-4f1c-ba61-f6e6eb2a12ea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9c0c8ef4-e462-4f1c-ba61-f6e6eb2a12ea.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-05a3076c-e8a8-4c72-ba1f-25d63b2b517c {
  text-align: center;
}







  #s-05a3076c-e8a8-4c72-ba1f-25d63b2b517c img.shogun-image {
    

    
    
    
  }


#s-05a3076c-e8a8-4c72-ba1f-25d63b2b517c .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-b0670f41-d9a3-4670-9cde-f96e31cdac43 {
  min-height: 725px;
}
@media (max-width: 767px){#s-b0670f41-d9a3-4670-9cde-f96e31cdac43 {
  min-height: 0px;
}
}







#s-b0670f41-d9a3-4670-9cde-f96e31cdac43 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b0670f41-d9a3-4670-9cde-f96e31cdac43.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-f46ee6e1-1dbc-4900-84d1-288fce2604b4 {
  margin-left: 25px;
margin-right: 25px;
padding-top: 25px;
}

#s-b5562ef9-ab94-497a-b165-d0f1eedf8d5a {
  margin-left: 25px;
margin-right: 25px;
padding-bottom: 15px;
min-height: 50px;
}
@media (max-width: 767px){#s-b5562ef9-ab94-497a-b165-d0f1eedf8d5a {
  display: none;
}
#s-b5562ef9-ab94-497a-b165-d0f1eedf8d5a, #wrap-s-b5562ef9-ab94-497a-b165-d0f1eedf8d5a { display:none !important; }}







#s-b5562ef9-ab94-497a-b165-d0f1eedf8d5a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b5562ef9-ab94-497a-b165-d0f1eedf8d5a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7dcd1a16-df82-4cc2-80e1-f245767d2903 {
  text-align: left;
}

#s-69e1c8f0-86df-42f4-a351-139aa3faa030 {
  margin-bottom: -10px;
}

@media (min-width: 0px) {
[id="s-69e1c8f0-86df-42f4-a351-139aa3faa030"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-69e1c8f0-86df-42f4-a351-139aa3faa030"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-69e1c8f0-86df-42f4-a351-139aa3faa030"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-69e1c8f0-86df-42f4-a351-139aa3faa030"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-69e1c8f0-86df-42f4-a351-139aa3faa030"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-69e1c8f0-86df-42f4-a351-139aa3faa030"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-69e1c8f0-86df-42f4-a351-139aa3faa030"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

#s-767be356-1963-4ea6-b3be-fb03193c8a26 {
  min-height: 50px;
}








#s-767be356-1963-4ea6-b3be-fb03193c8a26 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-767be356-1963-4ea6-b3be-fb03193c8a26.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a3e0f652-ee97-4e67-9867-996831c68139 {
  margin-left: auto;
margin-right: auto;
max-width: 30px;
text-align: center;
opacity: 1;
}
#s-a3e0f652-ee97-4e67-9867-996831c68139:hover {opacity: 1 !important;}






  #s-a3e0f652-ee97-4e67-9867-996831c68139 img.shogun-image {
    

    
    
    
  }


#s-a3e0f652-ee97-4e67-9867-996831c68139 .shogun-image-content {
  
    align-items: center;
  
}

#s-8c603b4c-8d25-448d-b99e-652ec5613561 {
  min-height: 50px;
}








#s-8c603b4c-8d25-448d-b99e-652ec5613561 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8c603b4c-8d25-448d-b99e-652ec5613561.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c606e9be-6be1-469a-bdc7-950083fa6303 {
  margin-bottom: -10px;
}

#s-4bb5e48f-3c51-4ba8-ada1-0e98603a198c {
  text-align: left;
}

#s-7904bcba-4ce0-4d72-b66d-00f709b775e2 {
  margin-bottom: -10px;
}

@media (min-width: 0px) {
[id="s-7904bcba-4ce0-4d72-b66d-00f709b775e2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-7904bcba-4ce0-4d72-b66d-00f709b775e2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-7904bcba-4ce0-4d72-b66d-00f709b775e2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-7904bcba-4ce0-4d72-b66d-00f709b775e2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-7904bcba-4ce0-4d72-b66d-00f709b775e2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-7904bcba-4ce0-4d72-b66d-00f709b775e2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-7904bcba-4ce0-4d72-b66d-00f709b775e2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

#s-626d30a0-c76f-4472-baa1-84d81d6fe35a {
  min-height: 50px;
}








#s-626d30a0-c76f-4472-baa1-84d81d6fe35a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-626d30a0-c76f-4472-baa1-84d81d6fe35a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-43ec126d-d1d5-4667-b85f-53f77353124a {
  margin-left: auto;
margin-right: auto;
max-width: 30px;
text-align: left;
opacity: 1;
}
#s-43ec126d-d1d5-4667-b85f-53f77353124a:hover {opacity: 1 !important;}






  #s-43ec126d-d1d5-4667-b85f-53f77353124a img.shogun-image {
    

    
    
    
  }


#s-43ec126d-d1d5-4667-b85f-53f77353124a .shogun-image-content {
  
    align-items: center;
  
}

#s-277019e5-90e7-4bda-aa98-e9d4f53d4381 {
  min-height: 50px;
}








#s-277019e5-90e7-4bda-aa98-e9d4f53d4381 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-277019e5-90e7-4bda-aa98-e9d4f53d4381.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5811a3df-d096-4275-8b6b-1784dd34a1e7 {
  margin-bottom: -10px;
}

#s-abd70cfe-605a-4149-b4f7-b5b3d68d4011 {
  text-align: left;
}

#s-ac7648eb-d797-4ed3-99e2-4381d45b3d3a {
  margin-bottom: -10px;
}

@media (min-width: 0px) {
[id="s-ac7648eb-d797-4ed3-99e2-4381d45b3d3a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-ac7648eb-d797-4ed3-99e2-4381d45b3d3a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-ac7648eb-d797-4ed3-99e2-4381d45b3d3a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-ac7648eb-d797-4ed3-99e2-4381d45b3d3a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-ac7648eb-d797-4ed3-99e2-4381d45b3d3a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-ac7648eb-d797-4ed3-99e2-4381d45b3d3a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-ac7648eb-d797-4ed3-99e2-4381d45b3d3a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

#s-37851ac7-e814-4bb1-85ce-7e3f30c4f586 {
  min-height: 50px;
}








#s-37851ac7-e814-4bb1-85ce-7e3f30c4f586 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-37851ac7-e814-4bb1-85ce-7e3f30c4f586.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-397c1d19-4448-488b-8eea-8a1fd6358690 {
  margin-left: auto;
margin-right: auto;
max-width: 30px;
text-align: center;
opacity: 1;
}
#s-397c1d19-4448-488b-8eea-8a1fd6358690:hover {opacity: 1 !important;}






  #s-397c1d19-4448-488b-8eea-8a1fd6358690 img.shogun-image {
    

    
    
    
  }


#s-397c1d19-4448-488b-8eea-8a1fd6358690 .shogun-image-content {
  
    align-items: center;
  
}

#s-217d19a8-d5d7-4a66-9a20-fe57fcf25c12 {
  min-height: 50px;
}








#s-217d19a8-d5d7-4a66-9a20-fe57fcf25c12 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-217d19a8-d5d7-4a66-9a20-fe57fcf25c12.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6b553fd4-b736-4818-ae65-5886b5ef8a30 {
  margin-bottom: -10px;
}

#s-9345bb68-6670-42c3-a70e-7b47d110cb8d {
  text-align: left;
}

#s-cbd8283f-caf2-456e-be99-4fea3998548f {
  margin-left: 25px;
margin-right: 25px;
padding-bottom: 25px;
min-height: 50px;
}
@media (min-width: 1200px){#s-cbd8283f-caf2-456e-be99-4fea3998548f {
  display: none;
}
#s-cbd8283f-caf2-456e-be99-4fea3998548f, #wrap-s-cbd8283f-caf2-456e-be99-4fea3998548f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cbd8283f-caf2-456e-be99-4fea3998548f {
  display: none;
}
#s-cbd8283f-caf2-456e-be99-4fea3998548f, #wrap-s-cbd8283f-caf2-456e-be99-4fea3998548f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cbd8283f-caf2-456e-be99-4fea3998548f {
  display: none;
}
#s-cbd8283f-caf2-456e-be99-4fea3998548f, #wrap-s-cbd8283f-caf2-456e-be99-4fea3998548f { display:none !important; }}@media (max-width: 767px){#s-cbd8283f-caf2-456e-be99-4fea3998548f {
  margin-left: 25px;
margin-right: 25px;
}
}







#s-cbd8283f-caf2-456e-be99-4fea3998548f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cbd8283f-caf2-456e-be99-4fea3998548f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fcd53ea7-7454-4c27-bf9c-4f4b869220b9 {
  text-align: left;
}

#s-af287860-398a-48e9-a784-f57f8c242ffe {
  margin-top: 10px;
margin-bottom: 10px;
max-width: 325px;
}

@media (min-width: 0px) {
[id="s-af287860-398a-48e9-a784-f57f8c242ffe"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-af287860-398a-48e9-a784-f57f8c242ffe"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-af287860-398a-48e9-a784-f57f8c242ffe"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-af287860-398a-48e9-a784-f57f8c242ffe"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-6aedcd1e-90ce-4662-aee0-3502cef79f2d {
  margin-bottom: -10px;
}

@media (min-width: 0px) {
[id="s-6aedcd1e-90ce-4662-aee0-3502cef79f2d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-6aedcd1e-90ce-4662-aee0-3502cef79f2d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-6aedcd1e-90ce-4662-aee0-3502cef79f2d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-6aedcd1e-90ce-4662-aee0-3502cef79f2d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-7055a353-7bc0-4b1b-892a-1ec599e3b097 {
  min-height: 50px;
}








#s-7055a353-7bc0-4b1b-892a-1ec599e3b097 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7055a353-7bc0-4b1b-892a-1ec599e3b097.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-20ef779a-264f-4fed-ac79-eca56326e842 {
  margin-left: auto;
margin-right: auto;
max-width: 40px;
text-align: center;
opacity: 1;
}
#s-20ef779a-264f-4fed-ac79-eca56326e842:hover {opacity: 1 !important;}






  #s-20ef779a-264f-4fed-ac79-eca56326e842 img.shogun-image {
    

    
    
    
  }


#s-20ef779a-264f-4fed-ac79-eca56326e842 .shogun-image-content {
  
    align-items: center;
  
}

#s-2fb8c08a-ee42-44a3-b201-57ece82d16a5 {
  min-height: 50px;
}








#s-2fb8c08a-ee42-44a3-b201-57ece82d16a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2fb8c08a-ee42-44a3-b201-57ece82d16a5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-11effc89-500c-4019-a703-7002d4462998 {
  margin-bottom: -10px;
}

#s-0a73402b-6fd4-4d32-895f-88dd8b931194 {
  margin-bottom: -10px;
}

@media (min-width: 0px) {
[id="s-0a73402b-6fd4-4d32-895f-88dd8b931194"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-0a73402b-6fd4-4d32-895f-88dd8b931194"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-0a73402b-6fd4-4d32-895f-88dd8b931194"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-0a73402b-6fd4-4d32-895f-88dd8b931194"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-62c7b5d8-f9ef-43e3-9251-24bdbf2e42c2 {
  min-height: 50px;
}








#s-62c7b5d8-f9ef-43e3-9251-24bdbf2e42c2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-62c7b5d8-f9ef-43e3-9251-24bdbf2e42c2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-79bad3bf-48d6-40b7-879e-53f5354a8c5e {
  margin-left: auto;
margin-right: auto;
max-width: 40px;
text-align: left;
opacity: 1;
}
#s-79bad3bf-48d6-40b7-879e-53f5354a8c5e:hover {opacity: 1 !important;}






  #s-79bad3bf-48d6-40b7-879e-53f5354a8c5e img.shogun-image {
    

    
    
    
  }


#s-79bad3bf-48d6-40b7-879e-53f5354a8c5e .shogun-image-content {
  
    align-items: center;
  
}

#s-10633d25-d7fe-4587-8076-a750e486875c {
  min-height: 50px;
}








#s-10633d25-d7fe-4587-8076-a750e486875c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-10633d25-d7fe-4587-8076-a750e486875c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e5a32e48-5e37-401f-80fd-c6154baa3c47 {
  margin-bottom: -10px;
}

#s-3291703e-e1fa-4fd1-8d5e-9fda2ba518ab {
  text-align: left;
}

#s-d0011e5d-f3dc-4b3d-bad9-3f2576937265 {
  margin-top: 10px;
margin-bottom: 10px;
max-width: 325px;
}

@media (min-width: 0px) {
[id="s-d0011e5d-f3dc-4b3d-bad9-3f2576937265"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-d0011e5d-f3dc-4b3d-bad9-3f2576937265"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d0011e5d-f3dc-4b3d-bad9-3f2576937265"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d0011e5d-f3dc-4b3d-bad9-3f2576937265"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-61bb3a1a-2e6d-4fc7-97f0-7e0994b679cc {
  margin-bottom: -10px;
}

@media (min-width: 0px) {
[id="s-61bb3a1a-2e6d-4fc7-97f0-7e0994b679cc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-61bb3a1a-2e6d-4fc7-97f0-7e0994b679cc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-61bb3a1a-2e6d-4fc7-97f0-7e0994b679cc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-61bb3a1a-2e6d-4fc7-97f0-7e0994b679cc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-6535015b-4484-4f60-9aa7-47cd1443345c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-6535015b-4484-4f60-9aa7-47cd1443345c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6535015b-4484-4f60-9aa7-47cd1443345c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f83eac7f-8a7e-4c35-882f-46ff2543c87a {
  margin-left: auto;
margin-right: auto;
max-width: 40px;
text-align: center;
opacity: 1;
}
#s-f83eac7f-8a7e-4c35-882f-46ff2543c87a:hover {opacity: 1 !important;}






  #s-f83eac7f-8a7e-4c35-882f-46ff2543c87a img.shogun-image {
    

    
    
    
  }


#s-f83eac7f-8a7e-4c35-882f-46ff2543c87a .shogun-image-content {
  
    align-items: center;
  
}

#s-952d5038-e58b-4342-a850-f064f605ef82 {
  min-height: 50px;
}








#s-952d5038-e58b-4342-a850-f064f605ef82 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-952d5038-e58b-4342-a850-f064f605ef82.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3b9a8665-d508-42b4-aebf-865bd9b24a91 {
  margin-bottom: -10px;
}

#s-51187285-068a-45d7-ae27-cb76b2379664 {
  margin-bottom: -20px;
text-align: left;
}

#s-3892ab98-e3cf-4730-bee8-35f815fbc2ba {
  margin-left: 25px;
margin-right: 25px;
min-height: 50px;
}








#s-3892ab98-e3cf-4730-bee8-35f815fbc2ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3892ab98-e3cf-4730-bee8-35f815fbc2ba.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b0bb5875-6924-4377-b602-bc4fbe7bc495 {
  margin-bottom: 25px;
}

#s-a97817c6-af5c-4064-8c47-8914a1d81e29 {
  margin-bottom: 25px;
}

#s-66fdbae0-8e45-498c-aa7f-f777d2cfa1e8 {
  margin-bottom: 25px;
}

#s-33ef2543-ff16-40c6-bad1-3a8c129cdbb1 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-color: #000;
border-style: solid;
border-radius: 30px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-33ef2543-ff16-40c6-bad1-3a8c129cdbb1:hover {border-style: solid !important;
border-color: rgba(190, 190, 190, 1) !important;
background-color: rgba(190, 190, 190, 1) !important;
text-decoration: none !important;
color: rgba(253, 253, 253, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-33ef2543-ff16-40c6-bad1-3a8c129cdbb1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-33ef2543-ff16-40c6-bad1-3a8c129cdbb1-root {
    text-align: center;
  }


#s-33ef2543-ff16-40c6-bad1-3a8c129cdbb1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
@media (min-width: 1200px){
  #s-33ef2543-ff16-40c6-bad1-3a8c129cdbb1-root {
    text-align: center;
  }


#s-33ef2543-ff16-40c6-bad1-3a8c129cdbb1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-33ef2543-ff16-40c6-bad1-3a8c129cdbb1-root {
    text-align: center;
  }


#s-33ef2543-ff16-40c6-bad1-3a8c129cdbb1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-33ef2543-ff16-40c6-bad1-3a8c129cdbb1-root {
    text-align: center;
  }


#s-33ef2543-ff16-40c6-bad1-3a8c129cdbb1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
}@media (max-width: 767px){
  #s-33ef2543-ff16-40c6-bad1-3a8c129cdbb1-root {
    text-align: center;
  }


#s-33ef2543-ff16-40c6-bad1-3a8c129cdbb1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
}
#s-20b81e4f-0ff8-4047-ab72-eeef911500a0 {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 0);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-20b81e4f-0ff8-4047-ab72-eeef911500a0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-20b81e4f-0ff8-4047-ab72-eeef911500a0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-07f60e62-84cb-41ee-982e-d6e29e52799b {
  text-align: center;
}







  #s-07f60e62-84cb-41ee-982e-d6e29e52799b img.shogun-image {
    

    
    
    
  }


#s-07f60e62-84cb-41ee-982e-d6e29e52799b .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-3f6fa212-d4f3-4597-9f2a-35ae09f1b359 {
  min-height: 725px;
}
@media (max-width: 767px){#s-3f6fa212-d4f3-4597-9f2a-35ae09f1b359 {
  min-height: 0px;
}
}







#s-3f6fa212-d4f3-4597-9f2a-35ae09f1b359 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3f6fa212-d4f3-4597-9f2a-35ae09f1b359.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-346f3eaf-0e90-467f-b8b8-ce2631d2a031 {
  margin-left: 25px;
margin-right: 25px;
padding-top: 25px;
}

#s-cdf7a846-a6b7-49f2-8a39-efbaa1e285e8 {
  margin-left: 25px;
margin-right: 25px;
padding-bottom: 15px;
min-height: 50px;
}
@media (max-width: 767px){#s-cdf7a846-a6b7-49f2-8a39-efbaa1e285e8 {
  display: none;
}
#s-cdf7a846-a6b7-49f2-8a39-efbaa1e285e8, #wrap-s-cdf7a846-a6b7-49f2-8a39-efbaa1e285e8 { display:none !important; }}







#s-cdf7a846-a6b7-49f2-8a39-efbaa1e285e8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cdf7a846-a6b7-49f2-8a39-efbaa1e285e8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ff9c1c03-9339-4b3c-ad79-5cc69fe3af6c {
  text-align: left;
}

#s-d02e5168-c4df-4274-bb89-6960dc9a7953 {
  margin-bottom: -10px;
}

@media (min-width: 0px) {
[id="s-d02e5168-c4df-4274-bb89-6960dc9a7953"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-d02e5168-c4df-4274-bb89-6960dc9a7953"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-d02e5168-c4df-4274-bb89-6960dc9a7953"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-d02e5168-c4df-4274-bb89-6960dc9a7953"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-d02e5168-c4df-4274-bb89-6960dc9a7953"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-d02e5168-c4df-4274-bb89-6960dc9a7953"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-d02e5168-c4df-4274-bb89-6960dc9a7953"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

#s-f6faa4bb-b5c0-4b5c-8f98-9b835fcd1daf {
  min-height: 50px;
}








#s-f6faa4bb-b5c0-4b5c-8f98-9b835fcd1daf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f6faa4bb-b5c0-4b5c-8f98-9b835fcd1daf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7f98bfe9-6663-43aa-866e-21e45c9efd5b {
  margin-left: auto;
margin-right: auto;
max-width: 30px;
text-align: center;
opacity: 1;
}
#s-7f98bfe9-6663-43aa-866e-21e45c9efd5b:hover {opacity: 1 !important;}






  #s-7f98bfe9-6663-43aa-866e-21e45c9efd5b img.shogun-image {
    

    
    
    
  }


#s-7f98bfe9-6663-43aa-866e-21e45c9efd5b .shogun-image-content {
  
    align-items: center;
  
}

#s-9954c465-dd01-4e97-86ed-04a89f80f96a {
  min-height: 50px;
}








#s-9954c465-dd01-4e97-86ed-04a89f80f96a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9954c465-dd01-4e97-86ed-04a89f80f96a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-51b867c6-e22d-40bd-aeaf-0e962501fd25 {
  margin-bottom: -10px;
}

#s-14113a95-46be-425b-a1f9-1495f7220afb {
  text-align: left;
}

#s-ceb022d3-8a67-4b61-8aed-bd247e118ac3 {
  margin-bottom: -10px;
}

@media (min-width: 0px) {
[id="s-ceb022d3-8a67-4b61-8aed-bd247e118ac3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-ceb022d3-8a67-4b61-8aed-bd247e118ac3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-ceb022d3-8a67-4b61-8aed-bd247e118ac3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-ceb022d3-8a67-4b61-8aed-bd247e118ac3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-ceb022d3-8a67-4b61-8aed-bd247e118ac3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-ceb022d3-8a67-4b61-8aed-bd247e118ac3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-ceb022d3-8a67-4b61-8aed-bd247e118ac3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

#s-56195f69-47ba-4871-8a32-fd0ab8bb58ce {
  min-height: 50px;
}








#s-56195f69-47ba-4871-8a32-fd0ab8bb58ce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-56195f69-47ba-4871-8a32-fd0ab8bb58ce.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3a300ef7-25d0-4143-aa00-b2f8f6057e2c {
  margin-left: auto;
margin-right: auto;
max-width: 30px;
text-align: left;
opacity: 1;
}
#s-3a300ef7-25d0-4143-aa00-b2f8f6057e2c:hover {opacity: 1 !important;}






  #s-3a300ef7-25d0-4143-aa00-b2f8f6057e2c img.shogun-image {
    

    
    
    
  }


#s-3a300ef7-25d0-4143-aa00-b2f8f6057e2c .shogun-image-content {
  
    align-items: center;
  
}

#s-81c2b232-983f-4a52-83cb-53114eda1b2e {
  min-height: 50px;
}








#s-81c2b232-983f-4a52-83cb-53114eda1b2e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-81c2b232-983f-4a52-83cb-53114eda1b2e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9453c587-a92a-4bd6-a11c-fafc9ee97787 {
  margin-bottom: -10px;
}

#s-a0b6b7bd-6781-486c-b2bd-dd9462db2ea0 {
  text-align: left;
}

#s-cb6155fb-2073-4975-b961-9c172c1565fd {
  margin-bottom: -10px;
}

@media (min-width: 0px) {
[id="s-cb6155fb-2073-4975-b961-9c172c1565fd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-cb6155fb-2073-4975-b961-9c172c1565fd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-cb6155fb-2073-4975-b961-9c172c1565fd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-cb6155fb-2073-4975-b961-9c172c1565fd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-cb6155fb-2073-4975-b961-9c172c1565fd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-cb6155fb-2073-4975-b961-9c172c1565fd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-cb6155fb-2073-4975-b961-9c172c1565fd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

#s-a699f3a8-f1c3-4a51-be39-5a95992cb989 {
  min-height: 50px;
}








#s-a699f3a8-f1c3-4a51-be39-5a95992cb989 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a699f3a8-f1c3-4a51-be39-5a95992cb989.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7d9eefb1-acfd-4cc0-8a35-e3e1b2ae9670 {
  margin-left: auto;
margin-right: auto;
max-width: 30px;
text-align: left;
opacity: 1;
}
#s-7d9eefb1-acfd-4cc0-8a35-e3e1b2ae9670:hover {opacity: 1 !important;}






  #s-7d9eefb1-acfd-4cc0-8a35-e3e1b2ae9670 img.shogun-image {
    

    
    
    
  }


#s-7d9eefb1-acfd-4cc0-8a35-e3e1b2ae9670 .shogun-image-content {
  
    align-items: center;
  
}

#s-d2ecbd94-2637-4bf5-8dc4-07c6bd765b04 {
  min-height: 50px;
}








#s-d2ecbd94-2637-4bf5-8dc4-07c6bd765b04 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d2ecbd94-2637-4bf5-8dc4-07c6bd765b04.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c83cc41e-2dc9-4c41-b0b6-6596de07f06a {
  margin-bottom: -10px;
}

#s-7217428b-27e5-4461-abac-144a07548329 {
  text-align: left;
}

#s-e2a1d550-1f0b-4708-8cf4-58ac741ca849 {
  margin-left: 25px;
margin-right: 25px;
padding-bottom: 25px;
min-height: 50px;
}
@media (min-width: 1200px){#s-e2a1d550-1f0b-4708-8cf4-58ac741ca849 {
  display: none;
}
#s-e2a1d550-1f0b-4708-8cf4-58ac741ca849, #wrap-s-e2a1d550-1f0b-4708-8cf4-58ac741ca849 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e2a1d550-1f0b-4708-8cf4-58ac741ca849 {
  display: none;
}
#s-e2a1d550-1f0b-4708-8cf4-58ac741ca849, #wrap-s-e2a1d550-1f0b-4708-8cf4-58ac741ca849 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e2a1d550-1f0b-4708-8cf4-58ac741ca849 {
  display: none;
}
#s-e2a1d550-1f0b-4708-8cf4-58ac741ca849, #wrap-s-e2a1d550-1f0b-4708-8cf4-58ac741ca849 { display:none !important; }}@media (max-width: 767px){#s-e2a1d550-1f0b-4708-8cf4-58ac741ca849 {
  margin-left: 25px;
margin-right: 25px;
}
}







#s-e2a1d550-1f0b-4708-8cf4-58ac741ca849 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e2a1d550-1f0b-4708-8cf4-58ac741ca849.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8d950e8e-1213-46a0-9974-d82daa48eaeb {
  text-align: left;
}

#s-881008e7-b61e-4166-ba74-1d7c48e7eef8 {
  margin-top: 10px;
margin-bottom: 10px;
max-width: 325px;
}

@media (min-width: 0px) {
[id="s-881008e7-b61e-4166-ba74-1d7c48e7eef8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-881008e7-b61e-4166-ba74-1d7c48e7eef8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-881008e7-b61e-4166-ba74-1d7c48e7eef8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-881008e7-b61e-4166-ba74-1d7c48e7eef8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-07564cd1-5ce5-4c53-b94e-943e220aabce {
  margin-bottom: -10px;
}

@media (min-width: 0px) {
[id="s-07564cd1-5ce5-4c53-b94e-943e220aabce"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-07564cd1-5ce5-4c53-b94e-943e220aabce"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-07564cd1-5ce5-4c53-b94e-943e220aabce"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-07564cd1-5ce5-4c53-b94e-943e220aabce"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-a21328ae-344a-477d-bb32-85e6d8d82f26 {
  min-height: 50px;
}








#s-a21328ae-344a-477d-bb32-85e6d8d82f26 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a21328ae-344a-477d-bb32-85e6d8d82f26.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7cfebbb8-3d1e-44b0-be59-1b1cc9187f44 {
  margin-left: auto;
margin-right: auto;
max-width: 40px;
text-align: center;
opacity: 1;
}
#s-7cfebbb8-3d1e-44b0-be59-1b1cc9187f44:hover {opacity: 1 !important;}






  #s-7cfebbb8-3d1e-44b0-be59-1b1cc9187f44 img.shogun-image {
    

    
    
    
  }


#s-7cfebbb8-3d1e-44b0-be59-1b1cc9187f44 .shogun-image-content {
  
    align-items: center;
  
}

#s-8b344d59-1131-4331-8566-50e241006d04 {
  min-height: 50px;
}








#s-8b344d59-1131-4331-8566-50e241006d04 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8b344d59-1131-4331-8566-50e241006d04.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d342a74c-0409-4286-af02-f1a497db1835 {
  margin-bottom: -10px;
}

#s-379ca832-99d8-4a2f-b752-5afcfad21b5a {
  margin-bottom: -10px;
}

@media (min-width: 0px) {
[id="s-379ca832-99d8-4a2f-b752-5afcfad21b5a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-379ca832-99d8-4a2f-b752-5afcfad21b5a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-379ca832-99d8-4a2f-b752-5afcfad21b5a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-379ca832-99d8-4a2f-b752-5afcfad21b5a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-b533c277-f18b-44d7-a40e-11be4119eb6a {
  min-height: 50px;
}








#s-b533c277-f18b-44d7-a40e-11be4119eb6a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b533c277-f18b-44d7-a40e-11be4119eb6a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4e5e4ac2-8252-48e6-b067-b5ecc9229f42 {
  margin-left: auto;
margin-right: auto;
max-width: 40px;
text-align: left;
opacity: 1;
}
#s-4e5e4ac2-8252-48e6-b067-b5ecc9229f42:hover {opacity: 1 !important;}






  #s-4e5e4ac2-8252-48e6-b067-b5ecc9229f42 img.shogun-image {
    

    
    
    
  }


#s-4e5e4ac2-8252-48e6-b067-b5ecc9229f42 .shogun-image-content {
  
    align-items: center;
  
}

#s-b57df07b-a78f-446c-8455-3649506e321e {
  min-height: 50px;
}








#s-b57df07b-a78f-446c-8455-3649506e321e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b57df07b-a78f-446c-8455-3649506e321e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-34aaf61b-9df5-48d0-9f2c-ebb322931ba1 {
  margin-bottom: -10px;
}

#s-2dec43f7-eeea-4761-9f11-caad122531e6 {
  margin-bottom: -20px;
text-align: left;
}

#s-9671a293-c3db-4ee4-8afe-3898570aebf0 {
  margin-left: 25px;
margin-right: 25px;
min-height: 50px;
}








#s-9671a293-c3db-4ee4-8afe-3898570aebf0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9671a293-c3db-4ee4-8afe-3898570aebf0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ea54f73a-dcb8-4b3b-b676-7ded7bc4df00 {
  margin-bottom: 25px;
}

#s-3b0a3f43-db33-4e18-9594-f33a268c5ae4 {
  margin-bottom: 25px;
}

#s-a004f14b-24fc-424a-8eec-10eb539490cf {
  margin-bottom: 25px;
}

#s-c6b030ae-844a-467c-a50b-6b92852978f5 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-color: #000;
border-style: solid;
border-radius: 30px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-c6b030ae-844a-467c-a50b-6b92852978f5:hover {border-style: solid !important;
border-color: rgba(190, 190, 190, 1) !important;
background-color: rgba(190, 190, 190, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-c6b030ae-844a-467c-a50b-6b92852978f5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c6b030ae-844a-467c-a50b-6b92852978f5-root {
    text-align: center;
  }


#s-c6b030ae-844a-467c-a50b-6b92852978f5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
@media (min-width: 1200px){
  #s-c6b030ae-844a-467c-a50b-6b92852978f5-root {
    text-align: center;
  }


#s-c6b030ae-844a-467c-a50b-6b92852978f5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c6b030ae-844a-467c-a50b-6b92852978f5-root {
    text-align: center;
  }


#s-c6b030ae-844a-467c-a50b-6b92852978f5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c6b030ae-844a-467c-a50b-6b92852978f5-root {
    text-align: center;
  }


#s-c6b030ae-844a-467c-a50b-6b92852978f5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
}@media (max-width: 767px){
  #s-c6b030ae-844a-467c-a50b-6b92852978f5-root {
    text-align: center;
  }


#s-c6b030ae-844a-467c-a50b-6b92852978f5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
}
#s-59831f93-35e5-450a-8103-220b651d0022 {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 0);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-59831f93-35e5-450a-8103-220b651d0022 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-59831f93-35e5-450a-8103-220b651d0022.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f78206b1-2194-4159-8a33-6653c9c35092 {
  text-align: center;
}







  #s-f78206b1-2194-4159-8a33-6653c9c35092 img.shogun-image {
    

    
    
    
  }


#s-f78206b1-2194-4159-8a33-6653c9c35092 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-01b5e709-81f6-4e5e-b1a0-6d933df86185 {
  min-height: 725px;
}
@media (max-width: 767px){#s-01b5e709-81f6-4e5e-b1a0-6d933df86185 {
  min-height: 0px;
}
}







#s-01b5e709-81f6-4e5e-b1a0-6d933df86185 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-01b5e709-81f6-4e5e-b1a0-6d933df86185.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-93d174e5-9aac-4e63-8ecd-db0676810e4d {
  margin-left: 25px;
margin-right: 25px;
padding-top: 25px;
}

#s-42398053-e568-4370-ab3a-1616566a8308 {
  margin-left: 25px;
margin-right: 25px;
padding-bottom: 15px;
min-height: 50px;
}
@media (max-width: 767px){#s-42398053-e568-4370-ab3a-1616566a8308 {
  display: none;
}
#s-42398053-e568-4370-ab3a-1616566a8308, #wrap-s-42398053-e568-4370-ab3a-1616566a8308 { display:none !important; }}







#s-42398053-e568-4370-ab3a-1616566a8308 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-42398053-e568-4370-ab3a-1616566a8308.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-428aaecb-68c5-4e21-9885-98ee49e54331 {
  text-align: left;
}

#s-a75427e2-7a4e-437a-a041-69bac58e7ed6 {
  margin-bottom: -10px;
}

@media (min-width: 0px) {
[id="s-a75427e2-7a4e-437a-a041-69bac58e7ed6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-a75427e2-7a4e-437a-a041-69bac58e7ed6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-a75427e2-7a4e-437a-a041-69bac58e7ed6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-a75427e2-7a4e-437a-a041-69bac58e7ed6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-a75427e2-7a4e-437a-a041-69bac58e7ed6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-a75427e2-7a4e-437a-a041-69bac58e7ed6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-a75427e2-7a4e-437a-a041-69bac58e7ed6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

#s-52431fef-8494-4220-94a6-286c563b45e7 {
  min-height: 50px;
}








#s-52431fef-8494-4220-94a6-286c563b45e7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-52431fef-8494-4220-94a6-286c563b45e7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dd11db42-39ed-4d67-9f18-e3ad3444aab1 {
  margin-left: auto;
margin-right: auto;
max-width: 30px;
text-align: center;
opacity: 1;
}
#s-dd11db42-39ed-4d67-9f18-e3ad3444aab1:hover {opacity: 1 !important;}






  #s-dd11db42-39ed-4d67-9f18-e3ad3444aab1 img.shogun-image {
    

    
    
    
  }


#s-dd11db42-39ed-4d67-9f18-e3ad3444aab1 .shogun-image-content {
  
    align-items: center;
  
}

#s-3a2cdaae-3d44-4abb-a7ea-3b68b3c311e0 {
  min-height: 50px;
}








#s-3a2cdaae-3d44-4abb-a7ea-3b68b3c311e0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3a2cdaae-3d44-4abb-a7ea-3b68b3c311e0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-41aff808-19d4-4047-8d42-bad3e2d69927 {
  margin-bottom: -10px;
}

#s-8975f084-2be2-4a99-a431-6e67118a8cfa {
  text-align: left;
}

#s-a5a0541a-91ea-4b67-a14f-c34024decb0c {
  margin-bottom: -10px;
}

@media (min-width: 0px) {
[id="s-a5a0541a-91ea-4b67-a14f-c34024decb0c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-a5a0541a-91ea-4b67-a14f-c34024decb0c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-a5a0541a-91ea-4b67-a14f-c34024decb0c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-a5a0541a-91ea-4b67-a14f-c34024decb0c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-a5a0541a-91ea-4b67-a14f-c34024decb0c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-a5a0541a-91ea-4b67-a14f-c34024decb0c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-a5a0541a-91ea-4b67-a14f-c34024decb0c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

#s-7b2410b9-7633-487a-ba46-73e8dbda62cc {
  min-height: 50px;
}








#s-7b2410b9-7633-487a-ba46-73e8dbda62cc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7b2410b9-7633-487a-ba46-73e8dbda62cc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6ebc649d-3d25-4850-8ceb-69d9c031506b {
  margin-left: auto;
margin-right: auto;
max-width: 30px;
text-align: left;
opacity: 1;
}
#s-6ebc649d-3d25-4850-8ceb-69d9c031506b:hover {opacity: 1 !important;}






  #s-6ebc649d-3d25-4850-8ceb-69d9c031506b img.shogun-image {
    

    
    
    
  }


#s-6ebc649d-3d25-4850-8ceb-69d9c031506b .shogun-image-content {
  
    align-items: center;
  
}

#s-f0ee9522-8add-4e99-92ee-073b9fb8f848 {
  min-height: 50px;
}








#s-f0ee9522-8add-4e99-92ee-073b9fb8f848 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f0ee9522-8add-4e99-92ee-073b9fb8f848.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3e80ed79-8310-4741-9435-3876b636ec30 {
  margin-bottom: -10px;
}

#s-a2a7ab58-467d-4e84-b2b3-6d99e60f96fb {
  text-align: left;
}

#s-059b924b-b22b-42d6-9aa5-ad1cd282c419 {
  margin-bottom: -10px;
}

@media (min-width: 0px) {
[id="s-059b924b-b22b-42d6-9aa5-ad1cd282c419"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-059b924b-b22b-42d6-9aa5-ad1cd282c419"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-059b924b-b22b-42d6-9aa5-ad1cd282c419"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-059b924b-b22b-42d6-9aa5-ad1cd282c419"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-059b924b-b22b-42d6-9aa5-ad1cd282c419"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-059b924b-b22b-42d6-9aa5-ad1cd282c419"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-059b924b-b22b-42d6-9aa5-ad1cd282c419"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

#s-2cf183a5-1c9e-402c-9bd1-7e98d368283d {
  min-height: 50px;
}








#s-2cf183a5-1c9e-402c-9bd1-7e98d368283d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2cf183a5-1c9e-402c-9bd1-7e98d368283d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-867ae5d9-e44b-4c6a-9ecf-953739fed783 {
  margin-left: auto;
margin-right: auto;
max-width: 30px;
text-align: left;
opacity: 1;
}
#s-867ae5d9-e44b-4c6a-9ecf-953739fed783:hover {opacity: 1 !important;}






  #s-867ae5d9-e44b-4c6a-9ecf-953739fed783 img.shogun-image {
    

    
    
    
  }


#s-867ae5d9-e44b-4c6a-9ecf-953739fed783 .shogun-image-content {
  
    align-items: center;
  
}

#s-8c2f0ec7-4e12-4e32-9441-411973fde492 {
  min-height: 50px;
}








#s-8c2f0ec7-4e12-4e32-9441-411973fde492 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8c2f0ec7-4e12-4e32-9441-411973fde492.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f5424d27-e0ea-41a6-b436-6a3d34e076b7 {
  margin-bottom: -10px;
}

#s-b8f9b029-4657-4ed6-b8a3-c3b722a1cf42 {
  text-align: left;
}

#s-bb806d9d-c96b-4db3-89de-a4397729dc63 {
  margin-left: 25px;
margin-right: 25px;
padding-bottom: 25px;
min-height: 50px;
}
@media (min-width: 1200px){#s-bb806d9d-c96b-4db3-89de-a4397729dc63 {
  display: none;
}
#s-bb806d9d-c96b-4db3-89de-a4397729dc63, #wrap-s-bb806d9d-c96b-4db3-89de-a4397729dc63 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bb806d9d-c96b-4db3-89de-a4397729dc63 {
  display: none;
}
#s-bb806d9d-c96b-4db3-89de-a4397729dc63, #wrap-s-bb806d9d-c96b-4db3-89de-a4397729dc63 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bb806d9d-c96b-4db3-89de-a4397729dc63 {
  display: none;
}
#s-bb806d9d-c96b-4db3-89de-a4397729dc63, #wrap-s-bb806d9d-c96b-4db3-89de-a4397729dc63 { display:none !important; }}@media (max-width: 767px){#s-bb806d9d-c96b-4db3-89de-a4397729dc63 {
  margin-left: 25px;
margin-right: 25px;
}
}







#s-bb806d9d-c96b-4db3-89de-a4397729dc63 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bb806d9d-c96b-4db3-89de-a4397729dc63.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-040efea8-83d8-4c49-a2ed-4bb8326b4993 {
  text-align: left;
}

#s-aff6d3dc-d3bc-40fa-a41b-d601856ac3bb {
  margin-top: 10px;
margin-bottom: 10px;
max-width: 325px;
}

@media (min-width: 0px) {
[id="s-aff6d3dc-d3bc-40fa-a41b-d601856ac3bb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-aff6d3dc-d3bc-40fa-a41b-d601856ac3bb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-aff6d3dc-d3bc-40fa-a41b-d601856ac3bb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-aff6d3dc-d3bc-40fa-a41b-d601856ac3bb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-a4642895-63ba-446d-a2f4-4f38003aa574 {
  margin-bottom: -10px;
}

@media (min-width: 0px) {
[id="s-a4642895-63ba-446d-a2f4-4f38003aa574"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-a4642895-63ba-446d-a2f4-4f38003aa574"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-a4642895-63ba-446d-a2f4-4f38003aa574"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-a4642895-63ba-446d-a2f4-4f38003aa574"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-7a98ad6a-42ec-47c6-afbf-1c92f9070486 {
  min-height: 50px;
}








#s-7a98ad6a-42ec-47c6-afbf-1c92f9070486 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7a98ad6a-42ec-47c6-afbf-1c92f9070486.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b9485aa8-3879-40ea-9ffa-21c1e3aa00fc {
  margin-left: auto;
margin-right: auto;
max-width: 40px;
text-align: center;
opacity: 1;
}
#s-b9485aa8-3879-40ea-9ffa-21c1e3aa00fc:hover {opacity: 1 !important;}






  #s-b9485aa8-3879-40ea-9ffa-21c1e3aa00fc img.shogun-image {
    

    
    
    
  }


#s-b9485aa8-3879-40ea-9ffa-21c1e3aa00fc .shogun-image-content {
  
    align-items: center;
  
}

#s-f99da5fd-5ebb-46ca-9394-6318c21c91ad {
  min-height: 50px;
}








#s-f99da5fd-5ebb-46ca-9394-6318c21c91ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f99da5fd-5ebb-46ca-9394-6318c21c91ad.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8cb34251-e4c5-4cd3-8765-f6ea90aa9d5d {
  margin-bottom: -10px;
}

#s-bfefd920-3be0-4d06-aef2-4db64864d8bd {
  margin-bottom: -10px;
}

@media (min-width: 0px) {
[id="s-bfefd920-3be0-4d06-aef2-4db64864d8bd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-bfefd920-3be0-4d06-aef2-4db64864d8bd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-bfefd920-3be0-4d06-aef2-4db64864d8bd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-bfefd920-3be0-4d06-aef2-4db64864d8bd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-13fa5265-4468-4651-8dc8-cb8799597c0e {
  min-height: 50px;
}








#s-13fa5265-4468-4651-8dc8-cb8799597c0e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-13fa5265-4468-4651-8dc8-cb8799597c0e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fc1545f0-3788-458e-8433-e8fc5b0b68e2 {
  margin-left: auto;
margin-right: auto;
max-width: 40px;
text-align: left;
opacity: 1;
}
#s-fc1545f0-3788-458e-8433-e8fc5b0b68e2:hover {opacity: 1 !important;}






  #s-fc1545f0-3788-458e-8433-e8fc5b0b68e2 img.shogun-image {
    

    
    
    
  }


#s-fc1545f0-3788-458e-8433-e8fc5b0b68e2 .shogun-image-content {
  
    align-items: center;
  
}

#s-bc8bff45-065d-46cf-9e04-74de0802ae13 {
  min-height: 50px;
}








#s-bc8bff45-065d-46cf-9e04-74de0802ae13 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bc8bff45-065d-46cf-9e04-74de0802ae13.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8d58a824-c602-49ce-9b36-3b0cfd2e9c1f {
  margin-bottom: -10px;
}

#s-2c9a9313-9375-434e-bd23-a0429f3a1ae9 {
  margin-bottom: -20px;
text-align: left;
}

#s-8847d06b-9ac5-4a10-83b2-dbda0f7a7026 {
  margin-left: 25px;
margin-right: 25px;
min-height: 50px;
}








#s-8847d06b-9ac5-4a10-83b2-dbda0f7a7026 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8847d06b-9ac5-4a10-83b2-dbda0f7a7026.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6da197fe-eec8-458e-b7e1-53537af4f0ff {
  margin-bottom: 25px;
}

#s-45c4856d-573f-4b7f-b83b-3aa1a641b944 {
  margin-bottom: 25px;
}

#s-629b3314-f1ac-4b52-ba12-860a322cb2b3 {
  margin-bottom: 25px;
}

#s-773c7c37-ab73-4101-800d-b4f9f4b5b3b8 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-color: #000;
border-style: solid;
border-radius: 30px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-773c7c37-ab73-4101-800d-b4f9f4b5b3b8:hover {border-style: solid !important;
border-color: rgba(190, 190, 190, 1) !important;
background-color: rgba(190, 190, 190, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-773c7c37-ab73-4101-800d-b4f9f4b5b3b8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-773c7c37-ab73-4101-800d-b4f9f4b5b3b8-root {
    text-align: center;
  }


#s-773c7c37-ab73-4101-800d-b4f9f4b5b3b8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
@media (min-width: 1200px){
  #s-773c7c37-ab73-4101-800d-b4f9f4b5b3b8-root {
    text-align: center;
  }


#s-773c7c37-ab73-4101-800d-b4f9f4b5b3b8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-773c7c37-ab73-4101-800d-b4f9f4b5b3b8-root {
    text-align: center;
  }


#s-773c7c37-ab73-4101-800d-b4f9f4b5b3b8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-773c7c37-ab73-4101-800d-b4f9f4b5b3b8-root {
    text-align: center;
  }


#s-773c7c37-ab73-4101-800d-b4f9f4b5b3b8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
}@media (max-width: 767px){
  #s-773c7c37-ab73-4101-800d-b4f9f4b5b3b8-root {
    text-align: center;
  }


#s-773c7c37-ab73-4101-800d-b4f9f4b5b3b8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
}
#s-2cf45049-6ee0-41d6-b279-d96e53b13be0 {
  box-shadow:0px 0px 0px 0px ;
background-repeat: no-repeat;
background-size: cover;
min-height: 1000px;
background-position: left center;
}
@media (max-width: 767px){#s-2cf45049-6ee0-41d6-b279-d96e53b13be0 {
  display: none;
}
#s-2cf45049-6ee0-41d6-b279-d96e53b13be0, #wrap-s-2cf45049-6ee0-41d6-b279-d96e53b13be0 { display:none !important; }}







#s-2cf45049-6ee0-41d6-b279-d96e53b13be0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2cf45049-6ee0-41d6-b279-d96e53b13be0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b28b7690-ed2f-41ee-9acf-ab513f7a4a06 {
  margin-left: auto;
margin-right: auto;
padding-left: 50px;
padding-right: 50px;
min-height: 50px;
max-width: 1400px;
}








#s-b28b7690-ed2f-41ee-9acf-ab513f7a4a06 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b28b7690-ed2f-41ee-9acf-ab513f7a4a06.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d0252a4f-1e24-45e5-869f-4ffb4de597cf {
  margin-left: auto;
min-height: 50px;
max-width: 450px;
}








#s-d0252a4f-1e24-45e5-869f-4ffb4de597cf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d0252a4f-1e24-45e5-869f-4ffb4de597cf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-586bedb8-b8a7-4015-9c9f-aae5e7c56db2 {
  padding-top: 25px;
padding-left: 25px;
padding-bottom: 25px;
padding-right: 25px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}








#s-586bedb8-b8a7-4015-9c9f-aae5e7c56db2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-586bedb8-b8a7-4015-9c9f-aae5e7c56db2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2255dce2-facb-4bf3-95f9-c8234633d9da {
  margin-left: auto;
margin-right: auto;
padding-bottom: 15px;
}

#s-52114186-132b-4ef3-a14b-bc399763a1ff {
  margin-left: auto;
margin-right: auto;
}

#s-6b7e3e32-dd19-4718-9070-5ec70ed1a6c6 {
  margin-top: 25px;
margin-bottom: 25px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 30px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-6b7e3e32-dd19-4718-9070-5ec70ed1a6c6:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(253, 253, 253, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-6b7e3e32-dd19-4718-9070-5ec70ed1a6c6:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-6b7e3e32-dd19-4718-9070-5ec70ed1a6c6-root {
    text-align: left;
  }


#s-6b7e3e32-dd19-4718-9070-5ec70ed1a6c6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6b7e3e32-dd19-4718-9070-5ec70ed1a6c6-root {
    text-align: left;
  }


#s-6b7e3e32-dd19-4718-9070-5ec70ed1a6c6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6b7e3e32-dd19-4718-9070-5ec70ed1a6c6-root {
    text-align: left;
  }


#s-6b7e3e32-dd19-4718-9070-5ec70ed1a6c6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6b7e3e32-dd19-4718-9070-5ec70ed1a6c6-root {
    text-align: left;
  }


#s-6b7e3e32-dd19-4718-9070-5ec70ed1a6c6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6b7e3e32-dd19-4718-9070-5ec70ed1a6c6-root {
    text-align: left;
  }


#s-6b7e3e32-dd19-4718-9070-5ec70ed1a6c6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-9e2b9499-75ec-4e25-99a8-050f2f3ab1c2 {
  padding-top: 2px;
padding-left: 25px;
padding-bottom: 2px;
padding-right: 25px;
min-height: 50px;
background-color: rgba(246, 246, 246, 1);
}








#s-9e2b9499-75ec-4e25-99a8-050f2f3ab1c2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9e2b9499-75ec-4e25-99a8-050f2f3ab1c2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e683f392-3d6f-4cf2-8066-a001de8cb0d0 {
  margin-left: auto;
margin-right: auto;
padding-left: 50px;
padding-right: 50px;
min-height: 50px;
max-width: 1250px;
}








#s-e683f392-3d6f-4cf2-8066-a001de8cb0d0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e683f392-3d6f-4cf2-8066-a001de8cb0d0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-73b45789-71a9-469c-98e3-2f29e87d2dbc {
  padding-top: 50px;
}

#s-6592a88a-f284-4980-836c-39251d6c08e6 {
  margin-top: 25px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
padding-left: 25px;
padding-bottom: 25px;
padding-right: 25px;
max-width: 1250px;
background-color: rgba(232, 232, 232, 0);
}
@media (max-width: 767px){#s-6592a88a-f284-4980-836c-39251d6c08e6 {
  margin-bottom: 30px;
padding-left: 0%;
padding-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-6592a88a-f284-4980-836c-39251d6c08e6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-6592a88a-f284-4980-836c-39251d6c08e6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6592a88a-f284-4980-836c-39251d6c08e6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6592a88a-f284-4980-836c-39251d6c08e6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-24bddc07-6106-4255-abd4-930d07065d66 {
  min-height: 50px;
}








#s-24bddc07-6106-4255-abd4-930d07065d66 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-24bddc07-6106-4255-abd4-930d07065d66.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-342d2a46-9271-4b13-b20d-138b702f7b33 {
  text-align: center;
}







  #s-342d2a46-9271-4b13-b20d-138b702f7b33 img.shogun-image {
    

    
    
    
  }


#s-342d2a46-9271-4b13-b20d-138b702f7b33 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-7e38212b-7c31-4850-8e3d-694f13853782 {
  padding-left: 25px;
padding-right: 25px;
min-height: 150px;
background-color: rgba(255, 255, 255, 1);
}








#s-7e38212b-7c31-4850-8e3d-694f13853782 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7e38212b-7c31-4850-8e3d-694f13853782.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-e2bbbf5c-0a6e-4eb6-a67d-569b10d0f7c1 {
  padding-top: 25px;
}

#s-dcbe5057-fd8a-452e-985d-584fce9f3ed5 {
  margin-bottom: 25px;
padding-left: 25px;
padding-right: 25px;
background-color: rgba(255, 255, 255, 1);
}








#s-dcbe5057-fd8a-452e-985d-584fce9f3ed5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dcbe5057-fd8a-452e-985d-584fce9f3ed5.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-8554f705-081f-49e3-ae17-57708f04a3ed {
  margin-top: 25px;
margin-bottom: 25px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-color: #000;
border-style: solid;
border-radius: 30px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-8554f705-081f-49e3-ae17-57708f04a3ed:hover {border-style: solid !important;
border-color: rgba(190, 190, 190, 1) !important;
background-color: rgba(190, 190, 190, 1) !important;
text-decoration: none !important;
color: rgba(253, 253, 253, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-8554f705-081f-49e3-ae17-57708f04a3ed:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8554f705-081f-49e3-ae17-57708f04a3ed-root {
    text-align: center;
  }


#s-8554f705-081f-49e3-ae17-57708f04a3ed.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
@media (min-width: 1200px){
  #s-8554f705-081f-49e3-ae17-57708f04a3ed-root {
    text-align: center;
  }


#s-8554f705-081f-49e3-ae17-57708f04a3ed.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8554f705-081f-49e3-ae17-57708f04a3ed-root {
    text-align: center;
  }


#s-8554f705-081f-49e3-ae17-57708f04a3ed.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8554f705-081f-49e3-ae17-57708f04a3ed-root {
    text-align: center;
  }


#s-8554f705-081f-49e3-ae17-57708f04a3ed.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
}@media (max-width: 767px){
  #s-8554f705-081f-49e3-ae17-57708f04a3ed-root {
    text-align: center;
  }


#s-8554f705-081f-49e3-ae17-57708f04a3ed.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
}
#s-ccca40d0-1b21-40aa-9825-c3bca346759a {
  min-height: 50px;
}








#s-ccca40d0-1b21-40aa-9825-c3bca346759a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ccca40d0-1b21-40aa-9825-c3bca346759a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-99252cd1-f65f-4dc8-bac6-b20ecab8c44e {
  text-align: center;
}







  #s-99252cd1-f65f-4dc8-bac6-b20ecab8c44e img.shogun-image {
    

    
    
    
  }


#s-99252cd1-f65f-4dc8-bac6-b20ecab8c44e .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-1dc3abe3-6add-466d-a5c1-34843e5b6fc0 {
  padding-left: 25px;
padding-right: 25px;
min-height: 150px;
background-color: rgba(255, 255, 255, 1);
}








#s-1dc3abe3-6add-466d-a5c1-34843e5b6fc0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1dc3abe3-6add-466d-a5c1-34843e5b6fc0.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c2f5096c-0a6b-4dfb-bb1a-13e856245944 {
  padding-top: 25px;
}

#s-1f0788c0-f1ff-4c96-936c-b8bbc48a1333 {
  margin-bottom: 25px;
padding-left: 25px;
padding-right: 25px;
background-color: rgba(255, 255, 255, 1);
}








#s-1f0788c0-f1ff-4c96-936c-b8bbc48a1333 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1f0788c0-f1ff-4c96-936c-b8bbc48a1333.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-cb34dc11-5f2a-40b7-a40a-ae4c7613c6e8 {
  margin-top: 25px;
margin-bottom: 25px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-color: #000;
border-style: solid;
border-radius: 30px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-cb34dc11-5f2a-40b7-a40a-ae4c7613c6e8:hover {border-style: solid !important;
border-color: rgba(190, 190, 190, 1) !important;
background-color: rgba(190, 190, 190, 1) !important;
text-decoration: none !important;
color: rgba(253, 253, 253, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-cb34dc11-5f2a-40b7-a40a-ae4c7613c6e8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-cb34dc11-5f2a-40b7-a40a-ae4c7613c6e8-root {
    text-align: center;
  }


#s-cb34dc11-5f2a-40b7-a40a-ae4c7613c6e8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
@media (min-width: 1200px){
  #s-cb34dc11-5f2a-40b7-a40a-ae4c7613c6e8-root {
    text-align: center;
  }


#s-cb34dc11-5f2a-40b7-a40a-ae4c7613c6e8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cb34dc11-5f2a-40b7-a40a-ae4c7613c6e8-root {
    text-align: center;
  }


#s-cb34dc11-5f2a-40b7-a40a-ae4c7613c6e8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cb34dc11-5f2a-40b7-a40a-ae4c7613c6e8-root {
    text-align: center;
  }


#s-cb34dc11-5f2a-40b7-a40a-ae4c7613c6e8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
}@media (max-width: 767px){
  #s-cb34dc11-5f2a-40b7-a40a-ae4c7613c6e8-root {
    text-align: center;
  }


#s-cb34dc11-5f2a-40b7-a40a-ae4c7613c6e8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
}
#s-16deb22e-2e03-4d8d-8d6e-1567baa134d0 {
  text-align: center;
}







  #s-16deb22e-2e03-4d8d-8d6e-1567baa134d0 img.shogun-image {
    

    
    
    
  }


#s-16deb22e-2e03-4d8d-8d6e-1567baa134d0 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-6649eca7-b77c-48f3-b452-b301f30ec403 {
  padding-left: 25px;
padding-right: 25px;
min-height: 150px;
background-color: rgba(255, 255, 255, 1);
}








#s-6649eca7-b77c-48f3-b452-b301f30ec403 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6649eca7-b77c-48f3-b452-b301f30ec403.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-cab4500b-41e8-4597-a81f-2ee5ad2c519e {
  padding-top: 25px;
}

@media (min-width: 0px) {
[id="s-14cc23a1-8ede-4232-ba40-3992370871a4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-14cc23a1-8ede-4232-ba40-3992370871a4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-14cc23a1-8ede-4232-ba40-3992370871a4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-14cc23a1-8ede-4232-ba40-3992370871a4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-97938ad6-e435-45fb-a092-036ba9b13a7e {
  padding-left: 25px;
padding-right: 25px;
background-color: rgba(255, 255, 255, 1);
}








#s-97938ad6-e435-45fb-a092-036ba9b13a7e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-97938ad6-e435-45fb-a092-036ba9b13a7e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-f2fa862e-a72b-4bf9-acd8-70e167179724 {
  margin-top: 25px;
margin-bottom: 25px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-color: #000;
border-style: solid;
border-radius: 30px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-f2fa862e-a72b-4bf9-acd8-70e167179724:hover {border-style: solid !important;
border-color: rgba(190, 190, 190, 1) !important;
background-color: rgba(190, 190, 190, 1) !important;
text-decoration: none !important;
color: rgba(253, 253, 253, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-f2fa862e-a72b-4bf9-acd8-70e167179724:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f2fa862e-a72b-4bf9-acd8-70e167179724-root {
    text-align: center;
  }


#s-f2fa862e-a72b-4bf9-acd8-70e167179724.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
@media (min-width: 1200px){
  #s-f2fa862e-a72b-4bf9-acd8-70e167179724-root {
    text-align: center;
  }


#s-f2fa862e-a72b-4bf9-acd8-70e167179724.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f2fa862e-a72b-4bf9-acd8-70e167179724-root {
    text-align: center;
  }


#s-f2fa862e-a72b-4bf9-acd8-70e167179724.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f2fa862e-a72b-4bf9-acd8-70e167179724-root {
    text-align: center;
  }


#s-f2fa862e-a72b-4bf9-acd8-70e167179724.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
}@media (max-width: 767px){
  #s-f2fa862e-a72b-4bf9-acd8-70e167179724-root {
    text-align: center;
  }


#s-f2fa862e-a72b-4bf9-acd8-70e167179724.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
}
#s-8c01d314-1fa9-4b5e-abe7-51ea2d529a33 {
  text-align: center;
}







  #s-8c01d314-1fa9-4b5e-abe7-51ea2d529a33 img.shogun-image {
    

    
    
    
  }


#s-8c01d314-1fa9-4b5e-abe7-51ea2d529a33 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-5e08ffcd-ac44-4595-a268-a1c1a6ef06d8 {
  padding-left: 25px;
padding-right: 25px;
min-height: 150px;
background-color: rgba(255, 255, 255, 1);
}








#s-5e08ffcd-ac44-4595-a268-a1c1a6ef06d8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5e08ffcd-ac44-4595-a268-a1c1a6ef06d8.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-37246e11-5452-4bb2-97c6-36591e35ad2c {
  padding-top: 25px;
}

#s-b2a525d3-9bb6-40c4-b68d-50883153bdf9 {
  padding-left: 25px;
padding-right: 25px;
background-color: rgba(255, 255, 255, 1);
}








#s-b2a525d3-9bb6-40c4-b68d-50883153bdf9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b2a525d3-9bb6-40c4-b68d-50883153bdf9.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-47e10420-55c3-430b-b7e9-1a75b4f57175 {
  margin-top: 25px;
margin-bottom: 25px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-color: #000;
border-style: solid;
border-radius: 30px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-47e10420-55c3-430b-b7e9-1a75b4f57175:hover {border-style: solid !important;
border-color: rgba(190, 190, 190, 1) !important;
background-color: rgba(190, 190, 190, 1) !important;
text-decoration: none !important;
color: rgba(253, 253, 253, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-47e10420-55c3-430b-b7e9-1a75b4f57175:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-47e10420-55c3-430b-b7e9-1a75b4f57175-root {
    text-align: center;
  }


#s-47e10420-55c3-430b-b7e9-1a75b4f57175.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
@media (min-width: 1200px){
  #s-47e10420-55c3-430b-b7e9-1a75b4f57175-root {
    text-align: center;
  }


#s-47e10420-55c3-430b-b7e9-1a75b4f57175.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-47e10420-55c3-430b-b7e9-1a75b4f57175-root {
    text-align: center;
  }


#s-47e10420-55c3-430b-b7e9-1a75b4f57175.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-47e10420-55c3-430b-b7e9-1a75b4f57175-root {
    text-align: center;
  }


#s-47e10420-55c3-430b-b7e9-1a75b4f57175.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
}@media (max-width: 767px){
  #s-47e10420-55c3-430b-b7e9-1a75b4f57175-root {
    text-align: center;
  }


#s-47e10420-55c3-430b-b7e9-1a75b4f57175.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
}
#s-7034997d-697c-4249-8d3c-751d8720c7d5 {
  min-height: 50px;
}

#s-7034997d-697c-4249-8d3c-751d8720c7d5 {
  background-image: url();
}








#s-7034997d-697c-4249-8d3c-751d8720c7d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7034997d-697c-4249-8d3c-751d8720c7d5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b3426b30-7f02-4eb2-88ea-03dc023b57de {
  margin-left: auto;
margin-right: auto;
padding-left: 50px;
padding-right: 50px;
min-height: 50px;
max-width: 1250px;
}








#s-b3426b30-7f02-4eb2-88ea-03dc023b57de > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b3426b30-7f02-4eb2-88ea-03dc023b57de.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1f0e90d5-6a43-4f4c-85b2-9132d45f3cba {
  padding-top: 50px;
}

#s-7e5b251c-2026-4d78-9675-c40a53cb1fc2 {
  min-height: 50px;
max-width: 1200px;
}








#s-7e5b251c-2026-4d78-9675-c40a53cb1fc2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7e5b251c-2026-4d78-9675-c40a53cb1fc2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-01c8b27d-e986-4c1d-b3ce-e5a09ee6971c {
  margin-top: 25px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
padding-left: 25px;
padding-right: 25px;
max-width: 1250px;
background-color: rgba(232, 232, 232, 0);
}
@media (max-width: 767px){#s-01c8b27d-e986-4c1d-b3ce-e5a09ee6971c {
  margin-bottom: 30px;
}
}
@media (min-width: 0px) {
[id="s-01c8b27d-e986-4c1d-b3ce-e5a09ee6971c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-01c8b27d-e986-4c1d-b3ce-e5a09ee6971c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-01c8b27d-e986-4c1d-b3ce-e5a09ee6971c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-01c8b27d-e986-4c1d-b3ce-e5a09ee6971c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

#s-a6872919-3fd3-44d9-972f-779d3f4c65c3 {
  box-shadow:1px 1px 7px 7px rgba(244, 244, 244, 0);
margin-bottom: 25px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-a6872919-3fd3-44d9-972f-779d3f4c65c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a6872919-3fd3-44d9-972f-779d3f4c65c3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c4c65841-9c8d-4d21-8109-679ab1ccac45 {
  text-align: center;
}







  #s-c4c65841-9c8d-4d21-8109-679ab1ccac45 img.shogun-image {
    

    
    
    
  }


#s-c4c65841-9c8d-4d21-8109-679ab1ccac45 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-5628ad27-1641-4ef9-ad5a-aa8e55c1c107 {
  min-height: 425px;
}








#s-5628ad27-1641-4ef9-ad5a-aa8e55c1c107 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5628ad27-1641-4ef9-ad5a-aa8e55c1c107.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-3610207f-de48-4f87-83b0-ed4178dbff04 {
  margin-left: 25px;
margin-right: 25px;
padding-top: 25px;
}

#s-ea016c0b-8492-4ff2-a93a-256a26102ca7 {
  margin-left: 25px;
margin-right: 25px;
padding-bottom: 15px;
min-height: 50px;
}
@media (max-width: 767px){#s-ea016c0b-8492-4ff2-a93a-256a26102ca7 {
  display: none;
}
#s-ea016c0b-8492-4ff2-a93a-256a26102ca7, #wrap-s-ea016c0b-8492-4ff2-a93a-256a26102ca7 { display:none !important; }}







#s-ea016c0b-8492-4ff2-a93a-256a26102ca7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ea016c0b-8492-4ff2-a93a-256a26102ca7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-31ffabcc-00d6-460a-8314-62ad966ffa2c {
  text-align: left;
}

#s-25dd6400-0a91-4792-93db-52a9337288bd {
  margin-bottom: -10px;
}

@media (min-width: 0px) {
[id="s-25dd6400-0a91-4792-93db-52a9337288bd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-25dd6400-0a91-4792-93db-52a9337288bd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-25dd6400-0a91-4792-93db-52a9337288bd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-25dd6400-0a91-4792-93db-52a9337288bd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-25dd6400-0a91-4792-93db-52a9337288bd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-25dd6400-0a91-4792-93db-52a9337288bd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-25dd6400-0a91-4792-93db-52a9337288bd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

#s-62311af7-32df-4052-8e80-3e1202a2cb60 {
  margin-left: auto;
margin-right: auto;
max-width: 30px;
text-align: center;
opacity: 1;
}
#s-62311af7-32df-4052-8e80-3e1202a2cb60:hover {opacity: 1 !important;}






  #s-62311af7-32df-4052-8e80-3e1202a2cb60 img.shogun-image {
    

    
    
    
  }


#s-62311af7-32df-4052-8e80-3e1202a2cb60 .shogun-image-content {
  
    align-items: center;
  
}

#s-2d1cd818-e16e-4efb-b7b0-ecfafd0f03a1 {
  min-height: 50px;
}








#s-2d1cd818-e16e-4efb-b7b0-ecfafd0f03a1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2d1cd818-e16e-4efb-b7b0-ecfafd0f03a1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6358be2f-efba-44c9-be5b-753c561bf7fe {
  margin-bottom: -10px;
}

#s-59aee7db-5749-4d44-bd87-14cc31973a64 {
  text-align: left;
}

#s-e093821e-7816-44ea-94f7-bc34d71b40a9 {
  margin-bottom: -10px;
}

@media (min-width: 0px) {
[id="s-e093821e-7816-44ea-94f7-bc34d71b40a9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-e093821e-7816-44ea-94f7-bc34d71b40a9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-e093821e-7816-44ea-94f7-bc34d71b40a9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-e093821e-7816-44ea-94f7-bc34d71b40a9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-e093821e-7816-44ea-94f7-bc34d71b40a9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-e093821e-7816-44ea-94f7-bc34d71b40a9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-e093821e-7816-44ea-94f7-bc34d71b40a9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

#s-5d95e798-0572-4cd6-97a2-5569c7a9cf5b {
  margin-left: auto;
margin-right: auto;
max-width: 30px;
text-align: left;
opacity: 1;
}
#s-5d95e798-0572-4cd6-97a2-5569c7a9cf5b:hover {opacity: 1 !important;}






  #s-5d95e798-0572-4cd6-97a2-5569c7a9cf5b img.shogun-image {
    

    
    
    
  }


#s-5d95e798-0572-4cd6-97a2-5569c7a9cf5b .shogun-image-content {
  
    align-items: center;
  
}

#s-a091a824-518b-49e6-9656-254bd1ae12e7 {
  min-height: 50px;
}








#s-a091a824-518b-49e6-9656-254bd1ae12e7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a091a824-518b-49e6-9656-254bd1ae12e7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-af84ddec-1bdd-4155-9b78-2a1f2003743c {
  margin-bottom: -10px;
}

#s-cedc7047-bc02-4d0c-9d6e-72befb904638 {
  text-align: left;
}

#s-3e4a2749-81de-4526-89f4-d91fac41321a {
  margin-left: 25px;
margin-right: 25px;
padding-bottom: 25px;
min-height: 50px;
}
@media (min-width: 1200px){#s-3e4a2749-81de-4526-89f4-d91fac41321a {
  display: none;
}
#s-3e4a2749-81de-4526-89f4-d91fac41321a, #wrap-s-3e4a2749-81de-4526-89f4-d91fac41321a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3e4a2749-81de-4526-89f4-d91fac41321a {
  display: none;
}
#s-3e4a2749-81de-4526-89f4-d91fac41321a, #wrap-s-3e4a2749-81de-4526-89f4-d91fac41321a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3e4a2749-81de-4526-89f4-d91fac41321a {
  display: none;
}
#s-3e4a2749-81de-4526-89f4-d91fac41321a, #wrap-s-3e4a2749-81de-4526-89f4-d91fac41321a { display:none !important; }}@media (max-width: 767px){#s-3e4a2749-81de-4526-89f4-d91fac41321a {
  margin-left: 25px;
margin-right: 25px;
}
}







#s-3e4a2749-81de-4526-89f4-d91fac41321a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3e4a2749-81de-4526-89f4-d91fac41321a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c661c62a-13eb-4d0d-be2a-c5fc692bf78f {
  text-align: left;
}

#s-a6b8bd56-012a-489e-921c-e8f671ab0d35 {
  margin-top: 10px;
margin-bottom: 10px;
max-width: 325px;
}

@media (min-width: 0px) {
[id="s-a6b8bd56-012a-489e-921c-e8f671ab0d35"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-a6b8bd56-012a-489e-921c-e8f671ab0d35"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a6b8bd56-012a-489e-921c-e8f671ab0d35"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a6b8bd56-012a-489e-921c-e8f671ab0d35"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-9bdcec0a-6cb5-46a4-a984-83a86099e00f {
  margin-bottom: -10px;
}

@media (min-width: 0px) {
[id="s-9bdcec0a-6cb5-46a4-a984-83a86099e00f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-9bdcec0a-6cb5-46a4-a984-83a86099e00f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-9bdcec0a-6cb5-46a4-a984-83a86099e00f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-9bdcec0a-6cb5-46a4-a984-83a86099e00f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-7fa1346b-68d7-40fc-ba84-b36881d792e7 {
  min-height: 50px;
}








#s-7fa1346b-68d7-40fc-ba84-b36881d792e7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7fa1346b-68d7-40fc-ba84-b36881d792e7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c197ac32-504c-4935-8d4c-199efd6fd700 {
  margin-left: auto;
margin-right: auto;
max-width: 40px;
text-align: center;
opacity: 1;
}
#s-c197ac32-504c-4935-8d4c-199efd6fd700:hover {opacity: 1 !important;}






  #s-c197ac32-504c-4935-8d4c-199efd6fd700 img.shogun-image {
    

    
    
    
  }


#s-c197ac32-504c-4935-8d4c-199efd6fd700 .shogun-image-content {
  
    align-items: center;
  
}

#s-86ffe301-1376-42b4-aed7-74ea5dfeb2fe {
  min-height: 50px;
}








#s-86ffe301-1376-42b4-aed7-74ea5dfeb2fe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-86ffe301-1376-42b4-aed7-74ea5dfeb2fe.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-66870064-371f-4af6-82dd-04e829a41539 {
  margin-bottom: -10px;
}

#s-1662fc02-48ff-41cc-bd5d-b336fab70342 {
  margin-bottom: -10px;
}

@media (min-width: 0px) {
[id="s-1662fc02-48ff-41cc-bd5d-b336fab70342"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-1662fc02-48ff-41cc-bd5d-b336fab70342"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-1662fc02-48ff-41cc-bd5d-b336fab70342"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-1662fc02-48ff-41cc-bd5d-b336fab70342"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-3be9e78a-0581-4390-b2ce-82c1f7490ef1 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-3be9e78a-0581-4390-b2ce-82c1f7490ef1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3be9e78a-0581-4390-b2ce-82c1f7490ef1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b85db892-57ce-443a-a9d8-2afb1b8487bc {
  margin-left: auto;
margin-right: auto;
max-width: 40px;
text-align: center;
opacity: 1;
}
#s-b85db892-57ce-443a-a9d8-2afb1b8487bc:hover {opacity: 1 !important;}






  #s-b85db892-57ce-443a-a9d8-2afb1b8487bc img.shogun-image {
    

    
    
    
  }


#s-b85db892-57ce-443a-a9d8-2afb1b8487bc .shogun-image-content {
  
    align-items: center;
  
}

#s-5aea1a79-7f7a-4158-83ad-0bf2fc28b54f {
  min-height: 50px;
}








#s-5aea1a79-7f7a-4158-83ad-0bf2fc28b54f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5aea1a79-7f7a-4158-83ad-0bf2fc28b54f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-582b5690-9a16-45fc-b39b-c4ce211e9816 {
  margin-bottom: -10px;
}

#s-c5f7a0ef-2921-4d03-8fa8-c5c296e0bf08 {
  margin-bottom: -20px;
text-align: left;
}

#s-7ef700b4-f1d3-481f-baff-7d004a3e0815 {
  margin-left: 25px;
margin-right: 25px;
min-height: 50px;
}








#s-7ef700b4-f1d3-481f-baff-7d004a3e0815 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7ef700b4-f1d3-481f-baff-7d004a3e0815.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-57ae20fe-e94e-4cfe-97d2-bf865b18cb3c {
  margin-bottom: 25px;
}

#s-bf3fe584-2979-4b01-ad6a-1322e718af60 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-color: #000;
border-style: solid;
border-radius: 30px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-bf3fe584-2979-4b01-ad6a-1322e718af60:hover {border-style: solid !important;
border-color: rgba(190, 190, 190, 1) !important;
background-color: rgba(190, 190, 190, 1) !important;
text-decoration: none !important;
color: rgba(253, 253, 253, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-bf3fe584-2979-4b01-ad6a-1322e718af60:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-bf3fe584-2979-4b01-ad6a-1322e718af60-root {
    text-align: center;
  }


#s-bf3fe584-2979-4b01-ad6a-1322e718af60.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
@media (min-width: 1200px){
  #s-bf3fe584-2979-4b01-ad6a-1322e718af60-root {
    text-align: center;
  }


#s-bf3fe584-2979-4b01-ad6a-1322e718af60.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bf3fe584-2979-4b01-ad6a-1322e718af60-root {
    text-align: center;
  }


#s-bf3fe584-2979-4b01-ad6a-1322e718af60.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bf3fe584-2979-4b01-ad6a-1322e718af60-root {
    text-align: center;
  }


#s-bf3fe584-2979-4b01-ad6a-1322e718af60.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
}@media (max-width: 767px){
  #s-bf3fe584-2979-4b01-ad6a-1322e718af60-root {
    text-align: center;
  }


#s-bf3fe584-2979-4b01-ad6a-1322e718af60.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
}
#s-5d285d94-6db9-4861-aa8d-786f03517790 {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 0);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-5d285d94-6db9-4861-aa8d-786f03517790 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5d285d94-6db9-4861-aa8d-786f03517790.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-64fa365b-1ebe-4723-a8aa-1a880e546a21 {
  text-align: center;
}







  #s-64fa365b-1ebe-4723-a8aa-1a880e546a21 img.shogun-image {
    

    
    
    
  }


#s-64fa365b-1ebe-4723-a8aa-1a880e546a21 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-9054856e-4c83-42f0-95ed-69ff840b09f9 {
  min-height: 425px;
}








#s-9054856e-4c83-42f0-95ed-69ff840b09f9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9054856e-4c83-42f0-95ed-69ff840b09f9.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-5edee255-2dc4-4e5d-b436-ecffd6d859b0 {
  margin-left: 25px;
margin-right: 25px;
padding-top: 25px;
}

#s-46755f2b-deaf-4711-bfb9-ffd5003374ea {
  margin-left: 25px;
margin-right: 25px;
padding-bottom: 15px;
min-height: 50px;
}
@media (max-width: 767px){#s-46755f2b-deaf-4711-bfb9-ffd5003374ea {
  display: none;
}
#s-46755f2b-deaf-4711-bfb9-ffd5003374ea, #wrap-s-46755f2b-deaf-4711-bfb9-ffd5003374ea { display:none !important; }}







#s-46755f2b-deaf-4711-bfb9-ffd5003374ea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-46755f2b-deaf-4711-bfb9-ffd5003374ea.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-57894978-bc14-4d7e-9c90-c2e73dbd3024 {
  text-align: left;
}

#s-4b6e3b79-6d38-4afb-9983-e088a636fc97 {
  margin-bottom: -10px;
}

@media (min-width: 0px) {
[id="s-4b6e3b79-6d38-4afb-9983-e088a636fc97"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-4b6e3b79-6d38-4afb-9983-e088a636fc97"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-4b6e3b79-6d38-4afb-9983-e088a636fc97"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-4b6e3b79-6d38-4afb-9983-e088a636fc97"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-4b6e3b79-6d38-4afb-9983-e088a636fc97"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-4b6e3b79-6d38-4afb-9983-e088a636fc97"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-4b6e3b79-6d38-4afb-9983-e088a636fc97"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

#s-85f33e8e-115b-4f66-81b3-5855ecd56f9b {
  min-height: 50px;
}








#s-85f33e8e-115b-4f66-81b3-5855ecd56f9b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-85f33e8e-115b-4f66-81b3-5855ecd56f9b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-31a8a119-b772-405a-9944-4dc5fd34c0e4 {
  margin-left: auto;
margin-right: auto;
max-width: 30px;
text-align: center;
opacity: 1;
}
#s-31a8a119-b772-405a-9944-4dc5fd34c0e4:hover {opacity: 1 !important;}






  #s-31a8a119-b772-405a-9944-4dc5fd34c0e4 img.shogun-image {
    

    
    
    
  }


#s-31a8a119-b772-405a-9944-4dc5fd34c0e4 .shogun-image-content {
  
    align-items: center;
  
}

#s-ed4258fc-60c9-4353-bf8b-2be0a6f65bd9 {
  min-height: 50px;
}








#s-ed4258fc-60c9-4353-bf8b-2be0a6f65bd9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ed4258fc-60c9-4353-bf8b-2be0a6f65bd9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7ee884f0-ce47-4686-b800-d172bdff4f6b {
  margin-bottom: -10px;
}

#s-b7c130c4-299c-4f8e-a7ea-f7de194327e1 {
  text-align: left;
}

#s-e19f4121-8306-475b-9fe5-3b9ebdbce931 {
  margin-bottom: -10px;
}

@media (min-width: 0px) {
[id="s-e19f4121-8306-475b-9fe5-3b9ebdbce931"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-e19f4121-8306-475b-9fe5-3b9ebdbce931"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-e19f4121-8306-475b-9fe5-3b9ebdbce931"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-e19f4121-8306-475b-9fe5-3b9ebdbce931"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-e19f4121-8306-475b-9fe5-3b9ebdbce931"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-e19f4121-8306-475b-9fe5-3b9ebdbce931"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-e19f4121-8306-475b-9fe5-3b9ebdbce931"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

#s-65d8e1a0-94b2-4faf-8dfd-00dc7bf8005f {
  min-height: 50px;
}








#s-65d8e1a0-94b2-4faf-8dfd-00dc7bf8005f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-65d8e1a0-94b2-4faf-8dfd-00dc7bf8005f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a0888459-1c8f-4ffe-84f9-c62603e53156 {
  margin-left: auto;
margin-right: auto;
max-width: 30px;
text-align: left;
opacity: 1;
}
#s-a0888459-1c8f-4ffe-84f9-c62603e53156:hover {opacity: 1 !important;}






  #s-a0888459-1c8f-4ffe-84f9-c62603e53156 img.shogun-image {
    

    
    
    
  }


#s-a0888459-1c8f-4ffe-84f9-c62603e53156 .shogun-image-content {
  
    align-items: center;
  
}

#s-50db0bf0-e21f-4d20-9fd4-7d8a7bddcaee {
  min-height: 50px;
}








#s-50db0bf0-e21f-4d20-9fd4-7d8a7bddcaee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-50db0bf0-e21f-4d20-9fd4-7d8a7bddcaee.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3d10ca60-5fd5-4af6-813d-b550ecbc5b93 {
  margin-bottom: -10px;
}

#s-bcd2ffd7-c82a-4887-9abd-b5ec9c8edf77 {
  text-align: left;
}

#s-2af1bec3-3bd4-4998-bfba-11bf45ad0d0d {
  margin-left: 25px;
margin-right: 25px;
padding-bottom: 25px;
min-height: 50px;
}
@media (min-width: 1200px){#s-2af1bec3-3bd4-4998-bfba-11bf45ad0d0d {
  display: none;
}
#s-2af1bec3-3bd4-4998-bfba-11bf45ad0d0d, #wrap-s-2af1bec3-3bd4-4998-bfba-11bf45ad0d0d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2af1bec3-3bd4-4998-bfba-11bf45ad0d0d {
  display: none;
}
#s-2af1bec3-3bd4-4998-bfba-11bf45ad0d0d, #wrap-s-2af1bec3-3bd4-4998-bfba-11bf45ad0d0d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2af1bec3-3bd4-4998-bfba-11bf45ad0d0d {
  display: none;
}
#s-2af1bec3-3bd4-4998-bfba-11bf45ad0d0d, #wrap-s-2af1bec3-3bd4-4998-bfba-11bf45ad0d0d { display:none !important; }}@media (max-width: 767px){#s-2af1bec3-3bd4-4998-bfba-11bf45ad0d0d {
  margin-left: 25px;
margin-right: 25px;
}
}







#s-2af1bec3-3bd4-4998-bfba-11bf45ad0d0d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2af1bec3-3bd4-4998-bfba-11bf45ad0d0d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-33171238-5a27-4fcb-a3d9-ee1a30036b8a {
  text-align: left;
}

#s-f235ebed-f469-4346-a46a-aaa9371673e3 {
  margin-top: 10px;
margin-bottom: 10px;
max-width: 325px;
}

@media (min-width: 0px) {
[id="s-f235ebed-f469-4346-a46a-aaa9371673e3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-f235ebed-f469-4346-a46a-aaa9371673e3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f235ebed-f469-4346-a46a-aaa9371673e3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f235ebed-f469-4346-a46a-aaa9371673e3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-6de98a10-80d5-4261-a7f7-2ce87f784c59 {
  margin-bottom: -10px;
}

@media (min-width: 0px) {
[id="s-6de98a10-80d5-4261-a7f7-2ce87f784c59"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-6de98a10-80d5-4261-a7f7-2ce87f784c59"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-6de98a10-80d5-4261-a7f7-2ce87f784c59"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-6de98a10-80d5-4261-a7f7-2ce87f784c59"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-1140178b-867c-4260-aa68-4b0daf24ba02 {
  min-height: 50px;
}








#s-1140178b-867c-4260-aa68-4b0daf24ba02 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1140178b-867c-4260-aa68-4b0daf24ba02.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9dde565d-72aa-4535-b784-db6b995d1d6b {
  margin-left: auto;
margin-right: auto;
max-width: 40px;
text-align: center;
opacity: 1;
}
#s-9dde565d-72aa-4535-b784-db6b995d1d6b:hover {opacity: 1 !important;}






  #s-9dde565d-72aa-4535-b784-db6b995d1d6b img.shogun-image {
    

    
    
    
  }


#s-9dde565d-72aa-4535-b784-db6b995d1d6b .shogun-image-content {
  
    align-items: center;
  
}

#s-fe8c3ad6-9222-4d7a-a7c6-240d8077a805 {
  min-height: 50px;
}








#s-fe8c3ad6-9222-4d7a-a7c6-240d8077a805 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fe8c3ad6-9222-4d7a-a7c6-240d8077a805.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2ab8f1fc-f210-49b3-a918-938e33f3c762 {
  margin-bottom: -10px;
}

#s-a23fd4a3-2cf1-47d0-9029-b3756d792515 {
  margin-bottom: -10px;
}

@media (min-width: 0px) {
[id="s-a23fd4a3-2cf1-47d0-9029-b3756d792515"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-a23fd4a3-2cf1-47d0-9029-b3756d792515"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-a23fd4a3-2cf1-47d0-9029-b3756d792515"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-a23fd4a3-2cf1-47d0-9029-b3756d792515"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-cbcb9dc9-6feb-4473-936b-726a09cd4e9c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-cbcb9dc9-6feb-4473-936b-726a09cd4e9c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cbcb9dc9-6feb-4473-936b-726a09cd4e9c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c1887437-6103-46fb-afc2-2e32622027c1 {
  margin-left: auto;
margin-right: auto;
max-width: 40px;
text-align: center;
opacity: 1;
}
#s-c1887437-6103-46fb-afc2-2e32622027c1:hover {opacity: 1 !important;}






  #s-c1887437-6103-46fb-afc2-2e32622027c1 img.shogun-image {
    

    
    
    
  }


#s-c1887437-6103-46fb-afc2-2e32622027c1 .shogun-image-content {
  
    align-items: center;
  
}

#s-ccaa5c9f-612f-4668-b7df-c2654578836f {
  min-height: 50px;
}








#s-ccaa5c9f-612f-4668-b7df-c2654578836f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ccaa5c9f-612f-4668-b7df-c2654578836f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-60be018f-eff0-4d3e-aa5b-d02bc0195bea {
  margin-bottom: -10px;
}

#s-09d4a3aa-5506-4b90-8e55-eebec7e6cd71 {
  margin-bottom: -20px;
text-align: left;
}

#s-404d26b4-7c5e-4239-b796-9f45989c3ee2 {
  margin-left: 25px;
margin-right: 25px;
min-height: 50px;
}








#s-404d26b4-7c5e-4239-b796-9f45989c3ee2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-404d26b4-7c5e-4239-b796-9f45989c3ee2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ae9c2df4-1476-453a-a5e6-bcfd810390b5 {
  margin-bottom: 25px;
}

#s-c79c046e-f14e-44a4-9e81-c5f7be7dcd0c {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-color: #000;
border-style: solid;
border-radius: 30px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-c79c046e-f14e-44a4-9e81-c5f7be7dcd0c:hover {border-style: solid !important;
border-color: rgba(190, 190, 190, 1) !important;
background-color: rgba(190, 190, 190, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-c79c046e-f14e-44a4-9e81-c5f7be7dcd0c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c79c046e-f14e-44a4-9e81-c5f7be7dcd0c-root {
    text-align: center;
  }


#s-c79c046e-f14e-44a4-9e81-c5f7be7dcd0c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
@media (min-width: 1200px){
  #s-c79c046e-f14e-44a4-9e81-c5f7be7dcd0c-root {
    text-align: center;
  }


#s-c79c046e-f14e-44a4-9e81-c5f7be7dcd0c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c79c046e-f14e-44a4-9e81-c5f7be7dcd0c-root {
    text-align: center;
  }


#s-c79c046e-f14e-44a4-9e81-c5f7be7dcd0c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c79c046e-f14e-44a4-9e81-c5f7be7dcd0c-root {
    text-align: center;
  }


#s-c79c046e-f14e-44a4-9e81-c5f7be7dcd0c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
}@media (max-width: 767px){
  #s-c79c046e-f14e-44a4-9e81-c5f7be7dcd0c-root {
    text-align: center;
  }


#s-c79c046e-f14e-44a4-9e81-c5f7be7dcd0c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
}
#s-48ded82b-ad56-4768-87b1-127c17a4104a {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 0);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-48ded82b-ad56-4768-87b1-127c17a4104a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-48ded82b-ad56-4768-87b1-127c17a4104a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2ec509c1-328c-49b6-bab6-60b6d1643b40 {
  text-align: center;
}







  #s-2ec509c1-328c-49b6-bab6-60b6d1643b40 img.shogun-image {
    

    
    
    
  }


#s-2ec509c1-328c-49b6-bab6-60b6d1643b40 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-7ace033a-d2c7-4c99-91ae-cd0c61e82be2 {
  min-height: 425px;
}








#s-7ace033a-d2c7-4c99-91ae-cd0c61e82be2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7ace033a-d2c7-4c99-91ae-cd0c61e82be2.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-116b7a40-3b1f-4992-9bbe-3977ca79b2bf {
  margin-left: 25px;
margin-right: 25px;
padding-top: 25px;
}

#s-a81976b1-ea62-44ff-8865-7a72f0ea19ab {
  margin-left: 25px;
margin-right: 25px;
padding-bottom: 15px;
min-height: 50px;
}
@media (max-width: 767px){#s-a81976b1-ea62-44ff-8865-7a72f0ea19ab {
  display: none;
}
#s-a81976b1-ea62-44ff-8865-7a72f0ea19ab, #wrap-s-a81976b1-ea62-44ff-8865-7a72f0ea19ab { display:none !important; }}







#s-a81976b1-ea62-44ff-8865-7a72f0ea19ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a81976b1-ea62-44ff-8865-7a72f0ea19ab.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-98f4ca54-cae4-412b-8a67-87bbe9e621f1 {
  text-align: left;
}

#s-32dd176f-70c4-4938-b8c0-47316921e298 {
  margin-bottom: -10px;
}

@media (min-width: 0px) {
[id="s-32dd176f-70c4-4938-b8c0-47316921e298"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-32dd176f-70c4-4938-b8c0-47316921e298"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-32dd176f-70c4-4938-b8c0-47316921e298"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-32dd176f-70c4-4938-b8c0-47316921e298"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-32dd176f-70c4-4938-b8c0-47316921e298"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-32dd176f-70c4-4938-b8c0-47316921e298"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-32dd176f-70c4-4938-b8c0-47316921e298"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

#s-7627b631-0ac6-4263-be99-1c3d87cd7763 {
  min-height: 50px;
}








#s-7627b631-0ac6-4263-be99-1c3d87cd7763 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7627b631-0ac6-4263-be99-1c3d87cd7763.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-59cb4962-d2c3-43d6-98cf-e7acaf966260 {
  margin-left: auto;
margin-right: auto;
max-width: 30px;
text-align: center;
opacity: 1;
}
#s-59cb4962-d2c3-43d6-98cf-e7acaf966260:hover {opacity: 1 !important;}






  #s-59cb4962-d2c3-43d6-98cf-e7acaf966260 img.shogun-image {
    

    
    
    
  }


#s-59cb4962-d2c3-43d6-98cf-e7acaf966260 .shogun-image-content {
  
    align-items: center;
  
}

#s-43fd2834-b4ca-4024-b314-f9f33472360e {
  min-height: 50px;
}








#s-43fd2834-b4ca-4024-b314-f9f33472360e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-43fd2834-b4ca-4024-b314-f9f33472360e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-19dc1138-e064-4f01-84a9-19808d3cd814 {
  margin-bottom: -10px;
}

#s-33df3333-54d5-416b-b374-9dcf4dd62e04 {
  text-align: left;
}

#s-3941bc21-c07a-4455-88dd-caa8e582d4e1 {
  margin-bottom: -10px;
}

@media (min-width: 0px) {
[id="s-3941bc21-c07a-4455-88dd-caa8e582d4e1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-3941bc21-c07a-4455-88dd-caa8e582d4e1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-3941bc21-c07a-4455-88dd-caa8e582d4e1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-3941bc21-c07a-4455-88dd-caa8e582d4e1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-3941bc21-c07a-4455-88dd-caa8e582d4e1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-3941bc21-c07a-4455-88dd-caa8e582d4e1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-3941bc21-c07a-4455-88dd-caa8e582d4e1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

#s-b5c184d8-0071-48a9-bc26-fda226d40232 {
  min-height: 50px;
}








#s-b5c184d8-0071-48a9-bc26-fda226d40232 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b5c184d8-0071-48a9-bc26-fda226d40232.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0af13928-9caa-473a-a1f9-945c3ae4356a {
  margin-left: auto;
margin-right: auto;
max-width: 30px;
text-align: left;
opacity: 1;
}
#s-0af13928-9caa-473a-a1f9-945c3ae4356a:hover {opacity: 1 !important;}






  #s-0af13928-9caa-473a-a1f9-945c3ae4356a img.shogun-image {
    

    
    
    
  }


#s-0af13928-9caa-473a-a1f9-945c3ae4356a .shogun-image-content {
  
    align-items: center;
  
}

#s-d63acaff-f109-4e69-9340-1bd73c0fd10a {
  min-height: 50px;
}








#s-d63acaff-f109-4e69-9340-1bd73c0fd10a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d63acaff-f109-4e69-9340-1bd73c0fd10a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-65afefa0-4b45-47dd-8779-81cfce7e3614 {
  margin-bottom: -10px;
}

#s-9f813943-9a60-4cb5-9b31-f36d4a96b006 {
  text-align: left;
}

#s-39a5d31e-5cf0-4cee-9e9f-d20270703862 {
  margin-left: 25px;
margin-right: 25px;
padding-bottom: 25px;
min-height: 50px;
}
@media (min-width: 1200px){#s-39a5d31e-5cf0-4cee-9e9f-d20270703862 {
  display: none;
}
#s-39a5d31e-5cf0-4cee-9e9f-d20270703862, #wrap-s-39a5d31e-5cf0-4cee-9e9f-d20270703862 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-39a5d31e-5cf0-4cee-9e9f-d20270703862 {
  display: none;
}
#s-39a5d31e-5cf0-4cee-9e9f-d20270703862, #wrap-s-39a5d31e-5cf0-4cee-9e9f-d20270703862 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-39a5d31e-5cf0-4cee-9e9f-d20270703862 {
  display: none;
}
#s-39a5d31e-5cf0-4cee-9e9f-d20270703862, #wrap-s-39a5d31e-5cf0-4cee-9e9f-d20270703862 { display:none !important; }}@media (max-width: 767px){#s-39a5d31e-5cf0-4cee-9e9f-d20270703862 {
  margin-left: 25px;
margin-right: 25px;
}
}







#s-39a5d31e-5cf0-4cee-9e9f-d20270703862 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-39a5d31e-5cf0-4cee-9e9f-d20270703862.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1325dfb0-2d08-4a2b-ba61-dd679fb184b5 {
  text-align: left;
}

#s-c0d4aa8a-8685-4008-a261-a762db71afb3 {
  margin-top: 10px;
margin-bottom: 10px;
max-width: 325px;
}

@media (min-width: 0px) {
[id="s-c0d4aa8a-8685-4008-a261-a762db71afb3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-c0d4aa8a-8685-4008-a261-a762db71afb3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c0d4aa8a-8685-4008-a261-a762db71afb3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c0d4aa8a-8685-4008-a261-a762db71afb3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-c6bcb5ab-f5b2-4d44-9a53-e69f41033f07 {
  margin-bottom: -10px;
}

@media (min-width: 0px) {
[id="s-c6bcb5ab-f5b2-4d44-9a53-e69f41033f07"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-c6bcb5ab-f5b2-4d44-9a53-e69f41033f07"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-c6bcb5ab-f5b2-4d44-9a53-e69f41033f07"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-c6bcb5ab-f5b2-4d44-9a53-e69f41033f07"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-c2a10389-1748-404a-b477-eeb1e44d8e22 {
  min-height: 50px;
}








#s-c2a10389-1748-404a-b477-eeb1e44d8e22 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c2a10389-1748-404a-b477-eeb1e44d8e22.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b50e403d-1981-43d9-b909-0ea883495aba {
  margin-left: auto;
margin-right: auto;
max-width: 40px;
text-align: center;
opacity: 1;
}
#s-b50e403d-1981-43d9-b909-0ea883495aba:hover {opacity: 1 !important;}






  #s-b50e403d-1981-43d9-b909-0ea883495aba img.shogun-image {
    

    
    
    
  }


#s-b50e403d-1981-43d9-b909-0ea883495aba .shogun-image-content {
  
    align-items: center;
  
}

#s-fd380c20-9584-47a9-8ff2-743727497399 {
  min-height: 50px;
}








#s-fd380c20-9584-47a9-8ff2-743727497399 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fd380c20-9584-47a9-8ff2-743727497399.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-129a1662-2bbb-46af-8685-e9f2412998c2 {
  margin-bottom: -10px;
}

#s-93d23c0f-142c-4547-bf1b-f6ed708b43bb {
  margin-bottom: -10px;
}

@media (min-width: 0px) {
[id="s-93d23c0f-142c-4547-bf1b-f6ed708b43bb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-93d23c0f-142c-4547-bf1b-f6ed708b43bb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-93d23c0f-142c-4547-bf1b-f6ed708b43bb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-93d23c0f-142c-4547-bf1b-f6ed708b43bb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-e010434a-c9dd-4328-b64f-768f7300623f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-e010434a-c9dd-4328-b64f-768f7300623f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e010434a-c9dd-4328-b64f-768f7300623f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e706491d-09bc-43dc-b02f-edcbc5492cfa {
  margin-left: auto;
margin-right: auto;
max-width: 40px;
text-align: center;
opacity: 1;
}
#s-e706491d-09bc-43dc-b02f-edcbc5492cfa:hover {opacity: 1 !important;}






  #s-e706491d-09bc-43dc-b02f-edcbc5492cfa img.shogun-image {
    

    
    
    
  }


#s-e706491d-09bc-43dc-b02f-edcbc5492cfa .shogun-image-content {
  
    align-items: center;
  
}

#s-1185a921-c1e9-4626-8acd-82c726c7d0dd {
  min-height: 50px;
}








#s-1185a921-c1e9-4626-8acd-82c726c7d0dd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1185a921-c1e9-4626-8acd-82c726c7d0dd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0699833a-d3fb-4d5c-afb1-9825b35fbf0a {
  margin-bottom: -10px;
}

#s-fc28a898-448b-47d6-842d-157261f82366 {
  margin-bottom: -20px;
text-align: left;
}

#s-c9091191-4308-4ae3-9cdf-133157a60c8d {
  margin-left: 25px;
margin-right: 25px;
min-height: 50px;
}








#s-c9091191-4308-4ae3-9cdf-133157a60c8d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c9091191-4308-4ae3-9cdf-133157a60c8d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-de3257e7-e686-4f2c-aeec-b9bafcd23f8c {
  margin-bottom: 25px;
}

#s-8c1feb0b-d080-4448-8cd0-8a27126b32ee {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-color: #000;
border-style: solid;
border-radius: 30px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-8c1feb0b-d080-4448-8cd0-8a27126b32ee:hover {border-style: solid !important;
border-color: rgba(190, 190, 190, 1) !important;
background-color: rgba(190, 190, 190, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-8c1feb0b-d080-4448-8cd0-8a27126b32ee:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8c1feb0b-d080-4448-8cd0-8a27126b32ee-root {
    text-align: center;
  }


#s-8c1feb0b-d080-4448-8cd0-8a27126b32ee.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
@media (min-width: 1200px){
  #s-8c1feb0b-d080-4448-8cd0-8a27126b32ee-root {
    text-align: center;
  }


#s-8c1feb0b-d080-4448-8cd0-8a27126b32ee.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8c1feb0b-d080-4448-8cd0-8a27126b32ee-root {
    text-align: center;
  }


#s-8c1feb0b-d080-4448-8cd0-8a27126b32ee.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8c1feb0b-d080-4448-8cd0-8a27126b32ee-root {
    text-align: center;
  }


#s-8c1feb0b-d080-4448-8cd0-8a27126b32ee.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
}@media (max-width: 767px){
  #s-8c1feb0b-d080-4448-8cd0-8a27126b32ee-root {
    text-align: center;
  }


#s-8c1feb0b-d080-4448-8cd0-8a27126b32ee.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
}
#s-21c81634-1ecd-4d04-97c1-4ac28c949a8b {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
min-height: 50px;
background-color: rgba(172, 172, 172, 1);
}








#s-21c81634-1ecd-4d04-97c1-4ac28c949a8b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-21c81634-1ecd-4d04-97c1-4ac28c949a8b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ae582efa-9b80-4074-a8ea-24a2ba4d6d74 {
  margin-left: auto;
margin-right: auto;
padding-left: 50px;
padding-right: 50px;
min-height: 50px;
max-width: 1250px;
}








#s-ae582efa-9b80-4074-a8ea-24a2ba4d6d74 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ae582efa-9b80-4074-a8ea-24a2ba4d6d74.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0181bdf5-b27e-498e-9409-298f471a0cf4 {
  padding-top: 50px;
}

#s-13659056-e6d1-4a1e-964b-e2947d2ef91c {
  min-height: 50px;
max-width: 1200px;
}








#s-13659056-e6d1-4a1e-964b-e2947d2ef91c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-13659056-e6d1-4a1e-964b-e2947d2ef91c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-tabs {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 0 0 0;
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.shogun-tabs.shogun-modern {
  padding-left: 10px;
  padding-right: 5px;
  overflow: hidden;
  transform: translate(0px, 0px);
}

.shogun-tabs li {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}

.shogun-tabs.shogun-modern li {
  width: 200px;
  height: 45px;
  margin: 0 5px 0 0;
}

.shogun-tabs.shogun-rounded li {
  margin-bottom: 0;
  float: left;
  box-sizing: border-box;
  margin-right: 2px;
  line-height: 1.42857143;
  position: relative;
  display: block;
  overflow: visible;
}

.shogun-tabs.shogun-rounded li .shogun-tab-box {
  padding: 10px 15px !important;
  border-radius: 4px 4px 0 0;
}

.shogun-tabs.shogun-modern li .shogun-tab-box {
  padding: 12px 5px !important;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .shogun-tabs.shogun-rounded li .shogun-tab-box {
    padding: 10px 5px !important;
    text-align: center;
  }

  .shogun-tabs.shogun-modern li .shogun-tab-box {
    padding: 12px 15px !important;
  }
}

.shogun-tabs.shogun-rounded .shogun-tab-box {
  border-bottom: none !important;
}

.shogun-tabs.shogun-modern li.active {
  z-index: 40;
}

.shogun-tabs.shogun-modern li .shogun-tab-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: -1;
  outline: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  content: "";
  transform: perspective(100px) rotateX(30deg);
  -webkit-transform: perspective(100px) rotateX(30deg);
}

.shogun-tabs.shogun-modern li.shogun-tab-active .shogun-tab-box::after {
  border-bottom: none !important;
  height: 46px;
}

.shogun-tabs-body {
  padding-top: 10px;
}

.shogun-tabs-body.shogun-rounded {
  margin-top: 0px !important;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.shogun-tabs-body > .shogun-tab-content {
  display: none;
}

.shogun-tabs-body > .shogun-tab-content.shogun-tab-active {
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
  display: block;
}

.shogun-tab-border {
  position: absolute;
}

.shogun-tab-title {
  white-space: nowrap;
  text-align: center;

  display: inline-block;
  width: 100%;
}

.shogun-tabs.shogun-modern .shogun-tab-title {
  /** Hack for Safari weird bug */
  /* https://stackoverflow.com/questions/18146511/bug-in-css3-rotatey-transition-on-safari */
  transform: translateZ(1000px);
}

#s-bc0d4975-b40e-4337-bdf0-2d0097bc17a6 {
  margin-left: auto;
margin-right: auto;
padding-left: 25px;
padding-bottom: 100px;
padding-right: 25px;
max-width: 1250px;
}


  #s-bc0d4975-b40e-4337-bdf0-2d0097bc17a6 .shogun-tabs > li > .shogun-tab-box {
    background: #fff;
    border: 1px solid #DDDDDD;
  }
  #s-bc0d4975-b40e-4337-bdf0-2d0097bc17a6 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(85, 85, 85, 1);
    border: 1px solid #ddd;
  }
#s-bc0d4975-b40e-4337-bdf0-2d0097bc17a6 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(175, 175, 175, 1);
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-bc0d4975-b40e-4337-bdf0-2d0097bc17a6 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
}

#s-bc0d4975-b40e-4337-bdf0-2d0097bc17a6 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(85, 85, 85, 1);
}

#s-bc0d4975-b40e-4337-bdf0-2d0097bc17a6 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid #ddd;
}

.shogun-table-wrapper {
  overflow: auto;
}

table.shogun-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-style: hidden;
}

thead.shogun-table-column-container {
  font-weight: bold;
}

td.shogun-table-column {
  padding: 10px;
}

td.shogun-table-row {
  padding: 10px;
  min-height: 45px;
}

td.shogun-table-column:only-child, td.shogun-table-row:only-child {
  width: 100%;
}

#s-8c5f5fed-3126-4c70-96dc-c40697cc832d .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}

#s-8c5f5fed-3126-4c70-96dc-c40697cc832d table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-8c5f5fed-3126-4c70-96dc-c40697cc832d td.shogun-table-column {
  background-color: #fff;
  padding: 20px;
  text-align: center;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-8c5f5fed-3126-4c70-96dc-c40697cc832d td.shogun-table-row {
  background-color: #fff;
  padding: 4px;
}

#s-8c5f5fed-3126-4c70-96dc-c40697cc832d td.shogun-table-column, #s-8c5f5fed-3126-4c70-96dc-c40697cc832d td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-027979c7-5996-48ab-bc1c-209a082bd461 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}

#s-027979c7-5996-48ab-bc1c-209a082bd461 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-027979c7-5996-48ab-bc1c-209a082bd461 td.shogun-table-column {
  background-color: #fff;
  padding: 20px;
  text-align: center;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-027979c7-5996-48ab-bc1c-209a082bd461 td.shogun-table-row {
  background-color: #fff;
  padding: 4px;
}

#s-027979c7-5996-48ab-bc1c-209a082bd461 td.shogun-table-column, #s-027979c7-5996-48ab-bc1c-209a082bd461 td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-eb1955ed-2c07-4a7a-b955-8cf5d4d1463f {
  text-align: center;
}







  #s-eb1955ed-2c07-4a7a-b955-8cf5d4d1463f img.shogun-image {
    

    
    
    
  }


#s-eb1955ed-2c07-4a7a-b955-8cf5d4d1463f .shogun-image-content {
  
    align-items: center;
  
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}
.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-lazyload-bg-image {
  display: none;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c:before,.shg-c:after{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width: 1024px){.shg-c,.shg-box{background-attachment:scroll !important}}@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape){.shg-box{background-attachment:scroll !important}}#mc_embed_signup .clear{width:auto !important;height:auto !important;visibility:visible !important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline !important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;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;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:hover,.shg-lightbox .shg-lightbox-close:focus{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0%, -50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none !important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width: 769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity 300ms}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}
