.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shg-sld-slides {
  word-break: break-word;
  position: relative;
}

.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 > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.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;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

@media (max-width: 767px){#s-0500b909-fe18-4b41-91d9-040cef91ed45 {
  display: none;
}
#s-0500b909-fe18-4b41-91d9-040cef91ed45, #wrap-s-0500b909-fe18-4b41-91d9-040cef91ed45 { display:none !important; }}
#s-0500b909-fe18-4b41-91d9-040cef91ed45 .shg-sld-dot {
  background-color: rgba(0, 0, 0, 1);
}

#s-0500b909-fe18-4b41-91d9-040cef91ed45 .shg-sld-nav-button.shg-sld-left,
#s-0500b909-fe18-4b41-91d9-040cef91ed45 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(0, 0, 0, 1);
}

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

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

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

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

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

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

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

.shg-box-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 0;
  transform: translateZ(0px);
}

#s-e8253aeb-c5c2-4083-b8ea-c410bfb9c944 {
  background-image: url(https://i.shgcdn.com/c289fb9b-6bbc-4a16-9bc5-100c68ae8daa/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 5%;
padding-bottom: 0%;
padding-right: 5%;
min-height: 700px;
background-position: center center;
}
@media (max-width: 767px){#s-e8253aeb-c5c2-4083-b8ea-c410bfb9c944 {
  
}
}







#s-e8253aeb-c5c2-4083-b8ea-c410bfb9c944 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.4;
}#s-e8253aeb-c5c2-4083-b8ea-c410bfb9c944.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

.shg-default-text-content p {
  font-size: 1em;
  font-weight: 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 {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  padding-inline-start: 40px;
}

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

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

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

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

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

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

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

#s-eebbc52a-b7b7-4ea6-82c5-c3e127568d49 {
  padding-top: 2%;
padding-bottom: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-eebbc52a-b7b7-4ea6-82c5-c3e127568d49 {
  display: none;
}
#s-eebbc52a-b7b7-4ea6-82c5-c3e127568d49, #wrap-s-eebbc52a-b7b7-4ea6-82c5-c3e127568d49 { display:none !important; }}@media (max-width: 767px){#s-eebbc52a-b7b7-4ea6-82c5-c3e127568d49 {
  display: none;
}
#s-eebbc52a-b7b7-4ea6-82c5-c3e127568d49, #wrap-s-eebbc52a-b7b7-4ea6-82c5-c3e127568d49 { display:none !important; }}
@media (min-width: 0px) {
[id="s-eebbc52a-b7b7-4ea6-82c5-c3e127568d49"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-eebbc52a-b7b7-4ea6-82c5-c3e127568d49"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-eebbc52a-b7b7-4ea6-82c5-c3e127568d49"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-eebbc52a-b7b7-4ea6-82c5-c3e127568d49"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-eebbc52a-b7b7-4ea6-82c5-c3e127568d49"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-eebbc52a-b7b7-4ea6-82c5-c3e127568d49"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-eebbc52a-b7b7-4ea6-82c5-c3e127568d49"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-eebbc52a-b7b7-4ea6-82c5-c3e127568d49"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-eebbc52a-b7b7-4ea6-82c5-c3e127568d49"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-eebbc52a-b7b7-4ea6-82c5-c3e127568d49"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

.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-4328e188-242d-4307-bc64-3ccfa37d9d11 {
  box-shadow:0px 0px 0px 0px ;
padding-top: 20px;
padding-left: 30px;
padding-bottom: 20px;
padding-right: 30px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-4328e188-242d-4307-bc64-3ccfa37d9d11:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(6, 6, 6, 1) !important;}#s-4328e188-242d-4307-bc64-3ccfa37d9d11:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4328e188-242d-4307-bc64-3ccfa37d9d11.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-7ae46f0d-5db6-42f3-894e-fd199371328a {
  box-shadow:0px 0px 0px 0px ;
border-style: solid;
padding-top: 20px;
padding-left: 30px;
padding-bottom: 20px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 2px;
background-color: rgba(0, 0, 0, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-7ae46f0d-5db6-42f3-894e-fd199371328a:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(6, 6, 6, 1) !important;}#s-7ae46f0d-5db6-42f3-894e-fd199371328a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7ae46f0d-5db6-42f3-894e-fd199371328a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}

@media (min-width: 1200px){#s-bb8d9d9c-2fc9-4217-aa84-02e09f01412f {
  display: none;
}
#s-bb8d9d9c-2fc9-4217-aa84-02e09f01412f, #wrap-s-bb8d9d9c-2fc9-4217-aa84-02e09f01412f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bb8d9d9c-2fc9-4217-aa84-02e09f01412f {
  display: none;
}
#s-bb8d9d9c-2fc9-4217-aa84-02e09f01412f, #wrap-s-bb8d9d9c-2fc9-4217-aa84-02e09f01412f { display:none !important; }}@media (max-width: 767px){#s-bb8d9d9c-2fc9-4217-aa84-02e09f01412f {
  display: none;
}
#s-bb8d9d9c-2fc9-4217-aa84-02e09f01412f, #wrap-s-bb8d9d9c-2fc9-4217-aa84-02e09f01412f { display:none !important; }}
@media (min-width: 0px) {
[id="s-bb8d9d9c-2fc9-4217-aa84-02e09f01412f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bb8d9d9c-2fc9-4217-aa84-02e09f01412f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-bb8d9d9c-2fc9-4217-aa84-02e09f01412f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-bb8d9d9c-2fc9-4217-aa84-02e09f01412f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-3ef6c6d3-b393-4437-82c7-aa8f21d54d99 {
  box-shadow:0px 0px 0px 0px ;
padding-top: 20px;
padding-left: 30px;
padding-bottom: 20px;
padding-right: 30px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-3ef6c6d3-b393-4437-82c7-aa8f21d54d99:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(6, 6, 6, 1) !important;}#s-3ef6c6d3-b393-4437-82c7-aa8f21d54d99:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3ef6c6d3-b393-4437-82c7-aa8f21d54d99.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-ebe63616-3dba-4607-a573-9981136a77b2 {
  box-shadow:0px 0px 0px 0px ;
border-style: solid;
padding-top: 20px;
padding-left: 30px;
padding-bottom: 20px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 2px;
background-color: rgba(0, 0, 0, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-ebe63616-3dba-4607-a573-9981136a77b2:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(6, 6, 6, 1) !important;}#s-ebe63616-3dba-4607-a573-9981136a77b2:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ebe63616-3dba-4607-a573-9981136a77b2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-31afd0a4-ecdd-4472-b6f6-a5ef517e4d04 {
  background-image: url(https://i.shgcdn.com/28ea0303-2932-462e-ac16-d6111f9116e0/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 5%;
padding-bottom: 0%;
padding-right: 5%;
min-height: 700px;
background-position: center center;
}
@media (max-width: 767px){#s-31afd0a4-ecdd-4472-b6f6-a5ef517e4d04 {
  
}
}







#s-31afd0a4-ecdd-4472-b6f6-a5ef517e4d04 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.4;
}#s-31afd0a4-ecdd-4472-b6f6-a5ef517e4d04.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-8a91d701-21ce-4387-9e95-389b4e04cef7 {
  display: none;
}
#s-8a91d701-21ce-4387-9e95-389b4e04cef7, #wrap-s-8a91d701-21ce-4387-9e95-389b4e04cef7 { display:none !important; }}@media (max-width: 767px){#s-8a91d701-21ce-4387-9e95-389b4e04cef7 {
  display: none;
}
#s-8a91d701-21ce-4387-9e95-389b4e04cef7, #wrap-s-8a91d701-21ce-4387-9e95-389b4e04cef7 { display:none !important; }}
@media (min-width: 0px) {
[id="s-8a91d701-21ce-4387-9e95-389b4e04cef7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8a91d701-21ce-4387-9e95-389b4e04cef7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8a91d701-21ce-4387-9e95-389b4e04cef7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-8a91d701-21ce-4387-9e95-389b4e04cef7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8a91d701-21ce-4387-9e95-389b4e04cef7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8a91d701-21ce-4387-9e95-389b4e04cef7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-8a91d701-21ce-4387-9e95-389b4e04cef7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8a91d701-21ce-4387-9e95-389b4e04cef7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8a91d701-21ce-4387-9e95-389b4e04cef7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-8a91d701-21ce-4387-9e95-389b4e04cef7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-858aba61-3242-46da-9406-b1fcc61a1546 {
  box-shadow:0px 0px 0px 0px ;
padding-top: 20px;
padding-left: 30px;
padding-bottom: 20px;
padding-right: 30px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-858aba61-3242-46da-9406-b1fcc61a1546:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(6, 6, 6, 1) !important;}#s-858aba61-3242-46da-9406-b1fcc61a1546:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-858aba61-3242-46da-9406-b1fcc61a1546.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-c7ea017f-a907-4377-948b-61213582a948 {
  box-shadow:0px 0px 0px 0px ;
border-style: solid;
padding-top: 20px;
padding-left: 30px;
padding-bottom: 20px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 2px;
background-color: rgba(0, 0, 0, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-c7ea017f-a907-4377-948b-61213582a948:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(6, 6, 6, 1) !important;}#s-c7ea017f-a907-4377-948b-61213582a948:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c7ea017f-a907-4377-948b-61213582a948.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}

@media (min-width: 1200px){#s-5f9cf00f-d922-484c-94fd-ae5802db894a {
  display: none;
}
#s-5f9cf00f-d922-484c-94fd-ae5802db894a, #wrap-s-5f9cf00f-d922-484c-94fd-ae5802db894a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5f9cf00f-d922-484c-94fd-ae5802db894a {
  display: none;
}
#s-5f9cf00f-d922-484c-94fd-ae5802db894a, #wrap-s-5f9cf00f-d922-484c-94fd-ae5802db894a { display:none !important; }}@media (max-width: 767px){#s-5f9cf00f-d922-484c-94fd-ae5802db894a {
  display: none;
}
#s-5f9cf00f-d922-484c-94fd-ae5802db894a, #wrap-s-5f9cf00f-d922-484c-94fd-ae5802db894a { display:none !important; }}
@media (min-width: 0px) {
[id="s-5f9cf00f-d922-484c-94fd-ae5802db894a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5f9cf00f-d922-484c-94fd-ae5802db894a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-5f9cf00f-d922-484c-94fd-ae5802db894a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-5f9cf00f-d922-484c-94fd-ae5802db894a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-8122fec7-a367-4d14-ade6-031f0c3feb21 {
  box-shadow:0px 0px 0px 0px ;
padding-top: 20px;
padding-left: 30px;
padding-bottom: 20px;
padding-right: 30px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-8122fec7-a367-4d14-ade6-031f0c3feb21:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(6, 6, 6, 1) !important;}#s-8122fec7-a367-4d14-ade6-031f0c3feb21:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8122fec7-a367-4d14-ade6-031f0c3feb21.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-dd1a16fe-7258-4adf-be0d-439a1a646e21 {
  box-shadow:0px 0px 0px 0px ;
border-style: solid;
padding-top: 20px;
padding-left: 30px;
padding-bottom: 20px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 2px;
background-color: rgba(0, 0, 0, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-dd1a16fe-7258-4adf-be0d-439a1a646e21:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(6, 6, 6, 1) !important;}#s-dd1a16fe-7258-4adf-be0d-439a1a646e21:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-dd1a16fe-7258-4adf-be0d-439a1a646e21.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-db968488-30eb-4eba-9baf-4a25662840e3 {
  background-image: url(https://i.shgcdn.com/ad906b68-d59a-44a6-abd4-6a15c762efef/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 5%;
padding-bottom: 0%;
padding-right: 5%;
min-height: 700px;
background-position: center center;
}
@media (max-width: 767px){#s-db968488-30eb-4eba-9baf-4a25662840e3 {
  
}
}







#s-db968488-30eb-4eba-9baf-4a25662840e3 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.4;
}#s-db968488-30eb-4eba-9baf-4a25662840e3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-b2455214-25f1-4b16-959c-53cbcedcce58"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b2455214-25f1-4b16-959c-53cbcedcce58"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b2455214-25f1-4b16-959c-53cbcedcce58"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b2455214-25f1-4b16-959c-53cbcedcce58"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-9456fffd-34e3-4fbb-acd0-78642c91ea16 {
  box-shadow:0px 0px 0px 0px ;
border-style: solid;
padding-top: 15px;
padding-left: 25px;
padding-bottom: 15px;
padding-right: 25px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(0, 0, 0, 1);
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: right;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-9456fffd-34e3-4fbb-acd0-78642c91ea16:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 0px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(6, 6, 6, 1) !important;}#s-9456fffd-34e3-4fbb-acd0-78642c91ea16:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9456fffd-34e3-4fbb-acd0-78642c91ea16.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-de97f09f-4cde-4c64-88c0-1c7f31fddc6e {
  box-shadow:0px 0px 0px 0px ;
border-style: solid;
padding-top: 15px;
padding-left: 25px;
padding-bottom: 15px;
padding-right: 25px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 2px;
background-color: rgba(0, 0, 0, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-de97f09f-4cde-4c64-88c0-1c7f31fddc6e:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(6, 6, 6, 1) !important;}#s-de97f09f-4cde-4c64-88c0-1c7f31fddc6e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-de97f09f-4cde-4c64-88c0-1c7f31fddc6e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-6a556af9-5bf3-44f9-8c05-913742796733 {
  background-image: url(https://i.shgcdn.com/9fb4cd64-6c5e-4d98-9506-0b4a11847e12/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-left: 0%;
margin-right: 0%;
padding-left: 5%;
padding-bottom: 6%;
padding-right: 5%;
background-position: center center;
}
@media (max-width: 767px){#s-6a556af9-5bf3-44f9-8c05-913742796733 {
  display: none;
}
#s-6a556af9-5bf3-44f9-8c05-913742796733, #wrap-s-6a556af9-5bf3-44f9-8c05-913742796733 { display:none !important; }}







#s-6a556af9-5bf3-44f9-8c05-913742796733 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-6a556af9-5bf3-44f9-8c05-913742796733.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8666500b-b311-44ce-aaf3-6f59d93067f8 {
  margin-top: -50px;
}

@media (min-width: 0px) {
[id="s-8666500b-b311-44ce-aaf3-6f59d93067f8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8666500b-b311-44ce-aaf3-6f59d93067f8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8666500b-b311-44ce-aaf3-6f59d93067f8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8666500b-b311-44ce-aaf3-6f59d93067f8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-545f1c8e-bd82-433a-ae46-92ca193ae321 {
  padding-top: 10%;
padding-left: 10%;
padding-bottom: 10%;
padding-right: 10%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-545f1c8e-bd82-433a-ae46-92ca193ae321 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-545f1c8e-bd82-433a-ae46-92ca193ae321.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  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-53844a72-2743-4cbb-9736-e8346c058b1f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-53844a72-2743-4cbb-9736-e8346c058b1f .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-296ac94b-ab23-4f86-8d4c-7209708a808f {
  padding-top: 10%;
padding-left: 10%;
padding-bottom: 10%;
padding-right: 10%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-296ac94b-ab23-4f86-8d4c-7209708a808f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-296ac94b-ab23-4f86-8d4c-7209708a808f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-23ff1a03-35de-4326-96ce-91ecc7f99d7d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-23ff1a03-35de-4326-96ce-91ecc7f99d7d .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-acb4c2c7-1df3-42db-b26d-e2258343f71d {
  padding-top: 10%;
padding-left: 10%;
padding-bottom: 10%;
padding-right: 10%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-acb4c2c7-1df3-42db-b26d-e2258343f71d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-acb4c2c7-1df3-42db-b26d-e2258343f71d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f98c0474-ccc6-4ed7-b19a-d82020133b04 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f98c0474-ccc6-4ed7-b19a-d82020133b04 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-8d9cccd7-8eac-4c27-b5fc-607c442ab6de {
  margin-top: 7%;
margin-bottom: 0%;
}

@media (min-width: 0px) {
[id="s-8d9cccd7-8eac-4c27-b5fc-607c442ab6de"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8d9cccd7-8eac-4c27-b5fc-607c442ab6de"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8d9cccd7-8eac-4c27-b5fc-607c442ab6de"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8d9cccd7-8eac-4c27-b5fc-607c442ab6de"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-a1a306ae-d3b1-480b-9b74-9de4e7d59044 {
  text-align: left;
}

#s-a1a306ae-d3b1-480b-9b74-9de4e7d59044 .shogun-heading-component h1 {
  color: #000;
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-cb7110d8-49e5-4cbd-95a4-b68dc21a9e2c {
  margin-bottom: 10px;
}

#s-c138fe66-6be9-46cf-bed6-83db64ab9e12 {
  box-shadow:0px 0px 0px 0px ;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(232, 108, 11, 1);
text-align: right;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-c138fe66-6be9-46cf-bed6-83db64ab9e12:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(6, 6, 6, 1) !important;}#s-c138fe66-6be9-46cf-bed6-83db64ab9e12:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c138fe66-6be9-46cf-bed6-83db64ab9e12.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-7257e9d4-f3a9-4394-b2c4-d1c865d98e18 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-7257e9d4-f3a9-4394-b2c4-d1c865d98e18 {
  display: none;
}
#s-7257e9d4-f3a9-4394-b2c4-d1c865d98e18, #wrap-s-7257e9d4-f3a9-4394-b2c4-d1c865d98e18 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7257e9d4-f3a9-4394-b2c4-d1c865d98e18 {
  display: none;
}
#s-7257e9d4-f3a9-4394-b2c4-d1c865d98e18, #wrap-s-7257e9d4-f3a9-4394-b2c4-d1c865d98e18 { display:none !important; }}@media (max-width: 767px){#s-7257e9d4-f3a9-4394-b2c4-d1c865d98e18 {
  display: none;
}
#s-7257e9d4-f3a9-4394-b2c4-d1c865d98e18, #wrap-s-7257e9d4-f3a9-4394-b2c4-d1c865d98e18 { display:none !important; }}
#s-7257e9d4-f3a9-4394-b2c4-d1c865d98e18 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-7257e9d4-f3a9-4394-b2c4-d1c865d98e18 .shg-sld-nav-button.shg-sld-left,
#s-7257e9d4-f3a9-4394-b2c4-d1c865d98e18 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-a327e0f4-2a21-4978-91b3-fffe9d0cf45f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a327e0f4-2a21-4978-91b3-fffe9d0cf45f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a327e0f4-2a21-4978-91b3-fffe9d0cf45f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a327e0f4-2a21-4978-91b3-fffe9d0cf45f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-4a8df959-d6bd-4ef9-8d3b-6dd6c8bf387e {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-4a8df959-d6bd-4ef9-8d3b-6dd6c8bf387e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4a8df959-d6bd-4ef9-8d3b-6dd6c8bf387e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-align-container {
  box-sizing: border-box;
}

.shg-image-content-wrapper {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-imageV2-content {
  text-align: initial;
}

.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-aa347872-1c75-43f0-ab33-1febaccbcc29 {
  text-align: center;
}







  img.s-aa347872-1c75-43f0-ab33-1febaccbcc29.shogun-image {
    
    
  }


.s-aa347872-1c75-43f0-ab33-1febaccbcc29 .shogun-image-content {
  
    align-items: center;
  
}

.s-aa347872-1c75-43f0-ab33-1febaccbcc29.shg-align-container {
  text-align: center
}

.s-aa347872-1c75-43f0-ab33-1febaccbcc29.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa347872-1c75-43f0-ab33-1febaccbcc29.shogun-image {
  box-sizing: border-box;
}



#s-b8b7339c-46a4-4ed0-866f-28adf185d2f0 {
  padding-top: 0%;
padding-bottom: 0%;
}

@media (min-width: 0px) {
[id="s-b8b7339c-46a4-4ed0-866f-28adf185d2f0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b8b7339c-46a4-4ed0-866f-28adf185d2f0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b8b7339c-46a4-4ed0-866f-28adf185d2f0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b8b7339c-46a4-4ed0-866f-28adf185d2f0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b8b7339c-46a4-4ed0-866f-28adf185d2f0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b8b7339c-46a4-4ed0-866f-28adf185d2f0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b8b7339c-46a4-4ed0-866f-28adf185d2f0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-d1dce8ae-9a34-42f9-87e9-9f3c09208e02 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d1dce8ae-9a34-42f9-87e9-9f3c09208e02 .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-d1dce8ae-9a34-42f9-87e9-9f3c09208e02 .shogun-heading-component h3 a {
  color: #000;
}


#s-1b236306-6e66-46ad-bae4-d1131b8dbd14 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: right;
}

#s-1b236306-6e66-46ad-bae4-d1131b8dbd14 .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: right;
}



@media (min-width: 0px) {
[id="s-06b98a45-d04a-4aa3-ae33-ce6a46c14217"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-06b98a45-d04a-4aa3-ae33-ce6a46c14217"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-06b98a45-d04a-4aa3-ae33-ce6a46c14217"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-06b98a45-d04a-4aa3-ae33-ce6a46c14217"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f5225eb9-dd41-4d15-b986-b37b0875551f {
  display: none;
}
.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-product-atc-wrapper {
  position: relative;
}

.shg-product-atc-btn {
  position: relative;
  z-index: 2;
  display: block;
  border: none;
  align-items: normal;
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity 200ms linear;
  opacity: 1;
}

.shg-product-atc-btn-opaque {
  opacity: 0;
}

.shg-product-atc-info-box {
  position: absolute;
  z-index: 1;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

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

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

#s-adf61988-012f-43c4-a775-07ae94c8f8dc {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-adf61988-012f-43c4-a775-07ae94c8f8dc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-adf61988-012f-43c4-a775-07ae94c8f8dc:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-adf61988-012f-43c4-a775-07ae94c8f8dc {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-adf61988-012f-43c4-a775-07ae94c8f8dc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-adf61988-012f-43c4-a775-07ae94c8f8dc.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-adf61988-012f-43c4-a775-07ae94c8f8dc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-24952bbf-30aa-4579-ab64-6ffaa34d084b {
  text-align: right;
}







  img.s-24952bbf-30aa-4579-ab64-6ffaa34d084b.shogun-image {
    
    
  }


.s-24952bbf-30aa-4579-ab64-6ffaa34d084b .shogun-image-content {
  
    align-items: center;
  
}

.s-24952bbf-30aa-4579-ab64-6ffaa34d084b.shg-align-container {
  text-align: right
}

.s-24952bbf-30aa-4579-ab64-6ffaa34d084b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24952bbf-30aa-4579-ab64-6ffaa34d084b.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 0px) {
[id="s-77c5145f-916c-4056-ad8e-a8f98dbc7153"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-77c5145f-916c-4056-ad8e-a8f98dbc7153"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-77c5145f-916c-4056-ad8e-a8f98dbc7153"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-77c5145f-916c-4056-ad8e-a8f98dbc7153"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-6c38569d-0a1a-42ce-a929-aaeae01b4ac3 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-6c38569d-0a1a-42ce-a929-aaeae01b4ac3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6c38569d-0a1a-42ce-a929-aaeae01b4ac3.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-fe3acaef-93d0-410a-aec6-819d5a093f57 {
  text-align: center;
}







  img.s-fe3acaef-93d0-410a-aec6-819d5a093f57.shogun-image {
    
    
  }


.s-fe3acaef-93d0-410a-aec6-819d5a093f57 .shogun-image-content {
  
    align-items: center;
  
}

.s-fe3acaef-93d0-410a-aec6-819d5a093f57.shg-align-container {
  text-align: center
}

.s-fe3acaef-93d0-410a-aec6-819d5a093f57.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe3acaef-93d0-410a-aec6-819d5a093f57.shogun-image {
  box-sizing: border-box;
}



#s-bd0c410e-9732-4d3f-83d3-306122cb59fd {
  padding-top: 0%;
padding-bottom: 0%;
}

@media (min-width: 0px) {
[id="s-bd0c410e-9732-4d3f-83d3-306122cb59fd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bd0c410e-9732-4d3f-83d3-306122cb59fd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bd0c410e-9732-4d3f-83d3-306122cb59fd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bd0c410e-9732-4d3f-83d3-306122cb59fd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bd0c410e-9732-4d3f-83d3-306122cb59fd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bd0c410e-9732-4d3f-83d3-306122cb59fd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bd0c410e-9732-4d3f-83d3-306122cb59fd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-b50506ed-df29-4579-8c96-ddbf768cf81a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b50506ed-df29-4579-8c96-ddbf768cf81a .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-b50506ed-df29-4579-8c96-ddbf768cf81a .shogun-heading-component h3 a {
  color: #000;
}


#s-ed867ca7-c6b5-405f-9c64-b0e19146425e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: right;
}

#s-ed867ca7-c6b5-405f-9c64-b0e19146425e .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: right;
}



@media (min-width: 0px) {
[id="s-51cdd16a-a5f9-4428-be63-401f4fe9878b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-51cdd16a-a5f9-4428-be63-401f4fe9878b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-51cdd16a-a5f9-4428-be63-401f4fe9878b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-51cdd16a-a5f9-4428-be63-401f4fe9878b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-41cfabde-daff-4126-87ce-2de424cc41b5 {
  display: none;
}
#s-289b3d5a-061c-48f0-a7cc-fc64f6709ed5 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-289b3d5a-061c-48f0-a7cc-fc64f6709ed5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-289b3d5a-061c-48f0-a7cc-fc64f6709ed5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-289b3d5a-061c-48f0-a7cc-fc64f6709ed5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-289b3d5a-061c-48f0-a7cc-fc64f6709ed5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-289b3d5a-061c-48f0-a7cc-fc64f6709ed5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-289b3d5a-061c-48f0-a7cc-fc64f6709ed5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-da64c595-75c7-44be-a378-68cee777395a {
  text-align: right;
}







  img.s-da64c595-75c7-44be-a378-68cee777395a.shogun-image {
    
    
  }


.s-da64c595-75c7-44be-a378-68cee777395a .shogun-image-content {
  
    align-items: center;
  
}

.s-da64c595-75c7-44be-a378-68cee777395a.shg-align-container {
  text-align: right
}

.s-da64c595-75c7-44be-a378-68cee777395a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da64c595-75c7-44be-a378-68cee777395a.shogun-image {
  box-sizing: border-box;
}



#s-a2cb87b5-706f-4b22-b2e4-7e477fd662cf {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-a2cb87b5-706f-4b22-b2e4-7e477fd662cf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a2cb87b5-706f-4b22-b2e4-7e477fd662cf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bf178e6f-55db-47bc-96a4-491aa8594d57 {
  text-align: center;
}







  img.s-bf178e6f-55db-47bc-96a4-491aa8594d57.shogun-image {
    
    
  }


.s-bf178e6f-55db-47bc-96a4-491aa8594d57 .shogun-image-content {
  
    align-items: center;
  
}

.s-bf178e6f-55db-47bc-96a4-491aa8594d57.shg-align-container {
  text-align: center
}

.s-bf178e6f-55db-47bc-96a4-491aa8594d57.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf178e6f-55db-47bc-96a4-491aa8594d57.shogun-image {
  box-sizing: border-box;
}



#s-0a8ef4a6-2b4b-424c-8465-d9985c55d223 {
  padding-top: 0%;
padding-bottom: 0%;
}

@media (min-width: 0px) {
[id="s-0a8ef4a6-2b4b-424c-8465-d9985c55d223"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0a8ef4a6-2b4b-424c-8465-d9985c55d223"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0a8ef4a6-2b4b-424c-8465-d9985c55d223"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0a8ef4a6-2b4b-424c-8465-d9985c55d223"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0a8ef4a6-2b4b-424c-8465-d9985c55d223"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0a8ef4a6-2b4b-424c-8465-d9985c55d223"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0a8ef4a6-2b4b-424c-8465-d9985c55d223"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-8b230c7f-e0dd-4a7d-8816-b0c21fe457dc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-8b230c7f-e0dd-4a7d-8816-b0c21fe457dc .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-8b230c7f-e0dd-4a7d-8816-b0c21fe457dc .shogun-heading-component h3 a {
  color: #000;
}


#s-21f5eae5-902e-4c2c-b15c-65dcb6bfbebc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: right;
}

#s-21f5eae5-902e-4c2c-b15c-65dcb6bfbebc .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: right;
}



@media (min-width: 0px) {
[id="s-6c4e4be3-a1db-4e56-82f5-74e5cc10b2db"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6c4e4be3-a1db-4e56-82f5-74e5cc10b2db"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6c4e4be3-a1db-4e56-82f5-74e5cc10b2db"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6c4e4be3-a1db-4e56-82f5-74e5cc10b2db"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-b3f919b6-782d-4d70-be5b-e836dc5b4131 {
  display: none;
}
#s-fdaa7c7f-e9e3-44af-8ee4-da4b7ac2f9a0 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-fdaa7c7f-e9e3-44af-8ee4-da4b7ac2f9a0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fdaa7c7f-e9e3-44af-8ee4-da4b7ac2f9a0:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-fdaa7c7f-e9e3-44af-8ee4-da4b7ac2f9a0 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fdaa7c7f-e9e3-44af-8ee4-da4b7ac2f9a0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fdaa7c7f-e9e3-44af-8ee4-da4b7ac2f9a0.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-fdaa7c7f-e9e3-44af-8ee4-da4b7ac2f9a0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-abfb4af6-4043-451d-9c7d-e9c799b44c79 {
  text-align: right;
}







  img.s-abfb4af6-4043-451d-9c7d-e9c799b44c79.shogun-image {
    
    
  }


.s-abfb4af6-4043-451d-9c7d-e9c799b44c79 .shogun-image-content {
  
    align-items: center;
  
}

.s-abfb4af6-4043-451d-9c7d-e9c799b44c79.shg-align-container {
  text-align: right
}

.s-abfb4af6-4043-451d-9c7d-e9c799b44c79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-abfb4af6-4043-451d-9c7d-e9c799b44c79.shogun-image {
  box-sizing: border-box;
}



#s-15606b4f-c7e4-482f-a368-8d6c58ec146e {
  margin-top: 3%;
margin-bottom: 3%;
}
@media (min-width: 768px) and (max-width: 991px){#s-15606b4f-c7e4-482f-a368-8d6c58ec146e {
  display: none;
}
#s-15606b4f-c7e4-482f-a368-8d6c58ec146e, #wrap-s-15606b4f-c7e4-482f-a368-8d6c58ec146e { display:none !important; }}@media (max-width: 767px){#s-15606b4f-c7e4-482f-a368-8d6c58ec146e {
  display: none;
}
#s-15606b4f-c7e4-482f-a368-8d6c58ec146e, #wrap-s-15606b4f-c7e4-482f-a368-8d6c58ec146e { display:none !important; }}
@media (min-width: 0px) {
[id="s-15606b4f-c7e4-482f-a368-8d6c58ec146e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-15606b4f-c7e4-482f-a368-8d6c58ec146e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-15606b4f-c7e4-482f-a368-8d6c58ec146e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-15606b4f-c7e4-482f-a368-8d6c58ec146e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-d2258610-2c61-46d6-8630-97fb0d618aad {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-d2258610-2c61-46d6-8630-97fb0d618aad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d2258610-2c61-46d6-8630-97fb0d618aad.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-05e1be76-5e5d-44ca-aab7-c3ef43ea2afe {
  text-align: center;
}







  img.s-05e1be76-5e5d-44ca-aab7-c3ef43ea2afe.shogun-image {
    
    
  }


.s-05e1be76-5e5d-44ca-aab7-c3ef43ea2afe .shogun-image-content {
  
    align-items: center;
  
}

.s-05e1be76-5e5d-44ca-aab7-c3ef43ea2afe.shg-align-container {
  text-align: center
}

.s-05e1be76-5e5d-44ca-aab7-c3ef43ea2afe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-05e1be76-5e5d-44ca-aab7-c3ef43ea2afe.shogun-image {
  box-sizing: border-box;
}



#s-b5e3f58e-51aa-40b3-b6b5-bd0905bb3868 {
  padding-top: 0%;
padding-bottom: 0%;
}

@media (min-width: 0px) {
[id="s-b5e3f58e-51aa-40b3-b6b5-bd0905bb3868"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b5e3f58e-51aa-40b3-b6b5-bd0905bb3868"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b5e3f58e-51aa-40b3-b6b5-bd0905bb3868"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b5e3f58e-51aa-40b3-b6b5-bd0905bb3868"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b5e3f58e-51aa-40b3-b6b5-bd0905bb3868"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b5e3f58e-51aa-40b3-b6b5-bd0905bb3868"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b5e3f58e-51aa-40b3-b6b5-bd0905bb3868"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-14b3d9a3-c560-47c8-a326-783c4f0b8fcf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-14b3d9a3-c560-47c8-a326-783c4f0b8fcf .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-14b3d9a3-c560-47c8-a326-783c4f0b8fcf .shogun-heading-component h3 a {
  color: #000;
}


#s-c9e1ef47-75bf-440e-af9e-0c39f79ef85e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: right;
}

#s-c9e1ef47-75bf-440e-af9e-0c39f79ef85e .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: right;
}



#s-8791bccd-53ca-4af6-b3f2-cf75ef10a0b8 {
  margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-a56c072c-8769-4ddc-af26-64b6e6eac809"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a56c072c-8769-4ddc-af26-64b6e6eac809"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a56c072c-8769-4ddc-af26-64b6e6eac809"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a56c072c-8769-4ddc-af26-64b6e6eac809"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-04b0ed47-7358-4830-9e17-9d8bf60dbd93 {
  display: none;
}
#s-8f707d0f-fdd8-4c19-b7cf-c257d268e343 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: left;
cursor: pointer;
}
#s-8f707d0f-fdd8-4c19-b7cf-c257d268e343:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8f707d0f-fdd8-4c19-b7cf-c257d268e343:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8f707d0f-fdd8-4c19-b7cf-c257d268e343-atc-btn-wrapper {
    text-align: left;
  }


#s-8f707d0f-fdd8-4c19-b7cf-c257d268e343 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8f707d0f-fdd8-4c19-b7cf-c257d268e343.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8f707d0f-fdd8-4c19-b7cf-c257d268e343.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-8f707d0f-fdd8-4c19-b7cf-c257d268e343.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-82ce0f5f-d145-41a8-ba5a-1558c409e759 {
  text-align: right;
}







  img.s-82ce0f5f-d145-41a8-ba5a-1558c409e759.shogun-image {
    
    
  }


.s-82ce0f5f-d145-41a8-ba5a-1558c409e759 .shogun-image-content {
  
    align-items: center;
  
}

.s-82ce0f5f-d145-41a8-ba5a-1558c409e759.shg-align-container {
  text-align: right
}

.s-82ce0f5f-d145-41a8-ba5a-1558c409e759.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-82ce0f5f-d145-41a8-ba5a-1558c409e759.shogun-image {
  box-sizing: border-box;
}



#s-305156ab-7f59-47bc-b533-ebf69a3dd84d {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-305156ab-7f59-47bc-b533-ebf69a3dd84d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-305156ab-7f59-47bc-b533-ebf69a3dd84d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cd7c2423-245c-474e-bcc6-4a4e53c62130 {
  text-align: center;
}







  img.s-cd7c2423-245c-474e-bcc6-4a4e53c62130.shogun-image {
    
    
  }


.s-cd7c2423-245c-474e-bcc6-4a4e53c62130 .shogun-image-content {
  
    align-items: center;
  
}

.s-cd7c2423-245c-474e-bcc6-4a4e53c62130.shg-align-container {
  text-align: center
}

.s-cd7c2423-245c-474e-bcc6-4a4e53c62130.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd7c2423-245c-474e-bcc6-4a4e53c62130.shogun-image {
  box-sizing: border-box;
}



#s-6e99c5d0-9f46-414b-816f-7226c771a862 {
  padding-top: 0%;
padding-bottom: 0%;
}

@media (min-width: 0px) {
[id="s-6e99c5d0-9f46-414b-816f-7226c771a862"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6e99c5d0-9f46-414b-816f-7226c771a862"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6e99c5d0-9f46-414b-816f-7226c771a862"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6e99c5d0-9f46-414b-816f-7226c771a862"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6e99c5d0-9f46-414b-816f-7226c771a862"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6e99c5d0-9f46-414b-816f-7226c771a862"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6e99c5d0-9f46-414b-816f-7226c771a862"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-6afc04f4-acef-45e7-aa97-dab249ca3157 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6afc04f4-acef-45e7-aa97-dab249ca3157 .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-6afc04f4-acef-45e7-aa97-dab249ca3157 .shogun-heading-component h3 a {
  color: #000;
}


#s-80ee3990-af11-4f27-9621-32b57a11ca73 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: right;
}

#s-80ee3990-af11-4f27-9621-32b57a11ca73 .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: right;
}



#s-6eb4b194-6b39-4e04-b933-c3109bd5d4a6 {
  margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-cacdd778-97c8-4a43-8a24-5a3b0a2a39f2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cacdd778-97c8-4a43-8a24-5a3b0a2a39f2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cacdd778-97c8-4a43-8a24-5a3b0a2a39f2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cacdd778-97c8-4a43-8a24-5a3b0a2a39f2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-3d6b6b39-b480-4884-a9e1-a9a90b087522 {
  display: none;
}
#s-422ddcd0-99c6-4bec-9dd5-27f7f39dc4b8 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: left;
cursor: pointer;
}
#s-422ddcd0-99c6-4bec-9dd5-27f7f39dc4b8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-422ddcd0-99c6-4bec-9dd5-27f7f39dc4b8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-422ddcd0-99c6-4bec-9dd5-27f7f39dc4b8-atc-btn-wrapper {
    text-align: left;
  }


#s-422ddcd0-99c6-4bec-9dd5-27f7f39dc4b8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-422ddcd0-99c6-4bec-9dd5-27f7f39dc4b8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-422ddcd0-99c6-4bec-9dd5-27f7f39dc4b8.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-422ddcd0-99c6-4bec-9dd5-27f7f39dc4b8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-4ed8123b-6cd0-4f5c-b638-e98c508cfdca {
  text-align: right;
}







  img.s-4ed8123b-6cd0-4f5c-b638-e98c508cfdca.shogun-image {
    
    
  }


.s-4ed8123b-6cd0-4f5c-b638-e98c508cfdca .shogun-image-content {
  
    align-items: center;
  
}

.s-4ed8123b-6cd0-4f5c-b638-e98c508cfdca.shg-align-container {
  text-align: right
}

.s-4ed8123b-6cd0-4f5c-b638-e98c508cfdca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ed8123b-6cd0-4f5c-b638-e98c508cfdca.shogun-image {
  box-sizing: border-box;
}



#s-bf4a1beb-2813-4476-a0c3-fca87c67bcd8 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-bf4a1beb-2813-4476-a0c3-fca87c67bcd8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bf4a1beb-2813-4476-a0c3-fca87c67bcd8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d836e390-4c4a-4994-94f8-a0cb9e957c8c {
  text-align: center;
}







  img.s-d836e390-4c4a-4994-94f8-a0cb9e957c8c.shogun-image {
    
    
  }


.s-d836e390-4c4a-4994-94f8-a0cb9e957c8c .shogun-image-content {
  
    align-items: center;
  
}

.s-d836e390-4c4a-4994-94f8-a0cb9e957c8c.shg-align-container {
  text-align: center
}

.s-d836e390-4c4a-4994-94f8-a0cb9e957c8c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d836e390-4c4a-4994-94f8-a0cb9e957c8c.shogun-image {
  box-sizing: border-box;
}



#s-d0d726e8-9337-4dea-89b3-37b114e8fe9e {
  padding-top: 0%;
padding-bottom: 0%;
}

@media (min-width: 0px) {
[id="s-d0d726e8-9337-4dea-89b3-37b114e8fe9e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d0d726e8-9337-4dea-89b3-37b114e8fe9e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d0d726e8-9337-4dea-89b3-37b114e8fe9e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d0d726e8-9337-4dea-89b3-37b114e8fe9e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d0d726e8-9337-4dea-89b3-37b114e8fe9e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d0d726e8-9337-4dea-89b3-37b114e8fe9e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d0d726e8-9337-4dea-89b3-37b114e8fe9e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-0ef0f6ea-e3d6-4e4a-896f-aec30f86366e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0ef0f6ea-e3d6-4e4a-896f-aec30f86366e .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-0ef0f6ea-e3d6-4e4a-896f-aec30f86366e .shogun-heading-component h3 a {
  color: #000;
}


#s-b0c88d2e-c826-4a9a-8a0b-ab0529f76edf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: right;
}

#s-b0c88d2e-c826-4a9a-8a0b-ab0529f76edf .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: right;
}



#s-3961ffe2-5ab7-411f-9104-9774bb4baab6 {
  margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-2d651e90-188e-4a2b-9916-55e6ce57e9e2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2d651e90-188e-4a2b-9916-55e6ce57e9e2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2d651e90-188e-4a2b-9916-55e6ce57e9e2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2d651e90-188e-4a2b-9916-55e6ce57e9e2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-fb0100c0-30e6-45b7-b870-bb71d4ba5302 {
  display: none;
}
#s-bce46321-ed6c-45d8-8d62-d1620e5d5553 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: left;
cursor: pointer;
}
#s-bce46321-ed6c-45d8-8d62-d1620e5d5553:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bce46321-ed6c-45d8-8d62-d1620e5d5553:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-bce46321-ed6c-45d8-8d62-d1620e5d5553-atc-btn-wrapper {
    text-align: left;
  }


#s-bce46321-ed6c-45d8-8d62-d1620e5d5553 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bce46321-ed6c-45d8-8d62-d1620e5d5553.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bce46321-ed6c-45d8-8d62-d1620e5d5553.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-bce46321-ed6c-45d8-8d62-d1620e5d5553.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-53ccf7a7-677c-4e8c-9fc4-dca87c6a51c5 {
  text-align: right;
}







  img.s-53ccf7a7-677c-4e8c-9fc4-dca87c6a51c5.shogun-image {
    
    
  }


.s-53ccf7a7-677c-4e8c-9fc4-dca87c6a51c5 .shogun-image-content {
  
    align-items: center;
  
}

.s-53ccf7a7-677c-4e8c-9fc4-dca87c6a51c5.shg-align-container {
  text-align: right
}

.s-53ccf7a7-677c-4e8c-9fc4-dca87c6a51c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53ccf7a7-677c-4e8c-9fc4-dca87c6a51c5.shogun-image {
  box-sizing: border-box;
}



#s-77216d30-b41b-49f6-b717-a43bd4c8d9b4 {
  margin-top: 5%;
margin-bottom: 5%;
text-align: left;
}

#s-77216d30-b41b-49f6-b717-a43bd4c8d9b4 .shogun-heading-component h1 {
  color: #000;
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-7bbafce2-0071-4809-971b-1b9ff0dbe760 {
  margin-top: 7%;
margin-bottom: 7%;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-7bbafce2-0071-4809-971b-1b9ff0dbe760 {
  display: none;
}
#s-7bbafce2-0071-4809-971b-1b9ff0dbe760, #wrap-s-7bbafce2-0071-4809-971b-1b9ff0dbe760 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7bbafce2-0071-4809-971b-1b9ff0dbe760 {
  display: none;
}
#s-7bbafce2-0071-4809-971b-1b9ff0dbe760, #wrap-s-7bbafce2-0071-4809-971b-1b9ff0dbe760 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7bbafce2-0071-4809-971b-1b9ff0dbe760 {
  margin-top: 3%;
margin-bottom: 3%;
}
}
#s-7bbafce2-0071-4809-971b-1b9ff0dbe760 .shg-sld-dot {
  background-color: rgba(3, 3, 3, 1);
}

#s-7bbafce2-0071-4809-971b-1b9ff0dbe760 .shg-sld-nav-button.shg-sld-left,
#s-7bbafce2-0071-4809-971b-1b9ff0dbe760 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(3, 3, 3, 1);
}

@media (min-width: 1200px){#s-48e621b9-7d1a-4e8a-87db-fa89b8a3f90c {
  display: none;
}
#s-48e621b9-7d1a-4e8a-87db-fa89b8a3f90c, #wrap-s-48e621b9-7d1a-4e8a-87db-fa89b8a3f90c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-48e621b9-7d1a-4e8a-87db-fa89b8a3f90c {
  display: none;
}
#s-48e621b9-7d1a-4e8a-87db-fa89b8a3f90c, #wrap-s-48e621b9-7d1a-4e8a-87db-fa89b8a3f90c { display:none !important; }}@media (max-width: 767px){#s-48e621b9-7d1a-4e8a-87db-fa89b8a3f90c {
  
}
}
@media (min-width: 0px) {
[id="s-48e621b9-7d1a-4e8a-87db-fa89b8a3f90c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-48e621b9-7d1a-4e8a-87db-fa89b8a3f90c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-48e621b9-7d1a-4e8a-87db-fa89b8a3f90c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-48e621b9-7d1a-4e8a-87db-fa89b8a3f90c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-2395efee-0e9d-48f6-8c95-d87efba2cb7e {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-2395efee-0e9d-48f6-8c95-d87efba2cb7e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2395efee-0e9d-48f6-8c95-d87efba2cb7e {
  cursor: pointer;
}#s-2395efee-0e9d-48f6-8c95-d87efba2cb7e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-cced2ade-9ceb-4bd0-82a0-ee7ea62992e1 {
  text-align: center;
}







  img.s-cced2ade-9ceb-4bd0-82a0-ee7ea62992e1.shogun-image {
    
    
  }


.s-cced2ade-9ceb-4bd0-82a0-ee7ea62992e1 .shogun-image-content {
  
    align-items: center;
  
}

.s-cced2ade-9ceb-4bd0-82a0-ee7ea62992e1.shg-align-container {
  text-align: center
}

.s-cced2ade-9ceb-4bd0-82a0-ee7ea62992e1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cced2ade-9ceb-4bd0-82a0-ee7ea62992e1.shogun-image {
  box-sizing: border-box;
}



#s-756c9eee-a7a6-4c1e-a431-dec8447a1901 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-756c9eee-a7a6-4c1e-a431-dec8447a1901 .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-756c9eee-a7a6-4c1e-a431-dec8447a1901 .shogun-heading-component h3 a {
  color: #000;
}


#s-887b3d21-34e9-4a69-9ad2-958cf6d76c7d {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-887b3d21-34e9-4a69-9ad2-958cf6d76c7d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-887b3d21-34e9-4a69-9ad2-958cf6d76c7d {
  cursor: pointer;
}#s-887b3d21-34e9-4a69-9ad2-958cf6d76c7d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-439804d4-dbbc-4d95-bd56-30bb6d7a4248 {
  text-align: center;
}







  img.s-439804d4-dbbc-4d95-bd56-30bb6d7a4248.shogun-image {
    
    
  }


.s-439804d4-dbbc-4d95-bd56-30bb6d7a4248 .shogun-image-content {
  
    align-items: center;
  
}

.s-439804d4-dbbc-4d95-bd56-30bb6d7a4248.shg-align-container {
  text-align: center
}

.s-439804d4-dbbc-4d95-bd56-30bb6d7a4248.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-439804d4-dbbc-4d95-bd56-30bb6d7a4248.shogun-image {
  box-sizing: border-box;
}



#s-f47412a8-1e05-4ad2-afed-a83b624a1e2d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f47412a8-1e05-4ad2-afed-a83b624a1e2d .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-f47412a8-1e05-4ad2-afed-a83b624a1e2d .shogun-heading-component h3 a {
  color: #000;
}


#s-955d5a57-af76-4d85-81ac-c46db8af9a9d {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-955d5a57-af76-4d85-81ac-c46db8af9a9d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-955d5a57-af76-4d85-81ac-c46db8af9a9d {
  cursor: pointer;
}#s-955d5a57-af76-4d85-81ac-c46db8af9a9d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-aaa7f519-01c0-4aa9-829b-b790b58eb5ba {
  text-align: center;
}







  img.s-aaa7f519-01c0-4aa9-829b-b790b58eb5ba.shogun-image {
    
    
  }


.s-aaa7f519-01c0-4aa9-829b-b790b58eb5ba .shogun-image-content {
  
    align-items: center;
  
}

.s-aaa7f519-01c0-4aa9-829b-b790b58eb5ba.shg-align-container {
  text-align: center
}

.s-aaa7f519-01c0-4aa9-829b-b790b58eb5ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aaa7f519-01c0-4aa9-829b-b790b58eb5ba.shogun-image {
  box-sizing: border-box;
}



#s-56b2dbba-300f-430c-9fb4-67ef015e5244 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-56b2dbba-300f-430c-9fb4-67ef015e5244 .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-56b2dbba-300f-430c-9fb4-67ef015e5244 .shogun-heading-component h3 a {
  color: #000;
}


@media (min-width: 0px) {
[id="s-2b62811d-ee81-49d7-a989-6aae186b585e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2b62811d-ee81-49d7-a989-6aae186b585e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2b62811d-ee81-49d7-a989-6aae186b585e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2b62811d-ee81-49d7-a989-6aae186b585e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-d12cabe1-2a4a-48bd-b871-ec493a8be6a0 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-d12cabe1-2a4a-48bd-b871-ec493a8be6a0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d12cabe1-2a4a-48bd-b871-ec493a8be6a0 {
  cursor: pointer;
}#s-d12cabe1-2a4a-48bd-b871-ec493a8be6a0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-780b66f6-3121-4001-bb73-e070cbf71213 {
  text-align: center;
}







  img.s-780b66f6-3121-4001-bb73-e070cbf71213.shogun-image {
    
    
  }


.s-780b66f6-3121-4001-bb73-e070cbf71213 .shogun-image-content {
  
    align-items: center;
  
}

.s-780b66f6-3121-4001-bb73-e070cbf71213.shg-align-container {
  text-align: center
}

.s-780b66f6-3121-4001-bb73-e070cbf71213.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-780b66f6-3121-4001-bb73-e070cbf71213.shogun-image {
  box-sizing: border-box;
}



#s-5253f531-61ad-4490-aaa8-23b25177f97a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-5253f531-61ad-4490-aaa8-23b25177f97a .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-5253f531-61ad-4490-aaa8-23b25177f97a .shogun-heading-component h3 a {
  color: #000;
}


#s-91499873-471a-485a-92e9-43f608991189 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-91499873-471a-485a-92e9-43f608991189 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-91499873-471a-485a-92e9-43f608991189 {
  cursor: pointer;
}#s-91499873-471a-485a-92e9-43f608991189.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9ebdb453-0da8-4002-bcee-d8017b9140be {
  text-align: center;
}







  img.s-9ebdb453-0da8-4002-bcee-d8017b9140be.shogun-image {
    
    
  }


.s-9ebdb453-0da8-4002-bcee-d8017b9140be .shogun-image-content {
  
    align-items: center;
  
}

.s-9ebdb453-0da8-4002-bcee-d8017b9140be.shg-align-container {
  text-align: center
}

.s-9ebdb453-0da8-4002-bcee-d8017b9140be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ebdb453-0da8-4002-bcee-d8017b9140be.shogun-image {
  box-sizing: border-box;
}



#s-94ca8a84-cd50-4878-9be1-2f671e902ff5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-94ca8a84-cd50-4878-9be1-2f671e902ff5 .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-94ca8a84-cd50-4878-9be1-2f671e902ff5 .shogun-heading-component h3 a {
  color: #000;
}


@media (min-width: 0px) {
[id="s-67a66709-586c-447e-b26a-19c8b59e6e06"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-67a66709-586c-447e-b26a-19c8b59e6e06"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-67a66709-586c-447e-b26a-19c8b59e6e06"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-67a66709-586c-447e-b26a-19c8b59e6e06"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-581626ed-6ce5-4f8e-b7df-d23d0df8c493 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-581626ed-6ce5-4f8e-b7df-d23d0df8c493 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-581626ed-6ce5-4f8e-b7df-d23d0df8c493 {
  cursor: pointer;
}#s-581626ed-6ce5-4f8e-b7df-d23d0df8c493.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5a1c5511-c18d-43fa-a569-9d2cfb7156db {
  text-align: center;
}







  img.s-5a1c5511-c18d-43fa-a569-9d2cfb7156db.shogun-image {
    
    
  }


.s-5a1c5511-c18d-43fa-a569-9d2cfb7156db .shogun-image-content {
  
    align-items: center;
  
}

.s-5a1c5511-c18d-43fa-a569-9d2cfb7156db.shg-align-container {
  text-align: center
}

.s-5a1c5511-c18d-43fa-a569-9d2cfb7156db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a1c5511-c18d-43fa-a569-9d2cfb7156db.shogun-image {
  box-sizing: border-box;
}



#s-cd8af93a-5fa9-4090-aeff-594087a17116 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-cd8af93a-5fa9-4090-aeff-594087a17116 .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-cd8af93a-5fa9-4090-aeff-594087a17116 .shogun-heading-component h3 a {
  color: #000;
}


#s-23efb7b9-0976-4220-8bbe-fd8e7952fb8b {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-23efb7b9-0976-4220-8bbe-fd8e7952fb8b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-23efb7b9-0976-4220-8bbe-fd8e7952fb8b {
  cursor: pointer;
}#s-23efb7b9-0976-4220-8bbe-fd8e7952fb8b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d820f02b-6204-4d19-81a5-3f16ad38c121 {
  text-align: center;
}







  img.s-d820f02b-6204-4d19-81a5-3f16ad38c121.shogun-image {
    
    
  }


.s-d820f02b-6204-4d19-81a5-3f16ad38c121 .shogun-image-content {
  
    align-items: center;
  
}

.s-d820f02b-6204-4d19-81a5-3f16ad38c121.shg-align-container {
  text-align: center
}

.s-d820f02b-6204-4d19-81a5-3f16ad38c121.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d820f02b-6204-4d19-81a5-3f16ad38c121.shogun-image {
  box-sizing: border-box;
}



#s-d235a37d-0844-4231-b861-af8a910510f4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d235a37d-0844-4231-b861-af8a910510f4 .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-d235a37d-0844-4231-b861-af8a910510f4 .shogun-heading-component h3 a {
  color: #000;
}


#s-5a71b7c4-55b8-48b4-9daa-267d5f586726 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-5a71b7c4-55b8-48b4-9daa-267d5f586726 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5a71b7c4-55b8-48b4-9daa-267d5f586726 {
  cursor: pointer;
}#s-5a71b7c4-55b8-48b4-9daa-267d5f586726.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ae3892b8-2348-4d92-a2aa-03a905721400 {
  text-align: center;
}







  img.s-ae3892b8-2348-4d92-a2aa-03a905721400.shogun-image {
    
    
  }


.s-ae3892b8-2348-4d92-a2aa-03a905721400 .shogun-image-content {
  
    align-items: center;
  
}

.s-ae3892b8-2348-4d92-a2aa-03a905721400.shg-align-container {
  text-align: center
}

.s-ae3892b8-2348-4d92-a2aa-03a905721400.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae3892b8-2348-4d92-a2aa-03a905721400.shogun-image {
  box-sizing: border-box;
}



#s-45a5f1f4-2ab1-4d99-b745-f47f6bc832bc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-45a5f1f4-2ab1-4d99-b745-f47f6bc832bc .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-45a5f1f4-2ab1-4d99-b745-f47f6bc832bc .shogun-heading-component h3 a {
  color: #000;
}


#s-c0108cb9-8763-4d63-902c-14f846d3ffc3 {
  margin-bottom: 7%;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-c0108cb9-8763-4d63-902c-14f846d3ffc3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c0108cb9-8763-4d63-902c-14f846d3ffc3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c0108cb9-8763-4d63-902c-14f846d3ffc3 {
  margin-bottom: 3%;
display: none;
}
#s-c0108cb9-8763-4d63-902c-14f846d3ffc3, #wrap-s-c0108cb9-8763-4d63-902c-14f846d3ffc3 { display:none !important; }}@media (max-width: 767px){#s-c0108cb9-8763-4d63-902c-14f846d3ffc3 {
  display: none;
}
#s-c0108cb9-8763-4d63-902c-14f846d3ffc3, #wrap-s-c0108cb9-8763-4d63-902c-14f846d3ffc3 { display:none !important; }}
#s-c0108cb9-8763-4d63-902c-14f846d3ffc3 .shg-sld-dot {
  background-color: rgba(3, 3, 3, 1);
}

#s-c0108cb9-8763-4d63-902c-14f846d3ffc3 .shg-sld-nav-button.shg-sld-left,
#s-c0108cb9-8763-4d63-902c-14f846d3ffc3 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(3, 3, 3, 1);
}

@media (min-width: 1200px){#s-bb62604f-623e-4bd8-b278-11efcc200f1e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bb62604f-623e-4bd8-b278-11efcc200f1e {
  
}
}@media (max-width: 767px){#s-bb62604f-623e-4bd8-b278-11efcc200f1e {
  
}
}
@media (min-width: 0px) {
[id="s-bb62604f-623e-4bd8-b278-11efcc200f1e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-bb62604f-623e-4bd8-b278-11efcc200f1e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-bb62604f-623e-4bd8-b278-11efcc200f1e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-bb62604f-623e-4bd8-b278-11efcc200f1e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-d92d287b-af81-442d-87e1-a6cf3b5e66c9 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-d92d287b-af81-442d-87e1-a6cf3b5e66c9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d92d287b-af81-442d-87e1-a6cf3b5e66c9 {
  cursor: pointer;
}#s-d92d287b-af81-442d-87e1-a6cf3b5e66c9.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-fb77983e-c6dd-41a2-bc3d-7371b936dd6c {
  text-align: center;
}







  img.s-fb77983e-c6dd-41a2-bc3d-7371b936dd6c.shogun-image {
    
    
  }


.s-fb77983e-c6dd-41a2-bc3d-7371b936dd6c .shogun-image-content {
  
    align-items: center;
  
}

.s-fb77983e-c6dd-41a2-bc3d-7371b936dd6c.shg-align-container {
  text-align: center
}

.s-fb77983e-c6dd-41a2-bc3d-7371b936dd6c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb77983e-c6dd-41a2-bc3d-7371b936dd6c.shogun-image {
  box-sizing: border-box;
}



#s-4328595e-faaf-49c2-b688-cfe90a749dae {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4328595e-faaf-49c2-b688-cfe90a749dae .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-4328595e-faaf-49c2-b688-cfe90a749dae .shogun-heading-component h3 a {
  color: #000;
}


#s-0fa8e21e-82a7-4d36-80c9-c3bdcc4d4b1b {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-0fa8e21e-82a7-4d36-80c9-c3bdcc4d4b1b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0fa8e21e-82a7-4d36-80c9-c3bdcc4d4b1b {
  cursor: pointer;
}#s-0fa8e21e-82a7-4d36-80c9-c3bdcc4d4b1b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-8a11ddda-1fef-42fb-9237-c3eb4877aecc {
  text-align: center;
}







  img.s-8a11ddda-1fef-42fb-9237-c3eb4877aecc.shogun-image {
    
    
  }


.s-8a11ddda-1fef-42fb-9237-c3eb4877aecc .shogun-image-content {
  
    align-items: center;
  
}

.s-8a11ddda-1fef-42fb-9237-c3eb4877aecc.shg-align-container {
  text-align: center
}

.s-8a11ddda-1fef-42fb-9237-c3eb4877aecc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a11ddda-1fef-42fb-9237-c3eb4877aecc.shogun-image {
  box-sizing: border-box;
}



#s-71c24ebd-a6ea-43ca-9a73-f3ce1c2682c2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-71c24ebd-a6ea-43ca-9a73-f3ce1c2682c2 .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-71c24ebd-a6ea-43ca-9a73-f3ce1c2682c2 .shogun-heading-component h3 a {
  color: #000;
}


#s-5e7d349f-48f5-4057-8914-7f2184c9f95d {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-5e7d349f-48f5-4057-8914-7f2184c9f95d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5e7d349f-48f5-4057-8914-7f2184c9f95d {
  cursor: pointer;
}#s-5e7d349f-48f5-4057-8914-7f2184c9f95d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-eaabfce5-de23-4d39-a3de-220f2ec00b37 {
  text-align: center;
}







  img.s-eaabfce5-de23-4d39-a3de-220f2ec00b37.shogun-image {
    
    
  }


.s-eaabfce5-de23-4d39-a3de-220f2ec00b37 .shogun-image-content {
  
    align-items: center;
  
}

.s-eaabfce5-de23-4d39-a3de-220f2ec00b37.shg-align-container {
  text-align: center
}

.s-eaabfce5-de23-4d39-a3de-220f2ec00b37.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eaabfce5-de23-4d39-a3de-220f2ec00b37.shogun-image {
  box-sizing: border-box;
}



#s-d987bd2b-ccaa-4518-8a3a-ad3e656aaa79 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d987bd2b-ccaa-4518-8a3a-ad3e656aaa79 .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-d987bd2b-ccaa-4518-8a3a-ad3e656aaa79 .shogun-heading-component h3 a {
  color: #000;
}


#s-c8fda76b-73a1-4d35-9b4e-907339a2c24c {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-c8fda76b-73a1-4d35-9b4e-907339a2c24c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c8fda76b-73a1-4d35-9b4e-907339a2c24c {
  cursor: pointer;
}#s-c8fda76b-73a1-4d35-9b4e-907339a2c24c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-55f97c33-eabe-408c-b6ec-dc715aed5b04 {
  text-align: center;
}







  img.s-55f97c33-eabe-408c-b6ec-dc715aed5b04.shogun-image {
    
    
  }


.s-55f97c33-eabe-408c-b6ec-dc715aed5b04 .shogun-image-content {
  
    align-items: center;
  
}

.s-55f97c33-eabe-408c-b6ec-dc715aed5b04.shg-align-container {
  text-align: center
}

.s-55f97c33-eabe-408c-b6ec-dc715aed5b04.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55f97c33-eabe-408c-b6ec-dc715aed5b04.shogun-image {
  box-sizing: border-box;
}



#s-c492179b-e525-4064-bad6-77ce002af82d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c492179b-e525-4064-bad6-77ce002af82d .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-c492179b-e525-4064-bad6-77ce002af82d .shogun-heading-component h3 a {
  color: #000;
}


@media (min-width: 0px) {
[id="s-9f1a4120-ba48-412c-940f-4a272d6001f2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-9f1a4120-ba48-412c-940f-4a272d6001f2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-9f1a4120-ba48-412c-940f-4a272d6001f2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-9f1a4120-ba48-412c-940f-4a272d6001f2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-32682a84-3a3e-4217-8817-09e6cd88b573 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-32682a84-3a3e-4217-8817-09e6cd88b573 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-32682a84-3a3e-4217-8817-09e6cd88b573 {
  cursor: pointer;
}#s-32682a84-3a3e-4217-8817-09e6cd88b573.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a2448be0-7bf8-4669-9e64-43cd80379cbc {
  text-align: center;
}







  img.s-a2448be0-7bf8-4669-9e64-43cd80379cbc.shogun-image {
    
    
  }


.s-a2448be0-7bf8-4669-9e64-43cd80379cbc .shogun-image-content {
  
    align-items: center;
  
}

.s-a2448be0-7bf8-4669-9e64-43cd80379cbc.shg-align-container {
  text-align: center
}

.s-a2448be0-7bf8-4669-9e64-43cd80379cbc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a2448be0-7bf8-4669-9e64-43cd80379cbc.shogun-image {
  box-sizing: border-box;
}



#s-ac393a60-2b2d-4fba-83df-1518a2995b22 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ac393a60-2b2d-4fba-83df-1518a2995b22 .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-ac393a60-2b2d-4fba-83df-1518a2995b22 .shogun-heading-component h3 a {
  color: #000;
}


#s-a897cde3-cacb-4b68-8338-83a1cc8c5a9c {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-a897cde3-cacb-4b68-8338-83a1cc8c5a9c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a897cde3-cacb-4b68-8338-83a1cc8c5a9c {
  cursor: pointer;
}#s-a897cde3-cacb-4b68-8338-83a1cc8c5a9c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4097332e-a14d-4404-9767-31150437ae56 {
  text-align: center;
}







  img.s-4097332e-a14d-4404-9767-31150437ae56.shogun-image {
    
    
  }


.s-4097332e-a14d-4404-9767-31150437ae56 .shogun-image-content {
  
    align-items: center;
  
}

.s-4097332e-a14d-4404-9767-31150437ae56.shg-align-container {
  text-align: center
}

.s-4097332e-a14d-4404-9767-31150437ae56.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4097332e-a14d-4404-9767-31150437ae56.shogun-image {
  box-sizing: border-box;
}



#s-11afee05-f313-41d5-b478-ac7d141cb0b6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-11afee05-f313-41d5-b478-ac7d141cb0b6 .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-11afee05-f313-41d5-b478-ac7d141cb0b6 .shogun-heading-component h3 a {
  color: #000;
}


#s-cfcbd992-81de-4414-832e-d917f0dee003 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-cfcbd992-81de-4414-832e-d917f0dee003 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cfcbd992-81de-4414-832e-d917f0dee003 {
  cursor: pointer;
}#s-cfcbd992-81de-4414-832e-d917f0dee003.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-258b3603-5262-4510-944c-543de1e19729 {
  text-align: center;
}







  img.s-258b3603-5262-4510-944c-543de1e19729.shogun-image {
    
    
  }


.s-258b3603-5262-4510-944c-543de1e19729 .shogun-image-content {
  
    align-items: center;
  
}

.s-258b3603-5262-4510-944c-543de1e19729.shg-align-container {
  text-align: center
}

.s-258b3603-5262-4510-944c-543de1e19729.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-258b3603-5262-4510-944c-543de1e19729.shogun-image {
  box-sizing: border-box;
}



#s-eefeaa70-82d4-4cff-be18-4590af23c165 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-eefeaa70-82d4-4cff-be18-4590af23c165 .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-eefeaa70-82d4-4cff-be18-4590af23c165 .shogun-heading-component h3 a {
  color: #000;
}


#s-f0d21e04-71dd-45a6-b3fc-694567539141 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-f0d21e04-71dd-45a6-b3fc-694567539141 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f0d21e04-71dd-45a6-b3fc-694567539141 {
  cursor: pointer;
}#s-f0d21e04-71dd-45a6-b3fc-694567539141.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f36f58aa-62ea-43bc-abb2-f037e0785abd {
  text-align: center;
}







  img.s-f36f58aa-62ea-43bc-abb2-f037e0785abd.shogun-image {
    
    
  }


.s-f36f58aa-62ea-43bc-abb2-f037e0785abd .shogun-image-content {
  
    align-items: center;
  
}

.s-f36f58aa-62ea-43bc-abb2-f037e0785abd.shg-align-container {
  text-align: center
}

.s-f36f58aa-62ea-43bc-abb2-f037e0785abd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f36f58aa-62ea-43bc-abb2-f037e0785abd.shogun-image {
  box-sizing: border-box;
}



#s-e0426485-6624-4e53-8bc5-2d651f7e9adf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e0426485-6624-4e53-8bc5-2d651f7e9adf .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-e0426485-6624-4e53-8bc5-2d651f7e9adf .shogun-heading-component h3 a {
  color: #000;
}


@media (min-width: 1200px){#s-340ffbec-0f8e-425b-bf32-909db9adc24b {
  display: none;
}
#s-340ffbec-0f8e-425b-bf32-909db9adc24b, #wrap-s-340ffbec-0f8e-425b-bf32-909db9adc24b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-340ffbec-0f8e-425b-bf32-909db9adc24b {
  display: none;
}
#s-340ffbec-0f8e-425b-bf32-909db9adc24b, #wrap-s-340ffbec-0f8e-425b-bf32-909db9adc24b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-340ffbec-0f8e-425b-bf32-909db9adc24b {
  display: none;
}
#s-340ffbec-0f8e-425b-bf32-909db9adc24b, #wrap-s-340ffbec-0f8e-425b-bf32-909db9adc24b { display:none !important; }}@media (max-width: 767px){#s-340ffbec-0f8e-425b-bf32-909db9adc24b {
  
}
}
@media (min-width: 0px) {
[id="s-340ffbec-0f8e-425b-bf32-909db9adc24b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-340ffbec-0f8e-425b-bf32-909db9adc24b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-340ffbec-0f8e-425b-bf32-909db9adc24b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-340ffbec-0f8e-425b-bf32-909db9adc24b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-98791569-3f5e-419c-abcb-62cee09144e3 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-98791569-3f5e-419c-abcb-62cee09144e3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-98791569-3f5e-419c-abcb-62cee09144e3 {
  cursor: pointer;
}#s-98791569-3f5e-419c-abcb-62cee09144e3.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-76708600-5dbc-40b2-ab95-93e8971ffb7d {
  text-align: center;
}







  img.s-76708600-5dbc-40b2-ab95-93e8971ffb7d.shogun-image {
    
    
  }


.s-76708600-5dbc-40b2-ab95-93e8971ffb7d .shogun-image-content {
  
    align-items: center;
  
}

.s-76708600-5dbc-40b2-ab95-93e8971ffb7d.shg-align-container {
  text-align: center
}

.s-76708600-5dbc-40b2-ab95-93e8971ffb7d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76708600-5dbc-40b2-ab95-93e8971ffb7d.shogun-image {
  box-sizing: border-box;
}



#s-8577e669-822f-4a76-8657-f33865688c19 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-8577e669-822f-4a76-8657-f33865688c19 .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-8577e669-822f-4a76-8657-f33865688c19 .shogun-heading-component h3 a {
  color: #000;
}


#s-e0225f39-435c-4df3-8b8c-f3e943cafbbc {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-e0225f39-435c-4df3-8b8c-f3e943cafbbc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e0225f39-435c-4df3-8b8c-f3e943cafbbc {
  cursor: pointer;
}#s-e0225f39-435c-4df3-8b8c-f3e943cafbbc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ee6b2c03-bf8f-451f-a397-07280f3d53cc {
  text-align: center;
}







  img.s-ee6b2c03-bf8f-451f-a397-07280f3d53cc.shogun-image {
    
    
  }


.s-ee6b2c03-bf8f-451f-a397-07280f3d53cc .shogun-image-content {
  
    align-items: center;
  
}

.s-ee6b2c03-bf8f-451f-a397-07280f3d53cc.shg-align-container {
  text-align: center
}

.s-ee6b2c03-bf8f-451f-a397-07280f3d53cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee6b2c03-bf8f-451f-a397-07280f3d53cc.shogun-image {
  box-sizing: border-box;
}



#s-86043ef6-c2c5-4d12-b4d4-e40dad44f971 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-86043ef6-c2c5-4d12-b4d4-e40dad44f971 .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-86043ef6-c2c5-4d12-b4d4-e40dad44f971 .shogun-heading-component h3 a {
  color: #000;
}


#s-bb4e68a4-ecff-4d7f-88b9-3e50f0eceee8 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-bb4e68a4-ecff-4d7f-88b9-3e50f0eceee8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bb4e68a4-ecff-4d7f-88b9-3e50f0eceee8 {
  cursor: pointer;
}#s-bb4e68a4-ecff-4d7f-88b9-3e50f0eceee8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-699898c6-09b4-4f24-8e8e-eb14c98b9501 {
  text-align: center;
}







  img.s-699898c6-09b4-4f24-8e8e-eb14c98b9501.shogun-image {
    
    
  }


.s-699898c6-09b4-4f24-8e8e-eb14c98b9501 .shogun-image-content {
  
    align-items: center;
  
}

.s-699898c6-09b4-4f24-8e8e-eb14c98b9501.shg-align-container {
  text-align: center
}

.s-699898c6-09b4-4f24-8e8e-eb14c98b9501.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-699898c6-09b4-4f24-8e8e-eb14c98b9501.shogun-image {
  box-sizing: border-box;
}



#s-be743aa6-1328-4731-9f15-bc0aa97a98c5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-be743aa6-1328-4731-9f15-bc0aa97a98c5 .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-be743aa6-1328-4731-9f15-bc0aa97a98c5 .shogun-heading-component h3 a {
  color: #000;
}


#s-79cdd387-e7fc-478e-bd0c-ae402412401f {
  background-image: url(https://i.shgcdn.com/369f94d0-8ffb-45a4-842f-7f2423fd4574/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 5%;
padding-bottom: 0%;
padding-right: 5%;
min-height: 700px;
background-position: center center;
}
@media (min-width: 1200px){#s-79cdd387-e7fc-478e-bd0c-ae402412401f {
  display: none;
}
#s-79cdd387-e7fc-478e-bd0c-ae402412401f, #wrap-s-79cdd387-e7fc-478e-bd0c-ae402412401f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-79cdd387-e7fc-478e-bd0c-ae402412401f {
  display: none;
}
#s-79cdd387-e7fc-478e-bd0c-ae402412401f, #wrap-s-79cdd387-e7fc-478e-bd0c-ae402412401f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-79cdd387-e7fc-478e-bd0c-ae402412401f {
  display: none;
}
#s-79cdd387-e7fc-478e-bd0c-ae402412401f, #wrap-s-79cdd387-e7fc-478e-bd0c-ae402412401f { display:none !important; }}@media (max-width: 767px){#s-79cdd387-e7fc-478e-bd0c-ae402412401f {
  
}
}







#s-79cdd387-e7fc-478e-bd0c-ae402412401f > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.4;
}#s-79cdd387-e7fc-478e-bd0c-ae402412401f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f59a32ce-910f-4ce1-a9ad-5f5bb61a4c51 {
  box-shadow:0px 0px 0px 0px ;
padding-top: 15px;
padding-left: 25px;
padding-bottom: 15px;
padding-right: 25px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-f59a32ce-910f-4ce1-a9ad-5f5bb61a4c51:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(6, 6, 6, 1) !important;}#s-f59a32ce-910f-4ce1-a9ad-5f5bb61a4c51:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f59a32ce-910f-4ce1-a9ad-5f5bb61a4c51.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-3e803927-3815-4069-926d-bebd7ff68f22 {
  background-image: url(https://i.shgcdn.com/9fb4cd64-6c5e-4d98-9506-0b4a11847e12/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-left: 0%;
margin-right: 0%;
padding-left: 5%;
padding-bottom: 10%;
padding-right: 5%;
background-position: center center;
}
@media (min-width: 1200px){#s-3e803927-3815-4069-926d-bebd7ff68f22 {
  display: none;
}
#s-3e803927-3815-4069-926d-bebd7ff68f22, #wrap-s-3e803927-3815-4069-926d-bebd7ff68f22 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3e803927-3815-4069-926d-bebd7ff68f22 {
  display: none;
}
#s-3e803927-3815-4069-926d-bebd7ff68f22, #wrap-s-3e803927-3815-4069-926d-bebd7ff68f22 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3e803927-3815-4069-926d-bebd7ff68f22 {
  display: none;
}
#s-3e803927-3815-4069-926d-bebd7ff68f22, #wrap-s-3e803927-3815-4069-926d-bebd7ff68f22 { display:none !important; }}@media (max-width: 767px){#s-3e803927-3815-4069-926d-bebd7ff68f22 {
  
}
}







#s-3e803927-3815-4069-926d-bebd7ff68f22 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-3e803927-3815-4069-926d-bebd7ff68f22.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d08dd1bd-86b5-4991-a0f8-714dab31b6cb {
  margin-top: -50px;
}

@media (min-width: 0px) {
[id="s-d08dd1bd-86b5-4991-a0f8-714dab31b6cb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d08dd1bd-86b5-4991-a0f8-714dab31b6cb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d08dd1bd-86b5-4991-a0f8-714dab31b6cb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d08dd1bd-86b5-4991-a0f8-714dab31b6cb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-94d1e1dc-14dd-46a5-b9c3-89efe21f0160 {
  margin-top: 2%;
margin-bottom: 2%;
padding-top: 10%;
padding-left: 10%;
padding-bottom: 10%;
padding-right: 10%;
background-color: rgba(255, 255, 255, 1);
}








#s-94d1e1dc-14dd-46a5-b9c3-89efe21f0160 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-94d1e1dc-14dd-46a5-b9c3-89efe21f0160.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c6e06702-0dca-4c1d-9ada-60cb45f7041f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c6e06702-0dca-4c1d-9ada-60cb45f7041f .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-be219529-b79d-4831-a8c9-b67a226d36ed {
  margin-top: 2%;
margin-bottom: 2%;
padding-top: 10%;
padding-left: 10%;
padding-bottom: 10%;
padding-right: 10%;
background-color: rgba(255, 255, 255, 1);
}








#s-be219529-b79d-4831-a8c9-b67a226d36ed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-be219529-b79d-4831-a8c9-b67a226d36ed.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-380c019b-2696-4926-aa24-3d6b96920c70 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-380c019b-2696-4926-aa24-3d6b96920c70 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-5bef47e7-4907-43bc-8bc4-316847eaab78 {
  margin-top: 2%;
margin-bottom: 2%;
padding-top: 10%;
padding-left: 10%;
padding-bottom: 10%;
padding-right: 10%;
background-color: rgba(255, 255, 255, 1);
}








#s-5bef47e7-4907-43bc-8bc4-316847eaab78 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5bef47e7-4907-43bc-8bc4-316847eaab78.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6d2f58ed-a3f7-4b56-8eb2-4f5ed82fd46a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6d2f58ed-a3f7-4b56-8eb2-4f5ed82fd46a .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-af27485c-bde9-431a-9bac-8430ba95b035 {
  margin-top: 10%;
text-align: left;
}

#s-af27485c-bde9-431a-9bac-8430ba95b035 .shogun-heading-component h1 {
  color: #000;
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-525c863c-0c51-4eac-b359-11e39c15bba0 {
  margin-top: 3%;
margin-bottom: 3%;
}
@media (min-width: 1200px){#s-525c863c-0c51-4eac-b359-11e39c15bba0 {
  display: none;
}
#s-525c863c-0c51-4eac-b359-11e39c15bba0, #wrap-s-525c863c-0c51-4eac-b359-11e39c15bba0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-525c863c-0c51-4eac-b359-11e39c15bba0 {
  display: none;
}
#s-525c863c-0c51-4eac-b359-11e39c15bba0, #wrap-s-525c863c-0c51-4eac-b359-11e39c15bba0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-525c863c-0c51-4eac-b359-11e39c15bba0 {
  display: none;
}
#s-525c863c-0c51-4eac-b359-11e39c15bba0, #wrap-s-525c863c-0c51-4eac-b359-11e39c15bba0 { display:none !important; }}@media (max-width: 767px){#s-525c863c-0c51-4eac-b359-11e39c15bba0 {
  
}
}
@media (min-width: 0px) {
[id="s-525c863c-0c51-4eac-b359-11e39c15bba0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-525c863c-0c51-4eac-b359-11e39c15bba0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-525c863c-0c51-4eac-b359-11e39c15bba0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-525c863c-0c51-4eac-b359-11e39c15bba0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-df5c3abf-b200-493a-8166-71402e39f97f {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-df5c3abf-b200-493a-8166-71402e39f97f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-df5c3abf-b200-493a-8166-71402e39f97f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7047a2d9-5c61-4fbc-9c7c-f3de49fcab7c {
  text-align: center;
}







  img.s-7047a2d9-5c61-4fbc-9c7c-f3de49fcab7c.shogun-image {
    
    
  }


.s-7047a2d9-5c61-4fbc-9c7c-f3de49fcab7c .shogun-image-content {
  
    align-items: center;
  
}

.s-7047a2d9-5c61-4fbc-9c7c-f3de49fcab7c.shg-align-container {
  text-align: center
}

.s-7047a2d9-5c61-4fbc-9c7c-f3de49fcab7c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7047a2d9-5c61-4fbc-9c7c-f3de49fcab7c.shogun-image {
  box-sizing: border-box;
}



#s-4d8d22d1-25f9-4c5f-a69b-86c2aa6612cd {
  padding-top: 0%;
padding-bottom: 0%;
}

@media (min-width: 0px) {
[id="s-4d8d22d1-25f9-4c5f-a69b-86c2aa6612cd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-4d8d22d1-25f9-4c5f-a69b-86c2aa6612cd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4d8d22d1-25f9-4c5f-a69b-86c2aa6612cd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4d8d22d1-25f9-4c5f-a69b-86c2aa6612cd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4d8d22d1-25f9-4c5f-a69b-86c2aa6612cd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4d8d22d1-25f9-4c5f-a69b-86c2aa6612cd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4d8d22d1-25f9-4c5f-a69b-86c2aa6612cd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-dc02fc3f-aaef-4fb9-a47a-cee07013a793 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-dc02fc3f-aaef-4fb9-a47a-cee07013a793 .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-dc02fc3f-aaef-4fb9-a47a-cee07013a793 .shogun-heading-component h3 a {
  color: #000;
}


#s-de398132-223a-4b53-b01a-03bda9f6d25f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: right;
}

#s-de398132-223a-4b53-b01a-03bda9f6d25f .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: right;
}



#s-c109386d-5618-4159-b0fe-52e1528f8d8e {
  margin-top: 1%;
margin-bottom: 3%;
}

@media (min-width: 0px) {
[id="s-7c0af583-c321-44d3-9db9-729395386f21"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-7c0af583-c321-44d3-9db9-729395386f21"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7c0af583-c321-44d3-9db9-729395386f21"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7c0af583-c321-44d3-9db9-729395386f21"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-8c32c4f3-7a5c-43cb-aab9-f6fad877b960 {
  display: none;
}
#s-67eabaf1-3b20-4082-8b83-dc1edfa62ea8 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: left;
cursor: pointer;
}
#s-67eabaf1-3b20-4082-8b83-dc1edfa62ea8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-67eabaf1-3b20-4082-8b83-dc1edfa62ea8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-67eabaf1-3b20-4082-8b83-dc1edfa62ea8-atc-btn-wrapper {
    text-align: left;
  }


#s-67eabaf1-3b20-4082-8b83-dc1edfa62ea8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-67eabaf1-3b20-4082-8b83-dc1edfa62ea8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-67eabaf1-3b20-4082-8b83-dc1edfa62ea8.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-67eabaf1-3b20-4082-8b83-dc1edfa62ea8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-8d2ad822-12bf-4ae2-99e9-e4e1af1694d8 {
  text-align: right;
}







  img.s-8d2ad822-12bf-4ae2-99e9-e4e1af1694d8.shogun-image {
    
    
  }


.s-8d2ad822-12bf-4ae2-99e9-e4e1af1694d8 .shogun-image-content {
  
    align-items: center;
  
}

.s-8d2ad822-12bf-4ae2-99e9-e4e1af1694d8.shg-align-container {
  text-align: right
}

.s-8d2ad822-12bf-4ae2-99e9-e4e1af1694d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d2ad822-12bf-4ae2-99e9-e4e1af1694d8.shogun-image {
  box-sizing: border-box;
}



#s-d4d6eee9-e1d0-4439-927a-e95a8e5090c1 {
  margin-top: 2%;
margin-bottom: 2%;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-d4d6eee9-e1d0-4439-927a-e95a8e5090c1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d4d6eee9-e1d0-4439-927a-e95a8e5090c1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5e900935-5db3-4df8-a459-ae1ce714b755 {
  text-align: center;
}







  img.s-5e900935-5db3-4df8-a459-ae1ce714b755.shogun-image {
    
    
  }


.s-5e900935-5db3-4df8-a459-ae1ce714b755 .shogun-image-content {
  
    align-items: center;
  
}

.s-5e900935-5db3-4df8-a459-ae1ce714b755.shg-align-container {
  text-align: center
}

.s-5e900935-5db3-4df8-a459-ae1ce714b755.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e900935-5db3-4df8-a459-ae1ce714b755.shogun-image {
  box-sizing: border-box;
}



#s-74395d31-7ed7-4540-84b7-cadafaba37fc {
  padding-top: 0%;
padding-bottom: 0%;
}

@media (min-width: 0px) {
[id="s-74395d31-7ed7-4540-84b7-cadafaba37fc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-74395d31-7ed7-4540-84b7-cadafaba37fc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-74395d31-7ed7-4540-84b7-cadafaba37fc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-74395d31-7ed7-4540-84b7-cadafaba37fc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-74395d31-7ed7-4540-84b7-cadafaba37fc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-74395d31-7ed7-4540-84b7-cadafaba37fc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-74395d31-7ed7-4540-84b7-cadafaba37fc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-40659162-1981-4bff-a538-ed0504ff7b32 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-40659162-1981-4bff-a538-ed0504ff7b32 .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-40659162-1981-4bff-a538-ed0504ff7b32 .shogun-heading-component h3 a {
  color: #000;
}


#s-9bc6311b-4cc9-4114-ab45-fd084fa488bb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: right;
}

#s-9bc6311b-4cc9-4114-ab45-fd084fa488bb .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: right;
}



#s-e984d88c-1980-4fb1-b38c-de0f46c31d0f {
  margin-top: 1%;
margin-bottom: 3%;
}

@media (min-width: 0px) {
[id="s-03c489ce-fcea-4f91-a098-205f726b465c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-03c489ce-fcea-4f91-a098-205f726b465c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-03c489ce-fcea-4f91-a098-205f726b465c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-03c489ce-fcea-4f91-a098-205f726b465c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-6081524c-0b96-444b-9977-b80ea3138363 {
  display: none;
}
#s-8ba1c5fd-44e6-42a9-ac62-c3a3357804fc {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: left;
cursor: pointer;
}
#s-8ba1c5fd-44e6-42a9-ac62-c3a3357804fc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8ba1c5fd-44e6-42a9-ac62-c3a3357804fc:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8ba1c5fd-44e6-42a9-ac62-c3a3357804fc-atc-btn-wrapper {
    text-align: left;
  }


#s-8ba1c5fd-44e6-42a9-ac62-c3a3357804fc {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8ba1c5fd-44e6-42a9-ac62-c3a3357804fc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8ba1c5fd-44e6-42a9-ac62-c3a3357804fc.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-8ba1c5fd-44e6-42a9-ac62-c3a3357804fc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-05621289-bbd9-4d4b-97f9-681562ec8372 {
  text-align: right;
}







  img.s-05621289-bbd9-4d4b-97f9-681562ec8372.shogun-image {
    
    
  }


.s-05621289-bbd9-4d4b-97f9-681562ec8372 .shogun-image-content {
  
    align-items: center;
  
}

.s-05621289-bbd9-4d4b-97f9-681562ec8372.shg-align-container {
  text-align: right
}

.s-05621289-bbd9-4d4b-97f9-681562ec8372.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-05621289-bbd9-4d4b-97f9-681562ec8372.shogun-image {
  box-sizing: border-box;
}



#s-ca72f4dc-5f22-494a-9623-9f4e5bfd62f2 {
  margin-top: 2%;
margin-bottom: 2%;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-ca72f4dc-5f22-494a-9623-9f4e5bfd62f2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ca72f4dc-5f22-494a-9623-9f4e5bfd62f2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9b96e0bb-2937-4372-a08e-9eee1658ef93 {
  text-align: center;
}







  img.s-9b96e0bb-2937-4372-a08e-9eee1658ef93.shogun-image {
    
    
  }


.s-9b96e0bb-2937-4372-a08e-9eee1658ef93 .shogun-image-content {
  
    align-items: center;
  
}

.s-9b96e0bb-2937-4372-a08e-9eee1658ef93.shg-align-container {
  text-align: center
}

.s-9b96e0bb-2937-4372-a08e-9eee1658ef93.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b96e0bb-2937-4372-a08e-9eee1658ef93.shogun-image {
  box-sizing: border-box;
}



#s-2f2162cc-5b2b-4ca7-aee2-fbd7a3073571 {
  padding-top: 0%;
padding-bottom: 0%;
}

@media (min-width: 0px) {
[id="s-2f2162cc-5b2b-4ca7-aee2-fbd7a3073571"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-2f2162cc-5b2b-4ca7-aee2-fbd7a3073571"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2f2162cc-5b2b-4ca7-aee2-fbd7a3073571"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2f2162cc-5b2b-4ca7-aee2-fbd7a3073571"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2f2162cc-5b2b-4ca7-aee2-fbd7a3073571"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2f2162cc-5b2b-4ca7-aee2-fbd7a3073571"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2f2162cc-5b2b-4ca7-aee2-fbd7a3073571"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-5bbfe8d3-b051-4a8d-863e-cc042ad84ce3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-5bbfe8d3-b051-4a8d-863e-cc042ad84ce3 .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-5bbfe8d3-b051-4a8d-863e-cc042ad84ce3 .shogun-heading-component h3 a {
  color: #000;
}


#s-30842e2b-58fd-44a2-9ed8-105fdbaeeb93 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: right;
}

#s-30842e2b-58fd-44a2-9ed8-105fdbaeeb93 .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: right;
}



#s-b11c5323-299f-4ec1-857c-f69579575a44 {
  margin-top: 1%;
margin-bottom: 3%;
}

@media (min-width: 0px) {
[id="s-10cac99d-c08b-444e-8e1b-41924bfd04dc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-10cac99d-c08b-444e-8e1b-41924bfd04dc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-10cac99d-c08b-444e-8e1b-41924bfd04dc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-10cac99d-c08b-444e-8e1b-41924bfd04dc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-1d1f7565-12e3-4b36-bc60-d1378dcf16c3 {
  display: none;
}
#s-529b8eac-caf5-4bfe-9475-80a8c6fb5c09 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: left;
cursor: pointer;
}
#s-529b8eac-caf5-4bfe-9475-80a8c6fb5c09:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-529b8eac-caf5-4bfe-9475-80a8c6fb5c09:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-529b8eac-caf5-4bfe-9475-80a8c6fb5c09-atc-btn-wrapper {
    text-align: left;
  }


#s-529b8eac-caf5-4bfe-9475-80a8c6fb5c09 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-529b8eac-caf5-4bfe-9475-80a8c6fb5c09.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-529b8eac-caf5-4bfe-9475-80a8c6fb5c09.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-529b8eac-caf5-4bfe-9475-80a8c6fb5c09.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-ed0e4111-85f8-489d-b50d-040108f5474c {
  text-align: right;
}







  img.s-ed0e4111-85f8-489d-b50d-040108f5474c.shogun-image {
    
    
  }


.s-ed0e4111-85f8-489d-b50d-040108f5474c .shogun-image-content {
  
    align-items: center;
  
}

.s-ed0e4111-85f8-489d-b50d-040108f5474c.shg-align-container {
  text-align: right
}

.s-ed0e4111-85f8-489d-b50d-040108f5474c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed0e4111-85f8-489d-b50d-040108f5474c.shogun-image {
  box-sizing: border-box;
}



#s-3e44c003-a3d3-4c21-9b82-c65138c81650 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-3e44c003-a3d3-4c21-9b82-c65138c81650 {
  display: none;
}
#s-3e44c003-a3d3-4c21-9b82-c65138c81650, #wrap-s-3e44c003-a3d3-4c21-9b82-c65138c81650 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3e44c003-a3d3-4c21-9b82-c65138c81650 {
  display: none;
}
#s-3e44c003-a3d3-4c21-9b82-c65138c81650, #wrap-s-3e44c003-a3d3-4c21-9b82-c65138c81650 { display:none !important; }}@media (max-width: 767px){#s-3e44c003-a3d3-4c21-9b82-c65138c81650 {
  display: none;
}
#s-3e44c003-a3d3-4c21-9b82-c65138c81650, #wrap-s-3e44c003-a3d3-4c21-9b82-c65138c81650 { display:none !important; }}
#s-3e44c003-a3d3-4c21-9b82-c65138c81650 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-3e44c003-a3d3-4c21-9b82-c65138c81650 .shg-sld-nav-button.shg-sld-left,
#s-3e44c003-a3d3-4c21-9b82-c65138c81650 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-5f55dc9e-700d-4a6d-aac0-399e99a312b7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5f55dc9e-700d-4a6d-aac0-399e99a312b7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5f55dc9e-700d-4a6d-aac0-399e99a312b7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5f55dc9e-700d-4a6d-aac0-399e99a312b7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-b3b10953-70da-4c7c-ac1b-e5696d4685dd {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-b3b10953-70da-4c7c-ac1b-e5696d4685dd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b3b10953-70da-4c7c-ac1b-e5696d4685dd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b569735a-f6c0-4830-be04-576cbc745659 {
  text-align: center;
}







  img.s-b569735a-f6c0-4830-be04-576cbc745659.shogun-image {
    
    
  }


.s-b569735a-f6c0-4830-be04-576cbc745659 .shogun-image-content {
  
    align-items: center;
  
}

.s-b569735a-f6c0-4830-be04-576cbc745659.shg-align-container {
  text-align: center
}

.s-b569735a-f6c0-4830-be04-576cbc745659.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b569735a-f6c0-4830-be04-576cbc745659.shogun-image {
  box-sizing: border-box;
}



#s-d19dee2f-5dbf-412c-96b3-b2c7d416da9e {
  padding-top: 0%;
padding-bottom: 0%;
}

@media (min-width: 0px) {
[id="s-d19dee2f-5dbf-412c-96b3-b2c7d416da9e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d19dee2f-5dbf-412c-96b3-b2c7d416da9e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d19dee2f-5dbf-412c-96b3-b2c7d416da9e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d19dee2f-5dbf-412c-96b3-b2c7d416da9e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d19dee2f-5dbf-412c-96b3-b2c7d416da9e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d19dee2f-5dbf-412c-96b3-b2c7d416da9e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d19dee2f-5dbf-412c-96b3-b2c7d416da9e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-d01bd4c3-7965-4be4-af1c-6d1153fadc6a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d01bd4c3-7965-4be4-af1c-6d1153fadc6a .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-0f8ff9e7-337c-4ca6-9e1a-d467877e7aed {
  padding-top: 10px;
padding-bottom: 10px;
text-align: right;
}

#s-0f8ff9e7-337c-4ca6-9e1a-d467877e7aed .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: right;
}



@media (min-width: 0px) {
[id="s-90dda2d3-c3fa-42cc-83aa-b04420036ea0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-90dda2d3-c3fa-42cc-83aa-b04420036ea0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-90dda2d3-c3fa-42cc-83aa-b04420036ea0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-90dda2d3-c3fa-42cc-83aa-b04420036ea0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-cfe1ff3e-fdd3-40aa-b9d8-e9a6b8587c46 {
  border-style: solid;
padding-top: 15px;
padding-left: 25px;
padding-bottom: 15px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(7, 7, 7, 0.98);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(254, 251, 251, 1);
}
#s-cfe1ff3e-fdd3-40aa-b9d8-e9a6b8587c46:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
background-color: rgba(254, 254, 254, 1) !important;
text-decoration: none !important;
color: rgba(3, 3, 3, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-cfe1ff3e-fdd3-40aa-b9d8-e9a6b8587c46:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-cfe1ff3e-fdd3-40aa-b9d8-e9a6b8587c46.shg-btn {
  color: rgba(254, 251, 251, 1);
  font-size: 11px;
  
  
  
  display:  inline-block ;
}

#s-913534b3-4bbc-4422-a244-d0e786c260c1 {
  text-align: right;
}







  img.s-913534b3-4bbc-4422-a244-d0e786c260c1.shogun-image {
    
    
  }


.s-913534b3-4bbc-4422-a244-d0e786c260c1 .shogun-image-content {
  
    align-items: center;
  
}

.s-913534b3-4bbc-4422-a244-d0e786c260c1.shg-align-container {
  text-align: right
}

.s-913534b3-4bbc-4422-a244-d0e786c260c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-913534b3-4bbc-4422-a244-d0e786c260c1.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 0px) {
[id="s-cac89aef-5275-4bf2-b418-ab6a21529070"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cac89aef-5275-4bf2-b418-ab6a21529070"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cac89aef-5275-4bf2-b418-ab6a21529070"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cac89aef-5275-4bf2-b418-ab6a21529070"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-d7cfab6f-d775-4970-925d-d18780d7e30e {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-d7cfab6f-d775-4970-925d-d18780d7e30e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d7cfab6f-d775-4970-925d-d18780d7e30e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-6e3e278b-2461-4479-b9fa-ca57c1737e15 {
  text-align: center;
}







  img.s-6e3e278b-2461-4479-b9fa-ca57c1737e15.shogun-image {
    
    
  }


.s-6e3e278b-2461-4479-b9fa-ca57c1737e15 .shogun-image-content {
  
    align-items: center;
  
}

.s-6e3e278b-2461-4479-b9fa-ca57c1737e15.shg-align-container {
  text-align: center
}

.s-6e3e278b-2461-4479-b9fa-ca57c1737e15.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e3e278b-2461-4479-b9fa-ca57c1737e15.shogun-image {
  box-sizing: border-box;
}



#s-fd7750f7-8a0a-422b-9120-bd44afff2019 {
  padding-top: 0%;
padding-bottom: 0%;
}

@media (min-width: 0px) {
[id="s-fd7750f7-8a0a-422b-9120-bd44afff2019"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fd7750f7-8a0a-422b-9120-bd44afff2019"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fd7750f7-8a0a-422b-9120-bd44afff2019"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fd7750f7-8a0a-422b-9120-bd44afff2019"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fd7750f7-8a0a-422b-9120-bd44afff2019"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fd7750f7-8a0a-422b-9120-bd44afff2019"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fd7750f7-8a0a-422b-9120-bd44afff2019"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-fb31e49c-f621-4198-9fde-d59ea79ea483 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-fb31e49c-f621-4198-9fde-d59ea79ea483 .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-ada35276-d82d-4e4f-8528-5ecbdb8e5057 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: right;
}

#s-ada35276-d82d-4e4f-8528-5ecbdb8e5057 .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: right;
}



@media (min-width: 0px) {
[id="s-75bdd841-4378-40ab-8164-de6ef4f76c23"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-75bdd841-4378-40ab-8164-de6ef4f76c23"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-75bdd841-4378-40ab-8164-de6ef4f76c23"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-75bdd841-4378-40ab-8164-de6ef4f76c23"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f56d3432-ee7a-4185-baa2-b252dee07813 {
  border-style: solid;
padding-top: 15px;
padding-left: 25px;
padding-bottom: 15px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(7, 7, 7, 0.98);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(254, 251, 251, 1);
}
#s-f56d3432-ee7a-4185-baa2-b252dee07813:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
background-color: rgba(254, 254, 254, 1) !important;
text-decoration: none !important;
color: rgba(3, 3, 3, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-f56d3432-ee7a-4185-baa2-b252dee07813:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f56d3432-ee7a-4185-baa2-b252dee07813.shg-btn {
  color: rgba(254, 251, 251, 1);
  font-size: 11px;
  
  
  
  display:  inline-block ;
}

#s-ef4c92d8-9be4-46ca-8353-e4941136ffaf {
  text-align: right;
}







  img.s-ef4c92d8-9be4-46ca-8353-e4941136ffaf.shogun-image {
    
    
  }


.s-ef4c92d8-9be4-46ca-8353-e4941136ffaf .shogun-image-content {
  
    align-items: center;
  
}

.s-ef4c92d8-9be4-46ca-8353-e4941136ffaf.shg-align-container {
  text-align: right
}

.s-ef4c92d8-9be4-46ca-8353-e4941136ffaf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef4c92d8-9be4-46ca-8353-e4941136ffaf.shogun-image {
  box-sizing: border-box;
}



#s-279b30d6-a2f8-44ed-9ae7-1bb2c081180f {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-279b30d6-a2f8-44ed-9ae7-1bb2c081180f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-279b30d6-a2f8-44ed-9ae7-1bb2c081180f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cb74b0da-11e4-418b-9e41-5294852a0916 {
  text-align: center;
}







  img.s-cb74b0da-11e4-418b-9e41-5294852a0916.shogun-image {
    
    
  }


.s-cb74b0da-11e4-418b-9e41-5294852a0916 .shogun-image-content {
  
    align-items: center;
  
}

.s-cb74b0da-11e4-418b-9e41-5294852a0916.shg-align-container {
  text-align: center
}

.s-cb74b0da-11e4-418b-9e41-5294852a0916.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb74b0da-11e4-418b-9e41-5294852a0916.shogun-image {
  box-sizing: border-box;
}



#s-d4f82a4f-cf92-48bd-8d2a-ac2de3a0faf6 {
  padding-top: 0%;
padding-bottom: 0%;
}

@media (min-width: 0px) {
[id="s-d4f82a4f-cf92-48bd-8d2a-ac2de3a0faf6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d4f82a4f-cf92-48bd-8d2a-ac2de3a0faf6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d4f82a4f-cf92-48bd-8d2a-ac2de3a0faf6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d4f82a4f-cf92-48bd-8d2a-ac2de3a0faf6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d4f82a4f-cf92-48bd-8d2a-ac2de3a0faf6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d4f82a4f-cf92-48bd-8d2a-ac2de3a0faf6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d4f82a4f-cf92-48bd-8d2a-ac2de3a0faf6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-49ba7c5a-c1e6-4e61-8cc1-afae7309689e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-49ba7c5a-c1e6-4e61-8cc1-afae7309689e .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-98d6b885-a2a9-4e74-bfa0-129f82eccb6f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: right;
}

#s-98d6b885-a2a9-4e74-bfa0-129f82eccb6f .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: right;
}



@media (min-width: 0px) {
[id="s-9cf26737-9a9b-4de0-a368-e6bb31977c7a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9cf26737-9a9b-4de0-a368-e6bb31977c7a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9cf26737-9a9b-4de0-a368-e6bb31977c7a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9cf26737-9a9b-4de0-a368-e6bb31977c7a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-0a499c46-389c-4b74-82d0-9fc3b2253fa7 {
  border-style: solid;
padding-top: 15px;
padding-left: 25px;
padding-bottom: 15px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(7, 7, 7, 0.98);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(254, 251, 251, 1);
}
#s-0a499c46-389c-4b74-82d0-9fc3b2253fa7:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
background-color: rgba(254, 254, 254, 1) !important;
text-decoration: none !important;
color: rgba(3, 3, 3, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-0a499c46-389c-4b74-82d0-9fc3b2253fa7:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0a499c46-389c-4b74-82d0-9fc3b2253fa7.shg-btn {
  color: rgba(254, 251, 251, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-1da5878b-0cf4-48f5-9ea6-9dbb10f4aa58 {
  text-align: right;
}







  img.s-1da5878b-0cf4-48f5-9ea6-9dbb10f4aa58.shogun-image {
    
    
  }


.s-1da5878b-0cf4-48f5-9ea6-9dbb10f4aa58 .shogun-image-content {
  
    align-items: center;
  
}

.s-1da5878b-0cf4-48f5-9ea6-9dbb10f4aa58.shg-align-container {
  text-align: right
}

.s-1da5878b-0cf4-48f5-9ea6-9dbb10f4aa58.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1da5878b-0cf4-48f5-9ea6-9dbb10f4aa58.shogun-image {
  box-sizing: border-box;
}



#s-39fb794e-caf4-48d0-b994-6cde1f55fce8 {
  margin-top: 10%;
text-align: left;
}
@media (min-width: 1200px){#s-39fb794e-caf4-48d0-b994-6cde1f55fce8 {
  display: none;
}
#s-39fb794e-caf4-48d0-b994-6cde1f55fce8, #wrap-s-39fb794e-caf4-48d0-b994-6cde1f55fce8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-39fb794e-caf4-48d0-b994-6cde1f55fce8 {
  display: none;
}
#s-39fb794e-caf4-48d0-b994-6cde1f55fce8, #wrap-s-39fb794e-caf4-48d0-b994-6cde1f55fce8 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-39fb794e-caf4-48d0-b994-6cde1f55fce8 {
  display: none;
}
#s-39fb794e-caf4-48d0-b994-6cde1f55fce8, #wrap-s-39fb794e-caf4-48d0-b994-6cde1f55fce8 { display:none !important; }}
#s-39fb794e-caf4-48d0-b994-6cde1f55fce8 .shogun-heading-component h1 {
  color: #000;
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-8c77281f-8618-4dfa-96b3-84b7ffe4219a {
  margin-top: 7%;
margin-bottom: 7%;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-8c77281f-8618-4dfa-96b3-84b7ffe4219a {
  display: none;
}
#s-8c77281f-8618-4dfa-96b3-84b7ffe4219a, #wrap-s-8c77281f-8618-4dfa-96b3-84b7ffe4219a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8c77281f-8618-4dfa-96b3-84b7ffe4219a {
  display: none;
}
#s-8c77281f-8618-4dfa-96b3-84b7ffe4219a, #wrap-s-8c77281f-8618-4dfa-96b3-84b7ffe4219a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8c77281f-8618-4dfa-96b3-84b7ffe4219a {
  margin-top: 3%;
margin-bottom: 3%;
}
}
#s-8c77281f-8618-4dfa-96b3-84b7ffe4219a .shg-sld-dot {
  background-color: rgba(3, 3, 3, 1);
}

#s-8c77281f-8618-4dfa-96b3-84b7ffe4219a .shg-sld-nav-button.shg-sld-left,
#s-8c77281f-8618-4dfa-96b3-84b7ffe4219a .shg-sld-nav-button.shg-sld-right {
  fill: rgba(3, 3, 3, 1);
}

#s-d46d5f29-a3ec-46eb-a78a-308b8cc0f42a {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-d46d5f29-a3ec-46eb-a78a-308b8cc0f42a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d46d5f29-a3ec-46eb-a78a-308b8cc0f42a {
  cursor: pointer;
}#s-d46d5f29-a3ec-46eb-a78a-308b8cc0f42a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-7a7c80cc-0cbc-414c-9a67-faed1b30fe75 {
  text-align: center;
}







  img.s-7a7c80cc-0cbc-414c-9a67-faed1b30fe75.shogun-image {
    
    
  }


.s-7a7c80cc-0cbc-414c-9a67-faed1b30fe75 .shogun-image-content {
  
    align-items: center;
  
}

.s-7a7c80cc-0cbc-414c-9a67-faed1b30fe75.shg-align-container {
  text-align: center
}

.s-7a7c80cc-0cbc-414c-9a67-faed1b30fe75.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a7c80cc-0cbc-414c-9a67-faed1b30fe75.shogun-image {
  box-sizing: border-box;
}



#s-093afefa-a487-4213-806f-4952bbbae2a6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-093afefa-a487-4213-806f-4952bbbae2a6 .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-093afefa-a487-4213-806f-4952bbbae2a6 .shogun-heading-component h3 a {
  color: #000;
}


#s-f891b626-e29a-442f-add0-fc4e74b909ce {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-f891b626-e29a-442f-add0-fc4e74b909ce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f891b626-e29a-442f-add0-fc4e74b909ce {
  cursor: pointer;
}#s-f891b626-e29a-442f-add0-fc4e74b909ce.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-96450cae-056e-4375-ae37-30b9be2236bd {
  text-align: center;
}







  img.s-96450cae-056e-4375-ae37-30b9be2236bd.shogun-image {
    
    
  }


.s-96450cae-056e-4375-ae37-30b9be2236bd .shogun-image-content {
  
    align-items: center;
  
}

.s-96450cae-056e-4375-ae37-30b9be2236bd.shg-align-container {
  text-align: center
}

.s-96450cae-056e-4375-ae37-30b9be2236bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96450cae-056e-4375-ae37-30b9be2236bd.shogun-image {
  box-sizing: border-box;
}



#s-02772457-0c48-4bc8-9693-118034040a9d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-02772457-0c48-4bc8-9693-118034040a9d .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-02772457-0c48-4bc8-9693-118034040a9d .shogun-heading-component h3 a {
  color: #000;
}


#s-7e8337c1-f0c0-44f8-861d-26607f229cec {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-7e8337c1-f0c0-44f8-861d-26607f229cec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7e8337c1-f0c0-44f8-861d-26607f229cec {
  cursor: pointer;
}#s-7e8337c1-f0c0-44f8-861d-26607f229cec.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-83cc174a-38d2-41da-9a6c-65f13887b5f3 {
  text-align: center;
}







  img.s-83cc174a-38d2-41da-9a6c-65f13887b5f3.shogun-image {
    
    
  }


.s-83cc174a-38d2-41da-9a6c-65f13887b5f3 .shogun-image-content {
  
    align-items: center;
  
}

.s-83cc174a-38d2-41da-9a6c-65f13887b5f3.shg-align-container {
  text-align: center
}

.s-83cc174a-38d2-41da-9a6c-65f13887b5f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-83cc174a-38d2-41da-9a6c-65f13887b5f3.shogun-image {
  box-sizing: border-box;
}



#s-46af3504-1000-45a6-b653-036c09f1f063 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-46af3504-1000-45a6-b653-036c09f1f063 .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-46af3504-1000-45a6-b653-036c09f1f063 .shogun-heading-component h3 a {
  color: #000;
}


#s-ad4bf2d6-0de2-48c7-807d-925da6f02b72 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-ad4bf2d6-0de2-48c7-807d-925da6f02b72 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ad4bf2d6-0de2-48c7-807d-925da6f02b72 {
  cursor: pointer;
}#s-ad4bf2d6-0de2-48c7-807d-925da6f02b72.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-db25c3c6-21c1-42fa-860f-84d7748db5e2 {
  text-align: center;
}







  img.s-db25c3c6-21c1-42fa-860f-84d7748db5e2.shogun-image {
    
    
  }


.s-db25c3c6-21c1-42fa-860f-84d7748db5e2 .shogun-image-content {
  
    align-items: center;
  
}

.s-db25c3c6-21c1-42fa-860f-84d7748db5e2.shg-align-container {
  text-align: center
}

.s-db25c3c6-21c1-42fa-860f-84d7748db5e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db25c3c6-21c1-42fa-860f-84d7748db5e2.shogun-image {
  box-sizing: border-box;
}



#s-5a07c256-efe2-44d5-af1b-b443004aaf26 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-5a07c256-efe2-44d5-af1b-b443004aaf26 .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-5a07c256-efe2-44d5-af1b-b443004aaf26 .shogun-heading-component h3 a {
  color: #000;
}


#s-fd4514c5-b37b-4ef2-8a80-82ff30f490f9 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-fd4514c5-b37b-4ef2-8a80-82ff30f490f9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fd4514c5-b37b-4ef2-8a80-82ff30f490f9 {
  cursor: pointer;
}#s-fd4514c5-b37b-4ef2-8a80-82ff30f490f9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d6c945c1-98c1-4364-ac00-105362faed7d {
  text-align: center;
}







  img.s-d6c945c1-98c1-4364-ac00-105362faed7d.shogun-image {
    
    
  }


.s-d6c945c1-98c1-4364-ac00-105362faed7d .shogun-image-content {
  
    align-items: center;
  
}

.s-d6c945c1-98c1-4364-ac00-105362faed7d.shg-align-container {
  text-align: center
}

.s-d6c945c1-98c1-4364-ac00-105362faed7d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d6c945c1-98c1-4364-ac00-105362faed7d.shogun-image {
  box-sizing: border-box;
}



#s-eb4aacf2-4e1d-4964-8096-5df62ab9fcfd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-eb4aacf2-4e1d-4964-8096-5df62ab9fcfd .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-eb4aacf2-4e1d-4964-8096-5df62ab9fcfd .shogun-heading-component h3 a {
  color: #000;
}


#s-d4b3b6b6-4837-4e9c-83fd-1d966dde465c {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-d4b3b6b6-4837-4e9c-83fd-1d966dde465c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d4b3b6b6-4837-4e9c-83fd-1d966dde465c {
  cursor: pointer;
}#s-d4b3b6b6-4837-4e9c-83fd-1d966dde465c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4da1a541-7bf4-4d31-bf12-4cb3e33061b7 {
  text-align: center;
}







  img.s-4da1a541-7bf4-4d31-bf12-4cb3e33061b7.shogun-image {
    
    
  }


.s-4da1a541-7bf4-4d31-bf12-4cb3e33061b7 .shogun-image-content {
  
    align-items: center;
  
}

.s-4da1a541-7bf4-4d31-bf12-4cb3e33061b7.shg-align-container {
  text-align: center
}

.s-4da1a541-7bf4-4d31-bf12-4cb3e33061b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4da1a541-7bf4-4d31-bf12-4cb3e33061b7.shogun-image {
  box-sizing: border-box;
}



#s-8b0157d2-ecbe-4873-9072-6d372aaa3d97 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-8b0157d2-ecbe-4873-9072-6d372aaa3d97 .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-8b0157d2-ecbe-4873-9072-6d372aaa3d97 .shogun-heading-component h3 a {
  color: #000;
}


#s-fd11c792-95b1-4926-babc-0d99c8021199 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-fd11c792-95b1-4926-babc-0d99c8021199 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fd11c792-95b1-4926-babc-0d99c8021199 {
  cursor: pointer;
}#s-fd11c792-95b1-4926-babc-0d99c8021199.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-58e862e1-8779-4b76-a516-a0b248dcb5c0 {
  text-align: center;
}







  img.s-58e862e1-8779-4b76-a516-a0b248dcb5c0.shogun-image {
    
    
  }


.s-58e862e1-8779-4b76-a516-a0b248dcb5c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-58e862e1-8779-4b76-a516-a0b248dcb5c0.shg-align-container {
  text-align: center
}

.s-58e862e1-8779-4b76-a516-a0b248dcb5c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-58e862e1-8779-4b76-a516-a0b248dcb5c0.shogun-image {
  box-sizing: border-box;
}



#s-a1cb609d-1e2a-4725-83a7-cdc51f472683 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a1cb609d-1e2a-4725-83a7-cdc51f472683 .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-a1cb609d-1e2a-4725-83a7-cdc51f472683 .shogun-heading-component h3 a {
  color: #000;
}


#s-20ab4c3d-240d-4378-9cd7-fae5855fe829 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-20ab4c3d-240d-4378-9cd7-fae5855fe829 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-20ab4c3d-240d-4378-9cd7-fae5855fe829 {
  cursor: pointer;
}#s-20ab4c3d-240d-4378-9cd7-fae5855fe829.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-be14b8c0-8a50-467e-bbbb-1c09e171c8df {
  text-align: center;
}







  img.s-be14b8c0-8a50-467e-bbbb-1c09e171c8df.shogun-image {
    
    
  }


.s-be14b8c0-8a50-467e-bbbb-1c09e171c8df .shogun-image-content {
  
    align-items: center;
  
}

.s-be14b8c0-8a50-467e-bbbb-1c09e171c8df.shg-align-container {
  text-align: center
}

.s-be14b8c0-8a50-467e-bbbb-1c09e171c8df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be14b8c0-8a50-467e-bbbb-1c09e171c8df.shogun-image {
  box-sizing: border-box;
}



#s-3e0696e0-1e3c-457a-a8fb-9bdbb6e9b71b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-3e0696e0-1e3c-457a-a8fb-9bdbb6e9b71b .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-3e0696e0-1e3c-457a-a8fb-9bdbb6e9b71b .shogun-heading-component h3 a {
  color: #000;
}


#s-02885115-01a8-46a5-81ce-33418257e65b {
  margin-top: 7%;
margin-bottom: 7%;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-02885115-01a8-46a5-81ce-33418257e65b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-02885115-01a8-46a5-81ce-33418257e65b {
  display: none;
}
#s-02885115-01a8-46a5-81ce-33418257e65b, #wrap-s-02885115-01a8-46a5-81ce-33418257e65b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-02885115-01a8-46a5-81ce-33418257e65b {
  margin-top: 3%;
margin-bottom: 3%;
display: none;
}
#s-02885115-01a8-46a5-81ce-33418257e65b, #wrap-s-02885115-01a8-46a5-81ce-33418257e65b { display:none !important; }}@media (max-width: 767px){#s-02885115-01a8-46a5-81ce-33418257e65b {
  display: none;
}
#s-02885115-01a8-46a5-81ce-33418257e65b, #wrap-s-02885115-01a8-46a5-81ce-33418257e65b { display:none !important; }}
#s-02885115-01a8-46a5-81ce-33418257e65b .shg-sld-dot {
  background-color: rgba(3, 3, 3, 1);
}

#s-02885115-01a8-46a5-81ce-33418257e65b .shg-sld-nav-button.shg-sld-left,
#s-02885115-01a8-46a5-81ce-33418257e65b .shg-sld-nav-button.shg-sld-right {
  fill: rgba(3, 3, 3, 1);
}

#s-2ec51cc4-d692-46d1-95a7-91d43602f4b2 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-2ec51cc4-d692-46d1-95a7-91d43602f4b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2ec51cc4-d692-46d1-95a7-91d43602f4b2 {
  cursor: pointer;
}#s-2ec51cc4-d692-46d1-95a7-91d43602f4b2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eaade811-2dae-425c-8b3c-14d6fa01c040 {
  text-align: center;
}







  img.s-eaade811-2dae-425c-8b3c-14d6fa01c040.shogun-image {
    
    
  }


.s-eaade811-2dae-425c-8b3c-14d6fa01c040 .shogun-image-content {
  
    align-items: center;
  
}

.s-eaade811-2dae-425c-8b3c-14d6fa01c040.shg-align-container {
  text-align: center
}

.s-eaade811-2dae-425c-8b3c-14d6fa01c040.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eaade811-2dae-425c-8b3c-14d6fa01c040.shogun-image {
  box-sizing: border-box;
}



#s-de599832-0677-4781-ad5c-d6a56894606d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-de599832-0677-4781-ad5c-d6a56894606d .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-de599832-0677-4781-ad5c-d6a56894606d .shogun-heading-component h3 a {
  color: #000;
}


#s-a2a988c8-fbe5-4ef4-a930-d5aa025fabc9 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-a2a988c8-fbe5-4ef4-a930-d5aa025fabc9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a2a988c8-fbe5-4ef4-a930-d5aa025fabc9 {
  cursor: pointer;
}#s-a2a988c8-fbe5-4ef4-a930-d5aa025fabc9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3b23923f-c810-4826-85fa-a764b1fcf5dc {
  text-align: center;
}







  img.s-3b23923f-c810-4826-85fa-a764b1fcf5dc.shogun-image {
    
    
  }


.s-3b23923f-c810-4826-85fa-a764b1fcf5dc .shogun-image-content {
  
    align-items: center;
  
}

.s-3b23923f-c810-4826-85fa-a764b1fcf5dc.shg-align-container {
  text-align: center
}

.s-3b23923f-c810-4826-85fa-a764b1fcf5dc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b23923f-c810-4826-85fa-a764b1fcf5dc.shogun-image {
  box-sizing: border-box;
}



#s-f709a8d0-c647-4d7b-a530-0ac1918be7f5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f709a8d0-c647-4d7b-a530-0ac1918be7f5 .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-f709a8d0-c647-4d7b-a530-0ac1918be7f5 .shogun-heading-component h3 a {
  color: #000;
}


#s-70b0ae8b-6036-4f5c-8f13-06e1b91fe6aa {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-70b0ae8b-6036-4f5c-8f13-06e1b91fe6aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-70b0ae8b-6036-4f5c-8f13-06e1b91fe6aa {
  cursor: pointer;
}#s-70b0ae8b-6036-4f5c-8f13-06e1b91fe6aa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-530bbc21-32b3-40f2-a96b-fc58163a58f9 {
  text-align: center;
}







  img.s-530bbc21-32b3-40f2-a96b-fc58163a58f9.shogun-image {
    
    
  }


.s-530bbc21-32b3-40f2-a96b-fc58163a58f9 .shogun-image-content {
  
    align-items: center;
  
}

.s-530bbc21-32b3-40f2-a96b-fc58163a58f9.shg-align-container {
  text-align: center
}

.s-530bbc21-32b3-40f2-a96b-fc58163a58f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-530bbc21-32b3-40f2-a96b-fc58163a58f9.shogun-image {
  box-sizing: border-box;
}



#s-22d76286-7485-4eff-b779-5c60939b9083 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-22d76286-7485-4eff-b779-5c60939b9083 .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-22d76286-7485-4eff-b779-5c60939b9083 .shogun-heading-component h3 a {
  color: #000;
}


#s-9a4bbea4-b014-414c-9eae-d4d910777939 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-9a4bbea4-b014-414c-9eae-d4d910777939 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9a4bbea4-b014-414c-9eae-d4d910777939 {
  cursor: pointer;
}#s-9a4bbea4-b014-414c-9eae-d4d910777939.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dc19615e-743a-4b4e-8f36-a89b053e7cb1 {
  text-align: center;
}







  img.s-dc19615e-743a-4b4e-8f36-a89b053e7cb1.shogun-image {
    
    
  }


.s-dc19615e-743a-4b4e-8f36-a89b053e7cb1 .shogun-image-content {
  
    align-items: center;
  
}

.s-dc19615e-743a-4b4e-8f36-a89b053e7cb1.shg-align-container {
  text-align: center
}

.s-dc19615e-743a-4b4e-8f36-a89b053e7cb1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc19615e-743a-4b4e-8f36-a89b053e7cb1.shogun-image {
  box-sizing: border-box;
}



#s-73e52d96-a38c-424a-88ae-9e8f983e8cb5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-73e52d96-a38c-424a-88ae-9e8f983e8cb5 .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-73e52d96-a38c-424a-88ae-9e8f983e8cb5 .shogun-heading-component h3 a {
  color: #000;
}


#s-642bd9b0-49b9-477b-9380-9b4c1f534ace {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-642bd9b0-49b9-477b-9380-9b4c1f534ace > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-642bd9b0-49b9-477b-9380-9b4c1f534ace {
  cursor: pointer;
}#s-642bd9b0-49b9-477b-9380-9b4c1f534ace.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8b45b0b6-dac9-4cc4-b88f-6fc894e2c60d {
  text-align: center;
}







  img.s-8b45b0b6-dac9-4cc4-b88f-6fc894e2c60d.shogun-image {
    
    
  }


.s-8b45b0b6-dac9-4cc4-b88f-6fc894e2c60d .shogun-image-content {
  
    align-items: center;
  
}

.s-8b45b0b6-dac9-4cc4-b88f-6fc894e2c60d.shg-align-container {
  text-align: center
}

.s-8b45b0b6-dac9-4cc4-b88f-6fc894e2c60d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8b45b0b6-dac9-4cc4-b88f-6fc894e2c60d.shogun-image {
  box-sizing: border-box;
}



#s-286c1f3c-bfba-437b-bede-1d5efd797873 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-286c1f3c-bfba-437b-bede-1d5efd797873 .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-286c1f3c-bfba-437b-bede-1d5efd797873 .shogun-heading-component h3 a {
  color: #000;
}


#s-b96358df-337e-4f09-a555-131cf73da269 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-b96358df-337e-4f09-a555-131cf73da269 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b96358df-337e-4f09-a555-131cf73da269 {
  cursor: pointer;
}#s-b96358df-337e-4f09-a555-131cf73da269.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f89747eb-84ea-4b55-8219-4b7e784d24a4 {
  text-align: center;
}







  img.s-f89747eb-84ea-4b55-8219-4b7e784d24a4.shogun-image {
    
    
  }


.s-f89747eb-84ea-4b55-8219-4b7e784d24a4 .shogun-image-content {
  
    align-items: center;
  
}

.s-f89747eb-84ea-4b55-8219-4b7e784d24a4.shg-align-container {
  text-align: center
}

.s-f89747eb-84ea-4b55-8219-4b7e784d24a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f89747eb-84ea-4b55-8219-4b7e784d24a4.shogun-image {
  box-sizing: border-box;
}



#s-05d3a719-c33d-46cb-b3a2-a7f614b19153 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-05d3a719-c33d-46cb-b3a2-a7f614b19153 .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-05d3a719-c33d-46cb-b3a2-a7f614b19153 .shogun-heading-component h3 a {
  color: #000;
}


#s-aa75ff3a-638f-4a8c-98f3-64ea266b5671 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-aa75ff3a-638f-4a8c-98f3-64ea266b5671 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aa75ff3a-638f-4a8c-98f3-64ea266b5671 {
  cursor: pointer;
}#s-aa75ff3a-638f-4a8c-98f3-64ea266b5671.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-59324d0d-f836-4332-a2be-9cb99d13eed9 {
  text-align: center;
}







  img.s-59324d0d-f836-4332-a2be-9cb99d13eed9.shogun-image {
    
    
  }


.s-59324d0d-f836-4332-a2be-9cb99d13eed9 .shogun-image-content {
  
    align-items: center;
  
}

.s-59324d0d-f836-4332-a2be-9cb99d13eed9.shg-align-container {
  text-align: center
}

.s-59324d0d-f836-4332-a2be-9cb99d13eed9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-59324d0d-f836-4332-a2be-9cb99d13eed9.shogun-image {
  box-sizing: border-box;
}



#s-1448b984-16db-4fda-bf75-88fc7ff2353b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-1448b984-16db-4fda-bf75-88fc7ff2353b .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-1448b984-16db-4fda-bf75-88fc7ff2353b .shogun-heading-component h3 a {
  color: #000;
}


#s-cbe92126-6e03-4492-b6c8-1b092f024803 {
  box-shadow:0px 1px 25px 5px rgba(134, 133, 133, 1);
background-repeat: no-repeat;
background-size: cover;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 500px;
background-position: center center;
}








#s-cbe92126-6e03-4492-b6c8-1b092f024803 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.6;
}#s-cbe92126-6e03-4492-b6c8-1b092f024803.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-4f9311c3-fe71-4ecc-96e1-1a3692f47bd5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4f9311c3-fe71-4ecc-96e1-1a3692f47bd5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4f9311c3-fe71-4ecc-96e1-1a3692f47bd5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4f9311c3-fe71-4ecc-96e1-1a3692f47bd5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-80936a3f-70e0-44e0-97ce-4a9896fd755e {
  min-height: 450px;
}








#s-80936a3f-70e0-44e0-97ce-4a9896fd755e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-80936a3f-70e0-44e0-97ce-4a9896fd755e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7ad8ae8d-2dcd-4ba3-ac5b-f8cf11ed7347 {
  border-style: solid;
margin-top: 5%;
margin-left: -4%;
margin-bottom: 5%;
margin-right: -4%;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: dashed;
min-height: 400px;
background-color: rgba(255, 255, 255, 0.99);
}








#s-7ad8ae8d-2dcd-4ba3-ac5b-f8cf11ed7347 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7ad8ae8d-2dcd-4ba3-ac5b-f8cf11ed7347.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-69eb0dd6-5b59-4e4b-a63a-6e09b9540ac6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-69eb0dd6-5b59-4e4b-a63a-6e09b9540ac6 {
  display: none;
}
#s-69eb0dd6-5b59-4e4b-a63a-6e09b9540ac6, #wrap-s-69eb0dd6-5b59-4e4b-a63a-6e09b9540ac6 { display:none !important; }}
#s-69eb0dd6-5b59-4e4b-a63a-6e09b9540ac6 .shogun-heading-component h1 {
  color: rgba(5, 5, 5, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-2c188bfa-ca96-4607-9405-e1184a85db1d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-2c188bfa-ca96-4607-9405-e1184a85db1d {
  display: none;
}
#s-2c188bfa-ca96-4607-9405-e1184a85db1d, #wrap-s-2c188bfa-ca96-4607-9405-e1184a85db1d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2c188bfa-ca96-4607-9405-e1184a85db1d {
  display: none;
}
#s-2c188bfa-ca96-4607-9405-e1184a85db1d, #wrap-s-2c188bfa-ca96-4607-9405-e1184a85db1d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2c188bfa-ca96-4607-9405-e1184a85db1d {
  display: none;
}
#s-2c188bfa-ca96-4607-9405-e1184a85db1d, #wrap-s-2c188bfa-ca96-4607-9405-e1184a85db1d { display:none !important; }}
#s-2c188bfa-ca96-4607-9405-e1184a85db1d .shogun-heading-component h1 {
  color: rgba(5, 5, 5, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-5307754b-cad2-48ac-9405-f143a91e52c2 {
  box-shadow:0px 0px 0px 0px ;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(232, 108, 11, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-5307754b-cad2-48ac-9405-f143a91e52c2:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(6, 6, 6, 1) !important;}#s-5307754b-cad2-48ac-9405-f143a91e52c2:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5307754b-cad2-48ac-9405-f143a91e52c2.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}

@media (min-width: 0px) {
[id="s-7d8d3403-31d9-451d-94b6-d43d65f89294"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7d8d3403-31d9-451d-94b6-d43d65f89294"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7d8d3403-31d9-451d-94b6-d43d65f89294"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7d8d3403-31d9-451d-94b6-d43d65f89294"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-54aa9817-0943-45dd-9eb9-5b464cfe638b {
  border-style: solid;
margin-top: 5%;
margin-left: -4%;
margin-bottom: 5%;
margin-right: -4%;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: dashed;
min-height: 400px;
background-color: rgba(255, 255, 255, 0.99);
}








#s-54aa9817-0943-45dd-9eb9-5b464cfe638b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-54aa9817-0943-45dd-9eb9-5b464cfe638b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ad9d29cc-d8bd-4050-86d6-317b484ac728 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-ad9d29cc-d8bd-4050-86d6-317b484ac728 {
  display: none;
}
#s-ad9d29cc-d8bd-4050-86d6-317b484ac728, #wrap-s-ad9d29cc-d8bd-4050-86d6-317b484ac728 { display:none !important; }}
#s-ad9d29cc-d8bd-4050-86d6-317b484ac728 .shogun-heading-component h1 {
  color: rgba(5, 5, 5, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-4b08d992-0650-49d9-b059-e9e676537782 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-4b08d992-0650-49d9-b059-e9e676537782 {
  display: none;
}
#s-4b08d992-0650-49d9-b059-e9e676537782, #wrap-s-4b08d992-0650-49d9-b059-e9e676537782 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4b08d992-0650-49d9-b059-e9e676537782 {
  display: none;
}
#s-4b08d992-0650-49d9-b059-e9e676537782, #wrap-s-4b08d992-0650-49d9-b059-e9e676537782 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4b08d992-0650-49d9-b059-e9e676537782 {
  display: none;
}
#s-4b08d992-0650-49d9-b059-e9e676537782, #wrap-s-4b08d992-0650-49d9-b059-e9e676537782 { display:none !important; }}
#s-4b08d992-0650-49d9-b059-e9e676537782 .shogun-heading-component h1 {
  color: rgba(5, 5, 5, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-5c30cf7d-22f2-4e42-800d-94ab6dced9bd {
  padding-right: 5%;
}

#s-0f2130e9-b98a-4a2a-bf69-1693b4f7b8b9 {
  box-shadow:0px 0px 0px 0px ;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(232, 108, 11, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-0f2130e9-b98a-4a2a-bf69-1693b4f7b8b9:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(6, 6, 6, 1) !important;}#s-0f2130e9-b98a-4a2a-bf69-1693b4f7b8b9:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0f2130e9-b98a-4a2a-bf69-1693b4f7b8b9.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-ceb05e8a-8ff7-403a-993f-3d66a6b6afe5 {
  min-height: 450px;
}








#s-ceb05e8a-8ff7-403a-993f-3d66a6b6afe5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ceb05e8a-8ff7-403a-993f-3d66a6b6afe5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ec5ea36a-823e-4410-bda4-f82ea39bc52a {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
background-position: center center;
}








#s-ec5ea36a-823e-4410-bda4-f82ea39bc52a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ec5ea36a-823e-4410-bda4-f82ea39bc52a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-6f16a254-6460-41b4-b7b2-8aad349fa8d7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6f16a254-6460-41b4-b7b2-8aad349fa8d7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6f16a254-6460-41b4-b7b2-8aad349fa8d7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6f16a254-6460-41b4-b7b2-8aad349fa8d7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-9e1500c7-83f1-487f-a7eb-30c70b03b1f6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9e1500c7-83f1-487f-a7eb-30c70b03b1f6 .shogun-heading-component h1 {
  color: rgba(5, 5, 5, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-0085c309-a574-46df-888b-b54d8affd809 {
  padding-right: 5%;
}

#s-b6dcc4dc-638d-4045-a5d1-4850a31784ab {
  box-shadow:0px 0px 0px 0px ;
margin-bottom: 5%;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(232, 108, 11, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-b6dcc4dc-638d-4045-a5d1-4850a31784ab:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(6, 6, 6, 1) !important;}#s-b6dcc4dc-638d-4045-a5d1-4850a31784ab:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b6dcc4dc-638d-4045-a5d1-4850a31784ab.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-c4ff8c5d-9b94-4b90-96cd-3aae212f9fed {
  text-align: center;
}







  img.s-c4ff8c5d-9b94-4b90-96cd-3aae212f9fed.shogun-image {
    
    
  }


.s-c4ff8c5d-9b94-4b90-96cd-3aae212f9fed .shogun-image-content {
  
    align-items: center;
  
}

.s-c4ff8c5d-9b94-4b90-96cd-3aae212f9fed.shg-align-container {
  text-align: center
}

.s-c4ff8c5d-9b94-4b90-96cd-3aae212f9fed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4ff8c5d-9b94-4b90-96cd-3aae212f9fed.shogun-image {
  box-sizing: border-box;
}



/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}
.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg {
  display: none;
  margin-top: 16px;
  line-height: 16px;
  font-size: 14px;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}
.shg-c:before,.shg-c:after{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width: 1024px){.shg-c,.shg-box{background-attachment:scroll !important}}@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape){.shg-box{background-attachment:scroll !important}}#mc_embed_signup .clear{width:auto !important;height:auto !important;visibility:visible !important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline !important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,0.85)}.shg-lightbox.hidden{display:none !important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:hover,.shg-lightbox .shg-lightbox-close:focus{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0%, -50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none !important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width: 769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity 300ms}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.shogun-form-error-msg{display:none;margin-top:16px;line-height:16px;font-size:14px;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}
