.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;
  min-height: 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;
  }
}

#s-375e065c-38f5-4593-98de-c2eb2056f513 {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-375e065c-38f5-4593-98de-c2eb2056f513 .shg-sld-dot {
  background-color: rgba(209, 209, 209, 1);
}

#s-375e065c-38f5-4593-98de-c2eb2056f513 .shg-sld-nav-button.shg-sld-left,
#s-375e065c-38f5-4593-98de-c2eb2056f513 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(209, 209, 209, 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 {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

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

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

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

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

#s-b461331d-5188-4a54-b8ae-a6bd3d835238 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0%;
margin-right: 0%;
min-height: 500px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-b461331d-5188-4a54-b8ae-a6bd3d835238 {
  display: unset;
}
#s-b461331d-5188-4a54-b8ae-a6bd3d835238, #wrap-s-b461331d-5188-4a54-b8ae-a6bd3d835238 { display: unset !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b461331d-5188-4a54-b8ae-a6bd3d835238 {
  display: unset;
}
#s-b461331d-5188-4a54-b8ae-a6bd3d835238, #wrap-s-b461331d-5188-4a54-b8ae-a6bd3d835238 { display: unset !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b461331d-5188-4a54-b8ae-a6bd3d835238 {
  display: none;
}
#s-b461331d-5188-4a54-b8ae-a6bd3d835238, #wrap-s-b461331d-5188-4a54-b8ae-a6bd3d835238 { display: none !important; }}@media (max-width: 767px){#s-b461331d-5188-4a54-b8ae-a6bd3d835238 {
  display: none;
}
#s-b461331d-5188-4a54-b8ae-a6bd3d835238, #wrap-s-b461331d-5188-4a54-b8ae-a6bd3d835238 { display: none !important; }}







#s-b461331d-5188-4a54-b8ae-a6bd3d835238 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-b461331d-5188-4a54-b8ae-a6bd3d835238.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-930daa42-22bf-45a1-b29b-d2b320a8ab4d {
  margin-left: 3%;
margin-right: 3%;
min-height: 500px;
}








#s-930daa42-22bf-45a1-b29b-d2b320a8ab4d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-930daa42-22bf-45a1-b29b-d2b320a8ab4d.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-275b9a30-6f44-4133-a418-89973ed257a0 {
  margin-top: 0px;
margin-bottom: -15px;
}
@media (max-width: 767px){#s-275b9a30-6f44-4133-a418-89973ed257a0 {
  margin-bottom: -10px;
}
}
.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: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  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-a11eb337-fa0c-48f9-bc6f-e21308809328 {
  margin-top: 4px;
margin-bottom: 4px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a11eb337-fa0c-48f9-bc6f-e21308809328 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  
  line-height: 0.9em;
  
  text-align: left;
}



#s-6529bf6d-3a63-4f15-8390-10f864478e70 {
  margin-left: 1%;
margin-right: 1%;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-6529bf6d-3a63-4f15-8390-10f864478e70 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6529bf6d-3a63-4f15-8390-10f864478e70 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-6529bf6d-3a63-4f15-8390-10f864478e70 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-6529bf6d-3a63-4f15-8390-10f864478e70 {
  display: unset;
}
#s-6529bf6d-3a63-4f15-8390-10f864478e70, #wrap-s-6529bf6d-3a63-4f15-8390-10f864478e70 { display: unset !important; }}
.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn-text {
  font-weight: ;
  font-family: ;
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

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

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

#s-b1dff0d3-7a0e-483c-bef6-5748c5cc8814 {
  margin-top: 10px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(0, 0, 0, 0);
text-align: left;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
line-height: 1.5em;
color: rgba(254, 254, 254, 1);
background-position: undefined bottom;
}
#s-b1dff0d3-7a0e-483c-bef6-5748c5cc8814:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b1dff0d3-7a0e-483c-bef6-5748c5cc8814:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-b1dff0d3-7a0e-483c-bef6-5748c5cc8814 {
  margin-top: 20px;
margin-bottom: 40px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b1dff0d3-7a0e-483c-bef6-5748c5cc8814 {
  margin-top: 20px;
margin-bottom: 40px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b1dff0d3-7a0e-483c-bef6-5748c5cc8814 {
  margin-top: 15px;
margin-bottom: 40px;
}
}@media (max-width: 767px){#s-b1dff0d3-7a0e-483c-bef6-5748c5cc8814 {
  margin-top: 15px;
margin-bottom: 30px;
}
}

  #s-b1dff0d3-7a0e-483c-bef6-5748c5cc8814-root {
    text-align: left;
  }


#s-b1dff0d3-7a0e-483c-bef6-5748c5cc8814.shg-btn {
  color: rgba(254, 254, 254, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b1dff0d3-7a0e-483c-bef6-5748c5cc8814-root {
    text-align: left;
  }


#s-b1dff0d3-7a0e-483c-bef6-5748c5cc8814.shg-btn {
  color: rgba(254, 254, 254, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b1dff0d3-7a0e-483c-bef6-5748c5cc8814-root {
    text-align: left;
  }


#s-b1dff0d3-7a0e-483c-bef6-5748c5cc8814.shg-btn {
  color: rgba(254, 254, 254, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b1dff0d3-7a0e-483c-bef6-5748c5cc8814-root {
    text-align: left;
  }


#s-b1dff0d3-7a0e-483c-bef6-5748c5cc8814.shg-btn {
  color: rgba(254, 254, 254, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b1dff0d3-7a0e-483c-bef6-5748c5cc8814-root {
    text-align: left;
  }


#s-b1dff0d3-7a0e-483c-bef6-5748c5cc8814.shg-btn {
  color: rgba(254, 254, 254, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}
#s-bd1256f4-d741-492f-af7f-55e97a737b6f {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
min-height: 250px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-bd1256f4-d741-492f-af7f-55e97a737b6f {
  display: none;
}
#s-bd1256f4-d741-492f-af7f-55e97a737b6f, #wrap-s-bd1256f4-d741-492f-af7f-55e97a737b6f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bd1256f4-d741-492f-af7f-55e97a737b6f {
  display: none;
}
#s-bd1256f4-d741-492f-af7f-55e97a737b6f, #wrap-s-bd1256f4-d741-492f-af7f-55e97a737b6f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bd1256f4-d741-492f-af7f-55e97a737b6f {
  display: unset;
}
#s-bd1256f4-d741-492f-af7f-55e97a737b6f, #wrap-s-bd1256f4-d741-492f-af7f-55e97a737b6f { display: unset !important; }}@media (max-width: 767px){#s-bd1256f4-d741-492f-af7f-55e97a737b6f {
  display: unset;
}
#s-bd1256f4-d741-492f-af7f-55e97a737b6f, #wrap-s-bd1256f4-d741-492f-af7f-55e97a737b6f { display: unset !important; }}







#s-bd1256f4-d741-492f-af7f-55e97a737b6f > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.1;
}#s-bd1256f4-d741-492f-af7f-55e97a737b6f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-87005e97-2aa5-4ce2-84b1-b8f59fb8ede2 {
  margin-left: 3%;
margin-right: 3%;
min-height: 50px;
}








#s-87005e97-2aa5-4ce2-84b1-b8f59fb8ede2 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-87005e97-2aa5-4ce2-84b1-b8f59fb8ede2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e7f1f7f1-e2fe-4f44-bd7e-cd7a9370049e {
  margin-top: 0px;
margin-bottom: -15px;
}
@media (max-width: 767px){#s-e7f1f7f1-e2fe-4f44-bd7e-cd7a9370049e {
  margin-bottom: -10px;
}
}
#s-5aebe97d-49cc-4a78-8bcf-2db3d48c0be7 {
  margin-top: 4px;
margin-bottom: 4px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5aebe97d-49cc-4a78-8bcf-2db3d48c0be7 .shogun-heading-component h1 {
  color: rgba(251, 251, 251, 1);
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  
  line-height: 0.9em;
  
  text-align: center;
}



#s-cd5acc7f-9102-4f96-97b4-8646f3782354 {
  margin-left: 1%;
margin-right: 1%;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-cd5acc7f-9102-4f96-97b4-8646f3782354 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cd5acc7f-9102-4f96-97b4-8646f3782354 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-cd5acc7f-9102-4f96-97b4-8646f3782354 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-cd5acc7f-9102-4f96-97b4-8646f3782354 {
  display: unset;
}
#s-cd5acc7f-9102-4f96-97b4-8646f3782354, #wrap-s-cd5acc7f-9102-4f96-97b4-8646f3782354 { display: unset !important; }}
#s-c44ca120-24b1-4af3-9266-e180117218ea {
  margin-top: 10px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 246, 246, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(0, 0, 0, 0);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
line-height: 1.5em;
color: rgba(255, 255, 255, 1);
}
#s-c44ca120-24b1-4af3-9266-e180117218ea:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c44ca120-24b1-4af3-9266-e180117218ea:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-c44ca120-24b1-4af3-9266-e180117218ea {
  margin-top: 20px;
margin-bottom: 40px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c44ca120-24b1-4af3-9266-e180117218ea {
  margin-top: 20px;
margin-bottom: 40px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c44ca120-24b1-4af3-9266-e180117218ea {
  margin-top: 15px;
margin-bottom: 40px;
}
}@media (max-width: 767px){#s-c44ca120-24b1-4af3-9266-e180117218ea {
  margin-top: 15px;
margin-bottom: 30px;
}
}

  #s-c44ca120-24b1-4af3-9266-e180117218ea-root {
    text-align: center;
  }


#s-c44ca120-24b1-4af3-9266-e180117218ea.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c44ca120-24b1-4af3-9266-e180117218ea-root {
    text-align: center;
  }


#s-c44ca120-24b1-4af3-9266-e180117218ea.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c44ca120-24b1-4af3-9266-e180117218ea-root {
    text-align: center;
  }


#s-c44ca120-24b1-4af3-9266-e180117218ea.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c44ca120-24b1-4af3-9266-e180117218ea-root {
    text-align: center;
  }


#s-c44ca120-24b1-4af3-9266-e180117218ea.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c44ca120-24b1-4af3-9266-e180117218ea-root {
    text-align: center;
  }


#s-c44ca120-24b1-4af3-9266-e180117218ea.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}
#s-74505d10-ed0b-42f0-afe8-5add19351139 {
  margin-left: 3%;
margin-right: 3%;
padding-top: 5px;
padding-bottom: 5px;
min-height: 650px;
}








#s-74505d10-ed0b-42f0-afe8-5add19351139 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-74505d10-ed0b-42f0-afe8-5add19351139.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f21f5484-4219-4477-9aba-d5641bd428de {
  margin-bottom: 35px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f21f5484-4219-4477-9aba-d5641bd428de .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 15px;
  
  letter-spacing: 1px;
  
}



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

.shogun-tabs.shogun-modern {
  padding-left: 10px;
  padding-right: 5px;
  overflow: hidden;
  transform: translate(0px, 0px);
}

.shogun-tabs li {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}

.shogun-tabs.shogun-modern li {
  width: 200px;
  height: 45px;
  margin: 0 5px 0 0;
}

.shogun-tabs.shogun-rounded li {
  margin-bottom: 0;
  float: left;
  box-sizing: border-box;
  margin-right: 2px;
  line-height: 1.42857143;
  position: relative;
  display: block;
  overflow: visible;
}

.shogun-tabs.shogun-rounded li .shogun-tab-box {
  padding: 10px 15px !important;
  border-radius: 4px 4px 0 0;
}

.shogun-tabs.shogun-modern li .shogun-tab-box {
  padding: 12px 5px !important;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .shogun-tabs.shogun-rounded li .shogun-tab-box {
    padding: 10px 5px !important;
    text-align: center;
  }

  .shogun-tabs.shogun-modern li .shogun-tab-box {
    padding: 12px 15px !important;
  }
}

.shogun-tabs.shogun-rounded .shogun-tab-box {
  border-bottom: none !important;
}

.shogun-tabs.shogun-modern li.active {
  z-index: 40;
}

.shogun-tabs.shogun-modern li .shogun-tab-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: -1;
  outline: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  content: "";
  transform: perspective(100px) rotateX(30deg);
  -webkit-transform: perspective(100px) rotateX(30deg);
}

.shogun-tabs.shogun-modern li.shogun-tab-active .shogun-tab-box::after {
  border-bottom: none !important;
  height: 46px;
}

.shogun-tabs-body {
  padding-top: 10px;
}

.shogun-tabs-body.shogun-rounded {
  margin-top: 0px !important;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.shogun-tabs-body > .shogun-tab-content {
  display: none;
}

.shogun-tabs-body > .shogun-tab-content.shogun-tab-active {
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
  display: block;
}

.shogun-tab-border {
  position: absolute;
}

.shogun-tab-title {
  white-space: nowrap;
  text-align: center;

  display: inline-block;
  width: 100%;
}

.shogun-tabs.shogun-modern .shogun-tab-title {
  /** Hack for Safari weird bug */
  /* https://stackoverflow.com/questions/18146511/bug-in-css3-rotatey-transition-on-safari */
  transform: translateZ(1000px);
}

#s-d98d0660-54d1-44ac-b82f-4e3dada2fa85 {
  text-align: left;
}


  #s-d98d0660-54d1-44ac-b82f-4e3dada2fa85 .shogun-tabs > li > .shogun-tab-box {
    background: #fff;
    border: 1px solid rgba(255, 255, 255, 1);
  }
  #s-d98d0660-54d1-44ac-b82f-4e3dada2fa85 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(255, 255, 255, 1);
  }
#s-d98d0660-54d1-44ac-b82f-4e3dada2fa85 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(184, 184, 184, 1);
  font-family: Archivo;
  font-weight: 600;
  font-style: ;
  font-size: 14px;
}

#s-d98d0660-54d1-44ac-b82f-4e3dada2fa85 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(12, 12, 12, 1);
}

#s-d98d0660-54d1-44ac-b82f-4e3dada2fa85 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(255, 255, 255, 1);
}

#s-d98d0660-54d1-44ac-b82f-4e3dada2fa85 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-b1a6c56c-4cfc-44dd-b52c-5548f4dfdb9e {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-b1a6c56c-4cfc-44dd-b52c-5548f4dfdb9e {
  display: none;
}
#s-b1a6c56c-4cfc-44dd-b52c-5548f4dfdb9e, #wrap-s-b1a6c56c-4cfc-44dd-b52c-5548f4dfdb9e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b1a6c56c-4cfc-44dd-b52c-5548f4dfdb9e {
  display: none;
}
#s-b1a6c56c-4cfc-44dd-b52c-5548f4dfdb9e, #wrap-s-b1a6c56c-4cfc-44dd-b52c-5548f4dfdb9e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b1a6c56c-4cfc-44dd-b52c-5548f4dfdb9e {
  display: none;
}
#s-b1a6c56c-4cfc-44dd-b52c-5548f4dfdb9e, #wrap-s-b1a6c56c-4cfc-44dd-b52c-5548f4dfdb9e { display: none !important; }}@media (max-width: 767px){#s-b1a6c56c-4cfc-44dd-b52c-5548f4dfdb9e {
  display: none;
}
#s-b1a6c56c-4cfc-44dd-b52c-5548f4dfdb9e, #wrap-s-b1a6c56c-4cfc-44dd-b52c-5548f4dfdb9e { display: none !important; }}
#s-b1a6c56c-4cfc-44dd-b52c-5548f4dfdb9e .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-b1a6c56c-4cfc-44dd-b52c-5548f4dfdb9e .shg-sld-nav-button.shg-sld-left,
#s-b1a6c56c-4cfc-44dd-b52c-5548f4dfdb9e .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

.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;
}

@media (min-width: 1200px){#s-4272259b-af1b-48b3-88f4-3a3a892a32e7 {
  display: none;
}
#s-4272259b-af1b-48b3-88f4-3a3a892a32e7, #wrap-s-4272259b-af1b-48b3-88f4-3a3a892a32e7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4272259b-af1b-48b3-88f4-3a3a892a32e7 {
  display: none;
}
#s-4272259b-af1b-48b3-88f4-3a3a892a32e7, #wrap-s-4272259b-af1b-48b3-88f4-3a3a892a32e7 { display: none !important; }}
@media (min-width: 0px) {
[id="s-4272259b-af1b-48b3-88f4-3a3a892a32e7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-4272259b-af1b-48b3-88f4-3a3a892a32e7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-4272259b-af1b-48b3-88f4-3a3a892a32e7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-4272259b-af1b-48b3-88f4-3a3a892a32e7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-5b9ef356-521f-43d6-be9a-6046859bf0fd {
  min-height: 325px;
}








#s-5b9ef356-521f-43d6-be9a-6046859bf0fd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5b9ef356-521f-43d6-be9a-6046859bf0fd {
  cursor: pointer;
}#s-5b9ef356-521f-43d6-be9a-6046859bf0fd.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-344c59c1-23b7-4069-b113-42da3821a2a8 {
  min-height: 275px;
background-color: rgba(241, 241, 241, 1);
}








#s-344c59c1-23b7-4069-b113-42da3821a2a8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-344c59c1-23b7-4069-b113-42da3821a2a8.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;
  height: inherit;
  position: relative;
}

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;
}

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-b01b3caa-7304-4e37-a349-7ae210447d4f {
  margin-left: 0%;
margin-right: 0%;
text-align: center;
}







  img.s-b01b3caa-7304-4e37-a349-7ae210447d4f.shogun-image {
    
    
  }


.s-b01b3caa-7304-4e37-a349-7ae210447d4f .shogun-image-content {
  
    align-items: center;
  
}

.s-b01b3caa-7304-4e37-a349-7ae210447d4f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b01b3caa-7304-4e37-a349-7ae210447d4f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b01b3caa-7304-4e37-a349-7ae210447d4f.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-b01b3caa-7304-4e37-a349-7ae210447d4f.shogun-image {
    
    
  }


.s-b01b3caa-7304-4e37-a349-7ae210447d4f .shogun-image-content {
  
    align-items: center;
  
}

.s-b01b3caa-7304-4e37-a349-7ae210447d4f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b01b3caa-7304-4e37-a349-7ae210447d4f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b01b3caa-7304-4e37-a349-7ae210447d4f.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-b01b3caa-7304-4e37-a349-7ae210447d4f.shogun-image {
    
    
  }


.s-b01b3caa-7304-4e37-a349-7ae210447d4f .shogun-image-content {
  
    align-items: center;
  
}

.s-b01b3caa-7304-4e37-a349-7ae210447d4f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b01b3caa-7304-4e37-a349-7ae210447d4f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b01b3caa-7304-4e37-a349-7ae210447d4f.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-b01b3caa-7304-4e37-a349-7ae210447d4f.shogun-image {
    
    
  }


.s-b01b3caa-7304-4e37-a349-7ae210447d4f .shogun-image-content {
  
    align-items: center;
  
}

.s-b01b3caa-7304-4e37-a349-7ae210447d4f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b01b3caa-7304-4e37-a349-7ae210447d4f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b01b3caa-7304-4e37-a349-7ae210447d4f.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-b01b3caa-7304-4e37-a349-7ae210447d4f.shogun-image {
    
    
  }


.s-b01b3caa-7304-4e37-a349-7ae210447d4f .shogun-image-content {
  
    align-items: center;
  
}

.s-b01b3caa-7304-4e37-a349-7ae210447d4f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b01b3caa-7304-4e37-a349-7ae210447d4f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b01b3caa-7304-4e37-a349-7ae210447d4f.shogun-image {
  box-sizing: border-box;
}



}
#s-d73d1e5d-d7d5-4198-a603-048e7a8416e9 {
  margin-top: 5px;
}

@media (min-width: 0px) {
[id="s-d73d1e5d-d7d5-4198-a603-048e7a8416e9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-d73d1e5d-d7d5-4198-a603-048e7a8416e9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d73d1e5d-d7d5-4198-a603-048e7a8416e9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d73d1e5d-d7d5-4198-a603-048e7a8416e9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d73d1e5d-d7d5-4198-a603-048e7a8416e9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d73d1e5d-d7d5-4198-a603-048e7a8416e9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d73d1e5d-d7d5-4198-a603-048e7a8416e9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-523e5a31-a529-48b9-8b5c-eb344b43c093 {
  margin-top: -15px;
margin-bottom: -15px;
}

#s-ff71e9cd-7f5c-47aa-b295-90f336b57217 {
  padding-top: 6px;
padding-bottom: 10px;
text-align: right;
}

#s-ff71e9cd-7f5c-47aa-b295-90f336b57217 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: right;
}



#s-3374452c-2eed-4272-86e7-dcf7c2e7aaa9 {
  min-height: 330px;
}








#s-3374452c-2eed-4272-86e7-dcf7c2e7aaa9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3374452c-2eed-4272-86e7-dcf7c2e7aaa9 {
  cursor: pointer;
}#s-3374452c-2eed-4272-86e7-dcf7c2e7aaa9.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-3e33fea5-a3a9-4d9f-a4a5-c7f68f20064e {
  min-height: 275px;
background-color: rgba(241, 241, 241, 1);
}








#s-3e33fea5-a3a9-4d9f-a4a5-c7f68f20064e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3e33fea5-a3a9-4d9f-a4a5-c7f68f20064e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b7735a68-baa5-4f22-a31a-925eb26535eb {
  text-align: center;
}







  img.s-b7735a68-baa5-4f22-a31a-925eb26535eb.shogun-image {
    
    
  }


.s-b7735a68-baa5-4f22-a31a-925eb26535eb .shogun-image-content {
  
    align-items: center;
  
}

.s-b7735a68-baa5-4f22-a31a-925eb26535eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b7735a68-baa5-4f22-a31a-925eb26535eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7735a68-baa5-4f22-a31a-925eb26535eb.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-b7735a68-baa5-4f22-a31a-925eb26535eb.shogun-image {
    
    
  }


.s-b7735a68-baa5-4f22-a31a-925eb26535eb .shogun-image-content {
  
    align-items: center;
  
}

.s-b7735a68-baa5-4f22-a31a-925eb26535eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b7735a68-baa5-4f22-a31a-925eb26535eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7735a68-baa5-4f22-a31a-925eb26535eb.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-b7735a68-baa5-4f22-a31a-925eb26535eb.shogun-image {
    
    
  }


.s-b7735a68-baa5-4f22-a31a-925eb26535eb .shogun-image-content {
  
    align-items: center;
  
}

.s-b7735a68-baa5-4f22-a31a-925eb26535eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b7735a68-baa5-4f22-a31a-925eb26535eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7735a68-baa5-4f22-a31a-925eb26535eb.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-b7735a68-baa5-4f22-a31a-925eb26535eb.shogun-image {
    
    
  }


.s-b7735a68-baa5-4f22-a31a-925eb26535eb .shogun-image-content {
  
    align-items: center;
  
}

.s-b7735a68-baa5-4f22-a31a-925eb26535eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b7735a68-baa5-4f22-a31a-925eb26535eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7735a68-baa5-4f22-a31a-925eb26535eb.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-b7735a68-baa5-4f22-a31a-925eb26535eb.shogun-image {
    
    
  }


.s-b7735a68-baa5-4f22-a31a-925eb26535eb .shogun-image-content {
  
    align-items: center;
  
}

.s-b7735a68-baa5-4f22-a31a-925eb26535eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b7735a68-baa5-4f22-a31a-925eb26535eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7735a68-baa5-4f22-a31a-925eb26535eb.shogun-image {
  box-sizing: border-box;
}



}
#s-91a74747-2ba4-4890-b66f-82c08865a7a8 {
  margin-top: 5px;
}

@media (min-width: 0px) {
[id="s-91a74747-2ba4-4890-b66f-82c08865a7a8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-91a74747-2ba4-4890-b66f-82c08865a7a8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-91a74747-2ba4-4890-b66f-82c08865a7a8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-91a74747-2ba4-4890-b66f-82c08865a7a8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-91a74747-2ba4-4890-b66f-82c08865a7a8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-91a74747-2ba4-4890-b66f-82c08865a7a8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-91a74747-2ba4-4890-b66f-82c08865a7a8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (max-width: 767px){#s-9aa48a94-a021-4bc4-a575-680cd34dadaa {
  margin-left: 0%;
margin-right: -15%;
}
}
#s-8aa849cf-1726-4ea9-bef8-bd9d1ef213fe {
  margin-top: -15px;
margin-bottom: -15px;
}

#s-43490d74-775e-428a-891a-c4e469cee000 {
  padding-top: 6px;
padding-bottom: 10px;
text-align: right;
}

#s-43490d74-775e-428a-891a-c4e469cee000 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: right;
}



@media (min-width: 0px) {
[id="s-c7d42acb-6c2e-4508-8f4b-d4cbc211dfd5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-c7d42acb-6c2e-4508-8f4b-d4cbc211dfd5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-c7d42acb-6c2e-4508-8f4b-d4cbc211dfd5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-c7d42acb-6c2e-4508-8f4b-d4cbc211dfd5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-a785de79-2659-4dd5-903d-4afc737cabca {
  min-height: 330px;
}








#s-a785de79-2659-4dd5-903d-4afc737cabca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a785de79-2659-4dd5-903d-4afc737cabca {
  cursor: pointer;
}#s-a785de79-2659-4dd5-903d-4afc737cabca.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-3de71b75-1488-4679-84a2-5b68ded78a0c {
  min-height: 275px;
background-color: rgba(241, 241, 241, 1);
}








#s-3de71b75-1488-4679-84a2-5b68ded78a0c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3de71b75-1488-4679-84a2-5b68ded78a0c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ccd7b703-26af-41b8-9062-580713027991 {
  text-align: center;
}







  img.s-ccd7b703-26af-41b8-9062-580713027991.shogun-image {
    
    
  }


.s-ccd7b703-26af-41b8-9062-580713027991 .shogun-image-content {
  
    align-items: center;
  
}

.s-ccd7b703-26af-41b8-9062-580713027991.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ccd7b703-26af-41b8-9062-580713027991.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ccd7b703-26af-41b8-9062-580713027991.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-ccd7b703-26af-41b8-9062-580713027991.shogun-image {
    
    
  }


.s-ccd7b703-26af-41b8-9062-580713027991 .shogun-image-content {
  
    align-items: center;
  
}

.s-ccd7b703-26af-41b8-9062-580713027991.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ccd7b703-26af-41b8-9062-580713027991.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ccd7b703-26af-41b8-9062-580713027991.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-ccd7b703-26af-41b8-9062-580713027991.shogun-image {
    
    
  }


.s-ccd7b703-26af-41b8-9062-580713027991 .shogun-image-content {
  
    align-items: center;
  
}

.s-ccd7b703-26af-41b8-9062-580713027991.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ccd7b703-26af-41b8-9062-580713027991.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ccd7b703-26af-41b8-9062-580713027991.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-ccd7b703-26af-41b8-9062-580713027991.shogun-image {
    
    
  }


.s-ccd7b703-26af-41b8-9062-580713027991 .shogun-image-content {
  
    align-items: center;
  
}

.s-ccd7b703-26af-41b8-9062-580713027991.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ccd7b703-26af-41b8-9062-580713027991.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ccd7b703-26af-41b8-9062-580713027991.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-ccd7b703-26af-41b8-9062-580713027991.shogun-image {
    
    
  }


.s-ccd7b703-26af-41b8-9062-580713027991 .shogun-image-content {
  
    align-items: center;
  
}

.s-ccd7b703-26af-41b8-9062-580713027991.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ccd7b703-26af-41b8-9062-580713027991.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ccd7b703-26af-41b8-9062-580713027991.shogun-image {
  box-sizing: border-box;
}



}
#s-c2c0868e-21bb-4b62-bb34-4d96783dbdee {
  margin-top: 5px;
}

@media (min-width: 0px) {
[id="s-c2c0868e-21bb-4b62-bb34-4d96783dbdee"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-c2c0868e-21bb-4b62-bb34-4d96783dbdee"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c2c0868e-21bb-4b62-bb34-4d96783dbdee"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c2c0868e-21bb-4b62-bb34-4d96783dbdee"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c2c0868e-21bb-4b62-bb34-4d96783dbdee"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c2c0868e-21bb-4b62-bb34-4d96783dbdee"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c2c0868e-21bb-4b62-bb34-4d96783dbdee"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-177e0e37-65e5-4cc3-8d18-d5cc829ee029 {
  margin-top: -15px;
margin-bottom: -15px;
}

#s-84715b58-2889-4aa7-8799-d18cfb150ea6 {
  padding-top: 6px;
padding-bottom: 10px;
text-align: right;
}

#s-84715b58-2889-4aa7-8799-d18cfb150ea6 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: right;
}



#s-28702cc5-e1de-49c7-ad71-1c8bc9ec3560 {
  min-height: 330px;
}








#s-28702cc5-e1de-49c7-ad71-1c8bc9ec3560 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-28702cc5-e1de-49c7-ad71-1c8bc9ec3560 {
  cursor: pointer;
}#s-28702cc5-e1de-49c7-ad71-1c8bc9ec3560.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-3c7997d5-0394-42b8-8b6d-5fbaa435d08b {
  min-height: 275px;
background-color: rgba(241, 241, 241, 1);
}








#s-3c7997d5-0394-42b8-8b6d-5fbaa435d08b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3c7997d5-0394-42b8-8b6d-5fbaa435d08b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5871846c-d61e-411a-8d3f-6c9f097064ad {
  text-align: center;
}







  img.s-5871846c-d61e-411a-8d3f-6c9f097064ad.shogun-image {
    
    
  }


.s-5871846c-d61e-411a-8d3f-6c9f097064ad .shogun-image-content {
  
    align-items: center;
  
}

.s-5871846c-d61e-411a-8d3f-6c9f097064ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5871846c-d61e-411a-8d3f-6c9f097064ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5871846c-d61e-411a-8d3f-6c9f097064ad.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-5871846c-d61e-411a-8d3f-6c9f097064ad.shogun-image {
    
    
  }


.s-5871846c-d61e-411a-8d3f-6c9f097064ad .shogun-image-content {
  
    align-items: center;
  
}

.s-5871846c-d61e-411a-8d3f-6c9f097064ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5871846c-d61e-411a-8d3f-6c9f097064ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5871846c-d61e-411a-8d3f-6c9f097064ad.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-5871846c-d61e-411a-8d3f-6c9f097064ad.shogun-image {
    
    
  }


.s-5871846c-d61e-411a-8d3f-6c9f097064ad .shogun-image-content {
  
    align-items: center;
  
}

.s-5871846c-d61e-411a-8d3f-6c9f097064ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5871846c-d61e-411a-8d3f-6c9f097064ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5871846c-d61e-411a-8d3f-6c9f097064ad.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-5871846c-d61e-411a-8d3f-6c9f097064ad.shogun-image {
    
    
  }


.s-5871846c-d61e-411a-8d3f-6c9f097064ad .shogun-image-content {
  
    align-items: center;
  
}

.s-5871846c-d61e-411a-8d3f-6c9f097064ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5871846c-d61e-411a-8d3f-6c9f097064ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5871846c-d61e-411a-8d3f-6c9f097064ad.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-5871846c-d61e-411a-8d3f-6c9f097064ad.shogun-image {
    
    
  }


.s-5871846c-d61e-411a-8d3f-6c9f097064ad .shogun-image-content {
  
    align-items: center;
  
}

.s-5871846c-d61e-411a-8d3f-6c9f097064ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5871846c-d61e-411a-8d3f-6c9f097064ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5871846c-d61e-411a-8d3f-6c9f097064ad.shogun-image {
  box-sizing: border-box;
}



}
#s-a4b4cdff-4ce2-4d88-8a6c-3abc2da19739 {
  margin-top: 5px;
}

@media (min-width: 0px) {
[id="s-a4b4cdff-4ce2-4d88-8a6c-3abc2da19739"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-a4b4cdff-4ce2-4d88-8a6c-3abc2da19739"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a4b4cdff-4ce2-4d88-8a6c-3abc2da19739"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a4b4cdff-4ce2-4d88-8a6c-3abc2da19739"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a4b4cdff-4ce2-4d88-8a6c-3abc2da19739"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a4b4cdff-4ce2-4d88-8a6c-3abc2da19739"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a4b4cdff-4ce2-4d88-8a6c-3abc2da19739"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-371cc193-0894-4ace-a75b-2f7e6127770f {
  margin-top: -15px;
margin-bottom: -15px;
}

#s-e7adbb16-81ea-4038-a4a6-27a1a8701f6d {
  padding-top: 6px;
padding-bottom: 10px;
text-align: right;
}

#s-e7adbb16-81ea-4038-a4a6-27a1a8701f6d .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: right;
}



#s-7dfca549-0f69-4e08-ac72-83479437ef99 {
  margin-top: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7dfca549-0f69-4e08-ac72-83479437ef99 {
  display: unset;
}
#s-7dfca549-0f69-4e08-ac72-83479437ef99, #wrap-s-7dfca549-0f69-4e08-ac72-83479437ef99 { display: unset !important; }}@media (max-width: 767px){#s-7dfca549-0f69-4e08-ac72-83479437ef99 {
  display: unset;
}
#s-7dfca549-0f69-4e08-ac72-83479437ef99, #wrap-s-7dfca549-0f69-4e08-ac72-83479437ef99 { display: unset !important; }}
@media (min-width: 0px) {
[id="s-7dfca549-0f69-4e08-ac72-83479437ef99"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-7dfca549-0f69-4e08-ac72-83479437ef99"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7dfca549-0f69-4e08-ac72-83479437ef99"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7dfca549-0f69-4e08-ac72-83479437ef99"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-7d6fc537-df8b-408e-9314-deb746f46a1a {
  min-height: 330px;
}








#s-7d6fc537-df8b-408e-9314-deb746f46a1a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7d6fc537-df8b-408e-9314-deb746f46a1a {
  cursor: pointer;
}#s-7d6fc537-df8b-408e-9314-deb746f46a1a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-55e4fce3-4d42-4a46-a03e-e6b21281bdb7 {
  min-height: 275px;
background-color: rgba(241, 241, 241, 1);
}








#s-55e4fce3-4d42-4a46-a03e-e6b21281bdb7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-55e4fce3-4d42-4a46-a03e-e6b21281bdb7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a2cee096-de96-4ee1-92c5-a8c8ccabc3cc {
  text-align: center;
}







  img.s-a2cee096-de96-4ee1-92c5-a8c8ccabc3cc.shogun-image {
    
    
  }


.s-a2cee096-de96-4ee1-92c5-a8c8ccabc3cc .shogun-image-content {
  
    align-items: center;
  
}

.s-a2cee096-de96-4ee1-92c5-a8c8ccabc3cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a2cee096-de96-4ee1-92c5-a8c8ccabc3cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a2cee096-de96-4ee1-92c5-a8c8ccabc3cc.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-a2cee096-de96-4ee1-92c5-a8c8ccabc3cc.shogun-image {
    
    
  }


.s-a2cee096-de96-4ee1-92c5-a8c8ccabc3cc .shogun-image-content {
  
    align-items: center;
  
}

.s-a2cee096-de96-4ee1-92c5-a8c8ccabc3cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a2cee096-de96-4ee1-92c5-a8c8ccabc3cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a2cee096-de96-4ee1-92c5-a8c8ccabc3cc.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-a2cee096-de96-4ee1-92c5-a8c8ccabc3cc.shogun-image {
    
    
  }


.s-a2cee096-de96-4ee1-92c5-a8c8ccabc3cc .shogun-image-content {
  
    align-items: center;
  
}

.s-a2cee096-de96-4ee1-92c5-a8c8ccabc3cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a2cee096-de96-4ee1-92c5-a8c8ccabc3cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a2cee096-de96-4ee1-92c5-a8c8ccabc3cc.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-a2cee096-de96-4ee1-92c5-a8c8ccabc3cc.shogun-image {
    
    
  }


.s-a2cee096-de96-4ee1-92c5-a8c8ccabc3cc .shogun-image-content {
  
    align-items: center;
  
}

.s-a2cee096-de96-4ee1-92c5-a8c8ccabc3cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a2cee096-de96-4ee1-92c5-a8c8ccabc3cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a2cee096-de96-4ee1-92c5-a8c8ccabc3cc.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-a2cee096-de96-4ee1-92c5-a8c8ccabc3cc.shogun-image {
    
    
  }


.s-a2cee096-de96-4ee1-92c5-a8c8ccabc3cc .shogun-image-content {
  
    align-items: center;
  
}

.s-a2cee096-de96-4ee1-92c5-a8c8ccabc3cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a2cee096-de96-4ee1-92c5-a8c8ccabc3cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a2cee096-de96-4ee1-92c5-a8c8ccabc3cc.shogun-image {
  box-sizing: border-box;
}



}
#s-fb3bd7ff-6c01-4129-893f-55e8fc21d8dd {
  margin-top: 5px;
}

@media (min-width: 0px) {
[id="s-fb3bd7ff-6c01-4129-893f-55e8fc21d8dd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-fb3bd7ff-6c01-4129-893f-55e8fc21d8dd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-fb3bd7ff-6c01-4129-893f-55e8fc21d8dd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-fb3bd7ff-6c01-4129-893f-55e8fc21d8dd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-fb3bd7ff-6c01-4129-893f-55e8fc21d8dd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-fb3bd7ff-6c01-4129-893f-55e8fc21d8dd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-fb3bd7ff-6c01-4129-893f-55e8fc21d8dd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-663049b3-eef9-463d-ac95-5fc17d0c18c9 {
  margin-top: -15px;
margin-bottom: -15px;
}

#s-cd1c719c-887b-475b-86b4-393317bcb9f7 {
  min-height: 330px;
}








#s-cd1c719c-887b-475b-86b4-393317bcb9f7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cd1c719c-887b-475b-86b4-393317bcb9f7 {
  cursor: pointer;
}#s-cd1c719c-887b-475b-86b4-393317bcb9f7.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-3f7d89a7-e27b-430f-ba7a-6b6c1244fc0b {
  min-height: 275px;
background-color: rgba(241, 241, 241, 1);
}








#s-3f7d89a7-e27b-430f-ba7a-6b6c1244fc0b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3f7d89a7-e27b-430f-ba7a-6b6c1244fc0b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ecc91bff-3433-4c4b-b79e-91bc43fe9632 {
  text-align: center;
}







  img.s-ecc91bff-3433-4c4b-b79e-91bc43fe9632.shogun-image {
    
    
  }


.s-ecc91bff-3433-4c4b-b79e-91bc43fe9632 .shogun-image-content {
  
    align-items: center;
  
}

.s-ecc91bff-3433-4c4b-b79e-91bc43fe9632.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ecc91bff-3433-4c4b-b79e-91bc43fe9632.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ecc91bff-3433-4c4b-b79e-91bc43fe9632.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-ecc91bff-3433-4c4b-b79e-91bc43fe9632.shogun-image {
    
    
  }


.s-ecc91bff-3433-4c4b-b79e-91bc43fe9632 .shogun-image-content {
  
    align-items: center;
  
}

.s-ecc91bff-3433-4c4b-b79e-91bc43fe9632.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ecc91bff-3433-4c4b-b79e-91bc43fe9632.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ecc91bff-3433-4c4b-b79e-91bc43fe9632.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-ecc91bff-3433-4c4b-b79e-91bc43fe9632.shogun-image {
    
    
  }


.s-ecc91bff-3433-4c4b-b79e-91bc43fe9632 .shogun-image-content {
  
    align-items: center;
  
}

.s-ecc91bff-3433-4c4b-b79e-91bc43fe9632.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ecc91bff-3433-4c4b-b79e-91bc43fe9632.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ecc91bff-3433-4c4b-b79e-91bc43fe9632.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-ecc91bff-3433-4c4b-b79e-91bc43fe9632.shogun-image {
    
    
  }


.s-ecc91bff-3433-4c4b-b79e-91bc43fe9632 .shogun-image-content {
  
    align-items: center;
  
}

.s-ecc91bff-3433-4c4b-b79e-91bc43fe9632.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ecc91bff-3433-4c4b-b79e-91bc43fe9632.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ecc91bff-3433-4c4b-b79e-91bc43fe9632.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-ecc91bff-3433-4c4b-b79e-91bc43fe9632.shogun-image {
    
    
  }


.s-ecc91bff-3433-4c4b-b79e-91bc43fe9632 .shogun-image-content {
  
    align-items: center;
  
}

.s-ecc91bff-3433-4c4b-b79e-91bc43fe9632.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ecc91bff-3433-4c4b-b79e-91bc43fe9632.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ecc91bff-3433-4c4b-b79e-91bc43fe9632.shogun-image {
  box-sizing: border-box;
}



}
#s-45a8b636-7f01-4e30-bed6-e4af7393ebce {
  margin-top: 5px;
}

@media (min-width: 0px) {
[id="s-45a8b636-7f01-4e30-bed6-e4af7393ebce"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-45a8b636-7f01-4e30-bed6-e4af7393ebce"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-45a8b636-7f01-4e30-bed6-e4af7393ebce"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-45a8b636-7f01-4e30-bed6-e4af7393ebce"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-45a8b636-7f01-4e30-bed6-e4af7393ebce"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-45a8b636-7f01-4e30-bed6-e4af7393ebce"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-45a8b636-7f01-4e30-bed6-e4af7393ebce"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-62def6ea-ff20-4509-a60f-7295a14b91b1 {
  margin-top: -15px;
margin-bottom: -15px;
}

#s-0343771f-ecb8-4d94-99f4-32e560310386 {
  min-height: 330px;
}








#s-0343771f-ecb8-4d94-99f4-32e560310386 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0343771f-ecb8-4d94-99f4-32e560310386 {
  cursor: pointer;
}#s-0343771f-ecb8-4d94-99f4-32e560310386.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-0a3689c9-b05c-4c2a-b522-32c0c9e165a7 {
  min-height: 275px;
background-color: rgba(241, 241, 241, 1);
}








#s-0a3689c9-b05c-4c2a-b522-32c0c9e165a7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0a3689c9-b05c-4c2a-b522-32c0c9e165a7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-be53f383-32e5-4d8a-8cab-8e4051508f50 {
  text-align: center;
}







  img.s-be53f383-32e5-4d8a-8cab-8e4051508f50.shogun-image {
    
    
  }


.s-be53f383-32e5-4d8a-8cab-8e4051508f50 .shogun-image-content {
  
    align-items: center;
  
}

.s-be53f383-32e5-4d8a-8cab-8e4051508f50.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be53f383-32e5-4d8a-8cab-8e4051508f50.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be53f383-32e5-4d8a-8cab-8e4051508f50.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-be53f383-32e5-4d8a-8cab-8e4051508f50.shogun-image {
    
    
  }


.s-be53f383-32e5-4d8a-8cab-8e4051508f50 .shogun-image-content {
  
    align-items: center;
  
}

.s-be53f383-32e5-4d8a-8cab-8e4051508f50.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be53f383-32e5-4d8a-8cab-8e4051508f50.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be53f383-32e5-4d8a-8cab-8e4051508f50.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-be53f383-32e5-4d8a-8cab-8e4051508f50.shogun-image {
    
    
  }


.s-be53f383-32e5-4d8a-8cab-8e4051508f50 .shogun-image-content {
  
    align-items: center;
  
}

.s-be53f383-32e5-4d8a-8cab-8e4051508f50.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be53f383-32e5-4d8a-8cab-8e4051508f50.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be53f383-32e5-4d8a-8cab-8e4051508f50.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-be53f383-32e5-4d8a-8cab-8e4051508f50.shogun-image {
    
    
  }


.s-be53f383-32e5-4d8a-8cab-8e4051508f50 .shogun-image-content {
  
    align-items: center;
  
}

.s-be53f383-32e5-4d8a-8cab-8e4051508f50.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be53f383-32e5-4d8a-8cab-8e4051508f50.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be53f383-32e5-4d8a-8cab-8e4051508f50.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-be53f383-32e5-4d8a-8cab-8e4051508f50.shogun-image {
    
    
  }


.s-be53f383-32e5-4d8a-8cab-8e4051508f50 .shogun-image-content {
  
    align-items: center;
  
}

.s-be53f383-32e5-4d8a-8cab-8e4051508f50.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be53f383-32e5-4d8a-8cab-8e4051508f50.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be53f383-32e5-4d8a-8cab-8e4051508f50.shogun-image {
  box-sizing: border-box;
}



}
#s-fa6723b5-336f-4c5f-8fb0-33129bf19b31 {
  margin-top: 5px;
}

@media (min-width: 0px) {
[id="s-fa6723b5-336f-4c5f-8fb0-33129bf19b31"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-fa6723b5-336f-4c5f-8fb0-33129bf19b31"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-fa6723b5-336f-4c5f-8fb0-33129bf19b31"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-fa6723b5-336f-4c5f-8fb0-33129bf19b31"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-fa6723b5-336f-4c5f-8fb0-33129bf19b31"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-fa6723b5-336f-4c5f-8fb0-33129bf19b31"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-fa6723b5-336f-4c5f-8fb0-33129bf19b31"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-8966d534-55cc-4bc4-9fd3-b967a385ae8b {
  margin-top: -15px;
margin-bottom: -15px;
}

#s-3c110070-a9a6-465b-a367-8cbffd93825a {
  min-height: 330px;
}








#s-3c110070-a9a6-465b-a367-8cbffd93825a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3c110070-a9a6-465b-a367-8cbffd93825a {
  cursor: pointer;
}#s-3c110070-a9a6-465b-a367-8cbffd93825a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ca2e988f-3886-4854-b82b-eb76f311ec40 {
  min-height: 275px;
background-color: rgba(241, 241, 241, 1);
}








#s-ca2e988f-3886-4854-b82b-eb76f311ec40 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ca2e988f-3886-4854-b82b-eb76f311ec40.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-04b59506-9366-443b-8acd-8696e9b17a80 {
  text-align: center;
}







  img.s-04b59506-9366-443b-8acd-8696e9b17a80.shogun-image {
    
    
  }


.s-04b59506-9366-443b-8acd-8696e9b17a80 .shogun-image-content {
  
    align-items: center;
  
}

.s-04b59506-9366-443b-8acd-8696e9b17a80.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04b59506-9366-443b-8acd-8696e9b17a80.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04b59506-9366-443b-8acd-8696e9b17a80.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-04b59506-9366-443b-8acd-8696e9b17a80.shogun-image {
    
    
  }


.s-04b59506-9366-443b-8acd-8696e9b17a80 .shogun-image-content {
  
    align-items: center;
  
}

.s-04b59506-9366-443b-8acd-8696e9b17a80.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04b59506-9366-443b-8acd-8696e9b17a80.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04b59506-9366-443b-8acd-8696e9b17a80.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-04b59506-9366-443b-8acd-8696e9b17a80.shogun-image {
    
    
  }


.s-04b59506-9366-443b-8acd-8696e9b17a80 .shogun-image-content {
  
    align-items: center;
  
}

.s-04b59506-9366-443b-8acd-8696e9b17a80.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04b59506-9366-443b-8acd-8696e9b17a80.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04b59506-9366-443b-8acd-8696e9b17a80.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-04b59506-9366-443b-8acd-8696e9b17a80.shogun-image {
    
    
  }


.s-04b59506-9366-443b-8acd-8696e9b17a80 .shogun-image-content {
  
    align-items: center;
  
}

.s-04b59506-9366-443b-8acd-8696e9b17a80.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04b59506-9366-443b-8acd-8696e9b17a80.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04b59506-9366-443b-8acd-8696e9b17a80.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-04b59506-9366-443b-8acd-8696e9b17a80.shogun-image {
    
    
  }


.s-04b59506-9366-443b-8acd-8696e9b17a80 .shogun-image-content {
  
    align-items: center;
  
}

.s-04b59506-9366-443b-8acd-8696e9b17a80.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04b59506-9366-443b-8acd-8696e9b17a80.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04b59506-9366-443b-8acd-8696e9b17a80.shogun-image {
  box-sizing: border-box;
}



}
#s-73c20fc2-b079-4266-a8b2-eac043b298eb {
  margin-top: 5px;
}

@media (min-width: 0px) {
[id="s-73c20fc2-b079-4266-a8b2-eac043b298eb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-73c20fc2-b079-4266-a8b2-eac043b298eb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-73c20fc2-b079-4266-a8b2-eac043b298eb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-73c20fc2-b079-4266-a8b2-eac043b298eb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-73c20fc2-b079-4266-a8b2-eac043b298eb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-73c20fc2-b079-4266-a8b2-eac043b298eb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-73c20fc2-b079-4266-a8b2-eac043b298eb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-203e42a2-9c87-4c1b-bfff-110e748c4473 {
  margin-top: -15px;
margin-bottom: -15px;
}

#s-a20e70db-3ffa-4c5a-a73b-8b0b10e29a15 {
  margin-top: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a20e70db-3ffa-4c5a-a73b-8b0b10e29a15 {
  display: unset;
}
#s-a20e70db-3ffa-4c5a-a73b-8b0b10e29a15, #wrap-s-a20e70db-3ffa-4c5a-a73b-8b0b10e29a15 { display: unset !important; }}@media (max-width: 767px){#s-a20e70db-3ffa-4c5a-a73b-8b0b10e29a15 {
  display: unset;
}
#s-a20e70db-3ffa-4c5a-a73b-8b0b10e29a15, #wrap-s-a20e70db-3ffa-4c5a-a73b-8b0b10e29a15 { display: unset !important; }}
@media (min-width: 0px) {
[id="s-a20e70db-3ffa-4c5a-a73b-8b0b10e29a15"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-a20e70db-3ffa-4c5a-a73b-8b0b10e29a15"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 992px) {
[id="s-a20e70db-3ffa-4c5a-a73b-8b0b10e29a15"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 1200px) {
[id="s-a20e70db-3ffa-4c5a-a73b-8b0b10e29a15"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 11.25px);
}

}

#s-3339e85e-0fe7-4373-b060-f16839c6a61e {
  min-height: 330px;
}








#s-3339e85e-0fe7-4373-b060-f16839c6a61e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3339e85e-0fe7-4373-b060-f16839c6a61e {
  cursor: pointer;
}#s-3339e85e-0fe7-4373-b060-f16839c6a61e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-622cad43-6624-4428-9fad-f915ac17b8b8 {
  min-height: 275px;
background-color: rgba(241, 241, 241, 1);
}








#s-622cad43-6624-4428-9fad-f915ac17b8b8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-622cad43-6624-4428-9fad-f915ac17b8b8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-303e78f2-bbb9-4da1-b79e-efacd16dfef4 {
  text-align: center;
}







  img.s-303e78f2-bbb9-4da1-b79e-efacd16dfef4.shogun-image {
    
    
  }


.s-303e78f2-bbb9-4da1-b79e-efacd16dfef4 .shogun-image-content {
  
    align-items: center;
  
}

.s-303e78f2-bbb9-4da1-b79e-efacd16dfef4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-303e78f2-bbb9-4da1-b79e-efacd16dfef4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-303e78f2-bbb9-4da1-b79e-efacd16dfef4.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-303e78f2-bbb9-4da1-b79e-efacd16dfef4.shogun-image {
    
    
  }


.s-303e78f2-bbb9-4da1-b79e-efacd16dfef4 .shogun-image-content {
  
    align-items: center;
  
}

.s-303e78f2-bbb9-4da1-b79e-efacd16dfef4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-303e78f2-bbb9-4da1-b79e-efacd16dfef4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-303e78f2-bbb9-4da1-b79e-efacd16dfef4.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-303e78f2-bbb9-4da1-b79e-efacd16dfef4.shogun-image {
    
    
  }


.s-303e78f2-bbb9-4da1-b79e-efacd16dfef4 .shogun-image-content {
  
    align-items: center;
  
}

.s-303e78f2-bbb9-4da1-b79e-efacd16dfef4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-303e78f2-bbb9-4da1-b79e-efacd16dfef4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-303e78f2-bbb9-4da1-b79e-efacd16dfef4.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-303e78f2-bbb9-4da1-b79e-efacd16dfef4.shogun-image {
    
    
  }


.s-303e78f2-bbb9-4da1-b79e-efacd16dfef4 .shogun-image-content {
  
    align-items: center;
  
}

.s-303e78f2-bbb9-4da1-b79e-efacd16dfef4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-303e78f2-bbb9-4da1-b79e-efacd16dfef4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-303e78f2-bbb9-4da1-b79e-efacd16dfef4.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-303e78f2-bbb9-4da1-b79e-efacd16dfef4.shogun-image {
    
    
  }


.s-303e78f2-bbb9-4da1-b79e-efacd16dfef4 .shogun-image-content {
  
    align-items: center;
  
}

.s-303e78f2-bbb9-4da1-b79e-efacd16dfef4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-303e78f2-bbb9-4da1-b79e-efacd16dfef4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-303e78f2-bbb9-4da1-b79e-efacd16dfef4.shogun-image {
  box-sizing: border-box;
}



}
#s-fb8f7337-d79a-4b6a-b1df-89b4d274c11b {
  margin-top: 5px;
}

@media (min-width: 0px) {
[id="s-fb8f7337-d79a-4b6a-b1df-89b4d274c11b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-fb8f7337-d79a-4b6a-b1df-89b4d274c11b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-fb8f7337-d79a-4b6a-b1df-89b4d274c11b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-fb8f7337-d79a-4b6a-b1df-89b4d274c11b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-fb8f7337-d79a-4b6a-b1df-89b4d274c11b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-fb8f7337-d79a-4b6a-b1df-89b4d274c11b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-fb8f7337-d79a-4b6a-b1df-89b4d274c11b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-a2389f3f-2215-4f60-892e-411e3a05d398 {
  margin-top: -15px;
margin-bottom: -15px;
}

#s-ac522d4d-6356-4ac6-a544-99467df11c49 {
  min-height: 330px;
}








#s-ac522d4d-6356-4ac6-a544-99467df11c49 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ac522d4d-6356-4ac6-a544-99467df11c49 {
  cursor: pointer;
}#s-ac522d4d-6356-4ac6-a544-99467df11c49.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-bbcd41fc-2bb6-44c6-b41a-3a3764d45129 {
  min-height: 275px;
background-color: rgba(241, 241, 241, 1);
}








#s-bbcd41fc-2bb6-44c6-b41a-3a3764d45129 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bbcd41fc-2bb6-44c6-b41a-3a3764d45129.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dcfd6412-6d2d-4b2c-a749-8e72a13bf63f {
  text-align: center;
}







  img.s-dcfd6412-6d2d-4b2c-a749-8e72a13bf63f.shogun-image {
    
    
  }


.s-dcfd6412-6d2d-4b2c-a749-8e72a13bf63f .shogun-image-content {
  
    align-items: center;
  
}

.s-dcfd6412-6d2d-4b2c-a749-8e72a13bf63f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dcfd6412-6d2d-4b2c-a749-8e72a13bf63f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dcfd6412-6d2d-4b2c-a749-8e72a13bf63f.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-dcfd6412-6d2d-4b2c-a749-8e72a13bf63f.shogun-image {
    
    
  }


.s-dcfd6412-6d2d-4b2c-a749-8e72a13bf63f .shogun-image-content {
  
    align-items: center;
  
}

.s-dcfd6412-6d2d-4b2c-a749-8e72a13bf63f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dcfd6412-6d2d-4b2c-a749-8e72a13bf63f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dcfd6412-6d2d-4b2c-a749-8e72a13bf63f.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-dcfd6412-6d2d-4b2c-a749-8e72a13bf63f.shogun-image {
    
    
  }


.s-dcfd6412-6d2d-4b2c-a749-8e72a13bf63f .shogun-image-content {
  
    align-items: center;
  
}

.s-dcfd6412-6d2d-4b2c-a749-8e72a13bf63f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dcfd6412-6d2d-4b2c-a749-8e72a13bf63f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dcfd6412-6d2d-4b2c-a749-8e72a13bf63f.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-dcfd6412-6d2d-4b2c-a749-8e72a13bf63f.shogun-image {
    
    
  }


.s-dcfd6412-6d2d-4b2c-a749-8e72a13bf63f .shogun-image-content {
  
    align-items: center;
  
}

.s-dcfd6412-6d2d-4b2c-a749-8e72a13bf63f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dcfd6412-6d2d-4b2c-a749-8e72a13bf63f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dcfd6412-6d2d-4b2c-a749-8e72a13bf63f.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-dcfd6412-6d2d-4b2c-a749-8e72a13bf63f.shogun-image {
    
    
  }


.s-dcfd6412-6d2d-4b2c-a749-8e72a13bf63f .shogun-image-content {
  
    align-items: center;
  
}

.s-dcfd6412-6d2d-4b2c-a749-8e72a13bf63f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dcfd6412-6d2d-4b2c-a749-8e72a13bf63f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dcfd6412-6d2d-4b2c-a749-8e72a13bf63f.shogun-image {
  box-sizing: border-box;
}



}
#s-4e6980a1-f3e2-4b32-b3b6-b33ef9cbb976 {
  margin-top: 5px;
}

@media (min-width: 0px) {
[id="s-4e6980a1-f3e2-4b32-b3b6-b33ef9cbb976"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-4e6980a1-f3e2-4b32-b3b6-b33ef9cbb976"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4e6980a1-f3e2-4b32-b3b6-b33ef9cbb976"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4e6980a1-f3e2-4b32-b3b6-b33ef9cbb976"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4e6980a1-f3e2-4b32-b3b6-b33ef9cbb976"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4e6980a1-f3e2-4b32-b3b6-b33ef9cbb976"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4e6980a1-f3e2-4b32-b3b6-b33ef9cbb976"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-d6320b28-0a20-40fd-af77-2200ee4a0861 {
  margin-top: -15px;
margin-bottom: -15px;
}

#s-15c0f299-123f-4f06-9064-b27a188416fd {
  min-height: 330px;
}








#s-15c0f299-123f-4f06-9064-b27a188416fd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-15c0f299-123f-4f06-9064-b27a188416fd {
  cursor: pointer;
}#s-15c0f299-123f-4f06-9064-b27a188416fd.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-98dd7a46-9f43-484c-94f8-01cfeb1b6f06 {
  min-height: 275px;
background-color: rgba(241, 241, 241, 1);
}








#s-98dd7a46-9f43-484c-94f8-01cfeb1b6f06 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-98dd7a46-9f43-484c-94f8-01cfeb1b6f06.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c37ff104-37f0-4a28-84f1-d6be3fda27e5 {
  max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-c37ff104-37f0-4a28-84f1-d6be3fda27e5 img.shogun-image,
  #s-c37ff104-37f0-4a28-84f1-d6be3fda27e5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c37ff104-37f0-4a28-84f1-d6be3fda27e5 {
    width: 100%;
    height: auto;
  }

  #s-c37ff104-37f0-4a28-84f1-d6be3fda27e5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c37ff104-37f0-4a28-84f1-d6be3fda27e5.shogun-image {
    
    
  }


.s-c37ff104-37f0-4a28-84f1-d6be3fda27e5 .shogun-image-content {
  
    align-items: center;
  
}

.s-c37ff104-37f0-4a28-84f1-d6be3fda27e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c37ff104-37f0-4a28-84f1-d6be3fda27e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c37ff104-37f0-4a28-84f1-d6be3fda27e5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c37ff104-37f0-4a28-84f1-d6be3fda27e5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c37ff104-37f0-4a28-84f1-d6be3fda27e5.shogun-image-container {
      position: relative;
    }

    .s-c37ff104-37f0-4a28-84f1-d6be3fda27e5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c37ff104-37f0-4a28-84f1-d6be3fda27e5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c37ff104-37f0-4a28-84f1-d6be3fda27e5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-c37ff104-37f0-4a28-84f1-d6be3fda27e5 img.shogun-image,
  #s-c37ff104-37f0-4a28-84f1-d6be3fda27e5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c37ff104-37f0-4a28-84f1-d6be3fda27e5 {
    width: 100%;
    height: auto;
  }

  #s-c37ff104-37f0-4a28-84f1-d6be3fda27e5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c37ff104-37f0-4a28-84f1-d6be3fda27e5.shogun-image {
    
    
  }


.s-c37ff104-37f0-4a28-84f1-d6be3fda27e5 .shogun-image-content {
  
    align-items: center;
  
}

.s-c37ff104-37f0-4a28-84f1-d6be3fda27e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c37ff104-37f0-4a28-84f1-d6be3fda27e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c37ff104-37f0-4a28-84f1-d6be3fda27e5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c37ff104-37f0-4a28-84f1-d6be3fda27e5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c37ff104-37f0-4a28-84f1-d6be3fda27e5.shogun-image-container {
      position: relative;
    }

    .s-c37ff104-37f0-4a28-84f1-d6be3fda27e5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c37ff104-37f0-4a28-84f1-d6be3fda27e5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c37ff104-37f0-4a28-84f1-d6be3fda27e5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-c37ff104-37f0-4a28-84f1-d6be3fda27e5 img.shogun-image,
  #s-c37ff104-37f0-4a28-84f1-d6be3fda27e5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c37ff104-37f0-4a28-84f1-d6be3fda27e5 {
    width: 100%;
    height: auto;
  }

  #s-c37ff104-37f0-4a28-84f1-d6be3fda27e5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c37ff104-37f0-4a28-84f1-d6be3fda27e5.shogun-image {
    
    
  }


.s-c37ff104-37f0-4a28-84f1-d6be3fda27e5 .shogun-image-content {
  
    align-items: center;
  
}

.s-c37ff104-37f0-4a28-84f1-d6be3fda27e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c37ff104-37f0-4a28-84f1-d6be3fda27e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c37ff104-37f0-4a28-84f1-d6be3fda27e5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c37ff104-37f0-4a28-84f1-d6be3fda27e5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c37ff104-37f0-4a28-84f1-d6be3fda27e5.shogun-image-container {
      position: relative;
    }

    .s-c37ff104-37f0-4a28-84f1-d6be3fda27e5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c37ff104-37f0-4a28-84f1-d6be3fda27e5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c37ff104-37f0-4a28-84f1-d6be3fda27e5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-c37ff104-37f0-4a28-84f1-d6be3fda27e5 img.shogun-image,
  #s-c37ff104-37f0-4a28-84f1-d6be3fda27e5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c37ff104-37f0-4a28-84f1-d6be3fda27e5 {
    width: 100%;
    height: auto;
  }

  #s-c37ff104-37f0-4a28-84f1-d6be3fda27e5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c37ff104-37f0-4a28-84f1-d6be3fda27e5.shogun-image {
    
    
  }


.s-c37ff104-37f0-4a28-84f1-d6be3fda27e5 .shogun-image-content {
  
    align-items: center;
  
}

.s-c37ff104-37f0-4a28-84f1-d6be3fda27e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c37ff104-37f0-4a28-84f1-d6be3fda27e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c37ff104-37f0-4a28-84f1-d6be3fda27e5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c37ff104-37f0-4a28-84f1-d6be3fda27e5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c37ff104-37f0-4a28-84f1-d6be3fda27e5.shogun-image-container {
      position: relative;
    }

    .s-c37ff104-37f0-4a28-84f1-d6be3fda27e5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c37ff104-37f0-4a28-84f1-d6be3fda27e5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c37ff104-37f0-4a28-84f1-d6be3fda27e5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-c37ff104-37f0-4a28-84f1-d6be3fda27e5 img.shogun-image,
  #s-c37ff104-37f0-4a28-84f1-d6be3fda27e5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c37ff104-37f0-4a28-84f1-d6be3fda27e5 {
    width: 100%;
    height: auto;
  }

  #s-c37ff104-37f0-4a28-84f1-d6be3fda27e5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c37ff104-37f0-4a28-84f1-d6be3fda27e5.shogun-image {
    
    
  }


.s-c37ff104-37f0-4a28-84f1-d6be3fda27e5 .shogun-image-content {
  
    align-items: center;
  
}

.s-c37ff104-37f0-4a28-84f1-d6be3fda27e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c37ff104-37f0-4a28-84f1-d6be3fda27e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c37ff104-37f0-4a28-84f1-d6be3fda27e5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c37ff104-37f0-4a28-84f1-d6be3fda27e5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c37ff104-37f0-4a28-84f1-d6be3fda27e5.shogun-image-container {
      position: relative;
    }

    .s-c37ff104-37f0-4a28-84f1-d6be3fda27e5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c37ff104-37f0-4a28-84f1-d6be3fda27e5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c37ff104-37f0-4a28-84f1-d6be3fda27e5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-e8df9788-3cb2-4336-948f-7596e579970f {
  margin-top: 5px;
}

@media (min-width: 0px) {
[id="s-e8df9788-3cb2-4336-948f-7596e579970f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-e8df9788-3cb2-4336-948f-7596e579970f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e8df9788-3cb2-4336-948f-7596e579970f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e8df9788-3cb2-4336-948f-7596e579970f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e8df9788-3cb2-4336-948f-7596e579970f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e8df9788-3cb2-4336-948f-7596e579970f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e8df9788-3cb2-4336-948f-7596e579970f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-0d20dd01-7f4c-4bb4-b7cb-90332edb3eb0 {
  margin-top: -15px;
margin-bottom: -15px;
}

#s-55ad9c58-aa0c-4383-a7ff-cbdd026f7bd3 {
  min-height: 330px;
}








#s-55ad9c58-aa0c-4383-a7ff-cbdd026f7bd3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-55ad9c58-aa0c-4383-a7ff-cbdd026f7bd3 {
  cursor: pointer;
}#s-55ad9c58-aa0c-4383-a7ff-cbdd026f7bd3.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-1f54ff36-47d2-47c3-b948-3f327fd30757 {
  min-height: 275px;
background-color: rgba(241, 241, 241, 1);
}








#s-1f54ff36-47d2-47c3-b948-3f327fd30757 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1f54ff36-47d2-47c3-b948-3f327fd30757.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-23333e26-418c-4336-b350-e513fe59509e {
  max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-23333e26-418c-4336-b350-e513fe59509e img.shogun-image,
  #s-23333e26-418c-4336-b350-e513fe59509e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-23333e26-418c-4336-b350-e513fe59509e {
    width: 100%;
    height: auto;
  }

  #s-23333e26-418c-4336-b350-e513fe59509e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-23333e26-418c-4336-b350-e513fe59509e.shogun-image {
    
    
  }


.s-23333e26-418c-4336-b350-e513fe59509e .shogun-image-content {
  
    align-items: center;
  
}

.s-23333e26-418c-4336-b350-e513fe59509e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23333e26-418c-4336-b350-e513fe59509e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23333e26-418c-4336-b350-e513fe59509e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-23333e26-418c-4336-b350-e513fe59509e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-23333e26-418c-4336-b350-e513fe59509e.shogun-image-container {
      position: relative;
    }

    .s-23333e26-418c-4336-b350-e513fe59509e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-23333e26-418c-4336-b350-e513fe59509e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-23333e26-418c-4336-b350-e513fe59509e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-23333e26-418c-4336-b350-e513fe59509e img.shogun-image,
  #s-23333e26-418c-4336-b350-e513fe59509e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-23333e26-418c-4336-b350-e513fe59509e {
    width: 100%;
    height: auto;
  }

  #s-23333e26-418c-4336-b350-e513fe59509e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-23333e26-418c-4336-b350-e513fe59509e.shogun-image {
    
    
  }


.s-23333e26-418c-4336-b350-e513fe59509e .shogun-image-content {
  
    align-items: center;
  
}

.s-23333e26-418c-4336-b350-e513fe59509e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23333e26-418c-4336-b350-e513fe59509e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23333e26-418c-4336-b350-e513fe59509e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-23333e26-418c-4336-b350-e513fe59509e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-23333e26-418c-4336-b350-e513fe59509e.shogun-image-container {
      position: relative;
    }

    .s-23333e26-418c-4336-b350-e513fe59509e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-23333e26-418c-4336-b350-e513fe59509e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-23333e26-418c-4336-b350-e513fe59509e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-23333e26-418c-4336-b350-e513fe59509e img.shogun-image,
  #s-23333e26-418c-4336-b350-e513fe59509e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-23333e26-418c-4336-b350-e513fe59509e {
    width: 100%;
    height: auto;
  }

  #s-23333e26-418c-4336-b350-e513fe59509e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-23333e26-418c-4336-b350-e513fe59509e.shogun-image {
    
    
  }


.s-23333e26-418c-4336-b350-e513fe59509e .shogun-image-content {
  
    align-items: center;
  
}

.s-23333e26-418c-4336-b350-e513fe59509e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23333e26-418c-4336-b350-e513fe59509e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23333e26-418c-4336-b350-e513fe59509e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-23333e26-418c-4336-b350-e513fe59509e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-23333e26-418c-4336-b350-e513fe59509e.shogun-image-container {
      position: relative;
    }

    .s-23333e26-418c-4336-b350-e513fe59509e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-23333e26-418c-4336-b350-e513fe59509e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-23333e26-418c-4336-b350-e513fe59509e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-23333e26-418c-4336-b350-e513fe59509e img.shogun-image,
  #s-23333e26-418c-4336-b350-e513fe59509e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-23333e26-418c-4336-b350-e513fe59509e {
    width: 100%;
    height: auto;
  }

  #s-23333e26-418c-4336-b350-e513fe59509e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-23333e26-418c-4336-b350-e513fe59509e.shogun-image {
    
    
  }


.s-23333e26-418c-4336-b350-e513fe59509e .shogun-image-content {
  
    align-items: center;
  
}

.s-23333e26-418c-4336-b350-e513fe59509e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23333e26-418c-4336-b350-e513fe59509e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23333e26-418c-4336-b350-e513fe59509e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-23333e26-418c-4336-b350-e513fe59509e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-23333e26-418c-4336-b350-e513fe59509e.shogun-image-container {
      position: relative;
    }

    .s-23333e26-418c-4336-b350-e513fe59509e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-23333e26-418c-4336-b350-e513fe59509e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-23333e26-418c-4336-b350-e513fe59509e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-23333e26-418c-4336-b350-e513fe59509e img.shogun-image,
  #s-23333e26-418c-4336-b350-e513fe59509e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-23333e26-418c-4336-b350-e513fe59509e {
    width: 100%;
    height: auto;
  }

  #s-23333e26-418c-4336-b350-e513fe59509e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-23333e26-418c-4336-b350-e513fe59509e.shogun-image {
    
    
  }


.s-23333e26-418c-4336-b350-e513fe59509e .shogun-image-content {
  
    align-items: center;
  
}

.s-23333e26-418c-4336-b350-e513fe59509e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23333e26-418c-4336-b350-e513fe59509e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23333e26-418c-4336-b350-e513fe59509e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-23333e26-418c-4336-b350-e513fe59509e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-23333e26-418c-4336-b350-e513fe59509e.shogun-image-container {
      position: relative;
    }

    .s-23333e26-418c-4336-b350-e513fe59509e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-23333e26-418c-4336-b350-e513fe59509e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-23333e26-418c-4336-b350-e513fe59509e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-f039419e-7d4c-40a3-a9f8-edfca9288ca6 {
  margin-top: 5px;
}

@media (min-width: 0px) {
[id="s-f039419e-7d4c-40a3-a9f8-edfca9288ca6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-f039419e-7d4c-40a3-a9f8-edfca9288ca6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f039419e-7d4c-40a3-a9f8-edfca9288ca6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f039419e-7d4c-40a3-a9f8-edfca9288ca6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f039419e-7d4c-40a3-a9f8-edfca9288ca6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f039419e-7d4c-40a3-a9f8-edfca9288ca6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f039419e-7d4c-40a3-a9f8-edfca9288ca6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-f1d27dbf-deeb-4672-8f7c-fc880e07b6b1 {
  margin-top: -15px;
margin-bottom: -15px;
}

#s-74c2e4ed-1349-4e92-b7df-f41767e9b056 {
  border-style: solid;
margin-top: 25px;
margin-bottom: 15px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
line-height: 2em;
color: rgba(3, 3, 3, 1);
background-image: none;
hover-type: color;
}
#s-74c2e4ed-1349-4e92-b7df-f41767e9b056:hover {background-color: rgba(8, 8, 8, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-74c2e4ed-1349-4e92-b7df-f41767e9b056:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-74c2e4ed-1349-4e92-b7df-f41767e9b056-root {
    text-align: center;
  }


#s-74c2e4ed-1349-4e92-b7df-f41767e9b056.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Archivo;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-74c2e4ed-1349-4e92-b7df-f41767e9b056-root {
    text-align: center;
  }


#s-74c2e4ed-1349-4e92-b7df-f41767e9b056.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Archivo;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-74c2e4ed-1349-4e92-b7df-f41767e9b056-root {
    text-align: center;
  }


#s-74c2e4ed-1349-4e92-b7df-f41767e9b056.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Archivo;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-74c2e4ed-1349-4e92-b7df-f41767e9b056-root {
    text-align: center;
  }


#s-74c2e4ed-1349-4e92-b7df-f41767e9b056.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Archivo;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-74c2e4ed-1349-4e92-b7df-f41767e9b056-root {
    text-align: center;
  }


#s-74c2e4ed-1349-4e92-b7df-f41767e9b056.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Archivo;
  display:  inline-block ;
}
}
#s-f51242c7-d3d5-410b-838d-4fd01c5fc582 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-f51242c7-d3d5-410b-838d-4fd01c5fc582 {
  display: none;
}
#s-f51242c7-d3d5-410b-838d-4fd01c5fc582, #wrap-s-f51242c7-d3d5-410b-838d-4fd01c5fc582 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f51242c7-d3d5-410b-838d-4fd01c5fc582 {
  display: none;
}
#s-f51242c7-d3d5-410b-838d-4fd01c5fc582, #wrap-s-f51242c7-d3d5-410b-838d-4fd01c5fc582 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f51242c7-d3d5-410b-838d-4fd01c5fc582 {
  display: none;
}
#s-f51242c7-d3d5-410b-838d-4fd01c5fc582, #wrap-s-f51242c7-d3d5-410b-838d-4fd01c5fc582 { display: none !important; }}@media (max-width: 767px){#s-f51242c7-d3d5-410b-838d-4fd01c5fc582 {
  display: none;
}
#s-f51242c7-d3d5-410b-838d-4fd01c5fc582, #wrap-s-f51242c7-d3d5-410b-838d-4fd01c5fc582 { display: none !important; }}
#s-f51242c7-d3d5-410b-838d-4fd01c5fc582 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-f51242c7-d3d5-410b-838d-4fd01c5fc582 .shg-sld-nav-button.shg-sld-left,
#s-f51242c7-d3d5-410b-838d-4fd01c5fc582 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-03e0c410-f9ba-4ca9-9508-409bf4ab80a0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-03e0c410-f9ba-4ca9-9508-409bf4ab80a0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-03e0c410-f9ba-4ca9-9508-409bf4ab80a0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-03e0c410-f9ba-4ca9-9508-409bf4ab80a0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-d8b6e0a1-481c-4e0c-86e4-56d60f2ccb83 {
  min-height: 330px;
}








#s-d8b6e0a1-481c-4e0c-86e4-56d60f2ccb83 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d8b6e0a1-481c-4e0c-86e4-56d60f2ccb83 {
  cursor: pointer;
}#s-d8b6e0a1-481c-4e0c-86e4-56d60f2ccb83.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-996b2cea-8d20-4549-b3a7-565ed76a05d0 {
  min-height: 275px;
background-color: rgba(241, 241, 241, 1);
}








#s-996b2cea-8d20-4549-b3a7-565ed76a05d0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-996b2cea-8d20-4549-b3a7-565ed76a05d0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ce8f159b-cf56-4e0e-a6c9-1ebb9a501ec3 {
  text-align: center;
}







  img.s-ce8f159b-cf56-4e0e-a6c9-1ebb9a501ec3.shogun-image {
    
    
  }


.s-ce8f159b-cf56-4e0e-a6c9-1ebb9a501ec3 .shogun-image-content {
  
    align-items: center;
  
}

.s-ce8f159b-cf56-4e0e-a6c9-1ebb9a501ec3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ce8f159b-cf56-4e0e-a6c9-1ebb9a501ec3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ce8f159b-cf56-4e0e-a6c9-1ebb9a501ec3.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-ce8f159b-cf56-4e0e-a6c9-1ebb9a501ec3.shogun-image {
    
    
  }


.s-ce8f159b-cf56-4e0e-a6c9-1ebb9a501ec3 .shogun-image-content {
  
    align-items: center;
  
}

.s-ce8f159b-cf56-4e0e-a6c9-1ebb9a501ec3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ce8f159b-cf56-4e0e-a6c9-1ebb9a501ec3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ce8f159b-cf56-4e0e-a6c9-1ebb9a501ec3.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-ce8f159b-cf56-4e0e-a6c9-1ebb9a501ec3.shogun-image {
    
    
  }


.s-ce8f159b-cf56-4e0e-a6c9-1ebb9a501ec3 .shogun-image-content {
  
    align-items: center;
  
}

.s-ce8f159b-cf56-4e0e-a6c9-1ebb9a501ec3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ce8f159b-cf56-4e0e-a6c9-1ebb9a501ec3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ce8f159b-cf56-4e0e-a6c9-1ebb9a501ec3.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-ce8f159b-cf56-4e0e-a6c9-1ebb9a501ec3.shogun-image {
    
    
  }


.s-ce8f159b-cf56-4e0e-a6c9-1ebb9a501ec3 .shogun-image-content {
  
    align-items: center;
  
}

.s-ce8f159b-cf56-4e0e-a6c9-1ebb9a501ec3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ce8f159b-cf56-4e0e-a6c9-1ebb9a501ec3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ce8f159b-cf56-4e0e-a6c9-1ebb9a501ec3.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-ce8f159b-cf56-4e0e-a6c9-1ebb9a501ec3.shogun-image {
    
    
  }


.s-ce8f159b-cf56-4e0e-a6c9-1ebb9a501ec3 .shogun-image-content {
  
    align-items: center;
  
}

.s-ce8f159b-cf56-4e0e-a6c9-1ebb9a501ec3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ce8f159b-cf56-4e0e-a6c9-1ebb9a501ec3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ce8f159b-cf56-4e0e-a6c9-1ebb9a501ec3.shogun-image {
  box-sizing: border-box;
}



}
#s-50504967-08bf-489a-a5fa-0d1a805b6a9f {
  margin-top: 5px;
}

@media (min-width: 0px) {
[id="s-50504967-08bf-489a-a5fa-0d1a805b6a9f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-50504967-08bf-489a-a5fa-0d1a805b6a9f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-50504967-08bf-489a-a5fa-0d1a805b6a9f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-50504967-08bf-489a-a5fa-0d1a805b6a9f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-ffd649d8-2ea3-411d-a21f-08e4ec9c9680 {
  margin-top: -15px;
margin-bottom: -15px;
}

#s-c34d5533-e3d9-44f7-8efb-e59ac8c08bbc {
  padding-top: 6px;
padding-bottom: 10px;
text-align: right;
}

#s-c34d5533-e3d9-44f7-8efb-e59ac8c08bbc .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: right;
}



#s-97bb3549-64fb-4141-956e-6486815d1c84 {
  min-height: 330px;
}








#s-97bb3549-64fb-4141-956e-6486815d1c84 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-97bb3549-64fb-4141-956e-6486815d1c84 {
  cursor: pointer;
}#s-97bb3549-64fb-4141-956e-6486815d1c84.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-79cd06a2-17f8-4acd-b73b-d805183c05f8 {
  min-height: 275px;
background-color: rgba(241, 241, 241, 1);
}








#s-79cd06a2-17f8-4acd-b73b-d805183c05f8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-79cd06a2-17f8-4acd-b73b-d805183c05f8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a2e54c7e-cc3b-4619-85ed-a99175c612b8 {
  text-align: center;
}







  img.s-a2e54c7e-cc3b-4619-85ed-a99175c612b8.shogun-image {
    
    
  }


.s-a2e54c7e-cc3b-4619-85ed-a99175c612b8 .shogun-image-content {
  
    align-items: center;
  
}

.s-a2e54c7e-cc3b-4619-85ed-a99175c612b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a2e54c7e-cc3b-4619-85ed-a99175c612b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a2e54c7e-cc3b-4619-85ed-a99175c612b8.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-a2e54c7e-cc3b-4619-85ed-a99175c612b8.shogun-image {
    
    
  }


.s-a2e54c7e-cc3b-4619-85ed-a99175c612b8 .shogun-image-content {
  
    align-items: center;
  
}

.s-a2e54c7e-cc3b-4619-85ed-a99175c612b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a2e54c7e-cc3b-4619-85ed-a99175c612b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a2e54c7e-cc3b-4619-85ed-a99175c612b8.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-a2e54c7e-cc3b-4619-85ed-a99175c612b8.shogun-image {
    
    
  }


.s-a2e54c7e-cc3b-4619-85ed-a99175c612b8 .shogun-image-content {
  
    align-items: center;
  
}

.s-a2e54c7e-cc3b-4619-85ed-a99175c612b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a2e54c7e-cc3b-4619-85ed-a99175c612b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a2e54c7e-cc3b-4619-85ed-a99175c612b8.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-a2e54c7e-cc3b-4619-85ed-a99175c612b8.shogun-image {
    
    
  }


.s-a2e54c7e-cc3b-4619-85ed-a99175c612b8 .shogun-image-content {
  
    align-items: center;
  
}

.s-a2e54c7e-cc3b-4619-85ed-a99175c612b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a2e54c7e-cc3b-4619-85ed-a99175c612b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a2e54c7e-cc3b-4619-85ed-a99175c612b8.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-a2e54c7e-cc3b-4619-85ed-a99175c612b8.shogun-image {
    
    
  }


.s-a2e54c7e-cc3b-4619-85ed-a99175c612b8 .shogun-image-content {
  
    align-items: center;
  
}

.s-a2e54c7e-cc3b-4619-85ed-a99175c612b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a2e54c7e-cc3b-4619-85ed-a99175c612b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a2e54c7e-cc3b-4619-85ed-a99175c612b8.shogun-image {
  box-sizing: border-box;
}



}
#s-ae85e492-2f26-44ee-8e24-19a9bf19b4cf {
  margin-top: 5px;
}

@media (min-width: 0px) {
[id="s-ae85e492-2f26-44ee-8e24-19a9bf19b4cf"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-ae85e492-2f26-44ee-8e24-19a9bf19b4cf"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ae85e492-2f26-44ee-8e24-19a9bf19b4cf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ae85e492-2f26-44ee-8e24-19a9bf19b4cf"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ae85e492-2f26-44ee-8e24-19a9bf19b4cf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ae85e492-2f26-44ee-8e24-19a9bf19b4cf"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ae85e492-2f26-44ee-8e24-19a9bf19b4cf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-390d2c5d-991d-4fcb-a884-a6919e53c912 {
  margin-top: -15px;
margin-bottom: -15px;
}

#s-d80f7a15-f03b-432d-ac7e-d666ed80ce95 {
  padding-top: 6px;
padding-bottom: 10px;
text-align: right;
}

#s-d80f7a15-f03b-432d-ac7e-d666ed80ce95 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: right;
}



@media (min-width: 0px) {
[id="s-18d49dea-8fbf-4d46-a426-29f3e4c9c190"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-18d49dea-8fbf-4d46-a426-29f3e4c9c190"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-18d49dea-8fbf-4d46-a426-29f3e4c9c190"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-18d49dea-8fbf-4d46-a426-29f3e4c9c190"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-2cc24b59-0b2a-4dfb-b529-d882ed4600f9 {
  min-height: 330px;
}








#s-2cc24b59-0b2a-4dfb-b529-d882ed4600f9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2cc24b59-0b2a-4dfb-b529-d882ed4600f9 {
  cursor: pointer;
}#s-2cc24b59-0b2a-4dfb-b529-d882ed4600f9.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a3e98874-d403-4e3b-b65b-9b33a6ccefa2 {
  min-height: 275px;
background-color: rgba(241, 241, 241, 1);
}








#s-a3e98874-d403-4e3b-b65b-9b33a6ccefa2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a3e98874-d403-4e3b-b65b-9b33a6ccefa2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3c1d4fa1-cb35-47ad-a5fd-3228fea2adbf {
  text-align: center;
}







  img.s-3c1d4fa1-cb35-47ad-a5fd-3228fea2adbf.shogun-image {
    
    
  }


.s-3c1d4fa1-cb35-47ad-a5fd-3228fea2adbf .shogun-image-content {
  
    align-items: center;
  
}

.s-3c1d4fa1-cb35-47ad-a5fd-3228fea2adbf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c1d4fa1-cb35-47ad-a5fd-3228fea2adbf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c1d4fa1-cb35-47ad-a5fd-3228fea2adbf.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-3c1d4fa1-cb35-47ad-a5fd-3228fea2adbf.shogun-image {
    
    
  }


.s-3c1d4fa1-cb35-47ad-a5fd-3228fea2adbf .shogun-image-content {
  
    align-items: center;
  
}

.s-3c1d4fa1-cb35-47ad-a5fd-3228fea2adbf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c1d4fa1-cb35-47ad-a5fd-3228fea2adbf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c1d4fa1-cb35-47ad-a5fd-3228fea2adbf.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-3c1d4fa1-cb35-47ad-a5fd-3228fea2adbf.shogun-image {
    
    
  }


.s-3c1d4fa1-cb35-47ad-a5fd-3228fea2adbf .shogun-image-content {
  
    align-items: center;
  
}

.s-3c1d4fa1-cb35-47ad-a5fd-3228fea2adbf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c1d4fa1-cb35-47ad-a5fd-3228fea2adbf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c1d4fa1-cb35-47ad-a5fd-3228fea2adbf.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-3c1d4fa1-cb35-47ad-a5fd-3228fea2adbf.shogun-image {
    
    
  }


.s-3c1d4fa1-cb35-47ad-a5fd-3228fea2adbf .shogun-image-content {
  
    align-items: center;
  
}

.s-3c1d4fa1-cb35-47ad-a5fd-3228fea2adbf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c1d4fa1-cb35-47ad-a5fd-3228fea2adbf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c1d4fa1-cb35-47ad-a5fd-3228fea2adbf.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-3c1d4fa1-cb35-47ad-a5fd-3228fea2adbf.shogun-image {
    
    
  }


.s-3c1d4fa1-cb35-47ad-a5fd-3228fea2adbf .shogun-image-content {
  
    align-items: center;
  
}

.s-3c1d4fa1-cb35-47ad-a5fd-3228fea2adbf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c1d4fa1-cb35-47ad-a5fd-3228fea2adbf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c1d4fa1-cb35-47ad-a5fd-3228fea2adbf.shogun-image {
  box-sizing: border-box;
}



}
#s-1b3f0b8b-5cb4-4b5b-bef7-57445a763d06 {
  margin-top: 5px;
}

@media (min-width: 0px) {
[id="s-1b3f0b8b-5cb4-4b5b-bef7-57445a763d06"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-1b3f0b8b-5cb4-4b5b-bef7-57445a763d06"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1b3f0b8b-5cb4-4b5b-bef7-57445a763d06"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1b3f0b8b-5cb4-4b5b-bef7-57445a763d06"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1b3f0b8b-5cb4-4b5b-bef7-57445a763d06"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1b3f0b8b-5cb4-4b5b-bef7-57445a763d06"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1b3f0b8b-5cb4-4b5b-bef7-57445a763d06"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-013490ba-02f0-4524-b533-1597f991f139 {
  margin-top: -15px;
margin-bottom: -15px;
}

#s-7a327c59-9455-4f8a-a9a8-57d1ee3d4ebc {
  padding-top: 6px;
padding-bottom: 10px;
text-align: right;
}

#s-7a327c59-9455-4f8a-a9a8-57d1ee3d4ebc .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: right;
}



#s-789c42a6-cbcc-4528-81d5-c2d429995cc1 {
  min-height: 330px;
}








#s-789c42a6-cbcc-4528-81d5-c2d429995cc1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-789c42a6-cbcc-4528-81d5-c2d429995cc1 {
  cursor: pointer;
}#s-789c42a6-cbcc-4528-81d5-c2d429995cc1.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-7d879842-5eed-4ef7-aba6-6f0a8c66b98f {
  min-height: 275px;
background-color: rgba(241, 241, 241, 1);
}








#s-7d879842-5eed-4ef7-aba6-6f0a8c66b98f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7d879842-5eed-4ef7-aba6-6f0a8c66b98f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ec20abc1-f340-423f-ac38-e1276ceda764 {
  text-align: center;
}







  img.s-ec20abc1-f340-423f-ac38-e1276ceda764.shogun-image {
    
    
  }


.s-ec20abc1-f340-423f-ac38-e1276ceda764 .shogun-image-content {
  
    align-items: center;
  
}

.s-ec20abc1-f340-423f-ac38-e1276ceda764.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec20abc1-f340-423f-ac38-e1276ceda764.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec20abc1-f340-423f-ac38-e1276ceda764.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-ec20abc1-f340-423f-ac38-e1276ceda764.shogun-image {
    
    
  }


.s-ec20abc1-f340-423f-ac38-e1276ceda764 .shogun-image-content {
  
    align-items: center;
  
}

.s-ec20abc1-f340-423f-ac38-e1276ceda764.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec20abc1-f340-423f-ac38-e1276ceda764.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec20abc1-f340-423f-ac38-e1276ceda764.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-ec20abc1-f340-423f-ac38-e1276ceda764.shogun-image {
    
    
  }


.s-ec20abc1-f340-423f-ac38-e1276ceda764 .shogun-image-content {
  
    align-items: center;
  
}

.s-ec20abc1-f340-423f-ac38-e1276ceda764.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec20abc1-f340-423f-ac38-e1276ceda764.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec20abc1-f340-423f-ac38-e1276ceda764.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-ec20abc1-f340-423f-ac38-e1276ceda764.shogun-image {
    
    
  }


.s-ec20abc1-f340-423f-ac38-e1276ceda764 .shogun-image-content {
  
    align-items: center;
  
}

.s-ec20abc1-f340-423f-ac38-e1276ceda764.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec20abc1-f340-423f-ac38-e1276ceda764.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec20abc1-f340-423f-ac38-e1276ceda764.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-ec20abc1-f340-423f-ac38-e1276ceda764.shogun-image {
    
    
  }


.s-ec20abc1-f340-423f-ac38-e1276ceda764 .shogun-image-content {
  
    align-items: center;
  
}

.s-ec20abc1-f340-423f-ac38-e1276ceda764.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec20abc1-f340-423f-ac38-e1276ceda764.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec20abc1-f340-423f-ac38-e1276ceda764.shogun-image {
  box-sizing: border-box;
}



}
#s-2f0b79ed-8d85-4ed2-9787-04ad3618a425 {
  margin-top: 5px;
}

@media (min-width: 0px) {
[id="s-2f0b79ed-8d85-4ed2-9787-04ad3618a425"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-2f0b79ed-8d85-4ed2-9787-04ad3618a425"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2f0b79ed-8d85-4ed2-9787-04ad3618a425"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2f0b79ed-8d85-4ed2-9787-04ad3618a425"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2f0b79ed-8d85-4ed2-9787-04ad3618a425"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2f0b79ed-8d85-4ed2-9787-04ad3618a425"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2f0b79ed-8d85-4ed2-9787-04ad3618a425"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-59fbb37c-ecde-44ae-8e59-763ae449b223 {
  margin-top: -15px;
margin-bottom: -15px;
}

#s-a5a028c5-9dd4-4263-9560-4bbbf19b5211 {
  padding-top: 6px;
padding-bottom: 10px;
text-align: right;
}

#s-a5a028c5-9dd4-4263-9560-4bbbf19b5211 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: right;
}



#s-d1d74555-a330-4b0b-8f17-6d740e5de2d9 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-d1d74555-a330-4b0b-8f17-6d740e5de2d9 {
  display: none;
}
#s-d1d74555-a330-4b0b-8f17-6d740e5de2d9, #wrap-s-d1d74555-a330-4b0b-8f17-6d740e5de2d9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d1d74555-a330-4b0b-8f17-6d740e5de2d9 {
  display: none;
}
#s-d1d74555-a330-4b0b-8f17-6d740e5de2d9, #wrap-s-d1d74555-a330-4b0b-8f17-6d740e5de2d9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d1d74555-a330-4b0b-8f17-6d740e5de2d9 {
  display: none;
}
#s-d1d74555-a330-4b0b-8f17-6d740e5de2d9, #wrap-s-d1d74555-a330-4b0b-8f17-6d740e5de2d9 { display: none !important; }}@media (max-width: 767px){#s-d1d74555-a330-4b0b-8f17-6d740e5de2d9 {
  display: none;
}
#s-d1d74555-a330-4b0b-8f17-6d740e5de2d9, #wrap-s-d1d74555-a330-4b0b-8f17-6d740e5de2d9 { display: none !important; }}
#s-d1d74555-a330-4b0b-8f17-6d740e5de2d9 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-d1d74555-a330-4b0b-8f17-6d740e5de2d9 .shg-sld-nav-button.shg-sld-left,
#s-d1d74555-a330-4b0b-8f17-6d740e5de2d9 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-e137e87f-29f4-4a73-a9bb-9aa52b2afaad"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-e137e87f-29f4-4a73-a9bb-9aa52b2afaad"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-e137e87f-29f4-4a73-a9bb-9aa52b2afaad"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-e137e87f-29f4-4a73-a9bb-9aa52b2afaad"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-833ff8cc-4286-4eb8-a415-a5722631e005 {
  min-height: 330px;
}








#s-833ff8cc-4286-4eb8-a415-a5722631e005 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-833ff8cc-4286-4eb8-a415-a5722631e005 {
  cursor: pointer;
}#s-833ff8cc-4286-4eb8-a415-a5722631e005.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-63db036c-804d-4f73-94e9-5393df67a9fb {
  min-height: 275px;
background-color: rgba(241, 241, 241, 1);
}








#s-63db036c-804d-4f73-94e9-5393df67a9fb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-63db036c-804d-4f73-94e9-5393df67a9fb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-48910267-c808-4ee4-b0a6-ff363bc58ad9 {
  text-align: center;
}







  img.s-48910267-c808-4ee4-b0a6-ff363bc58ad9.shogun-image {
    
    
  }


.s-48910267-c808-4ee4-b0a6-ff363bc58ad9 .shogun-image-content {
  
    align-items: center;
  
}

.s-48910267-c808-4ee4-b0a6-ff363bc58ad9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-48910267-c808-4ee4-b0a6-ff363bc58ad9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-48910267-c808-4ee4-b0a6-ff363bc58ad9.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-48910267-c808-4ee4-b0a6-ff363bc58ad9.shogun-image {
    
    
  }


.s-48910267-c808-4ee4-b0a6-ff363bc58ad9 .shogun-image-content {
  
    align-items: center;
  
}

.s-48910267-c808-4ee4-b0a6-ff363bc58ad9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-48910267-c808-4ee4-b0a6-ff363bc58ad9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-48910267-c808-4ee4-b0a6-ff363bc58ad9.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-48910267-c808-4ee4-b0a6-ff363bc58ad9.shogun-image {
    
    
  }


.s-48910267-c808-4ee4-b0a6-ff363bc58ad9 .shogun-image-content {
  
    align-items: center;
  
}

.s-48910267-c808-4ee4-b0a6-ff363bc58ad9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-48910267-c808-4ee4-b0a6-ff363bc58ad9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-48910267-c808-4ee4-b0a6-ff363bc58ad9.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-48910267-c808-4ee4-b0a6-ff363bc58ad9.shogun-image {
    
    
  }


.s-48910267-c808-4ee4-b0a6-ff363bc58ad9 .shogun-image-content {
  
    align-items: center;
  
}

.s-48910267-c808-4ee4-b0a6-ff363bc58ad9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-48910267-c808-4ee4-b0a6-ff363bc58ad9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-48910267-c808-4ee4-b0a6-ff363bc58ad9.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-48910267-c808-4ee4-b0a6-ff363bc58ad9.shogun-image {
    
    
  }


.s-48910267-c808-4ee4-b0a6-ff363bc58ad9 .shogun-image-content {
  
    align-items: center;
  
}

.s-48910267-c808-4ee4-b0a6-ff363bc58ad9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-48910267-c808-4ee4-b0a6-ff363bc58ad9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-48910267-c808-4ee4-b0a6-ff363bc58ad9.shogun-image {
  box-sizing: border-box;
}



}
#s-eb74f86c-25b8-445f-9fbe-95420b4b556c {
  margin-top: 5px;
}

@media (min-width: 0px) {
[id="s-eb74f86c-25b8-445f-9fbe-95420b4b556c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-eb74f86c-25b8-445f-9fbe-95420b4b556c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-eb74f86c-25b8-445f-9fbe-95420b4b556c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-eb74f86c-25b8-445f-9fbe-95420b4b556c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-eb74f86c-25b8-445f-9fbe-95420b4b556c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-eb74f86c-25b8-445f-9fbe-95420b4b556c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-eb74f86c-25b8-445f-9fbe-95420b4b556c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-12799321-2d10-4b6d-9fa7-1b0c2689342c {
  margin-top: -15px;
margin-bottom: -15px;
}

#s-c0760090-15dd-45e8-af35-5ca9b34e1e7a {
  padding-top: 6px;
padding-bottom: 10px;
text-align: right;
}

#s-c0760090-15dd-45e8-af35-5ca9b34e1e7a .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: right;
}



#s-39b59b86-3cdd-4e15-841c-2c22eb831bdf {
  min-height: 330px;
}








#s-39b59b86-3cdd-4e15-841c-2c22eb831bdf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-39b59b86-3cdd-4e15-841c-2c22eb831bdf {
  cursor: pointer;
}#s-39b59b86-3cdd-4e15-841c-2c22eb831bdf.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d181dc42-421d-46e7-99ab-9bb8ac5eb221 {
  min-height: 275px;
background-color: rgba(241, 241, 241, 1);
}








#s-d181dc42-421d-46e7-99ab-9bb8ac5eb221 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d181dc42-421d-46e7-99ab-9bb8ac5eb221.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8708a805-e1a2-4be8-a5d3-3c8353323685 {
  text-align: center;
}







  img.s-8708a805-e1a2-4be8-a5d3-3c8353323685.shogun-image {
    
    
  }


.s-8708a805-e1a2-4be8-a5d3-3c8353323685 .shogun-image-content {
  
    align-items: center;
  
}

.s-8708a805-e1a2-4be8-a5d3-3c8353323685.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8708a805-e1a2-4be8-a5d3-3c8353323685.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8708a805-e1a2-4be8-a5d3-3c8353323685.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-8708a805-e1a2-4be8-a5d3-3c8353323685.shogun-image {
    
    
  }


.s-8708a805-e1a2-4be8-a5d3-3c8353323685 .shogun-image-content {
  
    align-items: center;
  
}

.s-8708a805-e1a2-4be8-a5d3-3c8353323685.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8708a805-e1a2-4be8-a5d3-3c8353323685.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8708a805-e1a2-4be8-a5d3-3c8353323685.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-8708a805-e1a2-4be8-a5d3-3c8353323685.shogun-image {
    
    
  }


.s-8708a805-e1a2-4be8-a5d3-3c8353323685 .shogun-image-content {
  
    align-items: center;
  
}

.s-8708a805-e1a2-4be8-a5d3-3c8353323685.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8708a805-e1a2-4be8-a5d3-3c8353323685.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8708a805-e1a2-4be8-a5d3-3c8353323685.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-8708a805-e1a2-4be8-a5d3-3c8353323685.shogun-image {
    
    
  }


.s-8708a805-e1a2-4be8-a5d3-3c8353323685 .shogun-image-content {
  
    align-items: center;
  
}

.s-8708a805-e1a2-4be8-a5d3-3c8353323685.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8708a805-e1a2-4be8-a5d3-3c8353323685.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8708a805-e1a2-4be8-a5d3-3c8353323685.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-8708a805-e1a2-4be8-a5d3-3c8353323685.shogun-image {
    
    
  }


.s-8708a805-e1a2-4be8-a5d3-3c8353323685 .shogun-image-content {
  
    align-items: center;
  
}

.s-8708a805-e1a2-4be8-a5d3-3c8353323685.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8708a805-e1a2-4be8-a5d3-3c8353323685.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8708a805-e1a2-4be8-a5d3-3c8353323685.shogun-image {
  box-sizing: border-box;
}



}
#s-858622f1-73a7-4245-9fbf-59802ce9c9f6 {
  margin-top: 5px;
}

@media (min-width: 0px) {
[id="s-858622f1-73a7-4245-9fbf-59802ce9c9f6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-858622f1-73a7-4245-9fbf-59802ce9c9f6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-858622f1-73a7-4245-9fbf-59802ce9c9f6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-858622f1-73a7-4245-9fbf-59802ce9c9f6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-858622f1-73a7-4245-9fbf-59802ce9c9f6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-858622f1-73a7-4245-9fbf-59802ce9c9f6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-858622f1-73a7-4245-9fbf-59802ce9c9f6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (max-width: 767px){#s-8be0ace8-6764-4c00-b943-02ae91c52b1f {
  margin-right: -15%;
}
}
#s-0b023358-d8ef-406d-b124-e87c482c2911 {
  margin-top: -15px;
margin-bottom: -15px;
}

#s-b7168dea-3e9c-4a0b-bde2-5dc4842dd353 {
  padding-top: 6px;
padding-bottom: 10px;
text-align: right;
}
@media (max-width: 767px){#s-b7168dea-3e9c-4a0b-bde2-5dc4842dd353 {
  margin-left: 15%;
margin-right: 0%;
}
}
#s-b7168dea-3e9c-4a0b-bde2-5dc4842dd353 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: right;
}



@media (min-width: 0px) {
[id="s-04cb49b7-3b40-494a-8926-0078ee630cf5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-04cb49b7-3b40-494a-8926-0078ee630cf5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-04cb49b7-3b40-494a-8926-0078ee630cf5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-04cb49b7-3b40-494a-8926-0078ee630cf5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-77cff074-378c-42a7-85ec-3e2dbc939742 {
  min-height: 330px;
}








#s-77cff074-378c-42a7-85ec-3e2dbc939742 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-77cff074-378c-42a7-85ec-3e2dbc939742 {
  cursor: pointer;
}#s-77cff074-378c-42a7-85ec-3e2dbc939742.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-185ced87-05e6-474a-b205-66d7ba869130 {
  min-height: 275px;
background-color: rgba(241, 241, 241, 1);
}








#s-185ced87-05e6-474a-b205-66d7ba869130 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-185ced87-05e6-474a-b205-66d7ba869130.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e183cc42-c6b2-47bd-a2c9-61be6f57cdda {
  text-align: center;
}







  img.s-e183cc42-c6b2-47bd-a2c9-61be6f57cdda.shogun-image {
    
    
  }


.s-e183cc42-c6b2-47bd-a2c9-61be6f57cdda .shogun-image-content {
  
    align-items: center;
  
}

.s-e183cc42-c6b2-47bd-a2c9-61be6f57cdda.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e183cc42-c6b2-47bd-a2c9-61be6f57cdda.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e183cc42-c6b2-47bd-a2c9-61be6f57cdda.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-e183cc42-c6b2-47bd-a2c9-61be6f57cdda.shogun-image {
    
    
  }


.s-e183cc42-c6b2-47bd-a2c9-61be6f57cdda .shogun-image-content {
  
    align-items: center;
  
}

.s-e183cc42-c6b2-47bd-a2c9-61be6f57cdda.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e183cc42-c6b2-47bd-a2c9-61be6f57cdda.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e183cc42-c6b2-47bd-a2c9-61be6f57cdda.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-e183cc42-c6b2-47bd-a2c9-61be6f57cdda.shogun-image {
    
    
  }


.s-e183cc42-c6b2-47bd-a2c9-61be6f57cdda .shogun-image-content {
  
    align-items: center;
  
}

.s-e183cc42-c6b2-47bd-a2c9-61be6f57cdda.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e183cc42-c6b2-47bd-a2c9-61be6f57cdda.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e183cc42-c6b2-47bd-a2c9-61be6f57cdda.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-e183cc42-c6b2-47bd-a2c9-61be6f57cdda.shogun-image {
    
    
  }


.s-e183cc42-c6b2-47bd-a2c9-61be6f57cdda .shogun-image-content {
  
    align-items: center;
  
}

.s-e183cc42-c6b2-47bd-a2c9-61be6f57cdda.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e183cc42-c6b2-47bd-a2c9-61be6f57cdda.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e183cc42-c6b2-47bd-a2c9-61be6f57cdda.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-e183cc42-c6b2-47bd-a2c9-61be6f57cdda.shogun-image {
    
    
  }


.s-e183cc42-c6b2-47bd-a2c9-61be6f57cdda .shogun-image-content {
  
    align-items: center;
  
}

.s-e183cc42-c6b2-47bd-a2c9-61be6f57cdda.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e183cc42-c6b2-47bd-a2c9-61be6f57cdda.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e183cc42-c6b2-47bd-a2c9-61be6f57cdda.shogun-image {
  box-sizing: border-box;
}



}
#s-33ba26fc-8593-482b-a7f3-8d021afde606 {
  margin-top: 5px;
}

@media (min-width: 0px) {
[id="s-33ba26fc-8593-482b-a7f3-8d021afde606"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-33ba26fc-8593-482b-a7f3-8d021afde606"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-33ba26fc-8593-482b-a7f3-8d021afde606"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-33ba26fc-8593-482b-a7f3-8d021afde606"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-33ba26fc-8593-482b-a7f3-8d021afde606"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-33ba26fc-8593-482b-a7f3-8d021afde606"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-33ba26fc-8593-482b-a7f3-8d021afde606"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-979985b3-a92c-4221-8c67-f4427fedd520 {
  margin-top: -15px;
margin-bottom: -15px;
}

#s-8377dad3-864c-4dbe-9f66-85f1ec7b1989 {
  padding-top: 6px;
padding-bottom: 10px;
text-align: right;
}

#s-8377dad3-864c-4dbe-9f66-85f1ec7b1989 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: right;
}



#s-6d7ee767-7be3-4dd1-a25d-8a752f9bf383 {
  min-height: 330px;
}








#s-6d7ee767-7be3-4dd1-a25d-8a752f9bf383 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6d7ee767-7be3-4dd1-a25d-8a752f9bf383 {
  cursor: pointer;
}#s-6d7ee767-7be3-4dd1-a25d-8a752f9bf383.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-2db20b47-774b-4961-81c2-01ae2c2bb62f {
  min-height: 275px;
background-color: rgba(241, 241, 241, 1);
}








#s-2db20b47-774b-4961-81c2-01ae2c2bb62f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2db20b47-774b-4961-81c2-01ae2c2bb62f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b59c7ad8-afb1-4773-845c-383c3cf34352 {
  text-align: center;
}







  img.s-b59c7ad8-afb1-4773-845c-383c3cf34352.shogun-image {
    
    
  }


.s-b59c7ad8-afb1-4773-845c-383c3cf34352 .shogun-image-content {
  
    align-items: center;
  
}

.s-b59c7ad8-afb1-4773-845c-383c3cf34352.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b59c7ad8-afb1-4773-845c-383c3cf34352.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b59c7ad8-afb1-4773-845c-383c3cf34352.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-b59c7ad8-afb1-4773-845c-383c3cf34352.shogun-image {
    
    
  }


.s-b59c7ad8-afb1-4773-845c-383c3cf34352 .shogun-image-content {
  
    align-items: center;
  
}

.s-b59c7ad8-afb1-4773-845c-383c3cf34352.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b59c7ad8-afb1-4773-845c-383c3cf34352.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b59c7ad8-afb1-4773-845c-383c3cf34352.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-b59c7ad8-afb1-4773-845c-383c3cf34352.shogun-image {
    
    
  }


.s-b59c7ad8-afb1-4773-845c-383c3cf34352 .shogun-image-content {
  
    align-items: center;
  
}

.s-b59c7ad8-afb1-4773-845c-383c3cf34352.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b59c7ad8-afb1-4773-845c-383c3cf34352.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b59c7ad8-afb1-4773-845c-383c3cf34352.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-b59c7ad8-afb1-4773-845c-383c3cf34352.shogun-image {
    
    
  }


.s-b59c7ad8-afb1-4773-845c-383c3cf34352 .shogun-image-content {
  
    align-items: center;
  
}

.s-b59c7ad8-afb1-4773-845c-383c3cf34352.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b59c7ad8-afb1-4773-845c-383c3cf34352.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b59c7ad8-afb1-4773-845c-383c3cf34352.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-b59c7ad8-afb1-4773-845c-383c3cf34352.shogun-image {
    
    
  }


.s-b59c7ad8-afb1-4773-845c-383c3cf34352 .shogun-image-content {
  
    align-items: center;
  
}

.s-b59c7ad8-afb1-4773-845c-383c3cf34352.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b59c7ad8-afb1-4773-845c-383c3cf34352.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b59c7ad8-afb1-4773-845c-383c3cf34352.shogun-image {
  box-sizing: border-box;
}



}
#s-f32b9e27-b380-44df-b029-f625126f4762 {
  margin-top: 5px;
}

@media (min-width: 0px) {
[id="s-f32b9e27-b380-44df-b029-f625126f4762"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-f32b9e27-b380-44df-b029-f625126f4762"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f32b9e27-b380-44df-b029-f625126f4762"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f32b9e27-b380-44df-b029-f625126f4762"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f32b9e27-b380-44df-b029-f625126f4762"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f32b9e27-b380-44df-b029-f625126f4762"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f32b9e27-b380-44df-b029-f625126f4762"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-09201558-17df-4555-ac90-cd8bd689ffba {
  margin-top: -15px;
margin-bottom: -15px;
}

#s-f881ccdd-e1b0-468d-b149-d7385e1d4eb7 {
  padding-top: 6px;
padding-bottom: 10px;
text-align: right;
}

#s-f881ccdd-e1b0-468d-b149-d7385e1d4eb7 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: right;
}



#s-cd7c4f54-8c57-4baa-b9e8-2faad29c4f49 {
  border-style: solid;
margin-top: 25px;
margin-bottom: 15px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
line-height: 2em;
color: rgba(3, 3, 3, 1);
background-image: none;
hover-type: color;
}
#s-cd7c4f54-8c57-4baa-b9e8-2faad29c4f49:hover {background-color: rgba(8, 8, 8, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-cd7c4f54-8c57-4baa-b9e8-2faad29c4f49:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-cd7c4f54-8c57-4baa-b9e8-2faad29c4f49-root {
    text-align: center;
  }


#s-cd7c4f54-8c57-4baa-b9e8-2faad29c4f49.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 11px;
  font-weight: 600;
  
  font-family: Archivo;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-cd7c4f54-8c57-4baa-b9e8-2faad29c4f49-root {
    text-align: center;
  }


#s-cd7c4f54-8c57-4baa-b9e8-2faad29c4f49.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 11px;
  font-weight: 600;
  
  font-family: Archivo;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cd7c4f54-8c57-4baa-b9e8-2faad29c4f49-root {
    text-align: center;
  }


#s-cd7c4f54-8c57-4baa-b9e8-2faad29c4f49.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 11px;
  font-weight: 600;
  
  font-family: Archivo;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cd7c4f54-8c57-4baa-b9e8-2faad29c4f49-root {
    text-align: center;
  }


#s-cd7c4f54-8c57-4baa-b9e8-2faad29c4f49.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 11px;
  font-weight: 600;
  
  font-family: Archivo;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-cd7c4f54-8c57-4baa-b9e8-2faad29c4f49-root {
    text-align: center;
  }


#s-cd7c4f54-8c57-4baa-b9e8-2faad29c4f49.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 11px;
  font-weight: 600;
  
  font-family: Archivo;
  display:  inline-block ;
}
}
#s-0253d425-4a57-4b75-a200-3201205bb4a4 {
  border-style: solid;
margin-top: 25px;
margin-bottom: 15px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
line-height: 2em;
color: rgba(3, 3, 3, 1);
background-image: none;
hover-type: color;
}
#s-0253d425-4a57-4b75-a200-3201205bb4a4:hover {background-color: rgba(8, 8, 8, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-0253d425-4a57-4b75-a200-3201205bb4a4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0253d425-4a57-4b75-a200-3201205bb4a4-root {
    text-align: center;
  }


#s-0253d425-4a57-4b75-a200-3201205bb4a4.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 10px;
  font-weight: 600;
  
  font-family: Archivo;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0253d425-4a57-4b75-a200-3201205bb4a4-root {
    text-align: center;
  }


#s-0253d425-4a57-4b75-a200-3201205bb4a4.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 10px;
  font-weight: 600;
  
  font-family: Archivo;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0253d425-4a57-4b75-a200-3201205bb4a4-root {
    text-align: center;
  }


#s-0253d425-4a57-4b75-a200-3201205bb4a4.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 10px;
  font-weight: 600;
  
  font-family: Archivo;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0253d425-4a57-4b75-a200-3201205bb4a4-root {
    text-align: center;
  }


#s-0253d425-4a57-4b75-a200-3201205bb4a4.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 10px;
  font-weight: 600;
  
  font-family: Archivo;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0253d425-4a57-4b75-a200-3201205bb4a4-root {
    text-align: center;
  }


#s-0253d425-4a57-4b75-a200-3201205bb4a4.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 10px;
  font-weight: 600;
  
  font-family: Archivo;
  display:  inline-block ;
}
}
#s-de00964b-21a1-4582-abdc-2f1e0e6bdcbd {
  min-height: 0px;
}

@media (min-width: 0px) {
[id="s-de00964b-21a1-4582-abdc-2f1e0e6bdcbd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-de00964b-21a1-4582-abdc-2f1e0e6bdcbd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-de00964b-21a1-4582-abdc-2f1e0e6bdcbd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-de00964b-21a1-4582-abdc-2f1e0e6bdcbd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-11ebc509-1b64-45bf-9b11-b7ca9ab25ad0 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 515px;
background-position: center center;
}








#s-11ebc509-1b64-45bf-9b11-b7ca9ab25ad0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-11ebc509-1b64-45bf-9b11-b7ca9ab25ad0 {
  cursor: pointer;
}#s-11ebc509-1b64-45bf-9b11-b7ca9ab25ad0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1fd5d185-8e68-4de1-bf60-8bdbac5c5d83 {
  margin-top: 0px;
margin-left: 3%;
margin-right: 3%;
padding-top: 20px;
padding-left: 3%;
padding-right: 3%;
min-height: 200px;
}








#s-1fd5d185-8e68-4de1-bf60-8bdbac5c5d83 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1fd5d185-8e68-4de1-bf60-8bdbac5c5d83.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-61e4d4e8-fcba-4fa5-a504-7ffc67f762d5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-61e4d4e8-fcba-4fa5-a504-7ffc67f762d5 {
  margin-left: 0%;
margin-right: 15%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-61e4d4e8-fcba-4fa5-a504-7ffc67f762d5 {
  margin-right: 15%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-61e4d4e8-fcba-4fa5-a504-7ffc67f762d5 {
  margin-left: 0%;
margin-right: 35%;
}
}
#s-61e4d4e8-fcba-4fa5-a504-7ffc67f762d5 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 23px;
  
  
  text-align: left;
}



#s-e612533f-d880-485f-bbc3-9a22f43d6240 {
  margin-right: 10%;
}

#s-0b63603c-c96d-42ca-8332-1d88f6915a7d {
  border-style: solid;
margin-top: 25px;
margin-bottom: 15px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
letter-spacing: 1px;
line-height: 2em;
color: rgba(3, 3, 3, 1);
background-image: none;
hover-type: color;
}
#s-0b63603c-c96d-42ca-8332-1d88f6915a7d:hover {background-color: rgba(8, 8, 8, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-0b63603c-c96d-42ca-8332-1d88f6915a7d:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-0b63603c-c96d-42ca-8332-1d88f6915a7d {
  margin-bottom: 30px;
}
}

  #s-0b63603c-c96d-42ca-8332-1d88f6915a7d-root {
    text-align: left;
  }


#s-0b63603c-c96d-42ca-8332-1d88f6915a7d.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Archivo;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0b63603c-c96d-42ca-8332-1d88f6915a7d-root {
    text-align: left;
  }


#s-0b63603c-c96d-42ca-8332-1d88f6915a7d.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Archivo;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0b63603c-c96d-42ca-8332-1d88f6915a7d-root {
    text-align: left;
  }


#s-0b63603c-c96d-42ca-8332-1d88f6915a7d.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Archivo;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0b63603c-c96d-42ca-8332-1d88f6915a7d-root {
    text-align: left;
  }


#s-0b63603c-c96d-42ca-8332-1d88f6915a7d.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Archivo;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0b63603c-c96d-42ca-8332-1d88f6915a7d-root {
    text-align: left;
  }


#s-0b63603c-c96d-42ca-8332-1d88f6915a7d.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Archivo;
  display:  inline-block ;
}
}
#s-e5e774a0-ef9e-48d4-af76-eed7619c5ac8 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 515px;
background-position: center center;
}








#s-e5e774a0-ef9e-48d4-af76-eed7619c5ac8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e5e774a0-ef9e-48d4-af76-eed7619c5ac8 {
  cursor: pointer;
}#s-e5e774a0-ef9e-48d4-af76-eed7619c5ac8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dfd1089f-d8eb-479f-99b5-3c0690953b2d {
  margin-top: 0px;
margin-left: 3%;
margin-right: 3%;
padding-top: 20px;
padding-left: 3%;
padding-right: 3%;
min-height: 200px;
}








#s-dfd1089f-d8eb-479f-99b5-3c0690953b2d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dfd1089f-d8eb-479f-99b5-3c0690953b2d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-627d4a03-228e-498f-8b37-c062fa0b39aa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-627d4a03-228e-498f-8b37-c062fa0b39aa .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 23px;
  
  
  text-align: left;
}



#s-e4d354ad-26b2-4a96-b719-2d689f35d328 {
  margin-right: 10%;
}

#s-9682ceb0-4c4b-4bb3-83d9-66c8f64ea793 {
  border-style: solid;
margin-top: 25px;
margin-bottom: 15px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
letter-spacing: 1px;
line-height: 2em;
color: rgba(3, 3, 3, 1);
background-image: none;
hover-type: color;
}
#s-9682ceb0-4c4b-4bb3-83d9-66c8f64ea793:hover {background-color: rgba(8, 8, 8, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-9682ceb0-4c4b-4bb3-83d9-66c8f64ea793:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9682ceb0-4c4b-4bb3-83d9-66c8f64ea793-root {
    text-align: left;
  }


#s-9682ceb0-4c4b-4bb3-83d9-66c8f64ea793.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Archivo;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9682ceb0-4c4b-4bb3-83d9-66c8f64ea793-root {
    text-align: left;
  }


#s-9682ceb0-4c4b-4bb3-83d9-66c8f64ea793.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Archivo;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9682ceb0-4c4b-4bb3-83d9-66c8f64ea793-root {
    text-align: left;
  }


#s-9682ceb0-4c4b-4bb3-83d9-66c8f64ea793.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Archivo;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9682ceb0-4c4b-4bb3-83d9-66c8f64ea793-root {
    text-align: left;
  }


#s-9682ceb0-4c4b-4bb3-83d9-66c8f64ea793.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Archivo;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9682ceb0-4c4b-4bb3-83d9-66c8f64ea793-root {
    text-align: left;
  }


#s-9682ceb0-4c4b-4bb3-83d9-66c8f64ea793.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Archivo;
  display:  inline-block ;
}
}
#s-ea9a9a3e-7407-476e-a65f-28d9784f697b {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 50px;
min-height: 300px;
background-position: center center;
background-attachment: scroll;
}








#s-ea9a9a3e-7407-476e-a65f-28d9784f697b > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.4;
}#s-ea9a9a3e-7407-476e-a65f-28d9784f697b.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-407b5d3b-884d-45d0-be93-909ee7bd31a7 {
  margin-left: 3%;
margin-right: 3%;
min-height: 50px;
}








#s-407b5d3b-884d-45d0-be93-909ee7bd31a7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-407b5d3b-884d-45d0-be93-909ee7bd31a7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ee077e16-e62a-4a44-bfa1-75445fd49346 {
  margin-top: 4px;
margin-bottom: 4px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ee077e16-e62a-4a44-bfa1-75445fd49346 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 40px;
  line-height: 0.9em;
  
  text-align: left;
}



#s-2a1c1a35-312a-48d9-bbd9-982ecab2b5fa {
  margin-left: 1%;
margin-right: 1%;
}
@media (min-width: 1200px){#s-2a1c1a35-312a-48d9-bbd9-982ecab2b5fa {
  margin-left: 0%;
margin-right: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2a1c1a35-312a-48d9-bbd9-982ecab2b5fa {
  margin-left: 0%;
margin-right: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-2a1c1a35-312a-48d9-bbd9-982ecab2b5fa {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-2a1c1a35-312a-48d9-bbd9-982ecab2b5fa {
  display: none;
}
#s-2a1c1a35-312a-48d9-bbd9-982ecab2b5fa, #wrap-s-2a1c1a35-312a-48d9-bbd9-982ecab2b5fa { display: none !important; }}
#s-6121283a-a991-4f1b-8310-3e0e44509780 {
  margin-left: 1%;
margin-right: 1%;
}
@media (min-width: 1200px){#s-6121283a-a991-4f1b-8310-3e0e44509780 {
  margin-left: 0%;
margin-right: 0%;
display: none;
}
#s-6121283a-a991-4f1b-8310-3e0e44509780, #wrap-s-6121283a-a991-4f1b-8310-3e0e44509780 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6121283a-a991-4f1b-8310-3e0e44509780 {
  margin-left: 0%;
margin-right: 0%;
display: none;
}
#s-6121283a-a991-4f1b-8310-3e0e44509780, #wrap-s-6121283a-a991-4f1b-8310-3e0e44509780 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6121283a-a991-4f1b-8310-3e0e44509780 {
  margin-left: 0%;
margin-right: 0%;
display: none;
}
#s-6121283a-a991-4f1b-8310-3e0e44509780, #wrap-s-6121283a-a991-4f1b-8310-3e0e44509780 { display: none !important; }}@media (max-width: 767px){#s-6121283a-a991-4f1b-8310-3e0e44509780 {
  margin-left: 0%;
margin-right: 15%;
}
}
#s-a38fca1a-29a3-48f6-8a27-b9c3406b6604 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: left;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
line-height: 1.5em;
}
#s-a38fca1a-29a3-48f6-8a27-b9c3406b6604:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a38fca1a-29a3-48f6-8a27-b9c3406b6604:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-a38fca1a-29a3-48f6-8a27-b9c3406b6604 {
  margin-top: 20px;
margin-bottom: 40px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a38fca1a-29a3-48f6-8a27-b9c3406b6604 {
  margin-top: 20px;
margin-bottom: 40px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a38fca1a-29a3-48f6-8a27-b9c3406b6604 {
  margin-top: 15px;
margin-bottom: 40px;
}
}@media (max-width: 767px){#s-a38fca1a-29a3-48f6-8a27-b9c3406b6604 {
  margin-top: 15px;
margin-bottom: 30px;
}
}

  #s-a38fca1a-29a3-48f6-8a27-b9c3406b6604-root {
    text-align: left;
  }


#s-a38fca1a-29a3-48f6-8a27-b9c3406b6604.shg-btn {
  color: #ffffff;
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a38fca1a-29a3-48f6-8a27-b9c3406b6604-root {
    text-align: left;
  }


#s-a38fca1a-29a3-48f6-8a27-b9c3406b6604.shg-btn {
  color: #ffffff;
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a38fca1a-29a3-48f6-8a27-b9c3406b6604-root {
    text-align: left;
  }


#s-a38fca1a-29a3-48f6-8a27-b9c3406b6604.shg-btn {
  color: #ffffff;
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a38fca1a-29a3-48f6-8a27-b9c3406b6604-root {
    text-align: left;
  }


#s-a38fca1a-29a3-48f6-8a27-b9c3406b6604.shg-btn {
  color: #ffffff;
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a38fca1a-29a3-48f6-8a27-b9c3406b6604-root {
    text-align: left;
  }


#s-a38fca1a-29a3-48f6-8a27-b9c3406b6604.shg-btn {
  color: #ffffff;
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
}
#s-8e67de66-fee2-44e2-9514-9f2fdef982be {
  margin-left: 3%;
margin-right: 3%;
padding-top: 5px;
padding-bottom: 5px;
min-height: 650px;
}








#s-8e67de66-fee2-44e2-9514-9f2fdef982be > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8e67de66-fee2-44e2-9514-9f2fdef982be.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6e49b20b-f118-43a2-8cca-c1c38d4eff45 {
  margin-bottom: 35px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6e49b20b-f118-43a2-8cca-c1c38d4eff45 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 1px;
  
}



#s-f589fb09-c3ef-4e3a-ab4a-93324d78ee91 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f589fb09-c3ef-4e3a-ab4a-93324d78ee91 {
  display: unset;
}
#s-f589fb09-c3ef-4e3a-ab4a-93324d78ee91, #wrap-s-f589fb09-c3ef-4e3a-ab4a-93324d78ee91 { display: unset !important; }}@media (max-width: 767px){#s-f589fb09-c3ef-4e3a-ab4a-93324d78ee91 {
  display: unset;
}
#s-f589fb09-c3ef-4e3a-ab4a-93324d78ee91, #wrap-s-f589fb09-c3ef-4e3a-ab4a-93324d78ee91 { display: unset !important; }}
#s-f589fb09-c3ef-4e3a-ab4a-93324d78ee91 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-f589fb09-c3ef-4e3a-ab4a-93324d78ee91 .shg-sld-nav-button.shg-sld-left,
#s-f589fb09-c3ef-4e3a-ab4a-93324d78ee91 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-a9509b59-c6d4-4100-9bb2-5cb0e9b914d2 {
  margin-top: 10px;
}
@media (min-width: 1200px){#s-a9509b59-c6d4-4100-9bb2-5cb0e9b914d2 {
  display: none;
}
#s-a9509b59-c6d4-4100-9bb2-5cb0e9b914d2, #wrap-s-a9509b59-c6d4-4100-9bb2-5cb0e9b914d2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a9509b59-c6d4-4100-9bb2-5cb0e9b914d2 {
  display: none;
}
#s-a9509b59-c6d4-4100-9bb2-5cb0e9b914d2, #wrap-s-a9509b59-c6d4-4100-9bb2-5cb0e9b914d2 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a9509b59-c6d4-4100-9bb2-5cb0e9b914d2 {
  display: none;
}
#s-a9509b59-c6d4-4100-9bb2-5cb0e9b914d2, #wrap-s-a9509b59-c6d4-4100-9bb2-5cb0e9b914d2 { display: none !important; }}@media (max-width: 767px){#s-a9509b59-c6d4-4100-9bb2-5cb0e9b914d2 {
  display: none;
}
#s-a9509b59-c6d4-4100-9bb2-5cb0e9b914d2, #wrap-s-a9509b59-c6d4-4100-9bb2-5cb0e9b914d2 { display: none !important; }}
@media (min-width: 0px) {
[id="s-a9509b59-c6d4-4100-9bb2-5cb0e9b914d2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-a9509b59-c6d4-4100-9bb2-5cb0e9b914d2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a9509b59-c6d4-4100-9bb2-5cb0e9b914d2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a9509b59-c6d4-4100-9bb2-5cb0e9b914d2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-7f3acc71-1315-4ca2-b373-47e2cb68eff1 {
  min-height: 330px;
}
@media (min-width: 1200px){#s-7f3acc71-1315-4ca2-b373-47e2cb68eff1 {
  display: none;
}
#s-7f3acc71-1315-4ca2-b373-47e2cb68eff1, #wrap-s-7f3acc71-1315-4ca2-b373-47e2cb68eff1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7f3acc71-1315-4ca2-b373-47e2cb68eff1 {
  display: none;
}
#s-7f3acc71-1315-4ca2-b373-47e2cb68eff1, #wrap-s-7f3acc71-1315-4ca2-b373-47e2cb68eff1 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7f3acc71-1315-4ca2-b373-47e2cb68eff1 {
  display: none;
}
#s-7f3acc71-1315-4ca2-b373-47e2cb68eff1, #wrap-s-7f3acc71-1315-4ca2-b373-47e2cb68eff1 { display: none !important; }}@media (max-width: 767px){#s-7f3acc71-1315-4ca2-b373-47e2cb68eff1 {
  display: none;
}
#s-7f3acc71-1315-4ca2-b373-47e2cb68eff1, #wrap-s-7f3acc71-1315-4ca2-b373-47e2cb68eff1 { display: none !important; }}







#s-7f3acc71-1315-4ca2-b373-47e2cb68eff1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7f3acc71-1315-4ca2-b373-47e2cb68eff1 {
  cursor: pointer;
}#s-7f3acc71-1315-4ca2-b373-47e2cb68eff1.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-2d6e98a6-a2e3-47c0-878b-3ffaa0b7ee96 {
  min-height: 275px;
background-color: rgba(241, 241, 241, 1);
}








#s-2d6e98a6-a2e3-47c0-878b-3ffaa0b7ee96 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2d6e98a6-a2e3-47c0-878b-3ffaa0b7ee96.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bbce8431-2412-471b-800a-83392c7355cc {
  text-align: center;
}







  img.s-bbce8431-2412-471b-800a-83392c7355cc.shogun-image {
    
    
  }


.s-bbce8431-2412-471b-800a-83392c7355cc .shogun-image-content {
  
    align-items: center;
  
}

.s-bbce8431-2412-471b-800a-83392c7355cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bbce8431-2412-471b-800a-83392c7355cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bbce8431-2412-471b-800a-83392c7355cc.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-bbce8431-2412-471b-800a-83392c7355cc.shogun-image {
    
    
  }


.s-bbce8431-2412-471b-800a-83392c7355cc .shogun-image-content {
  
    align-items: center;
  
}

.s-bbce8431-2412-471b-800a-83392c7355cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bbce8431-2412-471b-800a-83392c7355cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bbce8431-2412-471b-800a-83392c7355cc.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-bbce8431-2412-471b-800a-83392c7355cc.shogun-image {
    
    
  }


.s-bbce8431-2412-471b-800a-83392c7355cc .shogun-image-content {
  
    align-items: center;
  
}

.s-bbce8431-2412-471b-800a-83392c7355cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bbce8431-2412-471b-800a-83392c7355cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bbce8431-2412-471b-800a-83392c7355cc.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-bbce8431-2412-471b-800a-83392c7355cc.shogun-image {
    
    
  }


.s-bbce8431-2412-471b-800a-83392c7355cc .shogun-image-content {
  
    align-items: center;
  
}

.s-bbce8431-2412-471b-800a-83392c7355cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bbce8431-2412-471b-800a-83392c7355cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bbce8431-2412-471b-800a-83392c7355cc.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-bbce8431-2412-471b-800a-83392c7355cc.shogun-image {
    
    
  }


.s-bbce8431-2412-471b-800a-83392c7355cc .shogun-image-content {
  
    align-items: center;
  
}

.s-bbce8431-2412-471b-800a-83392c7355cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bbce8431-2412-471b-800a-83392c7355cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bbce8431-2412-471b-800a-83392c7355cc.shogun-image {
  box-sizing: border-box;
}



}
#s-df0469d7-c6c3-4a69-bfad-ff114e5edf57 {
  margin-top: 5px;
}

@media (min-width: 0px) {
[id="s-df0469d7-c6c3-4a69-bfad-ff114e5edf57"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-df0469d7-c6c3-4a69-bfad-ff114e5edf57"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-df0469d7-c6c3-4a69-bfad-ff114e5edf57"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-df0469d7-c6c3-4a69-bfad-ff114e5edf57"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-df0469d7-c6c3-4a69-bfad-ff114e5edf57"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-df0469d7-c6c3-4a69-bfad-ff114e5edf57"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-df0469d7-c6c3-4a69-bfad-ff114e5edf57"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-a61e283f-b272-45bf-a44d-e950131bdd21 {
  margin-top: -15px;
margin-bottom: -15px;
}

#s-d8e61167-a8b7-4ab1-8e41-64099ab84903 {
  padding-top: 6px;
padding-bottom: 10px;
text-align: right;
}

#s-d8e61167-a8b7-4ab1-8e41-64099ab84903 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 12px;
  
  
  text-align: right;
}



#s-e8d2ced0-c090-4935-a523-9f12a3e35923 {
  min-height: 330px;
}
@media (min-width: 1200px){#s-e8d2ced0-c090-4935-a523-9f12a3e35923 {
  display: none;
}
#s-e8d2ced0-c090-4935-a523-9f12a3e35923, #wrap-s-e8d2ced0-c090-4935-a523-9f12a3e35923 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e8d2ced0-c090-4935-a523-9f12a3e35923 {
  display: none;
}
#s-e8d2ced0-c090-4935-a523-9f12a3e35923, #wrap-s-e8d2ced0-c090-4935-a523-9f12a3e35923 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e8d2ced0-c090-4935-a523-9f12a3e35923 {
  display: none;
}
#s-e8d2ced0-c090-4935-a523-9f12a3e35923, #wrap-s-e8d2ced0-c090-4935-a523-9f12a3e35923 { display: none !important; }}@media (max-width: 767px){#s-e8d2ced0-c090-4935-a523-9f12a3e35923 {
  display: none;
}
#s-e8d2ced0-c090-4935-a523-9f12a3e35923, #wrap-s-e8d2ced0-c090-4935-a523-9f12a3e35923 { display: none !important; }}







#s-e8d2ced0-c090-4935-a523-9f12a3e35923 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e8d2ced0-c090-4935-a523-9f12a3e35923 {
  cursor: pointer;
}#s-e8d2ced0-c090-4935-a523-9f12a3e35923.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-7383f54f-ea01-4628-99dd-0957a06b9e41 {
  min-height: 275px;
background-color: rgba(241, 241, 241, 1);
}








#s-7383f54f-ea01-4628-99dd-0957a06b9e41 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7383f54f-ea01-4628-99dd-0957a06b9e41.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f9af520f-4291-4d22-9195-a8a672dcea00 {
  text-align: center;
}







  img.s-f9af520f-4291-4d22-9195-a8a672dcea00.shogun-image {
    
    
  }


.s-f9af520f-4291-4d22-9195-a8a672dcea00 .shogun-image-content {
  
    align-items: center;
  
}

.s-f9af520f-4291-4d22-9195-a8a672dcea00.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9af520f-4291-4d22-9195-a8a672dcea00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9af520f-4291-4d22-9195-a8a672dcea00.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-f9af520f-4291-4d22-9195-a8a672dcea00.shogun-image {
    
    
  }


.s-f9af520f-4291-4d22-9195-a8a672dcea00 .shogun-image-content {
  
    align-items: center;
  
}

.s-f9af520f-4291-4d22-9195-a8a672dcea00.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9af520f-4291-4d22-9195-a8a672dcea00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9af520f-4291-4d22-9195-a8a672dcea00.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-f9af520f-4291-4d22-9195-a8a672dcea00.shogun-image {
    
    
  }


.s-f9af520f-4291-4d22-9195-a8a672dcea00 .shogun-image-content {
  
    align-items: center;
  
}

.s-f9af520f-4291-4d22-9195-a8a672dcea00.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9af520f-4291-4d22-9195-a8a672dcea00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9af520f-4291-4d22-9195-a8a672dcea00.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-f9af520f-4291-4d22-9195-a8a672dcea00.shogun-image {
    
    
  }


.s-f9af520f-4291-4d22-9195-a8a672dcea00 .shogun-image-content {
  
    align-items: center;
  
}

.s-f9af520f-4291-4d22-9195-a8a672dcea00.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9af520f-4291-4d22-9195-a8a672dcea00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9af520f-4291-4d22-9195-a8a672dcea00.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-f9af520f-4291-4d22-9195-a8a672dcea00.shogun-image {
    
    
  }


.s-f9af520f-4291-4d22-9195-a8a672dcea00 .shogun-image-content {
  
    align-items: center;
  
}

.s-f9af520f-4291-4d22-9195-a8a672dcea00.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9af520f-4291-4d22-9195-a8a672dcea00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9af520f-4291-4d22-9195-a8a672dcea00.shogun-image {
  box-sizing: border-box;
}



}
#s-5fc82dc5-10be-4ba2-86ca-277a7ba9bc5d {
  margin-top: 5px;
}

@media (min-width: 0px) {
[id="s-5fc82dc5-10be-4ba2-86ca-277a7ba9bc5d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-5fc82dc5-10be-4ba2-86ca-277a7ba9bc5d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5fc82dc5-10be-4ba2-86ca-277a7ba9bc5d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5fc82dc5-10be-4ba2-86ca-277a7ba9bc5d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5fc82dc5-10be-4ba2-86ca-277a7ba9bc5d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5fc82dc5-10be-4ba2-86ca-277a7ba9bc5d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5fc82dc5-10be-4ba2-86ca-277a7ba9bc5d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-983612ce-b896-4df6-bceb-73212efc5545 {
  margin-top: -15px;
margin-bottom: -15px;
}

#s-771272a6-ee90-4ae1-912b-a8699905ac05 {
  padding-top: 6px;
padding-bottom: 10px;
text-align: right;
}

#s-771272a6-ee90-4ae1-912b-a8699905ac05 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 12px;
  
  
  text-align: right;
}



#s-4330aa76-9eba-45c4-8b10-9415f7c9a767 {
  margin-top: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4330aa76-9eba-45c4-8b10-9415f7c9a767 {
  display: unset;
}
#s-4330aa76-9eba-45c4-8b10-9415f7c9a767, #wrap-s-4330aa76-9eba-45c4-8b10-9415f7c9a767 { display: unset !important; }}@media (max-width: 767px){#s-4330aa76-9eba-45c4-8b10-9415f7c9a767 {
  display: unset;
}
#s-4330aa76-9eba-45c4-8b10-9415f7c9a767, #wrap-s-4330aa76-9eba-45c4-8b10-9415f7c9a767 { display: unset !important; }}
@media (min-width: 0px) {
[id="s-4330aa76-9eba-45c4-8b10-9415f7c9a767"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-4330aa76-9eba-45c4-8b10-9415f7c9a767"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4330aa76-9eba-45c4-8b10-9415f7c9a767"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4330aa76-9eba-45c4-8b10-9415f7c9a767"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-26ec3a4e-98d8-4ecb-a7fe-73693fd2a7c8 {
  min-height: 330px;
}








#s-26ec3a4e-98d8-4ecb-a7fe-73693fd2a7c8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-26ec3a4e-98d8-4ecb-a7fe-73693fd2a7c8 {
  cursor: pointer;
}#s-26ec3a4e-98d8-4ecb-a7fe-73693fd2a7c8.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-206d239a-64c0-4c3c-a001-a4ec24e89166 {
  min-height: 275px;
background-color: rgba(241, 241, 241, 1);
}








#s-206d239a-64c0-4c3c-a001-a4ec24e89166 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-206d239a-64c0-4c3c-a001-a4ec24e89166.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6ebd246f-90f5-4ac2-b498-cd6ad3239a25 {
  text-align: center;
}







  img.s-6ebd246f-90f5-4ac2-b498-cd6ad3239a25.shogun-image {
    
    
  }


.s-6ebd246f-90f5-4ac2-b498-cd6ad3239a25 .shogun-image-content {
  
    align-items: center;
  
}

.s-6ebd246f-90f5-4ac2-b498-cd6ad3239a25.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ebd246f-90f5-4ac2-b498-cd6ad3239a25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ebd246f-90f5-4ac2-b498-cd6ad3239a25.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-6ebd246f-90f5-4ac2-b498-cd6ad3239a25.shogun-image {
    
    
  }


.s-6ebd246f-90f5-4ac2-b498-cd6ad3239a25 .shogun-image-content {
  
    align-items: center;
  
}

.s-6ebd246f-90f5-4ac2-b498-cd6ad3239a25.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ebd246f-90f5-4ac2-b498-cd6ad3239a25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ebd246f-90f5-4ac2-b498-cd6ad3239a25.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-6ebd246f-90f5-4ac2-b498-cd6ad3239a25.shogun-image {
    
    
  }


.s-6ebd246f-90f5-4ac2-b498-cd6ad3239a25 .shogun-image-content {
  
    align-items: center;
  
}

.s-6ebd246f-90f5-4ac2-b498-cd6ad3239a25.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ebd246f-90f5-4ac2-b498-cd6ad3239a25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ebd246f-90f5-4ac2-b498-cd6ad3239a25.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-6ebd246f-90f5-4ac2-b498-cd6ad3239a25.shogun-image {
    
    
  }


.s-6ebd246f-90f5-4ac2-b498-cd6ad3239a25 .shogun-image-content {
  
    align-items: center;
  
}

.s-6ebd246f-90f5-4ac2-b498-cd6ad3239a25.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ebd246f-90f5-4ac2-b498-cd6ad3239a25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ebd246f-90f5-4ac2-b498-cd6ad3239a25.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-6ebd246f-90f5-4ac2-b498-cd6ad3239a25.shogun-image {
    
    
  }


.s-6ebd246f-90f5-4ac2-b498-cd6ad3239a25 .shogun-image-content {
  
    align-items: center;
  
}

.s-6ebd246f-90f5-4ac2-b498-cd6ad3239a25.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ebd246f-90f5-4ac2-b498-cd6ad3239a25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ebd246f-90f5-4ac2-b498-cd6ad3239a25.shogun-image {
  box-sizing: border-box;
}



}
#s-feea7683-6690-42af-9dad-8c96ad18d19f {
  margin-top: 5px;
}

@media (min-width: 0px) {
[id="s-feea7683-6690-42af-9dad-8c96ad18d19f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-feea7683-6690-42af-9dad-8c96ad18d19f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-feea7683-6690-42af-9dad-8c96ad18d19f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-feea7683-6690-42af-9dad-8c96ad18d19f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-feea7683-6690-42af-9dad-8c96ad18d19f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-feea7683-6690-42af-9dad-8c96ad18d19f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-feea7683-6690-42af-9dad-8c96ad18d19f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-1716ea30-479e-4b74-a71c-4513bcfe9b3a {
  margin-top: -15px;
margin-bottom: -15px;
}

#s-00514ab1-167c-4add-aed9-70a6c565892c {
  min-height: 330px;
}








#s-00514ab1-167c-4add-aed9-70a6c565892c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-00514ab1-167c-4add-aed9-70a6c565892c {
  cursor: pointer;
}#s-00514ab1-167c-4add-aed9-70a6c565892c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a42d83b2-7ccd-4439-ba61-6c54b069b07f {
  min-height: 275px;
background-color: rgba(241, 241, 241, 1);
}








#s-a42d83b2-7ccd-4439-ba61-6c54b069b07f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a42d83b2-7ccd-4439-ba61-6c54b069b07f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-50bdf4d4-4d34-4cc3-9a20-509a33567111 {
  text-align: center;
}







  img.s-50bdf4d4-4d34-4cc3-9a20-509a33567111.shogun-image {
    
    
  }


.s-50bdf4d4-4d34-4cc3-9a20-509a33567111 .shogun-image-content {
  
    align-items: center;
  
}

.s-50bdf4d4-4d34-4cc3-9a20-509a33567111.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50bdf4d4-4d34-4cc3-9a20-509a33567111.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50bdf4d4-4d34-4cc3-9a20-509a33567111.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-50bdf4d4-4d34-4cc3-9a20-509a33567111.shogun-image {
    
    
  }


.s-50bdf4d4-4d34-4cc3-9a20-509a33567111 .shogun-image-content {
  
    align-items: center;
  
}

.s-50bdf4d4-4d34-4cc3-9a20-509a33567111.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50bdf4d4-4d34-4cc3-9a20-509a33567111.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50bdf4d4-4d34-4cc3-9a20-509a33567111.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-50bdf4d4-4d34-4cc3-9a20-509a33567111.shogun-image {
    
    
  }


.s-50bdf4d4-4d34-4cc3-9a20-509a33567111 .shogun-image-content {
  
    align-items: center;
  
}

.s-50bdf4d4-4d34-4cc3-9a20-509a33567111.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50bdf4d4-4d34-4cc3-9a20-509a33567111.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50bdf4d4-4d34-4cc3-9a20-509a33567111.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-50bdf4d4-4d34-4cc3-9a20-509a33567111.shogun-image {
    
    
  }


.s-50bdf4d4-4d34-4cc3-9a20-509a33567111 .shogun-image-content {
  
    align-items: center;
  
}

.s-50bdf4d4-4d34-4cc3-9a20-509a33567111.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50bdf4d4-4d34-4cc3-9a20-509a33567111.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50bdf4d4-4d34-4cc3-9a20-509a33567111.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-50bdf4d4-4d34-4cc3-9a20-509a33567111.shogun-image {
    
    
  }


.s-50bdf4d4-4d34-4cc3-9a20-509a33567111 .shogun-image-content {
  
    align-items: center;
  
}

.s-50bdf4d4-4d34-4cc3-9a20-509a33567111.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50bdf4d4-4d34-4cc3-9a20-509a33567111.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50bdf4d4-4d34-4cc3-9a20-509a33567111.shogun-image {
  box-sizing: border-box;
}



}
#s-d4404661-1ccb-463d-a522-a8d1ae8e0599 {
  margin-top: 5px;
}

@media (min-width: 0px) {
[id="s-d4404661-1ccb-463d-a522-a8d1ae8e0599"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-d4404661-1ccb-463d-a522-a8d1ae8e0599"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d4404661-1ccb-463d-a522-a8d1ae8e0599"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d4404661-1ccb-463d-a522-a8d1ae8e0599"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d4404661-1ccb-463d-a522-a8d1ae8e0599"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d4404661-1ccb-463d-a522-a8d1ae8e0599"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d4404661-1ccb-463d-a522-a8d1ae8e0599"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-7ac59b02-4f77-4414-b022-12704d545f64 {
  margin-top: -15px;
margin-bottom: -15px;
}

#s-e13ca099-c280-4147-8c1e-40081cfee751 {
  min-height: 330px;
}








#s-e13ca099-c280-4147-8c1e-40081cfee751 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e13ca099-c280-4147-8c1e-40081cfee751 {
  cursor: pointer;
}#s-e13ca099-c280-4147-8c1e-40081cfee751.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-6842e21b-0220-4d60-9fd0-b7cbe3c5a141 {
  min-height: 275px;
background-color: rgba(241, 241, 241, 1);
}








#s-6842e21b-0220-4d60-9fd0-b7cbe3c5a141 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6842e21b-0220-4d60-9fd0-b7cbe3c5a141.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b90880cb-b16a-44bd-8f36-1fafb82fa06c {
  text-align: center;
}







  img.s-b90880cb-b16a-44bd-8f36-1fafb82fa06c.shogun-image {
    
    
  }


.s-b90880cb-b16a-44bd-8f36-1fafb82fa06c .shogun-image-content {
  
    align-items: center;
  
}

.s-b90880cb-b16a-44bd-8f36-1fafb82fa06c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b90880cb-b16a-44bd-8f36-1fafb82fa06c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b90880cb-b16a-44bd-8f36-1fafb82fa06c.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-b90880cb-b16a-44bd-8f36-1fafb82fa06c.shogun-image {
    
    
  }


.s-b90880cb-b16a-44bd-8f36-1fafb82fa06c .shogun-image-content {
  
    align-items: center;
  
}

.s-b90880cb-b16a-44bd-8f36-1fafb82fa06c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b90880cb-b16a-44bd-8f36-1fafb82fa06c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b90880cb-b16a-44bd-8f36-1fafb82fa06c.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-b90880cb-b16a-44bd-8f36-1fafb82fa06c.shogun-image {
    
    
  }


.s-b90880cb-b16a-44bd-8f36-1fafb82fa06c .shogun-image-content {
  
    align-items: center;
  
}

.s-b90880cb-b16a-44bd-8f36-1fafb82fa06c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b90880cb-b16a-44bd-8f36-1fafb82fa06c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b90880cb-b16a-44bd-8f36-1fafb82fa06c.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-b90880cb-b16a-44bd-8f36-1fafb82fa06c.shogun-image {
    
    
  }


.s-b90880cb-b16a-44bd-8f36-1fafb82fa06c .shogun-image-content {
  
    align-items: center;
  
}

.s-b90880cb-b16a-44bd-8f36-1fafb82fa06c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b90880cb-b16a-44bd-8f36-1fafb82fa06c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b90880cb-b16a-44bd-8f36-1fafb82fa06c.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-b90880cb-b16a-44bd-8f36-1fafb82fa06c.shogun-image {
    
    
  }


.s-b90880cb-b16a-44bd-8f36-1fafb82fa06c .shogun-image-content {
  
    align-items: center;
  
}

.s-b90880cb-b16a-44bd-8f36-1fafb82fa06c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b90880cb-b16a-44bd-8f36-1fafb82fa06c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b90880cb-b16a-44bd-8f36-1fafb82fa06c.shogun-image {
  box-sizing: border-box;
}



}
#s-93ad1df8-d2d8-4a0e-b49b-222b10743644 {
  margin-top: 5px;
}

@media (min-width: 0px) {
[id="s-93ad1df8-d2d8-4a0e-b49b-222b10743644"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-93ad1df8-d2d8-4a0e-b49b-222b10743644"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-93ad1df8-d2d8-4a0e-b49b-222b10743644"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-93ad1df8-d2d8-4a0e-b49b-222b10743644"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-93ad1df8-d2d8-4a0e-b49b-222b10743644"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-93ad1df8-d2d8-4a0e-b49b-222b10743644"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-93ad1df8-d2d8-4a0e-b49b-222b10743644"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-138bd252-26b7-4ba6-a88b-a7ee0be6c6df {
  margin-top: -15px;
margin-bottom: -15px;
}

#s-bf2af358-031a-4163-b3f4-e7ec72b92b35 {
  min-height: 330px;
}








#s-bf2af358-031a-4163-b3f4-e7ec72b92b35 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bf2af358-031a-4163-b3f4-e7ec72b92b35 {
  cursor: pointer;
}#s-bf2af358-031a-4163-b3f4-e7ec72b92b35.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c9f528b1-6eeb-4022-bf22-95b38d168b7b {
  min-height: 275px;
background-color: rgba(241, 241, 241, 1);
}








#s-c9f528b1-6eeb-4022-bf22-95b38d168b7b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c9f528b1-6eeb-4022-bf22-95b38d168b7b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b2ace77c-fea4-4df0-99e0-63e9f62c35bd {
  text-align: center;
}







  img.s-b2ace77c-fea4-4df0-99e0-63e9f62c35bd.shogun-image {
    
    
  }


.s-b2ace77c-fea4-4df0-99e0-63e9f62c35bd .shogun-image-content {
  
    align-items: center;
  
}

.s-b2ace77c-fea4-4df0-99e0-63e9f62c35bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b2ace77c-fea4-4df0-99e0-63e9f62c35bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2ace77c-fea4-4df0-99e0-63e9f62c35bd.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-b2ace77c-fea4-4df0-99e0-63e9f62c35bd.shogun-image {
    
    
  }


.s-b2ace77c-fea4-4df0-99e0-63e9f62c35bd .shogun-image-content {
  
    align-items: center;
  
}

.s-b2ace77c-fea4-4df0-99e0-63e9f62c35bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b2ace77c-fea4-4df0-99e0-63e9f62c35bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2ace77c-fea4-4df0-99e0-63e9f62c35bd.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-b2ace77c-fea4-4df0-99e0-63e9f62c35bd.shogun-image {
    
    
  }


.s-b2ace77c-fea4-4df0-99e0-63e9f62c35bd .shogun-image-content {
  
    align-items: center;
  
}

.s-b2ace77c-fea4-4df0-99e0-63e9f62c35bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b2ace77c-fea4-4df0-99e0-63e9f62c35bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2ace77c-fea4-4df0-99e0-63e9f62c35bd.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-b2ace77c-fea4-4df0-99e0-63e9f62c35bd.shogun-image {
    
    
  }


.s-b2ace77c-fea4-4df0-99e0-63e9f62c35bd .shogun-image-content {
  
    align-items: center;
  
}

.s-b2ace77c-fea4-4df0-99e0-63e9f62c35bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b2ace77c-fea4-4df0-99e0-63e9f62c35bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2ace77c-fea4-4df0-99e0-63e9f62c35bd.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-b2ace77c-fea4-4df0-99e0-63e9f62c35bd.shogun-image {
    
    
  }


.s-b2ace77c-fea4-4df0-99e0-63e9f62c35bd .shogun-image-content {
  
    align-items: center;
  
}

.s-b2ace77c-fea4-4df0-99e0-63e9f62c35bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b2ace77c-fea4-4df0-99e0-63e9f62c35bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2ace77c-fea4-4df0-99e0-63e9f62c35bd.shogun-image {
  box-sizing: border-box;
}



}
#s-30d888ec-6ade-431b-bb97-29d2f020689e {
  margin-top: 5px;
}

@media (min-width: 0px) {
[id="s-30d888ec-6ade-431b-bb97-29d2f020689e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-30d888ec-6ade-431b-bb97-29d2f020689e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-30d888ec-6ade-431b-bb97-29d2f020689e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-30d888ec-6ade-431b-bb97-29d2f020689e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-30d888ec-6ade-431b-bb97-29d2f020689e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-30d888ec-6ade-431b-bb97-29d2f020689e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-30d888ec-6ade-431b-bb97-29d2f020689e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-cfaa955e-4704-46e8-b707-19598bcc778c {
  margin-top: -15px;
margin-bottom: -15px;
}

#s-271471e8-35b5-4233-911a-30522d1d9f06 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-271471e8-35b5-4233-911a-30522d1d9f06 {
  display: none;
}
#s-271471e8-35b5-4233-911a-30522d1d9f06, #wrap-s-271471e8-35b5-4233-911a-30522d1d9f06 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-271471e8-35b5-4233-911a-30522d1d9f06 {
  display: none;
}
#s-271471e8-35b5-4233-911a-30522d1d9f06, #wrap-s-271471e8-35b5-4233-911a-30522d1d9f06 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-271471e8-35b5-4233-911a-30522d1d9f06 {
  display: unset;
}
#s-271471e8-35b5-4233-911a-30522d1d9f06, #wrap-s-271471e8-35b5-4233-911a-30522d1d9f06 { display: unset !important; }}@media (max-width: 767px){#s-271471e8-35b5-4233-911a-30522d1d9f06 {
  display: unset;
}
#s-271471e8-35b5-4233-911a-30522d1d9f06, #wrap-s-271471e8-35b5-4233-911a-30522d1d9f06 { display: unset !important; }}
#s-271471e8-35b5-4233-911a-30522d1d9f06 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-271471e8-35b5-4233-911a-30522d1d9f06 .shg-sld-nav-button.shg-sld-left,
#s-271471e8-35b5-4233-911a-30522d1d9f06 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 1200px){#s-43551716-8d3c-426e-a269-86c88e76aaf0 {
  display: none;
}
#s-43551716-8d3c-426e-a269-86c88e76aaf0, #wrap-s-43551716-8d3c-426e-a269-86c88e76aaf0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-43551716-8d3c-426e-a269-86c88e76aaf0 {
  display: none;
}
#s-43551716-8d3c-426e-a269-86c88e76aaf0, #wrap-s-43551716-8d3c-426e-a269-86c88e76aaf0 { display: none !important; }}
@media (min-width: 0px) {
[id="s-43551716-8d3c-426e-a269-86c88e76aaf0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-43551716-8d3c-426e-a269-86c88e76aaf0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-43551716-8d3c-426e-a269-86c88e76aaf0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-43551716-8d3c-426e-a269-86c88e76aaf0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-d7fe23d8-4000-40d2-b1e2-6135585cba6d {
  min-height: 325px;
}








#s-d7fe23d8-4000-40d2-b1e2-6135585cba6d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d7fe23d8-4000-40d2-b1e2-6135585cba6d {
  cursor: pointer;
}#s-d7fe23d8-4000-40d2-b1e2-6135585cba6d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-10f22619-49aa-48ac-b417-fa4b8e9dd374 {
  min-height: 275px;
background-color: rgba(241, 241, 241, 1);
}








#s-10f22619-49aa-48ac-b417-fa4b8e9dd374 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-10f22619-49aa-48ac-b417-fa4b8e9dd374.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-477330cd-1d23-4e6c-9e23-28f153791679 {
  margin-left: 0%;
margin-right: 0%;
text-align: center;
}







  img.s-477330cd-1d23-4e6c-9e23-28f153791679.shogun-image {
    
    
  }


.s-477330cd-1d23-4e6c-9e23-28f153791679 .shogun-image-content {
  
    align-items: center;
  
}

.s-477330cd-1d23-4e6c-9e23-28f153791679.shg-align-container {
  display: flex;
  justify-content: center
}

.s-477330cd-1d23-4e6c-9e23-28f153791679.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-477330cd-1d23-4e6c-9e23-28f153791679.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-477330cd-1d23-4e6c-9e23-28f153791679.shogun-image {
    
    
  }


.s-477330cd-1d23-4e6c-9e23-28f153791679 .shogun-image-content {
  
    align-items: center;
  
}

.s-477330cd-1d23-4e6c-9e23-28f153791679.shg-align-container {
  display: flex;
  justify-content: center
}

.s-477330cd-1d23-4e6c-9e23-28f153791679.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-477330cd-1d23-4e6c-9e23-28f153791679.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-477330cd-1d23-4e6c-9e23-28f153791679.shogun-image {
    
    
  }


.s-477330cd-1d23-4e6c-9e23-28f153791679 .shogun-image-content {
  
    align-items: center;
  
}

.s-477330cd-1d23-4e6c-9e23-28f153791679.shg-align-container {
  display: flex;
  justify-content: center
}

.s-477330cd-1d23-4e6c-9e23-28f153791679.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-477330cd-1d23-4e6c-9e23-28f153791679.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-477330cd-1d23-4e6c-9e23-28f153791679.shogun-image {
    
    
  }


.s-477330cd-1d23-4e6c-9e23-28f153791679 .shogun-image-content {
  
    align-items: center;
  
}

.s-477330cd-1d23-4e6c-9e23-28f153791679.shg-align-container {
  display: flex;
  justify-content: center
}

.s-477330cd-1d23-4e6c-9e23-28f153791679.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-477330cd-1d23-4e6c-9e23-28f153791679.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-477330cd-1d23-4e6c-9e23-28f153791679.shogun-image {
    
    
  }


.s-477330cd-1d23-4e6c-9e23-28f153791679 .shogun-image-content {
  
    align-items: center;
  
}

.s-477330cd-1d23-4e6c-9e23-28f153791679.shg-align-container {
  display: flex;
  justify-content: center
}

.s-477330cd-1d23-4e6c-9e23-28f153791679.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-477330cd-1d23-4e6c-9e23-28f153791679.shogun-image {
  box-sizing: border-box;
}



}
#s-4ca9da31-278a-4775-8afc-96c6f797c702 {
  margin-top: 5px;
}

@media (min-width: 0px) {
[id="s-4ca9da31-278a-4775-8afc-96c6f797c702"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-4ca9da31-278a-4775-8afc-96c6f797c702"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4ca9da31-278a-4775-8afc-96c6f797c702"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4ca9da31-278a-4775-8afc-96c6f797c702"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4ca9da31-278a-4775-8afc-96c6f797c702"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4ca9da31-278a-4775-8afc-96c6f797c702"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4ca9da31-278a-4775-8afc-96c6f797c702"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-ed85d79d-4fae-4715-abe6-cf9d52a3d6e4 {
  margin-top: -15px;
margin-bottom: -15px;
}

#s-66817771-14e4-4bb7-a422-ba684c5ff9ad {
  padding-top: 6px;
padding-bottom: 10px;
text-align: right;
}

#s-66817771-14e4-4bb7-a422-ba684c5ff9ad .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: right;
}



#s-c8716d88-5097-4131-846f-d19459c94ac0 {
  min-height: 330px;
}








#s-c8716d88-5097-4131-846f-d19459c94ac0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c8716d88-5097-4131-846f-d19459c94ac0 {
  cursor: pointer;
}#s-c8716d88-5097-4131-846f-d19459c94ac0.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-dbe63604-e470-41ce-96ef-fdb607de9051 {
  min-height: 275px;
background-color: rgba(241, 241, 241, 1);
}








#s-dbe63604-e470-41ce-96ef-fdb607de9051 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dbe63604-e470-41ce-96ef-fdb607de9051.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f74bb8df-4cc4-4973-b838-30c8884be706 {
  text-align: center;
}







  img.s-f74bb8df-4cc4-4973-b838-30c8884be706.shogun-image {
    
    
  }


.s-f74bb8df-4cc4-4973-b838-30c8884be706 .shogun-image-content {
  
    align-items: center;
  
}

.s-f74bb8df-4cc4-4973-b838-30c8884be706.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f74bb8df-4cc4-4973-b838-30c8884be706.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f74bb8df-4cc4-4973-b838-30c8884be706.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-f74bb8df-4cc4-4973-b838-30c8884be706.shogun-image {
    
    
  }


.s-f74bb8df-4cc4-4973-b838-30c8884be706 .shogun-image-content {
  
    align-items: center;
  
}

.s-f74bb8df-4cc4-4973-b838-30c8884be706.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f74bb8df-4cc4-4973-b838-30c8884be706.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f74bb8df-4cc4-4973-b838-30c8884be706.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-f74bb8df-4cc4-4973-b838-30c8884be706.shogun-image {
    
    
  }


.s-f74bb8df-4cc4-4973-b838-30c8884be706 .shogun-image-content {
  
    align-items: center;
  
}

.s-f74bb8df-4cc4-4973-b838-30c8884be706.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f74bb8df-4cc4-4973-b838-30c8884be706.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f74bb8df-4cc4-4973-b838-30c8884be706.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-f74bb8df-4cc4-4973-b838-30c8884be706.shogun-image {
    
    
  }


.s-f74bb8df-4cc4-4973-b838-30c8884be706 .shogun-image-content {
  
    align-items: center;
  
}

.s-f74bb8df-4cc4-4973-b838-30c8884be706.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f74bb8df-4cc4-4973-b838-30c8884be706.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f74bb8df-4cc4-4973-b838-30c8884be706.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-f74bb8df-4cc4-4973-b838-30c8884be706.shogun-image {
    
    
  }


.s-f74bb8df-4cc4-4973-b838-30c8884be706 .shogun-image-content {
  
    align-items: center;
  
}

.s-f74bb8df-4cc4-4973-b838-30c8884be706.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f74bb8df-4cc4-4973-b838-30c8884be706.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f74bb8df-4cc4-4973-b838-30c8884be706.shogun-image {
  box-sizing: border-box;
}



}
#s-d0efc49a-91f2-44cd-88b1-1db96cb397d6 {
  margin-top: 5px;
}

@media (min-width: 0px) {
[id="s-d0efc49a-91f2-44cd-88b1-1db96cb397d6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-d0efc49a-91f2-44cd-88b1-1db96cb397d6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d0efc49a-91f2-44cd-88b1-1db96cb397d6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d0efc49a-91f2-44cd-88b1-1db96cb397d6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d0efc49a-91f2-44cd-88b1-1db96cb397d6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d0efc49a-91f2-44cd-88b1-1db96cb397d6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d0efc49a-91f2-44cd-88b1-1db96cb397d6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (max-width: 767px){#s-42399d60-ff8a-47eb-9c0d-e6c15baf6d93 {
  margin-left: 0%;
margin-right: -15%;
}
}
#s-f2f2894d-cc96-4dd6-a59c-947f96d56911 {
  margin-top: -15px;
margin-bottom: -15px;
}

#s-37dc5e06-abe2-49f9-b400-7463b898b7ca {
  padding-top: 6px;
padding-bottom: 10px;
text-align: right;
}

#s-37dc5e06-abe2-49f9-b400-7463b898b7ca .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: right;
}



@media (min-width: 1200px){#s-84dd37a5-46a4-47e0-8145-07615d064409 {
  display: none;
}
#s-84dd37a5-46a4-47e0-8145-07615d064409, #wrap-s-84dd37a5-46a4-47e0-8145-07615d064409 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-84dd37a5-46a4-47e0-8145-07615d064409 {
  display: none;
}
#s-84dd37a5-46a4-47e0-8145-07615d064409, #wrap-s-84dd37a5-46a4-47e0-8145-07615d064409 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-84dd37a5-46a4-47e0-8145-07615d064409 {
  display: none;
}
#s-84dd37a5-46a4-47e0-8145-07615d064409, #wrap-s-84dd37a5-46a4-47e0-8145-07615d064409 { display: none !important; }}@media (max-width: 767px){#s-84dd37a5-46a4-47e0-8145-07615d064409 {
  display: none;
}
#s-84dd37a5-46a4-47e0-8145-07615d064409, #wrap-s-84dd37a5-46a4-47e0-8145-07615d064409 { display: none !important; }}
@media (min-width: 0px) {
[id="s-84dd37a5-46a4-47e0-8145-07615d064409"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-84dd37a5-46a4-47e0-8145-07615d064409"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-84dd37a5-46a4-47e0-8145-07615d064409"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-84dd37a5-46a4-47e0-8145-07615d064409"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-7182ed57-c48d-4d85-bad2-ac6c94b8b743 {
  min-height: 325px;
}








#s-7182ed57-c48d-4d85-bad2-ac6c94b8b743 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7182ed57-c48d-4d85-bad2-ac6c94b8b743 {
  cursor: pointer;
}#s-7182ed57-c48d-4d85-bad2-ac6c94b8b743.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-25f21c3e-7d34-4829-8505-f82e7c64757c {
  min-height: 275px;
background-color: rgba(241, 241, 241, 1);
}








#s-25f21c3e-7d34-4829-8505-f82e7c64757c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-25f21c3e-7d34-4829-8505-f82e7c64757c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b961815e-5b1c-46e6-904a-869a1cf4435d {
  margin-left: 0%;
margin-right: 0%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-b961815e-5b1c-46e6-904a-869a1cf4435d {
  display: unset;
}
#s-b961815e-5b1c-46e6-904a-869a1cf4435d, #wrap-s-b961815e-5b1c-46e6-904a-869a1cf4435d { display: unset !important; }}






  img.s-b961815e-5b1c-46e6-904a-869a1cf4435d.shogun-image {
    
    
  }


.s-b961815e-5b1c-46e6-904a-869a1cf4435d .shogun-image-content {
  
    align-items: center;
  
}

.s-b961815e-5b1c-46e6-904a-869a1cf4435d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b961815e-5b1c-46e6-904a-869a1cf4435d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b961815e-5b1c-46e6-904a-869a1cf4435d.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-b961815e-5b1c-46e6-904a-869a1cf4435d.shogun-image {
    
    
  }


.s-b961815e-5b1c-46e6-904a-869a1cf4435d .shogun-image-content {
  
    align-items: center;
  
}

.s-b961815e-5b1c-46e6-904a-869a1cf4435d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b961815e-5b1c-46e6-904a-869a1cf4435d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b961815e-5b1c-46e6-904a-869a1cf4435d.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-b961815e-5b1c-46e6-904a-869a1cf4435d.shogun-image {
    
    
  }


.s-b961815e-5b1c-46e6-904a-869a1cf4435d .shogun-image-content {
  
    align-items: center;
  
}

.s-b961815e-5b1c-46e6-904a-869a1cf4435d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b961815e-5b1c-46e6-904a-869a1cf4435d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b961815e-5b1c-46e6-904a-869a1cf4435d.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-b961815e-5b1c-46e6-904a-869a1cf4435d.shogun-image {
    
    
  }


.s-b961815e-5b1c-46e6-904a-869a1cf4435d .shogun-image-content {
  
    align-items: center;
  
}

.s-b961815e-5b1c-46e6-904a-869a1cf4435d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b961815e-5b1c-46e6-904a-869a1cf4435d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b961815e-5b1c-46e6-904a-869a1cf4435d.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-b961815e-5b1c-46e6-904a-869a1cf4435d.shogun-image {
    
    
  }


.s-b961815e-5b1c-46e6-904a-869a1cf4435d .shogun-image-content {
  
    align-items: center;
  
}

.s-b961815e-5b1c-46e6-904a-869a1cf4435d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b961815e-5b1c-46e6-904a-869a1cf4435d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b961815e-5b1c-46e6-904a-869a1cf4435d.shogun-image {
  box-sizing: border-box;
}



}
#s-9786d7a6-88c9-45fd-a618-58d4d4b4589b {
  margin-top: 5px;
}

@media (min-width: 0px) {
[id="s-9786d7a6-88c9-45fd-a618-58d4d4b4589b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-9786d7a6-88c9-45fd-a618-58d4d4b4589b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9786d7a6-88c9-45fd-a618-58d4d4b4589b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9786d7a6-88c9-45fd-a618-58d4d4b4589b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9786d7a6-88c9-45fd-a618-58d4d4b4589b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9786d7a6-88c9-45fd-a618-58d4d4b4589b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9786d7a6-88c9-45fd-a618-58d4d4b4589b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-03cb06c9-b6e4-4058-bb1f-d4fe22588e27 {
  margin-top: -15px;
margin-bottom: -15px;
}

#s-a688567d-a4e0-4b8c-9459-5e2e5e640624 {
  padding-top: 6px;
padding-bottom: 10px;
text-align: right;
}

#s-a688567d-a4e0-4b8c-9459-5e2e5e640624 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: right;
}



#s-920612b5-bf1f-4a79-9dd3-540e00709332 {
  min-height: 330px;
}








#s-920612b5-bf1f-4a79-9dd3-540e00709332 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-920612b5-bf1f-4a79-9dd3-540e00709332 {
  cursor: pointer;
}#s-920612b5-bf1f-4a79-9dd3-540e00709332.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-2fde76a5-7fb9-4d27-9c25-2fff728b92c1 {
  min-height: 275px;
background-color: rgba(241, 241, 241, 1);
}








#s-2fde76a5-7fb9-4d27-9c25-2fff728b92c1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2fde76a5-7fb9-4d27-9c25-2fff728b92c1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d496ddcf-3e5e-4ac0-bdea-fdd42a31bf53 {
  text-align: center;
}







  img.s-d496ddcf-3e5e-4ac0-bdea-fdd42a31bf53.shogun-image {
    
    
  }


.s-d496ddcf-3e5e-4ac0-bdea-fdd42a31bf53 .shogun-image-content {
  
    align-items: center;
  
}

.s-d496ddcf-3e5e-4ac0-bdea-fdd42a31bf53.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d496ddcf-3e5e-4ac0-bdea-fdd42a31bf53.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d496ddcf-3e5e-4ac0-bdea-fdd42a31bf53.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-d496ddcf-3e5e-4ac0-bdea-fdd42a31bf53.shogun-image {
    
    
  }


.s-d496ddcf-3e5e-4ac0-bdea-fdd42a31bf53 .shogun-image-content {
  
    align-items: center;
  
}

.s-d496ddcf-3e5e-4ac0-bdea-fdd42a31bf53.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d496ddcf-3e5e-4ac0-bdea-fdd42a31bf53.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d496ddcf-3e5e-4ac0-bdea-fdd42a31bf53.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-d496ddcf-3e5e-4ac0-bdea-fdd42a31bf53.shogun-image {
    
    
  }


.s-d496ddcf-3e5e-4ac0-bdea-fdd42a31bf53 .shogun-image-content {
  
    align-items: center;
  
}

.s-d496ddcf-3e5e-4ac0-bdea-fdd42a31bf53.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d496ddcf-3e5e-4ac0-bdea-fdd42a31bf53.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d496ddcf-3e5e-4ac0-bdea-fdd42a31bf53.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-d496ddcf-3e5e-4ac0-bdea-fdd42a31bf53.shogun-image {
    
    
  }


.s-d496ddcf-3e5e-4ac0-bdea-fdd42a31bf53 .shogun-image-content {
  
    align-items: center;
  
}

.s-d496ddcf-3e5e-4ac0-bdea-fdd42a31bf53.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d496ddcf-3e5e-4ac0-bdea-fdd42a31bf53.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d496ddcf-3e5e-4ac0-bdea-fdd42a31bf53.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-d496ddcf-3e5e-4ac0-bdea-fdd42a31bf53.shogun-image {
    
    
  }


.s-d496ddcf-3e5e-4ac0-bdea-fdd42a31bf53 .shogun-image-content {
  
    align-items: center;
  
}

.s-d496ddcf-3e5e-4ac0-bdea-fdd42a31bf53.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d496ddcf-3e5e-4ac0-bdea-fdd42a31bf53.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d496ddcf-3e5e-4ac0-bdea-fdd42a31bf53.shogun-image {
  box-sizing: border-box;
}



}
#s-70d19859-b356-43c5-b4b2-a5ba8c977b0f {
  margin-top: 5px;
}

@media (min-width: 0px) {
[id="s-70d19859-b356-43c5-b4b2-a5ba8c977b0f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-70d19859-b356-43c5-b4b2-a5ba8c977b0f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-70d19859-b356-43c5-b4b2-a5ba8c977b0f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-70d19859-b356-43c5-b4b2-a5ba8c977b0f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-70d19859-b356-43c5-b4b2-a5ba8c977b0f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-70d19859-b356-43c5-b4b2-a5ba8c977b0f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-70d19859-b356-43c5-b4b2-a5ba8c977b0f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (max-width: 767px){#s-d8dbe8bd-4ff8-439f-8b48-6d0d4aedfef6 {
  margin-left: 0%;
margin-right: -15%;
}
}
#s-34714677-c853-4a97-bbef-73be37e5a54d {
  margin-top: -15px;
margin-bottom: -15px;
}

#s-e61f6122-ce13-426f-8c5d-d39c1f431756 {
  padding-top: 6px;
padding-bottom: 10px;
text-align: right;
}

#s-e61f6122-ce13-426f-8c5d-d39c1f431756 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: right;
}



@media (min-width: 1200px){#s-7c86b72d-4fed-457a-a487-21fd8f38e55b {
  display: none;
}
#s-7c86b72d-4fed-457a-a487-21fd8f38e55b, #wrap-s-7c86b72d-4fed-457a-a487-21fd8f38e55b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7c86b72d-4fed-457a-a487-21fd8f38e55b {
  display: none;
}
#s-7c86b72d-4fed-457a-a487-21fd8f38e55b, #wrap-s-7c86b72d-4fed-457a-a487-21fd8f38e55b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7c86b72d-4fed-457a-a487-21fd8f38e55b {
  display: none;
}
#s-7c86b72d-4fed-457a-a487-21fd8f38e55b, #wrap-s-7c86b72d-4fed-457a-a487-21fd8f38e55b { display: none !important; }}@media (max-width: 767px){#s-7c86b72d-4fed-457a-a487-21fd8f38e55b {
  display: none;
}
#s-7c86b72d-4fed-457a-a487-21fd8f38e55b, #wrap-s-7c86b72d-4fed-457a-a487-21fd8f38e55b { display: none !important; }}
@media (min-width: 0px) {
[id="s-7c86b72d-4fed-457a-a487-21fd8f38e55b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-7c86b72d-4fed-457a-a487-21fd8f38e55b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-7c86b72d-4fed-457a-a487-21fd8f38e55b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-7c86b72d-4fed-457a-a487-21fd8f38e55b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-91c30707-becf-4a01-89d6-fc08e2764c01 {
  min-height: 325px;
}








#s-91c30707-becf-4a01-89d6-fc08e2764c01 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-91c30707-becf-4a01-89d6-fc08e2764c01 {
  cursor: pointer;
}#s-91c30707-becf-4a01-89d6-fc08e2764c01.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-eef03994-ece8-418d-a628-4396af592c16 {
  min-height: 275px;
background-color: rgba(241, 241, 241, 1);
}








#s-eef03994-ece8-418d-a628-4396af592c16 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eef03994-ece8-418d-a628-4396af592c16.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6b82dcfa-c50f-4550-b456-48ad1e9cbb01 {
  margin-left: 0%;
margin-right: 0%;
text-align: center;
}
@media (min-width: 1200px){#s-6b82dcfa-c50f-4550-b456-48ad1e9cbb01 {
  display: unset;
}
#s-6b82dcfa-c50f-4550-b456-48ad1e9cbb01, #wrap-s-6b82dcfa-c50f-4550-b456-48ad1e9cbb01 { display: unset !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6b82dcfa-c50f-4550-b456-48ad1e9cbb01 {
  display: unset;
}
#s-6b82dcfa-c50f-4550-b456-48ad1e9cbb01, #wrap-s-6b82dcfa-c50f-4550-b456-48ad1e9cbb01 { display: unset !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6b82dcfa-c50f-4550-b456-48ad1e9cbb01 {
  display: unset;
}
#s-6b82dcfa-c50f-4550-b456-48ad1e9cbb01, #wrap-s-6b82dcfa-c50f-4550-b456-48ad1e9cbb01 { display: unset !important; }}@media (max-width: 767px){#s-6b82dcfa-c50f-4550-b456-48ad1e9cbb01 {
  display: unset;
}
#s-6b82dcfa-c50f-4550-b456-48ad1e9cbb01, #wrap-s-6b82dcfa-c50f-4550-b456-48ad1e9cbb01 { display: unset !important; }}






  img.s-6b82dcfa-c50f-4550-b456-48ad1e9cbb01.shogun-image {
    
    
  }


.s-6b82dcfa-c50f-4550-b456-48ad1e9cbb01 .shogun-image-content {
  
    align-items: center;
  
}

.s-6b82dcfa-c50f-4550-b456-48ad1e9cbb01.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6b82dcfa-c50f-4550-b456-48ad1e9cbb01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b82dcfa-c50f-4550-b456-48ad1e9cbb01.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-6b82dcfa-c50f-4550-b456-48ad1e9cbb01.shogun-image {
    
    
  }


.s-6b82dcfa-c50f-4550-b456-48ad1e9cbb01 .shogun-image-content {
  
    align-items: center;
  
}

.s-6b82dcfa-c50f-4550-b456-48ad1e9cbb01.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6b82dcfa-c50f-4550-b456-48ad1e9cbb01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b82dcfa-c50f-4550-b456-48ad1e9cbb01.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-6b82dcfa-c50f-4550-b456-48ad1e9cbb01.shogun-image {
    
    
  }


.s-6b82dcfa-c50f-4550-b456-48ad1e9cbb01 .shogun-image-content {
  
    align-items: center;
  
}

.s-6b82dcfa-c50f-4550-b456-48ad1e9cbb01.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6b82dcfa-c50f-4550-b456-48ad1e9cbb01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b82dcfa-c50f-4550-b456-48ad1e9cbb01.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-6b82dcfa-c50f-4550-b456-48ad1e9cbb01.shogun-image {
    
    
  }


.s-6b82dcfa-c50f-4550-b456-48ad1e9cbb01 .shogun-image-content {
  
    align-items: center;
  
}

.s-6b82dcfa-c50f-4550-b456-48ad1e9cbb01.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6b82dcfa-c50f-4550-b456-48ad1e9cbb01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b82dcfa-c50f-4550-b456-48ad1e9cbb01.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-6b82dcfa-c50f-4550-b456-48ad1e9cbb01.shogun-image {
    
    
  }


.s-6b82dcfa-c50f-4550-b456-48ad1e9cbb01 .shogun-image-content {
  
    align-items: center;
  
}

.s-6b82dcfa-c50f-4550-b456-48ad1e9cbb01.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6b82dcfa-c50f-4550-b456-48ad1e9cbb01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b82dcfa-c50f-4550-b456-48ad1e9cbb01.shogun-image {
  box-sizing: border-box;
}



}
#s-c9299436-00b4-4166-b5d2-08229d826fdc {
  margin-top: 5px;
}

@media (min-width: 0px) {
[id="s-c9299436-00b4-4166-b5d2-08229d826fdc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-c9299436-00b4-4166-b5d2-08229d826fdc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c9299436-00b4-4166-b5d2-08229d826fdc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c9299436-00b4-4166-b5d2-08229d826fdc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c9299436-00b4-4166-b5d2-08229d826fdc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c9299436-00b4-4166-b5d2-08229d826fdc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c9299436-00b4-4166-b5d2-08229d826fdc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-276ab57c-57f7-4b4c-a268-fc8f34addc74 {
  margin-top: -15px;
margin-bottom: -15px;
}

#s-483459fd-36aa-428c-a730-0fd751a18797 {
  padding-top: 6px;
padding-bottom: 10px;
text-align: right;
}

#s-483459fd-36aa-428c-a730-0fd751a18797 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: right;
}



#s-f5b8d97f-c2ef-4fa0-a833-ab2269eadfe6 {
  min-height: 330px;
}








#s-f5b8d97f-c2ef-4fa0-a833-ab2269eadfe6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f5b8d97f-c2ef-4fa0-a833-ab2269eadfe6 {
  cursor: pointer;
}#s-f5b8d97f-c2ef-4fa0-a833-ab2269eadfe6.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-6c879bfb-904c-412c-aed4-70ee4dd2f261 {
  min-height: 275px;
background-color: rgba(241, 241, 241, 1);
}








#s-6c879bfb-904c-412c-aed4-70ee4dd2f261 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6c879bfb-904c-412c-aed4-70ee4dd2f261.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e735de4a-4095-4c04-ba4c-e8c559c1cb05 {
  text-align: center;
}







  img.s-e735de4a-4095-4c04-ba4c-e8c559c1cb05.shogun-image {
    
    
  }


.s-e735de4a-4095-4c04-ba4c-e8c559c1cb05 .shogun-image-content {
  
    align-items: center;
  
}

.s-e735de4a-4095-4c04-ba4c-e8c559c1cb05.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e735de4a-4095-4c04-ba4c-e8c559c1cb05.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e735de4a-4095-4c04-ba4c-e8c559c1cb05.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-e735de4a-4095-4c04-ba4c-e8c559c1cb05.shogun-image {
    
    
  }


.s-e735de4a-4095-4c04-ba4c-e8c559c1cb05 .shogun-image-content {
  
    align-items: center;
  
}

.s-e735de4a-4095-4c04-ba4c-e8c559c1cb05.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e735de4a-4095-4c04-ba4c-e8c559c1cb05.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e735de4a-4095-4c04-ba4c-e8c559c1cb05.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-e735de4a-4095-4c04-ba4c-e8c559c1cb05.shogun-image {
    
    
  }


.s-e735de4a-4095-4c04-ba4c-e8c559c1cb05 .shogun-image-content {
  
    align-items: center;
  
}

.s-e735de4a-4095-4c04-ba4c-e8c559c1cb05.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e735de4a-4095-4c04-ba4c-e8c559c1cb05.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e735de4a-4095-4c04-ba4c-e8c559c1cb05.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-e735de4a-4095-4c04-ba4c-e8c559c1cb05.shogun-image {
    
    
  }


.s-e735de4a-4095-4c04-ba4c-e8c559c1cb05 .shogun-image-content {
  
    align-items: center;
  
}

.s-e735de4a-4095-4c04-ba4c-e8c559c1cb05.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e735de4a-4095-4c04-ba4c-e8c559c1cb05.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e735de4a-4095-4c04-ba4c-e8c559c1cb05.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-e735de4a-4095-4c04-ba4c-e8c559c1cb05.shogun-image {
    
    
  }


.s-e735de4a-4095-4c04-ba4c-e8c559c1cb05 .shogun-image-content {
  
    align-items: center;
  
}

.s-e735de4a-4095-4c04-ba4c-e8c559c1cb05.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e735de4a-4095-4c04-ba4c-e8c559c1cb05.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e735de4a-4095-4c04-ba4c-e8c559c1cb05.shogun-image {
  box-sizing: border-box;
}



}
#s-15fc6c4e-1a67-4814-9a6e-ba5b6268b2a7 {
  margin-top: 5px;
}

@media (min-width: 0px) {
[id="s-15fc6c4e-1a67-4814-9a6e-ba5b6268b2a7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-15fc6c4e-1a67-4814-9a6e-ba5b6268b2a7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-15fc6c4e-1a67-4814-9a6e-ba5b6268b2a7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-15fc6c4e-1a67-4814-9a6e-ba5b6268b2a7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-15fc6c4e-1a67-4814-9a6e-ba5b6268b2a7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-15fc6c4e-1a67-4814-9a6e-ba5b6268b2a7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-15fc6c4e-1a67-4814-9a6e-ba5b6268b2a7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (max-width: 767px){#s-d3c0ee6c-3bed-4fdc-ab3c-3c836b7f886e {
  margin-left: 0%;
margin-right: -15%;
}
}
#s-7d0f4833-f136-494f-a7e4-7793f2cab813 {
  margin-top: -15px;
margin-bottom: -15px;
}

#s-c82f0e06-9b5f-4cd2-a44b-e9fa655dda5b {
  padding-top: 6px;
padding-bottom: 10px;
text-align: right;
}

#s-c82f0e06-9b5f-4cd2-a44b-e9fa655dda5b .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: right;
}



#s-f0470be4-9bbd-4db7-8778-4e61b517a073 {
  border-style: solid;
margin-top: 25px;
margin-bottom: 15px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
line-height: 2em;
color: rgba(3, 3, 3, 1);
background-image: none;
hover-type: color;
}
#s-f0470be4-9bbd-4db7-8778-4e61b517a073:hover {background-color: rgba(8, 8, 8, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-f0470be4-9bbd-4db7-8778-4e61b517a073:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f0470be4-9bbd-4db7-8778-4e61b517a073-root {
    text-align: center;
  }


#s-f0470be4-9bbd-4db7-8778-4e61b517a073.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Archivo;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f0470be4-9bbd-4db7-8778-4e61b517a073-root {
    text-align: center;
  }


#s-f0470be4-9bbd-4db7-8778-4e61b517a073.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Archivo;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f0470be4-9bbd-4db7-8778-4e61b517a073-root {
    text-align: center;
  }


#s-f0470be4-9bbd-4db7-8778-4e61b517a073.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Archivo;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f0470be4-9bbd-4db7-8778-4e61b517a073-root {
    text-align: center;
  }


#s-f0470be4-9bbd-4db7-8778-4e61b517a073.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Archivo;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f0470be4-9bbd-4db7-8778-4e61b517a073-root {
    text-align: center;
  }


#s-f0470be4-9bbd-4db7-8778-4e61b517a073.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Archivo;
  display:  inline-block ;
}
}
#s-e338a6d1-492d-4c20-ba0a-08de03d60788 {
  min-height: 615px;
}








#s-e338a6d1-492d-4c20-ba0a-08de03d60788 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e338a6d1-492d-4c20-ba0a-08de03d60788.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-4d272058-a1d2-4275-b16e-74e139203ae3 {
  min-height: 0px;
}

@media (min-width: 0px) {
[id="s-4d272058-a1d2-4275-b16e-74e139203ae3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4d272058-a1d2-4275-b16e-74e139203ae3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4d272058-a1d2-4275-b16e-74e139203ae3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4d272058-a1d2-4275-b16e-74e139203ae3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-d19da467-e040-4ed4-b8bc-9e032e26b89f {
  background-repeat: no-repeat;
background-size: cover;
min-height: 515px;
background-position: center center;
}








#s-d19da467-e040-4ed4-b8bc-9e032e26b89f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d19da467-e040-4ed4-b8bc-9e032e26b89f {
  cursor: pointer;
}#s-d19da467-e040-4ed4-b8bc-9e032e26b89f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1619c29e-4482-4bc0-ae2a-21e044b55f92 {
  margin-top: 0px;
margin-left: 3%;
margin-right: 3%;
padding-top: 20px;
padding-left: 3%;
padding-right: 3%;
min-height: 200px;
}








#s-1619c29e-4482-4bc0-ae2a-21e044b55f92 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1619c29e-4482-4bc0-ae2a-21e044b55f92.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-5d6bf22f-60ab-4610-af42-3ff9d915175a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-5d6bf22f-60ab-4610-af42-3ff9d915175a {
  margin-left: 0%;
margin-right: 15%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5d6bf22f-60ab-4610-af42-3ff9d915175a {
  margin-right: 15%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-5d6bf22f-60ab-4610-af42-3ff9d915175a {
  margin-left: 0%;
margin-right: 35%;
}
}
#s-5d6bf22f-60ab-4610-af42-3ff9d915175a .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 23px;
  
  
  text-align: left;
}



#s-6dd111fc-9765-44f9-9199-efc6226f1031 {
  margin-right: 10%;
}

#s-bd1e5f91-d426-4f71-bb12-19dae150c8f8 {
  border-style: solid;
margin-top: 25px;
margin-bottom: 15px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
letter-spacing: 1px;
line-height: 2em;
color: rgba(3, 3, 3, 1);
background-image: none;
hover-type: color;
}
#s-bd1e5f91-d426-4f71-bb12-19dae150c8f8:hover {background-color: rgba(8, 8, 8, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-bd1e5f91-d426-4f71-bb12-19dae150c8f8:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-bd1e5f91-d426-4f71-bb12-19dae150c8f8 {
  margin-bottom: 30px;
}
}

  #s-bd1e5f91-d426-4f71-bb12-19dae150c8f8-root {
    text-align: left;
  }


#s-bd1e5f91-d426-4f71-bb12-19dae150c8f8.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Archivo;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-bd1e5f91-d426-4f71-bb12-19dae150c8f8-root {
    text-align: left;
  }


#s-bd1e5f91-d426-4f71-bb12-19dae150c8f8.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Archivo;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bd1e5f91-d426-4f71-bb12-19dae150c8f8-root {
    text-align: left;
  }


#s-bd1e5f91-d426-4f71-bb12-19dae150c8f8.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Archivo;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bd1e5f91-d426-4f71-bb12-19dae150c8f8-root {
    text-align: left;
  }


#s-bd1e5f91-d426-4f71-bb12-19dae150c8f8.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Archivo;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-bd1e5f91-d426-4f71-bb12-19dae150c8f8-root {
    text-align: left;
  }


#s-bd1e5f91-d426-4f71-bb12-19dae150c8f8.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Archivo;
  display:  inline-block ;
}
}
#s-49f39310-080b-4eb2-a354-4bd762ce9192 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 515px;
background-position: center center;
}








#s-49f39310-080b-4eb2-a354-4bd762ce9192 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-49f39310-080b-4eb2-a354-4bd762ce9192 {
  cursor: pointer;
}#s-49f39310-080b-4eb2-a354-4bd762ce9192.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ddf6d634-1852-443f-883b-9dbadaa1b241 {
  margin-top: 0px;
margin-left: 3%;
margin-right: 3%;
padding-top: 20px;
padding-left: 3%;
padding-right: 3%;
min-height: 200px;
}








#s-ddf6d634-1852-443f-883b-9dbadaa1b241 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ddf6d634-1852-443f-883b-9dbadaa1b241.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-f196b00d-8556-4bf9-ac29-f83810f8aded {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f196b00d-8556-4bf9-ac29-f83810f8aded .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 23px;
  
  
  text-align: left;
}



#s-e01d0ebc-df04-4efa-9024-6c61a9b8cabb {
  margin-right: 10%;
}

#s-705bab16-dcef-4163-96e0-5f8bf027b6bc {
  border-style: solid;
margin-top: 25px;
margin-bottom: 15px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
letter-spacing: 1px;
line-height: 2em;
color: rgba(3, 3, 3, 1);
background-image: none;
hover-type: color;
}
#s-705bab16-dcef-4163-96e0-5f8bf027b6bc:hover {background-color: rgba(8, 8, 8, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-705bab16-dcef-4163-96e0-5f8bf027b6bc:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-705bab16-dcef-4163-96e0-5f8bf027b6bc-root {
    text-align: left;
  }


#s-705bab16-dcef-4163-96e0-5f8bf027b6bc.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Archivo;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-705bab16-dcef-4163-96e0-5f8bf027b6bc-root {
    text-align: left;
  }


#s-705bab16-dcef-4163-96e0-5f8bf027b6bc.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Archivo;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-705bab16-dcef-4163-96e0-5f8bf027b6bc-root {
    text-align: left;
  }


#s-705bab16-dcef-4163-96e0-5f8bf027b6bc.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Archivo;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-705bab16-dcef-4163-96e0-5f8bf027b6bc-root {
    text-align: left;
  }


#s-705bab16-dcef-4163-96e0-5f8bf027b6bc.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Archivo;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-705bab16-dcef-4163-96e0-5f8bf027b6bc-root {
    text-align: left;
  }


#s-705bab16-dcef-4163-96e0-5f8bf027b6bc.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Archivo;
  display:  inline-block ;
}
}
#s-7878207d-ecd9-4939-928a-9fe88bef1d04 {
  border-style: solid;
margin-top: 75px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
background-color: rgba(41, 41, 41, 1);
}
@media (min-width: 1200px){#s-7878207d-ecd9-4939-928a-9fe88bef1d04 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7878207d-ecd9-4939-928a-9fe88bef1d04 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7878207d-ecd9-4939-928a-9fe88bef1d04 {
  
}
}@media (max-width: 767px){#s-7878207d-ecd9-4939-928a-9fe88bef1d04 {
  
}
}







#s-7878207d-ecd9-4939-928a-9fe88bef1d04 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-7878207d-ecd9-4939-928a-9fe88bef1d04.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3c47b199-c397-44f4-84ab-ba07ef754b6e {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
}

@media (min-width: 0px) {
[id="s-3c47b199-c397-44f4-84ab-ba07ef754b6e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3c47b199-c397-44f4-84ab-ba07ef754b6e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3c47b199-c397-44f4-84ab-ba07ef754b6e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3c47b199-c397-44f4-84ab-ba07ef754b6e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-5e0d56ca-b2b6-4790-8547-0ad207610c81 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}








#s-5e0d56ca-b2b6-4790-8547-0ad207610c81 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5e0d56ca-b2b6-4790-8547-0ad207610c81.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-6c6a25eb-42c0-4e0e-b404-85a495f61bde {
  margin-left: 20px;
margin-right: 20px;
}

#s-6c6a25eb-42c0-4e0e-b404-85a495f61bde .shogun-icon-wrapper {
  text-align: center;
}


#s-6c6a25eb-42c0-4e0e-b404-85a495f61bde .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(255, 255, 255, 1);
}

#s-ebb97bab-2cca-427e-926b-a13739f33191 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ebb97bab-2cca-427e-926b-a13739f33191 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: center;
}



#s-4dd84bba-6247-4dbc-b5b7-e1d81560ed65 {
  margin-left: 20px;
margin-right: 20px;
}

#s-5ba68087-9aa4-41ec-b010-59d77ec6c7e7 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}
@media (max-width: 767px){#s-5ba68087-9aa4-41ec-b010-59d77ec6c7e7 {
  border-style: solid;
border-color: #000;
border-left-width: 0px;
}
}







#s-5ba68087-9aa4-41ec-b010-59d77ec6c7e7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5ba68087-9aa4-41ec-b010-59d77ec6c7e7.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-707b8bc5-962a-43b7-952c-2e1078dde8ae {
  margin-left: 20px;
margin-right: 20px;
}
@media (max-width: 767px){#s-707b8bc5-962a-43b7-952c-2e1078dde8ae {
  margin-top: 20px;
margin-bottom: 0px;
}
}
#s-707b8bc5-962a-43b7-952c-2e1078dde8ae .shogun-icon-wrapper {
  text-align: center;
}


#s-707b8bc5-962a-43b7-952c-2e1078dde8ae .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(255, 255, 255, 1);
}

#s-62c761b9-38de-4ecd-b83b-5bc6ad3cbb56 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-62c761b9-38de-4ecd-b83b-5bc6ad3cbb56 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: center;
}



#s-e705ab4f-9779-432d-a5f0-2b86cc913f36 {
  margin-left: 25px;
margin-right: 25px;
}

#s-78ebfaee-935f-4bcb-a9e1-babac511f4a6 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}
@media (max-width: 767px){#s-78ebfaee-935f-4bcb-a9e1-babac511f4a6 {
  border-style: solid;
border-color: #000;
border-left-width: 0px;
}
}







#s-78ebfaee-935f-4bcb-a9e1-babac511f4a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-78ebfaee-935f-4bcb-a9e1-babac511f4a6.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-54c37b18-50ba-4bed-abc0-1b43af083d86 {
  margin-left: 20px;
margin-right: 20px;
}
@media (max-width: 767px){#s-54c37b18-50ba-4bed-abc0-1b43af083d86 {
  margin-top: 25px;
margin-bottom: 0px;
}
}
#s-54c37b18-50ba-4bed-abc0-1b43af083d86 .shogun-icon-wrapper {
  text-align: center;
}


#s-54c37b18-50ba-4bed-abc0-1b43af083d86 .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(255, 255, 255, 1);
}

#s-d0a696c7-9d80-473b-9a2b-f05d71b33c05 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d0a696c7-9d80-473b-9a2b-f05d71b33c05 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: center;
}



#s-60ab24ae-ab43-403d-8658-36e8c543168d {
  margin-left: 20px;
margin-right: 20px;
}

@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*0.8);animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-transition-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}@keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.animate__headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.animate__swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.animate__heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}@keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}@keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}@keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}@keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}@keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}@keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}@keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2);-webkit-animation-name:hinge;animation-name:hinge;-webkit-transform-origin:top left;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;-webkit-transform-origin:left center;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;-webkit-transform-origin:right center;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}
.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-lazyload-bg-image {
  display: none;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c:before,.shg-c:after{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width: 1024px){.shg-c,.shg-box{background-attachment:scroll !important}}@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape){.shg-box{background-attachment:scroll !important}}#mc_embed_signup .clear{width:auto !important;height:auto !important;visibility:visible !important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline !important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,0.85)}.shg-lightbox.hidden{display:none !important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:hover,.shg-lightbox .shg-lightbox-close:focus{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0%, -50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none !important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width: 769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity 300ms}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}
