.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: flex;
  width: 100%;
}

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

.shg-box-vertical-align-center, .shg-box-vertical-center {
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  justify-content: flex-end;
}

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.shg-box-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}

#s-3e9dfdaf-4036-4755-8283-d62191712a2b {
  margin-bottom: 0%;
min-height: 50px;
}








#s-3e9dfdaf-4036-4755-8283-d62191712a2b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3e9dfdaf-4036-4755-8283-d62191712a2b.shg-box.shg-c {
  justify-content: center;
}

.shogun-tabs {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 0 0 0;
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
}

.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-5c25f963-6922-43d1-a1a4-281b3ae55e16 {
  box-shadow:0px 0px 0px 0px ;
}
@media (min-width: 768px) and (max-width: 991px){#s-5c25f963-6922-43d1-a1a4-281b3ae55e16 {
  
}
}@media (max-width: 767px){#s-5c25f963-6922-43d1-a1a4-281b3ae55e16 {
  
}
}
#s-5c25f963-6922-43d1-a1a4-281b3ae55e16 .shogun-tabs {
  justify-content: flex-start;
}


  #s-5c25f963-6922-43d1-a1a4-281b3ae55e16 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(249, 249, 249, 1);
    border: 1px solid rgba(249, 249, 249, 1);
  }
  #s-5c25f963-6922-43d1-a1a4-281b3ae55e16 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(249, 249, 249, 1);
    border: 1px solid rgba(249, 249, 249, 1);
  }
#s-5c25f963-6922-43d1-a1a4-281b3ae55e16 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(51, 51, 51, 1);
  font-family: Asap;
  font-weight: 600;
  font-style: ;
  font-size: 22px;
}

#s-5c25f963-6922-43d1-a1a4-281b3ae55e16 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 92, 38, 1);
}

#s-5c25f963-6922-43d1-a1a4-281b3ae55e16 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(249, 249, 249, 1);
}

#s-5c25f963-6922-43d1-a1a4-281b3ae55e16 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(249, 249, 249, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-5c25f963-6922-43d1-a1a4-281b3ae55e16 .shogun-tabs {
  justify-content: flex-start;
}


  #s-5c25f963-6922-43d1-a1a4-281b3ae55e16 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(249, 249, 249, 1);
    border: 1px solid rgba(249, 249, 249, 1);
  }
  #s-5c25f963-6922-43d1-a1a4-281b3ae55e16 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(249, 249, 249, 1);
    border: 1px solid rgba(249, 249, 249, 1);
  }
#s-5c25f963-6922-43d1-a1a4-281b3ae55e16 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(51, 51, 51, 1);
  font-family: Asap;
  font-weight: 600;
  font-style: ;
  font-size: 20px;
}

#s-5c25f963-6922-43d1-a1a4-281b3ae55e16 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 92, 38, 1);
}

#s-5c25f963-6922-43d1-a1a4-281b3ae55e16 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(249, 249, 249, 1);
}

#s-5c25f963-6922-43d1-a1a4-281b3ae55e16 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(249, 249, 249, 1);
}
}@media (max-width: 767px){#s-5c25f963-6922-43d1-a1a4-281b3ae55e16 .shogun-tabs {
  justify-content: flex-start;
}


  #s-5c25f963-6922-43d1-a1a4-281b3ae55e16 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(249, 249, 249, 1);
    border: 1px solid rgba(249, 249, 249, 1);
  }
  #s-5c25f963-6922-43d1-a1a4-281b3ae55e16 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(249, 249, 249, 1);
    border: 1px solid rgba(249, 249, 249, 1);
  }
#s-5c25f963-6922-43d1-a1a4-281b3ae55e16 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(51, 51, 51, 1);
  font-family: Asap;
  font-weight: 600;
  font-style: ;
  font-size: 18px;
}

#s-5c25f963-6922-43d1-a1a4-281b3ae55e16 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 92, 38, 1);
}

#s-5c25f963-6922-43d1-a1a4-281b3ae55e16 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(249, 249, 249, 1);
}

#s-5c25f963-6922-43d1-a1a4-281b3ae55e16 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(249, 249, 249, 1);
}
}
.shogun-image-container {
  position: relative;
}

.shogun-image-container.shg-align-left {
  text-align: left;
}

.shogun-image-container.shg-align-center {
  text-align: center;
}

.shogun-image-container.shg-align-right {
  text-align: right;
}

.shogun-image-linked {
  cursor: pointer;
}

.shogun-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.shogun-image-overlay.shg-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-top-center {
  align-items: flex-start;
  justify-content: center;
}

.shogun-image-overlay.shg-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-middle-left {
  align-items: center;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-middle-center {
  align-items: center;
  justify-content: center;
}

.shogun-image-overlay.shg-middle-right {
  align-items: center;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-bottom-center {
  align-items: flex-end;
  justify-content: center;
}

.shogun-image-overlay.shg-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.shogun-image-overlay p {
  margin: 0;
  padding: 0;
  line-height: normal;
}

.shogun-image-cover {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
}

img.shogun-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.shogun-image-content {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.shogun-image-content-linked, .shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked > div {
  pointer-events: auto;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

.shogun-image-content > div {
  width: 100%;
}

.shogun-image-content-top {
  align-items: flex-start;
}

.shogun-image-content-center {
  align-items: center;
}

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-4bfa25fb-75f1-426d-af3b-4ae88262a5a5 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-4bfa25fb-75f1-426d-af3b-4ae88262a5a5 {
  display: none;
}
#s-4bfa25fb-75f1-426d-af3b-4ae88262a5a5, #wrap-s-4bfa25fb-75f1-426d-af3b-4ae88262a5a5 { display:none !important; }}@media (max-width: 767px){#s-4bfa25fb-75f1-426d-af3b-4ae88262a5a5 {
  display: none;
}
#s-4bfa25fb-75f1-426d-af3b-4ae88262a5a5, #wrap-s-4bfa25fb-75f1-426d-af3b-4ae88262a5a5 { display:none !important; }}



  #s-4bfa25fb-75f1-426d-af3b-4ae88262a5a5 img.shogun-image {
    
    width: px;
  }


#s-4bfa25fb-75f1-426d-af3b-4ae88262a5a5 .shogun-image-content {
  
    align-items: center;
  
}

#s-8bbe45d6-afc3-49e9-bb3e-fe7ade5fe9a9 {
  min-height: 50px;
}








#s-8bbe45d6-afc3-49e9-bb3e-fe7ade5fe9a9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8bbe45d6-afc3-49e9-bb3e-fe7ade5fe9a9.shg-box.shg-c {
  justify-content: center;
}

#s-0c988721-aee5-47e9-ab33-06fb453adb72 {
  margin-top: -10px;
margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
min-height: 50px;
background-color: rgba(243, 243, 243, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-0c988721-aee5-47e9-ab33-06fb453adb72 {
  margin-left: 30px;
margin-right: 30px;
display: none;
}
#s-0c988721-aee5-47e9-ab33-06fb453adb72, #wrap-s-0c988721-aee5-47e9-ab33-06fb453adb72 { display:none !important; }}@media (max-width: 767px){#s-0c988721-aee5-47e9-ab33-06fb453adb72 {
  display: none;
}
#s-0c988721-aee5-47e9-ab33-06fb453adb72, #wrap-s-0c988721-aee5-47e9-ab33-06fb453adb72 { display:none !important; }}







#s-0c988721-aee5-47e9-ab33-06fb453adb72 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0c988721-aee5-47e9-ab33-06fb453adb72.shg-box.shg-c {
  justify-content: center;
}

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

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

#s-7fc8cec1-fd54-4b22-8229-617068a9b9fa {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7fc8cec1-fd54-4b22-8229-617068a9b9fa .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 35px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
justify-content: space-between;
}

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

.shg-c-xs-1,
.shg-c-xs-2,
.shg-c-xs-3,
.shg-c-xs-4,
.shg-c-xs-5,
.shg-c-xs-6,
.shg-c-xs-7,
.shg-c-xs-8,
.shg-c-xs-9,
.shg-c-xs-10,
.shg-c-xs-11,
.shg-c-xs-12,
.shg-c-sm-1,
.shg-c-sm-2,
.shg-c-sm-3,
.shg-c-sm-4,
.shg-c-sm-5,
.shg-c-sm-6,
.shg-c-sm-7,
.shg-c-sm-8,
.shg-c-sm-9,
.shg-c-sm-10,
.shg-c-sm-11,
.shg-c-sm-12,
.shg-c-md-1,
.shg-c-md-2,
.shg-c-md-3,
.shg-c-md-4,
.shg-c-md-5,
.shg-c-md-6,
.shg-c-md-7,
.shg-c-md-8,
.shg-c-md-9,
.shg-c-md-10,
.shg-c-md-11,
.shg-c-md-12,
.shg-c-lg-1,
.shg-c-lg-2,
.shg-c-lg-3,
.shg-c-lg-4,
.shg-c-lg-5,
.shg-c-lg-6,
.shg-c-lg-7,
.shg-c-lg-8,
.shg-c-lg-9,
.shg-c-lg-10,
.shg-c-lg-11,
.shg-c-lg-12 {
  position: relative;
}

@media (min-width: 0px) {
[id="s-338d594d-2daa-4fae-aab2-a499b871d97d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-338d594d-2daa-4fae-aab2-a499b871d97d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-338d594d-2daa-4fae-aab2-a499b871d97d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-338d594d-2daa-4fae-aab2-a499b871d97d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-338d594d-2daa-4fae-aab2-a499b871d97d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-338d594d-2daa-4fae-aab2-a499b871d97d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-338d594d-2daa-4fae-aab2-a499b871d97d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-338d594d-2daa-4fae-aab2-a499b871d97d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-338d594d-2daa-4fae-aab2-a499b871d97d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-338d594d-2daa-4fae-aab2-a499b871d97d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-338d594d-2daa-4fae-aab2-a499b871d97d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-338d594d-2daa-4fae-aab2-a499b871d97d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-338d594d-2daa-4fae-aab2-a499b871d97d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-338d594d-2daa-4fae-aab2-a499b871d97d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-338d594d-2daa-4fae-aab2-a499b871d97d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-338d594d-2daa-4fae-aab2-a499b871d97d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-338d594d-2daa-4fae-aab2-a499b871d97d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-338d594d-2daa-4fae-aab2-a499b871d97d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-338d594d-2daa-4fae-aab2-a499b871d97d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-338d594d-2daa-4fae-aab2-a499b871d97d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-338d594d-2daa-4fae-aab2-a499b871d97d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-338d594d-2daa-4fae-aab2-a499b871d97d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-338d594d-2daa-4fae-aab2-a499b871d97d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-338d594d-2daa-4fae-aab2-a499b871d97d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-338d594d-2daa-4fae-aab2-a499b871d97d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-338d594d-2daa-4fae-aab2-a499b871d97d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-338d594d-2daa-4fae-aab2-a499b871d97d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-338d594d-2daa-4fae-aab2-a499b871d97d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-338d594d-2daa-4fae-aab2-a499b871d97d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-338d594d-2daa-4fae-aab2-a499b871d97d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-338d594d-2daa-4fae-aab2-a499b871d97d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-338d594d-2daa-4fae-aab2-a499b871d97d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-338d594d-2daa-4fae-aab2-a499b871d97d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-338d594d-2daa-4fae-aab2-a499b871d97d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-338d594d-2daa-4fae-aab2-a499b871d97d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-338d594d-2daa-4fae-aab2-a499b871d97d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-338d594d-2daa-4fae-aab2-a499b871d97d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-545df91d-ee97-4ac0-856c-04a7728adbd4 {
  min-height: 50px;
}








#s-545df91d-ee97-4ac0-856c-04a7728adbd4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-545df91d-ee97-4ac0-856c-04a7728adbd4.shg-box.shg-c {
  justify-content: center;
}

#s-2d8167c2-0461-48e2-9d0e-8981eae922fd {
  margin-top: 10px;
margin-left: 50px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2d8167c2-0461-48e2-9d0e-8981eae922fd .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-e2716c25-ade8-46ec-987b-32d7e04b6481 {
  margin-left: 50px;
}

@media (min-width: 0px) {
[id="s-e2716c25-ade8-46ec-987b-32d7e04b6481"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e2716c25-ade8-46ec-987b-32d7e04b6481"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-e2716c25-ade8-46ec-987b-32d7e04b6481"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-e2716c25-ade8-46ec-987b-32d7e04b6481"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-e2716c25-ade8-46ec-987b-32d7e04b6481"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-e2716c25-ade8-46ec-987b-32d7e04b6481"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-e2716c25-ade8-46ec-987b-32d7e04b6481"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-e2716c25-ade8-46ec-987b-32d7e04b6481"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-e2716c25-ade8-46ec-987b-32d7e04b6481"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-e2716c25-ade8-46ec-987b-32d7e04b6481"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-e2716c25-ade8-46ec-987b-32d7e04b6481"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-e2716c25-ade8-46ec-987b-32d7e04b6481"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-e2716c25-ade8-46ec-987b-32d7e04b6481"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-e2716c25-ade8-46ec-987b-32d7e04b6481"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-e2716c25-ade8-46ec-987b-32d7e04b6481"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-e2716c25-ade8-46ec-987b-32d7e04b6481"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-e2716c25-ade8-46ec-987b-32d7e04b6481"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-e2716c25-ade8-46ec-987b-32d7e04b6481"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-e2716c25-ade8-46ec-987b-32d7e04b6481"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-e2716c25-ade8-46ec-987b-32d7e04b6481"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-e2716c25-ade8-46ec-987b-32d7e04b6481"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-e2716c25-ade8-46ec-987b-32d7e04b6481"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-e2716c25-ade8-46ec-987b-32d7e04b6481"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-e2716c25-ade8-46ec-987b-32d7e04b6481"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-e2716c25-ade8-46ec-987b-32d7e04b6481"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-e2716c25-ade8-46ec-987b-32d7e04b6481"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-e2716c25-ade8-46ec-987b-32d7e04b6481"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-e2716c25-ade8-46ec-987b-32d7e04b6481"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-e2716c25-ade8-46ec-987b-32d7e04b6481"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-e2716c25-ade8-46ec-987b-32d7e04b6481"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-e2716c25-ade8-46ec-987b-32d7e04b6481"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-e2716c25-ade8-46ec-987b-32d7e04b6481"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-e2716c25-ade8-46ec-987b-32d7e04b6481"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-e2716c25-ade8-46ec-987b-32d7e04b6481"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-e2716c25-ade8-46ec-987b-32d7e04b6481"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-e2716c25-ade8-46ec-987b-32d7e04b6481"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-e2716c25-ade8-46ec-987b-32d7e04b6481"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-f856fb95-aa41-4c78-a72e-5fdb7ae38b32 {
  margin-left: 50px;
}

#s-f856fb95-aa41-4c78-a72e-5fdb7ae38b32 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(111, 111, 111, 1);
}

#s-bd580ab8-0da3-4f23-ae17-ef22e6c584cf {
  min-height: 50px;
}








#s-bd580ab8-0da3-4f23-ae17-ef22e6c584cf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bd580ab8-0da3-4f23-ae17-ef22e6c584cf.shg-box.shg-c {
  justify-content: center;
}

#s-ea0f2b02-8fd3-4cd7-bf15-c8d14497bd9a {
  margin-top: 10px;
margin-left: 50px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ea0f2b02-8fd3-4cd7-bf15-c8d14497bd9a .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-a400b027-02f7-41ba-b67b-219833a7f050 {
  margin-left: 50px;
}

@media (min-width: 0px) {
[id="s-a400b027-02f7-41ba-b67b-219833a7f050"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a400b027-02f7-41ba-b67b-219833a7f050"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-a400b027-02f7-41ba-b67b-219833a7f050"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-a400b027-02f7-41ba-b67b-219833a7f050"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-a400b027-02f7-41ba-b67b-219833a7f050"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-a400b027-02f7-41ba-b67b-219833a7f050"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-a400b027-02f7-41ba-b67b-219833a7f050"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-a400b027-02f7-41ba-b67b-219833a7f050"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-a400b027-02f7-41ba-b67b-219833a7f050"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-a400b027-02f7-41ba-b67b-219833a7f050"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-a400b027-02f7-41ba-b67b-219833a7f050"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-a400b027-02f7-41ba-b67b-219833a7f050"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-a400b027-02f7-41ba-b67b-219833a7f050"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-a400b027-02f7-41ba-b67b-219833a7f050"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-a400b027-02f7-41ba-b67b-219833a7f050"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-a400b027-02f7-41ba-b67b-219833a7f050"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-a400b027-02f7-41ba-b67b-219833a7f050"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-a400b027-02f7-41ba-b67b-219833a7f050"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-a400b027-02f7-41ba-b67b-219833a7f050"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-a400b027-02f7-41ba-b67b-219833a7f050"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-a400b027-02f7-41ba-b67b-219833a7f050"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-a400b027-02f7-41ba-b67b-219833a7f050"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-a400b027-02f7-41ba-b67b-219833a7f050"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-a400b027-02f7-41ba-b67b-219833a7f050"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-a400b027-02f7-41ba-b67b-219833a7f050"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-a400b027-02f7-41ba-b67b-219833a7f050"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-a400b027-02f7-41ba-b67b-219833a7f050"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-a400b027-02f7-41ba-b67b-219833a7f050"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-a400b027-02f7-41ba-b67b-219833a7f050"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-a400b027-02f7-41ba-b67b-219833a7f050"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-a400b027-02f7-41ba-b67b-219833a7f050"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-a400b027-02f7-41ba-b67b-219833a7f050"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-a400b027-02f7-41ba-b67b-219833a7f050"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-a400b027-02f7-41ba-b67b-219833a7f050"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-a400b027-02f7-41ba-b67b-219833a7f050"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-a400b027-02f7-41ba-b67b-219833a7f050"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-a400b027-02f7-41ba-b67b-219833a7f050"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-cde150b3-6662-4cfe-b07a-1d6a3cbb9b35 {
  min-height: 50px;
}








#s-cde150b3-6662-4cfe-b07a-1d6a3cbb9b35 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cde150b3-6662-4cfe-b07a-1d6a3cbb9b35.shg-box.shg-c {
  justify-content: center;
}

#s-61050acf-c212-401c-bfc6-ea0f083d0735 {
  margin-top: 10px;
margin-left: 50px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-61050acf-c212-401c-bfc6-ea0f083d0735 .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-b6d18c19-6b9a-4b91-a2e6-745be95bd138 {
  margin-left: 50px;
}

@media (min-width: 0px) {
[id="s-b6d18c19-6b9a-4b91-a2e6-745be95bd138"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b6d18c19-6b9a-4b91-a2e6-745be95bd138"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-b6d18c19-6b9a-4b91-a2e6-745be95bd138"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-b6d18c19-6b9a-4b91-a2e6-745be95bd138"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-b6d18c19-6b9a-4b91-a2e6-745be95bd138"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-b6d18c19-6b9a-4b91-a2e6-745be95bd138"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-b6d18c19-6b9a-4b91-a2e6-745be95bd138"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-b6d18c19-6b9a-4b91-a2e6-745be95bd138"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-b6d18c19-6b9a-4b91-a2e6-745be95bd138"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-b6d18c19-6b9a-4b91-a2e6-745be95bd138"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-b6d18c19-6b9a-4b91-a2e6-745be95bd138"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-b6d18c19-6b9a-4b91-a2e6-745be95bd138"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-b6d18c19-6b9a-4b91-a2e6-745be95bd138"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-b6d18c19-6b9a-4b91-a2e6-745be95bd138"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-b6d18c19-6b9a-4b91-a2e6-745be95bd138"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-b6d18c19-6b9a-4b91-a2e6-745be95bd138"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-b6d18c19-6b9a-4b91-a2e6-745be95bd138"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-b6d18c19-6b9a-4b91-a2e6-745be95bd138"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-b6d18c19-6b9a-4b91-a2e6-745be95bd138"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-b6d18c19-6b9a-4b91-a2e6-745be95bd138"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-b6d18c19-6b9a-4b91-a2e6-745be95bd138"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-b6d18c19-6b9a-4b91-a2e6-745be95bd138"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-b6d18c19-6b9a-4b91-a2e6-745be95bd138"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-b6d18c19-6b9a-4b91-a2e6-745be95bd138"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-b6d18c19-6b9a-4b91-a2e6-745be95bd138"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-b6d18c19-6b9a-4b91-a2e6-745be95bd138"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-b6d18c19-6b9a-4b91-a2e6-745be95bd138"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-b6d18c19-6b9a-4b91-a2e6-745be95bd138"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-b6d18c19-6b9a-4b91-a2e6-745be95bd138"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-b6d18c19-6b9a-4b91-a2e6-745be95bd138"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-b6d18c19-6b9a-4b91-a2e6-745be95bd138"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-b6d18c19-6b9a-4b91-a2e6-745be95bd138"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-b6d18c19-6b9a-4b91-a2e6-745be95bd138"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-b6d18c19-6b9a-4b91-a2e6-745be95bd138"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-b6d18c19-6b9a-4b91-a2e6-745be95bd138"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-b6d18c19-6b9a-4b91-a2e6-745be95bd138"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-b6d18c19-6b9a-4b91-a2e6-745be95bd138"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-2ea4a122-70af-4165-9b76-b378a4100c78 {
  margin-left: 50px;
margin-right: 50px;
}

#s-2ea4a122-70af-4165-9b76-b378a4100c78 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(111, 111, 111, 1);
}

#s-f18360b3-87ba-401e-b46c-a6fae95c9af8 {
  min-height: 50px;
}








#s-f18360b3-87ba-401e-b46c-a6fae95c9af8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f18360b3-87ba-401e-b46c-a6fae95c9af8.shg-box.shg-c {
  justify-content: center;
}

#s-4dcc5b88-3188-4493-94a4-6a82c9f5a7fc {
  margin-top: 10px;
margin-left: 50px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4dcc5b88-3188-4493-94a4-6a82c9f5a7fc .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-3e98a26f-fb04-441e-be9e-2bc93e442f04 {
  margin-left: 50px;
}

@media (min-width: 0px) {
[id="s-3e98a26f-fb04-441e-be9e-2bc93e442f04"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3e98a26f-fb04-441e-be9e-2bc93e442f04"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-3e98a26f-fb04-441e-be9e-2bc93e442f04"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-3e98a26f-fb04-441e-be9e-2bc93e442f04"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-3e98a26f-fb04-441e-be9e-2bc93e442f04"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-3e98a26f-fb04-441e-be9e-2bc93e442f04"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-3e98a26f-fb04-441e-be9e-2bc93e442f04"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-3e98a26f-fb04-441e-be9e-2bc93e442f04"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-3e98a26f-fb04-441e-be9e-2bc93e442f04"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-3e98a26f-fb04-441e-be9e-2bc93e442f04"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-3e98a26f-fb04-441e-be9e-2bc93e442f04"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-3e98a26f-fb04-441e-be9e-2bc93e442f04"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-3e98a26f-fb04-441e-be9e-2bc93e442f04"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-3e98a26f-fb04-441e-be9e-2bc93e442f04"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-3e98a26f-fb04-441e-be9e-2bc93e442f04"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-3e98a26f-fb04-441e-be9e-2bc93e442f04"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-3e98a26f-fb04-441e-be9e-2bc93e442f04"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-3e98a26f-fb04-441e-be9e-2bc93e442f04"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-3e98a26f-fb04-441e-be9e-2bc93e442f04"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-3e98a26f-fb04-441e-be9e-2bc93e442f04"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-3e98a26f-fb04-441e-be9e-2bc93e442f04"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-3e98a26f-fb04-441e-be9e-2bc93e442f04"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-3e98a26f-fb04-441e-be9e-2bc93e442f04"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-3e98a26f-fb04-441e-be9e-2bc93e442f04"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-3e98a26f-fb04-441e-be9e-2bc93e442f04"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-3e98a26f-fb04-441e-be9e-2bc93e442f04"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-3e98a26f-fb04-441e-be9e-2bc93e442f04"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-3e98a26f-fb04-441e-be9e-2bc93e442f04"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-3e98a26f-fb04-441e-be9e-2bc93e442f04"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-3e98a26f-fb04-441e-be9e-2bc93e442f04"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-3e98a26f-fb04-441e-be9e-2bc93e442f04"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-3e98a26f-fb04-441e-be9e-2bc93e442f04"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-3e98a26f-fb04-441e-be9e-2bc93e442f04"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-3e98a26f-fb04-441e-be9e-2bc93e442f04"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-3e98a26f-fb04-441e-be9e-2bc93e442f04"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-3e98a26f-fb04-441e-be9e-2bc93e442f04"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-3e98a26f-fb04-441e-be9e-2bc93e442f04"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-4cbd1e39-a085-4657-9125-e17ea9b8d17c {
  margin-left: 20px;
margin-right: 20px;
}

#s-4cbd1e39-a085-4657-9125-e17ea9b8d17c hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(51, 51, 51, 1);
}

#s-8f6bc096-df35-40a6-8016-dd047ed95c7e {
  margin-top: 30px;
margin-left: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(243, 243, 243, 1);
}








#s-8f6bc096-df35-40a6-8016-dd047ed95c7e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8f6bc096-df35-40a6-8016-dd047ed95c7e.shg-box.shg-c {
  justify-content: center;
}

#s-1d4f0a66-29d8-4b18-8ec3-67d83b597c1b {
  margin-top: 10px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1d4f0a66-29d8-4b18-8ec3-67d83b597c1b .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 35px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 768px) and (max-width: 991px){#s-bd2bad55-bbb2-4b7c-822f-162dc0e81f65 {
  margin-left: 10px;
margin-right: 10px;
}
}
@media (min-width: 0px) {
[id="s-bd2bad55-bbb2-4b7c-822f-162dc0e81f65"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bd2bad55-bbb2-4b7c-822f-162dc0e81f65"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bd2bad55-bbb2-4b7c-822f-162dc0e81f65"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bd2bad55-bbb2-4b7c-822f-162dc0e81f65"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bd2bad55-bbb2-4b7c-822f-162dc0e81f65"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bd2bad55-bbb2-4b7c-822f-162dc0e81f65"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bd2bad55-bbb2-4b7c-822f-162dc0e81f65"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bd2bad55-bbb2-4b7c-822f-162dc0e81f65"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bd2bad55-bbb2-4b7c-822f-162dc0e81f65"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bd2bad55-bbb2-4b7c-822f-162dc0e81f65"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bd2bad55-bbb2-4b7c-822f-162dc0e81f65"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bd2bad55-bbb2-4b7c-822f-162dc0e81f65"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bd2bad55-bbb2-4b7c-822f-162dc0e81f65"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bd2bad55-bbb2-4b7c-822f-162dc0e81f65"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bd2bad55-bbb2-4b7c-822f-162dc0e81f65"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bd2bad55-bbb2-4b7c-822f-162dc0e81f65"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bd2bad55-bbb2-4b7c-822f-162dc0e81f65"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bd2bad55-bbb2-4b7c-822f-162dc0e81f65"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bd2bad55-bbb2-4b7c-822f-162dc0e81f65"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bd2bad55-bbb2-4b7c-822f-162dc0e81f65"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bd2bad55-bbb2-4b7c-822f-162dc0e81f65"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bd2bad55-bbb2-4b7c-822f-162dc0e81f65"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bd2bad55-bbb2-4b7c-822f-162dc0e81f65"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bd2bad55-bbb2-4b7c-822f-162dc0e81f65"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bd2bad55-bbb2-4b7c-822f-162dc0e81f65"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bd2bad55-bbb2-4b7c-822f-162dc0e81f65"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bd2bad55-bbb2-4b7c-822f-162dc0e81f65"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bd2bad55-bbb2-4b7c-822f-162dc0e81f65"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bd2bad55-bbb2-4b7c-822f-162dc0e81f65"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bd2bad55-bbb2-4b7c-822f-162dc0e81f65"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bd2bad55-bbb2-4b7c-822f-162dc0e81f65"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bd2bad55-bbb2-4b7c-822f-162dc0e81f65"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bd2bad55-bbb2-4b7c-822f-162dc0e81f65"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bd2bad55-bbb2-4b7c-822f-162dc0e81f65"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bd2bad55-bbb2-4b7c-822f-162dc0e81f65"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bd2bad55-bbb2-4b7c-822f-162dc0e81f65"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bd2bad55-bbb2-4b7c-822f-162dc0e81f65"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-e1294def-b006-402f-a0be-780b706f58f9 {
  min-height: 50px;
}








#s-e1294def-b006-402f-a0be-780b706f58f9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e1294def-b006-402f-a0be-780b706f58f9.shg-box.shg-c {
  justify-content: center;
}

#s-b3c659dd-e29f-495d-9702-5a1ff5802197 {
  margin-top: 10px;
margin-left: 50px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-b3c659dd-e29f-495d-9702-5a1ff5802197 {
  margin-left: 30px;
}
}
#s-b3c659dd-e29f-495d-9702-5a1ff5802197 .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-5693bc3e-04db-46c3-92ac-61477b91ecdf {
  margin-left: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-5693bc3e-04db-46c3-92ac-61477b91ecdf {
  margin-left: 20px;
}
}
@media (min-width: 0px) {
[id="s-5693bc3e-04db-46c3-92ac-61477b91ecdf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5693bc3e-04db-46c3-92ac-61477b91ecdf"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-5693bc3e-04db-46c3-92ac-61477b91ecdf"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-5693bc3e-04db-46c3-92ac-61477b91ecdf"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-5693bc3e-04db-46c3-92ac-61477b91ecdf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-5693bc3e-04db-46c3-92ac-61477b91ecdf"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-5693bc3e-04db-46c3-92ac-61477b91ecdf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-5693bc3e-04db-46c3-92ac-61477b91ecdf"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-5693bc3e-04db-46c3-92ac-61477b91ecdf"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-5693bc3e-04db-46c3-92ac-61477b91ecdf"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-5693bc3e-04db-46c3-92ac-61477b91ecdf"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-5693bc3e-04db-46c3-92ac-61477b91ecdf"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-5693bc3e-04db-46c3-92ac-61477b91ecdf"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-5693bc3e-04db-46c3-92ac-61477b91ecdf"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-5693bc3e-04db-46c3-92ac-61477b91ecdf"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-5693bc3e-04db-46c3-92ac-61477b91ecdf"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-5693bc3e-04db-46c3-92ac-61477b91ecdf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-5693bc3e-04db-46c3-92ac-61477b91ecdf"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-5693bc3e-04db-46c3-92ac-61477b91ecdf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-5693bc3e-04db-46c3-92ac-61477b91ecdf"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-5693bc3e-04db-46c3-92ac-61477b91ecdf"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-5693bc3e-04db-46c3-92ac-61477b91ecdf"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-5693bc3e-04db-46c3-92ac-61477b91ecdf"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-5693bc3e-04db-46c3-92ac-61477b91ecdf"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-5693bc3e-04db-46c3-92ac-61477b91ecdf"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-5693bc3e-04db-46c3-92ac-61477b91ecdf"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-5693bc3e-04db-46c3-92ac-61477b91ecdf"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-5693bc3e-04db-46c3-92ac-61477b91ecdf"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-5693bc3e-04db-46c3-92ac-61477b91ecdf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-5693bc3e-04db-46c3-92ac-61477b91ecdf"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-5693bc3e-04db-46c3-92ac-61477b91ecdf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-5693bc3e-04db-46c3-92ac-61477b91ecdf"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-5693bc3e-04db-46c3-92ac-61477b91ecdf"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-5693bc3e-04db-46c3-92ac-61477b91ecdf"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-5693bc3e-04db-46c3-92ac-61477b91ecdf"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-5693bc3e-04db-46c3-92ac-61477b91ecdf"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-5693bc3e-04db-46c3-92ac-61477b91ecdf"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-b1d6ecb9-6233-4b48-beed-e987ccfe229f {
  margin-left: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b1d6ecb9-6233-4b48-beed-e987ccfe229f {
  margin-left: 20px;
margin-right: 20px;
}
}
#s-b1d6ecb9-6233-4b48-beed-e987ccfe229f hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(111, 111, 111, 1);
}

#s-04e5efd3-1152-4e5a-a630-e01b82be1c63 {
  min-height: 50px;
}








#s-04e5efd3-1152-4e5a-a630-e01b82be1c63 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-04e5efd3-1152-4e5a-a630-e01b82be1c63.shg-box.shg-c {
  justify-content: center;
}

#s-9643e163-1aa4-447c-bcab-f2712b2f3687 {
  margin-top: 10px;
margin-left: 50px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-9643e163-1aa4-447c-bcab-f2712b2f3687 {
  margin-left: 20px;
}
}
#s-9643e163-1aa4-447c-bcab-f2712b2f3687 .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-4bc53e1d-462f-4887-aabd-bc8f0f59ec5b {
  margin-left: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4bc53e1d-462f-4887-aabd-bc8f0f59ec5b {
  margin-left: 20px;
}
}
@media (min-width: 0px) {
[id="s-4bc53e1d-462f-4887-aabd-bc8f0f59ec5b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4bc53e1d-462f-4887-aabd-bc8f0f59ec5b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-4bc53e1d-462f-4887-aabd-bc8f0f59ec5b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-4bc53e1d-462f-4887-aabd-bc8f0f59ec5b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-4bc53e1d-462f-4887-aabd-bc8f0f59ec5b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-4bc53e1d-462f-4887-aabd-bc8f0f59ec5b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-4bc53e1d-462f-4887-aabd-bc8f0f59ec5b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-4bc53e1d-462f-4887-aabd-bc8f0f59ec5b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-4bc53e1d-462f-4887-aabd-bc8f0f59ec5b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-4bc53e1d-462f-4887-aabd-bc8f0f59ec5b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-4bc53e1d-462f-4887-aabd-bc8f0f59ec5b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-4bc53e1d-462f-4887-aabd-bc8f0f59ec5b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-4bc53e1d-462f-4887-aabd-bc8f0f59ec5b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-4bc53e1d-462f-4887-aabd-bc8f0f59ec5b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-4bc53e1d-462f-4887-aabd-bc8f0f59ec5b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-4bc53e1d-462f-4887-aabd-bc8f0f59ec5b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-4bc53e1d-462f-4887-aabd-bc8f0f59ec5b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-4bc53e1d-462f-4887-aabd-bc8f0f59ec5b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-4bc53e1d-462f-4887-aabd-bc8f0f59ec5b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-4bc53e1d-462f-4887-aabd-bc8f0f59ec5b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-4bc53e1d-462f-4887-aabd-bc8f0f59ec5b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-4bc53e1d-462f-4887-aabd-bc8f0f59ec5b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-4bc53e1d-462f-4887-aabd-bc8f0f59ec5b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-4bc53e1d-462f-4887-aabd-bc8f0f59ec5b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-4bc53e1d-462f-4887-aabd-bc8f0f59ec5b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-4bc53e1d-462f-4887-aabd-bc8f0f59ec5b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-4bc53e1d-462f-4887-aabd-bc8f0f59ec5b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-4bc53e1d-462f-4887-aabd-bc8f0f59ec5b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-4bc53e1d-462f-4887-aabd-bc8f0f59ec5b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-4bc53e1d-462f-4887-aabd-bc8f0f59ec5b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-4bc53e1d-462f-4887-aabd-bc8f0f59ec5b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-4bc53e1d-462f-4887-aabd-bc8f0f59ec5b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-4bc53e1d-462f-4887-aabd-bc8f0f59ec5b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-4bc53e1d-462f-4887-aabd-bc8f0f59ec5b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-4bc53e1d-462f-4887-aabd-bc8f0f59ec5b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-4bc53e1d-462f-4887-aabd-bc8f0f59ec5b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-4bc53e1d-462f-4887-aabd-bc8f0f59ec5b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-2ce8565c-c349-4824-9f89-d1ac49447de0 {
  min-height: 50px;
}








#s-2ce8565c-c349-4824-9f89-d1ac49447de0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2ce8565c-c349-4824-9f89-d1ac49447de0.shg-box.shg-c {
  justify-content: center;
}

#s-1cb1661e-391a-4abe-a398-dac293c4a6f7 {
  margin-top: 10px;
margin-left: 50px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-1cb1661e-391a-4abe-a398-dac293c4a6f7 {
  margin-left: 0px;
}
}
#s-1cb1661e-391a-4abe-a398-dac293c4a6f7 .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-b81b3f7d-8993-4c81-a293-ed07da8e0b1a {
  margin-left: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b81b3f7d-8993-4c81-a293-ed07da8e0b1a {
  margin-left: 0px;
}
}
@media (min-width: 0px) {
[id="s-b81b3f7d-8993-4c81-a293-ed07da8e0b1a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b81b3f7d-8993-4c81-a293-ed07da8e0b1a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-b81b3f7d-8993-4c81-a293-ed07da8e0b1a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-b81b3f7d-8993-4c81-a293-ed07da8e0b1a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-b81b3f7d-8993-4c81-a293-ed07da8e0b1a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-b81b3f7d-8993-4c81-a293-ed07da8e0b1a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-b81b3f7d-8993-4c81-a293-ed07da8e0b1a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-b81b3f7d-8993-4c81-a293-ed07da8e0b1a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-b81b3f7d-8993-4c81-a293-ed07da8e0b1a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-b81b3f7d-8993-4c81-a293-ed07da8e0b1a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-b81b3f7d-8993-4c81-a293-ed07da8e0b1a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-b81b3f7d-8993-4c81-a293-ed07da8e0b1a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-b81b3f7d-8993-4c81-a293-ed07da8e0b1a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-b81b3f7d-8993-4c81-a293-ed07da8e0b1a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-b81b3f7d-8993-4c81-a293-ed07da8e0b1a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-b81b3f7d-8993-4c81-a293-ed07da8e0b1a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-b81b3f7d-8993-4c81-a293-ed07da8e0b1a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-b81b3f7d-8993-4c81-a293-ed07da8e0b1a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-b81b3f7d-8993-4c81-a293-ed07da8e0b1a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-b81b3f7d-8993-4c81-a293-ed07da8e0b1a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-b81b3f7d-8993-4c81-a293-ed07da8e0b1a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-b81b3f7d-8993-4c81-a293-ed07da8e0b1a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-b81b3f7d-8993-4c81-a293-ed07da8e0b1a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-b81b3f7d-8993-4c81-a293-ed07da8e0b1a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-b81b3f7d-8993-4c81-a293-ed07da8e0b1a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-b81b3f7d-8993-4c81-a293-ed07da8e0b1a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-b81b3f7d-8993-4c81-a293-ed07da8e0b1a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-b81b3f7d-8993-4c81-a293-ed07da8e0b1a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-b81b3f7d-8993-4c81-a293-ed07da8e0b1a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-b81b3f7d-8993-4c81-a293-ed07da8e0b1a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-b81b3f7d-8993-4c81-a293-ed07da8e0b1a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-b81b3f7d-8993-4c81-a293-ed07da8e0b1a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-b81b3f7d-8993-4c81-a293-ed07da8e0b1a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-b81b3f7d-8993-4c81-a293-ed07da8e0b1a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-b81b3f7d-8993-4c81-a293-ed07da8e0b1a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-b81b3f7d-8993-4c81-a293-ed07da8e0b1a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-b81b3f7d-8993-4c81-a293-ed07da8e0b1a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-f74844a8-02a3-4de9-bbe8-1bd174ca7e5e {
  margin-left: 50px;
margin-right: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f74844a8-02a3-4de9-bbe8-1bd174ca7e5e {
  margin-left: 0px;
margin-right: 0px;
}
}
#s-f74844a8-02a3-4de9-bbe8-1bd174ca7e5e hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(111, 111, 111, 1);
}

#s-acc34184-0286-4d07-bffc-7d56e912f5a5 {
  min-height: 50px;
}








#s-acc34184-0286-4d07-bffc-7d56e912f5a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-acc34184-0286-4d07-bffc-7d56e912f5a5.shg-box.shg-c {
  justify-content: center;
}

#s-ca392b06-d3b0-422b-b380-0c4af8fbcfd7 {
  margin-top: 10px;
margin-left: 50px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-ca392b06-d3b0-422b-b380-0c4af8fbcfd7 {
  margin-left: 0px;
}
}
#s-ca392b06-d3b0-422b-b380-0c4af8fbcfd7 .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-6dd027ef-d74f-41c8-a751-09d20db2eae1 {
  margin-left: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-6dd027ef-d74f-41c8-a751-09d20db2eae1 {
  margin-left: 0px;
}
}
#s-464cb2ab-1cd9-4e39-bcf0-930565ab6663 {
  margin-top: 50px;
margin-left: 20px;
margin-right: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-464cb2ab-1cd9-4e39-bcf0-930565ab6663 {
  margin-top: 10px;
}
}
#s-464cb2ab-1cd9-4e39-bcf0-930565ab6663 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(111, 111, 111, 1);
}

#s-bb79c852-5e2f-4e0c-b744-06aa9167fa70 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bb79c852-5e2f-4e0c-b744-06aa9167fa70 .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 27px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-426f0b7d-4d4e-4bdd-b376-043b912dc808 {
  margin-left: 100px;
margin-bottom: 40px;
margin-right: 100px;
}
@media (min-width: 768px) and (max-width: 991px){#s-426f0b7d-4d4e-4bdd-b376-043b912dc808 {
  margin-left: 20px;
margin-right: 10px;
}
}@media (max-width: 767px){#s-426f0b7d-4d4e-4bdd-b376-043b912dc808 {
  margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-426f0b7d-4d4e-4bdd-b376-043b912dc808"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-426f0b7d-4d4e-4bdd-b376-043b912dc808"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 40.0px);
}

[id="s-426f0b7d-4d4e-4bdd-b376-043b912dc808"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 40.0px);
}

[id="s-426f0b7d-4d4e-4bdd-b376-043b912dc808"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 40.0px);
}

[id="s-426f0b7d-4d4e-4bdd-b376-043b912dc808"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 40.0px);
}

[id="s-426f0b7d-4d4e-4bdd-b376-043b912dc808"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 40.0px);
}

[id="s-426f0b7d-4d4e-4bdd-b376-043b912dc808"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 40.0px);
}

[id="s-426f0b7d-4d4e-4bdd-b376-043b912dc808"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 40.0px);
}

[id="s-426f0b7d-4d4e-4bdd-b376-043b912dc808"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 40.0px);
}

[id="s-426f0b7d-4d4e-4bdd-b376-043b912dc808"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 40.0px);
}

[id="s-426f0b7d-4d4e-4bdd-b376-043b912dc808"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 40.0px);
}

[id="s-426f0b7d-4d4e-4bdd-b376-043b912dc808"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 40.0px);
}

[id="s-426f0b7d-4d4e-4bdd-b376-043b912dc808"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 40.0px);
}

}

@media (min-width: 992px) {
[id="s-426f0b7d-4d4e-4bdd-b376-043b912dc808"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 40.0px);
}

[id="s-426f0b7d-4d4e-4bdd-b376-043b912dc808"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 40.0px);
}

[id="s-426f0b7d-4d4e-4bdd-b376-043b912dc808"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 40.0px);
}

[id="s-426f0b7d-4d4e-4bdd-b376-043b912dc808"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 40.0px);
}

[id="s-426f0b7d-4d4e-4bdd-b376-043b912dc808"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 40.0px);
}

[id="s-426f0b7d-4d4e-4bdd-b376-043b912dc808"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 40.0px);
}

[id="s-426f0b7d-4d4e-4bdd-b376-043b912dc808"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 40.0px);
}

[id="s-426f0b7d-4d4e-4bdd-b376-043b912dc808"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 40.0px);
}

[id="s-426f0b7d-4d4e-4bdd-b376-043b912dc808"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 40.0px);
}

[id="s-426f0b7d-4d4e-4bdd-b376-043b912dc808"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 40.0px);
}

[id="s-426f0b7d-4d4e-4bdd-b376-043b912dc808"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 40.0px);
}

[id="s-426f0b7d-4d4e-4bdd-b376-043b912dc808"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 40.0px);
}

}

@media (min-width: 1200px) {
[id="s-426f0b7d-4d4e-4bdd-b376-043b912dc808"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 40.0px);
}

[id="s-426f0b7d-4d4e-4bdd-b376-043b912dc808"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 40.0px);
}

[id="s-426f0b7d-4d4e-4bdd-b376-043b912dc808"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 40.0px);
}

[id="s-426f0b7d-4d4e-4bdd-b376-043b912dc808"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 40.0px);
}

[id="s-426f0b7d-4d4e-4bdd-b376-043b912dc808"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 40.0px);
}

[id="s-426f0b7d-4d4e-4bdd-b376-043b912dc808"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 40.0px);
}

[id="s-426f0b7d-4d4e-4bdd-b376-043b912dc808"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 40.0px);
}

[id="s-426f0b7d-4d4e-4bdd-b376-043b912dc808"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 40.0px);
}

[id="s-426f0b7d-4d4e-4bdd-b376-043b912dc808"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 40.0px);
}

[id="s-426f0b7d-4d4e-4bdd-b376-043b912dc808"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 40.0px);
}

[id="s-426f0b7d-4d4e-4bdd-b376-043b912dc808"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 40.0px);
}

[id="s-426f0b7d-4d4e-4bdd-b376-043b912dc808"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 40.0px);
}

}

#s-2e5a45f7-c271-4727-b870-766169d71924 {
  margin-top: 0px;
margin-left: 20px;
margin-right: 20px;
}

#s-2e5a45f7-c271-4727-b870-766169d71924 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(111, 111, 111, 1);
}

#s-f266aadc-0f97-41c2-b708-3e9f755ee63d {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f266aadc-0f97-41c2-b708-3e9f755ee63d .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 27px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c077f987-0edb-4310-a4a7-3b09f256c0c5 {
  text-align: center;
}




  #s-c077f987-0edb-4310-a4a7-3b09f256c0c5 img.shogun-image {
    
    width: px;
  }


#s-c077f987-0edb-4310-a4a7-3b09f256c0c5 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-32091317-38fe-4e17-9950-290e7aec8f82 {
  margin-bottom: 50px;
}

#s-61ccb42a-b99c-42ce-ad44-e17dacfb4d52 {
  margin-left: 100px;
margin-right: 100px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-61ccb42a-b99c-42ce-ad44-e17dacfb4d52 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-61ccb42a-b99c-42ce-ad44-e17dacfb4d52 {
  margin-left: 30px;
margin-right: 30px;
}
}







#s-61ccb42a-b99c-42ce-ad44-e17dacfb4d52 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-61ccb42a-b99c-42ce-ad44-e17dacfb4d52.shg-box.shg-c {
  justify-content: center;
}

#s-cb8cf69f-efc3-4cb1-bf8d-76098a1a6a87 {
  margin-top: 3%;
margin-bottom: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cb8cf69f-efc3-4cb1-bf8d-76098a1a6a87 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 35px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-46364c93-a6b7-44b4-ab0a-6ba32615b21b {
  opacity: 1;
}

#s-46364c93-a6b7-44b4-ab0a-6ba32615b21b > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-46364c93-a6b7-44b4-ab0a-6ba32615b21b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(249, 249, 249, 1);
  padding: 11px;
}

#s-46364c93-a6b7-44b4-ab0a-6ba32615b21b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(51, 51, 51, 1);
}

#s-46364c93-a6b7-44b4-ab0a-6ba32615b21b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-46364c93-a6b7-44b4-ab0a-6ba32615b21b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(51, 51, 51, 1);
  text-align: left;
  font-family: Asap;
  font-weight: 500;
  font-style: ;
  font-size: 16px;
}

#s-46364c93-a6b7-44b4-ab0a-6ba32615b21b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-d67572c6-191e-460e-8544-3a322816de6c {
  margin-top: 5px;
}

#s-d67572c6-191e-460e-8544-3a322816de6c > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-d67572c6-191e-460e-8544-3a322816de6c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(249, 249, 249, 1);
  padding: 11px;
}

#s-d67572c6-191e-460e-8544-3a322816de6c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(51, 51, 51, 1);
}

#s-d67572c6-191e-460e-8544-3a322816de6c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-d67572c6-191e-460e-8544-3a322816de6c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(51, 51, 51, 1);
  text-align: left;
  font-family: Asap;
  font-weight: 500;
  font-style: ;
  font-size: 16px;
}

#s-d67572c6-191e-460e-8544-3a322816de6c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-bc16f823-cb03-4d23-b212-a666edccbff2 {
  margin-top: 35px;
}

#s-bc16f823-cb03-4d23-b212-a666edccbff2 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(238, 238, 238, 1);
}

#s-bc16f823-cb03-4d23-b212-a666edccbff2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 11px;
}

#s-bc16f823-cb03-4d23-b212-a666edccbff2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(51, 51, 51, 1);
}

#s-bc16f823-cb03-4d23-b212-a666edccbff2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(238, 238, 238, 1);
}

#s-bc16f823-cb03-4d23-b212-a666edccbff2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(51, 51, 51, 1);
  text-align: left;
  font-family: Asap;
  font-weight: 600;
  font-style: ;
  font-size: 18px;
}

#s-bc16f823-cb03-4d23-b212-a666edccbff2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-b7e6d62f-47b8-433c-9c76-5c014666d79b {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-b7e6d62f-47b8-433c-9c76-5c014666d79b .shogun-form-box {
  padding: 10px;
}

#s-b7e6d62f-47b8-433c-9c76-5c014666d79b .shogun-form-box label.shogun-form-label {
  display: flex;
  font-weight:  600; 
  color: rgba(51, 51, 51, 1);
  font-family: Asap;
  font-size: 15px;
  font-style: ;
  
  
  
  padding-top: 5px;
  padding-bottom: 5px;
  
  
}

#s-b7e6d62f-47b8-433c-9c76-5c014666d79b .shogun-form-success-msg {
  visibility: hidden;
  display: flex;
  align-items: center;
  font-size: ;
  font-style: ;
  color: rgba(255, 92, 38, 1);
  font-family: Asap;
  font-weight: 500;
  line-height: 2em;
  
  justify-content: center;
}

#s-b7e6d62f-47b8-433c-9c76-5c014666d79b .shogun-form-field-error-msg > svg {
  margin-right: 4px;
  stroke: #ff0000;
}

#s-b7e6d62f-47b8-433c-9c76-5c014666d79b .shogun-form-success-msg > svg {
  margin-right: 4px;
  stroke: rgba(255, 92, 38, 1);
}

#s-b7e6d62f-47b8-433c-9c76-5c014666d79b .shogun-form-field-error-msg {
  visibility: hidden;
  display: flex;
  align-items: center;
  
  font-style: ;
  color: #ff0000;
  font-family: Asap;
  font-weight: 500;
  
  
  justify-content: center;
}

#s-b7e6d62f-47b8-433c-9c76-5c014666d79b .shogun-form-field-error-msg > span {
  display: flex;
  align-items: center;
}
@media (min-width: 0px) {
[id="s-c8dacaa3-74b8-4648-8ab4-916d31716a63"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c8dacaa3-74b8-4648-8ab4-916d31716a63"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c8dacaa3-74b8-4648-8ab4-916d31716a63"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c8dacaa3-74b8-4648-8ab4-916d31716a63"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c8dacaa3-74b8-4648-8ab4-916d31716a63"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c8dacaa3-74b8-4648-8ab4-916d31716a63"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c8dacaa3-74b8-4648-8ab4-916d31716a63"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c8dacaa3-74b8-4648-8ab4-916d31716a63"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c8dacaa3-74b8-4648-8ab4-916d31716a63"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c8dacaa3-74b8-4648-8ab4-916d31716a63"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c8dacaa3-74b8-4648-8ab4-916d31716a63"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c8dacaa3-74b8-4648-8ab4-916d31716a63"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c8dacaa3-74b8-4648-8ab4-916d31716a63"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c8dacaa3-74b8-4648-8ab4-916d31716a63"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c8dacaa3-74b8-4648-8ab4-916d31716a63"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c8dacaa3-74b8-4648-8ab4-916d31716a63"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c8dacaa3-74b8-4648-8ab4-916d31716a63"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c8dacaa3-74b8-4648-8ab4-916d31716a63"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c8dacaa3-74b8-4648-8ab4-916d31716a63"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c8dacaa3-74b8-4648-8ab4-916d31716a63"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c8dacaa3-74b8-4648-8ab4-916d31716a63"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c8dacaa3-74b8-4648-8ab4-916d31716a63"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c8dacaa3-74b8-4648-8ab4-916d31716a63"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c8dacaa3-74b8-4648-8ab4-916d31716a63"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c8dacaa3-74b8-4648-8ab4-916d31716a63"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c8dacaa3-74b8-4648-8ab4-916d31716a63"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c8dacaa3-74b8-4648-8ab4-916d31716a63"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c8dacaa3-74b8-4648-8ab4-916d31716a63"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c8dacaa3-74b8-4648-8ab4-916d31716a63"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c8dacaa3-74b8-4648-8ab4-916d31716a63"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c8dacaa3-74b8-4648-8ab4-916d31716a63"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c8dacaa3-74b8-4648-8ab4-916d31716a63"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c8dacaa3-74b8-4648-8ab4-916d31716a63"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c8dacaa3-74b8-4648-8ab4-916d31716a63"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c8dacaa3-74b8-4648-8ab4-916d31716a63"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c8dacaa3-74b8-4648-8ab4-916d31716a63"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c8dacaa3-74b8-4648-8ab4-916d31716a63"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

.shogun-form-text-input-field {
  width: 100%;
}

.shogun-form-text-input-field:focus {
  outline: none;
}

textarea.shogun-form-text-input-field {
  resize: none;
  overflow: hidden;
  min-height: 70px !important;
}

#s-34842778-f95c-4e94-9655-dff3005bad77  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: rgba(51, 51, 51, 1);
  
  
  
  font-size: 14px;
  
  color: rgba(51, 51, 51, 1);
  font-family: Asap;
  
  
  
}

#s-34842778-f95c-4e94-9655-dff3005bad77  .shogun-form-text-input-field::-moz-placeholder {
  
  
  color: #000;
  
  
  
  
}

#s-34842778-f95c-4e94-9655-dff3005bad77  .shogun-form-text-input-field:-ms-input-placeholder {
  
  
  color: #000;
  
  
  
  
}

#s-34842778-f95c-4e94-9655-dff3005bad77  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  
  
  
  
}


#s-34842778-f95c-4e94-9655-dff3005bad77 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  border-radius: 0px;
  
  color: #000;
}



#s-34842778-f95c-4e94-9655-dff3005bad77 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


#s-09f875b3-9341-4744-aebc-831f5e82a2bb  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  
  
  font-size: 14px;
  font-style: ;
  color: #000;
  font-family: Asap;
  font-weight: ;
  
  
}

#s-09f875b3-9341-4744-aebc-831f5e82a2bb  .shogun-form-text-input-field::-moz-placeholder {
  
  
  color: #000;
  
  
  
  
}

#s-09f875b3-9341-4744-aebc-831f5e82a2bb  .shogun-form-text-input-field:-ms-input-placeholder {
  
  
  color: #000;
  
  
  
  
}

#s-09f875b3-9341-4744-aebc-831f5e82a2bb  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  
  
  
  
}


#s-09f875b3-9341-4744-aebc-831f5e82a2bb .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-09f875b3-9341-4744-aebc-831f5e82a2bb .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


#s-2a0b0765-5579-496e-b381-30ade28f6325  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  
  
  font-size: 14px;
  font-style: ;
  color: #000;
  font-family: Asap;
  font-weight: ;
  
  
}

#s-2a0b0765-5579-496e-b381-30ade28f6325  .shogun-form-text-input-field::-moz-placeholder {
  
  
  color: #000;
  
  
  
  
}

#s-2a0b0765-5579-496e-b381-30ade28f6325  .shogun-form-text-input-field:-ms-input-placeholder {
  
  
  color: #000;
  
  
  
  
}

#s-2a0b0765-5579-496e-b381-30ade28f6325  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  
  
  
  
}


#s-2a0b0765-5579-496e-b381-30ade28f6325 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-2a0b0765-5579-496e-b381-30ade28f6325 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


.shogun-form-box-submit:focus {
  outline: none;
}

.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-ac9206a5-d814-494d-ab1f-41526eadb5df {
  padding-top: 10px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
border-radius: 1px;
color: #FFFFFF;
background-color: rgba(255, 92, 38, 1);
text-align: center;
cursor: pointer;
font-family: Asap;
font-weight: 600;
font-size: 17px;
letter-spacing: 1px;
background-image: none;
hover-type: color;
}
#s-ac9206a5-d814-494d-ab1f-41526eadb5df:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ac9206a5-d814-494d-ab1f-41526eadb5df:active {background-color: #000000 !important;
text-decoration: none !important;}
#s-ac9206a5-d814-494d-ab1f-41526eadb5df[disabled],
#s-ac9206a5-d814-494d-ab1f-41526eadb5df[disabled]:hover,
#s-ac9206a5-d814-494d-ab1f-41526eadb5df[disabled]:focus {
  background-color: #D7D5E2 !important;
}

#s-ac9206a5-d814-494d-ab1f-41526eadb5df {
  display:  inline-block ;
  width:  auto ;
}


#s-49f7780f-7700-4230-a447-9430d3f44bef {
  text-align: center;
}
@media (min-width: 1200px){#s-49f7780f-7700-4230-a447-9430d3f44bef {
  display: none;
}
#s-49f7780f-7700-4230-a447-9430d3f44bef, #wrap-s-49f7780f-7700-4230-a447-9430d3f44bef { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-49f7780f-7700-4230-a447-9430d3f44bef {
  display: none;
}
#s-49f7780f-7700-4230-a447-9430d3f44bef, #wrap-s-49f7780f-7700-4230-a447-9430d3f44bef { display:none !important; }}



  #s-49f7780f-7700-4230-a447-9430d3f44bef img.shogun-image {
    
    width: px;
  }


#s-49f7780f-7700-4230-a447-9430d3f44bef .shogun-image-content {
  
    align-items: center;
  
}

#s-6d4e7007-f20d-4c0c-ba1d-878259cc74b1 {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
min-height: 50px;
background-color: rgba(243, 243, 243, 1);
}
@media (min-width: 1200px){#s-6d4e7007-f20d-4c0c-ba1d-878259cc74b1 {
  display: none;
}
#s-6d4e7007-f20d-4c0c-ba1d-878259cc74b1, #wrap-s-6d4e7007-f20d-4c0c-ba1d-878259cc74b1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6d4e7007-f20d-4c0c-ba1d-878259cc74b1 {
  display: none;
}
#s-6d4e7007-f20d-4c0c-ba1d-878259cc74b1, #wrap-s-6d4e7007-f20d-4c0c-ba1d-878259cc74b1 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6d4e7007-f20d-4c0c-ba1d-878259cc74b1 {
  margin-top: 0px;
}
}@media (max-width: 767px){#s-6d4e7007-f20d-4c0c-ba1d-878259cc74b1 {
  display: none;
}
#s-6d4e7007-f20d-4c0c-ba1d-878259cc74b1, #wrap-s-6d4e7007-f20d-4c0c-ba1d-878259cc74b1 { display:none !important; }}







#s-6d4e7007-f20d-4c0c-ba1d-878259cc74b1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6d4e7007-f20d-4c0c-ba1d-878259cc74b1.shg-box.shg-c {
  justify-content: center;
}

#s-f0bc470e-2d28-4166-8d7c-ccb526065533 {
  margin-top: 30px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f0bc470e-2d28-4166-8d7c-ccb526065533 .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 27px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-36d69099-97ef-41dc-acc6-a9b38ad89af7 {
  margin-left: 20px;
margin-bottom: 50px;
margin-right: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-36d69099-97ef-41dc-acc6-a9b38ad89af7 {
  margin-left: 30px;
margin-right: 30px;
}
}@media (max-width: 767px){#s-36d69099-97ef-41dc-acc6-a9b38ad89af7 {
  display: none;
}
#s-36d69099-97ef-41dc-acc6-a9b38ad89af7, #wrap-s-36d69099-97ef-41dc-acc6-a9b38ad89af7 { display:none !important; }}
@media (min-width: 0px) {
[id="s-36d69099-97ef-41dc-acc6-a9b38ad89af7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-36d69099-97ef-41dc-acc6-a9b38ad89af7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-36d69099-97ef-41dc-acc6-a9b38ad89af7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-36d69099-97ef-41dc-acc6-a9b38ad89af7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-36d69099-97ef-41dc-acc6-a9b38ad89af7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-36d69099-97ef-41dc-acc6-a9b38ad89af7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-36d69099-97ef-41dc-acc6-a9b38ad89af7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-36d69099-97ef-41dc-acc6-a9b38ad89af7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-36d69099-97ef-41dc-acc6-a9b38ad89af7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-36d69099-97ef-41dc-acc6-a9b38ad89af7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-36d69099-97ef-41dc-acc6-a9b38ad89af7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-36d69099-97ef-41dc-acc6-a9b38ad89af7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-36d69099-97ef-41dc-acc6-a9b38ad89af7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-36d69099-97ef-41dc-acc6-a9b38ad89af7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-36d69099-97ef-41dc-acc6-a9b38ad89af7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-36d69099-97ef-41dc-acc6-a9b38ad89af7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-36d69099-97ef-41dc-acc6-a9b38ad89af7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-36d69099-97ef-41dc-acc6-a9b38ad89af7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-36d69099-97ef-41dc-acc6-a9b38ad89af7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-36d69099-97ef-41dc-acc6-a9b38ad89af7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-36d69099-97ef-41dc-acc6-a9b38ad89af7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-36d69099-97ef-41dc-acc6-a9b38ad89af7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-36d69099-97ef-41dc-acc6-a9b38ad89af7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-36d69099-97ef-41dc-acc6-a9b38ad89af7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-36d69099-97ef-41dc-acc6-a9b38ad89af7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-36d69099-97ef-41dc-acc6-a9b38ad89af7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-36d69099-97ef-41dc-acc6-a9b38ad89af7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-36d69099-97ef-41dc-acc6-a9b38ad89af7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-36d69099-97ef-41dc-acc6-a9b38ad89af7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-36d69099-97ef-41dc-acc6-a9b38ad89af7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-36d69099-97ef-41dc-acc6-a9b38ad89af7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-36d69099-97ef-41dc-acc6-a9b38ad89af7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-36d69099-97ef-41dc-acc6-a9b38ad89af7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-36d69099-97ef-41dc-acc6-a9b38ad89af7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-36d69099-97ef-41dc-acc6-a9b38ad89af7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-36d69099-97ef-41dc-acc6-a9b38ad89af7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-36d69099-97ef-41dc-acc6-a9b38ad89af7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-a44a9566-3be6-4599-836d-35a48f7458e9 {
  min-height: 50px;
}








#s-a44a9566-3be6-4599-836d-35a48f7458e9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a44a9566-3be6-4599-836d-35a48f7458e9.shg-box.shg-c {
  justify-content: center;
}

#s-cb159ba2-8e3c-4df4-9e8f-6e07fb8b5437 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-cb159ba2-8e3c-4df4-9e8f-6e07fb8b5437 .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-0f2ac88a-6278-415d-b13b-bf8804ec4450 {
  margin-left: 0px;
}

@media (min-width: 0px) {
[id="s-0f2ac88a-6278-415d-b13b-bf8804ec4450"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0f2ac88a-6278-415d-b13b-bf8804ec4450"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-0f2ac88a-6278-415d-b13b-bf8804ec4450"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-0f2ac88a-6278-415d-b13b-bf8804ec4450"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-0f2ac88a-6278-415d-b13b-bf8804ec4450"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-0f2ac88a-6278-415d-b13b-bf8804ec4450"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-0f2ac88a-6278-415d-b13b-bf8804ec4450"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-0f2ac88a-6278-415d-b13b-bf8804ec4450"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-0f2ac88a-6278-415d-b13b-bf8804ec4450"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-0f2ac88a-6278-415d-b13b-bf8804ec4450"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-0f2ac88a-6278-415d-b13b-bf8804ec4450"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-0f2ac88a-6278-415d-b13b-bf8804ec4450"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-0f2ac88a-6278-415d-b13b-bf8804ec4450"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-0f2ac88a-6278-415d-b13b-bf8804ec4450"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-0f2ac88a-6278-415d-b13b-bf8804ec4450"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-0f2ac88a-6278-415d-b13b-bf8804ec4450"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-0f2ac88a-6278-415d-b13b-bf8804ec4450"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-0f2ac88a-6278-415d-b13b-bf8804ec4450"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-0f2ac88a-6278-415d-b13b-bf8804ec4450"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-0f2ac88a-6278-415d-b13b-bf8804ec4450"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-0f2ac88a-6278-415d-b13b-bf8804ec4450"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-0f2ac88a-6278-415d-b13b-bf8804ec4450"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-0f2ac88a-6278-415d-b13b-bf8804ec4450"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-0f2ac88a-6278-415d-b13b-bf8804ec4450"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-0f2ac88a-6278-415d-b13b-bf8804ec4450"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-0f2ac88a-6278-415d-b13b-bf8804ec4450"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-0f2ac88a-6278-415d-b13b-bf8804ec4450"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-0f2ac88a-6278-415d-b13b-bf8804ec4450"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-0f2ac88a-6278-415d-b13b-bf8804ec4450"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-0f2ac88a-6278-415d-b13b-bf8804ec4450"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-0f2ac88a-6278-415d-b13b-bf8804ec4450"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-0f2ac88a-6278-415d-b13b-bf8804ec4450"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-0f2ac88a-6278-415d-b13b-bf8804ec4450"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-0f2ac88a-6278-415d-b13b-bf8804ec4450"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-0f2ac88a-6278-415d-b13b-bf8804ec4450"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-0f2ac88a-6278-415d-b13b-bf8804ec4450"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-0f2ac88a-6278-415d-b13b-bf8804ec4450"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-c194f99b-36af-4c05-a4a8-2645a9bedcc5 {
  margin-left: 5px;
margin-right: 5px;
}

#s-c194f99b-36af-4c05-a4a8-2645a9bedcc5 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(51, 51, 51, 1);
}

#s-a5f661d0-6c33-4980-8ebc-de4d7d4723b6 {
  min-height: 50px;
}








#s-a5f661d0-6c33-4980-8ebc-de4d7d4723b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a5f661d0-6c33-4980-8ebc-de4d7d4723b6.shg-box.shg-c {
  justify-content: center;
}

#s-1091f357-2891-4952-a42c-827728233e9c {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-1091f357-2891-4952-a42c-827728233e9c .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-136e9e43-09e2-48d6-a468-13ceb6af585e {
  margin-left: 0px;
}

@media (min-width: 0px) {
[id="s-136e9e43-09e2-48d6-a468-13ceb6af585e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-136e9e43-09e2-48d6-a468-13ceb6af585e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-136e9e43-09e2-48d6-a468-13ceb6af585e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-136e9e43-09e2-48d6-a468-13ceb6af585e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-136e9e43-09e2-48d6-a468-13ceb6af585e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-136e9e43-09e2-48d6-a468-13ceb6af585e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-136e9e43-09e2-48d6-a468-13ceb6af585e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-136e9e43-09e2-48d6-a468-13ceb6af585e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-136e9e43-09e2-48d6-a468-13ceb6af585e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-136e9e43-09e2-48d6-a468-13ceb6af585e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-136e9e43-09e2-48d6-a468-13ceb6af585e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-136e9e43-09e2-48d6-a468-13ceb6af585e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-136e9e43-09e2-48d6-a468-13ceb6af585e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-136e9e43-09e2-48d6-a468-13ceb6af585e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-136e9e43-09e2-48d6-a468-13ceb6af585e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-136e9e43-09e2-48d6-a468-13ceb6af585e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-136e9e43-09e2-48d6-a468-13ceb6af585e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-136e9e43-09e2-48d6-a468-13ceb6af585e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-136e9e43-09e2-48d6-a468-13ceb6af585e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-136e9e43-09e2-48d6-a468-13ceb6af585e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-136e9e43-09e2-48d6-a468-13ceb6af585e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-136e9e43-09e2-48d6-a468-13ceb6af585e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-136e9e43-09e2-48d6-a468-13ceb6af585e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-136e9e43-09e2-48d6-a468-13ceb6af585e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-136e9e43-09e2-48d6-a468-13ceb6af585e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-136e9e43-09e2-48d6-a468-13ceb6af585e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-136e9e43-09e2-48d6-a468-13ceb6af585e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-136e9e43-09e2-48d6-a468-13ceb6af585e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-136e9e43-09e2-48d6-a468-13ceb6af585e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-136e9e43-09e2-48d6-a468-13ceb6af585e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-136e9e43-09e2-48d6-a468-13ceb6af585e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-136e9e43-09e2-48d6-a468-13ceb6af585e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-136e9e43-09e2-48d6-a468-13ceb6af585e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-136e9e43-09e2-48d6-a468-13ceb6af585e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-136e9e43-09e2-48d6-a468-13ceb6af585e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-136e9e43-09e2-48d6-a468-13ceb6af585e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-136e9e43-09e2-48d6-a468-13ceb6af585e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-d823a899-bc9c-455c-9c4f-8447f8b06dda {
  min-height: 50px;
}








#s-d823a899-bc9c-455c-9c4f-8447f8b06dda > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d823a899-bc9c-455c-9c4f-8447f8b06dda.shg-box.shg-c {
  justify-content: center;
}

#s-838d2732-4330-4ff2-a98e-3fa528a9d031 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-838d2732-4330-4ff2-a98e-3fa528a9d031 .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-61481bba-84a9-46d6-9fce-103e5115a1ae {
  margin-left: 0px;
}

@media (min-width: 0px) {
[id="s-61481bba-84a9-46d6-9fce-103e5115a1ae"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-61481bba-84a9-46d6-9fce-103e5115a1ae"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-61481bba-84a9-46d6-9fce-103e5115a1ae"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-61481bba-84a9-46d6-9fce-103e5115a1ae"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-61481bba-84a9-46d6-9fce-103e5115a1ae"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-61481bba-84a9-46d6-9fce-103e5115a1ae"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-61481bba-84a9-46d6-9fce-103e5115a1ae"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-61481bba-84a9-46d6-9fce-103e5115a1ae"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-61481bba-84a9-46d6-9fce-103e5115a1ae"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-61481bba-84a9-46d6-9fce-103e5115a1ae"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-61481bba-84a9-46d6-9fce-103e5115a1ae"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-61481bba-84a9-46d6-9fce-103e5115a1ae"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-61481bba-84a9-46d6-9fce-103e5115a1ae"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-61481bba-84a9-46d6-9fce-103e5115a1ae"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-61481bba-84a9-46d6-9fce-103e5115a1ae"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-61481bba-84a9-46d6-9fce-103e5115a1ae"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-61481bba-84a9-46d6-9fce-103e5115a1ae"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-61481bba-84a9-46d6-9fce-103e5115a1ae"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-61481bba-84a9-46d6-9fce-103e5115a1ae"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-61481bba-84a9-46d6-9fce-103e5115a1ae"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-61481bba-84a9-46d6-9fce-103e5115a1ae"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-61481bba-84a9-46d6-9fce-103e5115a1ae"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-61481bba-84a9-46d6-9fce-103e5115a1ae"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-61481bba-84a9-46d6-9fce-103e5115a1ae"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-61481bba-84a9-46d6-9fce-103e5115a1ae"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-61481bba-84a9-46d6-9fce-103e5115a1ae"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-61481bba-84a9-46d6-9fce-103e5115a1ae"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-61481bba-84a9-46d6-9fce-103e5115a1ae"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-61481bba-84a9-46d6-9fce-103e5115a1ae"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-61481bba-84a9-46d6-9fce-103e5115a1ae"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-61481bba-84a9-46d6-9fce-103e5115a1ae"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-61481bba-84a9-46d6-9fce-103e5115a1ae"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-61481bba-84a9-46d6-9fce-103e5115a1ae"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-61481bba-84a9-46d6-9fce-103e5115a1ae"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-61481bba-84a9-46d6-9fce-103e5115a1ae"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-61481bba-84a9-46d6-9fce-103e5115a1ae"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-61481bba-84a9-46d6-9fce-103e5115a1ae"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-ffeda65b-52e9-4d67-a6d2-0d1cb439362d {
  margin-left: 5px;
margin-right: 5px;
}

#s-ffeda65b-52e9-4d67-a6d2-0d1cb439362d hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(51, 51, 51, 1);
}

#s-ded27a2b-ec65-4fe7-93fa-0f92ee80edc6 {
  min-height: 50px;
}








#s-ded27a2b-ec65-4fe7-93fa-0f92ee80edc6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ded27a2b-ec65-4fe7-93fa-0f92ee80edc6.shg-box.shg-c {
  justify-content: center;
}

#s-328256a6-a788-4fa6-b4eb-c3a5e37e6b5b {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-328256a6-a788-4fa6-b4eb-c3a5e37e6b5b .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-c4d1cdc4-16eb-4a1c-88ef-d4625ae37044 {
  margin-left: 0px;
}

@media (min-width: 0px) {
[id="s-c4d1cdc4-16eb-4a1c-88ef-d4625ae37044"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c4d1cdc4-16eb-4a1c-88ef-d4625ae37044"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-c4d1cdc4-16eb-4a1c-88ef-d4625ae37044"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-c4d1cdc4-16eb-4a1c-88ef-d4625ae37044"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-c4d1cdc4-16eb-4a1c-88ef-d4625ae37044"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-c4d1cdc4-16eb-4a1c-88ef-d4625ae37044"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-c4d1cdc4-16eb-4a1c-88ef-d4625ae37044"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-c4d1cdc4-16eb-4a1c-88ef-d4625ae37044"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-c4d1cdc4-16eb-4a1c-88ef-d4625ae37044"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-c4d1cdc4-16eb-4a1c-88ef-d4625ae37044"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-c4d1cdc4-16eb-4a1c-88ef-d4625ae37044"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-c4d1cdc4-16eb-4a1c-88ef-d4625ae37044"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-c4d1cdc4-16eb-4a1c-88ef-d4625ae37044"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-c4d1cdc4-16eb-4a1c-88ef-d4625ae37044"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-c4d1cdc4-16eb-4a1c-88ef-d4625ae37044"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-c4d1cdc4-16eb-4a1c-88ef-d4625ae37044"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-c4d1cdc4-16eb-4a1c-88ef-d4625ae37044"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-c4d1cdc4-16eb-4a1c-88ef-d4625ae37044"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-c4d1cdc4-16eb-4a1c-88ef-d4625ae37044"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-c4d1cdc4-16eb-4a1c-88ef-d4625ae37044"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-c4d1cdc4-16eb-4a1c-88ef-d4625ae37044"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-c4d1cdc4-16eb-4a1c-88ef-d4625ae37044"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-c4d1cdc4-16eb-4a1c-88ef-d4625ae37044"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-c4d1cdc4-16eb-4a1c-88ef-d4625ae37044"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-c4d1cdc4-16eb-4a1c-88ef-d4625ae37044"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-c4d1cdc4-16eb-4a1c-88ef-d4625ae37044"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-c4d1cdc4-16eb-4a1c-88ef-d4625ae37044"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-c4d1cdc4-16eb-4a1c-88ef-d4625ae37044"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-c4d1cdc4-16eb-4a1c-88ef-d4625ae37044"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-c4d1cdc4-16eb-4a1c-88ef-d4625ae37044"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-c4d1cdc4-16eb-4a1c-88ef-d4625ae37044"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-c4d1cdc4-16eb-4a1c-88ef-d4625ae37044"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-c4d1cdc4-16eb-4a1c-88ef-d4625ae37044"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-c4d1cdc4-16eb-4a1c-88ef-d4625ae37044"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-c4d1cdc4-16eb-4a1c-88ef-d4625ae37044"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-c4d1cdc4-16eb-4a1c-88ef-d4625ae37044"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-c4d1cdc4-16eb-4a1c-88ef-d4625ae37044"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-d74813e4-19f4-48fe-b997-da44462fa43e {
  margin-left: 20px;
margin-right: 20px;
}

#s-d74813e4-19f4-48fe-b997-da44462fa43e hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(51, 51, 51, 1);
}

#s-32f088b9-535c-4b4e-9953-609c4837430a {
  margin-top: 30px;
margin-left: 20px;
margin-bottom: 50px;
margin-right: 20px;
min-height: 50px;
background-color: rgba(243, 243, 243, 1);
}








#s-32f088b9-535c-4b4e-9953-609c4837430a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-32f088b9-535c-4b4e-9953-609c4837430a.shg-box.shg-c {
  justify-content: center;
}

#s-59e6c7c5-fc4d-405e-b41b-41bac09205e7 {
  margin-top: 10px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-59e6c7c5-fc4d-405e-b41b-41bac09205e7 .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 27px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 768px) and (max-width: 991px){#s-b17916d4-1608-4304-9ced-73b24ecb86a0 {
  margin-left: 10px;
margin-right: 10px;
}
}
@media (min-width: 0px) {
[id="s-b17916d4-1608-4304-9ced-73b24ecb86a0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b17916d4-1608-4304-9ced-73b24ecb86a0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b17916d4-1608-4304-9ced-73b24ecb86a0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b17916d4-1608-4304-9ced-73b24ecb86a0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b17916d4-1608-4304-9ced-73b24ecb86a0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b17916d4-1608-4304-9ced-73b24ecb86a0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b17916d4-1608-4304-9ced-73b24ecb86a0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b17916d4-1608-4304-9ced-73b24ecb86a0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b17916d4-1608-4304-9ced-73b24ecb86a0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b17916d4-1608-4304-9ced-73b24ecb86a0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b17916d4-1608-4304-9ced-73b24ecb86a0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b17916d4-1608-4304-9ced-73b24ecb86a0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b17916d4-1608-4304-9ced-73b24ecb86a0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b17916d4-1608-4304-9ced-73b24ecb86a0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b17916d4-1608-4304-9ced-73b24ecb86a0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b17916d4-1608-4304-9ced-73b24ecb86a0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b17916d4-1608-4304-9ced-73b24ecb86a0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b17916d4-1608-4304-9ced-73b24ecb86a0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b17916d4-1608-4304-9ced-73b24ecb86a0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b17916d4-1608-4304-9ced-73b24ecb86a0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b17916d4-1608-4304-9ced-73b24ecb86a0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b17916d4-1608-4304-9ced-73b24ecb86a0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b17916d4-1608-4304-9ced-73b24ecb86a0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b17916d4-1608-4304-9ced-73b24ecb86a0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b17916d4-1608-4304-9ced-73b24ecb86a0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b17916d4-1608-4304-9ced-73b24ecb86a0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b17916d4-1608-4304-9ced-73b24ecb86a0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b17916d4-1608-4304-9ced-73b24ecb86a0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b17916d4-1608-4304-9ced-73b24ecb86a0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b17916d4-1608-4304-9ced-73b24ecb86a0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b17916d4-1608-4304-9ced-73b24ecb86a0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b17916d4-1608-4304-9ced-73b24ecb86a0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b17916d4-1608-4304-9ced-73b24ecb86a0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b17916d4-1608-4304-9ced-73b24ecb86a0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b17916d4-1608-4304-9ced-73b24ecb86a0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b17916d4-1608-4304-9ced-73b24ecb86a0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b17916d4-1608-4304-9ced-73b24ecb86a0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-16feb114-d53b-4752-9604-2289d1da343e {
  margin-left: 0px;
margin-right: 0px;
min-height: 50px;
}








#s-16feb114-d53b-4752-9604-2289d1da343e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-16feb114-d53b-4752-9604-2289d1da343e.shg-box.shg-c {
  justify-content: center;
}

#s-4efd4779-89a9-4dcd-831d-a41d8097d196 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4efd4779-89a9-4dcd-831d-a41d8097d196 .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-7219dee5-f1b8-4a32-8285-84fd0391da0b {
  margin-left: 0px;
}

@media (min-width: 0px) {
[id="s-7219dee5-f1b8-4a32-8285-84fd0391da0b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7219dee5-f1b8-4a32-8285-84fd0391da0b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-7219dee5-f1b8-4a32-8285-84fd0391da0b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-7219dee5-f1b8-4a32-8285-84fd0391da0b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-7219dee5-f1b8-4a32-8285-84fd0391da0b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-7219dee5-f1b8-4a32-8285-84fd0391da0b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-7219dee5-f1b8-4a32-8285-84fd0391da0b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-7219dee5-f1b8-4a32-8285-84fd0391da0b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-7219dee5-f1b8-4a32-8285-84fd0391da0b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-7219dee5-f1b8-4a32-8285-84fd0391da0b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-7219dee5-f1b8-4a32-8285-84fd0391da0b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-7219dee5-f1b8-4a32-8285-84fd0391da0b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-7219dee5-f1b8-4a32-8285-84fd0391da0b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-7219dee5-f1b8-4a32-8285-84fd0391da0b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-7219dee5-f1b8-4a32-8285-84fd0391da0b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-7219dee5-f1b8-4a32-8285-84fd0391da0b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-7219dee5-f1b8-4a32-8285-84fd0391da0b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-7219dee5-f1b8-4a32-8285-84fd0391da0b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-7219dee5-f1b8-4a32-8285-84fd0391da0b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-7219dee5-f1b8-4a32-8285-84fd0391da0b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-7219dee5-f1b8-4a32-8285-84fd0391da0b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-7219dee5-f1b8-4a32-8285-84fd0391da0b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-7219dee5-f1b8-4a32-8285-84fd0391da0b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-7219dee5-f1b8-4a32-8285-84fd0391da0b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-7219dee5-f1b8-4a32-8285-84fd0391da0b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-7219dee5-f1b8-4a32-8285-84fd0391da0b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-7219dee5-f1b8-4a32-8285-84fd0391da0b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-7219dee5-f1b8-4a32-8285-84fd0391da0b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-7219dee5-f1b8-4a32-8285-84fd0391da0b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-7219dee5-f1b8-4a32-8285-84fd0391da0b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-7219dee5-f1b8-4a32-8285-84fd0391da0b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-7219dee5-f1b8-4a32-8285-84fd0391da0b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-7219dee5-f1b8-4a32-8285-84fd0391da0b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-7219dee5-f1b8-4a32-8285-84fd0391da0b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-7219dee5-f1b8-4a32-8285-84fd0391da0b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-7219dee5-f1b8-4a32-8285-84fd0391da0b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-7219dee5-f1b8-4a32-8285-84fd0391da0b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-2ed0a118-4976-4e6f-bdec-4d030c051080 {
  margin-left: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2ed0a118-4976-4e6f-bdec-4d030c051080 {
  margin-left: 0px;
margin-right: 0px;
}
}
#s-2ed0a118-4976-4e6f-bdec-4d030c051080 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(51, 51, 51, 1);
}

#s-e475af72-aea3-4cf6-b33e-db0dfe76c087 {
  margin-left: 0px;
margin-right: 0px;
min-height: 50px;
}








#s-e475af72-aea3-4cf6-b33e-db0dfe76c087 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e475af72-aea3-4cf6-b33e-db0dfe76c087.shg-box.shg-c {
  justify-content: center;
}

#s-0dc76e0d-3955-45cf-9a29-4f383ee36983 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0dc76e0d-3955-45cf-9a29-4f383ee36983 .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-30ef67e2-55a5-43a2-abff-d8e52bcd2a6c {
  margin-left: 0px;
}

@media (min-width: 0px) {
[id="s-30ef67e2-55a5-43a2-abff-d8e52bcd2a6c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-30ef67e2-55a5-43a2-abff-d8e52bcd2a6c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-30ef67e2-55a5-43a2-abff-d8e52bcd2a6c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-30ef67e2-55a5-43a2-abff-d8e52bcd2a6c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-30ef67e2-55a5-43a2-abff-d8e52bcd2a6c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-30ef67e2-55a5-43a2-abff-d8e52bcd2a6c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-30ef67e2-55a5-43a2-abff-d8e52bcd2a6c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-30ef67e2-55a5-43a2-abff-d8e52bcd2a6c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-30ef67e2-55a5-43a2-abff-d8e52bcd2a6c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-30ef67e2-55a5-43a2-abff-d8e52bcd2a6c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-30ef67e2-55a5-43a2-abff-d8e52bcd2a6c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-30ef67e2-55a5-43a2-abff-d8e52bcd2a6c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-30ef67e2-55a5-43a2-abff-d8e52bcd2a6c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-30ef67e2-55a5-43a2-abff-d8e52bcd2a6c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-30ef67e2-55a5-43a2-abff-d8e52bcd2a6c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-30ef67e2-55a5-43a2-abff-d8e52bcd2a6c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-30ef67e2-55a5-43a2-abff-d8e52bcd2a6c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-30ef67e2-55a5-43a2-abff-d8e52bcd2a6c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-30ef67e2-55a5-43a2-abff-d8e52bcd2a6c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-30ef67e2-55a5-43a2-abff-d8e52bcd2a6c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-30ef67e2-55a5-43a2-abff-d8e52bcd2a6c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-30ef67e2-55a5-43a2-abff-d8e52bcd2a6c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-30ef67e2-55a5-43a2-abff-d8e52bcd2a6c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-30ef67e2-55a5-43a2-abff-d8e52bcd2a6c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-30ef67e2-55a5-43a2-abff-d8e52bcd2a6c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-30ef67e2-55a5-43a2-abff-d8e52bcd2a6c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-30ef67e2-55a5-43a2-abff-d8e52bcd2a6c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-30ef67e2-55a5-43a2-abff-d8e52bcd2a6c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-30ef67e2-55a5-43a2-abff-d8e52bcd2a6c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-30ef67e2-55a5-43a2-abff-d8e52bcd2a6c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-30ef67e2-55a5-43a2-abff-d8e52bcd2a6c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-30ef67e2-55a5-43a2-abff-d8e52bcd2a6c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-30ef67e2-55a5-43a2-abff-d8e52bcd2a6c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-30ef67e2-55a5-43a2-abff-d8e52bcd2a6c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-30ef67e2-55a5-43a2-abff-d8e52bcd2a6c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-30ef67e2-55a5-43a2-abff-d8e52bcd2a6c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-30ef67e2-55a5-43a2-abff-d8e52bcd2a6c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-66ef9bf4-a033-4ffe-8567-db47b7e12bb1 {
  margin-left: 0px;
margin-right: 0px;
min-height: 50px;
}








#s-66ef9bf4-a033-4ffe-8567-db47b7e12bb1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-66ef9bf4-a033-4ffe-8567-db47b7e12bb1.shg-box.shg-c {
  justify-content: center;
}

#s-e3493003-fe95-4730-830c-1458d2f17241 {
  margin-top: 10px;
margin-left: 50px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-e3493003-fe95-4730-830c-1458d2f17241 {
  margin-left: 0px;
}
}
#s-e3493003-fe95-4730-830c-1458d2f17241 .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-c4bc79a2-4117-4ce1-874b-f0773b2852ba {
  margin-left: 0px;
}

@media (min-width: 0px) {
[id="s-c4bc79a2-4117-4ce1-874b-f0773b2852ba"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c4bc79a2-4117-4ce1-874b-f0773b2852ba"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-c4bc79a2-4117-4ce1-874b-f0773b2852ba"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-c4bc79a2-4117-4ce1-874b-f0773b2852ba"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-c4bc79a2-4117-4ce1-874b-f0773b2852ba"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-c4bc79a2-4117-4ce1-874b-f0773b2852ba"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-c4bc79a2-4117-4ce1-874b-f0773b2852ba"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-c4bc79a2-4117-4ce1-874b-f0773b2852ba"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-c4bc79a2-4117-4ce1-874b-f0773b2852ba"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-c4bc79a2-4117-4ce1-874b-f0773b2852ba"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-c4bc79a2-4117-4ce1-874b-f0773b2852ba"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-c4bc79a2-4117-4ce1-874b-f0773b2852ba"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-c4bc79a2-4117-4ce1-874b-f0773b2852ba"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-c4bc79a2-4117-4ce1-874b-f0773b2852ba"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-c4bc79a2-4117-4ce1-874b-f0773b2852ba"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-c4bc79a2-4117-4ce1-874b-f0773b2852ba"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-c4bc79a2-4117-4ce1-874b-f0773b2852ba"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-c4bc79a2-4117-4ce1-874b-f0773b2852ba"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-c4bc79a2-4117-4ce1-874b-f0773b2852ba"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-c4bc79a2-4117-4ce1-874b-f0773b2852ba"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-c4bc79a2-4117-4ce1-874b-f0773b2852ba"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-c4bc79a2-4117-4ce1-874b-f0773b2852ba"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-c4bc79a2-4117-4ce1-874b-f0773b2852ba"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-c4bc79a2-4117-4ce1-874b-f0773b2852ba"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-c4bc79a2-4117-4ce1-874b-f0773b2852ba"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-c4bc79a2-4117-4ce1-874b-f0773b2852ba"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-c4bc79a2-4117-4ce1-874b-f0773b2852ba"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-c4bc79a2-4117-4ce1-874b-f0773b2852ba"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-c4bc79a2-4117-4ce1-874b-f0773b2852ba"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-c4bc79a2-4117-4ce1-874b-f0773b2852ba"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-c4bc79a2-4117-4ce1-874b-f0773b2852ba"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-c4bc79a2-4117-4ce1-874b-f0773b2852ba"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-c4bc79a2-4117-4ce1-874b-f0773b2852ba"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-c4bc79a2-4117-4ce1-874b-f0773b2852ba"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-c4bc79a2-4117-4ce1-874b-f0773b2852ba"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-c4bc79a2-4117-4ce1-874b-f0773b2852ba"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-c4bc79a2-4117-4ce1-874b-f0773b2852ba"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-78d6a328-ed16-4400-ac66-05d40057a7ad {
  margin-left: 50px;
margin-right: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-78d6a328-ed16-4400-ac66-05d40057a7ad {
  margin-left: 0px;
margin-right: 0px;
}
}
#s-78d6a328-ed16-4400-ac66-05d40057a7ad hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(51, 51, 51, 1);
}

#s-c22bef84-0201-43ef-9e47-99d8c30452c8 {
  margin-left: 0px;
margin-right: 0px;
min-height: 50px;
}








#s-c22bef84-0201-43ef-9e47-99d8c30452c8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c22bef84-0201-43ef-9e47-99d8c30452c8.shg-box.shg-c {
  justify-content: center;
}

#s-ecb5e6ea-8aea-40b1-bd18-c1c4193e55dd {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ecb5e6ea-8aea-40b1-bd18-c1c4193e55dd .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-528f3fd1-4f43-451a-b8c3-8e0b4511b35a {
  margin-left: 0px;
}

#s-cd06d9fe-f5ea-450b-b14a-f5cbf60d2223 {
  margin-top: 50px;
margin-left: 20px;
margin-right: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-cd06d9fe-f5ea-450b-b14a-f5cbf60d2223 {
  margin-top: 10px;
margin-left: 10px;
margin-right: 10px;
}
}
#s-cd06d9fe-f5ea-450b-b14a-f5cbf60d2223 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(51, 51, 51, 1);
}

#s-c713adbe-8366-4362-9c20-ff3516b4b29c {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c713adbe-8366-4362-9c20-ff3516b4b29c .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 27px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-ba4a8271-aea7-4f83-a284-73dfa0941024 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ba4a8271-aea7-4f83-a284-73dfa0941024 {
  margin-left: 20px;
margin-right: 10px;
}
}@media (max-width: 767px){#s-ba4a8271-aea7-4f83-a284-73dfa0941024 {
  margin-left: 20px;
margin-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-ba4a8271-aea7-4f83-a284-73dfa0941024"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ba4a8271-aea7-4f83-a284-73dfa0941024"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 40.0px);
}

[id="s-ba4a8271-aea7-4f83-a284-73dfa0941024"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 40.0px);
}

[id="s-ba4a8271-aea7-4f83-a284-73dfa0941024"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 40.0px);
}

[id="s-ba4a8271-aea7-4f83-a284-73dfa0941024"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 40.0px);
}

[id="s-ba4a8271-aea7-4f83-a284-73dfa0941024"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 40.0px);
}

[id="s-ba4a8271-aea7-4f83-a284-73dfa0941024"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 40.0px);
}

[id="s-ba4a8271-aea7-4f83-a284-73dfa0941024"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 40.0px);
}

[id="s-ba4a8271-aea7-4f83-a284-73dfa0941024"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 40.0px);
}

[id="s-ba4a8271-aea7-4f83-a284-73dfa0941024"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 40.0px);
}

[id="s-ba4a8271-aea7-4f83-a284-73dfa0941024"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 40.0px);
}

[id="s-ba4a8271-aea7-4f83-a284-73dfa0941024"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 40.0px);
}

[id="s-ba4a8271-aea7-4f83-a284-73dfa0941024"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 40.0px);
}

}

@media (min-width: 992px) {
[id="s-ba4a8271-aea7-4f83-a284-73dfa0941024"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 40.0px);
}

[id="s-ba4a8271-aea7-4f83-a284-73dfa0941024"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 40.0px);
}

[id="s-ba4a8271-aea7-4f83-a284-73dfa0941024"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 40.0px);
}

[id="s-ba4a8271-aea7-4f83-a284-73dfa0941024"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 40.0px);
}

[id="s-ba4a8271-aea7-4f83-a284-73dfa0941024"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 40.0px);
}

[id="s-ba4a8271-aea7-4f83-a284-73dfa0941024"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 40.0px);
}

[id="s-ba4a8271-aea7-4f83-a284-73dfa0941024"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 40.0px);
}

[id="s-ba4a8271-aea7-4f83-a284-73dfa0941024"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 40.0px);
}

[id="s-ba4a8271-aea7-4f83-a284-73dfa0941024"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 40.0px);
}

[id="s-ba4a8271-aea7-4f83-a284-73dfa0941024"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 40.0px);
}

[id="s-ba4a8271-aea7-4f83-a284-73dfa0941024"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 40.0px);
}

[id="s-ba4a8271-aea7-4f83-a284-73dfa0941024"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 40.0px);
}

}

@media (min-width: 1200px) {
[id="s-ba4a8271-aea7-4f83-a284-73dfa0941024"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 40.0px);
}

[id="s-ba4a8271-aea7-4f83-a284-73dfa0941024"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 40.0px);
}

[id="s-ba4a8271-aea7-4f83-a284-73dfa0941024"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 40.0px);
}

[id="s-ba4a8271-aea7-4f83-a284-73dfa0941024"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 40.0px);
}

[id="s-ba4a8271-aea7-4f83-a284-73dfa0941024"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 40.0px);
}

[id="s-ba4a8271-aea7-4f83-a284-73dfa0941024"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 40.0px);
}

[id="s-ba4a8271-aea7-4f83-a284-73dfa0941024"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 40.0px);
}

[id="s-ba4a8271-aea7-4f83-a284-73dfa0941024"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 40.0px);
}

[id="s-ba4a8271-aea7-4f83-a284-73dfa0941024"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 40.0px);
}

[id="s-ba4a8271-aea7-4f83-a284-73dfa0941024"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 40.0px);
}

[id="s-ba4a8271-aea7-4f83-a284-73dfa0941024"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 40.0px);
}

[id="s-ba4a8271-aea7-4f83-a284-73dfa0941024"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 40.0px);
}

}

#s-439bc116-ca2c-4acf-ad5e-6f04bacc0cec {
  margin-top: 10px;
margin-left: 20px;
margin-right: 20px;
}

#s-439bc116-ca2c-4acf-ad5e-6f04bacc0cec hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(51, 51, 51, 1);
}

#s-4afbc9dc-dceb-4663-b641-2353c13f421f {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4afbc9dc-dceb-4663-b641-2353c13f421f .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 27px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-1bcc1887-752f-44fc-859c-67c04f9d4f0f {
  text-align: center;
}




  #s-1bcc1887-752f-44fc-859c-67c04f9d4f0f img.shogun-image {
    
    width: px;
  }


#s-1bcc1887-752f-44fc-859c-67c04f9d4f0f .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-862e904b-e842-4d42-b79b-ff7212e1ea9c {
  margin-top: 30px;
margin-left: 10px;
margin-bottom: 30px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-862e904b-e842-4d42-b79b-ff7212e1ea9c {
  margin-top: 5%;
margin-bottom: 3%;
}
}
#s-862e904b-e842-4d42-b79b-ff7212e1ea9c .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 35px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


@media (max-width: 767px){#s-862e904b-e842-4d42-b79b-ff7212e1ea9c .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-7f794114-8d5d-4c16-bf55-c5c32c28557e {
  margin-top: 0px;
margin-left: 20px;
margin-right: 20px;
min-height: 50px;
background-color: rgba(243, 243, 243, 1);
}
@media (min-width: 1200px){#s-7f794114-8d5d-4c16-bf55-c5c32c28557e {
  display: none;
}
#s-7f794114-8d5d-4c16-bf55-c5c32c28557e, #wrap-s-7f794114-8d5d-4c16-bf55-c5c32c28557e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7f794114-8d5d-4c16-bf55-c5c32c28557e {
  display: none;
}
#s-7f794114-8d5d-4c16-bf55-c5c32c28557e, #wrap-s-7f794114-8d5d-4c16-bf55-c5c32c28557e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7f794114-8d5d-4c16-bf55-c5c32c28557e {
  display: none;
}
#s-7f794114-8d5d-4c16-bf55-c5c32c28557e, #wrap-s-7f794114-8d5d-4c16-bf55-c5c32c28557e { display:none !important; }}







#s-7f794114-8d5d-4c16-bf55-c5c32c28557e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7f794114-8d5d-4c16-bf55-c5c32c28557e.shg-box.shg-c {
  justify-content: center;
}

#s-5c648132-b805-4cd2-932b-64655a419284 {
  margin-top: 20px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5c648132-b805-4cd2-932b-64655a419284 .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-acc9b173-4d91-477f-9fcf-aa78bb34ed71 {
  margin-left: 10px;
margin-right: 10px;
min-height: 50px;
}








#s-acc9b173-4d91-477f-9fcf-aa78bb34ed71 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-acc9b173-4d91-477f-9fcf-aa78bb34ed71.shg-box.shg-c {
  justify-content: center;
}

#s-c3ce36a9-2e33-417c-9783-af71b3fe8b59 {
  min-height: 50px;
}








#s-c3ce36a9-2e33-417c-9783-af71b3fe8b59 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c3ce36a9-2e33-417c-9783-af71b3fe8b59.shg-box.shg-c {
  justify-content: center;
}

#s-8e272f39-5c7b-4716-8d1c-8a68f60b43ca {
  margin-top: 10px;
margin-left: 30px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-8e272f39-5c7b-4716-8d1c-8a68f60b43ca .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-2e2255b8-11d0-4176-9a22-fef27af29716 {
  margin-left: 30px;
margin-right: 30px;
}

#s-9eae06e1-e794-4192-ae2b-6be15a214745 {
  margin-left: 25px;
margin-right: 25px;
}

#s-9eae06e1-e794-4192-ae2b-6be15a214745 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(51, 51, 51, 1);
}

#s-62d20ae6-a9f4-4eda-8e22-5e958e060aa7 {
  min-height: 50px;
}








#s-62d20ae6-a9f4-4eda-8e22-5e958e060aa7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-62d20ae6-a9f4-4eda-8e22-5e958e060aa7.shg-box.shg-c {
  justify-content: center;
}

#s-16b021b2-8281-43d0-b27f-204e52cee8b3 {
  margin-top: 10px;
margin-left: 30px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-16b021b2-8281-43d0-b27f-204e52cee8b3 .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-4573fbf3-1c3d-47bf-babe-6a48046544fd {
  margin-left: 30px;
margin-right: 10px;
}

#s-f8260d73-afa0-4009-ae0e-587f2a9b3fea {
  margin-left: 25px;
margin-right: 25px;
}

#s-f8260d73-afa0-4009-ae0e-587f2a9b3fea hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(51, 51, 51, 1);
}

#s-147a1a6a-234c-4ad7-8b7d-ab30d47e93c2 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-147a1a6a-234c-4ad7-8b7d-ab30d47e93c2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-147a1a6a-234c-4ad7-8b7d-ab30d47e93c2.shg-box.shg-c {
  justify-content: center;
}

#s-99d5f1dd-3e9f-4ec3-8ad4-da9a19a24dda {
  margin-top: 10px;
margin-left: 30px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-99d5f1dd-3e9f-4ec3-8ad4-da9a19a24dda .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-583cf4c3-9052-466a-ad1b-827478fef095 {
  margin-left: 30px;
margin-right: 30px;
}

#s-2ee05188-ef01-471d-9bc7-db34884fb4f9 {
  margin-left: 25px;
margin-right: 25px;
}

#s-2ee05188-ef01-471d-9bc7-db34884fb4f9 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(51, 51, 51, 1);
}

#s-2f5a4493-8cab-4952-b457-15b1b7e69484 {
  min-height: 50px;
}








#s-2f5a4493-8cab-4952-b457-15b1b7e69484 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2f5a4493-8cab-4952-b457-15b1b7e69484.shg-box.shg-c {
  justify-content: center;
}

#s-90871103-8d70-42b0-b33d-d5d30d24169c {
  margin-top: 10px;
margin-left: 30px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-90871103-8d70-42b0-b33d-d5d30d24169c .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-be297070-e1a8-45be-a490-a4604a724d27 {
  margin-left: 30px;
margin-right: 10px;
}

#s-21f8b63d-d887-405e-b3b0-fcf4d82e3ce8 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
}

#s-21f8b63d-d887-405e-b3b0-fcf4d82e3ce8 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(51, 51, 51, 1);
}

#s-cd2b18dd-6d1a-4bc6-9665-78d8efe89f3a {
  margin-top: 0px;
margin-left: 35px;
margin-bottom: 30px;
margin-right: 35px;
min-height: 50px;
background-color: rgba(243, 243, 243, 1);
}








#s-cd2b18dd-6d1a-4bc6-9665-78d8efe89f3a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cd2b18dd-6d1a-4bc6-9665-78d8efe89f3a.shg-box.shg-c {
  justify-content: center;
}

#s-c2467a1f-ea6f-4548-afb4-87ec8f159cda {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c2467a1f-ea6f-4548-afb4-87ec8f159cda .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-fa040fdc-7c44-4e0c-b271-07a46bb4a977 {
  min-height: 50px;
}








#s-fa040fdc-7c44-4e0c-b271-07a46bb4a977 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fa040fdc-7c44-4e0c-b271-07a46bb4a977.shg-box.shg-c {
  justify-content: center;
}

#s-29e8a22e-221b-4889-bb16-0cc3cae60201 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-29e8a22e-221b-4889-bb16-0cc3cae60201 .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-c7cfc514-d5e7-4408-bc2f-4fe1854f3500 {
  margin-left: 0px;
margin-right: 0px;
}

#s-48a29e3f-ba51-4ff3-a572-6489155099ea {
  margin-left: 0px;
margin-right: 0px;
}

#s-48a29e3f-ba51-4ff3-a572-6489155099ea hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(51, 51, 51, 1);
}

#s-d4c40200-2c4f-43bf-b049-a36587f55381 {
  min-height: 50px;
}








#s-d4c40200-2c4f-43bf-b049-a36587f55381 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d4c40200-2c4f-43bf-b049-a36587f55381.shg-box.shg-c {
  justify-content: center;
}

#s-0d52bec5-4f75-4877-942b-37077e7dbc49 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0d52bec5-4f75-4877-942b-37077e7dbc49 .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-7a5c0fa4-f93c-493b-b267-c1f9301bb529 {
  margin-left: 0px;
}

#s-7d23ee64-91cc-401f-a659-f88cb317c2d6 {
  margin-left: 0px;
margin-right: 0px;
}

#s-7d23ee64-91cc-401f-a659-f88cb317c2d6 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(51, 51, 51, 1);
}

#s-5ae4063a-34f9-4775-bfb5-b4ceddd8c606 {
  min-height: 50px;
}








#s-5ae4063a-34f9-4775-bfb5-b4ceddd8c606 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5ae4063a-34f9-4775-bfb5-b4ceddd8c606.shg-box.shg-c {
  justify-content: center;
}

#s-d1781491-ac02-4b6b-afb7-dfb3169d0190 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d1781491-ac02-4b6b-afb7-dfb3169d0190 .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-320f1195-4c61-473e-bccb-8c84bb116f76 {
  margin-left: 0px;
}

#s-b44b5090-f057-4c60-bfb6-a52d18adf6d7 {
  margin-left: 0px;
margin-right: 0px;
}

#s-b44b5090-f057-4c60-bfb6-a52d18adf6d7 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(51, 51, 51, 1);
}

#s-38afd03e-ec85-44ac-b369-34ea56181774 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-38afd03e-ec85-44ac-b369-34ea56181774 .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-5c8748f4-a7a5-4c28-bd26-275c0ee08287 {
  margin-bottom: 10px;
}

#s-7eaace0b-9f45-49e7-9370-cb8702b744ca {
  margin-top: 50px;
margin-left: 0px;
margin-right: 0px;
}

#s-7eaace0b-9f45-49e7-9370-cb8702b744ca hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(51, 51, 51, 1);
}

#s-e54e8648-39a6-4344-a7fa-345df42b29f8 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e54e8648-39a6-4344-a7fa-345df42b29f8 .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-63a47ed9-7488-4916-b638-9a4d1bf760ae {
  text-align: center;
}




  #s-63a47ed9-7488-4916-b638-9a4d1bf760ae img.shogun-image {
    
    width: px;
  }


#s-63a47ed9-7488-4916-b638-9a4d1bf760ae .shogun-image-content {
  
    align-items:  flex-start;
  
}

@media (min-width: 1200px){#s-75f86ece-e0fe-45f9-8308-83b8a1e39e9f {
  margin-left: 7%;
margin-right: 7%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-75f86ece-e0fe-45f9-8308-83b8a1e39e9f {
  margin-left: 7%;
margin-right: 7%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-75f86ece-e0fe-45f9-8308-83b8a1e39e9f {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 50px;
margin-right: 30px;
}
}@media (max-width: 767px){#s-75f86ece-e0fe-45f9-8308-83b8a1e39e9f {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 50px;
margin-right: 30px;
}
}
#s-d0bec658-ec69-44d7-af94-71aa7e0b382d {
  margin-top: 5%;
margin-left: 10%;
margin-bottom: 0%;
margin-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-d0bec658-ec69-44d7-af94-71aa7e0b382d {
  display: none;
}
#s-d0bec658-ec69-44d7-af94-71aa7e0b382d, #wrap-s-d0bec658-ec69-44d7-af94-71aa7e0b382d { display:none !important; }}@media (max-width: 767px){#s-d0bec658-ec69-44d7-af94-71aa7e0b382d {
  display: none;
}
#s-d0bec658-ec69-44d7-af94-71aa7e0b382d, #wrap-s-d0bec658-ec69-44d7-af94-71aa7e0b382d { display:none !important; }}
@media (min-width: 0px) {
[id="s-d0bec658-ec69-44d7-af94-71aa7e0b382d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d0bec658-ec69-44d7-af94-71aa7e0b382d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 40.0px);
}

[id="s-d0bec658-ec69-44d7-af94-71aa7e0b382d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 40.0px);
}

[id="s-d0bec658-ec69-44d7-af94-71aa7e0b382d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 40.0px);
}

[id="s-d0bec658-ec69-44d7-af94-71aa7e0b382d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 40.0px);
}

[id="s-d0bec658-ec69-44d7-af94-71aa7e0b382d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 40.0px);
}

[id="s-d0bec658-ec69-44d7-af94-71aa7e0b382d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 40.0px);
}

[id="s-d0bec658-ec69-44d7-af94-71aa7e0b382d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 40.0px);
}

[id="s-d0bec658-ec69-44d7-af94-71aa7e0b382d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 40.0px);
}

[id="s-d0bec658-ec69-44d7-af94-71aa7e0b382d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 40.0px);
}

[id="s-d0bec658-ec69-44d7-af94-71aa7e0b382d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 40.0px);
}

[id="s-d0bec658-ec69-44d7-af94-71aa7e0b382d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 40.0px);
}

[id="s-d0bec658-ec69-44d7-af94-71aa7e0b382d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 40.0px);
}

}

@media (min-width: 992px) {
[id="s-d0bec658-ec69-44d7-af94-71aa7e0b382d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 40.0px);
}

[id="s-d0bec658-ec69-44d7-af94-71aa7e0b382d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 40.0px);
}

[id="s-d0bec658-ec69-44d7-af94-71aa7e0b382d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 40.0px);
}

[id="s-d0bec658-ec69-44d7-af94-71aa7e0b382d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 40.0px);
}

[id="s-d0bec658-ec69-44d7-af94-71aa7e0b382d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 40.0px);
}

[id="s-d0bec658-ec69-44d7-af94-71aa7e0b382d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 40.0px);
}

[id="s-d0bec658-ec69-44d7-af94-71aa7e0b382d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 40.0px);
}

[id="s-d0bec658-ec69-44d7-af94-71aa7e0b382d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 40.0px);
}

[id="s-d0bec658-ec69-44d7-af94-71aa7e0b382d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 40.0px);
}

[id="s-d0bec658-ec69-44d7-af94-71aa7e0b382d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 40.0px);
}

[id="s-d0bec658-ec69-44d7-af94-71aa7e0b382d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 40.0px);
}

[id="s-d0bec658-ec69-44d7-af94-71aa7e0b382d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 40.0px);
}

}

@media (min-width: 1200px) {
[id="s-d0bec658-ec69-44d7-af94-71aa7e0b382d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 40.0px);
}

[id="s-d0bec658-ec69-44d7-af94-71aa7e0b382d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 40.0px);
}

[id="s-d0bec658-ec69-44d7-af94-71aa7e0b382d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 40.0px);
}

[id="s-d0bec658-ec69-44d7-af94-71aa7e0b382d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 40.0px);
}

[id="s-d0bec658-ec69-44d7-af94-71aa7e0b382d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 40.0px);
}

[id="s-d0bec658-ec69-44d7-af94-71aa7e0b382d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 40.0px);
}

[id="s-d0bec658-ec69-44d7-af94-71aa7e0b382d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 40.0px);
}

[id="s-d0bec658-ec69-44d7-af94-71aa7e0b382d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 40.0px);
}

[id="s-d0bec658-ec69-44d7-af94-71aa7e0b382d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 40.0px);
}

[id="s-d0bec658-ec69-44d7-af94-71aa7e0b382d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 40.0px);
}

[id="s-d0bec658-ec69-44d7-af94-71aa7e0b382d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 40.0px);
}

[id="s-d0bec658-ec69-44d7-af94-71aa7e0b382d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 40.0px);
}

}

#s-1caa57a4-4fd6-411f-af06-ce78e6972617 {
  min-height: 50px;
}








#s-1caa57a4-4fd6-411f-af06-ce78e6972617 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1caa57a4-4fd6-411f-af06-ce78e6972617.shg-box.shg-c {
  justify-content: center;
}

#s-8adffcb5-3fe5-44ee-acd0-b0bedadf723b {
  text-align: center;
}





#s-8adffcb5-3fe5-44ee-acd0-b0bedadf723b .shogun-image-content {
  
    align-items: center;
  
}

#s-96011ce2-03de-41de-9cbb-3e66d0d436d1 {
  min-height: 50px;
}








#s-96011ce2-03de-41de-9cbb-3e66d0d436d1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-96011ce2-03de-41de-9cbb-3e66d0d436d1.shg-box.shg-c {
  justify-content: center;
}

#s-c2e6f329-862f-424b-86f3-5204b7d58576 {
  margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c2e6f329-862f-424b-86f3-5204b7d58576 .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 35px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-8f244ef2-fd08-494c-96d0-9e83d011c642 {
  text-align: center;
}
@media (min-width: 1200px){#s-8f244ef2-fd08-494c-96d0-9e83d011c642 {
  display: none;
}
#s-8f244ef2-fd08-494c-96d0-9e83d011c642, #wrap-s-8f244ef2-fd08-494c-96d0-9e83d011c642 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8f244ef2-fd08-494c-96d0-9e83d011c642 {
  display: none;
}
#s-8f244ef2-fd08-494c-96d0-9e83d011c642, #wrap-s-8f244ef2-fd08-494c-96d0-9e83d011c642 { display:none !important; }}




#s-8f244ef2-fd08-494c-96d0-9e83d011c642 .shogun-image-content {
  
    align-items: center;
  
}

#s-7288c77c-e876-42a0-a3ed-527e29ae41c8 {
  margin-top: 30px;
margin-left: 30px;
margin-bottom: 50px;
margin-right: 30px;
min-height: 50px;
}
@media (min-width: 1200px){#s-7288c77c-e876-42a0-a3ed-527e29ae41c8 {
  display: none;
}
#s-7288c77c-e876-42a0-a3ed-527e29ae41c8, #wrap-s-7288c77c-e876-42a0-a3ed-527e29ae41c8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7288c77c-e876-42a0-a3ed-527e29ae41c8 {
  display: none;
}
#s-7288c77c-e876-42a0-a3ed-527e29ae41c8, #wrap-s-7288c77c-e876-42a0-a3ed-527e29ae41c8 { display:none !important; }}







#s-7288c77c-e876-42a0-a3ed-527e29ae41c8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7288c77c-e876-42a0-a3ed-527e29ae41c8.shg-box.shg-c {
  justify-content: center;
}

#s-ab2b85e4-7785-48c3-91f3-f680f360e12c {
  margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ab2b85e4-7785-48c3-91f3-f680f360e12c .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-ab2b85e4-7785-48c3-91f3-f680f360e12c .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 35px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}
#s-d5158b9c-f210-4306-875c-dad401612f7f {
  margin-top: 5%;
margin-bottom: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-d5158b9c-f210-4306-875c-dad401612f7f {
  margin-bottom: 1%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d5158b9c-f210-4306-875c-dad401612f7f {
  margin-left: 10px;
margin-right: 10px;
}
}@media (max-width: 767px){#s-d5158b9c-f210-4306-875c-dad401612f7f {
  margin-left: 10px;
margin-right: 10px;
}
}
#s-d5158b9c-f210-4306-875c-dad401612f7f .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 35px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


@media (max-width: 767px){#s-d5158b9c-f210-4306-875c-dad401612f7f .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-9ae0458b-d5df-454f-872b-040a44f3abee {
  margin-left: 15%;
margin-right: 15%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-9ae0458b-d5df-454f-872b-040a44f3abee {
  margin-left: 5px;
margin-bottom: 8%;
margin-right: 5px;
display: none;
}
#s-9ae0458b-d5df-454f-872b-040a44f3abee, #wrap-s-9ae0458b-d5df-454f-872b-040a44f3abee { display:none !important; }}@media (max-width: 767px){#s-9ae0458b-d5df-454f-872b-040a44f3abee {
  margin-left: 10px;
margin-right: 10px;
display: none;
}
#s-9ae0458b-d5df-454f-872b-040a44f3abee, #wrap-s-9ae0458b-d5df-454f-872b-040a44f3abee { display:none !important; }}



  #s-9ae0458b-d5df-454f-872b-040a44f3abee img.shogun-image {
    
    width: px;
  }


#s-9ae0458b-d5df-454f-872b-040a44f3abee .shogun-image-content {
  
    align-items: center;
  
}

#s-d17b514a-6e14-4de9-a713-957a33c9702f {
  margin-left: 5px;
margin-right: 5px;
text-align: center;
}
@media (min-width: 1200px){#s-d17b514a-6e14-4de9-a713-957a33c9702f {
  display: none;
}
#s-d17b514a-6e14-4de9-a713-957a33c9702f, #wrap-s-d17b514a-6e14-4de9-a713-957a33c9702f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d17b514a-6e14-4de9-a713-957a33c9702f {
  display: none;
}
#s-d17b514a-6e14-4de9-a713-957a33c9702f, #wrap-s-d17b514a-6e14-4de9-a713-957a33c9702f { display:none !important; }}



  #s-d17b514a-6e14-4de9-a713-957a33c9702f img.shogun-image {
    
    width: px;
  }


#s-d17b514a-6e14-4de9-a713-957a33c9702f .shogun-image-content {
  
    align-items: center;
  
}

#s-ba6b0f2b-cb50-4985-aa4f-2efe65650b4c {
  margin-top: 5%;
margin-bottom: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-ba6b0f2b-cb50-4985-aa4f-2efe65650b4c {
  margin-bottom: 2%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ba6b0f2b-cb50-4985-aa4f-2efe65650b4c {
  margin-bottom: 2%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-ba6b0f2b-cb50-4985-aa4f-2efe65650b4c {
  margin-top: 5px;
margin-left: 10px;
margin-right: 10px;
}
}
#s-ba6b0f2b-cb50-4985-aa4f-2efe65650b4c .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 35px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


@media (max-width: 767px){#s-ba6b0f2b-cb50-4985-aa4f-2efe65650b4c .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-172ded54-9d0f-4b38-b189-76e8852b8059 {
  margin-top: -10px;
margin-left: 10%;
margin-bottom: 6%;
margin-right: 10%;
}
@media (min-width: 1200px){#s-172ded54-9d0f-4b38-b189-76e8852b8059 {
  margin-bottom: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-172ded54-9d0f-4b38-b189-76e8852b8059 {
  margin-bottom: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-172ded54-9d0f-4b38-b189-76e8852b8059 {
  margin-left: 30px;
margin-bottom: 0%;
margin-right: 30px;
}
}@media (max-width: 767px){#s-172ded54-9d0f-4b38-b189-76e8852b8059 {
  display: none;
}
#s-172ded54-9d0f-4b38-b189-76e8852b8059, #wrap-s-172ded54-9d0f-4b38-b189-76e8852b8059 { display:none !important; }}
@media (min-width: 0px) {
[id="s-172ded54-9d0f-4b38-b189-76e8852b8059"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-172ded54-9d0f-4b38-b189-76e8852b8059"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-172ded54-9d0f-4b38-b189-76e8852b8059"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-172ded54-9d0f-4b38-b189-76e8852b8059"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-172ded54-9d0f-4b38-b189-76e8852b8059"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-172ded54-9d0f-4b38-b189-76e8852b8059"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-172ded54-9d0f-4b38-b189-76e8852b8059"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-172ded54-9d0f-4b38-b189-76e8852b8059"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-172ded54-9d0f-4b38-b189-76e8852b8059"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-172ded54-9d0f-4b38-b189-76e8852b8059"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-172ded54-9d0f-4b38-b189-76e8852b8059"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-172ded54-9d0f-4b38-b189-76e8852b8059"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-172ded54-9d0f-4b38-b189-76e8852b8059"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-172ded54-9d0f-4b38-b189-76e8852b8059"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-172ded54-9d0f-4b38-b189-76e8852b8059"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-172ded54-9d0f-4b38-b189-76e8852b8059"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-172ded54-9d0f-4b38-b189-76e8852b8059"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-172ded54-9d0f-4b38-b189-76e8852b8059"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-172ded54-9d0f-4b38-b189-76e8852b8059"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-172ded54-9d0f-4b38-b189-76e8852b8059"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-172ded54-9d0f-4b38-b189-76e8852b8059"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-172ded54-9d0f-4b38-b189-76e8852b8059"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-172ded54-9d0f-4b38-b189-76e8852b8059"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-172ded54-9d0f-4b38-b189-76e8852b8059"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-172ded54-9d0f-4b38-b189-76e8852b8059"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-172ded54-9d0f-4b38-b189-76e8852b8059"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-172ded54-9d0f-4b38-b189-76e8852b8059"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-172ded54-9d0f-4b38-b189-76e8852b8059"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-172ded54-9d0f-4b38-b189-76e8852b8059"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-172ded54-9d0f-4b38-b189-76e8852b8059"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-172ded54-9d0f-4b38-b189-76e8852b8059"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-172ded54-9d0f-4b38-b189-76e8852b8059"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-172ded54-9d0f-4b38-b189-76e8852b8059"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-172ded54-9d0f-4b38-b189-76e8852b8059"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-172ded54-9d0f-4b38-b189-76e8852b8059"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-172ded54-9d0f-4b38-b189-76e8852b8059"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-172ded54-9d0f-4b38-b189-76e8852b8059"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-e6b15ba9-6f1c-4a6a-a519-0ad0b916fa70 {
  min-height: 0px;
}








#s-e6b15ba9-6f1c-4a6a-a519-0ad0b916fa70 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e6b15ba9-6f1c-4a6a-a519-0ad0b916fa70.shg-box.shg-c {
  justify-content: center;
}

#s-4b161e80-e809-41b6-81dd-11b62554bd18 {
  margin-top: 0%;
margin-left: 20%;
margin-bottom: 0%;
margin-right: 20%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-4b161e80-e809-41b6-81dd-11b62554bd18 {
  margin-left: 30px;
margin-right: 30px;
}
}



  #s-4b161e80-e809-41b6-81dd-11b62554bd18 img.shogun-image {
    
    width: px;
  }


#s-4b161e80-e809-41b6-81dd-11b62554bd18 .shogun-image-content {
  
    align-items: center;
  
}

#s-bdab324e-d9b2-4a3d-a8cc-c72f570f4e5d {
  margin-left: 150px;
margin-right: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-bdab324e-d9b2-4a3d-a8cc-c72f570f4e5d {
  margin-left: 30px;
margin-right: 30px;
}
}
#s-a1f03af6-62e6-463f-b4b5-cb338389a62c {
  min-height: 0px;
}








#s-a1f03af6-62e6-463f-b4b5-cb338389a62c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a1f03af6-62e6-463f-b4b5-cb338389a62c.shg-box.shg-c {
  justify-content: center;
}

#s-0a7dcead-03aa-42c6-8ea9-2e7fb9585856 {
  margin-top: 0px;
margin-left: 20%;
margin-bottom: 0px;
margin-right: 20%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-0a7dcead-03aa-42c6-8ea9-2e7fb9585856 {
  margin-left: 30px;
margin-right: 30px;
}
}



  #s-0a7dcead-03aa-42c6-8ea9-2e7fb9585856 img.shogun-image {
    
    width: px;
  }


#s-0a7dcead-03aa-42c6-8ea9-2e7fb9585856 .shogun-image-content {
  
    align-items: center;
  
}

#s-bcf87d3e-c42a-450b-ac9b-0e2f1801ba15 {
  margin-left: 50px;
margin-right: 150px;
}
@media (min-width: 768px) and (max-width: 991px){#s-bcf87d3e-c42a-450b-ac9b-0e2f1801ba15 {
  margin-left: 30px;
margin-right: 30px;
}
}
#s-01fb7c43-4d3f-4a3a-a5d7-224c264841ef {
  margin-top: 7%;
margin-left: 10%;
margin-bottom: 7%;
margin-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-01fb7c43-4d3f-4a3a-a5d7-224c264841ef {
  display: none;
}
#s-01fb7c43-4d3f-4a3a-a5d7-224c264841ef, #wrap-s-01fb7c43-4d3f-4a3a-a5d7-224c264841ef { display:none !important; }}@media (max-width: 767px){#s-01fb7c43-4d3f-4a3a-a5d7-224c264841ef {
  display: none;
}
#s-01fb7c43-4d3f-4a3a-a5d7-224c264841ef, #wrap-s-01fb7c43-4d3f-4a3a-a5d7-224c264841ef { display:none !important; }}
@media (min-width: 0px) {
[id="s-01fb7c43-4d3f-4a3a-a5d7-224c264841ef"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-01fb7c43-4d3f-4a3a-a5d7-224c264841ef"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 40.0px);
}

[id="s-01fb7c43-4d3f-4a3a-a5d7-224c264841ef"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 40.0px);
}

[id="s-01fb7c43-4d3f-4a3a-a5d7-224c264841ef"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 40.0px);
}

[id="s-01fb7c43-4d3f-4a3a-a5d7-224c264841ef"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 40.0px);
}

[id="s-01fb7c43-4d3f-4a3a-a5d7-224c264841ef"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 40.0px);
}

[id="s-01fb7c43-4d3f-4a3a-a5d7-224c264841ef"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 40.0px);
}

[id="s-01fb7c43-4d3f-4a3a-a5d7-224c264841ef"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 40.0px);
}

[id="s-01fb7c43-4d3f-4a3a-a5d7-224c264841ef"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 40.0px);
}

[id="s-01fb7c43-4d3f-4a3a-a5d7-224c264841ef"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 40.0px);
}

[id="s-01fb7c43-4d3f-4a3a-a5d7-224c264841ef"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 40.0px);
}

[id="s-01fb7c43-4d3f-4a3a-a5d7-224c264841ef"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 40.0px);
}

[id="s-01fb7c43-4d3f-4a3a-a5d7-224c264841ef"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 40.0px);
}

}

@media (min-width: 992px) {
[id="s-01fb7c43-4d3f-4a3a-a5d7-224c264841ef"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 40.0px);
}

[id="s-01fb7c43-4d3f-4a3a-a5d7-224c264841ef"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 40.0px);
}

[id="s-01fb7c43-4d3f-4a3a-a5d7-224c264841ef"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 40.0px);
}

[id="s-01fb7c43-4d3f-4a3a-a5d7-224c264841ef"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 40.0px);
}

[id="s-01fb7c43-4d3f-4a3a-a5d7-224c264841ef"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 40.0px);
}

[id="s-01fb7c43-4d3f-4a3a-a5d7-224c264841ef"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 40.0px);
}

[id="s-01fb7c43-4d3f-4a3a-a5d7-224c264841ef"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 40.0px);
}

[id="s-01fb7c43-4d3f-4a3a-a5d7-224c264841ef"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 40.0px);
}

[id="s-01fb7c43-4d3f-4a3a-a5d7-224c264841ef"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 40.0px);
}

[id="s-01fb7c43-4d3f-4a3a-a5d7-224c264841ef"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 40.0px);
}

[id="s-01fb7c43-4d3f-4a3a-a5d7-224c264841ef"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 40.0px);
}

[id="s-01fb7c43-4d3f-4a3a-a5d7-224c264841ef"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 40.0px);
}

}

@media (min-width: 1200px) {
[id="s-01fb7c43-4d3f-4a3a-a5d7-224c264841ef"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 40.0px);
}

[id="s-01fb7c43-4d3f-4a3a-a5d7-224c264841ef"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 40.0px);
}

[id="s-01fb7c43-4d3f-4a3a-a5d7-224c264841ef"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 40.0px);
}

[id="s-01fb7c43-4d3f-4a3a-a5d7-224c264841ef"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 40.0px);
}

[id="s-01fb7c43-4d3f-4a3a-a5d7-224c264841ef"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 40.0px);
}

[id="s-01fb7c43-4d3f-4a3a-a5d7-224c264841ef"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 40.0px);
}

[id="s-01fb7c43-4d3f-4a3a-a5d7-224c264841ef"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 40.0px);
}

[id="s-01fb7c43-4d3f-4a3a-a5d7-224c264841ef"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 40.0px);
}

[id="s-01fb7c43-4d3f-4a3a-a5d7-224c264841ef"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 40.0px);
}

[id="s-01fb7c43-4d3f-4a3a-a5d7-224c264841ef"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 40.0px);
}

[id="s-01fb7c43-4d3f-4a3a-a5d7-224c264841ef"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 40.0px);
}

[id="s-01fb7c43-4d3f-4a3a-a5d7-224c264841ef"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 40.0px);
}

}

#s-8d507b0f-76e2-4ccf-a7a4-1ac136123f8d {
  min-height: 50px;
}








#s-8d507b0f-76e2-4ccf-a7a4-1ac136123f8d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8d507b0f-76e2-4ccf-a7a4-1ac136123f8d.shg-box.shg-c {
  justify-content: center;
}

#s-afb207f2-76de-4aa8-aab1-a933005e5c23 {
  text-align: center;
}





#s-afb207f2-76de-4aa8-aab1-a933005e5c23 .shogun-image-content {
  
    align-items: center;
  
}

#s-e4838c78-e89c-4e8a-ac8f-55bff0740fba {
  margin-right: 0%;
min-height: 50px;
}








#s-e4838c78-e89c-4e8a-ac8f-55bff0740fba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e4838c78-e89c-4e8a-ac8f-55bff0740fba.shg-box.shg-c {
  justify-content: center;
}

#s-fecc4ad6-733c-4a30-bad6-dfaf0df84a26 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fecc4ad6-733c-4a30-bad6-dfaf0df84a26 .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 35px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-1fb547af-abb1-47da-9713-46af8df16c50 {
  margin-top: 5%;
margin-left: 0%;
margin-bottom: 5%;
margin-right: 0%;
}

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

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

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

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

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

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

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

#s-0cc1c2b3-bc04-45ac-bd4c-109666ee6a86 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 92, 38, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-0cc1c2b3-bc04-45ac-bd4c-109666ee6a86:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0cc1c2b3-bc04-45ac-bd4c-109666ee6a86:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0cc1c2b3-bc04-45ac-bd4c-109666ee6a86.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Asap;
  display:  inline-block ;
}

#s-0d04b13c-103a-4ac7-a0c7-92be85040303 {
  margin-top: 6%;
margin-left: 10%;
margin-bottom: 6%;
margin-right: 10%;
}
@media (min-width: 1200px){#s-0d04b13c-103a-4ac7-a0c7-92be85040303 {
  margin-top: 1%;
margin-bottom: 1%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-0d04b13c-103a-4ac7-a0c7-92be85040303 {
  display: none;
}
#s-0d04b13c-103a-4ac7-a0c7-92be85040303, #wrap-s-0d04b13c-103a-4ac7-a0c7-92be85040303 { display:none !important; }}@media (max-width: 767px){#s-0d04b13c-103a-4ac7-a0c7-92be85040303 {
  display: none;
}
#s-0d04b13c-103a-4ac7-a0c7-92be85040303, #wrap-s-0d04b13c-103a-4ac7-a0c7-92be85040303 { display:none !important; }}
@media (min-width: 0px) {
[id="s-0d04b13c-103a-4ac7-a0c7-92be85040303"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0d04b13c-103a-4ac7-a0c7-92be85040303"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0d04b13c-103a-4ac7-a0c7-92be85040303"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0d04b13c-103a-4ac7-a0c7-92be85040303"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0d04b13c-103a-4ac7-a0c7-92be85040303"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0d04b13c-103a-4ac7-a0c7-92be85040303"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0d04b13c-103a-4ac7-a0c7-92be85040303"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0d04b13c-103a-4ac7-a0c7-92be85040303"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0d04b13c-103a-4ac7-a0c7-92be85040303"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0d04b13c-103a-4ac7-a0c7-92be85040303"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0d04b13c-103a-4ac7-a0c7-92be85040303"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0d04b13c-103a-4ac7-a0c7-92be85040303"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0d04b13c-103a-4ac7-a0c7-92be85040303"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0d04b13c-103a-4ac7-a0c7-92be85040303"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0d04b13c-103a-4ac7-a0c7-92be85040303"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0d04b13c-103a-4ac7-a0c7-92be85040303"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0d04b13c-103a-4ac7-a0c7-92be85040303"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0d04b13c-103a-4ac7-a0c7-92be85040303"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0d04b13c-103a-4ac7-a0c7-92be85040303"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0d04b13c-103a-4ac7-a0c7-92be85040303"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0d04b13c-103a-4ac7-a0c7-92be85040303"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0d04b13c-103a-4ac7-a0c7-92be85040303"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0d04b13c-103a-4ac7-a0c7-92be85040303"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0d04b13c-103a-4ac7-a0c7-92be85040303"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0d04b13c-103a-4ac7-a0c7-92be85040303"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0d04b13c-103a-4ac7-a0c7-92be85040303"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0d04b13c-103a-4ac7-a0c7-92be85040303"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0d04b13c-103a-4ac7-a0c7-92be85040303"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0d04b13c-103a-4ac7-a0c7-92be85040303"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0d04b13c-103a-4ac7-a0c7-92be85040303"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0d04b13c-103a-4ac7-a0c7-92be85040303"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0d04b13c-103a-4ac7-a0c7-92be85040303"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0d04b13c-103a-4ac7-a0c7-92be85040303"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0d04b13c-103a-4ac7-a0c7-92be85040303"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0d04b13c-103a-4ac7-a0c7-92be85040303"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0d04b13c-103a-4ac7-a0c7-92be85040303"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0d04b13c-103a-4ac7-a0c7-92be85040303"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-01d81f02-3567-4093-9202-911a73c818e4 {
  min-height: 50px;
}








#s-01d81f02-3567-4093-9202-911a73c818e4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-01d81f02-3567-4093-9202-911a73c818e4.shg-box.shg-c {
  justify-content: center;
}

#s-9341dc6b-080a-448a-9749-bcb2cae2d4fe {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9341dc6b-080a-448a-9749-bcb2cae2d4fe .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 35px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-e0c4726b-190d-4f3c-b08b-270385c5aaa6 {
  margin-top: 5%;
margin-left: 0%;
margin-bottom: 5%;
margin-right: 0%;
}

#s-10d70c6f-5801-439b-b055-6ef6a9ae6dc7 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 92, 38, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-10d70c6f-5801-439b-b055-6ef6a9ae6dc7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-10d70c6f-5801-439b-b055-6ef6a9ae6dc7:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-10d70c6f-5801-439b-b055-6ef6a9ae6dc7.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Asap;
  display:  inline-block ;
}

#s-871b2b5d-db01-4a1a-9702-30e49658905b {
  min-height: 50px;
}








#s-871b2b5d-db01-4a1a-9702-30e49658905b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-871b2b5d-db01-4a1a-9702-30e49658905b.shg-box.shg-c {
  justify-content: center;
}

#s-587b90ea-29b6-4813-8525-0c9e1ca3d97e {
  text-align: center;
}




  #s-587b90ea-29b6-4813-8525-0c9e1ca3d97e img.shogun-image {
    
    width: px;
  }


#s-587b90ea-29b6-4813-8525-0c9e1ca3d97e .shogun-image-content {
  
    align-items: center;
  
}

#s-4b753010-f29b-4dbc-bb42-4d869b71b7a6 {
  margin-bottom: 40px;
min-height: 50px;
}
@media (min-width: 1200px){#s-4b753010-f29b-4dbc-bb42-4d869b71b7a6 {
  display: none;
}
#s-4b753010-f29b-4dbc-bb42-4d869b71b7a6, #wrap-s-4b753010-f29b-4dbc-bb42-4d869b71b7a6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4b753010-f29b-4dbc-bb42-4d869b71b7a6 {
  display: none;
}
#s-4b753010-f29b-4dbc-bb42-4d869b71b7a6, #wrap-s-4b753010-f29b-4dbc-bb42-4d869b71b7a6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4b753010-f29b-4dbc-bb42-4d869b71b7a6 {
  display: none;
}
#s-4b753010-f29b-4dbc-bb42-4d869b71b7a6, #wrap-s-4b753010-f29b-4dbc-bb42-4d869b71b7a6 { display:none !important; }}@media (max-width: 767px){#s-4b753010-f29b-4dbc-bb42-4d869b71b7a6 {
  margin-left: 15px;
margin-right: 15px;
}
}







#s-4b753010-f29b-4dbc-bb42-4d869b71b7a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4b753010-f29b-4dbc-bb42-4d869b71b7a6.shg-box.shg-c {
  justify-content: center;
}

#s-fcc95ffc-d43e-4364-aabf-2a928f1031f6 {
  margin-top: 30px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
text-align: center;
}
@media (min-width: 1200px){#s-fcc95ffc-d43e-4364-aabf-2a928f1031f6 {
  display: none;
}
#s-fcc95ffc-d43e-4364-aabf-2a928f1031f6, #wrap-s-fcc95ffc-d43e-4364-aabf-2a928f1031f6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fcc95ffc-d43e-4364-aabf-2a928f1031f6 {
  display: none;
}
#s-fcc95ffc-d43e-4364-aabf-2a928f1031f6, #wrap-s-fcc95ffc-d43e-4364-aabf-2a928f1031f6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fcc95ffc-d43e-4364-aabf-2a928f1031f6 {
  display: none;
}
#s-fcc95ffc-d43e-4364-aabf-2a928f1031f6, #wrap-s-fcc95ffc-d43e-4364-aabf-2a928f1031f6 { display:none !important; }}@media (max-width: 767px){#s-fcc95ffc-d43e-4364-aabf-2a928f1031f6 {
  margin-top: 10px;
margin-bottom: 10px;
}
}



  #s-fcc95ffc-d43e-4364-aabf-2a928f1031f6 img.shogun-image {
    
    width: px;
  }


#s-fcc95ffc-d43e-4364-aabf-2a928f1031f6 .shogun-image-content {
  
    align-items: center;
  
}

#s-5db4891f-4a7a-4ecf-bf9d-ca6f98d752ff {
  margin-left: 5%;
margin-right: 5%;
}

#s-fbc47a79-0514-46b8-911d-89b5318c230b {
  margin-top: 40px;
margin-left: 10px;
margin-bottom: 30px;
margin-right: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-fbc47a79-0514-46b8-911d-89b5318c230b {
  display: none;
}
#s-fbc47a79-0514-46b8-911d-89b5318c230b, #wrap-s-fbc47a79-0514-46b8-911d-89b5318c230b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fbc47a79-0514-46b8-911d-89b5318c230b {
  display: none;
}
#s-fbc47a79-0514-46b8-911d-89b5318c230b, #wrap-s-fbc47a79-0514-46b8-911d-89b5318c230b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fbc47a79-0514-46b8-911d-89b5318c230b {
  display: none;
}
#s-fbc47a79-0514-46b8-911d-89b5318c230b, #wrap-s-fbc47a79-0514-46b8-911d-89b5318c230b { display:none !important; }}@media (max-width: 767px){#s-fbc47a79-0514-46b8-911d-89b5318c230b {
  margin-top: 15px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
}
}



  #s-fbc47a79-0514-46b8-911d-89b5318c230b img.shogun-image {
    
    width: px;
  }


#s-fbc47a79-0514-46b8-911d-89b5318c230b .shogun-image-content {
  
    align-items: center;
  
}

#s-68a30fe9-a8c6-48e8-ae95-644e515003c0 {
  margin-left: 5%;
margin-right: 5%;
}

#s-00a7b5fd-4767-488a-97c1-544624d08277 {
  margin-right: 0%;
min-height: 50px;
}
@media (min-width: 1200px){#s-00a7b5fd-4767-488a-97c1-544624d08277 {
  display: none;
}
#s-00a7b5fd-4767-488a-97c1-544624d08277, #wrap-s-00a7b5fd-4767-488a-97c1-544624d08277 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-00a7b5fd-4767-488a-97c1-544624d08277 {
  display: none;
}
#s-00a7b5fd-4767-488a-97c1-544624d08277, #wrap-s-00a7b5fd-4767-488a-97c1-544624d08277 { display:none !important; }}







#s-00a7b5fd-4767-488a-97c1-544624d08277 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-00a7b5fd-4767-488a-97c1-544624d08277.shg-box.shg-c {
  justify-content: center;
}

#s-875fb04e-969b-4378-8648-6f23cb02989f {
  text-align: center;
}





#s-875fb04e-969b-4378-8648-6f23cb02989f .shogun-image-content {
  
    align-items: center;
  
}

#s-3553070e-7ab6-48e5-8514-8b6a874ad970 {
  margin-top: 30px;
margin-left: 30px;
margin-bottom: 50px;
margin-right: 30px;
min-height: 50px;
}








#s-3553070e-7ab6-48e5-8514-8b6a874ad970 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3553070e-7ab6-48e5-8514-8b6a874ad970.shg-box.shg-c {
  justify-content: center;
}

#s-c8e49793-448c-4c0e-bb22-5b41e4873736 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c8e49793-448c-4c0e-bb22-5b41e4873736 .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 35px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-c8e49793-448c-4c0e-bb22-5b41e4873736 .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}
#s-6deccbdd-380e-4b51-ae64-1f5e4380821f {
  margin-top: 5%;
margin-left: 0%;
margin-bottom: 5%;
margin-right: 0%;
}

#s-e16121b6-228e-41fe-abc1-58b3f86acddf {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 92, 38, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-e16121b6-228e-41fe-abc1-58b3f86acddf:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e16121b6-228e-41fe-abc1-58b3f86acddf:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e16121b6-228e-41fe-abc1-58b3f86acddf.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Asap;
  display:  inline-block ;
}

#s-73e3d0e9-7e10-427c-868a-3b6fae4bb8c7 {
  text-align: center;
}




  #s-73e3d0e9-7e10-427c-868a-3b6fae4bb8c7 img.shogun-image {
    
    width: px;
  }


#s-73e3d0e9-7e10-427c-868a-3b6fae4bb8c7 .shogun-image-content {
  
    align-items: center;
  
}

#s-8a6b1939-1a32-49ea-a2eb-4b9e7dafb83c {
  margin-top: 30px;
margin-left: 30px;
margin-bottom: 50px;
margin-right: 30px;
min-height: 50px;
}








#s-8a6b1939-1a32-49ea-a2eb-4b9e7dafb83c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8a6b1939-1a32-49ea-a2eb-4b9e7dafb83c.shg-box.shg-c {
  justify-content: center;
}

#s-5ffe9c38-f046-4ad2-acbb-b5834e0e5c3c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-5ffe9c38-f046-4ad2-acbb-b5834e0e5c3c .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 35px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-5ffe9c38-f046-4ad2-acbb-b5834e0e5c3c .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}
#s-03bfa20a-7b70-4e2d-a071-7bd1131f6172 {
  margin-top: 5%;
margin-left: 0%;
margin-bottom: 5%;
margin-right: 0%;
}

#s-1143c6da-fd6f-46ce-b6ac-6a739d551f2b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 92, 38, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-1143c6da-fd6f-46ce-b6ac-6a739d551f2b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1143c6da-fd6f-46ce-b6ac-6a739d551f2b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1143c6da-fd6f-46ce-b6ac-6a739d551f2b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Asap;
  display:  inline-block ;
}

#s-6b76d933-64c3-4395-b38e-82da9f03957d {
  margin-top: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-6b76d933-64c3-4395-b38e-82da9f03957d {
  margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
}
}
#s-6b76d933-64c3-4395-b38e-82da9f03957d .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 35px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


@media (max-width: 767px){#s-6b76d933-64c3-4395-b38e-82da9f03957d .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-7566e0b9-20f6-488b-8c62-a8b534c5ac5e {
  margin-top: 2%;
margin-left: 10%;
margin-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-7566e0b9-20f6-488b-8c62-a8b534c5ac5e {
  margin-top: 10px;
margin-left: 30px;
margin-bottom: 10px;
margin-right: 30px;
}
}@media (max-width: 767px){#s-7566e0b9-20f6-488b-8c62-a8b534c5ac5e {
  margin-left: 30px;
margin-right: 30px;
}
}
#s-001448a9-c7eb-49dc-9860-38c111d267db {
  margin-top: 2%;
margin-left: 10%;
margin-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-001448a9-c7eb-49dc-9860-38c111d267db {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 10px;
margin-right: 30px;
}
}@media (max-width: 767px){#s-001448a9-c7eb-49dc-9860-38c111d267db {
  margin-left: 30px;
margin-right: 30px;
}
}
#s-a6d8d72e-3412-4f8e-8042-0e88f717a173 {
  margin-top: 2%;
margin-left: 13%;
margin-bottom: 2%;
margin-right: 13%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-a6d8d72e-3412-4f8e-8042-0e88f717a173 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-a6d8d72e-3412-4f8e-8042-0e88f717a173 {
  margin-left: 5px;
margin-right: 5px;
}
}



  #s-a6d8d72e-3412-4f8e-8042-0e88f717a173 img.shogun-image {
    
    width: px;
  }


#s-a6d8d72e-3412-4f8e-8042-0e88f717a173 .shogun-image-content {
  
    align-items: center;
  
}

#s-8ecce205-4a47-448b-b2c1-d371961d4a40 {
  margin-top: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-8ecce205-4a47-448b-b2c1-d371961d4a40 {
  margin-left: 30px;
margin-right: 30px;
}
}@media (max-width: 767px){#s-8ecce205-4a47-448b-b2c1-d371961d4a40 {
  margin-left: 30px;
margin-right: 30px;
}
}
.shg-sld-content {
  width: 100%;
  position: relative;
}

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

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

.shg-sld-nav-button {
  cursor: pointer;

  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  height: 100%;

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

.shg-sld-nav-button.shg-sld-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyMDMgNTQ0cTAgMTMtMTAgMjNsLTM5MyAzOTMgMzkzIDM5M3ExMCAxMCAxMCAyM3QtMTAgMjNsLTUwIDUwcS0xMCAxMC0yMyAxMHQtMjMtMTBsLTQ2Ni00NjZxLTEwLTEwLTEwLTIzdDEwLTIzbDQ2Ni00NjZxMTAtMTAgMjMtMTB0MjMgMTBsNTAgNTBxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExNzEgOTYwcTAgMTMtMTAgMjNsLTQ2NiA0NjZxLTEwIDEwLTIzIDEwdC0yMy0xMGwtNTAtNTBxLTEwLTEwLTEwLTIzdDEwLTIzbDM5My0zOTMtMzkzLTM5M3EtMTAtMTAtMTAtMjN0MTAtMjNsNTAtNTBxMTAtMTAgMjMtMTB0MjMgMTBsNDY2IDQ2NnExMCAxMCAxMCAyM3oiLz48L3N2Zz4=);
}

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

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

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

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  background-color: #bbbbbb;
}

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

.shg-sld-dot.shg-sld-active {
  background-color: #717171;
}

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

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

  to {
    opacity: 1;
  }
}

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

  to {
    opacity: 1;
  }
}

#s-91a349f7-92ae-471c-88e9-5d7d83b2feb4 {
  margin-top: 6%;
margin-left: 10%;
margin-bottom: 9%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
}
@media (max-width: 767px){#s-91a349f7-92ae-471c-88e9-5d7d83b2feb4 {
  margin-top: 50px;
margin-left: 30px;
margin-bottom: 50px;
margin-right: 30px;
}
}
#s-dee3f4f0-3f48-42f6-a2da-1a676105be9d {
  margin-left: 3%;
margin-right: 3%;
min-height: 50px;
}








#s-dee3f4f0-3f48-42f6-a2da-1a676105be9d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dee3f4f0-3f48-42f6-a2da-1a676105be9d.shg-box.shg-c {
  justify-content: center;
}

#s-995ae1e5-fc7c-4861-b533-1944a5c770a3 {
  margin-left: 15%;
margin-right: 15%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-995ae1e5-fc7c-4861-b533-1944a5c770a3 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (max-width: 767px){#s-995ae1e5-fc7c-4861-b533-1944a5c770a3 {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-995ae1e5-fc7c-4861-b533-1944a5c770a3 .shogun-heading-component h3 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-891d648a-02cc-4bfb-a65e-f13f72256c9e {
  margin-top: 10px;
margin-left: 41%;
margin-bottom: 10px;
margin-right: 41%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-891d648a-02cc-4bfb-a65e-f13f72256c9e {
  margin-left: 27%;
margin-right: 27%;
}
}@media (max-width: 767px){#s-891d648a-02cc-4bfb-a65e-f13f72256c9e {
  margin-left: 22%;
margin-right: 22%;
}
}



  #s-891d648a-02cc-4bfb-a65e-f13f72256c9e img.shogun-image {
    
    width: px;
  }


#s-891d648a-02cc-4bfb-a65e-f13f72256c9e .shogun-image-content {
  
    align-items: center;
  
}

#s-0649ea2d-252e-4f5f-a5d9-f501a50baa55 {
  margin-left: 3%;
margin-right: 3%;
min-height: 50px;
}








#s-0649ea2d-252e-4f5f-a5d9-f501a50baa55 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0649ea2d-252e-4f5f-a5d9-f501a50baa55.shg-box.shg-c {
  justify-content: center;
}

#s-90ddf0ca-90e5-4385-9348-853df61f5290 {
  margin-left: 15%;
margin-right: 15%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-90ddf0ca-90e5-4385-9348-853df61f5290 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (max-width: 767px){#s-90ddf0ca-90e5-4385-9348-853df61f5290 {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-90ddf0ca-90e5-4385-9348-853df61f5290 .shogun-heading-component h3 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-5125a4b9-40a7-4e5a-9ccf-2c47bf1b64ca {
  margin-top: 10px;
margin-left: 41%;
margin-bottom: 10px;
margin-right: 41%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-5125a4b9-40a7-4e5a-9ccf-2c47bf1b64ca {
  margin-left: 27%;
margin-right: 27%;
}
}@media (max-width: 767px){#s-5125a4b9-40a7-4e5a-9ccf-2c47bf1b64ca {
  margin-left: 22%;
margin-right: 22%;
}
}



  #s-5125a4b9-40a7-4e5a-9ccf-2c47bf1b64ca img.shogun-image {
    
    width: px;
  }


#s-5125a4b9-40a7-4e5a-9ccf-2c47bf1b64ca .shogun-image-content {
  
    align-items: center;
  
}

#s-f32b5b2e-0cfe-4f09-ac84-865c7d67c2e1 {
  margin-left: 3%;
margin-right: 3%;
min-height: 50px;
}








#s-f32b5b2e-0cfe-4f09-ac84-865c7d67c2e1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f32b5b2e-0cfe-4f09-ac84-865c7d67c2e1.shg-box.shg-c {
  justify-content: center;
}

#s-8aaa08b4-f640-4900-86a3-591c79b9eee7 {
  margin-left: 15%;
margin-right: 15%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-8aaa08b4-f640-4900-86a3-591c79b9eee7 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (max-width: 767px){#s-8aaa08b4-f640-4900-86a3-591c79b9eee7 {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-8aaa08b4-f640-4900-86a3-591c79b9eee7 .shogun-heading-component h3 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-cc63bcd7-b499-4cfe-9eac-382a6f8027e6 {
  margin-top: 10px;
margin-left: 43%;
margin-bottom: 10px;
margin-right: 43%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-cc63bcd7-b499-4cfe-9eac-382a6f8027e6 {
  margin-left: 30%;
margin-right: 30%;
}
}@media (max-width: 767px){#s-cc63bcd7-b499-4cfe-9eac-382a6f8027e6 {
  margin-left: 27%;
margin-right: 27%;
}
}



  #s-cc63bcd7-b499-4cfe-9eac-382a6f8027e6 img.shogun-image {
    
    width: px;
  }


#s-cc63bcd7-b499-4cfe-9eac-382a6f8027e6 .shogun-image-content {
  
    align-items: center;
  
}

#s-78ff1833-5b04-4566-af74-2278c7fafda7 {
  margin-top: 5%;
margin-bottom: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-78ff1833-5b04-4566-af74-2278c7fafda7 {
  margin-bottom: 3%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-78ff1833-5b04-4566-af74-2278c7fafda7 {
  margin-bottom: 3%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-78ff1833-5b04-4566-af74-2278c7fafda7 {
  margin-top: 40px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}
}@media (max-width: 767px){#s-78ff1833-5b04-4566-af74-2278c7fafda7 {
  margin-top: 50px;
margin-left: 15px;
margin-bottom: 10px;
margin-right: 15px;
}
}
#s-78ff1833-5b04-4566-af74-2278c7fafda7 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-78ff1833-5b04-4566-af74-2278c7fafda7 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 35px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}@media (max-width: 767px){#s-78ff1833-5b04-4566-af74-2278c7fafda7 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-3566fda4-6c4f-46f6-93cd-6172cf50b44e {
  margin-left: 13%;
margin-bottom: 2%;
margin-right: 13%;
}
@media (min-width: 1200px){#s-3566fda4-6c4f-46f6-93cd-6172cf50b44e {
  margin-bottom: 3%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3566fda4-6c4f-46f6-93cd-6172cf50b44e {
  margin-bottom: 3%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3566fda4-6c4f-46f6-93cd-6172cf50b44e {
  margin-top: 10px;
margin-left: 30px;
margin-bottom: 10px;
margin-right: 30px;
}
}@media (max-width: 767px){#s-3566fda4-6c4f-46f6-93cd-6172cf50b44e {
  margin-left: 30px;
margin-right: 30px;
}
}
#s-4201d9d9-06d6-4803-8a8f-ef5dce81e122 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-4201d9d9-06d6-4803-8a8f-ef5dce81e122 {
  display: none;
}
#s-4201d9d9-06d6-4803-8a8f-ef5dce81e122, #wrap-s-4201d9d9-06d6-4803-8a8f-ef5dce81e122 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4201d9d9-06d6-4803-8a8f-ef5dce81e122 {
  display: none;
}
#s-4201d9d9-06d6-4803-8a8f-ef5dce81e122, #wrap-s-4201d9d9-06d6-4803-8a8f-ef5dce81e122 { display:none !important; }}







#s-4201d9d9-06d6-4803-8a8f-ef5dce81e122 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4201d9d9-06d6-4803-8a8f-ef5dce81e122.shg-box.shg-c {
  justify-content: center;
}

#s-93fa214b-15ab-4873-a93c-be949ee43386 {
  margin-left: 30px;
margin-bottom: 10px;
margin-right: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-93fa214b-15ab-4873-a93c-be949ee43386 .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-06ec8418-b307-46dc-a117-b0832770e165 {
  margin-left: 0px;
margin-right: 0px;
text-align: center;
}





#s-06ec8418-b307-46dc-a117-b0832770e165 .shogun-image-content {
  
    align-items: center;
  
}

#s-0edb63aa-9fff-46cf-ab33-5a1e05c85dbd {
  margin-top: 10px;
margin-left: 30px;
margin-bottom: 10px;
margin-right: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0edb63aa-9fff-46cf-ab33-5a1e05c85dbd .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-c940622f-9094-400b-b9c2-979b095a7ea5 {
  margin-left: 0px;
margin-right: 0px;
text-align: center;
}





#s-c940622f-9094-400b-b9c2-979b095a7ea5 .shogun-image-content {
  
    align-items: center;
  
}

#s-0e970e48-2a05-400e-8dc3-c7f7400d0c7c {
  margin-top: 10px;
margin-left: 30px;
margin-bottom: 10px;
margin-right: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0e970e48-2a05-400e-8dc3-c7f7400d0c7c .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-a3559128-bd64-4d87-ace8-f9bef1bf560d {
  text-align: center;
}





#s-a3559128-bd64-4d87-ace8-f9bef1bf560d .shogun-image-content {
  
    align-items: center;
  
}

#s-e211e759-412f-469e-af68-f8118f0d5fc3 {
  margin-top: 10px;
margin-left: 30px;
margin-bottom: 10px;
margin-right: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e211e759-412f-469e-af68-f8118f0d5fc3 .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-7b299206-dd5b-4aae-8ae3-7b5823f8abbb {
  text-align: center;
}





#s-7b299206-dd5b-4aae-8ae3-7b5823f8abbb .shogun-image-content {
  
    align-items: center;
  
}

#s-c54c79ce-13d9-4917-8b05-52274dec668e {
  margin-left: 10%;
margin-bottom: 2%;
margin-right: 10%;
min-height: 400px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c54c79ce-13d9-4917-8b05-52274dec668e {
  margin-left: 0%;
margin-right: 0%;
display: none;
}
#s-c54c79ce-13d9-4917-8b05-52274dec668e, #wrap-s-c54c79ce-13d9-4917-8b05-52274dec668e { display:none !important; }}@media (max-width: 767px){#s-c54c79ce-13d9-4917-8b05-52274dec668e {
  display: none;
}
#s-c54c79ce-13d9-4917-8b05-52274dec668e, #wrap-s-c54c79ce-13d9-4917-8b05-52274dec668e { display:none !important; }}
@media (min-width: 0px) {
[id="s-c54c79ce-13d9-4917-8b05-52274dec668e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c54c79ce-13d9-4917-8b05-52274dec668e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 40.0px);
}

[id="s-c54c79ce-13d9-4917-8b05-52274dec668e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 40.0px);
}

[id="s-c54c79ce-13d9-4917-8b05-52274dec668e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 40.0px);
}

[id="s-c54c79ce-13d9-4917-8b05-52274dec668e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 40.0px);
}

[id="s-c54c79ce-13d9-4917-8b05-52274dec668e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 40.0px);
}

[id="s-c54c79ce-13d9-4917-8b05-52274dec668e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 40.0px);
}

[id="s-c54c79ce-13d9-4917-8b05-52274dec668e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 40.0px);
}

[id="s-c54c79ce-13d9-4917-8b05-52274dec668e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 40.0px);
}

[id="s-c54c79ce-13d9-4917-8b05-52274dec668e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 40.0px);
}

[id="s-c54c79ce-13d9-4917-8b05-52274dec668e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 40.0px);
}

[id="s-c54c79ce-13d9-4917-8b05-52274dec668e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 40.0px);
}

[id="s-c54c79ce-13d9-4917-8b05-52274dec668e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 40.0px);
}

}

@media (min-width: 992px) {
[id="s-c54c79ce-13d9-4917-8b05-52274dec668e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 40.0px);
}

[id="s-c54c79ce-13d9-4917-8b05-52274dec668e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 40.0px);
}

[id="s-c54c79ce-13d9-4917-8b05-52274dec668e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 40.0px);
}

[id="s-c54c79ce-13d9-4917-8b05-52274dec668e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 40.0px);
}

[id="s-c54c79ce-13d9-4917-8b05-52274dec668e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 40.0px);
}

[id="s-c54c79ce-13d9-4917-8b05-52274dec668e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 40.0px);
}

[id="s-c54c79ce-13d9-4917-8b05-52274dec668e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 40.0px);
}

[id="s-c54c79ce-13d9-4917-8b05-52274dec668e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 40.0px);
}

[id="s-c54c79ce-13d9-4917-8b05-52274dec668e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 40.0px);
}

[id="s-c54c79ce-13d9-4917-8b05-52274dec668e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 40.0px);
}

[id="s-c54c79ce-13d9-4917-8b05-52274dec668e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 40.0px);
}

[id="s-c54c79ce-13d9-4917-8b05-52274dec668e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 40.0px);
}

}

@media (min-width: 1200px) {
[id="s-c54c79ce-13d9-4917-8b05-52274dec668e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 40.0px);
}

[id="s-c54c79ce-13d9-4917-8b05-52274dec668e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 40.0px);
}

[id="s-c54c79ce-13d9-4917-8b05-52274dec668e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 40.0px);
}

[id="s-c54c79ce-13d9-4917-8b05-52274dec668e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 40.0px);
}

[id="s-c54c79ce-13d9-4917-8b05-52274dec668e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 40.0px);
}

[id="s-c54c79ce-13d9-4917-8b05-52274dec668e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 40.0px);
}

[id="s-c54c79ce-13d9-4917-8b05-52274dec668e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 40.0px);
}

[id="s-c54c79ce-13d9-4917-8b05-52274dec668e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 40.0px);
}

[id="s-c54c79ce-13d9-4917-8b05-52274dec668e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 40.0px);
}

[id="s-c54c79ce-13d9-4917-8b05-52274dec668e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 40.0px);
}

[id="s-c54c79ce-13d9-4917-8b05-52274dec668e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 40.0px);
}

[id="s-c54c79ce-13d9-4917-8b05-52274dec668e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 40.0px);
}

}

#s-1b95488b-50e8-4d4d-b1c6-61d3e1f10e35 {
  min-height: 50px;
}








#s-1b95488b-50e8-4d4d-b1c6-61d3e1f10e35 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1b95488b-50e8-4d4d-b1c6-61d3e1f10e35.shg-box.shg-c {
  justify-content: center;
}

#s-acc2b6d7-02fa-4134-b240-050c990ed076 {
  margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-acc2b6d7-02fa-4134-b240-050c990ed076 .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-5db3732a-4dab-46c3-af88-c66ab6c79151 {
  margin-left: 0px;
margin-right: 0px;
text-align: center;
}





#s-5db3732a-4dab-46c3-af88-c66ab6c79151 .shogun-image-content {
  
    align-items: center;
  
}

#s-df2338d9-57b2-4e17-be98-889dd2064730 {
  min-height: 50px;
}








#s-df2338d9-57b2-4e17-be98-889dd2064730 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-df2338d9-57b2-4e17-be98-889dd2064730.shg-box.shg-c {
  justify-content: center;
}

#s-4bbbb498-d3ba-4dd6-88e5-8c290aa2c5bb {
  margin-left: 0px;
margin-right: 0px;
text-align: center;
}





#s-4bbbb498-d3ba-4dd6-88e5-8c290aa2c5bb .shogun-image-content {
  
    align-items: center;
  
}

#s-ef060bf7-3070-48e4-86d3-e3760415a17f {
  margin-top: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ef060bf7-3070-48e4-86d3-e3760415a17f .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-aa514c9f-bf5a-4019-891b-a07e2f1eb9c9 {
  margin-left: 10%;
margin-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-aa514c9f-bf5a-4019-891b-a07e2f1eb9c9 {
  display: none;
}
#s-aa514c9f-bf5a-4019-891b-a07e2f1eb9c9, #wrap-s-aa514c9f-bf5a-4019-891b-a07e2f1eb9c9 { display:none !important; }}@media (max-width: 767px){#s-aa514c9f-bf5a-4019-891b-a07e2f1eb9c9 {
  display: none;
}
#s-aa514c9f-bf5a-4019-891b-a07e2f1eb9c9, #wrap-s-aa514c9f-bf5a-4019-891b-a07e2f1eb9c9 { display:none !important; }}
@media (min-width: 0px) {
[id="s-aa514c9f-bf5a-4019-891b-a07e2f1eb9c9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-aa514c9f-bf5a-4019-891b-a07e2f1eb9c9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 40.0px);
}

[id="s-aa514c9f-bf5a-4019-891b-a07e2f1eb9c9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 40.0px);
}

[id="s-aa514c9f-bf5a-4019-891b-a07e2f1eb9c9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 40.0px);
}

[id="s-aa514c9f-bf5a-4019-891b-a07e2f1eb9c9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 40.0px);
}

[id="s-aa514c9f-bf5a-4019-891b-a07e2f1eb9c9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 40.0px);
}

[id="s-aa514c9f-bf5a-4019-891b-a07e2f1eb9c9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 40.0px);
}

[id="s-aa514c9f-bf5a-4019-891b-a07e2f1eb9c9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 40.0px);
}

[id="s-aa514c9f-bf5a-4019-891b-a07e2f1eb9c9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 40.0px);
}

[id="s-aa514c9f-bf5a-4019-891b-a07e2f1eb9c9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 40.0px);
}

[id="s-aa514c9f-bf5a-4019-891b-a07e2f1eb9c9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 40.0px);
}

[id="s-aa514c9f-bf5a-4019-891b-a07e2f1eb9c9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 40.0px);
}

[id="s-aa514c9f-bf5a-4019-891b-a07e2f1eb9c9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 40.0px);
}

}

@media (min-width: 992px) {
[id="s-aa514c9f-bf5a-4019-891b-a07e2f1eb9c9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 40.0px);
}

[id="s-aa514c9f-bf5a-4019-891b-a07e2f1eb9c9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 40.0px);
}

[id="s-aa514c9f-bf5a-4019-891b-a07e2f1eb9c9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 40.0px);
}

[id="s-aa514c9f-bf5a-4019-891b-a07e2f1eb9c9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 40.0px);
}

[id="s-aa514c9f-bf5a-4019-891b-a07e2f1eb9c9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 40.0px);
}

[id="s-aa514c9f-bf5a-4019-891b-a07e2f1eb9c9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 40.0px);
}

[id="s-aa514c9f-bf5a-4019-891b-a07e2f1eb9c9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 40.0px);
}

[id="s-aa514c9f-bf5a-4019-891b-a07e2f1eb9c9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 40.0px);
}

[id="s-aa514c9f-bf5a-4019-891b-a07e2f1eb9c9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 40.0px);
}

[id="s-aa514c9f-bf5a-4019-891b-a07e2f1eb9c9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 40.0px);
}

[id="s-aa514c9f-bf5a-4019-891b-a07e2f1eb9c9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 40.0px);
}

[id="s-aa514c9f-bf5a-4019-891b-a07e2f1eb9c9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 40.0px);
}

}

@media (min-width: 1200px) {
[id="s-aa514c9f-bf5a-4019-891b-a07e2f1eb9c9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 40.0px);
}

[id="s-aa514c9f-bf5a-4019-891b-a07e2f1eb9c9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 40.0px);
}

[id="s-aa514c9f-bf5a-4019-891b-a07e2f1eb9c9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 40.0px);
}

[id="s-aa514c9f-bf5a-4019-891b-a07e2f1eb9c9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 40.0px);
}

[id="s-aa514c9f-bf5a-4019-891b-a07e2f1eb9c9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 40.0px);
}

[id="s-aa514c9f-bf5a-4019-891b-a07e2f1eb9c9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 40.0px);
}

[id="s-aa514c9f-bf5a-4019-891b-a07e2f1eb9c9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 40.0px);
}

[id="s-aa514c9f-bf5a-4019-891b-a07e2f1eb9c9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 40.0px);
}

[id="s-aa514c9f-bf5a-4019-891b-a07e2f1eb9c9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 40.0px);
}

[id="s-aa514c9f-bf5a-4019-891b-a07e2f1eb9c9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 40.0px);
}

[id="s-aa514c9f-bf5a-4019-891b-a07e2f1eb9c9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 40.0px);
}

[id="s-aa514c9f-bf5a-4019-891b-a07e2f1eb9c9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 40.0px);
}

}

#s-3bdbb18f-d960-4a8d-b2f7-6779b49f3c3a {
  min-height: 50px;
}








#s-3bdbb18f-d960-4a8d-b2f7-6779b49f3c3a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3bdbb18f-d960-4a8d-b2f7-6779b49f3c3a.shg-box.shg-c {
  justify-content: center;
}

#s-3d79cccc-21c3-41a2-865c-a8b034375a0a {
  margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-3d79cccc-21c3-41a2-865c-a8b034375a0a .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-192882a6-daf7-4c54-8572-54beff95e476 {
  text-align: center;
}





#s-192882a6-daf7-4c54-8572-54beff95e476 .shogun-image-content {
  
    align-items: center;
  
}

#s-4d3c0933-6291-43bc-b5b1-4e7370d1fb7c {
  min-height: 50px;
}








#s-4d3c0933-6291-43bc-b5b1-4e7370d1fb7c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4d3c0933-6291-43bc-b5b1-4e7370d1fb7c.shg-box.shg-c {
  justify-content: center;
}

#s-8020c76b-fce0-4bc6-af89-794a4c8fc12d {
  text-align: center;
}





#s-8020c76b-fce0-4bc6-af89-794a4c8fc12d .shogun-image-content {
  
    align-items: center;
  
}

#s-7b239b99-5f0f-4a30-9b50-70dda8ca1efb {
  margin-top: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-7b239b99-5f0f-4a30-9b50-70dda8ca1efb .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-21526bb4-34b4-4479-9f76-05ce522bef0f {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 1);
border-style: solid;
margin-top: 50px;
margin-left: 50px;
margin-right: 50px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
min-height: 500px;
}








#s-21526bb4-34b4-4479-9f76-05ce522bef0f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-21526bb4-34b4-4479-9f76-05ce522bef0f.shg-box.shg-c {
  justify-content: flex-start;
}

#s-14bc3029-50fc-4d7a-bf6c-cc107ab0cd54 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
opacity: 1;
}

#s-14bc3029-50fc-4d7a-bf6c-cc107ab0cd54 .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 26px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-67094396-318f-401e-8630-ebc0dcecb626"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-67094396-318f-401e-8630-ebc0dcecb626"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-67094396-318f-401e-8630-ebc0dcecb626"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-67094396-318f-401e-8630-ebc0dcecb626"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-67094396-318f-401e-8630-ebc0dcecb626"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-67094396-318f-401e-8630-ebc0dcecb626"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-67094396-318f-401e-8630-ebc0dcecb626"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-67094396-318f-401e-8630-ebc0dcecb626"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-67094396-318f-401e-8630-ebc0dcecb626"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-67094396-318f-401e-8630-ebc0dcecb626"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-67094396-318f-401e-8630-ebc0dcecb626"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-67094396-318f-401e-8630-ebc0dcecb626"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-67094396-318f-401e-8630-ebc0dcecb626"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-67094396-318f-401e-8630-ebc0dcecb626"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-67094396-318f-401e-8630-ebc0dcecb626"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-67094396-318f-401e-8630-ebc0dcecb626"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-67094396-318f-401e-8630-ebc0dcecb626"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-67094396-318f-401e-8630-ebc0dcecb626"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-67094396-318f-401e-8630-ebc0dcecb626"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-67094396-318f-401e-8630-ebc0dcecb626"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-67094396-318f-401e-8630-ebc0dcecb626"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-67094396-318f-401e-8630-ebc0dcecb626"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-67094396-318f-401e-8630-ebc0dcecb626"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-67094396-318f-401e-8630-ebc0dcecb626"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-67094396-318f-401e-8630-ebc0dcecb626"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-67094396-318f-401e-8630-ebc0dcecb626"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-67094396-318f-401e-8630-ebc0dcecb626"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-67094396-318f-401e-8630-ebc0dcecb626"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-67094396-318f-401e-8630-ebc0dcecb626"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-67094396-318f-401e-8630-ebc0dcecb626"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-67094396-318f-401e-8630-ebc0dcecb626"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-67094396-318f-401e-8630-ebc0dcecb626"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-67094396-318f-401e-8630-ebc0dcecb626"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-67094396-318f-401e-8630-ebc0dcecb626"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-67094396-318f-401e-8630-ebc0dcecb626"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-67094396-318f-401e-8630-ebc0dcecb626"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-67094396-318f-401e-8630-ebc0dcecb626"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-67094396-318f-401e-8630-ebc0dcecb626"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-2b7f320c-6ae1-4781-886a-ec35d8aa9702 {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2b7f320c-6ae1-4781-886a-ec35d8aa9702 {
  margin-top: 30px;
margin-bottom: 30px;
}
}
#s-2b7f320c-6ae1-4781-886a-ec35d8aa9702 {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-image-wrapper img.shogun-image {
  width: 100%;
}

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
}

.shg-product-image-wrapper {
  display: none;
  position: relative;
  width: 100%;
}

.shg-product-image-wrapper.visible {
  display: inline-block;
}

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto;
}

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto;
}

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%;
  }
}

#s-014c50e3-4d7a-4179-a064-0a1ae6f1b176 {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 1);
border-style: solid;
border-top-width: 0px;
border-left-width: 00px;
border-bottom-width: 0px;
border-right-width: 00px;
border-color: rgba(117, 114, 114, 0.32);
text-align: left;
}


.shg-c#s-014c50e3-4d7a-4179-a064-0a1ae6f1b176 {
  max-width: 100%;
}

.shg-c#s-014c50e3-4d7a-4179-a064-0a1ae6f1b176 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-014c50e3-4d7a-4179-a064-0a1ae6f1b176 .shg-image-zoom,
.shg-c#s-014c50e3-4d7a-4179-a064-0a1ae6f1b176 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-014c50e3-4d7a-4179-a064-0a1ae6f1b176 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-014c50e3-4d7a-4179-a064-0a1ae6f1b176 {
  max-width: 100%;
}

.shg-c#s-014c50e3-4d7a-4179-a064-0a1ae6f1b176 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-014c50e3-4d7a-4179-a064-0a1ae6f1b176 .shg-image-zoom,
.shg-c#s-014c50e3-4d7a-4179-a064-0a1ae6f1b176 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-014c50e3-4d7a-4179-a064-0a1ae6f1b176 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-014c50e3-4d7a-4179-a064-0a1ae6f1b176 {
  max-width: 100%;
}

.shg-c#s-014c50e3-4d7a-4179-a064-0a1ae6f1b176 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-014c50e3-4d7a-4179-a064-0a1ae6f1b176 .shg-image-zoom,
.shg-c#s-014c50e3-4d7a-4179-a064-0a1ae6f1b176 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-014c50e3-4d7a-4179-a064-0a1ae6f1b176 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-014c50e3-4d7a-4179-a064-0a1ae6f1b176 {
  max-width: 100%;
}

.shg-c#s-014c50e3-4d7a-4179-a064-0a1ae6f1b176 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-014c50e3-4d7a-4179-a064-0a1ae6f1b176 .shg-image-zoom,
.shg-c#s-014c50e3-4d7a-4179-a064-0a1ae6f1b176 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-014c50e3-4d7a-4179-a064-0a1ae6f1b176 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-014c50e3-4d7a-4179-a064-0a1ae6f1b176 {
  max-width: 100%;
}

.shg-c#s-014c50e3-4d7a-4179-a064-0a1ae6f1b176 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-014c50e3-4d7a-4179-a064-0a1ae6f1b176 .shg-image-zoom,
.shg-c#s-014c50e3-4d7a-4179-a064-0a1ae6f1b176 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-014c50e3-4d7a-4179-a064-0a1ae6f1b176 .shg-image-zoom {
  
    margin-left: 0px;
  
}

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

.shg-product-title-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-e87b7419-b16a-4e25-9613-ef50efc2e7a4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(0, 0, 0, 0);
}

#s-e87b7419-b16a-4e25-9613-ef50efc2e7a4 .shg-product-title-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  500 ;
  font-family: Asap;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
}

#s-59a59104-e50c-4023-ae0d-5a2f5dee92e0 {
  text-align: center;
}

#s-59a59104-e50c-4023-ae0d-5a2f5dee92e0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 17px;
  font-weight:   ;
  font-family: Asap;
  font-style:  normal ;
}

#s-59a59104-e50c-4023-ae0d-5a2f5dee92e0 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Asap;
  font-style:  normal ;
  font-size: 17px;
}

#s-59a59104-e50c-4023-ae0d-5a2f5dee92e0 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(68, 68, 68, 1);
  font-weight:  normal ;
  font-family: Asap;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

@media (min-width: 768px) and (max-width: 991px){#s-c408be04-f959-453e-9cf9-6b31955804e5 {
  margin-top: 20px;
margin-bottom: 20px;
}
}
#s-c408be04-f959-453e-9cf9-6b31955804e5 {
  display: none;
}
#s-7bddd905-c099-4cf8-9359-fc0de1bf77f6 {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 1);
border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(117, 114, 114, 0.32);
text-align: left;
}


.shg-c#s-7bddd905-c099-4cf8-9359-fc0de1bf77f6 {
  max-width: 100%;
}

.shg-c#s-7bddd905-c099-4cf8-9359-fc0de1bf77f6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7bddd905-c099-4cf8-9359-fc0de1bf77f6 .shg-image-zoom,
.shg-c#s-7bddd905-c099-4cf8-9359-fc0de1bf77f6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7bddd905-c099-4cf8-9359-fc0de1bf77f6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-7bddd905-c099-4cf8-9359-fc0de1bf77f6 {
  max-width: 100%;
}

.shg-c#s-7bddd905-c099-4cf8-9359-fc0de1bf77f6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7bddd905-c099-4cf8-9359-fc0de1bf77f6 .shg-image-zoom,
.shg-c#s-7bddd905-c099-4cf8-9359-fc0de1bf77f6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7bddd905-c099-4cf8-9359-fc0de1bf77f6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7bddd905-c099-4cf8-9359-fc0de1bf77f6 {
  max-width: 100%;
}

.shg-c#s-7bddd905-c099-4cf8-9359-fc0de1bf77f6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7bddd905-c099-4cf8-9359-fc0de1bf77f6 .shg-image-zoom,
.shg-c#s-7bddd905-c099-4cf8-9359-fc0de1bf77f6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7bddd905-c099-4cf8-9359-fc0de1bf77f6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7bddd905-c099-4cf8-9359-fc0de1bf77f6 {
  max-width: 100%;
}

.shg-c#s-7bddd905-c099-4cf8-9359-fc0de1bf77f6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7bddd905-c099-4cf8-9359-fc0de1bf77f6 .shg-image-zoom,
.shg-c#s-7bddd905-c099-4cf8-9359-fc0de1bf77f6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7bddd905-c099-4cf8-9359-fc0de1bf77f6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-7bddd905-c099-4cf8-9359-fc0de1bf77f6 {
  max-width: 100%;
}

.shg-c#s-7bddd905-c099-4cf8-9359-fc0de1bf77f6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7bddd905-c099-4cf8-9359-fc0de1bf77f6 .shg-image-zoom,
.shg-c#s-7bddd905-c099-4cf8-9359-fc0de1bf77f6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7bddd905-c099-4cf8-9359-fc0de1bf77f6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-dce101e1-f90e-4af9-8e3a-6306d173ac5e {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(0, 0, 0, 0);
}

#s-dce101e1-f90e-4af9-8e3a-6306d173ac5e .shg-product-title-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  500 ;
  font-family: Asap;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
}

#s-30f68caf-21f9-4a34-9191-60222a881eb4 {
  text-align: center;
}

#s-30f68caf-21f9-4a34-9191-60222a881eb4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 17px;
  font-weight:   ;
  font-family: Asap;
  font-style:  normal ;
}

#s-30f68caf-21f9-4a34-9191-60222a881eb4 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Asap;
  font-style:  normal ;
  font-size: 17px;
}

#s-30f68caf-21f9-4a34-9191-60222a881eb4 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(68, 68, 68, 1);
  font-weight:  normal ;
  font-family: Asap;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-1044455f-dd1b-498f-8400-79bc050d9fd1 {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1044455f-dd1b-498f-8400-79bc050d9fd1 {
  margin-top: 0px;
margin-bottom: 0px;
}
}
#s-1044455f-dd1b-498f-8400-79bc050d9fd1 {
  display: none;
}
#s-0286b48c-9e20-4acc-9e80-cd1e4dd0a427 {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 1);
border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(117, 114, 114, 0.32);
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-0286b48c-9e20-4acc-9e80-cd1e4dd0a427 {
  margin-top: 0px;
margin-bottom: 0px;
}
}

.shg-c#s-0286b48c-9e20-4acc-9e80-cd1e4dd0a427 {
  max-width: 100%;
}

.shg-c#s-0286b48c-9e20-4acc-9e80-cd1e4dd0a427 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0286b48c-9e20-4acc-9e80-cd1e4dd0a427 .shg-image-zoom,
.shg-c#s-0286b48c-9e20-4acc-9e80-cd1e4dd0a427 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0286b48c-9e20-4acc-9e80-cd1e4dd0a427 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-0286b48c-9e20-4acc-9e80-cd1e4dd0a427 {
  max-width: 100%;
}

.shg-c#s-0286b48c-9e20-4acc-9e80-cd1e4dd0a427 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0286b48c-9e20-4acc-9e80-cd1e4dd0a427 .shg-image-zoom,
.shg-c#s-0286b48c-9e20-4acc-9e80-cd1e4dd0a427 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0286b48c-9e20-4acc-9e80-cd1e4dd0a427 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0286b48c-9e20-4acc-9e80-cd1e4dd0a427 {
  max-width: 100%;
}

.shg-c#s-0286b48c-9e20-4acc-9e80-cd1e4dd0a427 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0286b48c-9e20-4acc-9e80-cd1e4dd0a427 .shg-image-zoom,
.shg-c#s-0286b48c-9e20-4acc-9e80-cd1e4dd0a427 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0286b48c-9e20-4acc-9e80-cd1e4dd0a427 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0286b48c-9e20-4acc-9e80-cd1e4dd0a427 {
  max-width: 100%;
}

.shg-c#s-0286b48c-9e20-4acc-9e80-cd1e4dd0a427 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0286b48c-9e20-4acc-9e80-cd1e4dd0a427 .shg-image-zoom,
.shg-c#s-0286b48c-9e20-4acc-9e80-cd1e4dd0a427 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0286b48c-9e20-4acc-9e80-cd1e4dd0a427 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-0286b48c-9e20-4acc-9e80-cd1e4dd0a427 {
  max-width: 100%;
}

.shg-c#s-0286b48c-9e20-4acc-9e80-cd1e4dd0a427 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0286b48c-9e20-4acc-9e80-cd1e4dd0a427 .shg-image-zoom,
.shg-c#s-0286b48c-9e20-4acc-9e80-cd1e4dd0a427 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0286b48c-9e20-4acc-9e80-cd1e4dd0a427 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-a227a590-ef4b-4a4f-b9d9-2aaad5a883be {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(0, 0, 0, 0);
}

#s-a227a590-ef4b-4a4f-b9d9-2aaad5a883be .shg-product-title-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  500 ;
  font-family: Asap;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
}

#s-1bd22189-fc9b-4766-8401-ca3cbefa7e75 {
  text-align: center;
}

#s-1bd22189-fc9b-4766-8401-ca3cbefa7e75 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 17px;
  font-weight:   ;
  font-family: Asap;
  font-style:  normal ;
}

#s-1bd22189-fc9b-4766-8401-ca3cbefa7e75 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Asap;
  font-style:  normal ;
  font-size: 17px;
}

#s-1bd22189-fc9b-4766-8401-ca3cbefa7e75 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(68, 68, 68, 1);
  font-weight:  normal ;
  font-family: Asap;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-20fd29a5-60b8-41cf-b8b5-b34b8578e1ea {
  margin-top: 20px;
margin-bottom: 20px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-20fd29a5-60b8-41cf-b8b5-b34b8578e1ea {
  margin-top: 40px;
margin-bottom: 40px;
}
}
#s-20fd29a5-60b8-41cf-b8b5-b34b8578e1ea {
  display: none;
}
#s-c0f5d906-6a24-434a-b527-dc214329bd52 {
  box-shadow:1px 1px 0px 0px rgba(255, 255, 255, 1);
border-style: solid;
border-top-width: 00px;
border-left-width: 00px;
border-bottom-width: 00px;
border-right-width: 00px;
border-color: rgba(117, 114, 114, 0.32);
text-align: left;
}


.shg-c#s-c0f5d906-6a24-434a-b527-dc214329bd52 {
  max-width: 100%;
}

.shg-c#s-c0f5d906-6a24-434a-b527-dc214329bd52 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c0f5d906-6a24-434a-b527-dc214329bd52 .shg-image-zoom,
.shg-c#s-c0f5d906-6a24-434a-b527-dc214329bd52 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c0f5d906-6a24-434a-b527-dc214329bd52 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-c0f5d906-6a24-434a-b527-dc214329bd52 {
  max-width: 100%;
}

.shg-c#s-c0f5d906-6a24-434a-b527-dc214329bd52 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c0f5d906-6a24-434a-b527-dc214329bd52 .shg-image-zoom,
.shg-c#s-c0f5d906-6a24-434a-b527-dc214329bd52 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c0f5d906-6a24-434a-b527-dc214329bd52 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c0f5d906-6a24-434a-b527-dc214329bd52 {
  max-width: 100%;
}

.shg-c#s-c0f5d906-6a24-434a-b527-dc214329bd52 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c0f5d906-6a24-434a-b527-dc214329bd52 .shg-image-zoom,
.shg-c#s-c0f5d906-6a24-434a-b527-dc214329bd52 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c0f5d906-6a24-434a-b527-dc214329bd52 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c0f5d906-6a24-434a-b527-dc214329bd52 {
  max-width: 100%;
}

.shg-c#s-c0f5d906-6a24-434a-b527-dc214329bd52 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c0f5d906-6a24-434a-b527-dc214329bd52 .shg-image-zoom,
.shg-c#s-c0f5d906-6a24-434a-b527-dc214329bd52 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c0f5d906-6a24-434a-b527-dc214329bd52 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-c0f5d906-6a24-434a-b527-dc214329bd52 {
  max-width: 100%;
}

.shg-c#s-c0f5d906-6a24-434a-b527-dc214329bd52 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c0f5d906-6a24-434a-b527-dc214329bd52 .shg-image-zoom,
.shg-c#s-c0f5d906-6a24-434a-b527-dc214329bd52 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c0f5d906-6a24-434a-b527-dc214329bd52 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-578ed164-4ee0-431e-97e6-a9184c17ef63 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-578ed164-4ee0-431e-97e6-a9184c17ef63 {
  margin-top: 0px;
margin-bottom: 20px;
}
}
#s-578ed164-4ee0-431e-97e6-a9184c17ef63 .shg-product-title-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  500 ;
  font-family: Asap;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
}

#s-b45683da-d024-4f99-9a02-0710494ef1f9 {
  text-align: center;
}

#s-b45683da-d024-4f99-9a02-0710494ef1f9 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 17px;
  font-weight:   ;
  font-family: Asap;
  font-style:  normal ;
}

#s-b45683da-d024-4f99-9a02-0710494ef1f9 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Asap;
  font-style:  normal ;
  font-size: 17px;
}

#s-b45683da-d024-4f99-9a02-0710494ef1f9 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(68, 68, 68, 1);
  font-weight:  normal ;
  font-family: Asap;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen
  and (min-width: 1024px) and (max-height: 1366px)
  and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none)
  and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
	opacity: 0;
}
.shogun-lazyloaded {
	opacity: 1;
	transition: opacity 300ms;
}
